pax_global_header00006660000000000000000000000064126330162630014514gustar00rootroot0000000000000052 comment=1894aa82cb01057ef1675b993c12fa3d932bc4ea workrave-1_10_10/000077500000000000000000000000001263301626300136565ustar00rootroot00000000000000workrave-1_10_10/.gitignore000066400000000000000000000016411263301626300156500ustar00rootroot00000000000000Makefile Makefile.in .deps .libs .dirstamp *.la *.lo *.o *.a *.ncb *.suo *~ /*.diff /*.diffs /*.log /*.patch /*.spec /*.tar.gz /.new.ltmain.sh /TAGS /TAGS.stamp /aclocal.m4 /config.cache /config.guess /config.h /config.h.in /config.log /config.rpath /config.status /config.sub /configure /configure.scan /cscope.files /cscope.out /etags.files /install-sh /install-stamp /intl /intl-* /libtool /ltconfig /ltmain.sh /macros /make-gnucash-patch /missing /mkinstalldirs /po-Makefile.in.in /po-mode.el /po/Makevars.template /root-ABOUT-NLS /stamp-gc-h /stamp-h /stamp-h.in /stamp.h /tags /version.h /autom4te.cache /intltool-extract.in /intltool-merge.in /intltool-update.in /intltool-extract /intltool-merge /intltool-update /compile /depcomp /stamp-h1 /subdirs /AUTHORS.txt /COPYING.txt /NEWS.txt /README.txt /m4/*.m4 /ar-lib /frontend/applets/xfce/src/workrave-xfce-applet.desktop /frontend/applets/xfce/src/xfce4-workrave-plugin workrave-1_10_10/.travis.yml000066400000000000000000000076661263301626300160060ustar00rootroot00000000000000# autoconf-archive for Ubuntu 12.04 LTS is too old # need to use at least Ubuntu 14.04 LTS (trusty) with custom install step # `apt' travis plugin is not suitable as not all build dependencies are whitelisted #TODO: allow to build in 12.04 LTS (precise): fix missing C++11 checking macro if it is not required #TODO: investigate if Ubuntu 14.04 contained support for mate applet or it was added later (--disable-mate for now) sudo: required dist: trusty notifications: email: false language: cpp # TODO: current configure.ac does not allow to specify gtk2 or gtk3 explicitly # using CONF_GTK_VER here only to install required libs and thus influence gtk version choice # # build matrix # env: - > CONF_GTK_VER=2 CONF_ENABLE="gconf,gstreamer,exercises" CONF_DISABLE="gnome2,gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,manual,experimental" - > CONF_GTK_VER=2 CONF_ENABLE="xml,dbus,distribution,pulse,xfce,exercises,manual" CONF_DISABLE="gnome2,gnome3,gconf,gsettings,gstreamer,mate,indicator,experimental" - > CONF_GTK_VER=2 CONF_ENABLE="gsettings,pulse,xfce,exercises,manual" CONF_DISABLE="gnome2,gnome3,xml,gconf,gstreamer,dbus,mate,indicator,distribution,experimental" - > CONF_GTK_VER=3 CONF_ENABLE="gnome3,gsettings,gstreamer,pulse,exercises" CONF_DISABLE="gnome2,gconf,xml,dbus,indicator,mate,xfce,distribution,manual,experimental" - > CONF_GTK_VER=3 CONF_ENABLE="gnome3,gsettings,indicator,xfce,dbus,distribution,gstreamer,pulse,exercises,manual,experimental" CONF_DISABLE="gnome2,gconf,xml,mate" os: - linux #TODO: - osx before_install: | conf_opt() { if [[ $CONF_ENABLE =~ (^|[, ])$1([, ]|$) ]]; then echo "--enable-$1"; else if [[ $CONF_DISABLE =~ (^|[, ])$1([, ]|$) ]]; then echo "--disable-$1"; else echo "Parameter $1 is not in \$CONF_ENABLE or \$CONF_DISABLE " 1>&2 fi fi } conf_opt_packages() { if [[ $CONF_ENABLE =~ (^|[, ])$1([, ]|$) ]]; then shift echo "$@" else if [[ !( $CONF_DISABLE =~ (^|[, ])$1([, ]|$) ) ]]; then echo "Parameter $1 is not in \$CONF_ENABLE or \$CONF_DISABLE " 1>&2 fi fi } install: - pip install --user Cheetah # required for dbus support, system (distro) wide include paths are ignored - sudo apt-get update -q - | sudo apt-get -y -q -V --no-install-recommends install \ build-essential \ automake \ autoconf \ autoconf-archive \ libtool \ autopoint \ intltool \ libxtst-dev \ libxss-dev \ gobject-introspection \ `conf_opt_packages xml libgdome2-dev` \ `conf_opt_packages gconf libgconf2-dev` \ `[[ $CONF_GTK_VER = 2 ]] && echo libgtk2.0-dev libgtkmm-2.4-dev` \ `[[ $CONF_GTK_VER = 3 ]] && echo libgtk-3-dev libgtkmm-3.0-dev` \ `conf_opt_packages gnome2 libglib2.0-dev libsigc++-2.0-dev libglibmm-2.4-dev` \ `conf_opt_packages gnome3 libglib2.0-dev libpanel-applet-4-dev` \ `conf_opt_packages dbus libdbus-glib-1-dev` \ `conf_opt_packages gstreamer libgstreamer1.0-dev` \ `conf_opt_packages pulse libpulse-dev` \ `conf_opt_packages indicator gobject-introspection libindicator3-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev libgirepository1.0-dev` \ `conf_opt_packages xfce xfce4-panel-dev` \ `conf_opt_packages manual docbook-utils xmlto` before_script: - ./autogen.sh - | ./configure \ --enable-option-checking=fatal \ --disable-static \ --disable-dependency-tracking \ `conf_opt gconf` \ `conf_opt gsettings` \ `conf_opt xml` \ `conf_opt gnome2` \ `conf_opt gnome3` \ `conf_opt indicator` \ `conf_opt xfce` \ `conf_opt mate` \ `conf_opt dbus` \ `conf_opt distribution` \ `conf_opt gstreamer` \ `conf_opt pulse` \ `conf_opt exercises` \ `conf_opt experimental` \ `conf_opt manual` script: make && make checkworkrave-1_10_10/ABOUT-NLS000066400000000000000000002253261263301626300151170ustar00rootroot000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. 1.1 Quick configuration advice ============================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. 1.2 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the included GNU `gettext' library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will, respectively, bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might not be desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.3 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.4 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.5 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of November 2007. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo +----------------------------------------------------+ Compendium | [] [] [] [] | a2ps | [] [] [] [] [] | aegis | () | ant-phone | () | anubis | [] | ap-utils | | aspell | [] [] [] [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] | bison-runtime | [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] [] | console-tools | [] [] | coreutils | [] [] [] [] | cpio | | cpplib | [] [] [] | cryptonit | [] | dialog | | diffutils | [] [] [] [] [] [] | doodle | [] | e2fsprogs | [] [] | enscript | [] [] [] [] | fetchmail | [] [] () [] [] | findutils | [] | findutils_stable | [] [] [] | flex | [] [] [] | fslint | | gas | | gawk | [] [] [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] | gettext-tools | [] [] | gip | [] | gliv | [] [] | glunarclock | [] | gmult | [] [] | gnubiff | () | gnucash | [] [] () () [] | gnuedu | | gnulib | [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | | gpe-edit | [] | gpe-filemanager | | gpe-go | [] | gpe-login | [] [] | gpe-ownerinfo | [] [] | gpe-package | | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | | gphoto2 | [] [] [] [] | gprof | [] [] | gpsdrive | | gramadoir | [] [] | grep | [] [] | gretl | () | gsasl | | gss | | gst-plugins-bad | [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] [] | gst-plugins-ugly | [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | () | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] | indent | [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | [] | jtag | | jwhois | | kbd | [] [] [] [] | keytouch | [] [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | () | ld | [] | leafpad | [] [] [] [] [] | libc | [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] | libgpg-error | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | | libiconv | [] [] | libidn | [] [] [] | lifelines | [] () | lilypond | [] | lingoteach | | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] | man-db | [] [] [] | minicom | [] [] [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] | pwdutils | | qof | | radius | [] | recode | [] [] [] [] [] [] | rpm | [] | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] | shared-mime-info | [] [] [] [] () [] [] [] | sharutils | [] [] [] [] [] [] | shishi | | skencil | [] () | solfege | | soundtracker | [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] | texinfo | [] [] [] | tin | () () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | () | wdiff | [] [] [] [] | wget | [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] | xpad | [] [] [] | +----------------------------------------------------+ af am ar az be bg bs ca cs cy da de el en en_GB eo 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18 es et eu fa fi fr ga gl gu he hi hr hu id is it +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | [] [] [] () | aegis | | ant-phone | [] | anubis | [] | ap-utils | [] [] | aspell | [] [] [] | bash | [] | bfd | [] [] | bibshelf | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] | console-tools | | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cpplib | [] [] | cryptonit | [] | dialog | [] [] [] | diffutils | [] [] [] [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] [] | enscript | [] [] [] | fetchmail | [] | findutils | [] [] [] | findutils_stable | [] [] [] [] | flex | [] [] [] | fslint | | gas | [] [] | gawk | [] [] [] [] () | gcal | [] [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] | gliv | () | glunarclock | [] [] [] | gmult | [] [] [] | gnubiff | () () | gnucash | () () () | gnuedu | [] | gnulib | [] [] [] | gnunet | | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | | gpe-clock | [] [] [] [] | gpe-conf | [] | gpe-contacts | [] [] | gpe-edit | [] [] [] [] | gpe-filemanager | [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] [] | gpsdrive | [] | gramadoir | [] [] | grep | [] [] [] | gretl | [] [] [] () | gsasl | [] [] | gss | [] [] | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] | jpilot | [] [] | jtag | [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] | keytouch-editor | [] | keytouch-keyboa... | [] [] | latrine | [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] [] [] | libgpg-error | [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] | libgsasl | [] [] | libiconv | [] [] [] | libidn | [] [] | lifelines | () | lilypond | [] [] [] | lingoteach | [] [] [] | lprng | | lynx | [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] | man-db | [] | minicom | [] [] [] [] | nano | [] [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | | qof | [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] | sed | [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] | soundtracker | [] [] [] | sp | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] | tin | [] () | tuxpaint | [] [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux | [] [] [] [] [] [] [] | util-linux-ng | [] [] [] [] [] [] [] | vorbis-tools | | wastesedge | () | wdiff | [] [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ es et eu fa fi fr ga gl gu he hi hr hu id is it 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52 ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn +--------------------------------------------------+ Compendium | [] | a2ps | () [] [] | aegis | () | ant-phone | [] | anubis | [] [] [] | ap-utils | [] | aspell | [] [] | bash | [] | bfd | | bibshelf | [] | binutils | | bison | [] [] [] | bison-runtime | [] [] [] | bluez-pin | [] [] [] | cflow | | clisp | [] | console-tools | | coreutils | [] | cpio | [] | cpplib | [] | cryptonit | [] | dialog | [] [] | diffutils | [] [] [] | doodle | | e2fsprogs | [] | enscript | [] | fetchmail | [] [] | findutils | [] | findutils_stable | [] | flex | [] [] | fslint | | gas | | gawk | [] [] | gcal | | gcc | | gettext-examples | [] [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gip | [] [] | gliv | [] | glunarclock | [] [] | gmult | [] [] [] | gnubiff | | gnucash | () () () | gnuedu | | gnulib | [] [] | gnunet | | gnunet-gtk | | gnutls | [] | gpe-aerial | [] | gpe-beam | [] | gpe-calendar | [] | gpe-clock | [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | [] | gphoto2 | [] [] | gprof | [] | gpsdrive | [] | gramadoir | () | grep | [] [] | gretl | | gsasl | [] | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] | gtick | [] | gtkam | [] [] | gtkorphan | [] | gtkspell | [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] | herrie | [] | hylafax | | idutils | [] | indent | [] [] | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_4217 | [] [] [] | iso_639 | [] [] [] [] | jpilot | () () | jtag | | jwhois | [] | kbd | [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | | latrine | [] | ld | | leafpad | [] [] | libc | [] [] [] | libexif | | libextractor | | libgpewidget | [] | libgpg-error | | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | [] | libidn | [] [] | lifelines | [] | lilypond | [] | lingoteach | [] | lprng | | lynx | [] [] | m4 | [] [] | mailfromd | | mailutils | | make | [] [] [] | man-db | | minicom | [] | nano | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | popt | [] [] [] | psmisc | [] [] [] | pwdutils | | qof | | radius | | recode | [] | rpm | [] [] | screem | [] | scrollkeeper | [] [] [] [] | sed | [] [] | shared-mime-info | [] [] [] [] [] [] [] | sharutils | [] [] | shishi | | skencil | | solfege | () () | soundtracker | | sp | () | system-tools-ba... | [] [] [] [] | tar | [] [] [] | texinfo | [] [] | tin | | tuxpaint | () [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] | util-linux-ng | [] [] | vorbis-tools | | wastesedge | [] | wdiff | [] [] | wget | [] [] | xchat | [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta +--------------------------------------------------+ Compendium | [] [] [] [] [] | a2ps | () [] [] [] [] [] [] | aegis | () () | ant-phone | [] [] | anubis | [] [] [] | ap-utils | () | aspell | [] [] [] | bash | [] [] | bfd | | bibshelf | [] | binutils | [] [] | bison | [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] [] | cflow | [] | clisp | [] | console-tools | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cpplib | [] | cryptonit | [] [] | dialog | [] | diffutils | [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | fetchmail | [] [] [] | findutils | [] [] [] | findutils_stable | [] [] [] [] [] [] | flex | [] [] [] [] [] | fslint | [] | gas | | gawk | [] [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gip | [] [] [] [] | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] [] | gmult | [] [] [] [] | gnubiff | () [] | gnucash | () [] | gnuedu | | gnulib | [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] [] [] [] [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] [] [] [] [] [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | gretl | [] [] [] | gsasl | [] [] [] | gss | [] [] [] [] | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] | gstreamer | [] [] [] [] | gtick | [] | gtkam | [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] | herrie | [] [] [] | hylafax | | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] | jpilot | | jtag | [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | | ld | [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] | libextractor | [] [] | libgpewidget | [] [] [] [] [] [] [] [] | libgpg-error | [] [] [] | libgphoto2 | [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] | libidn | [] [] () | lifelines | [] [] | lilypond | | lingoteach | [] | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] [] [] | make | [] [] [] [] | man-db | [] [] [] [] | minicom | [] [] [] [] [] | nano | [] [] [] [] | opcodes | [] [] | parted | [] | pilot-qof | | popt | [] [] [] [] | psmisc | [] [] | pwdutils | [] [] | qof | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] | rpm | [] [] [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] [] | solfege | [] | soundtracker | [] [] | sp | | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | () | tuxpaint | [] [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | util-linux-ng | [] [] [] [] | vorbis-tools | [] | wastesedge | | wdiff | [] [] [] [] [] [] [] | wget | [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu +---------------------------------------------------+ Compendium | [] [] [] [] | 19 a2ps | [] [] [] | 19 aegis | [] | 1 ant-phone | [] [] | 6 anubis | [] [] [] | 11 ap-utils | () [] | 4 aspell | [] [] [] | 16 bash | [] | 6 bfd | | 2 bibshelf | [] | 7 binutils | [] [] [] [] | 9 bison | [] [] [] [] | 20 bison-runtime | [] [] [] [] | 18 bluez-pin | [] [] [] [] [] [] | 28 cflow | [] [] | 5 clisp | | 9 console-tools | [] [] | 5 coreutils | [] [] [] | 18 cpio | [] [] [] [] | 11 cpplib | [] [] [] [] [] | 12 cryptonit | [] | 6 dialog | [] [] [] | 9 diffutils | [] [] [] [] [] | 29 doodle | [] | 6 e2fsprogs | [] [] | 10 enscript | [] [] [] | 16 fetchmail | [] [] | 12 findutils | [] [] [] | 11 findutils_stable | [] [] [] [] | 18 flex | [] [] | 15 fslint | [] | 2 gas | [] | 3 gawk | [] [] [] | 16 gcal | [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] | 29 gettext-runtime | [] [] [] [] [] [] | 28 gettext-tools | [] [] [] [] [] | 20 gip | [] [] | 13 gliv | [] [] | 11 glunarclock | [] [] [] | 15 gmult | [] [] [] [] | 16 gnubiff | [] | 2 gnucash | () [] | 5 gnuedu | [] | 2 gnulib | [] | 10 gnunet | | 0 gnunet-gtk | [] [] | 3 gnutls | | 4 gpe-aerial | [] [] | 14 gpe-beam | [] [] | 14 gpe-calendar | [] [] | 7 gpe-clock | [] [] [] [] | 21 gpe-conf | [] [] [] | 16 gpe-contacts | [] [] | 10 gpe-edit | [] [] [] [] [] | 22 gpe-filemanager | [] [] | 7 gpe-go | [] [] [] [] | 19 gpe-login | [] [] [] [] [] | 21 gpe-ownerinfo | [] [] [] [] | 21 gpe-package | [] | 6 gpe-sketchbook | [] [] | 16 gpe-su | [] [] [] [] | 21 gpe-taskmanager | [] [] [] [] | 21 gpe-timesheet | [] [] [] [] | 18 gpe-today | [] [] [] [] [] | 21 gpe-todo | [] [] | 8 gphoto2 | [] [] [] [] | 21 gprof | [] [] | 13 gpsdrive | [] | 5 gramadoir | [] | 7 grep | [] | 12 gretl | | 6 gsasl | [] [] [] | 9 gss | [] | 7 gst-plugins-bad | [] [] [] | 13 gst-plugins-base | [] [] | 11 gst-plugins-good | [] [] [] [] [] | 16 gst-plugins-ugly | [] [] [] | 13 gstreamer | [] [] [] | 18 gtick | [] [] | 7 gtkam | [] | 16 gtkorphan | [] | 7 gtkspell | [] [] [] [] [] [] | 27 gutenprint | | 4 hello | [] [] [] [] [] | 38 herrie | [] [] | 8 hylafax | | 0 idutils | [] [] | 15 indent | [] [] [] [] [] | 28 iso_15924 | [] [] | 4 iso_3166 | [] [] [] [] [] [] [] [] [] | 54 iso_3166_2 | [] [] | 4 iso_4217 | [] [] [] [] [] | 24 iso_639 | [] [] [] [] [] | 26 jpilot | [] [] [] [] | 7 jtag | [] | 3 jwhois | [] [] [] | 13 kbd | [] [] [] | 13 keytouch | [] | 8 keytouch-editor | [] | 5 keytouch-keyboa... | [] | 5 latrine | [] [] | 5 ld | [] [] [] [] | 10 leafpad | [] [] [] [] [] | 24 libc | [] [] [] | 19 libexif | [] | 5 libextractor | [] | 5 libgpewidget | [] [] [] | 20 libgpg-error | [] | 6 libgphoto2 | [] [] | 9 libgphoto2_port | [] [] [] | 11 libgsasl | [] | 8 libiconv | [] [] | 11 libidn | [] [] | 11 lifelines | | 4 lilypond | [] | 6 lingoteach | [] | 6 lprng | [] | 2 lynx | [] [] [] | 15 m4 | [] [] [] | 18 mailfromd | [] [] | 3 mailutils | [] [] | 8 make | [] [] [] | 20 man-db | [] | 9 minicom | [] | 14 nano | [] [] [] | 20 opcodes | [] [] | 10 parted | [] [] [] | 11 pilot-qof | [] | 1 popt | [] [] [] [] | 18 psmisc | [] [] | 10 pwdutils | [] | 3 qof | [] | 4 radius | [] [] | 7 recode | [] [] [] | 25 rpm | [] [] [] [] | 13 screem | [] | 2 scrollkeeper | [] [] [] [] | 26 sed | [] [] [] [] | 23 shared-mime-info | [] [] [] | 29 sharutils | [] [] [] | 23 shishi | [] | 3 skencil | [] | 7 solfege | [] | 3 soundtracker | [] [] | 9 sp | [] | 3 system-tools-ba... | [] [] [] [] [] [] [] | 38 tar | [] [] [] | 17 texinfo | [] [] [] | 15 tin | | 1 tuxpaint | [] [] [] | 19 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux | [] [] [] | 20 util-linux-ng | [] [] [] | 20 vorbis-tools | [] [] | 4 wastesedge | | 1 wdiff | [] [] | 23 wget | [] [] [] | 20 xchat | [] [] [] [] | 29 xkeyboard-config | [] [] [] | 14 xpad | [] [] [] | 15 +---------------------------------------------------+ 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If November 2007 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.6 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. workrave-1_10_10/AUTHORS000066400000000000000000000032001263301626300147210ustar00rootroot00000000000000Core Developers --------------- Rob Caelers Raymond Penners Ray Satiro Contributors ------------ Ruairi Fullam Gabor Kelemen Daniel Benamy Gary Peck Dag Wieers Jaap Haitsma Brian de Alwis Dov Murik Stanislav Brabec Translators ----------- Alexandru Szasz Artūras Šlajus Benjamin Siband Christian Vejlbo Claudio Ferreira Filho Daniel Nylander Daniel YC Lin (林原志) Enver ALTIN Eraldo Girardi Eric lesh FreeWe Gabor Kelemen Haggai Eran Ivan Johannes Rohr Jordi Mallach Juraj Kubelka Marko Väljaots Masanobu Yokota Mikolaj Machowski Moein Gh Morten Lunde Mykola Rykov ORY Mate Pablo Rodriguez Peter Tuharsky Prokopis Prokopidis Raymond Penners Rex Tsai Seanán Ó Coistín Sergey Kirkinsky Tao WEI Thomas Basset Vanja Cvelbar Иван Димов 김재용 workrave-1_10_10/COPYING000066400000000000000000001043741263301626300147220ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . workrave-1_10_10/INSTALL000066400000000000000000000374141263301626300147200ustar00rootroot00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. install the needed dependencies: apt-get install autoconf-archive autotools-dev autopoint gobject-introspection \ gsettings-desktop-schemas-dev intltool libdbusmenu-glib-dev \ libdbusmenu-gtk3-dev libgdome2-dev libgirepository1.0-dev \ libglib2.0-0 libglibmm-2.4-dev libgstreamer0.10-dev \ libgtkmm-3.0-dev libindicator3-dev libpanel-applet-4-dev \ libpulse-dev libsigc++-2.0-dev libxi-dev libxmu-dev \ libxtst-dev libxss-dev python-cheetah 2. `cd' to the directory containing the package's source code and type `./autogen.sh` to generate configure 3. type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 4. Type `make' to compile the package. 5. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 6. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 7. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 8. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 9. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 10. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. workrave-1_10_10/Makefile.am000066400000000000000000000032371263301626300157170ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = \ aclocal.m4 config.h.in configure stamp-h.in \ Makefile.in \ install-sh missing mkinstalldirs config.cache \ config.log config.status \ config.guess config.sub depcomp ltmain.sh \ build-stamp intltool-update.in intltool-update \ intltool-merge.in intltool-merge \ intltool-extract.in intltool-extract workrave.spec \ compile AUTHORS.txt COPYING.txt \ NEWS.txt README.txt DISTCLEANFILES = intltool-extract intltool-merge intltool-update SUBDIRS = m4 po common backend frontend DIST_SUBDIRS = $(SUBDIRS) build contrib EXTRA_DIST = config.xml DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall noinst_PROGRAMS = if PLATFORM_OS_WIN32 dist_pkgdata_DATA = README.txt NEWS.txt AUTHORS.txt COPYING.txt endif ACLOCAL_AMFLAGS = -I m4 unix2dos = perl -e 'while (<>) { s/$$/\r/; print; }' README.txt: README $(unix2dos) <$^ >$@ NEWS.txt: NEWS $(unix2dos) <$^ >$@ AUTHORS.txt: AUTHORS $(unix2dos) <$^ >$@ COPYING.txt: COPYING $(unix2dos) <$^ >$@ version.h: config.h PACKAGE_VERSION=`grep PACKAGE_VERSION config.h | cut -d' ' -f 3 | sed "s/\\"//g"` echo "#ifndef WORKRAVE_VERSION_H" > version.h echo "#define WORKRAVE_VERSION_H" >> version.h if [ -e ".svn" ] ; then \ PACKAGE_SVN_VERION=`svn info . | grep Revision: | sed -e 's/Revision: \([0-9]*\)/\1/'`; \ echo "#define WORKRAVE_VERSION \"$PACKAGE_VERSION" > version.h \ fi echo "#define WORKRAVE_SVN_VERSION \"$PACKAGE_SVN_VERSION" > version.h echo "#endif // WORKRAVE_VERSION" > version.h workrave-1_10_10/NEWS000066400000000000000000000513451263301626300143650ustar00rootroot00000000000000Workrave NEWS -- history of user-visible changes. 24 Dec 2014 Copyright (C) 2001-2014 Rob Caelers, Raymond Penners, Ray Satiro See the end for copying conditions. Please report Workrave bug reports. Visit our bug tracker located at: http://www.workrave.org * Workrave 1.10.8 ** UI tweak * Workrave 1.10.8 ** Extra statistics - Weekly usage statistics (Rob Caelers) - Monthly usage statistics (Denis Nikolaenko) ** Fix gtkmm 3.18 compilation (Javier Tia, Denis Nikolaenko) ** Support Gnome 3.16 * Workrave 1.10.7 ** Update translations: - Spanish (Fco. Javier Serrador) * Workrave 1.10.6 ** Improved screen lock and shutdown in break window (Mateusz Jończyk) ** Add suspend/hibernate option to break window on Linux (Mateusz Jończyk) ** Gnome applet updated to work with latest Gnome 3 flashback (Dmitry Shachnev) ** Applets added for Cinnamon, XFCE and MATE. ** Bug fixes: - Break window was transparent when blocking mode was set to 'input and screen' - Text background in exercises window was black, making the text unreadable. - In some cases the timers were shown twice in the panel * Workrave 1.10.5 ** Updated tranlations: - Danish (Frederik Svarre) ** Updates Desktop files (Francois Marier, Mike Manger) * Workrave 1.10.4 ** Fix gnome-shell applet for Gnome 3.12. * Workrave 1.10.3 ** Bug fixes - bug 1113: Unity Indicator icon doesn't change when in suspended mode - bug 1114: Closing timer window closes program. - bug 1120: make the GNOME shell extension compatible with GNOME 3.8 - bug 1136: Status window always appears on startup - bug 1137: Make Workrave start up optional - bug 1146: dconf changes not honored for /org/workrave/general/operation-mode - bug 1147: Suspend timer during screensaver - bug 1148: Double deallocation causes crashes during Workrave shutdown - Fix Workrave icon on Unity - Fix size of prelude window - Fix size of unity indicator timebar - Fixed compatibility with gnome-shell 3.10 - Allow Gnome Shell status icon to be enabled/disabled * Workrave 1.10.1 ** Fix uninstall on Windows. * Workrave 1.10 ** Split "show 'postpone' and 'skip'" checkbox into two checkboxes. (Egbert Teeselink) ** Add the capability to delete all stored statistics (Ray Satiro) ** Workrave now supports DBus on window. DBus can be used to control Workrave by an external program. ** Workrave now offers a Gnome 3 applet. Applets for both Gnome 3 classic and the Gnome shell are available. ** Workrave now offers an application indicator (applet) in Unity. ** On Windows, Workrave does not stay in the 'suspended' mode after resuming from hibernate/sleep. ** On Unix, Workrave adds a new activity monitoring method that can be used instead of the XRECORD based monitoring. XRECORD monitoring appear be causing X crashes for some people (See http://issues.workrave.org/show_bug.cgi?id=1066) ** Infrastructure update. Workrave now supports: - Gtk3/Gtkmm3 (only on Gnome 3; Gtk2/Gtkmm2 is still used on Gnome 2) - Configuration in GSettings (instead of GConf) - GIO based DBus (instead of freedesktop.org DBus) ** Obsolete KDE3 support has been droppped. ** Translation updates: - Mykola Rykov translated Workrave into Ukrainian. - Ivan Barkovic translated Workave into Croatian. - Moein Gh translated Workave into Persian. - Jyri-Petteri Paloposki translated Workrave into Finnish - Goran Maričić translated Workrave into Serbian. - Igor Zinovik updated the Russian translation. - Gabor Kelemen updated the Hungarian translation. - Alick Zhao updated the Chinese translation. - Andrey Bondrov updated the Russian translation. - Paweł Szerszon updated the Polish translation. ** Plus many small fixes and improvements (Ray Satiro, Rob Caelers) * Workrave 1.9.4 ** The automatic start of a restbreak when the screen is locked is now configurable. ** Fixed crash when the 'mute all audio during breaks' option is enabled. ** The skip and postpone button now have keyboard shortcuts (Alt-S and Alt-P in the English version). ** Fixed issue where Workrave remains suspended after hibernate/standby on Window 7. ** Fixed issue where the reading mode was reset after changing settings. ** On Windows, Workrave shows a reminder balloon when Workrave starts up in suspended or quiet mode. ** The (un)installer now automatically shuts down Workrave before (un)installation. ** It is no longer possible to disable both the notification icon and the main window. * Workrave 1.9.3 ** Seanán Ó Coistín translated Workrave into Irish. ** 김재용 translated Workrave into Korean. ** Workrave now stops all timers when the screen is locked. When the screen in unlocked, a natural restbreak is started. ** Audio muting improvements: - Audio is now muted after the start break sound is played. - Audio is now unmuted when the user becomes active after the break has ended instead of immediately after the break ended. ** By default, the RECORD extention is now mandatory on X windows systems. ** Bug fixes: *** Fixed crash on Windows systems without audio installed. *** Fixed translucency of Deskband applet on Windows 7/Vista. *** Fixed Reading mode menu entry in Windows and Gnome applet. *** Networking now supports IPV6 addresses. *** Activity monitor should now filter out mouse jitter. *** Fixed monitoring of (Wacom) tablets. * Workrave 1.9.2 ** Reading mode The activity insensitive breaks have been replaced by a 'reading mode'. This mode can easily be activated from the menu. ** Workrave can now mute all audio during breaks. ** Workrave now properly remembers the Window hide/show notification icon settings. ** The Workrave applet is functional again on Windows 7 ** Updated tranlations: - Brazilian Portuguese - Catalan - Hungarian - Hebrew - Polish ** Many bug fixes. * Workrave 1.9.1 ** Updated translations *** new Romanian translation (Alexandru Szasz) *** new Estonian translation (Marko Väljaots) *** Removed extra "2" character in the Hungarian translation (Márton Németh) *** Update of Hungarian translation *** Update of Swedish translation ** Many bug fixes. Including: *** Fix saving the username in the networking preferences (Francois Marier) *** Fix KDE compilation errors (Stanislav Brabec) *** Fixed issue where autostart settings on Windows was not stored *** Fixed crashes when trying to add a host in networking preferences *** User activity is now recognized on Xorg 1.6.0 *** Fixed color in dark UI themes on Gnome. *** Workrave no longer shows two icons on GNOME notification panel *** Fixed tray icon tranparency *** Fixed issue on Vista where the break window is not on top of other windows (Ray Satiro) *** Improved volume control on Windows * Workrave 1.9.0 ** Many small bugfixes ** Fixed transparency of tray icon on Linux. ** New alternate activity moniting for Windows (Ray Satiro) ** Additional tooltips (Ray Satiro) ** Improved 64 bit support (Ray Satiro) ** Improved Vista support (Ray Satiro) ** Exercises are now randomized ** On Windows, the language can now be selected in the preferences ** The option 'Start Workrave when windows starts' has been added to the preferences ** Extended DBUS support on Unix ** Initial OSX port ** Networking supports can now be enabled without accepting incoming connections from other Workraves (Francois Marier) ** Sounds *** A sound has been added that indicates a next step in the exercise. *** The volume can now be configured *** All sounds can now be configured *** A new sound theme has been added (Ruairi Fullam) * Workrave 1.8.5 ** Lots of changes by Ray Satiro. ** Task manager is never blocked by Workrave (Ray Satiro) ** Workaround for focus loss on Vista (Ray Satiro) ** Vanja Cvelbar translated Workrave into Slovenian. ** Many bug fixes, the most visible ones: *** Fixed breaks that have 'suspend timer when inactive' disabled (Ray Satiro) *** Improved Windows responsiveness under high load. (by reverting a 1.8.4 change) *** Mode menu fixed. *** Gnome applet no longer 'hangs'. *** Gnome applet no longer crashes Workrave. *** Fixed crashes during startup on Windows. *** Fixed 'end-of-microbreak' sound. *** Fixed bug in multi-head support where Workrave showed multiple windows on a single screen. *** Fixed locking on Gnome with xscreensaver installed (Philipp Kern) * Workrave 1.8.4 ** Eraldo Girardi translated Workrave into Italian. ** Better support for vertical applets on Unix. ** Tao WEI translated Workrave into simplified Chinese. ** Peter Tuharsky translated Workrave into Slovak. ** Prokopis Prokopidis translated Workrave into Greek. ** The status window used to appear empty, only to be resized and filled with the timers shortly thereafter. Now it appears right away in the proper size. ** The operation mode (normal/quiet/suspended) now persists across Workrave sessions. ** Enver Altin translated Workrave into Turkish. ** Masanobu Yokota translated Workrave into Japanese. ** Ivan Dimov translated Workrave into Bulgarian. ** ORY Mate translated Workrave into Hungarian. ** Fixed KDE sound events (Phuah Yee Keat) ** Fixed Gnome sound events ** Fixed negative mouse usage when date is changed. ** Fixed text color on Gnome themes with dark backgrounds (i.e. high contrast inverse) ** Gnome applets now support transparency. ** The 'datadir' configuration option in workrave.ini can now be a relative path: [general] datadir=.\\Data This will store all Workrave data in the 'Data' directory below the Workrave root directory. (Note the double backslash) ** Daily limit now properly resets when hibernated. * Workrave 1.8.3 ** Daniel Nylander translated Workrave into Swedish. ** Jordi Mallach translated Workrave into Catalan. ** Support for storing configuration in a .ini file This feature can be enabled by creating an empty 'workrave.ini' file in '~/.workrave' (on Unix) or in 'c:\Program files\Workrave\etc' (on Window, assuming Workrave is installed in this directory) ** Support for configuring the data storage directory. Add the following two lines to your workrave.ini [general] datadir=C:\\Workrave\\Data This feature can be used to run Workrave from an USB memory stick. Note: On Windows, you have to use double backslashes like in the example above! ** Support for Gnome screen saver added (Matt Zimmerman). ** Workrave no longer consumes 100% CPU is if a break is started while the screen is locked. ** The applet popup menu is now accessible when all timers hidden. ** Fix czech translation (Jiri Palecek). ** Fixed a bug that could cause breaks to stop running when 'suspend timer while inactive' was disabled. * Workrave 1.8.2 ** Fixed a crash when a third party gtk runtime is used. ** Fixed bug that caused status windows to be disabled when the microbreak timer was hidden. ** Fixed translations. ** Better hibernate/standby support on Unix. ** System tray menu on Windows now disappears when focus is lost. * Workrave 1.8.1 ** Fixed a crash when blocking mode is set to 'none' * Workrave 1.8.0 ** Jon Otegi translated Workrave into Basque. ** Artūras Šlajus translated Workrave into Lithuanian. ** Morten Lunde translated Workrave into Norwegian. ** Juraj Kubelka translated Workrave into Czech. ** Haggai Eran translated Workrave into Hebrew. ** Workrave now gives additional feedback when becoming active during a break by flashing the break window border. ** Workrave now uses the system tray icon to visualize the current mode (normal, suspended or quiet). ** Added "Restbreak now" button to microbreak window. ** KDE improvements. Workrave now has a native KDE applet and supports KDE sound events. ** Decent tooltips for Workrave system tray icon. ** Miscellaneous distribution improvements. * Workrave 1.6.2 ** Added a Brazilian Portuguese translation, thanks to Claudio Ferreira Filho! ** Workrave now respects the "gtk-button-images" property. ** Upgraded GTK runtime to version 2.4, fixing some minor UI quirks. ** Fixed some high-profile bugs, especially activity monitoring problems when running X. * Workrave 1.6.1 ** A bug was introduced in version 1.6.0 which could cause the status window to disappear. Version 1.6.1 is only a minor bug fix release that addresses this problem. * Workrave 1.6.0 ** Workrave has been translated into Chinese thanks to Rex Tsai, into Russian thanks to Sergey Kirkinsky, and into French thanks to Thomas Basset and Benjamin Siband. ** The explanation of an exercise is now scrollable, if it does not fit onscreen. ** The Windows version now includes a taskbar applet version of the status window. After installation of Workrave, right click your taskbar and select "Workrave" from the list of toolbars. ** Timers can be configured to ignore activity. ** Bloat removal: removed the "Resets at" option from the daily limit panel. ** Exercises are no longer read at program startup, and are released from memory when not needed anymore. ** Terminology: we now use the term "micro-break" instead of "micro-pause". ** When block mode "Block all" is used, we display the break window on top of your current desktop background (wallpaper), instead of on a semi-transparent screen snapshot. ** Fixed screen locking on X11: previously only xlock was detected and used without passing a display parameter. Now, the proper screen lock command is invoked on the right display. For example, if KDE is detected its kdesktop_lock is executed. ** High-profile bug fixes (Windows): activity monitoring when working in Exceed has been restored, and ZoneLab interaction problems (hangups) have been corrected. * Workrave 1.4.1 ** Replaced the "Block input" setting (which was available per break) by a global "Block mode" setting, located in the GUI preferences. The available block modes are "None" (NEW: no input is blocked and break windows have a title bar and can be dragged), "Block input" (blocks input, break windows are fixed), "Block all" (NEW: blocks input and display). ** The Windows installer now offers the option to install Workrave using the standalone Dropline GTK+ runtime. For more information, see http://www.dropline.net/gtk/. ** Removed the "Force break after maximum preludes" option. It is now on by default. ** Some strings in the German translation were too long, fixed. ** Added multihead support for Windows. ** Improved suspend (to ram) support. Workrave now assumes that you are idle while suspended instead of assuming that no time passes. ** Improved multihead support. The status window is now automatically relocated when the monitor on which it is displayed is removed. It moved back to its original location when the monitor returns. ** Exercises navigation can now be used without causing Workrave to remove the break window and show the warning windows again. ** If supported by your system, the daily limit window includes a "Shut down" button. ** There now is a "Lock" button on the rest break, so that you can safely lock your display while you are taking breaks. If the daily limit window does not include the "Shut down" button, it includes the "Lock" button instead. * Workrave 1.4.0 ** Added exercises. ** Workrave has been translated to Polish, Danish and Spanish. Many thanks to Mikolaj Machowski, Christian Vejlbo, and Pablo Rodriguez! ** Multihead support for X11. Workrave now shows break windows on all monitors. ** Workrave can now cope with changes in system time and OS features like suspend-to-ram. ** Previously, the end time that showed up in the stats dialog equaled the time at which the clock reset (typically equal to the start of the next working day). This lead to weird from/to times, as in: "From 8:46 to 9:10". Fixed. ** Added an icon to the skip/postpone buttons on break windows. ** Many laptop pointer devices "drift" over time. This used to cause Workrave to detect activity when there was in fact none. Fixed, thanks to Chung-chieh Shan. ** On Windows, Workrave now notices when Explorer crashes and will try to reinsert the tray icon in the new Explorer taskbar that is created when Explorer restarts. ** Rewrote the user input blocking mechanism on Windows. You should no longer experience visual quirks (like flashing windows or unexpectedly focusing random windows) during breaks. ** On Linux, Workrave now notices when the gnome-panel crashes and will reinsert the applet in the new panel. ** The content of the status window can now be configured. ** Breaks can now be disabled. * Workrave 1.2.2 ** If you stopped working during a prelude just before it was about to disappear, the prelude would still go away because Workrave assumed you wanted to continue working. This behaviour has been changed now: if there is no activity when the count-down has reached zero, Workrave waits a couple of seconds to see if you are really idle. If that is the case, a break window appears. If not, you can continue working. ** Redesigned the preferences panel. It used to have nested tabs, these have been replaced with an icon shortcut bar. ** The break windows have been given a title. ** The Window version now included GTK-Wimp. This makes the visual appearance of Workrave blend much better into the Windows desktop environment (http://gtk-wimp.sourceforge.net). ** Beter support for Gnome session management. Workrave is now properly restarted by the gnome session manager. ** The applet can now be configured to show only the Workrave sheep. Clicking on the sheep will toggle the visibility of the main window. * Workrave 1.2.1 ** Some errors in the build process have been fixed. Only a new source tarball is released, as this does not effect binary releases. * Workrave 1.2.0 ** Johannes Rohr provided a german translation, thanks! ** Added applet support. Workrave now supports both a native Gnome applet, as well as a system tray applet that *should* also work on KDE. ** Added statistics. Workrave shows break statistics and daily usage. More statistics will be added later. ** A leaflet promoting Workrave is now available. Please spread it as far as possible. For example, distribute several copies at the office. (http://workrave.sourceforge.net/leaflet/) ** Last but absolutely not least: increased sheep size in the about window. :) * Workrave 1.0.0 ** Removed the monitoring preferences. Good defaults is all you want here, and it was far too difficult to try and explain these settings to ordinary users. ** Added the daily limit break window. ** Added internationalisation support. Currently, only a Dutch translation is provided. We are still looking for volunteers to translate Workrave into other languages. ** The "Collective" has been renamed to "Network", which is far more meaningful to non-geek users. ** A network log window has been added. This window shows informational messages about the communication between different Workrave instances. * Workrave 0.3.0 ** Added experimental(!) distribution support, dubbed "The Collective". What this means is that you can now create a network of Workrave instances running on several computers. All instances that are part of "the collective" share the same timer information, meaning that if one computer informs you to take a break, it is futile to flee to another computer as it will also tell you to take a break. ** Added sound support. You can configure the samples that are played through the standard sound control panel provided by Gnome and Windows. For office PCs that do not have a sound card, you can choose to play sounds through the internal PC speaker. ** The window prompting you to brake now moves earlier to the top of the screen so that it does not interfere too much. Furthermore, the window has a new and improved "evasive manouvers" algorithm. * Workrave 0.2.0 ** Activity during a persisted break is no longer ignored. Instead, the timer is stopped whenefer the user is active. ** Microsoft Windows specific changes *** Added taskbar tray support. When the main window is closed, the program remains active in the tray. In the user interface preferences, you can select to hide the program when started. *** The main window is now opened at the position where it was during the last program exit. * Workrave 0.1.0 ** First public release. ---------------------------------------------------------------------- Copyright information: Copyright (C) 2001-2010 Rob Caelers & Raymond Penners Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the copyright notice and this permission notice are preserved, thus giving the recipient permission to redistribute in turn. Permission is granted to distribute modified versions of this document, or of portions of it, under the above conditions, provided also that they carry prominent notices stating who last changed them. Local variables: mode: outline paragraph-separate: "[ ]*$" end: workrave-1_10_10/README000066400000000000000000000020101263301626300145270ustar00rootroot00000000000000Workrave 1.10 ============= Please visit http://www.workrave.org for more information. BUILD ----- This document only discusses compilation on Unix (like OSes). Information on how to compile Workrave on Windows can be found in build/cmake/README (native compilation on windows) and build/win32/README (cross-compilation on Linux) Read the 'INSTALL' file for more detailed directions on compilation on Unix and OSX. Workrave requires that development packages of at least the following software are installed. The version numbers mentioned have been tested during development. - GLib (2.16.0) - GLibmm (2.19.3) - Gtk (2.16.0) - Gtkmm (2.16.0) - Atk (1.20) - Pango (1.22.0) - Pangomm (2.14.0) - Cairo (1.2.4) - Cairomm (1.6.4) - DBus (1.0.2) - DBus-Glib (0.78) - GConf (2.13.5) - GConfmm (2.22.0) - GDome - GStreamer (0.10.10) - Libsigc++ (2.0.2) - Autoconf with Autoconf Macro Archive (2012.04.04) Optionally, the following packages are required for gnome support. - ORbit (2.14.10) - Bonobo (2.15.0) - panel-applet (2.19.3) workrave-1_10_10/TODO000066400000000000000000000047131263301626300143530ustar00rootroot00000000000000@ W32 applet to default to all in one spot @ Fist roll image is wrong, to be fixed @ Clean up runtime (remove raleigh themes, ...) ? Investigate startup performance: a lot of config keys are ready twice++ @ Main window icon to reflect operation mode @ Tooltip on GtkStatusIcon seems to have too limited fixed length (truncated) Done: - W32 window location: window goes down each time (due to decorations) --8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8< 1) patrick.clery@gmail.com Hi, I would first like to say that I very grateful that someone has gone out of their way to make such a great program. I have a very serious RSI -- for which I'm getting treated -- and workrave is helping to minimize possible damage to my hands. Thanks! :) Onto my problem/question. The pain in my right-hand is especially sensitive to using a mouse. Even placing my hand on the mouse and clicking something can trigger pain immediately that is not otherwise triggered by my keyboard. I try to use my keyboard for everything. One of the only situations where I haven't found a keyboard replacement for something I'd previously do with a mouse is for the workrave "postpone." Is there a keyboard shortcut for this? If such a feature does not exist, could you please add this to your list of feature requests and consider it for a future addition to the program as I think it will definitely help others like me who are looking to gain independence from the (evil) mouse. 2) Make statistics more robust against corrupt files. 3) idimov@users.sourceforge.net Remo Tex I think it is good to have "Check for updates/New version(s)" option > or at least to have URL for download(s) printed in About/Credits dialog > so it would be easy to Cut, Paste and check "manually" for existence of > new version(s) 4) idimov@users.sourceforge.net Remo Tex > - Probably it is a good idea to make it also like Gaim etc. i.e. > dblclick opens dilaog if closed and closes if open 5) raving.20.pccool@dfgh.net Pictures for fullscreen lockout - just a simple directory where it will recursively look for pictures. 6) carlos_nto@hotmail.com > I made custom playlists to play during breaks, it helps me hold patiently in the meantime > (kind of like the music that would play on elevators if real life wasn't boring). It would be nice > to make a feature available that enables the user to browse for a set of mp3 files that will play during micro > breaks and have another set of files to play during rest breaks. workrave-1_10_10/acinclude.m4000066400000000000000000000017061263301626300160530ustar00rootroot00000000000000dnl AS_AC_EXPAND(VAR, CONFIGURE_VAR) dnl dnl example dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir) dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local AC_DEFUN([AS_AC_EXPAND], [ EXP_VAR=[$1] FROM_VAR=[$2] dnl first expand prefix and exec_prefix if necessary prefix_save=$prefix exec_prefix_save=$exec_prefix dnl if no prefix given, then use /usr/local, the default prefix if test "x$prefix" = "xNONE"; then prefix=$ac_default_prefix fi dnl if no exec_prefix given, then use prefix if test "x$exec_prefix" = "xNONE"; then exec_prefix=$prefix fi full_var="$FROM_VAR" dnl loop until it doesn't change anymore while true; do new_full_var="`eval echo $full_var`" if test "x$new_full_var"="x$full_var"; then break; fi full_var=$new_full_var done dnl clean up full_var=$new_full_var AC_SUBST([$1], "$full_var") dnl restore prefix and exec_prefix prefix=$prefix_save exec_prefix=$exec_prefix_save ])workrave-1_10_10/autogen.sh000077500000000000000000000001541263301626300156570ustar00rootroot00000000000000#!/bin/sh set -e autopoint --force AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install workrave-1_10_10/backend/000077500000000000000000000000001263301626300152455ustar00rootroot00000000000000workrave-1_10_10/backend/Makefile.am000066400000000000000000000002771263301626300173070ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src test include workrave-1_10_10/backend/include/000077500000000000000000000000001263301626300166705ustar00rootroot00000000000000workrave-1_10_10/backend/include/CoreConfig.hh000066400000000000000000000047131263301626300212340ustar00rootroot00000000000000// CoreConfig.hh --- Configuration keys of the core. // // Copyright (C) 2001 - 2009 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CORECONFIG_HH #define CORECONFIG_HH #include "ICore.hh" class CoreConfig { public: static const std::string CFG_KEY_TIMERS; static const std::string CFG_KEY_TIMER; static const std::string CFG_KEY_TIMER_LIMIT; static const std::string CFG_KEY_TIMER_AUTO_RESET; static const std::string CFG_KEY_TIMER_RESET_PRED; static const std::string CFG_KEY_TIMER_SNOOZE; static const std::string CFG_KEY_TIMER_MONITOR; static const std::string CFG_KEY_TIMER_ACTIVITY_SENSITIVE; static const std::string CFG_KEY_BREAKS; static const std::string CFG_KEY_BREAK; static const std::string CFG_KEY_BREAK_MAX_PRELUDES; static const std::string CFG_KEY_BREAK_ENABLED; static const std::string CFG_KEY_MONITOR; static const std::string CFG_KEY_MONITOR_NOISE; static const std::string CFG_KEY_MONITOR_ACTIVITY; static const std::string CFG_KEY_MONITOR_IDLE; static const std::string CFG_KEY_GENERAL_DATADIR; static const std::string CFG_KEY_OPERATION_MODE; static const std::string CFG_KEY_USAGE_MODE; static const std::string CFG_KEY_DISTRIBUTION; static const std::string CFG_KEY_DISTRIBUTION_ENABLED; static const std::string CFG_KEY_DISTRIBUTION_LISTENING; static const std::string CFG_KEY_DISTRIBUTION_PEERS; static const std::string CFG_KEY_DISTRIBUTION_TCP; static const std::string CFG_KEY_DISTRIBUTION_TCP_PORT; static const std::string CFG_KEY_DISTRIBUTION_TCP_USERNAME; static const std::string CFG_KEY_DISTRIBUTION_TCP_PASSWORD; static const std::string CFG_KEY_DISTRIBUTION_TCP_ATTEMPTS; static const std::string CFG_KEY_DISTRIBUTION_TCP_INTERVAL; static bool match(const std::string &str, const std::string &key, workrave::BreakId &id); }; #endif workrave-1_10_10/backend/include/CoreFactory.hh000066400000000000000000000025021263301626300214300ustar00rootroot00000000000000// CoreFactory.hh --- The main access point to the Core // // Copyright (C) 2001 - 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef COREFACTORY_HH #define COREFACTORY_HH namespace workrave { // Forward declarion of external interfaces. class ICore; class IConfigurator; class INetwork; class DBus; //! Main access points to the Core. class CoreFactory { public: //! Returns the interface to the core. static ICore *get_core(); //! Returns the interface to the core's configurator. static IConfigurator *get_configurator(); //! Returns the interface to the DBUS facility. static DBus *get_dbus(); }; } #endif // COREFACTORY_HH workrave-1_10_10/backend/include/DistributionLogListener.hh000066400000000000000000000016731263301626300240470ustar00rootroot00000000000000// DistributionLogListener.hh // // Copyright (C) 2002, 2003, 2005, 2007 Rob Caelers // All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3, or (at your option) // any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // #ifndef DISTRIBUTIONLOGLISTENER_HH #define DISTRIBUTIONLOGLISTENER_HH namespace workrave { class DistributionLogListener { public: virtual ~DistributionLogListener() {} //! Notification that a new log message has arrived. virtual void distribution_log(string msg) = 0; }; } #endif // DISTRIBUTIONLOGLISTENER_HH workrave-1_10_10/backend/include/Harpoon.hh000066400000000000000000000036561263301626300206310ustar00rootroot00000000000000// Harpoon.hh --- ActivityMonitor for W32 // // Copyright (C) 2002, 2004, 2006, 2007 Raymond Penners // Copyright (C) 2007 Ray Satiro // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef HARPOON_HH #define HARPOON_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include #include "harpoon.h" typedef union HarpoonEventUnion HarpoonEvent; //! Activity monitor for a local X server. class Harpoon { public: //! Constructor. Harpoon(); //! Destructor. virtual ~Harpoon(); static bool init(HarpoonHookFunc func); static void terminate(); static void block_input(); static void unblock_input(); private: static void init_critical_filename_list(); static bool check_for_taskmgr_debugger( char *out ); static void on_harpoon_event(HarpoonEvent *event); static bool is_64bit_windows(); static void start_harpoon_helper(); static void stop_harpoon_helper(); static HWND recursive_find_window(HWND hwnd, LPCTSTR lpClassName); static HWND helper_window; static bool helper_started; static char critical_filename_list[HARPOON_MAX_UNBLOCKED_APPS][511]; }; #endif // HARPOON_HH workrave-1_10_10/backend/include/IApp.hh000066400000000000000000000047741263301626300200560ustar00rootroot00000000000000// IApp.hh // // Copyright (C) 2001 - 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IAPP_HH #define IAPP_HH #include "ICore.hh" namespace workrave { // Forward declarion of external interfaces. class IBreakResponse; //! Interface that must be implemented by GUI applications. class IApp { public: //! The stage of a break warning (prelude) enum PreludeStage { STAGE_INITIAL = 0, STAGE_MOVE_OUT, STAGE_WARN, STAGE_ALERT, }; //! Text that the GUI show must in the prelude window. enum PreludeProgressText { PROGRESS_TEXT_BREAK_IN, PROGRESS_TEXT_DISAPPEARS_IN, PROGRESS_TEXT_SILENT_IN, }; virtual ~IApp() {} //! Set the response interface that must the used by the GUI to respond. virtual void set_break_response(IBreakResponse *rep) = 0; //! Create a prelude window for specified break type. virtual void create_prelude_window(BreakId break_id) = 0; //! Create a break window for specified break type. virtual void create_break_window(BreakId break_id, BreakHint break_hint) = 0; //! Hide the break or prelude window. virtual void hide_break_window() = 0; //! Hide the break or prelude window. virtual void show_break_window() = 0; //! Refresh the content of the break or prelude window. virtual void refresh_break_window() = 0; //! Set the break progress to the specified value and maximum value. virtual void set_break_progress(int value, int max_value) = 0; //! Set the alert stage of the prelude window. virtual void set_prelude_stage(PreludeStage stage) = 0; //! Set the progress text of the prelude window. virtual void set_prelude_progress_text(PreludeProgressText text) = 0; //! Terminate the application. virtual void terminate() = 0; }; } #endif // IAPP_HH workrave-1_10_10/backend/include/IBreak.hh000066400000000000000000000037051263301626300203530ustar00rootroot00000000000000// IBreak.hh -- Interface of a break. // // Copyright (C) 2001 - 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IBREAK_HH #define IBREAK_HH #include "ICore.hh" #include namespace workrave { //! Interface to retrieve information about a break. class IBreak { public: virtual ~IBreak() {} //! Returns the name of the break. virtual std::string get_name() const = 0; //! Returns the ID of the break. virtual BreakId get_id() const = 0; //! Is this break currently enabled? virtual bool is_enabled() const = 0; //! Returns the current time state. virtual bool is_running() const = 0; //! Returns the elasped active time. virtual time_t get_elapsed_time() const = 0; //! Returns the elasped idle time. virtual time_t get_elapsed_idle_time() const = 0; //! Returns the auto-reset interval (i.e. break duration) virtual time_t get_auto_reset() const = 0; //! Is the auto-reset enabled? virtual bool is_auto_reset_enabled() const = 0; //! Returns the break limit (i.e. time before break) virtual time_t get_limit() const = 0; //! Is the limit enabled. virtual bool is_limit_enabled() const = 0; //! Is the break window visible. virtual bool is_taking() const = 0; }; } #endif // IBREAK_HH workrave-1_10_10/backend/include/IBreakResponse.hh000066400000000000000000000022301263301626300220620ustar00rootroot00000000000000// IBreakResponse.hh // // Copyright (C) 2002 - 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IBREAKRESPONSE_HH #define IBREAKRESPONSE_HH #include "ICore.hh" namespace workrave { //! User response for a break. class IBreakResponse { public: virtual ~IBreakResponse() {} //! Request to postpone the break. virtual void postpone_break(BreakId break_id) = 0; //! Request to skip the break. virtual void skip_break(BreakId break_id) = 0; }; } #endif // IBREAKRESPONSE_HH workrave-1_10_10/backend/include/IConfigurator.hh000066400000000000000000000067521263301626300217760ustar00rootroot00000000000000// IConfigurator.hh -- Interface to the Workrave configuration // // Copyright (C) 2001 - 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICONFIGURATOR_HH #define ICONFIGURATOR_HH #include #include #include namespace workrave { // Forward declaratons class IConfiguratorListener; //! Hints on how to set a configuration value. enum ConfigFlags { //! No special hints. CONFIG_FLAG_NONE = 0, //! The default value is set. CONFIG_FLAG_DEFAULT = 1, //! The value must be set immediately, without delay. CONFIG_FLAG_IMMEDIATE = 2, }; //! Interface to access the configuration. class IConfigurator { public: virtual ~IConfigurator() {} virtual void set_delay(const std::string &key, int delay) = 0; virtual bool load(std::string filename) = 0; virtual bool save(std::string filename) = 0; virtual bool save() = 0; virtual bool remove_key(const std::string &key) const = 0; virtual bool rename_key(const std::string &key, const std::string &new_key) = 0; virtual bool get_value(const std::string &key, std::string &out) const = 0; virtual bool get_value(const std::string &key, bool &out) const = 0; virtual bool get_value(const std::string &key, int &out) const = 0; virtual bool get_value(const std::string &key, double &out) const = 0; virtual void get_value_with_default(const std::string &key, std::string &out, std::string s) const = 0; virtual void get_value_with_default(const std::string &key, bool &out, const bool def) const = 0; virtual void get_value_with_default(const std::string &key, int &out, const int def) const = 0; virtual void get_value_with_default(const std::string &key, double &out, const double def) const = 0; virtual bool set_value(const std::string &key, const std::string &v, ConfigFlags flags = CONFIG_FLAG_NONE) = 0; virtual bool set_value(const std::string &key, const char *v, ConfigFlags flags = CONFIG_FLAG_NONE) = 0; virtual bool set_value(const std::string &key, int v, ConfigFlags flags = CONFIG_FLAG_NONE) = 0; virtual bool set_value(const std::string &key, bool v, ConfigFlags flags = CONFIG_FLAG_NONE) = 0; virtual bool set_value(const std::string &key, double v, ConfigFlags flags = CONFIG_FLAG_NONE) = 0; virtual bool get_typed_value(const std::string &key, std::string &t) const = 0; virtual bool set_typed_value(const std::string &key, const std::string &t) = 0; virtual bool add_listener(const std::string &key_prefix, IConfiguratorListener *listener) = 0; virtual bool remove_listener(IConfiguratorListener *listener) = 0; virtual bool remove_listener(const std::string &key_prefix, IConfiguratorListener *listener) = 0; virtual bool find_listener(IConfiguratorListener *listener, std::string &key) const = 0; }; } #endif // ICONFIGURATOR_HH workrave-1_10_10/backend/include/IConfiguratorListener.hh000066400000000000000000000020601263301626300234700ustar00rootroot00000000000000// IConfiguratorListener.hh -- Listen for configuration changes. // // Copyright (C) 2001 - 2007 Rob Caelers // All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundator; either versor 2, or (at your optor) // any later versor. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // #ifndef ICONFIGURATORLISTENER_HH #define ICONFIGURATORLISTENER_HH #include namespace workrave { //! Listener to receive notifications of changed configuration. class IConfiguratorListener { public: virtual ~IConfiguratorListener() {} //! The configuration item with specified key has changed. virtual void config_changed_notify(const std::string &key) = 0; }; } #endif // ICONFIGURATORLISTENER_HH workrave-1_10_10/backend/include/ICore.hh000066400000000000000000000104421263301626300202130ustar00rootroot00000000000000// ICore.hh --- The main controller interface // // Copyright (C) 2001 - 2009, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICORE_HH #define ICORE_HH #include #include "enum.h" namespace workrave { // Forward declaratons class IBreak; class IApp; class IStatistics; class ICoreEventListener; class INetwork; class IDistributionManager; //! ID of a break. enum BreakId { BREAK_ID_NONE = -1, BREAK_ID_MICRO_BREAK = 0, BREAK_ID_REST_BREAK, BREAK_ID_DAILY_LIMIT, BREAK_ID_SIZEOF }; enum BreakHint { BREAK_HINT_NONE = 0, // Break was started on user request BREAK_HINT_USER_INITIATED = 1, // Natural break. BREAK_HINT_NATURAL_BREAK = 2, }; //! Main interface of the backend. class ICore { public: virtual ~ICore() {} //! The way a break is insisted. enum InsistPolicy { //! Uninitialized policy INSIST_POLICY_INVALID, //! Halts the timer on activity. INSIST_POLICY_HALT, //! Resets the timer on activity. INSIST_POLICY_RESET, //! Ignores all activity. INSIST_POLICY_IGNORE, //! Number of policies. INSIST_POLICY_SIZEOF }; //! Initialize the Core. Must be called first. virtual void init(int argc, char **argv, IApp *app, const std::string &display) = 0; //! Periodic heartbeat. The GUI *MUST* call this method every second. virtual void heartbeat() = 0; //! Force a break of the specified type. virtual void force_break(BreakId id, BreakHint break_hint) = 0; //! Return the break interface of the specified type. virtual IBreak *get_break(BreakId id) = 0; //! Return the break interface of the specified type. virtual IBreak *get_break(std::string name) = 0; //! Return the statistics interface. virtual IStatistics *get_statistics() const = 0; #ifdef HAVE_DISTRIBUTION //! Returns the distribution manager (if available). virtual IDistributionManager *get_distribution_manager() const = 0; #endif //! Is the user currently active? virtual bool is_user_active() const = 0; //! Retrieves the operation mode. virtual OperationMode get_operation_mode() = 0; //! Retrieves the regular operation mode. virtual OperationMode get_operation_mode_regular() = 0; //! Checks if operation_mode is an override. virtual bool is_operation_mode_an_override() = 0; //! Sets the operation mode. virtual void set_operation_mode(OperationMode mode) = 0; //! Temporarily overrides the operation mode. virtual void set_operation_mode_override( OperationMode mode, const std::string &id ) = 0; //! Removes the overriden operation mode. virtual void remove_operation_mode_override( const std::string &id ) = 0; //! Return the current usage mode. virtual UsageMode get_usage_mode() = 0; //! Set the usage mode. virtual void set_usage_mode(UsageMode mode) = 0; //! Set the callback for activity monitor events. virtual void set_core_events_listener(ICoreEventListener *l) = 0; //! Notify the core that the computer will enter or leave powersave (suspend/hibernate) virtual void set_powersave(bool down) = 0; //! Notify the core that the computer time has changed virtual void time_changed() = 0; //! Set the break insist policy. virtual void set_insist_policy(InsistPolicy p) = 0; //! Return the current time virtual time_t get_time() const = 0; //! Return the current time virtual void force_idle() = 0; }; std::string operator%(const std::string &key, BreakId id); }; #endif // ICORE_HH workrave-1_10_10/backend/include/ICoreEventListener.hh000066400000000000000000000036231263301626300227260ustar00rootroot00000000000000// ICoreEventListener.hh // // Copyright (C) 2001 - 2007, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICOREEVENTLISTENER_HH #define ICOREEVENTLISTENER_HH #include "ICore.hh" namespace workrave { //! Events send from Core to GUI. enum CoreEvent { CORE_EVENT_NONE = -1, CORE_EVENT_MONITOR_FAILURE = 0, CORE_EVENT_SOUND_FIRST = 1, CORE_EVENT_SOUND_BREAK_PRELUDE = CORE_EVENT_SOUND_FIRST, CORE_EVENT_SOUND_BREAK_IGNORED, CORE_EVENT_SOUND_REST_BREAK_STARTED, CORE_EVENT_SOUND_REST_BREAK_ENDED, CORE_EVENT_SOUND_MICRO_BREAK_STARTED, CORE_EVENT_SOUND_MICRO_BREAK_ENDED, CORE_EVENT_SOUND_DAILY_LIMIT, CORE_EVENT_SOUND_LAST = CORE_EVENT_SOUND_DAILY_LIMIT, }; //! Listener for events comming from the Core. class ICoreEventListener { public: virtual ~ICoreEventListener() {} // Notification of a core event. virtual void core_event_notify(const CoreEvent event) = 0; // Notification that the operation mode has changed.. virtual void core_event_operation_mode_changed(const OperationMode m) = 0; // Notification that the usage mode has changed.. virtual void core_event_usage_mode_changed(const UsageMode m) = 0; }; } #endif // ICOREEVENTLISTENER_HH workrave-1_10_10/backend/include/IDistributionManager.hh000066400000000000000000000044331263301626300233000ustar00rootroot00000000000000// IDistributionManager.hh // // Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IDISTRIBUTIOMANAGER_HH #define IDISTRIBUTIOMANAGER_HH #include using namespace std; namespace workrave { class DistributionLogListener; class IDistributionManager { public: virtual ~IDistributionManager() {} virtual bool is_master() const = 0; virtual int get_number_of_peers() = 0; virtual bool connect(string url) = 0; virtual bool disconnect_all() = 0; virtual bool reconnect_all() = 0; virtual bool add_log_listener(DistributionLogListener *listener) = 0; virtual bool remove_log_listener(DistributionLogListener *listener) = 0; virtual list get_logs() const = 0; virtual bool add_peer(string peer) = 0; virtual bool remove_peer(string peer) = 0; virtual void set_peers(string peers, bool connect = true) = 0; virtual list get_peers() const = 0; virtual bool get_enabled() const = 0; virtual void set_enabled(bool b) = 0; virtual bool get_listening() const = 0; virtual void set_listening(bool b) = 0; virtual string get_username() const = 0; virtual void set_username(string name) = 0; virtual string get_password() const = 0; virtual void set_password(string name) = 0; virtual int get_port() const = 0; virtual void set_port(int v) = 0; virtual int get_reconnect_attempts() const = 0; virtual void set_reconnect_attempts(int v) = 0; virtual int get_reconnect_interval() const = 0; virtual void set_reconnect_interval(int v) = 0; }; } #endif // IDISTRIBUTIOMANAGER_HH workrave-1_10_10/backend/include/IStatistics.hh000066400000000000000000000046571263301626300214700ustar00rootroot00000000000000// IStatistics.hh // // Copyright (C) 2002, 2003, 2005, 2006, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ISTATISTICS_HH #define ISTATISTICS_HH #include #ifdef PLATFORM_OS_WIN32_NATIVE typedef __int64 int64_t; #else #include #endif #include "ICore.hh" namespace workrave { class IStatistics { public: enum StatsBreakValueType { STATS_BREAKVALUE_PROMPTED = 0, STATS_BREAKVALUE_TAKEN, STATS_BREAKVALUE_NATURAL_TAKEN, STATS_BREAKVALUE_SKIPPED, STATS_BREAKVALUE_POSTPONED, STATS_BREAKVALUE_UNIQUE_BREAKS, STATS_BREAKVALUE_TOTAL_OVERDUE, STATS_BREAKVALUE_SIZEOF }; enum StatsValueType { STATS_VALUE_TOTAL_ACTIVE_TIME = 0, STATS_VALUE_TOTAL_MOUSE_MOVEMENT, STATS_VALUE_TOTAL_CLICK_MOVEMENT, STATS_VALUE_TOTAL_MOVEMENT_TIME, STATS_VALUE_TOTAL_CLICKS, STATS_VALUE_TOTAL_KEYSTROKES, STATS_VALUE_SIZEOF }; typedef int BreakStats[STATS_BREAKVALUE_SIZEOF]; typedef int64_t MiscStats[STATS_VALUE_SIZEOF]; struct DailyStats { //! Start time of this day. struct tm start; //! Stop time of this day. struct tm stop; //! Statistic of each break BreakStats break_stats[BREAK_ID_SIZEOF]; //! Misc statistics MiscStats misc_stats; }; public: virtual ~IStatistics() {} virtual bool delete_all_history() = 0; virtual void update() = 0; virtual DailyStats *get_current_day() const = 0; virtual DailyStats *get_day(int day) const = 0; virtual void get_day_index_by_date(int y, int m, int d, int &idx, int &next, int &prev) const = 0; virtual int get_history_size() const = 0; virtual void dump() = 0; }; } #endif // ISTATISTICS_HH workrave-1_10_10/backend/include/Makefile.am000066400000000000000000000003471263301626300207300ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) workrave-1_10_10/backend/include/enum.h000066400000000000000000000013121263301626300200020ustar00rootroot00000000000000#ifndef ENUM_H #define ENUM_H #ifdef __cplusplus namespace workrave { #endif /* Mode */ typedef enum OperationMode { /* Breaks are reported to the user when due. */ OPERATION_MODE_NORMAL=0, /* Monitoring is suspended. */ OPERATION_MODE_SUSPENDED, /* Breaks are not reported to the user when due. */ OPERATION_MODE_QUIET, /* Number of modes.*/ OPERATION_MODE_SIZEOF } OperationMode; typedef enum UsageMode { /* Normal 'average' PC usage. */ USAGE_MODE_NORMAL=0, /* User is reading. */ USAGE_MODE_READING, /* Number of modes. */ USAGE_MODE_SIZEOF } UsageMode; #ifdef __cplusplus } #endif #endif workrave-1_10_10/backend/src/000077500000000000000000000000001263301626300160345ustar00rootroot00000000000000workrave-1_10_10/backend/src/.gitignore000066400000000000000000000002151263301626300200220ustar00rootroot00000000000000/DBusWorkrave.cc /DBusWorkrave.hh /org.workrave.gschema.xml.in /org.workrave.gschema.xml /org.workrave.gschema.valid /org.workrave.enums.xml workrave-1_10_10/backend/src/ActivityMonitor.cc000066400000000000000000000166131263301626300215160ustar00rootroot00000000000000// // Copyright (C) 2001 - 2010, 2012, 2013 Rob Caelers // Copyright (C) 2007 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "ActivityMonitor.hh" #include "ActivityMonitorListener.hh" #include "debug.hh" #include "timeutil.h" #include #include #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include "IInputMonitor.hh" #include "InputMonitorFactory.hh" using namespace std; //! Constructor. ActivityMonitor::ActivityMonitor() : activity_state(ACTIVITY_IDLE), prev_x(-10), prev_y(-10), button_is_pressed(false), listener(NULL) { TRACE_ENTER("ActivityMonitor::ActivityMonitor"); first_action_time.tv_sec = 0; first_action_time.tv_usec = 0; last_action_time.tv_sec = 0; last_action_time.tv_usec = 0; noise_threshold.tv_sec = 1; noise_threshold.tv_usec = 0; activity_threshold.tv_sec = 2; activity_threshold.tv_usec = 0; idle_threshold.tv_sec = 5; idle_threshold.tv_usec = 0; input_monitor = InputMonitorFactory::get_monitor(IInputMonitorFactory::CAPABILITY_ACTIVITY); if (input_monitor != NULL) { input_monitor->subscribe_activity(this); } TRACE_EXIT(); } //! Destructor. ActivityMonitor::~ActivityMonitor() { TRACE_ENTER("ActivityMonitor::~ActivityMonitor"); delete input_monitor; TRACE_EXIT(); } //! Terminates the monitor. void ActivityMonitor::terminate() { TRACE_ENTER("ActivityMonitor::terminate"); if (input_monitor != NULL) { input_monitor->terminate(); } TRACE_EXIT(); } //! Suspends the activity monitoring. void ActivityMonitor::suspend() { TRACE_ENTER_MSG("ActivityMonitor::suspend", activity_state); lock.lock(); activity_state = ACTIVITY_SUSPENDED; lock.unlock(); TRACE_RETURN(activity_state); } //! Resumes the activity monitoring. void ActivityMonitor::resume() { TRACE_ENTER_MSG("ActivityMonitor::resume", activity_state); lock.lock(); activity_state = ACTIVITY_IDLE; lock.unlock(); TRACE_RETURN(activity_state); } //! Forces state te be idle. void ActivityMonitor::force_idle() { TRACE_ENTER_MSG("ActivityMonitor::force_idle", activity_state); lock.lock(); if (activity_state != ACTIVITY_SUSPENDED) { activity_state = ACTIVITY_IDLE; last_action_time.tv_sec = 0; last_action_time.tv_usec = 0; } lock.unlock(); TRACE_RETURN(activity_state); } //! Returns the current state ActivityState ActivityMonitor::get_current_state() { TRACE_ENTER_MSG("ActivityMonitor::get_current_state", activity_state); lock.lock(); // First update the state... if (activity_state == ACTIVITY_ACTIVE) { GTimeVal now, tv; g_get_current_time(&now); tvSUBTIME(tv, now, last_action_time); TRACE_MSG("Active: " << tv.tv_sec << "." << tv.tv_usec << " " << idle_threshold.tv_sec << " " << idle_threshold.tv_usec); if (tvTIMEGT(tv, idle_threshold)) { // No longer active. activity_state = ACTIVITY_IDLE; } } lock.unlock(); TRACE_RETURN(activity_state); return activity_state; } //! Sets the operation parameters. void ActivityMonitor::set_parameters(int noise, int activity, int idle) { noise_threshold.tv_sec = noise / 1000; noise_threshold.tv_usec = (noise % 1000) * 1000; activity_threshold.tv_sec = activity / 1000; activity_threshold.tv_usec = (activity % 1000) * 1000; idle_threshold.tv_sec = idle / 1000; idle_threshold.tv_usec = (idle % 1000) * 1000; // The easy way out. activity_state = ACTIVITY_IDLE; } //! Sets the operation parameters. void ActivityMonitor::get_parameters(int &noise, int &activity, int &idle) { noise = noise_threshold.tv_sec * 1000 + noise_threshold.tv_usec / 1000; activity = activity_threshold.tv_sec * 1000 + activity_threshold.tv_usec / 1000; idle = idle_threshold.tv_sec * 1000 + idle_threshold.tv_usec / 1000; } //! Shifts the internal time (after system clock has been set) void ActivityMonitor::shift_time(int delta) { GTimeVal d; lock.lock(); tvSETTIME(d, delta, 0) if (!tvTIMEEQ0(last_action_time)) tvADDTIME(last_action_time, last_action_time, d); if (!tvTIMEEQ0(first_action_time)) tvADDTIME(first_action_time, first_action_time, d); lock.unlock(); } //! Sets the callback listener. void ActivityMonitor::set_listener(ActivityMonitorListener *l) { lock.lock(); listener = l; lock.unlock(); } //! Activity is reported by the input monitor. void ActivityMonitor::action_notify() { lock.lock(); GTimeVal now; g_get_current_time(&now); switch (activity_state) { case ACTIVITY_IDLE: { first_action_time = now; last_action_time = now; if (tvTIMEEQ0(activity_threshold)) { activity_state = ACTIVITY_ACTIVE; } else { activity_state = ACTIVITY_NOISE; } } break; case ACTIVITY_NOISE: { GTimeVal tv; tvSUBTIME(tv, now, last_action_time); if (tvTIMEGT(tv, noise_threshold)) { first_action_time = now; } else { tvSUBTIME(tv, now, first_action_time); if (tvTIMEGEQ(tv, activity_threshold)) { activity_state = ACTIVITY_ACTIVE; } } } break; default: break; } last_action_time = now; lock.unlock(); call_listener(); } //! Mouse activity is reported by the input monitor. void ActivityMonitor::mouse_notify(int x, int y, int wheel_delta) { static const int sensitivity = 3; lock.lock(); const int delta_x = x - prev_x; const int delta_y = y - prev_y; prev_x = x; prev_y = y; if (abs(delta_x) >= sensitivity || abs(delta_y) >= sensitivity || wheel_delta != 0 || button_is_pressed) { action_notify(); } lock.unlock(); } //! Mouse button activity is reported by the input monitor. void ActivityMonitor::button_notify(bool is_press) { lock.lock(); button_is_pressed = is_press; if (is_press) { action_notify(); } lock.unlock(); } //! Keyboard activity is reported by the input monitor. void ActivityMonitor::keyboard_notify(bool repeat) { (void)repeat; lock.lock(); action_notify(); lock.unlock(); } //! Calls the callback listener. void ActivityMonitor::call_listener() { ActivityMonitorListener *l = NULL; lock.lock(); l = listener; lock.unlock(); if (l != NULL) { // Listener is set. if (!l->action_notify()) { // Remove listener. lock.lock(); listener = NULL; lock.unlock(); } } } workrave-1_10_10/backend/src/ActivityMonitor.hh000066400000000000000000000050051263301626300215210ustar00rootroot00000000000000// ActivityMonitor.hh --- ActivityMonitor functionality // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2010, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ACTIVITYMONITOR_HH #define ACTIVITYMONITOR_HH #include "IActivityMonitor.hh" #include "IInputMonitorListener.hh" #include "Mutex.hh" #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif class ActivityListener; class IInputMonitor; class ActivityMonitor : public IInputMonitorListener, public IActivityMonitor { public: ActivityMonitor(); virtual ~ActivityMonitor(); void terminate(); void suspend(); void resume(); void force_idle(); void shift_time(int delta); ActivityState get_current_state(); void set_parameters(int noise, int activity, int idle); void get_parameters(int &noise, int &activity, int &idle); void set_listener(ActivityMonitorListener *l); void action_notify(); void mouse_notify(int x, int y, int wheel = 0); void button_notify(bool is_press); void keyboard_notify(bool repeat); private: void call_listener(); private: //! The actual monitoring driver. IInputMonitor *input_monitor; //! the current state. ActivityState activity_state; //! Internal locking Mutex lock; //! Previous X coordinate int prev_x; //! Previous Y coordinate int prev_y; //! Is the button currently pressed? bool button_is_pressed; //! Last time activity was detected GTimeVal last_action_time; //! First time the \c ACTIVITY_IDLE state was left. GTimeVal first_action_time; //! The noise threshold GTimeVal noise_threshold; //! The activity threshold. GTimeVal activity_threshold; //! The idle threshold. GTimeVal idle_threshold; //! Activity listener. ActivityMonitorListener *listener; }; #endif // ACTIVITYMONITOR_HH workrave-1_10_10/backend/src/ActivityMonitorListener.hh000066400000000000000000000021241263301626300232260ustar00rootroot00000000000000// ActivityMonitorListener.hh // // Copyright (C) 2001 - 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ACTIVITYMONITORLISTENER_HH #define ACTIVITYMONITORLISTENER_HH //! Listener for user activity from the Activity Monitor class ActivityMonitorListener { public: virtual ~ActivityMonitorListener() {} // Notification that the user is currently active. virtual bool action_notify() = 0; }; #endif // ACTIVITYMONITORLISTENER_HH workrave-1_10_10/backend/src/Break.cc000066400000000000000000000236451263301626300174010ustar00rootroot00000000000000// Break.cc // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "Break.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "BreakControl.hh" #include "Timer.hh" #include "TimerActivityMonitor.hh" #include "CoreConfig.hh" using namespace std; struct Defaults { string name; // Timer settings. int limit; int auto_reset; string resetpred; int snooze; // Break settings int max_preludes; } default_config[] = { { // FIXME: Rename to micro_break, but in a backwards compatible manner. "micro_pause", 3*60, 30, "", 150, 3, }, { "rest_break", 45*60, 10*60, "", 180, 3, }, { "daily_limit", 14400, 0, "day/4:00", 20 * 60, 3, } }; //! Constucts a new Break Break::Break() : break_id(BREAK_ID_NONE), config(NULL), application(NULL), timer(NULL), break_control(NULL), enabled(true), usage_mode(USAGE_MODE_NORMAL) { TRACE_ENTER("Break:Break"); TRACE_EXIT() } //! Initializes the break. void Break::init(BreakId id, IApp *app) { TRACE_ENTER("Break::init"); break_id = id; config = CoreFactory::get_configurator(); application = app; Defaults &def = default_config[break_id]; break_name = def.name; timer = new Timer(); timer->set_id(break_name); break_control = new BreakControl(break_id, app, timer); init_timer(); init_break_control(); init_defaults(); TRACE_EXIT() } //! Destructor. Break::~Break() { TRACE_ENTER("Break:~Break"); delete break_control; delete timer; TRACE_EXIT(); } string Break::expand(const string &key, BreakId id) { string str = key; string::size_type pos = 0; string name = get_name(id); while ((pos = str.find("%b", pos)) != string::npos) { str.replace(pos, 2, name); pos++; } return str; } string Break::expand(const string &key) { string str = key; string::size_type pos = 0; string name = get_name(); while ((pos = str.find("%b", pos)) != string::npos) { str.replace(pos, 2, name); pos++; } return str; } void Break::init_defaults() { Defaults &def = default_config[break_id]; config->set_delay(CoreConfig::CFG_KEY_TIMER_LIMIT % break_id, 2); config->set_delay(CoreConfig::CFG_KEY_TIMER_AUTO_RESET % break_id, 2); // Convert old settings. config->rename_key(string("gui/breaks/%b/max_preludes") % break_id, CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id); config->rename_key(string("gui/breaks/%b/enabled") % break_id, CoreConfig::CFG_KEY_BREAK_ENABLED % break_id); config->remove_key(string("gui/breaks/%b/max_postpone") % break_id); // Set defaults. config->set_value(CoreConfig::CFG_KEY_TIMER_LIMIT % break_id, def.limit, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_TIMER_AUTO_RESET % break_id, def.auto_reset, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_TIMER_RESET_PRED % break_id, def.resetpred, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_TIMER_SNOOZE % break_id, def.snooze, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_TIMER_MONITOR % break_id, "", CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_TIMER_ACTIVITY_SENSITIVE % break_id, true, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, def.max_preludes, CONFIG_FLAG_DEFAULT); config->set_value(CoreConfig::CFG_KEY_BREAK_ENABLED % break_id, true, CONFIG_FLAG_DEFAULT); } //! Returns the id of the break BreakId Break::get_id() const { return break_id; } //! Returns the name of the break (used in configuration) string Break::get_name() const { return break_name; } //! Returns the name of the break (used in configuration) string Break::get_name(BreakId id) { Defaults &def = default_config[id]; return def.name; } //! Returns the timer. Timer * Break::get_timer() const { return timer; } //! Returns the Break controller. BreakControl * Break::get_break_control() { return break_control; } // Initialize the timer based. void Break::init_timer() { load_timer_config(); timer->enable(); timer->stop_timer(); config->add_listener(CoreConfig::CFG_KEY_TIMER % break_id, this); } //! Load the configuration of the timer. void Break::load_timer_config() { TRACE_ENTER("Break::load_timer_config"); // Read break limit. int limit; config->get_value(CoreConfig::CFG_KEY_TIMER_LIMIT % break_id, limit); timer->set_limit(limit); timer->set_limit_enabled(limit > 0); // Read autoreset interval int autoreset; config->get_value(CoreConfig::CFG_KEY_TIMER_AUTO_RESET % break_id, autoreset); timer->set_auto_reset(autoreset); timer->set_auto_reset_enabled(autoreset > 0); // Read reset predicate string reset_pred; config->get_value(CoreConfig::CFG_KEY_TIMER_RESET_PRED % break_id, reset_pred); if (reset_pred != "") { timer->set_auto_reset(reset_pred); } // Read the snooze time. int snooze; config->get_value(CoreConfig::CFG_KEY_TIMER_SNOOZE % break_id, snooze); timer->set_snooze_interval(snooze); // Load the monitor setting for the timer. string monitor_name; bool ret = config->get_value(CoreConfig::CFG_KEY_TIMER_MONITOR % break_id, monitor_name); TRACE_MSG(ret << " " << monitor_name); if (ret && monitor_name != "") { Core *core = Core::get_instance(); Timer *master = core->get_timer(monitor_name); if (master != NULL) { TRACE_MSG("found master timer"); TimerActivityMonitor *am = new TimerActivityMonitor(master); timer->set_activity_monitor(am); } } else { timer->set_activity_monitor(NULL); } TRACE_EXIT(); } // Initialize the break control. void Break::init_break_control() { load_break_control_config(); config->add_listener(CoreConfig::CFG_KEY_BREAK % break_id, this); } void Break::load_break_control_config() { // Maximum number of prelude windows. int max_preludes; config->get_value(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, max_preludes); break_control->set_max_preludes(max_preludes); // Break enabled? enabled = true; config->get_value(CoreConfig::CFG_KEY_BREAK_ENABLED % break_id, enabled); } void Break::override(BreakId id) { int max_preludes; config->get_value(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, max_preludes); if (break_id != id) { int override_max_preludes; config->get_value(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % id, override_max_preludes); if (override_max_preludes != -1 && override_max_preludes < max_preludes) { max_preludes = override_max_preludes; } } break_control->set_max_preludes(max_preludes); } bool Break::get_timer_activity_sensitive() const { return timer->get_activity_sensitive(); } bool Break::is_enabled() const { return enabled; } bool Break::is_running() const { TimerState state = timer->get_state(); return state == STATE_RUNNING; } bool Break::is_taking() const { return break_control->is_taking(); } time_t Break::get_elapsed_time() const { return timer->get_elapsed_time(); } time_t Break::get_elapsed_idle_time() const { return timer->get_elapsed_idle_time(); } time_t Break::get_auto_reset() const { return timer->get_auto_reset(); } bool Break::is_auto_reset_enabled() const { return timer->is_auto_reset_enabled(); } time_t Break::get_limit() const { return timer->get_limit(); } bool Break::is_limit_enabled() const { return timer->is_limit_enabled(); } void Break::set_usage_mode(UsageMode mode) { TRACE_ENTER_MSG("Break::set_usage_mode", mode); if (usage_mode != mode) { usage_mode = mode; TRACE_MSG("changing"); if (mode == USAGE_MODE_NORMAL) { timer->set_activity_sensitive(true); } else if (mode == USAGE_MODE_READING) { timer->set_activity_sensitive(false); } } TRACE_EXIT(); } bool Break::starts_with(const string &key, string prefix, string &name) { TRACE_ENTER_MSG("Break::starts_with", key << " " << prefix); bool ret = false; // Search prefix (just in case some Configurator added a leading /) string::size_type pos = key.rfind(prefix); string k; if (pos != string::npos) { TRACE_MSG(pos); k = key.substr(pos + prefix.length()); pos = k.find('/'); if (pos != string::npos) { name = k.substr(0, pos); } ret = true; } TRACE_EXIT(); return ret; } //! Notification that the configuration changed. void Break::config_changed_notify(const string &key) { TRACE_ENTER_MSG("Break::config_changed_notify", key); string name; if (starts_with(key, CoreConfig::CFG_KEY_BREAKS, name)) { TRACE_MSG("break: " << name); load_break_control_config(); } else if (starts_with(key, CoreConfig::CFG_KEY_TIMERS, name)) { TRACE_MSG("timer: " << name); load_timer_config(); } TRACE_EXIT(); } workrave-1_10_10/backend/src/Break.hh000066400000000000000000000053051263301626300174040ustar00rootroot00000000000000// Break.hh // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef BREAK_HH #define BREAK_HH #include "ICore.hh" #include "IConfiguratorListener.hh" #include "IBreak.hh" #include "Timer.hh" using namespace workrave; // Forward declarion of external interface. namespace workrave { class IApp; class IConfigurator; class IBreak; } class BreakControl; class Break : public IBreak, public IConfiguratorListener { private: //! ID of the break. BreakId break_id; //! Name of the break (used in configuration) std::string break_name; //! Break config prefix std::string break_prefix; //! The Configurator IConfigurator *config; //! IApp *application; //! Interface pointer to the timer. Timer *timer; //! Interface pointer to the break controller. BreakControl *break_control; //! Break enabled? bool enabled; //! UsageMode usage_mode; public: Break(); virtual ~Break(); void init(BreakId id, IApp *app); static std::string expand(const std::string &str, BreakId id); static std::string get_name(BreakId id); std::string expand(const std::string &str); std::string get_name() const; BreakId get_id() const; Timer *get_timer() const; BreakControl *get_break_control(); // IBreak virtual bool is_enabled() const; virtual bool is_running() const; virtual time_t get_elapsed_time() const; virtual time_t get_elapsed_idle_time() const; virtual time_t get_auto_reset() const; virtual bool is_auto_reset_enabled() const; virtual time_t get_limit() const; virtual bool is_limit_enabled() const; virtual bool is_taking() const; void set_usage_mode(UsageMode mode); bool get_timer_activity_sensitive() const; void override(BreakId id); private: void config_changed_notify(const std::string &key); private: void init_defaults(); void init_timer(); void load_timer_config(); void init_break_control(); void load_break_control_config(); bool starts_with(const std::string &key, std::string prefix, std::string &timer_name); }; #endif // TIMERDATA_HH workrave-1_10_10/backend/src/BreakControl.cc000066400000000000000000000456021263301626300207370ustar00rootroot00000000000000// BreakControl.cc // // Copyright (C) 2001 - 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include "BreakControl.hh" #include "IBreak.hh" #include "Core.hh" #include "Statistics.hh" #include "IApp.hh" #include "IActivityMonitor.hh" #include "ActivityMonitorListener.hh" #include "Timer.hh" #include "Statistics.hh" #ifdef HAVE_DISTRIBUTION #include "DistributionManager.hh" #endif #ifdef HAVE_DBUS #include "DBus.hh" #include "DBusWorkrave.hh" #endif using namespace std; //! Construct a new Break Controller. /*! * \param id ID of the break this BreakControl controls. * \param c pointer to control interface. * \param factory pointer to the GUI window factory used to create the break * windows. * \param timer pointer to the interface of the timer that belongs to this break. */ BreakControl::BreakControl(BreakId id, IApp *app, Timer *timer) : break_id(id), application(app), break_timer(timer), break_stage(STAGE_NONE), reached_max_prelude(false), prelude_time(0), prelude_count(0), postponable_count(0), max_number_of_preludes(2), fake_break(false), fake_break_count(0), user_abort(false), delayed_abort(false), break_hint(BREAK_HINT_NONE) { assert(break_timer != NULL); assert(application != NULL); core = Core::get_instance(); } //! Destructor. BreakControl::~BreakControl() { application->hide_break_window(); } //! Periodic heartbeat. void BreakControl::heartbeat() { TRACE_ENTER_MSG("BreakControl::heartbeat", break_id); prelude_time++; bool is_idle = false; if (!break_timer->has_activity_monitor()) { // Prefer the running state of the break timer as input for // our current activity. TimerState tstate = break_timer->get_state(); is_idle = (tstate == STATE_STOPPED); } else { // Unless the timer has its own activity monitor. ActivityState activity_state = core->get_current_monitor_state(); is_idle = (activity_state != ACTIVITY_ACTIVE); } TRACE_MSG("stage = " << break_stage); switch (break_stage) { case STAGE_NONE: break; case STAGE_SNOOZED: break; case STAGE_DELAYED: { if (delayed_abort) { // User become active during delayed break. goto_stage(STAGE_SNOOZED); } else if (is_idle) { // User is idle. goto_stage(STAGE_TAKING); } } break; case STAGE_PRELUDE: { assert(application != NULL); TRACE_MSG("prelude time = " << prelude_time); update_prelude_window(); application->refresh_break_window(); if (is_idle) { // User is idle. if (prelude_time >= 10) { // User is idle and prelude is visible for at least 10s. goto_stage(STAGE_TAKING); } } else if (prelude_time == 30) { // User is not idle and the prelude is visible for 30s. if (reached_max_prelude) { // Final prelude, force break. goto_stage(STAGE_TAKING); } else { // Delay break. goto_stage(STAGE_DELAYED); } } else if (prelude_time == 20) { // Still not idle after 20s. Red alert. application->set_prelude_stage(IApp::STAGE_ALERT); application->refresh_break_window(); } else if (prelude_time == 10) { // Still not idle after 10s. Yellow alert. application->set_prelude_stage(IApp::STAGE_WARN); application->refresh_break_window(); } if (prelude_time == 4) { // Move prelude window to top of screen after 4s. application->set_prelude_stage(IApp::STAGE_MOVE_OUT); } } break; case STAGE_TAKING: { // refresh the break window. update_break_window(); application->refresh_break_window(); } break; } TRACE_EXIT(); } //! Initiates the specified break stage. void BreakControl::goto_stage(BreakStage stage) { TRACE_ENTER_MSG("BreakControl::goto_stage", break_id << " " << stage); send_signal(stage); switch (stage) { case STAGE_DELAYED: { IActivityMonitor *monitor = core->get_activity_monitor(); monitor->set_listener(this); core->set_insensitive_mode_all_breaks(INSENSITIVE_MODE_IDLE_ON_LIMIT_REACHED); } break; case STAGE_NONE: { // Teminate the break. core->set_insensitive_mode_all_breaks(INSENSITIVE_MODE_IDLE_ON_LIMIT_REACHED); application->hide_break_window(); core->defrost(); if (break_id == BREAK_ID_MICRO_BREAK && core->get_usage_mode() == USAGE_MODE_READING) { for (int i = BREAK_ID_MICRO_BREAK; i < BREAK_ID_SIZEOF; i++) { Timer *timer = core->get_timer(BreakId(i)); timer->force_active(); } } if (break_stage == STAGE_TAKING && !fake_break) { // Update statistics and play sound if the break end // was "natural" time_t idle = break_timer->get_elapsed_idle_time(); time_t reset = break_timer->get_auto_reset(); if (idle >= reset && !user_abort) { // natural break end. // Update stats. Statistics *stats = core->get_statistics(); stats->increment_break_counter(break_id, Statistics::STATS_BREAKVALUE_TAKEN); // Play sound switch (break_id) { case BREAK_ID_REST_BREAK: post_event(CORE_EVENT_SOUND_REST_BREAK_ENDED); break; case BREAK_ID_MICRO_BREAK: post_event(CORE_EVENT_SOUND_MICRO_BREAK_ENDED); break; default: break; } } } } break; case STAGE_SNOOZED: { application->hide_break_window(); if (!forced_break) { post_event(CORE_EVENT_SOUND_BREAK_IGNORED); } core->defrost(); } break; case STAGE_PRELUDE: { core->set_insensitive_mode_all_breaks(INSENSITIVE_MODE_FOLLOW_IDLE); prelude_count++; postponable_count++; prelude_time = 0; application->hide_break_window(); prelude_window_start(); application->refresh_break_window(); post_event(CORE_EVENT_SOUND_BREAK_PRELUDE); } break; case STAGE_TAKING: { // Break timer should always idle. // Previous revisions set MODE_IDLE_ON_LIMIT_REACHED // core->set_insensitive_mode_all_breaks(INSENSITIVE_MODE_IDLE_ALWAYS); core->set_insensitive_mode_all_breaks(INSENSITIVE_MODE_FOLLOW_IDLE); // Remove the prelude window, if necessary. application->hide_break_window(); // "Innocent until proven guilty". TRACE_MSG("Force idle"); core->force_idle(break_id); break_timer->stop_timer(); // Start the break. break_window_start(); // Play sound if (!forced_break) { CoreEvent event = CORE_EVENT_NONE; switch (break_id) { case BREAK_ID_REST_BREAK: event = CORE_EVENT_SOUND_REST_BREAK_STARTED; break; case BREAK_ID_MICRO_BREAK: event = CORE_EVENT_SOUND_MICRO_BREAK_STARTED; break; case BREAK_ID_DAILY_LIMIT: event = CORE_EVENT_SOUND_DAILY_LIMIT; break; default: break; } post_event(event); } core->freeze(); } break; } break_stage = stage; TRACE_EXIT(); } //! Updates the contents of the prelude window. void BreakControl::update_prelude_window() { application->set_break_progress(prelude_time, 29); } //! Updates the contents of the break window. void BreakControl::update_break_window() { assert(break_timer != NULL); time_t duration = break_timer->get_auto_reset(); time_t idle = 0; if (fake_break) { idle = duration - fake_break_count; if (fake_break_count <= 0) { stop_break(false); } fake_break_count--; } else { idle = break_timer->get_elapsed_idle_time(); } if (idle > duration) { idle = duration; } application->set_break_progress((int)idle, (int)duration); } //! Starts the break. void BreakControl::start_break() { TRACE_ENTER_MSG("BreakControl::start_break", break_id); break_hint = BREAK_HINT_NONE; forced_break = false; fake_break = false; prelude_time = 0; user_abort = false; delayed_abort = false; reached_max_prelude = max_number_of_preludes >= 0 && prelude_count + 1 >= max_number_of_preludes; if (max_number_of_preludes >= 0 && prelude_count >= max_number_of_preludes) { // Forcing break without prelude. goto_stage(STAGE_TAKING); } else { // Starting break with prelude. // Idle until proven guilty. TRACE_MSG("Force idle"); core->force_idle(break_id); break_timer->stop_timer(); // Update statistics. Statistics *stats = core->get_statistics(); stats->increment_break_counter(break_id, Statistics::STATS_BREAKVALUE_PROMPTED); if (prelude_count == 0) { stats->increment_break_counter(break_id, Statistics::STATS_BREAKVALUE_UNIQUE_BREAKS); } // Start prelude. goto_stage(STAGE_PRELUDE); } TRACE_EXIT(); } //! Starts the break without preludes. void BreakControl::force_start_break(BreakHint hint) { TRACE_ENTER_MSG("BreakControl::force_start_break", break_id); break_hint = hint; forced_break = (break_hint & (BREAK_HINT_USER_INITIATED | BREAK_HINT_NATURAL_BREAK) ) != 0; fake_break = false; prelude_time = 0; user_abort = false; delayed_abort = false; if (break_timer->is_auto_reset_enabled()) { TRACE_MSG("auto reset enabled"); time_t idle = break_timer->get_elapsed_idle_time(); TRACE_MSG(idle << " " << break_timer->get_auto_reset() << " " << break_timer->is_enabled()); if (idle >= break_timer->get_auto_reset() || !break_timer->is_enabled()) { TRACE_MSG("Faking break"); fake_break = true; fake_break_count = break_timer->get_auto_reset(); } } if (!break_timer->get_activity_sensitive()) { TRACE_MSG("Forcing idle"); core->force_idle(break_id); } goto_stage(STAGE_TAKING); TRACE_EXIT(); } //! Stops the break. /*! * Stopping a break will reset the "number of presented preludes" counter. So, * wrt, "max-preludes", the break will start over when it comes back. */ void BreakControl::stop_break(bool forced_stop) { TRACE_ENTER_MSG("BreakControl::stop_break", forced_stop); TRACE_MSG(" forced stop = " << break_id); suspend_break(); prelude_count = 0; if (!forced_stop) { postponable_count = 0; } TRACE_EXIT(); } //! Suspend the break. /*! * A suspended break will come back after snooze time. The number of times the * break will come back can be defined with set_max_preludes. */ void BreakControl::suspend_break() { TRACE_ENTER_MSG("BreakControl::suspend_break", break_id); break_hint = BREAK_HINT_NONE; goto_stage(STAGE_NONE); TRACE_EXIT(); } //! Does the controller need a heartbeat? bool BreakControl::need_heartbeat() { return ( break_stage != STAGE_NONE && break_stage != STAGE_SNOOZED ); } //! Is the break active ? BreakControl::BreakState BreakControl::get_break_state() { BreakState ret = BREAK_INACTIVE; if (break_stage == STAGE_NONE) { ret = BREAK_INACTIVE; } else if (break_stage == STAGE_SNOOZED) { ret = BREAK_INACTIVE; } else { ret = BREAK_ACTIVE; } return ret; } bool BreakControl::is_taking() { return break_stage == STAGE_TAKING; } //! Postpones the active break. /*! * Postponing a break does not reset the break timer. The break prelude window * will re-appear after snooze time. */ void BreakControl::postpone_break() { if (break_stage == STAGE_TAKING) { if (!forced_break) { if (!fake_break) { // Snooze the timer. break_timer->snooze_timer(); } // Update stats. Statistics *stats = core->get_statistics(); stats->increment_break_counter(break_id, Statistics::STATS_BREAKVALUE_POSTPONED); } // This is to avoid a skip sound... user_abort = true; // and stop the break. stop_break(true); send_postponed(); } } //! Skips the active break. /*! * Skipping a break resets the break timer. */ void BreakControl::skip_break() { // This is to avoid a skip sound... if (break_stage == STAGE_TAKING) { user_abort = true; if (break_id == BREAK_ID_DAILY_LIMIT) { // Make sure the daily limit remains silent after skipping. break_timer->inhibit_snooze(); } else { // Reset the restbreak timer. break_timer->reset_timer(); } // Update stats. Statistics *stats = core->get_statistics(); stats->increment_break_counter(break_id, Statistics::STATS_BREAKVALUE_SKIPPED); // and stop the break. stop_break(false); send_skipped(); } } void BreakControl::stop_prelude() { delayed_abort = true; } //! Sets the maximum number of preludes. /*! * After the maximum number of preludes, the break either stops bothering the * user, or forces a break. This can be set with set_force_after_preludes. */ void BreakControl::set_max_preludes(int m) { max_number_of_preludes = m; } //! Creates and shows the break window. void BreakControl::break_window_start() { TRACE_ENTER_MSG("BreakControl::break_window_start", break_id); application->create_break_window(break_id, break_hint); update_break_window(); application->show_break_window(); TRACE_EXIT(); } //! Creates and shows the prelude window. void BreakControl::prelude_window_start() { TRACE_ENTER_MSG("BreakControl::prelude_window_start", break_id); application->create_prelude_window(break_id); application->set_prelude_stage(IApp::STAGE_INITIAL); if (!reached_max_prelude) { application->set_prelude_progress_text(IApp::PROGRESS_TEXT_DISAPPEARS_IN); } else { application->set_prelude_progress_text(IApp::PROGRESS_TEXT_BREAK_IN); } update_prelude_window(); application->show_break_window(); TRACE_EXIT(); } bool BreakControl::action_notify() { TRACE_ENTER("GUI::action_notify"); core->stop_prelude(break_id); TRACE_EXIT(); return false; // false: kill listener. } //! Initializes this control to the specified state. void BreakControl::set_state_data(bool active, const BreakStateData &data) { (void) active; TRACE_ENTER_MSG("BreakStateData::set_state_data", active); TRACE_MSG("forced = " << data.forced_break << " prelude = " << data.prelude_count << " stage = " << data.break_stage << " final = " << reached_max_prelude << " total preludes = " << postponable_count << " time = " << data.prelude_time); forced_break = data.forced_break; prelude_count = data.prelude_count; prelude_time = data.prelude_time; postponable_count = data.postponable_count; TRACE_EXIT(); } //! Returns the state of this control. void BreakControl::get_state_data(BreakStateData &data) { data.forced_break = forced_break; data.prelude_count = prelude_count; data.break_stage = break_stage; data.reached_max_prelude = reached_max_prelude; data.prelude_time = prelude_time; data.postponable_count = postponable_count; } //! Plays the specified sound unless action is user initiated. void BreakControl::post_event(CoreEvent event) { TRACE_ENTER_MSG("BreakControl::post_event", break_id); if (event >= 0) { core->post_event(event); } TRACE_EXIT(); } void BreakControl::send_postponed() { #ifdef HAVE_DBUS DBus *dbus = core->get_dbus(); org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { iface->BreakPostponed("/org/workrave/Workrave/Core", break_id); } #endif } void BreakControl::send_skipped() { #ifdef HAVE_DBUS DBus *dbus = core->get_dbus(); org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { iface->BreakSkipped("/org/workrave/Workrave/Core", break_id); } #endif } std::string BreakControl::get_current_stage() { return get_stage_text(break_stage); } std::string BreakControl::get_stage_text(BreakStage stage) { std::string progress; switch (stage) { case STAGE_NONE: progress = "none"; break; case STAGE_SNOOZED: progress = "none"; break; case STAGE_DELAYED: // Do not send this stage. break; case STAGE_PRELUDE: progress = "prelude"; break; case STAGE_TAKING: progress = "break"; break; } return progress; } //! Send DBus signal when break stage changes. void BreakControl::send_signal(BreakStage stage) { (void) stage; #ifdef HAVE_DBUS std::string progress = get_stage_text(stage); if (progress != "") { DBus *dbus = core->get_dbus(); org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { switch (break_id) { case BREAK_ID_MICRO_BREAK: iface->MicrobreakChanged("/org/workrave/Workrave/Core", progress); break; case BREAK_ID_REST_BREAK: iface->RestbreakChanged("/org/workrave/Workrave/Core", progress); break; case BREAK_ID_DAILY_LIMIT: iface->DailylimitChanged("/org/workrave/Workrave/Core", progress); break; default: break; } } } #endif } workrave-1_10_10/backend/src/BreakControl.hh000066400000000000000000000101141263301626300207370ustar00rootroot00000000000000// BreakControl.hh --- controller for a single break // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef BREAKCONTROL_HH #define BREAKCONTROL_HH #include "ICore.hh" #include "ICoreEventListener.hh" #include "IBreak.hh" #include "IBreakResponse.hh" #include "ActivityMonitorListener.hh" using namespace workrave; // Forward declarion of external interface. namespace workrave { class IActivityMonitorListener; class IApp; } class Core; class PreludeWindow; class Timer; class BreakControl : public ActivityMonitorListener { public: enum BreakState { BREAK_ACTIVE, BREAK_INACTIVE, BREAK_SUSPENDED }; //! Defines what to do when the user is active during a break. struct BreakStateData { bool forced_break; int prelude_count; int postponable_count; int break_stage; bool reached_max_prelude; int prelude_time; }; BreakControl(BreakId id, IApp *app, Timer *timer); virtual ~BreakControl(); // BreakInterface void start_break(); void force_start_break(BreakHint break_hint); void stop_break(bool forced_stop = false); bool need_heartbeat(); void heartbeat(); BreakState get_break_state(); void set_state_data(bool activate, const BreakStateData &data); void get_state_data(BreakStateData &data); bool is_taking(); // ActivityMonitorListener bool action_notify(); // Configuration void set_max_preludes(int m); // BreakResponseInterface void postpone_break(); void skip_break(); void stop_prelude(); std::string get_current_stage(); private: void break_window_start(); void prelude_window_start(); void post_event(CoreEvent event); private: enum BreakStage { STAGE_NONE, STAGE_SNOOZED, STAGE_PRELUDE, STAGE_TAKING, STAGE_DELAYED }; void update_prelude_window(); void update_break_window(); void goto_stage(BreakStage stage); void suspend_break(); std::string get_stage_text(BreakStage stage); void send_signal(BreakStage stage); void send_skipped(); void send_postponed(); private: //! ID of the break controlled by this BreakControl. BreakId break_id; //! The Controller. Core *core; //! GUI Factory used to create the break/prelude windows. IApp *application; //! Interface to the timer controlling the break. Timer *break_timer; //! Current stage in the break. BreakStage break_stage; //! This is a final prelude prompt, forcing break after this prelude bool reached_max_prelude; //! How long is the prelude active. int prelude_time; //! forced break (i.e. RestBreak now, or screenlock) bool forced_break; //! How many times have we preluded (since the limit was reached) int prelude_count; //! Total number of time the user could have postponed the break. /*! This includes the implicit (ignoring the prelude windows) as well as the * explicit (clicking postpone) number of times the break was postponed. */ int postponable_count; //! After how many preludes do we force a break or give up? int max_number_of_preludes; //! Is this a break that is not controlled by the timer. bool fake_break; //! Fake break counter. time_t fake_break_count; //! Break will be stopped because the user pressed postpone/skip. bool user_abort; //! User became active during delayed break. bool delayed_abort; //! Break hint if break has been started. BreakHint break_hint; }; #endif // BREAKCONTROL_HH workrave-1_10_10/backend/src/ConfigBackendAdapter.hh000066400000000000000000000054351263301626300223420ustar00rootroot00000000000000// IConfigBackend.hh // // Copyright (C) 2001 - 2007, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CONFIGBACKENDADAPTER_HH #define CONFIGBACKENDADAPTER_HH #include #include "IConfigBackend.hh" class ConfigBackendAdapter : public virtual IConfigBackend { public: virtual bool get_config_value(const std::string &key, std::string &out) const = 0; virtual bool get_config_value(const std::string &key, bool &out) const = 0; virtual bool get_config_value(const std::string &key, int &out) const = 0; virtual bool get_config_value(const std::string &key, long &out) const = 0; virtual bool get_config_value(const std::string &key, double &out) const = 0; virtual bool set_config_value(const std::string &key, std::string v) = 0; virtual bool set_config_value(const std::string &key, bool v) = 0; virtual bool set_config_value(const std::string &key, int v) = 0; virtual bool set_config_value(const std::string &key, long v) = 0; virtual bool set_config_value(const std::string &key, double v) = 0; virtual bool get_value(const std::string &key, VariantType type, Variant &value) const { value.type = type; switch(type) { case VARIANT_TYPE_INT: return get_config_value(key, value.int_value); case VARIANT_TYPE_BOOL: return get_config_value(key, value.bool_value); case VARIANT_TYPE_DOUBLE: return get_config_value(key, value.double_value); case VARIANT_TYPE_NONE: case VARIANT_TYPE_STRING: return get_config_value(key, value.string_value); default: return false; } } virtual bool set_value(const std::string &key, Variant &value) { switch(value.type) { case VARIANT_TYPE_NONE: return false; case VARIANT_TYPE_INT: return set_config_value(key, value.int_value); case VARIANT_TYPE_BOOL: return set_config_value(key, value.bool_value); case VARIANT_TYPE_DOUBLE: return set_config_value(key, value.double_value); case VARIANT_TYPE_STRING: return set_config_value(key, value.string_value); default: return false; } } }; #endif workrave-1_10_10/backend/src/Configurator.cc000066400000000000000000000336061263301626300210150ustar00rootroot00000000000000// Configurator.cc --- Configuration Access // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include "Configurator.hh" #include "IConfigBackend.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "IConfiguratorListener.hh" using namespace std; using namespace workrave; // Constructs a new configurator. Configurator::Configurator(IConfigBackend *backend) { this->auto_save_time = 0; this->backend = backend; if (dynamic_cast(backend) != NULL) { dynamic_cast(backend)->set_listener(this); } } // Destructs the configurator. Configurator::~Configurator() { delete backend; } bool Configurator::load(std::string filename) { return backend->load(filename); } bool Configurator::save(std::string filename) { TRACE_ENTER_MSG("Configurator::save", filename); bool ret = backend->save(filename); TRACE_RETURN(ret); return ret; } bool Configurator::save() { TRACE_ENTER("Configurator::save"); bool ret = backend->save(); TRACE_RETURN(ret); return ret; } void Configurator::heartbeat() { ICore *core = CoreFactory::get_core(); time_t now = core->get_time(); DelayedListIter it = delayed_config.begin(); while (it != delayed_config.end()) { DelayedConfig &delayed = it->second; DelayedListIter next = it; next++; if (now >= delayed.until) { Variant old_value; bool old_value_valid = backend->get_value(delayed.key, delayed.value.type, old_value); bool b = backend->set_value(delayed.key, delayed.value); if (b && dynamic_cast(backend) == NULL) { if (!old_value_valid || old_value != delayed.value) { fire_configurator_event(delayed.key); if (auto_save_time == 0) { ICore *core = CoreFactory::get_core(); auto_save_time = core->get_time() + 30; } } } delayed_config.erase(it); } it = next; } if (auto_save_time != 0 && now >= auto_save_time) { save(); auto_save_time = 0; } } void Configurator::set_delay(const std::string &key, int delay) { Setting setting; bool b = find_setting(key, setting); if (b) { setting.delay = delay; } else { setting.key = key; setting.delay = delay; settings[key] = setting; } } bool Configurator::remove_key(const std::string &key) const { return backend->remove_key(key); } bool Configurator::rename_key(const std::string &key, const std::string &new_key) { bool ok = false; Variant value; bool exists = get_value(new_key, VARIANT_TYPE_NONE, value); if (!exists) { ok = get_value(key, VARIANT_TYPE_NONE, value); } if (ok) { ok = set_value(new_key, value, CONFIG_FLAG_IMMEDIATE); } if (ok) { // Ignore error... remove_key(key); } return ok; } bool Configurator::set_value(const std::string &key, Variant &value, ConfigFlags flags) { bool ret = true; bool skip = false; Setting setting; string newkey; TRACE_ENTER_MSG("Configurator::set_value", key); if ((flags & CONFIG_FLAG_DEFAULT) != 0) { skip = get_value(key, value.type, value); } if (!skip) { newkey = key; strip_trailing_slash(newkey); strip_leading_slash(newkey); } if (!skip && flags == CONFIG_FLAG_NONE) { bool b = find_setting(newkey, setting); if (b) { if (setting.delay) { ICore *core = CoreFactory::get_core(); DelayedConfig &d = delayed_config[key]; d.key = (string)key; d.value = value; d.until = core->get_time() + setting.delay; skip = true; } } } if (!skip) { Variant old_value; bool old_value_valid = backend->get_value(newkey, value.type, old_value); ret = backend->set_value(newkey, value); if (ret && dynamic_cast(backend) == NULL) { if (!old_value_valid || old_value != value) { fire_configurator_event(newkey); if (auto_save_time == 0) { ICore *core = CoreFactory::get_core(); auto_save_time = core->get_time() + 30; } } } } TRACE_EXIT(); return ret || skip; } bool Configurator::get_value(const std::string &key, VariantType type, Variant &out) const { bool ret = false; Setting setting; TRACE_ENTER_MSG("Configurator::get_value", key); string newkey = key; strip_trailing_slash(newkey); strip_leading_slash(newkey); DelayedListCIter it = delayed_config.find(newkey); if (it != delayed_config.end()) { const DelayedConfig &delayed = it->second; out = delayed.value; ret = true; } if (!ret) { ret = backend->get_value(newkey, type, out); } if (ret && type != VARIANT_TYPE_NONE && out.type != type) { ret = false; out.type = VARIANT_TYPE_NONE; } TRACE_EXIT(); return ret; } bool Configurator::get_value(const std::string &key, std::string &out) const { Variant value; bool b = get_value(key, VARIANT_TYPE_STRING, value); if (b) { out = value.string_value; } return b; } bool Configurator::get_value(const std::string &key, bool &out) const { Variant value; bool b = get_value(key, VARIANT_TYPE_BOOL, value); if (b) { out = value.bool_value; } return b; } bool Configurator::get_value(const std::string &key, int &out) const { Variant value; bool b = get_value(key, VARIANT_TYPE_INT, value); if (b) { out = value.int_value; } return b; } bool Configurator::get_value(const std::string &key, double &out) const { Variant value; bool b = get_value(key, VARIANT_TYPE_DOUBLE, value); if (b) { out = value.double_value; } return b; } bool Configurator::set_value(const std::string &key, const std::string &v, ConfigFlags flags) { Variant value; bool ret = false; value.type = VARIANT_TYPE_STRING; value.string_value = v; ret = set_value(key, value, flags); return ret; } bool Configurator::set_value(const std::string &key, const char *v, ConfigFlags flags) { Variant value; bool ret = false; value.type = VARIANT_TYPE_STRING; value.string_value = v; ret = set_value(key, value, flags); return ret; } bool Configurator::set_value(const std::string &key, int v, ConfigFlags flags) { Variant value; bool ret = false; value.type = VARIANT_TYPE_INT; value.int_value = v; ret = set_value(key, value, flags); return ret; } bool Configurator::set_value(const std::string &key, bool v, ConfigFlags flags) { Variant value; bool ret = false; value.type = VARIANT_TYPE_BOOL; value.bool_value = v; ret = set_value(key, value, flags); return ret; } bool Configurator::set_value(const std::string &key, double v, ConfigFlags flags) { Variant value; bool ret = false; value.type = VARIANT_TYPE_DOUBLE; value.double_value = v; ret = set_value(key, value, flags); return ret; } void Configurator::get_value_with_default(const string &key, int &out, const int def) const { bool b = get_value(key, out); if (! b) { out = def; b = true; } } void Configurator::get_value_with_default(const string &key, bool &out, const bool def) const { bool b = get_value(key, out); if (! b) { out = def; } } void Configurator::get_value_with_default(const string &key, string &out, const string def) const { bool b = get_value(key, out); if (! b) { out = def; } } void Configurator::get_value_with_default(const string &key, double &out, const double def) const { bool b = get_value(key, out); if (! b) { out = def; } } bool Configurator::get_typed_value(const std::string &key, std::string &t) const { bool b = false; stringstream ss; if (!b) { string s; b = get_value(key, s); if (b) { ss << "string:" << s; } } if (!b) { int i; b = get_value(key, i); if (b) { ss << "int:" << i; } } if (!b) { bool bv; b = get_value(key, bv); if (b) { ss << "bool:" << bv; } } if (!b) { double d; b = get_value(key, d); if (b) { ss << "double:" << d; } } if (b) { t = ss.str(); } return b; } bool Configurator::set_typed_value(const std::string &key, const std::string &t) { string::size_type pos = t.find(':'); string type; string value; if (pos != string::npos) { type = t.substr(0, pos); value = t.substr(pos + 1); } else { type = "string"; value = t; } if (type == "string") { set_value(key, value, CONFIG_FLAG_IMMEDIATE); } else if (type == "int") { set_value(key, atoi(value.c_str()), CONFIG_FLAG_IMMEDIATE); } else if (type == "bool") { bool b = atoi(value.c_str()) > 0; set_value(key, b, CONFIG_FLAG_IMMEDIATE); } else if (type == "double") { set_value(key, atof(value.c_str()), CONFIG_FLAG_IMMEDIATE); } else { return false; } return true; } bool Configurator::add_listener(const std::string &key_prefix, IConfiguratorListener *listener) { bool ret = true; string key = key_prefix; strip_leading_slash(key); strip_trailing_slash(key); if (dynamic_cast(backend) != NULL) { ret = dynamic_cast(backend)->add_listener(key_prefix); } if (ret) { ListenerIter i = listeners.begin(); while (ret && i != listeners.end()) { if (key == i->first && listener == i->second) { // Already added. Skip ret = false; } i++; } } if (ret) { // not found -> add listeners.push_back(make_pair(key, listener)); } return ret; } bool Configurator::remove_listener(IConfiguratorListener *listener) { bool ret = false; ListenerIter i = listeners.begin(); while (i != listeners.end()) { if (listener == i->second) { // Found. Remove i = listeners.erase(i); ret = true; } else { i++; } } return ret; } bool Configurator::remove_listener(const std::string &key_prefix, IConfiguratorListener *listener) { bool ret = false; if (dynamic_cast(backend) != NULL) { dynamic_cast(backend)->remove_listener(key_prefix); } ListenerIter i = listeners.begin(); while (i != listeners.end()) { if (i->first == key_prefix && i->second == listener) { // Found. Remove i = listeners.erase(i); ret = true; } else { i++; } } return ret; } bool Configurator::find_listener(IConfiguratorListener *listener, std::string &key) const { bool ret = false; ListenerCIter i = listeners.begin(); while (i != listeners.end()) { if (listener == i->second) { key = i->first; ret = true; break; } i++; } return ret; } //! Fire a configuration changed event. void Configurator::fire_configurator_event(const string &key) { TRACE_ENTER_MSG("Configurator::fire_configurator_event", key); string k = key; strip_leading_slash(k); strip_trailing_slash(k); ListenerIter i = listeners.begin(); while (i != listeners.end()) { string prefix = i->first; if (k.substr(0, prefix.length()) == prefix) { IConfiguratorListener *l = i->second; if (l != NULL) { l->config_changed_notify(k); } } i++; } TRACE_EXIT(); } //! Removes the leading '/'. void Configurator::strip_leading_slash(string &key) const { int len = key.length(); if (len > 1) { if (key[0] == '/') { key = key.substr(1, len - 1); } } } //! Removes the trailing '/'. void Configurator::strip_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] == '/') { key = key.substr(0, len - 1); } } } //! Adds add trailing '/' if it isn't there yet. void Configurator::add_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] != '/') { key += '/'; } } } bool Configurator::find_setting(const string &key, Setting &setting) const { bool ret = false; SettingCIter it = settings.find(key); if (it != settings.end()) { setting = it->second; ret = true; } return ret; } void Configurator::config_changed_notify(const std::string &key) { fire_configurator_event(key); } workrave-1_10_10/backend/src/Configurator.hh000066400000000000000000000116741263301626300210300ustar00rootroot00000000000000// Configurator.hh // // Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008 Rob Caelers // Copyright (C) 2007 Ray Satiro // // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CONFIGURATOR_HH #define CONFIGURATOR_HH #include #include #include #include "Mutex.hh" #include "IConfigurator.hh" #include "IConfiguratorListener.hh" #include "IConfigBackend.hh" using namespace workrave; using namespace std; // Forward declarion of external interface. namespace workrave { class IConfiguratorListener; } #include "Variant.hh" class IConfigBackend; class Configurator : public IConfigurator, public IConfiguratorListener { public: Configurator(IConfigBackend *backend); virtual ~Configurator(); void heartbeat(); // IConfigurator virtual void set_delay(const std::string &name, int delay); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key) const; virtual bool rename_key(const std::string &key, const std::string &new_key); virtual bool get_value(const std::string &key, std::string &out) const; virtual bool get_value(const std::string &key, bool &out) const; virtual bool get_value(const std::string &key, int &out) const; virtual bool get_value(const std::string &key, double &out) const; virtual void get_value_with_default(const std::string & key, std::string &out, string s) const; virtual void get_value_with_default(const std::string & key, bool &out, const bool def) const; virtual void get_value_with_default(const std::string & key, int &out, const int def) const; virtual void get_value_with_default(const std::string & key, double &out, const double def) const; virtual bool set_value(const std::string &key, const std::string &v, ConfigFlags flags = CONFIG_FLAG_NONE); virtual bool set_value(const std::string &key, const char *v, ConfigFlags flags = CONFIG_FLAG_NONE); virtual bool set_value(const std::string &key, int v, ConfigFlags flags = CONFIG_FLAG_NONE); virtual bool set_value(const std::string &key, bool v, ConfigFlags flags = CONFIG_FLAG_NONE); virtual bool set_value(const std::string &key, double v, ConfigFlags flags = CONFIG_FLAG_NONE); virtual bool get_typed_value(const std::string &key, std::string &t) const; virtual bool set_typed_value(const std::string &key, const std::string &t); virtual bool add_listener(const std::string &key_prefix, IConfiguratorListener *listener); virtual bool remove_listener(IConfiguratorListener *listener); virtual bool remove_listener(const std::string &key_prefix, IConfiguratorListener *listener); virtual bool find_listener(IConfiguratorListener *listener, std::string &key) const; private: typedef std::list > Listeners; typedef std::list >::iterator ListenerIter; typedef std::list >::const_iterator ListenerCIter; //! Configuration change listeners. Listeners listeners; private: struct DelayedConfig { std::string key; Variant value; time_t until; }; struct Setting { std::string key; int delay; }; typedef std::map DelayedList; typedef DelayedList::iterator DelayedListIter; typedef DelayedList::const_iterator DelayedListCIter; typedef std::map Settings; typedef std::map::iterator SettingIter; typedef std::map::const_iterator SettingCIter; private: bool find_setting(const string &name, Setting &setting) const; bool set_value(const std::string &key, Variant &value, ConfigFlags flags = CONFIG_FLAG_NONE); bool get_value(const std::string &key, VariantType type, Variant &value) const; void fire_configurator_event(const std::string &key); void strip_leading_slash(std::string &key) const; void strip_trailing_slash(std::string &key) const; void add_trailing_slash(std::string &key) const; void config_changed_notify(const std::string &key); private: //! Registered settings. Settings settings; //! Delayed settings DelayedList delayed_config; //! The backend in use. IConfigBackend *backend; //! Next auto save time. time_t auto_save_time; }; #endif // CONFIGURATOR_HH workrave-1_10_10/backend/src/ConfiguratorFactory.cc000066400000000000000000000041451263301626300223410ustar00rootroot00000000000000// ConfiguratorFactory.cc // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "Configurator.hh" #include "ConfiguratorFactory.hh" #ifdef HAVE_GLIB #include "GlibIniConfigurator.hh" #endif #ifdef HAVE_GSETTINGS #include "GSettingsConfigurator.hh" #endif #ifdef HAVE_GDOME #include "XMLConfigurator.hh" #endif #ifdef HAVE_GCONF #include "GConfConfigurator.hh" #endif #ifdef PLATFORM_OS_WIN32 #include "W32Configurator.hh" #endif #ifdef PLATFORM_OS_OSX #include "OSXConfigurator.hh" #endif //! Creates a configurator of the specified type. Configurator * ConfiguratorFactory::create(Format fmt) { Configurator *c = NULL; IConfigBackend *b = NULL; #ifdef HAVE_GDOME if (fmt == FormatXml) { b = new XMLConfigurator(); } else #endif #if HAVE_GSETTINGS if (fmt == FormatNative) { b = new GSettingsConfigurator(); } else #endif #ifdef HAVE_GCONF if (fmt == FormatNative) { b = new GConfConfigurator(); } else #endif #ifdef PLATFORM_OS_WIN32 if (fmt == FormatNative) { b = new W32Configurator(); } else #endif #ifdef PLATFORM_OS_OSX if (fmt == FormatNative) { b = new OSXConfigurator(); } else #endif if (fmt == FormatIni) { #ifdef HAVE_GLIB b = new GlibIniConfigurator(); #else #error Not ported #endif } if (b != NULL) { c = new Configurator(b); } return c; } workrave-1_10_10/backend/src/ConfiguratorFactory.hh000066400000000000000000000022261263301626300223510ustar00rootroot00000000000000// configuratorfactory.hh // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CONFIGURATORFACTORY_HH #define CONFIGURATORFACTORY_HH // Forward declarion of internal interfaces. class Configurator; //! Factory that creates configurators class ConfiguratorFactory { public: enum Format { FormatIni, FormatXml, FormatNative }; //! Creates a link server of the specified type. static Configurator *create(Format fmt); }; #endif // CONFIGURATORFACTORY_HH workrave-1_10_10/backend/src/Core.cc000066400000000000000000001476211263301626300172460ustar00rootroot00000000000000// Core.cc --- The main controller // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include #include "Core.hh" #include "Util.hh" #include "IApp.hh" #include "ICoreEventListener.hh" #include "ActivityMonitor.hh" #include "TimerActivityMonitor.hh" #include "Break.hh" #include "ConfiguratorFactory.hh" #include "Configurator.hh" #include "CoreConfig.hh" #include "Statistics.hh" #include "BreakControl.hh" #include "Timer.hh" #include "TimePredFactory.hh" #include "TimePred.hh" #include "TimeSource.hh" #include "InputMonitorFactory.hh" #ifdef HAVE_DISTRIBUTION #include "DistributionManager.hh" #include "IdleLogManager.hh" #include "PacketBuffer.hh" #ifndef NDEBUG #include "FakeActivityMonitor.hh" #endif #endif #ifdef HAVE_GCONF #include #endif #ifdef HAVE_DBUS #if defined(PLATFORM_OS_WIN32_NATIVE) #undef interface #endif #include "DBus.hh" #include "DBusException.hh" #include "DBusWorkrave.hh" #ifdef HAVE_TESTS #include "Test.hh" #endif #endif Core *Core::instance = NULL; const char *WORKRAVESTATE="WorkRaveState"; const int SAVESTATETIME = 60; #define DBUS_PATH_WORKRAVE "/org/workrave/Workrave/Core" #define DBUS_SERVICE_WORKRAVE "org.workrave.Workrave" //! Constructs a new Core. Core::Core() : last_process_time(0), master_node(true), configurator(NULL), monitor(NULL), application(NULL), statistics(NULL), operation_mode(OPERATION_MODE_NORMAL), operation_mode_regular(OPERATION_MODE_NORMAL), usage_mode(USAGE_MODE_NORMAL), core_event_listener(NULL), powersave(false), powersave_resume_time(0), insist_policy(ICore::INSIST_POLICY_HALT), active_insist_policy(ICore::INSIST_POLICY_INVALID), resume_break(BREAK_ID_NONE), local_state(ACTIVITY_IDLE), monitor_state(ACTIVITY_UNKNOWN) #ifdef HAVE_DISTRIBUTION , dist_manager(NULL), remote_state(ACTIVITY_IDLE), idlelog_manager(NULL) # ifndef NDEBUG , fake_monitor(NULL) # endif #endif { TRACE_ENTER("Core::Core"); current_time = time(NULL); assert(! instance); instance = this; TRACE_EXIT(); } //! Destructor. Core::~Core() { TRACE_ENTER("Core::~Core"); save_state(); if (monitor != NULL) { monitor->terminate(); } delete statistics; delete monitor; delete configurator; #ifdef HAVE_DISTRIBUTION if (idlelog_manager != NULL) { idlelog_manager->terminate(); delete idlelog_manager; } delete dist_manager; #ifndef NDEBUG delete fake_monitor; #endif #endif TRACE_EXIT(); } /********************************************************************************/ /**** Initialization ******/ /********************************************************************************/ //! Initializes the core. void Core::init(int argc, char **argv, IApp *app, const string &display_name) { application = app; this->argc = argc; this->argv = argv; init_configurator(); init_monitor(display_name); #ifdef HAVE_DISTRIBUTION init_distribution_manager(); #endif init_breaks(); init_statistics(); init_bus(); load_state(); load_misc(); } //! Initializes the configurator. void Core::init_configurator() { string ini_file = Util::complete_directory("workrave.ini", Util::SEARCH_PATH_CONFIG); if (Util::file_exists(ini_file)) { configurator = ConfiguratorFactory::create(ConfiguratorFactory::FormatIni); configurator->load(ini_file); } else { #if defined(HAVE_GCONF) gconf_init(argc, argv, NULL); g_type_init(); #endif configurator = ConfiguratorFactory::create(ConfiguratorFactory::FormatNative); #if defined(HAVE_GDOME) if (configurator == NULL) { string configFile = Util::complete_directory("config.xml", Util::SEARCH_PATH_CONFIG); configurator = ConfiguratorFactory::create(ConfiguratorFactory::FormatXml); # if defined(PLATFORM_OS_UNIX) if (configFile == "" || configFile == "config.xml") { configFile = Util::get_home_directory() + "config.xml"; } # endif if (configFile != "") { configurator->load(configFile); } } #endif if (configurator == NULL) { ini_file = Util::get_home_directory() + "workrave.ini"; configurator = ConfiguratorFactory::create(ConfiguratorFactory::FormatIni); configurator->load(ini_file); configurator->save(ini_file); } } string home; if (configurator->get_value(CoreConfig::CFG_KEY_GENERAL_DATADIR, home) && home != "") { Util::set_home_directory(home); } } //! Initializes the communication bus. void Core::init_bus() { #ifdef HAVE_DBUS try { dbus = new DBus(); dbus->init(); extern void init_DBusWorkrave(DBus *dbus); init_DBusWorkrave(dbus); dbus->connect(DBUS_PATH_WORKRAVE, "org.workrave.CoreInterface", this); dbus->connect(DBUS_PATH_WORKRAVE, "org.workrave.ConfigInterface", configurator); dbus->register_object_path(DBUS_PATH_WORKRAVE); #ifdef HAVE_TESTS dbus->connect("/org/workrave/Workrave/Debug", "org.workrave.DebugInterface", Test::get_instance()); dbus->register_object_path("/org/workrave/Workrave/Debug"); #endif } catch (DBusException &) { } #endif } //! Initializes the activity monitor. void Core::init_monitor(const string &display_name) { #ifdef HAVE_DISTRIBUTION #ifndef NDEBUG fake_monitor = NULL; const char *env = getenv("WORKRAVE_FAKE"); if (env != NULL) { fake_monitor = new FakeActivityMonitor(); } #endif #endif InputMonitorFactory::init(display_name); monitor = new ActivityMonitor(); load_monitor_config(); configurator->add_listener(CoreConfig::CFG_KEY_MONITOR, this); } //! Initializes all breaks. void Core::init_breaks() { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { breaks[i].init(BreakId(i), application); } application->set_break_response(this); } #ifdef HAVE_DISTRIBUTION //! Initializes the monitor based on the specified configuration. void Core::init_distribution_manager() { dist_manager = new DistributionManager(); assert(dist_manager != NULL); dist_manager->init(configurator); dist_manager->register_client_message(DCM_BREAKS, DCMT_MASTER, this); dist_manager->register_client_message(DCM_TIMERS, DCMT_MASTER, this); dist_manager->register_client_message(DCM_MONITOR, DCMT_MASTER, this); dist_manager->register_client_message(DCM_IDLELOG, DCMT_SIGNON, this); dist_manager->register_client_message(DCM_BREAKCONTROL, DCMT_PASSIVE, this); dist_manager->add_listener(this); idlelog_manager = new IdleLogManager(dist_manager->get_my_id(), this); idlelog_manager->init(); } #endif //! Initializes the statistics. void Core::init_statistics() { statistics = new Statistics(); statistics->init(this); } //! Loads the configuration of the monitor. void Core::load_monitor_config() { TRACE_ENTER("Core::load_monitor_config"); int noise; int activity; int idle; assert(configurator != NULL); assert(monitor != NULL); if (! configurator->get_value(CoreConfig::CFG_KEY_MONITOR_NOISE, noise)) noise = 9000; if (! configurator->get_value(CoreConfig::CFG_KEY_MONITOR_ACTIVITY, activity)) activity = 1000; if (! configurator->get_value(CoreConfig::CFG_KEY_MONITOR_IDLE, idle)) idle = 5000; // Pre 1.0 compatibility... if (noise < 50) { noise *= 1000; configurator->set_value(CoreConfig::CFG_KEY_MONITOR_NOISE, noise); } if (activity < 50) { activity *= 1000; configurator->set_value(CoreConfig::CFG_KEY_MONITOR_ACTIVITY, activity); } if (idle < 50) { idle *= 1000; configurator->set_value(CoreConfig::CFG_KEY_MONITOR_IDLE, idle); } TRACE_MSG("Monitor config = " << noise << " " << activity << " " << idle); monitor->set_parameters(noise, activity, idle); TRACE_EXIT(); } //! Notification that the configuration has changed. void Core::config_changed_notify(const string &key) { TRACE_ENTER_MSG("Core::config_changed_notify", key); string::size_type pos = key.find('/'); string path; if (pos != string::npos) { path = key.substr(0, pos); } if (path == CoreConfig::CFG_KEY_MONITOR) { load_monitor_config(); } if (key == CoreConfig::CFG_KEY_OPERATION_MODE) { int mode; if (! get_configurator()->get_value(CoreConfig::CFG_KEY_OPERATION_MODE, mode)) { mode = OPERATION_MODE_NORMAL; } if (mode < 0 || mode >= OPERATION_MODE_SIZEOF) { mode = OPERATION_MODE_NORMAL; } TRACE_MSG("Setting operation mode"); set_operation_mode_internal(OperationMode(mode), false); } if (key == CoreConfig::CFG_KEY_USAGE_MODE) { int mode; if (! get_configurator()->get_value(CoreConfig::CFG_KEY_USAGE_MODE, mode)) { mode = USAGE_MODE_NORMAL; } if (mode < 0 || mode >= USAGE_MODE_SIZEOF) { mode = USAGE_MODE_NORMAL; } TRACE_MSG("Setting usage mode"); set_usage_mode_internal(UsageMode(mode), false); } TRACE_EXIT(); } /********************************************************************************/ /**** TimeSource interface ******/ /********************************************************************************/ //! Retrieve the current time. time_t Core::get_time() const { return current_time; } /********************************************************************************/ /**** Core Interface ******/ /********************************************************************************/ //! Returns the specified timer. Timer * Core::get_timer(BreakId id) const { if (id >= 0 && id < BREAK_ID_SIZEOF) { return breaks[id].get_timer(); } else { return NULL; } } //! Returns the specified timer. Timer * Core::get_timer(string name) const { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (breaks[i].get_name() == name) { return breaks[i].get_timer(); } } return NULL; } //! Returns the configurator. Configurator * Core::get_configurator() const { return configurator; } //! Returns the activity monitor. IActivityMonitor * Core::get_activity_monitor() const { return monitor; } //! Returns the statistics. Statistics * Core::get_statistics() const { return statistics; } //! Returns the specified break controller. Break * Core::get_break(BreakId id) { assert(id >= 0 && id < BREAK_ID_SIZEOF); return &breaks[id]; } //! Returns the specified break controller. Break * Core::get_break(std::string name) { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (breaks[i].get_name() == name) { return &breaks[i]; } } return NULL; } std::string Core::get_break_stage(BreakId id) { if (id >= 0 && id < BREAK_ID_SIZEOF) { return breaks[id].get_break_control()->get_current_stage(); } else { return ""; } } #ifdef HAVE_DISTRIBUTION //! Returns the distribution manager. DistributionManager * Core::get_distribution_manager() const { return dist_manager; } #endif //! Retrieves the operation mode. OperationMode Core::get_operation_mode() { return operation_mode; } //! Retrieves the regular operation mode. OperationMode Core::get_operation_mode_regular() { /* operation_mode_regular is the same as operation_mode unless there's an override in place, in which case operation_mode is the current override mode and operation_mode_regular is the mode that will be restored once all overrides are removed */ return operation_mode_regular; } //! Checks if operation_mode is an override. bool Core::is_operation_mode_an_override() { return !!operation_mode_overrides.size(); } //! Sets the operation mode. void Core::set_operation_mode(OperationMode mode) { set_operation_mode_internal( mode, true ); } //! Temporarily overrides the operation mode. void Core::set_operation_mode_override( OperationMode mode, const std::string &id ) { if( !id.size() ) return; set_operation_mode_internal( mode, false, id ); } //! Removes the overriden operation mode. void Core::remove_operation_mode_override( const std::string &id ) { TRACE_ENTER( "Core::remove_operation_mode_override" ); if( !id.size() || !operation_mode_overrides.count( id ) ) return; operation_mode_overrides.erase( id ); /* If there are other overrides still in the queue then pass in the first override in the map. set_operation_mode_internal() will then search the map for the most important override and set it as the active operation mode. */ if( operation_mode_overrides.size() ) { set_operation_mode_internal( operation_mode_overrides.begin()->second, false, operation_mode_overrides.begin()->first ); } else { /* if operation_mode_regular is the same as the active operation mode then just signal the mode has changed. During overrides the signal is not sent so it needs to be sent now. Because the modes are the same it would not be called by set_operation_mode_internal(). */ if( operation_mode_regular == operation_mode ) { TRACE_MSG( "Only calling core_event_operation_mode_changed()." ); if( core_event_listener ) core_event_listener->core_event_operation_mode_changed( operation_mode_regular ); #ifdef HAVE_DBUS org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { iface->OperationModeChanged("/org/workrave/Workrave/Core", operation_mode_regular); } #endif } else set_operation_mode_internal( operation_mode_regular, false ); } TRACE_EXIT(); } //! Set the operation mode. void Core::set_operation_mode_internal( OperationMode mode, bool persistent, const std::string &override_id /* default param: empty string */ ) { TRACE_ENTER_MSG("Core::set_operation_mode", ( persistent ? "persistent" : "" ) ); if( override_id.size() ) { TRACE_MSG( "override_id: " << override_id ); } TRACE_MSG( "Incoming/requested mode is " << ( mode == OPERATION_MODE_NORMAL ? "OPERATION_MODE_NORMAL" : mode == OPERATION_MODE_SUSPENDED ? "OPERATION_MODE_SUSPENDED" : mode == OPERATION_MODE_QUIET ? "OPERATION_MODE_QUIET" : "???" ) << ( override_id.size() ? " (override)" : " (regular)" ) ); TRACE_MSG( "Current mode is " << ( mode == OPERATION_MODE_NORMAL ? "OPERATION_MODE_NORMAL" : mode == OPERATION_MODE_SUSPENDED ? "OPERATION_MODE_SUSPENDED" : mode == OPERATION_MODE_QUIET ? "OPERATION_MODE_QUIET" : "???" ) << ( operation_mode_overrides.size() ? " (override)" : " (regular)" ) ); if( ( mode != OPERATION_MODE_NORMAL ) && ( mode != OPERATION_MODE_QUIET ) && ( mode != OPERATION_MODE_SUSPENDED ) ) { TRACE_RETURN( "No change: incoming invalid" ); return; } /* If the incoming operation mode is regular and the current operation mode is an override then save the incoming operation mode and return. */ if( !override_id.size() && operation_mode_overrides.size() ) { operation_mode_regular = mode; int cm; if( persistent && ( !get_configurator()->get_value( CoreConfig::CFG_KEY_OPERATION_MODE, cm ) || ( cm != mode ) ) ) get_configurator()->set_value( CoreConfig::CFG_KEY_OPERATION_MODE, mode ); TRACE_RETURN( "No change: current is an override type but incoming is regular" ); return; } // If the incoming operation mode is tagged as an override if( override_id.size() ) { // Add this override to the map operation_mode_overrides[ override_id ] = mode; /* Find the most important override. Override modes in order of importance: OPERATION_MODE_SUSPENDED, OPERATION_MODE_QUIET, OPERATION_MODE_NORMAL */ for( map::iterator i = operation_mode_overrides.begin(); ( i != operation_mode_overrides.end() ); ++i ) { if( i->second == OPERATION_MODE_SUSPENDED ) { mode = OPERATION_MODE_SUSPENDED; break; } if( ( i->second == OPERATION_MODE_QUIET ) && ( mode == OPERATION_MODE_NORMAL ) ) { mode = OPERATION_MODE_QUIET; } } } if (operation_mode != mode) { TRACE_MSG( "Changing active operation mode to " << ( mode == OPERATION_MODE_NORMAL ? "OPERATION_MODE_NORMAL" : mode == OPERATION_MODE_SUSPENDED ? "OPERATION_MODE_SUSPENDED" : mode == OPERATION_MODE_QUIET ? "OPERATION_MODE_QUIET" : "???" ) ); OperationMode previous_mode = operation_mode; operation_mode = mode; if( !operation_mode_overrides.size() ) operation_mode_regular = operation_mode; if (operation_mode == OPERATION_MODE_SUSPENDED) { TRACE_MSG("Force idle"); force_idle(); monitor->suspend(); stop_all_breaks(); for (int i = 0; i < BREAK_ID_SIZEOF; ++i) { if (breaks[i].is_enabled()) { breaks[i].get_timer()->set_insensitive_mode(INSENSITIVE_MODE_IDLE_ALWAYS); } } } else if (previous_mode == OPERATION_MODE_SUSPENDED) { // stop_all_breaks again will reset insensitive mode (that is good) stop_all_breaks(); monitor->resume(); } if (operation_mode == OPERATION_MODE_QUIET) { stop_all_breaks(); } if( !operation_mode_overrides.size() ) { /* The two functions in this block will trigger signals that can call back into this function. Only if there are no overrides in place will that reentrancy be ok from here. Otherwise the regular/user mode to restore would be overwritten. */ if( persistent ) get_configurator()->set_value( CoreConfig::CFG_KEY_OPERATION_MODE, operation_mode ); if( core_event_listener ) core_event_listener->core_event_operation_mode_changed( operation_mode ); #ifdef HAVE_DBUS org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { iface->OperationModeChanged("/org/workrave/Workrave/Core", operation_mode); } #endif } } TRACE_EXIT(); } //! Retrieves the usage mode. UsageMode Core::get_usage_mode() { return usage_mode; } //! Sets the usage mode. void Core::set_usage_mode(UsageMode mode) { set_usage_mode_internal(mode, true); } //! Sets the usage mode. void Core::set_usage_mode_internal(UsageMode mode, bool persistent) { if (usage_mode != mode) { usage_mode = mode; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { breaks[i].set_usage_mode(mode); } if (persistent) { get_configurator()->set_value(CoreConfig::CFG_KEY_USAGE_MODE, mode); } if (core_event_listener != NULL) { core_event_listener->core_event_usage_mode_changed(mode); #ifdef HAVE_DBUS org_workrave_CoreInterface *iface = org_workrave_CoreInterface::instance(dbus); if (iface != NULL) { iface->UsageModeChanged("/org/workrave/Workrave/Core", mode); } #endif } } } //! Sets the listener for core events. void Core::set_core_events_listener(ICoreEventListener *l) { core_event_listener = l; } //! Forces the start of the specified break. void Core::force_break(BreakId id, BreakHint break_hint) { do_force_break(id, break_hint); #ifdef HAVE_DISTRIBUTION send_break_control_message_bool_param(id, BCM_START_BREAK, break_hint); #endif } //! Forces the start of the specified break. void Core::do_force_break(BreakId id, BreakHint break_hint) { TRACE_ENTER_MSG("Core::do_force_break", id); BreakControl *microbreak_control = breaks[BREAK_ID_MICRO_BREAK].get_break_control(); BreakControl *breaker = breaks[id].get_break_control(); if (id == BREAK_ID_REST_BREAK && (microbreak_control->get_break_state() == BreakControl::BREAK_ACTIVE)) { microbreak_control->stop_break(false); resume_break = BREAK_ID_MICRO_BREAK; TRACE_MSG("Resuming Micro break"); } breaker->force_start_break(break_hint); TRACE_EXIT(); } //! Announces a change in time. void Core::time_changed() { TRACE_ENTER("Core::time_changed"); // In case out timezone changed.. tzset(); // A change of system time idle handled by process_timewarp. // This is used to handle a change in timezone on windows. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { breaks[i].get_timer()->shift_time(0); } TRACE_EXIT(); } //! Announces a powersave state. void Core::set_powersave(bool down) { TRACE_ENTER_MSG("Core::set_powersave", down); TRACE_MSG(powersave << " " << powersave_resume_time << " " << operation_mode); if (down) { if (!powersave) { // Computer is going down set_operation_mode_override( OPERATION_MODE_SUSPENDED, "powersave" ); powersave_resume_time = 0; powersave = true; } save_state(); statistics->update(); } else { // Computer is coming back // leave powersave true until the timewarp is detected // or until some time has passed if (powersave_resume_time == 0) { powersave_resume_time = current_time ? current_time : 1; TRACE_MSG("set resume time " << powersave_resume_time); } TRACE_MSG("resume time " << powersave_resume_time); remove_operation_mode_override( "powersave" ); } TRACE_EXIT(); } //! Sets the insist policy. /*! * The insist policy determines what to do when the user is active while * taking a break. */ void Core::set_insist_policy(ICore::InsistPolicy p) { TRACE_ENTER_MSG("Core::set_insist_policy", p); if (active_insist_policy != ICore::INSIST_POLICY_INVALID && insist_policy != p) { TRACE_MSG("refreeze " << active_insist_policy); defrost(); insist_policy = p; freeze(); } else { insist_policy = p; } TRACE_EXIT(); } //! Gets the insist policy. ICore::InsistPolicy Core::get_insist_policy() const { return insist_policy; } // ! Forces all monitors to be idle. void Core::force_idle() { TRACE_ENTER("Core::force_idle"); force_idle(BREAK_ID_NONE); TRACE_EXIT(); } void Core::force_idle(BreakId break_id) { TRACE_ENTER("Core::force_idle_for_break"); monitor->force_idle(); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (break_id == BREAK_ID_NONE || i == break_id) { IActivityMonitor *am = breaks[i].get_timer()->get_activity_monitor(); if (am != NULL) { am->force_idle(); } } breaks[i].get_timer()->force_idle(); } TRACE_EXIT(); } /********************************************************************************/ /**** Break Response ******/ /********************************************************************************/ //! User postpones the specified break. void Core::postpone_break(BreakId break_id) { do_postpone_break(break_id); #ifdef HAVE_DISTRIBUTION send_break_control_message(break_id, BCM_POSTPONE); #endif } //! User skips the specified break. void Core::skip_break(BreakId break_id) { do_skip_break(break_id); #ifdef HAVE_DISTRIBUTION send_break_control_message(break_id, BCM_SKIP); #endif } //! User stops the prelude. void Core::stop_prelude(BreakId break_id) { TRACE_ENTER_MSG("Core::stop_prelude", break_id); do_stop_prelude(break_id); #ifdef HAVE_DISTRIBUTION send_break_control_message(break_id, BCM_ABORT_PRELUDE); #endif TRACE_EXIT(); } //! User postpones the specified break. void Core::do_postpone_break(BreakId break_id) { if (break_id >= 0 && break_id < BREAK_ID_SIZEOF) { BreakControl *bc = breaks[break_id].get_break_control(); bc->postpone_break(); } } //! User skips the specified break. void Core::do_skip_break(BreakId break_id) { if (break_id >= 0 && break_id < BREAK_ID_SIZEOF) { BreakControl *bc = breaks[break_id].get_break_control(); bc->skip_break(); } } //! void Core::do_stop_prelude(BreakId break_id) { TRACE_ENTER_MSG("Core::do_stop_prelude", break_id); if (break_id >= 0 && break_id < BREAK_ID_SIZEOF) { BreakControl *bc = breaks[break_id].get_break_control(); bc->stop_prelude(); } TRACE_EXIT(); } /********************************************************************************/ /**** Break handling ******/ /********************************************************************************/ //! Periodic heartbeat. void Core::heartbeat() { TRACE_ENTER("Core::heartbeat"); assert(application != NULL); // Set current time. current_time = time(NULL); // Performs timewarp checking. bool warped = process_timewarp(); // Process configuration configurator->heartbeat(); // Perform distribution processing. process_distribution(); if (!warped) { // Perform state computation. process_state(); } // Perform timer processing. process_timers(); // Send heartbeats to other components. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakControl *bc = breaks[i].get_break_control(); if (bc != NULL && bc->need_heartbeat()) { bc->heartbeat(); } } // Make state persistent. if (current_time % SAVESTATETIME == 0) { statistics->update(); save_state(); } // Done. last_process_time = current_time; TRACE_EXIT(); } //! Performs all distribution processing. void Core::process_distribution() { bool previous_master_mode = master_node; // Default master_node = true; #ifdef HAVE_DISTRIBUTION // Retrieve State. ActivityState state = monitor->get_current_state(); if (dist_manager != NULL) { dist_manager->heartbeart(); dist_manager->set_lock_master(state == ACTIVITY_ACTIVE); master_node = dist_manager->is_master(); if (!master_node && state == ACTIVITY_ACTIVE) { master_node = dist_manager->claim(); } } if ( (previous_master_mode != master_node) || (master_node && local_state != state) ) { PacketBuffer buffer; buffer.create(); buffer.pack_ushort(1); buffer.pack_ushort(state); dist_manager->broadcast_client_message(DCM_MONITOR, buffer); buffer.clear(); bool ret = request_timer_state(buffer); if (ret) { dist_manager->broadcast_client_message(DCM_TIMERS, buffer); } } #endif } //! Computes the current state. void Core::process_state() { // Default local_state = monitor->get_current_state(); map::iterator i = external_activity.begin(); while (i != external_activity.end()) { map::iterator next = i; next++; if (i->second >= current_time) { local_state = ACTIVITY_ACTIVE; } else { external_activity.erase(i); } i = next; } monitor_state = local_state; #if defined(HAVE_DISTRIBUTION) && !defined(NDEBUG) if (fake_monitor != NULL) { monitor_state = fake_monitor->get_current_state(); } #endif #ifdef HAVE_DISTRIBUTION if (!master_node) { if (active_insist_policy == INSIST_POLICY_IGNORE) { // Our own monitor is suspended, also ignore // activity from remote parties. monitor_state = ACTIVITY_IDLE; } else { monitor_state = remote_state; } } // Update our idle history. idlelog_manager->update_all_idlelogs(dist_manager->get_master_id(), monitor_state); #endif } void Core::report_external_activity(std::string who, bool act) { TRACE_ENTER_MSG("Core::report_external_activity", who << " " << act); if (act) { external_activity[who] = current_time + 10; } else { external_activity.erase(who); } TRACE_EXIT(); } void Core::is_timer_running(BreakId id, bool &value) { Timer *timer = get_timer(id); value = timer->get_state() == STATE_RUNNING; } void Core::get_timer_idle(BreakId id, int *value) { Timer *timer = get_timer(id); *value = (int) timer->get_elapsed_idle_time(); } void Core::get_timer_elapsed(BreakId id, int *value) { Timer *timer = get_timer(id); *value = (int) timer->get_elapsed_time(); } void Core::get_timer_overdue(BreakId id, int *value) { Timer *timer = get_timer(id); *value = (int) timer->get_total_overdue_time(); } //! Processes all timers. void Core::process_timers() { TRACE_ENTER("Core::process_timers"); TimerInfo infos[BREAK_ID_SIZEOF]; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *timer = breaks[i].get_timer(); infos[i].enabled = breaks[i].is_enabled(); if (infos[i].enabled) { timer->enable(); if (i == BREAK_ID_DAILY_LIMIT) { timer->set_limit_enabled(timer->get_limit() > 0); } } else { if (i != BREAK_ID_DAILY_LIMIT) { timer->disable(); } else { timer->set_limit_enabled(false); } } // First process only timer that do not have their // own activity monitor. if (!(timer->has_activity_monitor())) { timer->process(monitor_state, infos[i]); } } // And process timer with activity monitor. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (breaks[i].get_timer()->has_activity_monitor()) { breaks[i].get_timer()->process(monitor_state, infos[i]); } } // Process all timer events. for (int i = BREAK_ID_SIZEOF - 1; i >= 0; i--) { TimerInfo &info = infos[i]; if (breaks[i].is_enabled()) { timer_action((BreakId)i, info); } if (i == BREAK_ID_DAILY_LIMIT && (info.event == TIMER_EVENT_NATURAL_RESET || info.event == TIMER_EVENT_RESET)) { statistics->set_counter(Statistics::STATS_VALUE_TOTAL_ACTIVE_TIME, (int) info.elapsed_time); statistics->start_new_day(); daily_reset(); } } TRACE_EXIT(); } #if defined(PLATFORM_OS_WIN32) //! Process a possible timewarp on Win32 bool Core::process_timewarp() { bool ret = false; TRACE_ENTER("Core::process_timewarp"); if (last_process_time != 0) { time_t gap = current_time - 1 - last_process_time; if (abs((int)gap) > 5) { TRACE_MSG("gap " << gap << " " << powersave << " " << operation_mode << " " << powersave_resume_time << " " << current_time); if (!powersave) { TRACE_MSG("Time warp of " << gap << " seconds. Correcting"); force_idle(); monitor->shift_time((int)gap); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { breaks[i].get_timer()->shift_time((int)gap); } monitor_state = ACTIVITY_IDLE; ret = true; } else { TRACE_MSG("Time warp of " << gap << " seconds because of powersave"); // In case the windows message was lost. some people reported that // workrave never restarted the timers... remove_operation_mode_override( "powersave" ); } } if (powersave && powersave_resume_time != 0 && current_time > powersave_resume_time + 30) { TRACE_MSG("End of time warp after powersave"); powersave = false; powersave_resume_time = 0; } } TRACE_EXIT(); return ret; } #else //! Process a possible timewarp On Non-Windows bool Core::process_timewarp() { bool ret = false; TRACE_ENTER("Core::process_timewarp"); if (last_process_time != 0) { int gap = current_time - 1 - last_process_time; if (gap >= 30) { TRACE_MSG("Time warp of " << gap << " seconds. Powersafe"); force_idle(); int save_current_time = current_time; current_time = last_process_time + 1; monitor_state = ACTIVITY_IDLE; process_timers(); current_time = save_current_time; ret = true; } } TRACE_EXIT(); return ret; } #endif //! Notication of a timer action. /*! * \param timerId ID of the timer that caused the action. * \param action action that is performed by the timer. */ void Core::timer_action(BreakId id, TimerInfo info) { // No breaks when mode is quiet, if (operation_mode == OPERATION_MODE_QUIET && info.event == TIMER_EVENT_LIMIT_REACHED) { return; } BreakControl *breaker = breaks[id].get_break_control(); Timer *timer = breaks[id].get_timer(); assert(breaker != NULL && timer != NULL); switch (info.event) { case TIMER_EVENT_LIMIT_REACHED: if (breaker->get_break_state() == BreakControl::BREAK_INACTIVE) { start_break(id); } break; case TIMER_EVENT_NATURAL_RESET: statistics->increment_break_counter(id, Statistics::STATS_BREAKVALUE_NATURAL_TAKEN); // FALLTHROUGH case TIMER_EVENT_RESET: if (breaker->get_break_state() == BreakControl::BREAK_ACTIVE) { breaker->stop_break(); } break; default: break; } } //! starts the specified break. /*! * \param break_id ID of the timer that caused the break. */ void Core::start_break(BreakId break_id, BreakId resume_this_break) { // Don't show MB when RB is active, RB when DL is active. for (int bi = break_id; bi <= BREAK_ID_DAILY_LIMIT; bi++) { if (breaks[bi].get_break_control()->get_break_state() == BreakControl::BREAK_ACTIVE) { return; } } // Advance restbreak if it follows within 30s after the end of a microbreak if (break_id == BREAK_ID_REST_BREAK && resume_this_break == BREAK_ID_NONE) { breaks[BREAK_ID_REST_BREAK].override(BREAK_ID_REST_BREAK); } if (break_id == BREAK_ID_MICRO_BREAK && breaks[BREAK_ID_REST_BREAK].is_enabled()) { Timer *rb_timer = breaks[BREAK_ID_REST_BREAK].get_timer(); assert(rb_timer != NULL); bool activity_sensitive = breaks[BREAK_ID_REST_BREAK].get_timer_activity_sensitive(); // Only advance when // 0. It is activity sensitive // 1. we have a next limit reached time. if (activity_sensitive && rb_timer->get_next_limit_time() > 0) { Timer *timer = breaks[break_id].get_timer(); time_t duration = timer->get_auto_reset(); time_t now = get_time(); if (now + duration + 30 >= rb_timer->get_next_limit_time()) { breaks[BREAK_ID_REST_BREAK].override(BREAK_ID_MICRO_BREAK); start_break(BREAK_ID_REST_BREAK, BREAK_ID_MICRO_BREAK); // Snooze timer before the limit was reached. Just to make sure // that it doesn't reach its limit again when elapsed == limit rb_timer->snooze_timer(); return; } } } // Stop microbreak when a restbreak starts. should not happend. // restbreak should be advanced. for (int bi = BREAK_ID_MICRO_BREAK; bi < break_id; bi++) { if (breaks[bi].get_break_control()->get_break_state() == BreakControl::BREAK_ACTIVE) { breaks[bi].get_break_control()->stop_break(false); } } // If break 'break_id' ends, and break 'resume_this_break' is still // active, resume it... resume_break = resume_this_break; BreakControl *breaker = breaks[break_id].get_break_control(); breaker->start_break(); } //! Sets the freeze state of all breaks. void Core::set_freeze_all_breaks(bool freeze) { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *t = breaks[i].get_timer(); assert(t != NULL); if (!t->has_activity_monitor()) { t->freeze_timer(freeze); } } } void Core::set_insensitive_mode_all_breaks(InsensitiveMode mode) { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *t = breaks[i].get_timer(); assert(t != NULL); t->set_insensitive_mode(mode); } } //! Stops all breaks. void Core::stop_all_breaks() { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakControl *bc = breaks[i].get_break_control(); assert(bc != NULL); bc->stop_break(false); } } /********************************************************************************/ /**** Misc ******/ /********************************************************************************/ //! Performs a reset when the daily limit is reached. void Core::daily_reset() { TRACE_ENTER("Core::daily_reset"); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *t = breaks[i].get_timer(); assert(t != NULL); time_t overdue = t->get_total_overdue_time(); statistics->set_break_counter(((BreakId)i), Statistics::STATS_BREAKVALUE_TOTAL_OVERDUE, (int)overdue); t->daily_reset_timer(); } #ifdef HAVE_DISTRIBUTION idlelog_manager->reset(); #endif save_state(); TRACE_EXIT(); } //! Saves the current state. void Core::save_state() const { stringstream ss; ss << Util::get_home_directory(); ss << "state" << ends; ofstream stateFile(ss.str().c_str()); stateFile << "WorkRaveState 3" << endl << get_time() << endl; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { string stateStr = breaks[i].get_timer()->serialize_state(); stateFile << stateStr << endl; } stateFile.close(); } //! Loads miscellaneous void Core::load_misc() { configurator->rename_key("gui/operation-mode", CoreConfig::CFG_KEY_OPERATION_MODE); configurator->add_listener(CoreConfig::CFG_KEY_OPERATION_MODE, this); configurator->add_listener(CoreConfig::CFG_KEY_USAGE_MODE, this); int mode; if (! get_configurator()->get_value(CoreConfig::CFG_KEY_OPERATION_MODE, mode)) { mode = OPERATION_MODE_NORMAL; } set_operation_mode(OperationMode(mode)); if (! get_configurator()->get_value(CoreConfig::CFG_KEY_USAGE_MODE, mode)) { mode = USAGE_MODE_NORMAL; } set_usage_mode(UsageMode(mode)); } //! Loads the current state. void Core::load_state() { stringstream ss; ss << Util::get_home_directory(); ss << "state" << ends; ifstream stateFile(ss.str().c_str()); int version = 0; bool ok = stateFile.good(); if (ok) { string tag; stateFile >> tag; ok = (tag == WORKRAVESTATE); } if (ok) { stateFile >> version; ok = (version >= 1 && version <= 3); } if (ok) { time_t saveTime; stateFile >> saveTime; } while (ok && !stateFile.eof()) { string id; stateFile >> id; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (breaks[i].get_timer()->get_id() == id) { string state; getline(stateFile, state); breaks[i].get_timer()->deserialize_state(state, version); break; } } } } //! Post an event. void Core::post_event(CoreEvent event) { if (core_event_listener != NULL) { core_event_listener->core_event_notify(event); } } //! Excecute the insist policy. void Core::freeze() { TRACE_ENTER_MSG("Core::freeze", insist_policy); ICore::InsistPolicy policy = insist_policy; switch (policy) { case ICore::INSIST_POLICY_IGNORE: { // Ignore all activity during break by suspending the activity monitor. monitor->suspend(); } break; case ICore::INSIST_POLICY_HALT: { // Halt timer when the user is active. set_freeze_all_breaks(true); } break; case ICore::INSIST_POLICY_RESET: // reset the timer when the user becomes active. // default. break; default: break; } active_insist_policy = policy; TRACE_EXIT(); } //! Undo the insist policy. void Core::defrost() { TRACE_ENTER_MSG("Core::defrost", active_insist_policy); switch (active_insist_policy) { case ICore::INSIST_POLICY_IGNORE: { // Resumes the activity monitor, if not suspended. if (operation_mode != OPERATION_MODE_SUSPENDED) { monitor->resume(); } } break; case ICore::INSIST_POLICY_HALT: { // Desfrost timers. set_freeze_all_breaks(false); } break; default: break; } active_insist_policy = ICore::INSIST_POLICY_INVALID; TRACE_EXIT(); } //! Is the user currently active? bool Core::is_user_active() const { return monitor_state == ACTIVITY_ACTIVE; } /********************************************************************************/ /**** Distribution ******/ /********************************************************************************/ #ifdef HAVE_DISTRIBUTION //! The distribution manager requests a client message. bool Core::request_client_message(DistributionClientMessageID id, PacketBuffer &buffer) { bool ret = false; switch (id) { case DCM_BREAKS: ret = request_break_state(buffer); break; case DCM_TIMERS: ret = request_timer_state(buffer); break; case DCM_CONFIG: break; case DCM_MONITOR: ret = true; break; case DCM_BREAKCONTROL: ret = true; break; case DCM_IDLELOG: idlelog_manager->get_idlelog(buffer); ret = true; break; default: break; } return ret; } //! The distribution manager delivers a client message. bool Core::client_message(DistributionClientMessageID id, bool master, const char *client_id, PacketBuffer &buffer) { bool ret = false; (void) client_id; switch (id) { case DCM_BREAKS: ret = set_break_state(master, buffer); break; case DCM_TIMERS: ret = set_timer_state(buffer); break; case DCM_MONITOR: ret = set_monitor_state(master, buffer); break; case DCM_BREAKCONTROL: ret = set_break_control(buffer); break; case DCM_CONFIG: break; case DCM_IDLELOG: idlelog_manager->set_idlelog(buffer); compute_timers(); ret = true; break; default: break; } return ret; } bool Core::request_break_state(PacketBuffer &buffer) { buffer.pack_ushort(BREAK_ID_SIZEOF); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakControl *bi = breaks[i].get_break_control(); if (bi != NULL) { BreakControl::BreakStateData state_data; bi->get_state_data(state_data); int pos = buffer.bytes_written(); buffer.pack_ushort(0); buffer.pack_byte((guint8)state_data.forced_break); buffer.pack_byte((guint8)state_data.reached_max_prelude); buffer.pack_ulong((guint32)state_data.prelude_count); buffer.pack_ulong((guint32)state_data.break_stage); buffer.pack_ulong((guint32)state_data.prelude_time); buffer.poke_ushort(pos, buffer.bytes_written() - pos); } else { buffer.pack_ushort(0); } } return true; } bool Core::set_break_state(bool master, PacketBuffer &buffer) { int num_breaks = buffer.unpack_ushort(); if (num_breaks > BREAK_ID_SIZEOF) { num_breaks = BREAK_ID_SIZEOF; } for (int i = 0; i < num_breaks; i++) { BreakControl *bi = breaks[i].get_break_control(); BreakControl::BreakStateData state_data; int data_size = buffer.unpack_ushort(); if (data_size > 0) { state_data.forced_break = buffer.unpack_byte(); state_data.reached_max_prelude = buffer.unpack_byte(); state_data.prelude_count = buffer.unpack_ulong(); state_data.break_stage = buffer.unpack_ulong(); state_data.prelude_time = buffer.unpack_ulong(); bi->set_state_data(master, state_data); } } return true; } bool Core::request_timer_state(PacketBuffer &buffer) const { TRACE_ENTER("Core::get_timer_state"); buffer.pack_ushort(BREAK_ID_SIZEOF); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *t = breaks[i].get_timer(); buffer.pack_string(t->get_id().c_str()); Timer::TimerStateData state_data; t->get_state_data(state_data); int pos = buffer.bytes_written(); buffer.pack_ushort(0); buffer.pack_ulong((guint32)state_data.current_time); buffer.pack_ulong((guint32)state_data.elapsed_time); buffer.pack_ulong((guint32)state_data.elapsed_idle_time); buffer.pack_ulong((guint32)state_data.last_pred_reset_time); buffer.pack_ulong((guint32)state_data.total_overdue_time); buffer.pack_ulong((guint32)state_data.last_limit_time); buffer.pack_ulong((guint32)state_data.last_limit_elapsed); buffer.pack_ushort((guint16)state_data.snooze_inhibited); buffer.poke_ushort(pos, buffer.bytes_written() - pos); } TRACE_EXIT(); return true; } bool Core::set_timer_state(PacketBuffer &buffer) { TRACE_ENTER("Core::set_timer_state"); int num_breaks = buffer.unpack_ushort(); TRACE_MSG("numtimer = " << num_breaks); for (int i = 0; i < num_breaks; i++) { gchar *id = buffer.unpack_string(); TRACE_MSG("id = " << id); if (id == NULL) { TRACE_EXIT(); return false; } Timer *t = (Timer *)get_timer(id); Timer::TimerStateData state_data; buffer.unpack_ushort(); state_data.current_time = buffer.unpack_ulong(); state_data.elapsed_time = buffer.unpack_ulong(); state_data.elapsed_idle_time = buffer.unpack_ulong(); state_data.last_pred_reset_time = buffer.unpack_ulong(); state_data.total_overdue_time = buffer.unpack_ulong(); state_data.last_limit_time = buffer.unpack_ulong(); state_data.last_limit_elapsed = buffer.unpack_ulong(); state_data.snooze_inhibited = buffer.unpack_ushort(); TRACE_MSG("state = " << state_data.current_time << " " << state_data.elapsed_time << " " << state_data.elapsed_idle_time << " " << state_data.last_pred_reset_time << " " << state_data.total_overdue_time ); if (t != NULL) { t->set_state_data(state_data); } g_free(id); } TRACE_EXIT(); return true; } bool Core::set_monitor_state(bool master, PacketBuffer &buffer) { (void) master; TRACE_ENTER_MSG("Core::set_monitor_state", master << " " << master_node); if (!master_node) { buffer.unpack_ushort(); remote_state = (ActivityState) buffer.unpack_ushort(); TRACE_MSG(remote_state); } TRACE_EXIT(); return true; } //! A remote client has signed on. void Core::signon_remote_client(string client_id) { idlelog_manager->signon_remote_client(client_id); if (master_node) { PacketBuffer buffer; buffer.create(); ActivityState state = monitor->get_current_state(); buffer.pack_ushort(1); buffer.pack_ushort(state); dist_manager->broadcast_client_message(DCM_MONITOR, buffer); buffer.clear(); } } //! A remote client has signed off. void Core::signoff_remote_client(string client_id) { TRACE_ENTER_MSG("Core::signoff_remote_client", client_id); TRACE_MSG("Master = " << dist_manager->get_master_id()); if (client_id == dist_manager->get_master_id()) { TRACE_MSG("Idle"); remote_state = ACTIVITY_IDLE; } idlelog_manager->signoff_remote_client(client_id); TRACE_EXIT(); } void Core::compute_timers() { TRACE_ENTER("IdleLogManager:compute_timers"); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { int autoreset = breaks[i].get_timer()->get_auto_reset(); int idle = idlelog_manager->compute_idle_time(); if (autoreset != 0) { int active_time = idlelog_manager->compute_active_time(autoreset); if (idle > autoreset) { idle = autoreset; } breaks[i].get_timer()->set_values(active_time, idle); } else { int active_time = idlelog_manager->compute_total_active_time(); breaks[i].get_timer()->set_values(active_time, idle); } } TRACE_EXIT(); } //! Sends a break control message to all workrave clients. void Core::send_break_control_message(BreakId break_id, BreakControlMessage message) { PacketBuffer buffer; buffer.create(); buffer.pack_ushort(4); buffer.pack_ushort(break_id); buffer.pack_ushort(message); dist_manager->broadcast_client_message(DCM_BREAKCONTROL, buffer); } //! Sends a break control message with boolean parameter to all workrave clients. void Core::send_break_control_message_bool_param(BreakId break_id, BreakControlMessage message, bool param) { PacketBuffer buffer; buffer.create(); buffer.pack_ushort(5); buffer.pack_ushort(break_id); buffer.pack_ushort(message); buffer.pack_byte(param); dist_manager->broadcast_client_message(DCM_BREAKCONTROL, buffer); } bool Core::set_break_control(PacketBuffer &buffer) { int data_size = buffer.unpack_ushort(); if (data_size >= 4) { BreakId break_id = (BreakId) buffer.unpack_ushort(); BreakControlMessage message = (BreakControlMessage) buffer.unpack_ushort(); switch (message) { case BCM_POSTPONE: do_postpone_break(break_id); break; case BCM_SKIP: do_skip_break(break_id); break; case BCM_ABORT_PRELUDE: do_stop_prelude(break_id); break; case BCM_START_BREAK: if (data_size >= 6) { // Only for post 1.9.1 workrave... int break_hint = (int) buffer.unpack_ushort(); do_force_break(break_id, (BreakHint) break_hint); } else if (data_size >= 5) { // Only for post 1.6.2 workrave... bool initiated_by_user = (bool) buffer.unpack_byte(); do_force_break(break_id, initiated_by_user ? BREAK_HINT_USER_INITIATED : BREAK_HINT_NONE); } else { do_force_break(break_id, BREAK_HINT_USER_INITIATED); } break; } } return true; } #endif // HAVE_DISTRIBUTION namespace workrave { std::string operator%(const string &key, BreakId id) { IBreak *b = Core::get_instance()->get_break(id); string str = key; string::size_type pos = 0; string name = b->get_name(); while ((pos = str.find("%b", pos)) != string::npos) { str.replace(pos, 2, name); pos++; } return str; } } workrave-1_10_10/backend/src/Core.hh000066400000000000000000000210401263301626300172420ustar00rootroot00000000000000// Core.hh --- The main controller // // Copyright (C) 2001 - 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CORE_HH #define CORE_HH #include #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include #include #include #include "Break.hh" #include "IBreakResponse.hh" #include "IActivityMonitor.hh" #include "ICore.hh" #include "ICoreEventListener.hh" #include "IConfiguratorListener.hh" #include "TimeSource.hh" #include "Timer.hh" #include "Statistics.hh" using namespace workrave; // Forward declarion of external interface. namespace workrave { class ISoundPlayer; class IApp; class INetwork; class DBus; } class ActivityMonitor; class Configurator; class Statistics; class FakeActivityMonitor; class IdleLogManager; class BreakControl; #ifdef HAVE_DISTRIBUTION #include "DistributionManager.hh" #include "IDistributionClientMessage.hh" #include "DistributionListener.hh" #endif class Core : #ifdef HAVE_DISTRIBUTION public IDistributionClientMessage, public DistributionListener, #endif public TimeSource, public ICore, public IConfiguratorListener, public IBreakResponse { public: Core(); virtual ~Core(); static Core *get_instance(); Timer *get_timer(std::string name) const; Timer *get_timer(BreakId id) const; Break *get_break(BreakId id); Break *get_break(std::string name); Configurator *get_configurator() const; IActivityMonitor *get_activity_monitor() const; bool is_user_active() const; std::string get_break_stage(BreakId id); #ifdef HAVE_DISTRIBUTION DistributionManager *get_distribution_manager() const; #endif Statistics *get_statistics() const; void set_core_events_listener(ICoreEventListener *l); void force_break(BreakId id, BreakHint break_hint); void time_changed(); void set_powersave(bool down); time_t get_time() const; void post_event(CoreEvent event); OperationMode get_operation_mode(); OperationMode get_operation_mode_regular(); bool is_operation_mode_an_override(); void set_operation_mode(OperationMode mode); void set_operation_mode_override( OperationMode mode, const std::string &id ); void remove_operation_mode_override( const std::string &id ); UsageMode get_usage_mode(); void set_usage_mode(UsageMode mode); void set_freeze_all_breaks(bool freeze); void set_insensitive_mode_all_breaks(InsensitiveMode mode); void stop_prelude(BreakId break_id); void do_force_break(BreakId id, BreakHint break_hint); void freeze(); void defrost(); void force_idle(); void force_idle(BreakId break_id); ActivityState get_current_monitor_state() const; bool is_master() const; // DBus functions. void report_external_activity(std::string who, bool act); void is_timer_running(BreakId id, bool &value); void get_timer_elapsed(BreakId id,int *value); void get_timer_idle(BreakId id, int *value); void get_timer_overdue(BreakId id,int *value); // BreakResponseInterface void postpone_break(BreakId break_id); void skip_break(BreakId break_id); #ifdef HAVE_DBUS DBus *get_dbus() { return dbus; } #endif private: #ifndef NDEBUG enum ScriptCommand { SCRIPT_START = 1, }; #endif void init(int argc, char **argv, IApp *application, const std::string &display_name); void init_breaks(); void init_configurator(); void init_monitor(const std::string &display_name); void init_distribution_manager(); void init_bus(); void init_statistics(); void load_monitor_config(); void config_changed_notify(const std::string &key); void heartbeat(); void timer_action(BreakId id, TimerInfo info); void process_distribution(); void process_state(); bool process_timewarp(); void process_timers(); void start_break(BreakId break_id, BreakId resume_this_break = BREAK_ID_NONE); void stop_all_breaks(); void daily_reset(); void save_state() const; void load_state(); void load_misc(); void do_postpone_break(BreakId break_id); void do_skip_break(BreakId break_id); void do_stop_prelude(BreakId break_id); void set_insist_policy(ICore::InsistPolicy p); ICore::InsistPolicy get_insist_policy() const; void set_operation_mode_internal(OperationMode mode, bool persistent, const std::string &override_id = ""); void set_usage_mode_internal(UsageMode mode, bool persistent); #ifdef HAVE_DISTRIBUTION bool request_client_message(DistributionClientMessageID id, PacketBuffer &buffer); bool client_message(DistributionClientMessageID id, bool master, const char *client_id, PacketBuffer &buffer); bool request_break_state(PacketBuffer &buffer); bool set_break_state(bool master, PacketBuffer &buffer); bool request_timer_state(PacketBuffer &buffer) const; bool set_timer_state(PacketBuffer &buffer); bool set_monitor_state(bool master, PacketBuffer &buffer); enum BreakControlMessage { BCM_POSTPONE, BCM_SKIP, BCM_ABORT_PRELUDE, BCM_START_BREAK, }; void send_break_control_message(BreakId break_id, BreakControlMessage message); void send_break_control_message_bool_param(BreakId break_id, BreakControlMessage message, bool param); bool set_break_control(PacketBuffer &buffer); void signon_remote_client(string client_id); void signoff_remote_client(string client_id); void compute_timers(); #endif // HAVE_DISTRIBUTION private: //! The one and only instance static Core *instance; //! Number of command line arguments passed to the program. int argc; //! Command line arguments passed to the program. char **argv; //! The current time. time_t current_time; //! The time we last processed the timers. time_t last_process_time; //! Are we the master node?? bool master_node; //! List of breaks. Break breaks[BREAK_ID_SIZEOF]; //! The Configurator. Configurator *configurator; //! The activity monitor ActivityMonitor *monitor; //! GUI Widget factory. IApp *application; //! The statistics collector. Statistics *statistics; //! Current operation mode. OperationMode operation_mode; //! The same as operation_mode unless operation_mode is an override mode. OperationMode operation_mode_regular; //! Active operation mode overrides. std::map operation_mode_overrides; //! Current usage mode. UsageMode usage_mode; //! Where to send core events to? ICoreEventListener *core_event_listener; //! Did the OS announce a powersave? bool powersave; //! Time the OS announces a resume from powersave time_t powersave_resume_time; //! What to do with activity during insisted break? ICore::InsistPolicy insist_policy; //! Policy currently in effect. ICore::InsistPolicy active_insist_policy; //! Resumes this break if current break ends. BreakId resume_break; //! Current local monitor state. ActivityState local_state; //! Current overall monitor state. ActivityState monitor_state; #ifdef HAVE_DBUS //! DBUS bridge DBus *dbus; #endif #ifdef HAVE_DISTRIBUTION //! The Distribution Manager DistributionManager *dist_manager; //! State of the remote master. ActivityState remote_state; //! Manager that collects idle times of all clients. IdleLogManager *idlelog_manager; #ifndef NDEBUG //! A fake activity monitor for testing puposes. FakeActivityMonitor *fake_monitor; #endif #endif //! External activity std::map external_activity; #ifdef HAVE_TESTS friend class Test; #endif }; //! Returns the singleton Core instance. inline Core * Core::get_instance() { if (instance == NULL) { instance = new Core(); } return instance; } //! inline ActivityState Core::get_current_monitor_state() const { return monitor_state; } //! inline bool Core::is_master() const { return master_node; } #endif // CORE_HH workrave-1_10_10/backend/src/CoreConfig.cc000066400000000000000000000071121263301626300203620ustar00rootroot00000000000000// CoreConfig.cc --- The WorkRave Core Configuration // // Copyright (C) 2007, 2008, 2009, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "CoreConfig.hh" #include "ICore.hh" using namespace std; using namespace workrave; const string CoreConfig::CFG_KEY_TIMERS = "timers"; const string CoreConfig::CFG_KEY_TIMER = "timers/%b"; const string CoreConfig::CFG_KEY_TIMER_LIMIT = "timers/%b/limit"; const string CoreConfig::CFG_KEY_TIMER_AUTO_RESET = "timers/%b/auto_reset"; const string CoreConfig::CFG_KEY_TIMER_RESET_PRED = "timers/%b/reset_pred"; const string CoreConfig::CFG_KEY_TIMER_SNOOZE = "timers/%b/snooze"; const string CoreConfig::CFG_KEY_TIMER_MONITOR = "timers/%b/monitor"; const string CoreConfig::CFG_KEY_TIMER_ACTIVITY_SENSITIVE = "timers/%b/activity_sensitive"; const string CoreConfig::CFG_KEY_BREAKS = "breaks"; const string CoreConfig::CFG_KEY_BREAK = "breaks/%b"; const string CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES = "breaks/%b/max_preludes"; const string CoreConfig::CFG_KEY_BREAK_ENABLED = "breaks/%b/enabled"; const string CoreConfig::CFG_KEY_MONITOR = "monitor"; const string CoreConfig::CFG_KEY_MONITOR_NOISE = "monitor/noise"; const string CoreConfig::CFG_KEY_MONITOR_ACTIVITY = "monitor/activity"; const string CoreConfig::CFG_KEY_MONITOR_IDLE = "monitor/idle"; const string CoreConfig::CFG_KEY_GENERAL_DATADIR = "general/datadir"; const string CoreConfig::CFG_KEY_OPERATION_MODE = "general/operation-mode"; const string CoreConfig::CFG_KEY_USAGE_MODE = "general/usage-mode"; const string CoreConfig::CFG_KEY_DISTRIBUTION = "distribution"; const string CoreConfig::CFG_KEY_DISTRIBUTION_ENABLED = "distribution/enabled"; const string CoreConfig::CFG_KEY_DISTRIBUTION_LISTENING = "distribution/listening"; const string CoreConfig::CFG_KEY_DISTRIBUTION_PEERS = "distribution/peers"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP = "distribution/tcp"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PORT = "distribution/port"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP_USERNAME = "distribution/username"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PASSWORD = "distribution/password"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP_ATTEMPTS = "distribution/reconnect_attempts"; const string CoreConfig::CFG_KEY_DISTRIBUTION_TCP_INTERVAL = "distribution/reconnect_interval"; bool CoreConfig::match(const std::string &str, const std::string &key, workrave::BreakId &id) { bool ret = false; for (int i = 0; !ret && i < BREAK_ID_SIZEOF; i++) { if (key % BreakId(i) == str) { id = BreakId(i); ret = true; } } return ret; } workrave-1_10_10/backend/src/CoreFactory.cc000066400000000000000000000026371263301626300205730ustar00rootroot00000000000000// CoreFactory.cc // // Copyright (C) 2001, 2002, 2003, 2006, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "CoreFactory.hh" #include "Configurator.hh" #include "Core.hh" //! Returns the interface to the core. ICore * CoreFactory::get_core() { return Core::get_instance(); } //! Returns the interface to the configurator IConfigurator * CoreFactory::get_configurator() { Core *core = Core::get_instance(); assert(core != NULL); return core->get_configurator(); } //! Returns the interface to the D-BUS facility DBus * CoreFactory::get_dbus() { #ifdef HAVE_DBUS Core *core = Core::get_instance(); assert(core != NULL); return core->get_dbus(); #else return NULL; #endif } workrave-1_10_10/backend/src/DayTimePred.cc000066400000000000000000000061471263301626300205220ustar00rootroot00000000000000// DayTimePred.cc --- Daily Time Predicate // // Copyright (C) 2001, 2002, 2003, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "ICore.hh" #include "CoreFactory.hh" #include "DayTimePred.hh" using namespace std; using namespace workrave; //! Sets the last time the predicate matched. void DayTimePred::set_last(time_t lastTime) { last_time = lastTime; ICore *core = CoreFactory::get_core(); time_t now = core->get_time(); if (last_time == 0) { last_time = now; } } int DayTimePred::time_cmp(int h1, int m1, int h2, int m2) { if (h1 < h2) return -1; else if (h1 > h2) return 1; if (m1 < m2) return -1; else if (m1 > m2) return 1; return 0; } bool DayTimePred::init(int hour, int min) { pred_hour = hour; pred_min = min; return true; } bool DayTimePred::init(std::string spec) { bool ret = false; std:: string::size_type pos = spec.find(':'); if (pos != std::string::npos) { std::string hours; std::string minutes; hours = spec.substr(0, pos); minutes = spec.substr(pos + 1); ret = init(atoi(hours.c_str()), atoi(minutes.c_str())); } return ret; } int DayTimePred::days_in_month(int month, int year) { int days[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; if (month == 1) { // Feb if (year % 4 == 0 && ( (year % 100 != 0) || (year % 400) == 0)) { return 29; } else { return 28; } } else { return days[month]; } } time_t DayTimePred::get_time_offset() { return pred_hour*60*60 + pred_min*60; } time_t DayTimePred::get_next() { struct tm *ret; ret = localtime(&last_time); if (ret != NULL) { if (time_cmp(ret->tm_hour, ret->tm_min, pred_hour, pred_min) >= 0) { ret->tm_mday++; } ret->tm_sec = 0; ret->tm_min = pred_min; ret->tm_hour = pred_hour; if (ret->tm_mday > days_in_month(ret->tm_mon, ret->tm_year + 1900)) { ret->tm_mday = 1; ret->tm_mon++; } if (ret->tm_mon > 11) { ret->tm_mon = 0; ret->tm_year++; } return mktime(ret); } else { return 0; } } string DayTimePred::to_string() const { char buf[16]; sprintf(buf, "day/%d:%02d", pred_hour, pred_min); return string(buf); } workrave-1_10_10/backend/src/DayTimePred.hh000066400000000000000000000023371263301626300205310ustar00rootroot00000000000000// DayTimePred.hh --- Daily Time Predicate // // Copyright (C) 2001, 2002, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DAYTIMEPRED_HH #define DAYTIMEPRED_HH #include "TimePred.hh" class DayTimePred : public TimePred { public: bool init(std::string spec); bool init(int hour, int min); void set_last(time_t lastTime); time_t get_next(); time_t get_time_offset(); std::string to_string() const; private: int days_in_month(int month, int year); int time_cmp(int h1, int m1, int h2, int m2); int pred_hour; int pred_min; }; #endif // DAYTIMEPRED_HH workrave-1_10_10/backend/src/DistributionLink.hh000066400000000000000000000054221263301626300216550ustar00rootroot00000000000000// DistributionLink.hh // // Copyright (C) 2002, 2003, 2005, 2006, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DISTRIBUTIONLINK_HH #define DISTRIBUTIONLINK_HH #include class DistributionLinkListener; class IDistributionClientMessage; class PacketBuffer; #include "IDistributionClientMessage.hh" class DistributionLink { public: virtual ~DistributionLink() {} //! Returns the ID of the node. virtual std::string get_my_id() const = 0; //! Returns the number of remote peers. virtual int get_number_of_peers() = 0; //! Sets the callback interface to the distribution manager. // virtual void set_distribution_manager(DistributionLinkListener *dll) = 0; //! Enable/Disable distributed operation. virtual bool set_network_enabled(bool enabled) = 0; virtual bool set_server_enabled(bool enabled) = 0; //! Periodic heartbeat. virtual void heartbeat() = 0; //! Sets the username and password. virtual void set_user(string username, string password) = 0; //! Connects to a certain host. virtual void connect(string url) = 0; //! Disconnect the specified client. virtual void disconnect(string id) = 0; //! Request to become master. virtual bool claim() = 0; //! Locks the current master status. /*! If locked, requests from remote hosts to become master will be denied. */ virtual bool set_lock_master(bool lock) = 0; //! Registers a client message callback. virtual bool register_client_message(DistributionClientMessageID id, DistributionClientMessageType type, IDistributionClientMessage *callback) = 0; //! Unregisters a client message callback. virtual bool unregister_client_message(DistributionClientMessageID id) = 0; //! Sends a client message to all remote hosts. virtual bool broadcast_client_message(DistributionClientMessageID id, PacketBuffer &buffer) = 0; //! Disconnects from all remote clients. virtual bool disconnect_all() = 0; //! Reconnects to all remote clients. virtual bool reconnect_all() = 0; }; #endif // DISTRIBUTIONLINK_HH workrave-1_10_10/backend/src/DistributionListener.hh000066400000000000000000000021711263301626300225430ustar00rootroot00000000000000// DistributionListener.hh // // Copyright (C) 2002, 2003, 2005 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DISTRIBUTIONLISTENER_HH #define DISTRIBUTIONLISTENER_HH class DistributionListener { public: virtual ~DistributionListener() {} //! A remote client has signed on. virtual void signon_remote_client(string client_id) = 0; //! A remote client has signed off. virtual void signoff_remote_client(string client_id) = 0; }; #endif // DISTRIBUTIONLISTENER_HH workrave-1_10_10/backend/src/DistributionManager.cc000066400000000000000000000374471263301626300223340ustar00rootroot00000000000000// DistributionManager.cc // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DISTRIBUTION #include "debug.hh" #include #include #include #include #include #include #include "DistributionManager.hh" #include "DistributionSocketLink.hh" #include "DistributionLogListener.hh" #include "DistributionListener.hh" #include "Configurator.hh" #include "CoreConfig.hh" #ifdef PLATFORM_OS_WIN32 #define snprintf _snprintf #define vsnprintf _vsnprintf #endif #define MAX_LOG_LEN (256) //! Constructs a new DistributionManager. DistributionManager::DistributionManager() : network_enabled(false), server_enabled(false), link(NULL), state(NODE_ACTIVE) { } //! Destructs this DistributionManager. DistributionManager::~DistributionManager() { delete link; } //! Initialize the DistributionManager from the specified Configurator. void DistributionManager::init(Configurator *conf) { configurator = conf; // Create link to the outside world. DistributionSocketLink *socketlink = new DistributionSocketLink(conf); socketlink->set_distribution_manager(this); socketlink->init(); link = socketlink; // Read configuration. read_configuration(); configurator->add_listener(CoreConfig::CFG_KEY_DISTRIBUTION, this); } //! Periodic heartbeat. void DistributionManager::heartbeart() { // Forward heartbeat to link. if (link != NULL) { link->heartbeat(); } } //! Returns the current distribution state of this node. DistributionManager::NodeState DistributionManager::get_state() const { return state; } //! Returns the number of peers in the network. This node excluded. int DistributionManager::get_number_of_peers() { int ret = 0; if (link != NULL) { ret = link->get_number_of_peers(); } return ret; } //! Returns true if this node is master. bool DistributionManager::is_master() const { return state == NODE_ACTIVE; } //! Returns the name of the current master (or "" if requesting node is master) string DistributionManager::get_master_id() const { return state == NODE_ACTIVE ? get_my_id() : current_master; } //! Returns the id of this node. string DistributionManager::get_my_id() const { string id; if (link != NULL) { id = link->get_my_id(); } return id; } //! Requests to become master. /*! * \return true is the claim succeeded. */ bool DistributionManager::claim() { bool ret = false; if (link != NULL) { ret = link->claim(); } if (ret) { state = NODE_ACTIVE; } return ret; } //! Locks the current master status. /*! * If this node has locked its master status, all requests from remote hosts * to become master will be denied. */ bool DistributionManager::set_lock_master(bool lock) { bool ret = false; if (link != NULL) { ret = link->set_lock_master(lock); } return ret; } //! Connect to the specified URL. bool DistributionManager::connect(string url) { bool ret = false; if (link != NULL) { link->connect(url); ret = true; } return ret; } //! Disconnects from client with the specified id. bool DistributionManager::disconnect(string id) { bool ret = false; if (link != NULL) { link->disconnect(id); ret = true; } return ret; } //! Disconnects from all remote hosts. bool DistributionManager::disconnect_all() { bool ret = false; if (link != NULL) { link->disconnect_all(); ret = true; } return ret; } //! Reconnects to all remote hosts. bool DistributionManager::reconnect_all() { bool ret = false; if (link != NULL) { link->reconnect_all(); ret = true; } return ret; } //! Register the specified state callback. bool DistributionManager::register_client_message(DistributionClientMessageID id, DistributionClientMessageType type, IDistributionClientMessage *callback) { bool ret = false; if (link != NULL) { link->register_client_message(id, type, callback); ret = true; } return ret; } //! Unregister the specified state callback. bool DistributionManager::unregister_client_message(DistributionClientMessageID id) { bool ret = false; if (link != NULL) { link->unregister_client_message(id); ret = true; } return ret; } //! Register a control listener. bool DistributionManager::add_listener(DistributionListener *listener) { bool ret = true; ListenerIter i = listeners.begin(); while (ret && i != listeners.end()) { DistributionListener *l = *i; if (listener == l) { // Already added. Skip ret = false; } i++; } if (ret) { // not found -> add listeners.push_back(listener); } return ret; } //! Unregister a control listener. bool DistributionManager::remove_listener(DistributionListener *listener) { bool ret = false; ListenerIter i = listeners.begin(); while (!ret && i != listeners.end()) { DistributionListener *l = *i; if (listener == l) { // Found. Remove i = listeners.erase(i); ret = true; } else { i++; } } return ret; } //! Broadcasts a client message to all bool DistributionManager::broadcast_client_message(DistributionClientMessageID id, PacketBuffer &buffer) { bool ret = false; if (link != NULL) { ret = link->broadcast_client_message(id, buffer); } return ret; } //! Event from Link that our 'master' status changed. void DistributionManager::master_changed(bool new_master, string id) { TRACE_ENTER_MSG("DistributionManager::master_changed", new_master); state = (new_master ? NODE_ACTIVE : NODE_STANDBY); current_master = id; TRACE_EXIT(); } //! Cleanup the peer's name?. void DistributionManager::sanitize_peer(string &peer) { int len = peer.length(); while (len > 1 && (peer[0] == ' ')) { peer = peer.substr(1, len - 1); len--; } while (len > 1 && (peer[len - 1] == ' ')) { peer = peer.substr(0, len - 1); len--; } std::string::size_type pos = peer.find("://"); if (pos == std::string::npos) { peer = "tcp://" + peer; } } //! Adds the specified peer. bool DistributionManager::add_peer(string peer) { TRACE_ENTER_MSG("DistributionManager:add_peer", peer); bool ret = false; sanitize_peer(peer); list::iterator i = find(peer_urls.begin(), peer_urls.end(), peer); if (i == peer_urls.end()) { peer_urls.push_back(peer); connect(peer); ret = true; } write_peers(); TRACE_EXIT(); return ret; } //! Removes the specified peer. bool DistributionManager::remove_peer(string peer) { TRACE_ENTER_MSG("DistributionManager:remove_peer", peer); bool ret = false; sanitize_peer(peer); list::iterator i = find(peer_urls.begin(), peer_urls.end(), peer); if (i != peer_urls.end()) { peer_urls.erase(i); ret = true; } write_peers(); TRACE_EXIT(); return ret; } void DistributionManager::set_peers(string peers, bool connect) { TRACE_ENTER_MSG("DistributionManager::set_peers", peers); parse_peers(peers, connect); write_peers(); TRACE_EXIT(); } // void DistributionManager::parse_peers(string peers, bool doconnect) { TRACE_ENTER_MSG("DistributionManager::parse_peers", peers); peer_urls.clear(); std::string::size_type pos = peers.find(','); while (pos != std::string::npos) { string peer = peers.substr(0, pos); peers = peers.substr(pos + 1); if (peer != "") { sanitize_peer(peer); peer_urls.push_back(peer); if (doconnect) { connect(peer); } } pos = peers.find(','); } if (peers.length() > 0) { sanitize_peer(peers); peer_urls.push_back(peers); if (doconnect) { connect(peers); } } TRACE_EXIT(); } //! Read all disbution manager configuration. void DistributionManager::read_configuration() { bool is_set; // Distributed operation enabled or not. network_enabled = get_enabled(); server_enabled = get_listening(); // Enable/Disable link. assert(link != NULL); link->set_network_enabled(network_enabled); link->set_server_enabled(server_enabled); // Peers const char *env = getenv("WORKRAVE_URL"); if (env != NULL) { parse_peers(env); } else { string peer ; is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_PEERS, peer); if (is_set && peer != "") { parse_peers(peer); } } } void DistributionManager::write_peers() { TRACE_ENTER("DistributionManager::write_peers"); string peers; for (list::iterator i = peer_urls.begin(); i != peer_urls.end(); i++) { if (i != peer_urls.begin()) { peers += ","; } peers += (*i); } configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_PEERS, peers); TRACE_EXIT(); } //! Notification that the specified configuration key has changed. void DistributionManager::config_changed_notify(const string &key) { TRACE_ENTER_MSG("DistributionManager:config_changed_notify", key); (void)key; read_configuration(); TRACE_EXIT(); } //! void DistributionManager::log(const char *fmt, ...) { va_list va; va_start(va, fmt); time_t current_time = time (NULL); struct tm *lt = localtime(¤t_time); char log_str[MAX_LOG_LEN]; vsnprintf(log_str, MAX_LOG_LEN - 1, fmt, va); log_str[MAX_LOG_LEN - 1] = '\0'; char str[MAX_LOG_LEN]; snprintf(str, MAX_LOG_LEN - 1, "[%02d/%02d/%02d %02d:%02d:%02d] %s\n", lt->tm_mday, lt->tm_mon + 1, lt->tm_year + 1900, lt->tm_hour, lt->tm_min, lt->tm_sec, log_str); str[MAX_LOG_LEN - 1] = '\0'; log_messages.push_back(str); if (log_messages.size() > 500) { log_messages.erase(log_messages.begin()); } fire_log_event(str); } //! Adds the log listener. /*! * \param listener listener to add. * * \retval true listener successfully added. * \retval false listener already added. */ bool DistributionManager::add_log_listener(DistributionLogListener *listener) { bool ret = true; LogListenerIter i = log_listeners.begin(); while (ret && i != log_listeners.end()) { DistributionLogListener *l = *i; if (listener == l) { // Already added. Skip ret = false; } i++; } if (ret) { // not found -> add log_listeners.push_back(listener); } return ret; } //! Removes the log listener. /*! * \param listener listener to stop monitoring. * * \retval true listener successfully removed. * \retval false listener not found. */ bool DistributionManager::remove_log_listener(DistributionLogListener *listener) { bool ret = false; LogListenerIter i = log_listeners.begin(); while (!ret && i != log_listeners.end()) { DistributionLogListener *l = *i; if (listener == l) { // Found. Remove i = log_listeners.erase(i); ret = true; } else { i++; } } return ret; } //! Fire a log event. void DistributionManager::fire_log_event(string message) { TRACE_ENTER_MSG("DistributionManager::fire_log_event", message); LogListenerIter i = log_listeners.begin(); while (i != log_listeners.end()) { DistributionLogListener *l = *i; if (l != NULL) { l->distribution_log(message); } i++; } TRACE_EXIT(); } void DistributionManager::fire_signon_client(char *id) { TRACE_ENTER_MSG("DistributionManager::fire_signon_client", id); ListenerIter i = listeners.begin(); while (i != listeners.end()) { DistributionListener *l = *i; if (l != NULL) { l->signon_remote_client(id); } i++; } TRACE_EXIT(); } void DistributionManager::fire_signoff_client(char *id) { TRACE_ENTER_MSG("DistributionManager::fire_signoff_client", id); ListenerIter i = listeners.begin(); while (i != listeners.end()) { DistributionListener *l = *i; if (l != NULL) { l->signoff_remote_client(id); } i++; } TRACE_EXIT(); } void DistributionManager::signon_remote_client(char *client_id) { fire_signon_client(client_id); } void DistributionManager::signoff_remote_client(char *client_id) { fire_signoff_client(client_id); } //! Returns log messages. list DistributionManager::get_logs() const { return log_messages; } //! Returns all peers. list DistributionManager::get_peers() const { return peer_urls; } bool DistributionManager::get_enabled() const { bool ret = true; bool is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_ENABLED, ret); if (!is_set) { ret = false; } return ret; } void DistributionManager::set_enabled(bool b) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_ENABLED, b); } bool DistributionManager::get_listening() const { bool ret = true; bool is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_LISTENING, ret); if (!is_set) { ret = false; } return ret; } void DistributionManager::set_listening(bool b) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_LISTENING, b); } string DistributionManager::get_username() const { string ret; configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_USERNAME, ret); return ret; } void DistributionManager::set_username(string name) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_USERNAME, name); } string DistributionManager::get_password() const { string ret; configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PASSWORD, ret); return ret; } void DistributionManager::set_password(string name) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PASSWORD, name); } int DistributionManager::get_port() const { int ret; bool is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PORT, ret); if (!is_set) { ret = DEFAULT_PORT; } return ret; } void DistributionManager::set_port(int v) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_PORT, v); } int DistributionManager::get_reconnect_attempts() const { int ret; bool is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_ATTEMPTS, ret); if (!is_set) { ret = DEFAULT_ATTEMPTS; } return ret; } void DistributionManager::set_reconnect_attempts(int v) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_ATTEMPTS, v); } int DistributionManager::get_reconnect_interval() const { int ret; bool is_set = configurator->get_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_INTERVAL, ret); if (!is_set) { ret = DEFAULT_INTERVAL; } return ret; } void DistributionManager::set_reconnect_interval(int v) { configurator->set_value(CoreConfig::CFG_KEY_DISTRIBUTION_TCP_INTERVAL, v); } #endif workrave-1_10_10/backend/src/DistributionManager.hh000066400000000000000000000103711263301626300223310ustar00rootroot00000000000000// DistributionManager.hh // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifndef DISTRIBUTIOMANAGER_HH #define DISTRIBUTIOMANAGER_HH #include #include using namespace std; #include "IConfiguratorListener.hh" #include "IDistributionClientMessage.hh" #include "IDistributionManager.hh" using namespace workrave; namespace workrave { class IDistributionManager; class DistributionLogListener; } class DistributionLink; class Configurator; class DistributionListener; class PacketBuffer; class DistributionManager : public IDistributionManager, public IConfiguratorListener { public: enum NodeState { NODE_ACTIVE, NODE_PASSIVE, NODE_STANDBY }; DistributionManager(); virtual ~DistributionManager(); NodeState get_state() const; void init(Configurator *conf); void heartbeart(); bool is_master() const; string get_master_id() const; string get_my_id() const; int get_number_of_peers(); bool claim(); bool set_lock_master(bool lock); bool connect(string url); bool disconnect(string id); bool register_client_message(DistributionClientMessageID id, DistributionClientMessageType type, IDistributionClientMessage *callback); bool unregister_client_message(DistributionClientMessageID id); bool add_listener(DistributionListener *listener); bool remove_listener(DistributionListener *listener); bool broadcast_client_message(DistributionClientMessageID id, PacketBuffer &buffer); bool add_peer(string peer); bool remove_peer(string peer); bool disconnect_all(); bool reconnect_all(); void set_peers(string peers, bool connect = true); list get_peers() const; // Logging. bool add_log_listener(DistributionLogListener *listener); bool remove_log_listener(DistributionLogListener *listener); list get_logs() const; bool get_enabled() const; void set_enabled(bool b); bool get_listening() const; void set_listening(bool b); string get_username() const; void set_username(string name); string get_password() const; void set_password(string name); int get_port() const; void set_port(int v); int get_reconnect_attempts() const; void set_reconnect_attempts(int v); int get_reconnect_interval() const; void set_reconnect_interval(int v); // DistributionLinkListener void master_changed(bool result, std::string id); void signon_remote_client(char *client_id); void signoff_remote_client(char *client_id); void log(const char *fmt, ...); private: void sanitize_peer(string &peer); void parse_peers(string peers, bool connect = true); void write_peers(); void read_configuration(); void config_changed_notify(const string &key); void fire_log_event(string message); void fire_signon_client(char *id); void fire_signoff_client(char *id); private: typedef std::list LogListeners; typedef std::list::iterator LogListenerIter; typedef std::list Listeners; typedef std::list::iterator ListenerIter; //! Is distribution operation enabled? bool network_enabled; bool server_enabled; //! Access to the configuration. Configurator *configurator; //! Link to other clients DistributionLink *link; //! Current State NodeState state; //! All peers list peer_urls; // ! All log messages list log_messages; //! Log listeners. LogListeners log_listeners; //! Event listeners. Listeners listeners; //! Current master. string current_master; }; #endif // DISTRIBUTIOMANAGER_HH workrave-1_10_10/backend/src/DistributionSocketLink.cc000066400000000000000000001455421263301626300230240ustar00rootroot00000000000000// DistributionSocketLink.cc // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DISTRIBUTION #include "debug.hh" #include #include #include #include "nls.h" #include #include #include #include #include "Configurator.hh" #include "CoreConfig.hh" #include "DistributionManager.hh" #include "DistributionLink.hh" #include "DistributionSocketLink.hh" #include "Util.hh" using namespace std; //! Construct a new socket link. /*! * \param conf Configurator to use. */ DistributionSocketLink::DistributionSocketLink(Configurator *conf) : dist_manager(NULL), configurator(conf), username(NULL), password(NULL), master_client(NULL), i_am_master(false), master_locked(false), server_port(DEFAULT_PORT), server_socket(NULL), network_enabled(false), server_enabled(false), reconnect_attempts(DEFAULT_ATTEMPTS), reconnect_interval(DEFAULT_INTERVAL), heartbeat_count(0) { socket_driver = SocketDriver::create(); init_my_id(); } //! Destructs the socket link. DistributionSocketLink::~DistributionSocketLink() { remove_client(NULL); g_free(username); g_free(password); delete server_socket; delete socket_driver; } //! Initialize the link. void DistributionSocketLink::init() { TRACE_ENTER("DistributionSocketLink::init"); // I'm master. master_client = NULL; i_am_master = true; // Read all tcp link configuration. read_configuration(); configurator->add_listener(CoreConfig::CFG_KEY_DISTRIBUTION_TCP, this); configurator->add_listener(CoreConfig::CFG_KEY_DISTRIBUTION, this); TRACE_EXIT(); } //! Periodic heartbeat. void DistributionSocketLink::heartbeat() { if (server_enabled) { TRACE_ENTER("DistributionSocketLink::heartbeat"); heartbeat_count++; time_t current_time = time(NULL); // See if we have some clients that need reconncting. list::iterator i = clients.begin(); while (i != clients.end()) { Client *c = *i; if (c->type == CLIENTTYPE_DIRECT && c->reconnect_count > 0 && c->reconnect_time != 0 && current_time >= c->reconnect_time && c->hostname != NULL) { c->reconnect_count--; c->reconnect_time = 0; dist_manager->log(_("Reconnecting to %s."), c->id == NULL ? "Unknown" : c->id); if (c->socket != NULL) { c->socket->close(); delete c->socket; } ISocket *socket = socket_driver->create_socket(); socket->set_data(c); socket->set_listener(this); socket->connect(c->hostname, c->port); c->socket = socket; } i++; } // Periodically distribute state, in case the master crashes. if (heartbeat_count % 30 == 0 && i_am_master) { send_client_message(DCMT_MASTER); } TRACE_EXIT(); } } //! Initializes the network wrapper. void DistributionSocketLink::init_my_id() { TRACE_ENTER("DistributionSocketLink::init_my_id"); bool ok = false; string idfilename = Util::get_home_directory() + "id"; if (Util::file_exists(idfilename)) { ifstream file(idfilename.c_str()); if (file) { string id_str; file >> id_str; if (id_str.length() == WRID::STR_LENGTH) { ok = my_id.set(id_str); } file.close(); } } if (! ok) { ofstream file(idfilename.c_str()); file << my_id.str() << endl; file.close(); } TRACE_EXIT(); } //! Returns the id of this node. string DistributionSocketLink::get_my_id() const { return my_id.str(); } //! Returns the total number of peer in the network. int DistributionSocketLink::get_number_of_peers() { int count = 0; list::iterator i = clients.begin(); while (i != clients.end()) { Client *c = *i; if (c->socket != NULL) { count++; } i++; } return count; } //! Join the WR network. void DistributionSocketLink::connect(string url) { TRACE_ENTER_MSG("DistributionSocketLink::connect", url); if (network_enabled) { std::string::size_type pos = url.find("://"); std::string hostport; if (pos == std::string::npos) { hostport = url; } else { hostport = url.substr(pos + 3); } pos = hostport.rfind(":"); std::string host; std::string port = "0"; if (pos == std::string::npos) { host = hostport; } else { host = hostport.substr(0, pos); port = hostport.substr(pos + 1); } add_client(NULL, (gchar *)host.c_str(), atoi(port.c_str()), CLIENTTYPE_DIRECT); } TRACE_EXIT(); } //! Disconnects the specified client. void DistributionSocketLink::disconnect(string id) { TRACE_ENTER_MSG("DistributionSocketLink::disconnect", id); Client *c = find_client_by_id((gchar*)id.c_str()); if (c != NULL) { TRACE_MSG("close"); close_client(c); } TRACE_EXIT(); } //! Disconnects all clients. bool DistributionSocketLink::disconnect_all() { TRACE_ENTER("DistributionSocketLink::disconnect_all"); list::iterator i = clients.begin(); bool ret = false; master_client = NULL; while (i != clients.end()) { close_client(*i); ret = true; i++; } set_me_master(); TRACE_EXIT(); return ret; } //! Reconnects all clients. bool DistributionSocketLink::reconnect_all() { TRACE_ENTER("DistributionSocketLink::reconnect_all"); list::iterator i = clients.begin(); bool ret = false; while (i != clients.end()) { if ((*i)->type == CLIENTTYPE_DIRECT) { close_client(*i, true); ret = true; } i++; } TRACE_EXIT(); return ret; } //! Attempt to become the master node. /*! * \return true if the claim was successfull. */ bool DistributionSocketLink::claim() { TRACE_ENTER("DistributionSocketLink::claim"); bool ret = true; if (master_client != NULL) { // Another client is master. Politely request to become // master client. send_claim(master_client); ret = false; } else if (!i_am_master && clients.size() > 0) { // No one is master. Just force to be master // potential problem when more client do this simultaneously... send_new_master(); i_am_master = true; } else { // No one master, no other clients. Be happy. i_am_master = true; } TRACE_EXIT(); return ret; } //! Lock the master status. Claim will be denied when locked. bool DistributionSocketLink::set_lock_master(bool lock) { master_locked = lock; return true; } //! Sets the username and password. void DistributionSocketLink::set_user(string user, string pw) { TRACE_ENTER_MSG("DistributionSocketLink::set_user", user << " " << pw); g_free(username); g_free(password); username = g_strdup(user.c_str()); password = g_strdup(pw.c_str()); TRACE_EXIT(); } //! Sets the distribution manager for callbacks. void DistributionSocketLink::set_distribution_manager(DistributionManager *dll) { dist_manager = dll; } //! Enable/disable connecting to distributed operation. bool DistributionSocketLink::set_network_enabled(bool enabled) { if (network_enabled && !enabled) { network_enabled = enabled; set_server_enabled(false); set_me_master(); } else if (!network_enabled && enabled) { network_enabled = enabled; set_server_enabled(server_enabled); } return network_enabled; } //! Enable/disable listening for distributed operation. bool DistributionSocketLink::set_server_enabled(bool enabled) { TRACE_ENTER_MSG("DistributionSocketLink:set_server_enabled", enabled); bool ret = server_enabled; if (!network_enabled) { // Don't start the server if the network is not enabled return ret; } if (server_socket == NULL && enabled) { // Switching from disabled to enabled; if (!start_async_server()) { // We did not succeed in starting the server. Arghh. dist_manager->log(_("Could not enable network operation.")); enabled = false; } } else if (server_socket != NULL && !enabled) { // Switching from enabled to disabled. if (server_socket != NULL) { dist_manager->log(_("Disabling network operation.")); delete server_socket; } server_socket = NULL; disconnect_all(); } server_enabled = enabled; TRACE_EXIT(); return ret; } //! Register a distributed client message callback. bool DistributionSocketLink::register_client_message(DistributionClientMessageID id, DistributionClientMessageType type, IDistributionClientMessage *callback) { ClientMessageListener sl; sl.listener = callback; sl.type = type; client_message_map[id] = sl; return true; } //! Unregister a distributed clien _message callback. bool DistributionSocketLink::unregister_client_message(DistributionClientMessageID id) { (void) id; return false; } //! Force is state distribution. bool DistributionSocketLink::broadcast_client_message(DistributionClientMessageID dsid, PacketBuffer &buffer) { TRACE_ENTER("DistributionSocketLink::broadcast_client_message"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_CLIENTMSG); string id = get_master(); packet.pack_string(id); packet.pack_ushort(1); packet.pack_ushort(dsid); packet.pack_ushort(buffer.bytes_written()); packet.pack_raw((unsigned char *)buffer.get_buffer(), buffer.bytes_written()); send_packet_broadcast(packet); TRACE_EXIT(); return true; } //! Returns whether the specified client is this client. bool DistributionSocketLink::client_is_me(gchar *id) { return id != NULL && strcmp(id, my_id.str().c_str()) == 0; } //! Returns whether the specified client exists. /*! * This method checks if the specified client is an existing remote * client or the local client. */ bool DistributionSocketLink::exists_client(gchar *id) { TRACE_ENTER_MSG("DistributionSocketLink::exists_client", id); bool ret = client_is_me(id); if (!ret) { Client *c = find_client_by_id(id); ret = (c != NULL); } TRACE_EXIT(); return ret; } //! Adds a new client and connect to it. bool DistributionSocketLink::add_client(gchar *id, gchar *host, gint port, ClientType type, Client *peer) { TRACE_ENTER_MSG("DistributionSocketLink::add_client", (id != NULL ? id : "NULL") << " " << (host != NULL ? host : "NULL") << " " << port); gchar *canonical_host = NULL; Client *c = find_client_by_canonicalname(host, port); if (c != NULL && c->type == CLIENTTYPE_SIGNEDOFF && type == CLIENTTYPE_DIRECT) { if (c->id != NULL) { dist_manager->signon_remote_client(c->id); } c->type = type; dist_manager->log(_("Connecting to %s."), host); if (c->socket != NULL) { c->socket->close(); delete c->socket; } ISocket *socket = socket_driver->create_socket(); socket->set_data(c); socket->set_listener(this); socket->connect(host, port); c->socket = socket; } else { // Client does not yet exists as far as we can see. // So, create a new one. Client *client = new Client; client->type = type; client->peer = peer; client->packet.create(); client->hostname = g_strdup(host); client->id = g_strdup(id); client->port = port; clients.push_back(client); if (client->id != NULL) { dist_manager->signon_remote_client(client->id); } if (type == CLIENTTYPE_DIRECT) { dist_manager->log(_("Connecting to %s."), host); if (client->socket != NULL) { client->socket->close(); delete client->socket; } ISocket *socket = socket_driver->create_socket(); socket->set_data(client); socket->set_listener(this); socket->connect(host, port); client->socket = socket; } } g_free(canonical_host); TRACE_EXIT(); return true; } //! Sets the id of a client. /*! * This method also checks for duplicates. * * \return true if the client is a duplicate. The id will not * changed if the client is a duplicate. */ bool DistributionSocketLink::set_client_id(Client *client, gchar *id) { TRACE_ENTER_MSG("DistributionSocketLink::set_id", id); bool ret = true; bool exists = exists_client(id); if (exists) { // Already have a client with this name/port Client *old_client = find_client_by_id(id); if (old_client == NULL) { // Iek this is me. TRACE_MSG("It'me me"); ret = false; } else if (old_client != client) { TRACE_MSG("It's not me " << old_client->type << " " << old_client->socket); // It's a remote client, but not the same one. bool reuse = ((old_client->type == CLIENTTYPE_DIRECT || old_client->type == CLIENTTYPE_SIGNEDOFF) && old_client->socket == NULL); TRACE_MSG("reuse " << reuse); if (reuse) { // Client exist, but is not connected. // Silently remove the old client. remove_client(old_client); } else { // Already connected to this client. // Duplicate. ret = false; } } else { // it's ok. It's same one. } } if (ret) { // No duplicate, so change the canonical name. g_free(client->id); g_free(client->hostname); client->id = g_strdup(id); client->hostname = NULL; client->port = 0; if (client->id != NULL) { dist_manager->signon_remote_client(client->id); } } TRACE_RETURN(ret); return ret; } //! Removes a client (or all clients) /*! * Network connections to removed client are closed. * * \param client client to remove, or NULL if all clients to be removed. * */ void DistributionSocketLink::remove_client(Client *client) { TRACE_ENTER("DistributionSocketLink::remove_client"); list::iterator i = clients.begin(); while (i != clients.end()) { if (client == NULL || *i == client || (*i)->peer == client) { if ((*i)->id != NULL) { dist_manager->signoff_remote_client((*i)->id); } dist_manager->log(_("Removing client %s."), (*i)->id == NULL ? "Unknown" : (*i)->id); delete *i; i = clients.erase(i); } else { i++; } } if (client == master_client) { // Client to be removed is master. Unset master client. master_client = NULL; } TRACE_EXIT(); } //! Removes all peers of the specified client. void DistributionSocketLink::remove_peer_clients(Client *client) { TRACE_ENTER("DistributionSocketLink::remove_peer_clients"); list::iterator i = clients.begin(); while (i != clients.end()) { if ((*i)->peer == client) { TRACE_MSG("Client " << (*i)->peer->id << " is peer of " << client->id); dist_manager->log(_("Removing client %s."), (*i)->id == NULL ? "Unknown" : (*i)->id); send_signoff(NULL, *i); if ((*i)->id != NULL) { dist_manager->signoff_remote_client((*i)->id); } if (client == master_client) { // Connection to master is lost. Unset master client. set_master(NULL); } delete *i; i = clients.erase(i); } else { i++; } } TRACE_EXIT(); } //! Closes the connection to a client. void DistributionSocketLink::close_client(Client *client, bool reconnect /* = false*/) { TRACE_ENTER_MSG("DistributionSocketLink::close_client", (client->id != NULL ? client->id : "Unknown") << " " << reconnect); if (client->id != NULL) { dist_manager->signoff_remote_client(client->id); } if (client == master_client) { // Client to be closed is master. Unset master client. set_master(NULL); } if (client->type == CLIENTTYPE_DIRECT) { TRACE_MSG("Is direct"); // Closing direct connection. dist_manager->log(_("Disconnecting %s"), client->id != NULL ? client->id : "Unknown"); // Inform the client that we are disconnecting. send_signoff(client, NULL); if (client->socket != NULL) { TRACE_MSG("Still connected"); // Still connected. Disconect. delete client->socket; client->socket = NULL; if (reconnect) { TRACE_MSG("must reconnected"); client->reconnect_count = reconnect_attempts; client->reconnect_time = time(NULL) + 5; } else { TRACE_MSG("set signed off"); client->reconnect_count = 0; client->reconnect_time = 0; client->type = CLIENTTYPE_SIGNEDOFF; } } send_signoff(NULL, client); remove_peer_clients(client); } else if (client->type == CLIENTTYPE_SIGNEDOFF) { TRACE_MSG("is signed off"); if (client->socket != NULL) { TRACE_MSG("still connected"); // Still connected. Disconect. delete client->socket; client->socket = NULL; client->reconnect_count = 0; client->reconnect_time = 0; } remove_peer_clients(client); } TRACE_EXIT(); } //! Check if a client point is stil valid.... bool DistributionSocketLink::is_client_valid(Client *client) { list::iterator i = clients.begin(); bool ret = false; while (!ret && i != clients.end()) { if (*i == client) { ret = true; } i++; } return ret; } //! Finds a remote client by its canonical name and port. DistributionSocketLink::Client * DistributionSocketLink::find_client_by_canonicalname(gchar *name, gint port) { Client *ret = NULL; list::iterator i = clients.begin(); while (i != clients.end()) { if ((*i)->port == port && (*i)->hostname != NULL && strcmp((*i)->hostname, name) == 0) { ret = *i; } i++; } return ret; } //! Finds a remote client by its id. DistributionSocketLink::Client * DistributionSocketLink::find_client_by_id(gchar *id) { Client *ret = NULL; list::iterator i = clients.begin(); while (i != clients.end()) { if ((*i)->id != NULL && strcmp((*i)->id, id) == 0) { ret = *i; } i++; } return ret; } //! Returns the master client. string DistributionSocketLink::get_master() const { string id; if (i_am_master) { id = get_my_id(); } else if (master_client != NULL && master_client->id != NULL) { id = master_client->id; } return id; } //! Sets the specified remote client as master. void DistributionSocketLink::set_master(Client *client) { TRACE_ENTER("DistributionSocketLink::set_master") master_client = client; i_am_master = false; if (dist_manager != NULL) { dist_manager->master_changed(false, client != NULL ? client->id : ""); } TRACE_EXIT(); } //! Sets the local client as master. void DistributionSocketLink::set_me_master() { TRACE_ENTER("DistributionSocketLink::set_me_master"); master_client = NULL; i_am_master = true; if (dist_manager != NULL) { dist_manager->master_changed(true, get_my_id()); } TRACE_EXIT(); } //! Sets the specified client master. void DistributionSocketLink::set_master_by_id(gchar *id) { TRACE_ENTER_MSG("DistributionSocketLink::set_master", id); Client *c = find_client_by_id(id); if (c != NULL) { // It's a remote client. mark it master. dist_manager->log(_("Client %s is now master."), c->id == NULL ? "Unknown" : c->id); set_master(c); } else if (strcmp(id, get_my_id().c_str()) == 0) { // Its ME! dist_manager->log(_("I'm now master.")); set_me_master(); } else { // Huh??? TRACE_MSG("Iek"); } TRACE_EXIT(); } //! Initialize an outgoing packet. void DistributionSocketLink::init_packet(PacketBuffer &packet, PacketCommand cmd) { // Length. packet.pack_ushort(0); // Version packet.pack_byte(2); // Flags packet.pack_byte(0); // Command packet.pack_ushort(cmd); } //! Sends the specified packet to all clients. void DistributionSocketLink::send_packet_broadcast(PacketBuffer &packet) { TRACE_ENTER("DistributionSocketLink::send_packet_broadcast"); send_packet_except(packet, NULL); TRACE_EXIT(); } //! Sends the specified packet to all clients with the exception of one client. void DistributionSocketLink::send_packet_except(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::send_packet_except"); gint size = packet.bytes_written(); // Length. packet.poke_ushort(0, size); list::iterator i = clients.begin(); while (i != clients.end()) { Client *c = *i; if (c != client && c->socket != NULL) { int bytes_written = 0; try { c->socket->write(packet.get_buffer(), size, bytes_written); } catch (SocketException) { TRACE_MSG("Failed to send"); } } i++; } TRACE_EXIT(); } //! Sends the specified packet to the specified client. void DistributionSocketLink::send_packet(Client *client, PacketBuffer &packet) { TRACE_ENTER("DistributionSocketLink::send_packet"); if (client != NULL && client->type == CLIENTTYPE_ROUTED) { TRACE_MSG("Must route packet."); if (client->id == NULL) { TRACE_MSG("Client's ID == NULL"); } packet.restart_read(); int flags = packet.peek_byte(3); if (!(flags & PACKETFLAG_DEST) && client->id != NULL) { assert(!(flags & PACKETFLAG_SOURCE)); TRACE_MSG("Add destination " << client->id); packet.poke_byte(3, flags | PACKETFLAG_DEST); packet.insert(4, strlen(client->id) + 2); packet.poke_string(6, client->id); } client = client->peer; } if (client != NULL && client->socket != NULL) { if (client->id != NULL) { TRACE_MSG("Sending to " << client->id); } gint size = packet.bytes_written(); // Length. packet.poke_ushort(0, size); int bytes_written = 0; try { client->socket->write(packet.get_buffer(), size, bytes_written); } catch (SocketException) { TRACE_MSG("Failed to send"); } } TRACE_EXIT(); } //! Processed an incoming packet. void DistributionSocketLink::process_client_packet(Client *client) { TRACE_ENTER("DistributionSocketLink::process_client_packet"); PacketBuffer &packet = client->packet; client->claim_count = 0; gint size = packet.unpack_ushort(); g_assert(size == packet.bytes_written()); gint version = packet.unpack_byte(); gint flags = packet.unpack_byte(); gint type = packet.unpack_ushort(); TRACE_MSG("type = " << type); if (client != NULL && client->id != NULL) { TRACE_MSG("From = " << client->id); } Client *source = client; bool forward = true; if (flags & PACKETFLAG_SOURCE) { gchar *id = packet.unpack_string(); if (!client_is_me(id)) { TRACE_MSG("routed, source = " << id); source = find_client_by_id(id); if (source == NULL) { TRACE_MSG("Unknown source. Dropping"); } else if (source != client && source->peer != client) { TRACE_MSG("Illegal source in routing."); source = NULL; } } else { TRACE_MSG("Cycle detected."); type = 0; flags = 0; source = NULL; // Duplicate client. inform client that it's bogus and close. // dist_manager->log(_("Client %s:%d is duplicate."), client->hostname, client->port); // send_duplicate(client); // remove_client(client); } g_free(id); } if (flags & PACKETFLAG_DEST) { gchar *id = packet.unpack_string(); if (id != NULL && !client_is_me(id)) { TRACE_MSG("Destination = " << id); Client *dest = find_client_by_id(id); if (dest != NULL) { TRACE_MSG("Forwarding to destination"); forward_packet(packet, dest, source); } source = NULL; } g_free(id); } TRACE_MSG("size = " << size << ", version = " << version << ", flags = " << flags); if (source != NULL || type == PACKET_CLIENT_LIST) { switch (type) { case PACKET_HELLO: handle_hello(packet, source); forward = false; break; case PACKET_SIGNOFF: handle_signoff(packet, source); break; case PACKET_CLAIM: handle_claim(packet, source); break; case PACKET_WELCOME: handle_welcome(packet, source); forward = false; break; case PACKET_CLIENT_LIST: forward = handle_client_list(packet, source, client); break; case PACKET_NEW_MASTER: handle_new_master(packet, source); break; case PACKET_CLIENTMSG: handle_client_message(packet, source); break; case PACKET_DUPLICATE: handle_duplicate(packet, source); forward = false; break; case PACKET_CLAIM_REJECT: handle_claim_reject(packet, source); break; } if (forward) { forward_packet_except(packet, client, source); } } packet.clear(); packet.resize(0); TRACE_EXIT(); } void DistributionSocketLink::forward_packet_except(PacketBuffer &packet, Client *client, Client *source) { TRACE_ENTER("DistributionSocketLink::forward_packet_except"); packet.restart_read(); int flags = packet.peek_byte(3); if (!(flags & PACKETFLAG_SOURCE) && source->id != NULL) { TRACE_MSG("Add source " << source->id); packet.poke_byte(3, flags | PACKETFLAG_SOURCE); packet.insert(4, strlen(source->id) + 2); packet.poke_string(6, source->id); } send_packet_except(packet, client); TRACE_EXIT(); } void DistributionSocketLink::forward_packet(PacketBuffer &packet, Client *dest, Client *source) { TRACE_ENTER("DistributionSocketLink::forward_packet"); packet.restart_read(); int flags = packet.peek_byte(3); if (!(flags & PACKETFLAG_SOURCE) && source->id != NULL) { TRACE_MSG("Add source " << source->id); packet.poke_byte(3, flags | PACKETFLAG_SOURCE); packet.insert(4, strlen(source->id) + 2); packet.poke_string(6, source->id); } send_packet(dest, packet); TRACE_EXIT(); } //! Sends a hello to the specified client. void DistributionSocketLink::send_hello(Client *client) { TRACE_ENTER("DistributionSocketLink::send_hello"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_HELLO); packet.pack_string(username); packet.pack_string(password); packet.pack_string(get_my_id()); packet.pack_string(get_my_id()); // was: hostname packet.pack_ushort(server_port); send_packet(client, packet); TRACE_EXIT(); } //! Handles a Hello from the specified client. void DistributionSocketLink::handle_hello(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_hello"); gchar *user = packet.unpack_string(); gchar *pass = packet.unpack_string(); gchar *id = packet.unpack_string(); /* gchar *name = */ packet.unpack_string(); /* int port = */ packet.unpack_ushort(); dist_manager->log(_("Client %s saying hello."), id != NULL ? id : "Unknown"); if ( (username == NULL || (user != NULL && strcmp(username, user) == 0)) && (password == NULL || (pass != NULL && strcmp(password, pass) == 0))) { bool ok = set_client_id(client, id); if (ok) { // Welcome! send_welcome(client); } else { // Duplicate client. inform client that it's bogus and close. dist_manager->log(_("Client %s is duplicate."), id != NULL ? id : "Unknown"); send_duplicate(client); remove_client(client); } } else { // Incorrect password. dist_manager->log(_("Client %s access denied."), id != NULL ? id : "Unknown"); remove_client(client); } g_free(user); g_free(id); g_free(pass); TRACE_EXIT(); } //! Sends a hello to the specified client. void DistributionSocketLink::send_signoff(Client *to, Client *signedoff_client) { TRACE_ENTER("DistributionSocketLink::send_signoff"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_SIGNOFF); if (signedoff_client != NULL) { TRACE_MSG("remote client " << (signedoff_client->id != NULL ? signedoff_client->id : "?")); packet.pack_string(signedoff_client->id); } else { TRACE_MSG("me " << my_id.str()); packet.pack_string(get_my_id()); } if (to != NULL) { TRACE_MSG("sending to " << (to->id != NULL ? to->id : "?")); send_packet(to, packet); } else { TRACE_MSG("broadcasting"); send_packet_broadcast(packet); } TRACE_EXIT(); } //! Handles a Hello from the specified client. void DistributionSocketLink::handle_signoff(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_signoff"); (void) client; gchar *id = packet.unpack_string(); Client *c = NULL; if (id != NULL) { c = find_client_by_id(id); g_free(id); } if (c != NULL) { dist_manager->log(_("Client %s signed off."), c->id == NULL ? "Unknown" : c->id); if (c->type == CLIENTTYPE_DIRECT) { TRACE_MSG("Direct connection. setting signedoff"); c->type = CLIENTTYPE_SIGNEDOFF; remove_peer_clients(c); if (c->socket != NULL) { TRACE_MSG("Remove connection"); delete c->socket; c->socket = NULL; } remove_client(c); } else { TRACE_MSG("Routed connection. removing"); remove_client(c); } } TRACE_EXIT(); } //! Sends a duplicate to the specified client. void DistributionSocketLink::send_duplicate(Client *client) { TRACE_ENTER("DistributionSocketLink::send_duplicate"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_DUPLICATE); send_packet(client, packet); TRACE_EXIT(); } //! Handles a duplicate for the specified client. void DistributionSocketLink::handle_duplicate(PacketBuffer &packet, Client *client) { (void) packet; TRACE_ENTER("DistributionSocketLink::handle_duplicate"); dist_manager->log(_("Client %s is duplicate."), client->id == NULL ? "Unknown" : client->id); remove_client(client); TRACE_EXIT(); } //! Sends a welcome message to the specified client void DistributionSocketLink::send_welcome(Client *client) { TRACE_ENTER("DistributionSocketLink::send_welcome"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_WELCOME); // My Info packet.pack_string(get_my_id()); packet.pack_string(get_my_id()); // was: hostname packet.pack_ushort(server_port); send_packet(client, packet); TRACE_EXIT(); } //! Handles a welcome message from the specified client. void DistributionSocketLink::handle_welcome(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_welcome"); gchar *id = packet.unpack_string(); gchar *name = packet.unpack_string(); /*gint port = */ packet.unpack_ushort(); dist_manager->log(_("Client %s is welcoming us."), id == NULL ? "Unknown" : id); bool ok = set_client_id(client, id); if (ok) { // The connected client offers the master client. // This info will be received in the client list. // So, we no longer know who's master... set_master(NULL); // All, ok. Send list of known client. // WITHOUT info about who's master on out side. send_client_list(client); } else { // Duplicate. send_duplicate(client); remove_client(client); } g_free(id); g_free(name); TRACE_EXIT(); } //! Sends the list of known clients to the specified client. void DistributionSocketLink::send_client_list(Client *client, bool except) { TRACE_ENTER("DistributionSocketLink::send_client_list"); if (clients.size() > 0) { PacketBuffer packet; packet.create(); init_packet(packet, PACKET_CLIENT_LIST); int count = 1; gint clients_pos = packet.bytes_written(); packet.pack_ushort(0); // number of clients in the list packet.pack_ushort(0); // flags. // Put muself in list. gint pos = packet.bytes_written(); TRACE_MSG("client me: " << my_id.str() << " " << server_port << " " << i_am_master); int flags = CLIENTLIST_ME | (i_am_master ? CLIENTLIST_MASTER : 0); packet.pack_ushort(0); // Length packet.pack_ushort(flags); // Flags packet.pack_string(get_my_id()); // ID packet.pack_string(get_my_id()); // Canonical name packet.pack_ushort(server_port); // Listen port. // Size of the client data. packet.poke_ushort(pos, packet.bytes_written() - pos); // Put known client in the list. list::iterator i = clients.begin(); while (i != clients.end()) { Client *c = *i; if (c->id != NULL) { count++; pos = packet.bytes_written(); int flags = 0; if (c == master_client) { flags |= CLIENTLIST_MASTER; } TRACE_MSG("Send client: " << c->id); packet.pack_ushort(0); // Length packet.pack_ushort(flags); // Flags packet.pack_string(c->id); // ID packet.pack_string(c->hostname); // Canonical name packet.pack_ushort(c->port); // Listen port. // Size of the client data. packet.poke_ushort(pos, packet.bytes_written() - pos); } i++; } // Put packet size in the packet and send. packet.poke_ushort(clients_pos, count); if (except) { send_packet_except(packet, client); } else { send_packet(client, packet); } } TRACE_EXIT(); } //! Handles a client list from the specified client. bool DistributionSocketLink::handle_client_list(PacketBuffer &packet, Client *client, Client *direct) { TRACE_ENTER("DistributionSocketLink::handle_client_list"); // Extract data. gint num_clients = packet.unpack_ushort(); gint flags = packet.unpack_ushort(); (void) flags; gchar *master_id = NULL; gchar **names = new gchar*[num_clients]; gchar **ids = new gchar*[num_clients]; gint *ports = new gint[num_clients]; bool ok = true; // Loop over remote clients. for (int i = 0; i < num_clients; i++) { names[i] = NULL; ids[i] = NULL; ports[i] = 0; // Extract data. gint pos = packet.bytes_read(); gint size = packet.unpack_ushort(); gint flags = packet.unpack_ushort(); gchar *id = packet.unpack_string(); gchar *name = packet.unpack_string(); gint port = packet.unpack_ushort(); if (flags & CLIENTLIST_MASTER) { master_id = g_strdup(id); TRACE_MSG("Master: " << master_id); } if (id != NULL) { if (!exists_client(id)) { // A new client TRACE_MSG("new client: " << id); names[i] = name; ids[i] = id; ports[i] = port; } else if (client != NULL && direct == client && !client_is_me(id) && strcmp(client->id, id) != 0) { TRACE_MSG("Strange client: " << id); ok = false; } } // Skip trailing junk... size -= (packet.bytes_read() - pos); packet.skip(size); g_free(name); g_free(id); } if (ok) { // And send the list of client we are connected to. if (client != NULL && direct == client && !client->sent_client_list) { client->sent_client_list = true; send_client_list(client); } TRACE_MSG("Adding: "); for (int i = 0; i < num_clients; i++) { if (ids[i] != NULL && names[i] != NULL) { add_client(ids[i], names[i], ports[i], CLIENTTYPE_ROUTED, direct); } } if (master_id != NULL) { set_master_by_id(master_id); TRACE_MSG(master_id << " is now master"); } send_client_message(DCMT_SIGNON); } else { TRACE_MSG("Dup: "); dist_manager->log(_("Client %s is duplicate."), client->id != NULL ? client->id : "Unknown"); send_duplicate(client); remove_client(client); } TRACE_MSG("Ok: "); for (int i = 0; i < num_clients; i++) { g_free(ids[i]); g_free(names[i]); } g_free(master_id); delete [] names; delete [] ids; delete [] ports; TRACE_EXIT(); return ok; } //! Requests to become master. void DistributionSocketLink::send_claim(Client *client) { TRACE_ENTER("DistributionSocketLink::send_claim"); if (client->next_claim_time == 0 || time(NULL) >= client->next_claim_time) { PacketBuffer packet; dist_manager->log(_("Requesting master status from %s."), client->id == NULL ? "Unknown" : client->id); packet.create(); init_packet(packet, PACKET_CLAIM); packet.pack_ushort(0); client->next_claim_time = time(NULL) + 10; send_packet(client, packet); if (client->claim_count >= 3) { dist_manager->log(_("Client timeout from %s."), client->id == NULL ? "Unknown" : client->id); close_client(client, client->outbound); } client->claim_count++; } TRACE_EXIT(); } //! Handles a request from a remote client to become master. void DistributionSocketLink::handle_claim(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_claim"); /*gint count = */ packet.unpack_ushort(); if (i_am_master && master_locked) { dist_manager->log(_("Rejecting master request from client %s."), client->id == NULL ? "Unknown" : client->id); send_claim_reject(client); } else { dist_manager->log(_("Acknowledging master request from client %s."), client->id == NULL ? "Unknown" : client->id); bool was_master = i_am_master; // Marks client as master set_master(client); assert(!i_am_master); // If I was previously master, distribute state. if (was_master) { //dist_manager->log(_("Transferring state to client %s:%d."), // client->hostname, client->port); send_client_message(DCMT_MASTER); } // And tell everyone we have a new master. send_new_master(); } TRACE_EXIT(); } //! Inform that the claim has been rejected. void DistributionSocketLink::send_claim_reject(Client *client) { TRACE_ENTER("DistributionSocketLink::send_claim_reject"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_CLAIM_REJECT); send_packet(client, packet); TRACE_EXIT(); } //! Handles a rejection of my claim. void DistributionSocketLink::handle_claim_reject(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_claim"); (void) packet; if (client != master_client) { dist_manager->log(_("Non-master client %s rejected master request."), client->id == NULL ? "Unknown" : client->id); } else { dist_manager->log(_("Client %s rejected master request, delaying."), client->id == NULL ? "Unknown" : client->id); client->reject_count++; int count = client->reject_count; if (count > 6) { count = 6; } client->next_claim_time = time(NULL) + 5 * count; } TRACE_EXIT(); } //! Informs the specified client (or all remote clients) that a new client is now master. void DistributionSocketLink::send_new_master(Client *client) { TRACE_ENTER("DistributionSocketLink::send_new_master"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_NEW_MASTER); string id; if (master_client == NULL) { // I've become master id = get_my_id(); } else if (master_client->id != NULL) { // Another remote client becomes master id = master_client->id; } packet.pack_string(id); packet.pack_ushort(0); if (client != NULL) { send_packet(client, packet); } else { send_packet_broadcast(packet); } TRACE_EXIT(); } //! Handles a new master event. void DistributionSocketLink::handle_new_master(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink::handle_new_master"); for (list::iterator i = clients.begin(); i != clients.end(); i++) { (*i)->reject_count = 0; } gchar *id = packet.unpack_string(); /* gint count = */ packet.unpack_ushort(); dist_manager->log(_("Client %s is now the new master."), id == NULL ? "Unknown" : id); if (client->id != NULL) { TRACE_MSG("new master from " << client->id << " -> " << id); } set_master_by_id(id); g_free(id); TRACE_EXIT(); } // Distributes the current client message. void DistributionSocketLink::send_client_message(DistributionClientMessageType type) { TRACE_ENTER("DistributionSocketLink:send_client_message"); PacketBuffer packet; packet.create(); init_packet(packet, PACKET_CLIENTMSG); string id = get_master(); packet.pack_string(id); packet.pack_ushort(client_message_map.size()); ClientMessageMap::iterator i = client_message_map.begin(); while (i != client_message_map.end()) { DistributionClientMessageID id = i->first; ClientMessageListener &sl = i->second; IDistributionClientMessage *itf = sl.listener; int pos = 0; packet.pack_ushort(id); packet.reserve_size(pos); if ((sl.type & type) != 0) { TRACE_MSG("request " << id << " " << type); itf->request_client_message(id, packet); } packet.update_size(pos); i++; } send_packet_broadcast(packet); TRACE_EXIT(); } //! Handles client message from a remote client. void DistributionSocketLink::handle_client_message(PacketBuffer &packet, Client *client) { TRACE_ENTER("DistributionSocketLink:handle_client_message"); (void) client; bool will_i_become_master = false; // dist_manager->log(_("Reveived client message from client %s:%d."), client->hostname, client->port); gchar *id = packet.unpack_string(); if (id != NULL) { //TRACE_MSG("id = " << id); will_i_become_master = client_is_me(id); g_free(id); } gint size = packet.unpack_ushort(); int pos; TRACE_MSG("size = " << size); for (int i = 0; i < size; i++) { DistributionClientMessageID id = (DistributionClientMessageID) packet.unpack_ushort(); gint datalen = packet.read_size(pos); TRACE_MSG("len = " << datalen << " " << id); if (datalen != 0) { // Narrow the buffer to the client message data. packet.narrow(-1, datalen); ClientMessageMap::iterator it = client_message_map.find(id); if (it != client_message_map.end()) { client_message_map[id].listener->client_message(id, will_i_become_master, client->id, packet); } packet.narrow(0, -1); } packet.skip_size(pos); } TRACE_EXIT(); } bool DistributionSocketLink::start_async_server() { TRACE_ENTER("DistributionSocketLink::start_async_server"); bool ret = false; try { /* Create the server */ server_socket = socket_driver->create_server(); if (server_socket != NULL) { server_socket->set_listener(this); server_socket->listen(server_port); dist_manager->log(_("Network operation started.")); ret = true; } } catch(SocketException e) { } TRACE_RETURN(ret); return ret; } void DistributionSocketLink::socket_accepted(ISocketServer *scon, ISocket *ccon) { (void) scon; TRACE_ENTER("DistributionSocketLink::socket_accepted"); if (ccon != NULL) { dist_manager->log(_("Accepted new client.")); Client *client = new Client; client->type = CLIENTTYPE_DIRECT; client->peer = NULL; client->packet.create(); TRACE_RETURN(client->packet.bytes_available()); client->socket = ccon; client->hostname = NULL; client->id = NULL; client->port = 0; client->reconnect_count = 0; client->reconnect_time = 0; ccon->set_data(client); ccon->set_listener(this); clients.push_back(client); } TRACE_EXIT(); } void DistributionSocketLink::socket_io(ISocket *con, void *data) { TRACE_ENTER("DistributionSocketLink::socket_io"); bool ret = true; Client *client = (Client *)data; g_assert(client != NULL); TRACE_MSG("1"); if (!is_client_valid(client) && client->type == CLIENTTYPE_DIRECT) { TRACE_RETURN("Invalid client"); return; } int bytes_read = 0; int bytes_to_read = 4; TRACE_MSG("2 " << client->packet.bytes_available() ); if (client->packet.bytes_available() >= 4) { TRACE_MSG("3"); bytes_to_read = client->packet.peek_ushort(0) - 4; TRACE_MSG("4 " << bytes_to_read); if (bytes_to_read + 4 > client->packet.get_buffer_size()) { TRACE_MSG("5 " << bytes_to_read << " " << client->packet.get_buffer_size()); // FIXME: the 1024 is lame... client->packet.resize(bytes_to_read + 4 + 1024); } } TRACE_MSG("5"); bool ok = true; try { con->read(client->packet.get_write_ptr(), bytes_to_read, bytes_read); } catch (SocketException) { ok = false; } if (!ok) { dist_manager->log(_("Client %s read error, closing."), client->id == NULL ? "Unknown" : client->id); ret = false; } else if (bytes_read == 0) { dist_manager->log(_("Client %s closed connection."), client->id == NULL ? "Unknown" : client->id); ret = false; } else { g_assert(bytes_read > 0); client->packet.write_ptr += bytes_read; if (client->packet.peek_ushort(0) == client->packet.bytes_written()) { process_client_packet(client); } } if (!ret) { close_client(client, client->outbound); } TRACE_EXIT(); return; } void DistributionSocketLink::socket_connected(ISocket *con, void *data) { TRACE_ENTER("DistributionSocketLink::socket_connected"); Client *client = (Client *)data; g_assert(client != NULL); g_assert(con != NULL); if (!is_client_valid(client) && client->type == CLIENTTYPE_DIRECT) { TRACE_RETURN("Invalid client"); return; } dist_manager->log(_("Client %s connected."), client->id != NULL ? client->id : "Unknown"); client->reconnect_count = 0; client->reconnect_time = 0; client->outbound = true; client->socket = con; send_hello(client); TRACE_EXIT(); } void DistributionSocketLink::socket_closed(ISocket *con, void *data) { TRACE_ENTER("DistributionSocketLink::socket_closed"); (void) con; Client *client = (Client *)data; assert(client != NULL); if (!is_client_valid(client) && client->type == CLIENTTYPE_DIRECT) { TRACE_RETURN("Invalid client"); return; } // Socket error. Disable client. if (client->socket != NULL) { dist_manager->log(_("Client %s closed connection."), client->id != NULL ? client->id : "Unknown"); close_client(client, client->outbound); } else { dist_manager->log(_("Could not connect to client %s."), client->id != NULL ? client->id : "Unknown"); remove_client(client); } TRACE_EXIT(); } //! Read the configuration from the configurator. void DistributionSocketLink::read_configuration() { TRACE_ENTER("DistributionSocketLink::read_configuration"); int old_port = server_port; const char *port = getenv("WORKRAVE_PORT"); if (port != NULL) { server_port = atoi(port); } else { server_port = dist_manager->get_port(); } if (old_port != server_port && server_enabled) { set_server_enabled(false); set_server_enabled(true); } reconnect_interval = dist_manager->get_reconnect_interval(); reconnect_attempts = dist_manager->get_reconnect_attempts(); string str; str = dist_manager->get_username(); username = str != "" ? g_strdup(str.c_str()) : NULL; str = dist_manager->get_password(); password = str != "" ? g_strdup(str.c_str()) : NULL; TRACE_EXIT(); } //! Notification from the configurator that the configuration has changed. void DistributionSocketLink::config_changed_notify(const string &key) { (void) key; read_configuration(); } #endif workrave-1_10_10/backend/src/DistributionSocketLink.hh000066400000000000000000000176021263301626300230310ustar00rootroot00000000000000// DistributionSocketLink.hh // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifndef DISTRIBUTIONSOCKETLINK_HH #define DISTRIBUTIONSOCKETLINK_HH #include #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include "DistributionLink.hh" #include "IDistributionClientMessage.hh" #include "IConfiguratorListener.hh" #include "PacketBuffer.hh" #include "SocketDriver.hh" #include "WRID.hh" #define DEFAULT_PORT (27273) #define DEFAULT_INTERVAL (15) #define DEFAULT_ATTEMPTS (5) class Configurator; class DistributionSocketLink : public DistributionLink, public IConfiguratorListener, public ISocketServerListener, public ISocketListener { public: private: enum PacketCommand { PACKET_HELLO = 0x0001, PACKET_CLAIM = 0x0002, PACKET_CLIENT_LIST = 0x0003, PACKET_WELCOME = 0x0004, PACKET_NEW_MASTER = 0x0005, PACKET_CLIENTMSG = 0x0006, PACKET_DUPLICATE = 0x0007, PACKET_CLAIM_REJECT = 0x0008, PACKET_SIGNOFF = 0x0009, }; enum PacketFlags { PACKETFLAG_SOURCE = 0x0001, PACKETFLAG_DEST = 0x0002, }; enum ClientListFlags { CLIENTLIST_ME = 1, CLIENTLIST_MASTER = 2, }; struct ClientMessageListener { IDistributionClientMessage *listener; DistributionClientMessageType type; ClientMessageListener() : listener(NULL), type(DCMT_PASSIVE) { } }; enum ClientType { CLIENTTYPE_UNKNOWN = 1, CLIENTTYPE_DIRECT = 2, CLIENTTYPE_ROUTED = 3, CLIENTTYPE_SIGNEDOFF = 4, }; struct Client { Client() : type(CLIENTTYPE_UNKNOWN), peer(NULL), socket(NULL), id(NULL), hostname(NULL), port(0), sent_client_list(false), reconnect_count(0), reconnect_time(0), next_claim_time(0), reject_count(0), claim_count(0), outbound(false) { } ~Client() { if (socket != NULL) { delete socket; } if (hostname != NULL) { g_free(hostname); } hostname = NULL; } //! Type of connection with client. ClientType type; //! Peer client for remote clients. Client *peer; //! ISocket *socket; //! ID gchar *id; //! Canonical IP. gchar *hostname; //! port. gint port; //! bool sent_client_list; //! PacketBuffer packet; //! Reconnect counter; int reconnect_count; //! Last reconnect attempt time; time_t reconnect_time; //! Next time we can try to claim from this client; time_t next_claim_time; //! Number of time a claim was rejected. int reject_count; //! Number of claims send since the last received packet. int claim_count; //! Is this an outbound connection bool outbound; }; public: DistributionSocketLink(Configurator *conf); virtual ~DistributionSocketLink(); void init_my_id(); std::string get_my_id() const; int get_number_of_peers(); void set_distribution_manager(DistributionManager *dll); void init(); void heartbeat(); bool set_network_enabled(bool enabled); bool set_server_enabled(bool enabled); void set_user(string user, string password); void connect(string url); void disconnect(string id); bool disconnect_all(); bool reconnect_all(); bool claim(); bool set_lock_master(bool lock); bool register_client_message(DistributionClientMessageID id, DistributionClientMessageType type, IDistributionClientMessage *callback); bool unregister_client_message(DistributionClientMessageID id); bool broadcast_client_message(DistributionClientMessageID id, PacketBuffer &buffer); void socket_accepted(ISocketServer *server, ISocket *con); void socket_connected(ISocket *con, void *data); void socket_io(ISocket *con, void *data); void socket_closed(ISocket *con, void *data); private: bool is_client_valid(Client *client); bool add_client(gchar *id, gchar *host, gint port, ClientType type, Client *peer = NULL); void remove_client(Client *client); void remove_peer_clients(Client *client); void close_client(Client *client, bool reconnect = false); Client *find_client_by_canonicalname(gchar *name, gint port); Client *find_client_by_id(gchar *id); bool client_is_me(gchar *id); bool exists_client(gchar *id); bool set_client_id(Client *client, gchar *id); string get_master() const; void set_master_by_id(gchar *id); void set_master(Client *client); void set_me_master(); void init_packet(PacketBuffer &packet, PacketCommand cmd); void send_packet_broadcast(PacketBuffer &packet); void send_packet_except(PacketBuffer &packet, Client *client); void send_packet(Client *client, PacketBuffer &packet); void forward_packet_except(PacketBuffer &packet, Client *client, Client *source); void forward_packet(PacketBuffer &packet, Client *dest, Client *source); void process_client_packet(Client *client); void handle_hello(PacketBuffer &packet, Client *client); void handle_signoff(PacketBuffer &packet, Client *client); void handle_welcome(PacketBuffer &packet, Client *client); void handle_duplicate(PacketBuffer &packet, Client *client); bool handle_client_list(PacketBuffer &packet, Client *client, Client *direct); void handle_claim(PacketBuffer &packet, Client *client); void handle_new_master(PacketBuffer &packet, Client *client); void handle_client_message(PacketBuffer &packet, Client *client); void handle_claim_reject(PacketBuffer &packet, Client *client); void send_hello(Client *client); void send_signoff(Client *to, Client *signedoff_client); void send_welcome(Client *client); void send_duplicate(Client *client); void send_client_list(Client *client, bool except = false); void send_claim(Client *client); void send_new_master(Client *client = NULL); void send_claim_reject(Client *client); void send_client_message(DistributionClientMessageType type); bool start_async_server(); void read_configuration(); void config_changed_notify(const string &key); private: typedef map ClientMessageMap; //! The distribution manager. DistributionManager *dist_manager; SocketDriver *socket_driver; //! The configuration access. Configurator *configurator; //! My ID WRID my_id; //! Username for client authentication gchar *username; //! Password for client authentication. gchar *password; //! All clients. list clients; //! Active client Client *master_client; //! Whether I'm the master. bool i_am_master; //! Whether the master status is locked by me. bool master_locked; //! My name //gchar *myname; //! My ID accross the network. //gchar *myid; //! My server port gint server_port; //! The server socket. ISocketServer *server_socket; //! Whether distribution is enabled. bool network_enabled; bool server_enabled; //! ClientMessage listeners ClientMessageMap client_message_map; //! int reconnect_attempts; //! int reconnect_interval; //! int heartbeat_count; }; #endif // DISTRIBUTIONSOCKETLINK_HH workrave-1_10_10/backend/src/FakeActivityMonitor.hh000066400000000000000000000034641263301626300223170ustar00rootroot00000000000000// FakeActivityMonitor.hh // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef FAKEACTIVITYMONITOR_HH #define FAKEACTIVITYMONITOR_HH #include "IActivityMonitor.hh" using namespace workrave; class FakeActivityMonitor : public IActivityMonitor { public: FakeActivityMonitor() : suspended(false), state(ACTIVITY_IDLE) { } virtual ~FakeActivityMonitor() {} //! Stops the activity monitoring. void terminate() { } //! Suspends the activity monitoring. void suspend() { suspended = true; } //! Resumes the activity monitoring. void resume() { suspended = false; } //! Returns the current state ActivityState get_current_state() { if (suspended) { return ACTIVITY_SUSPENDED; } return state; } //! Force state to be idle. void force_idle() { state = ACTIVITY_IDLE; } void set_state(ActivityState s) { state = s; } void set_listener(ActivityMonitorListener *l) { (void)l; } private: //! Monitor suspended? bool suspended; //! Current state ActivityState state; }; #endif // FAKEACTIVITYMONITOR_HH workrave-1_10_10/backend/src/GIOSocketDriver.cc000066400000000000000000000223641263301626300213150ustar00rootroot00000000000000// GnetSocketDriver.cc // // Copyright (C) 2009, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(HAVE_GIO_NET) && defined(HAVE_DISTRIBUTION) #include "debug.hh" #include "GIOSocketDriver.hh" using namespace std; //! Creates a new listen socket. GIOSocketServer::GIOSocketServer() : service(NULL) { } //! Destructs the listen socket. GIOSocketServer::~GIOSocketServer() { if (service != NULL) { g_socket_service_stop(service); g_object_unref(service); service = NULL; } } //! Listen at the specified port. void GIOSocketServer::listen(int port) { GError *error = NULL; service = g_socket_service_new(); if (service == NULL) { throw SocketException("Failed to create server"); } gboolean rc = g_socket_listener_add_inet_port(G_SOCKET_LISTENER(service), port, NULL, &error); if (!rc) { g_object_unref(service); service = NULL; throw SocketException(string("Failed to listen: ") + error->message); } g_signal_connect(service, "incoming", G_CALLBACK(static_socket_incoming), this); g_socket_service_start(service); } gboolean GIOSocketServer::static_socket_incoming(GSocketService *service, GSocketConnection *connection, GObject *src_object, gpointer user_data) { TRACE_ENTER("GIOSocketServer::static_socket_incoming"); (void) service; (void) src_object; try { GIOSocketServer *ss = (GIOSocketServer *) user_data; GIOSocket *socket = new GIOSocket(connection); ss->listener->socket_accepted(ss, socket); } catch(...) { // Make sure that no exception reach the glib mainloop. } TRACE_EXIT(); return FALSE; } void GIOSocket::static_connected_callback(GObject *source_object, GAsyncResult *result, gpointer user_data) { TRACE_ENTER("GIOSocketServer::static_connected_callback"); GIOSocket *socket = (GIOSocket *)user_data; GError *error = NULL; GSocketConnection *socket_connection = g_socket_client_connect_finish(G_SOCKET_CLIENT(source_object), result, &error); if (error != NULL) { TRACE_MSG("failed to connect"); g_error_free(error); } else if (socket_connection != NULL) { socket->connection = socket_connection; socket->socket = g_socket_connection_get_socket(socket->connection); g_socket_set_blocking(socket->socket, FALSE); g_socket_set_keepalive(socket->socket, TRUE); socket->source = g_socket_create_source(socket->socket, (GIOCondition) (G_IO_IN | G_IO_ERR | G_IO_HUP), NULL); g_source_set_callback(socket->source, (GSourceFunc) static_data_callback, (void*)socket, NULL); g_source_attach(socket->source, NULL); // g_source_unref(source); if (socket->listener != NULL) { socket->listener->socket_connected(socket, socket->user_data); } } TRACE_EXIT(); } gboolean GIOSocket::static_data_callback(GSocket *socket, GIOCondition condition, gpointer user_data) { TRACE_ENTER_MSG("GIOSocket::static_data_callback", (int)condition); GIOSocket *giosocket = (GIOSocket *)user_data; gboolean ret = TRUE; (void) socket; try { // check for socket error if (condition & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) { if (giosocket->listener != NULL) { TRACE_MSG("Closing socket"); // giosocket->close(); giosocket->listener->socket_closed(giosocket, giosocket->user_data); } ret = FALSE; } // process input if (ret && (condition & G_IO_IN)) { if (giosocket->listener != NULL) { giosocket->listener->socket_io(giosocket, giosocket->user_data); } } } catch(...) { // Make sure that no exception reach the glib mainloop. TRACE_MSG("Exception. Closing socket"); giosocket->close(); ret = FALSE; } TRACE_EXIT(); return ret; } //! Creates a new connection. GIOSocket::GIOSocket(GSocketConnection *connection) : connection(connection), resolver(NULL) { TRACE_ENTER("GIOSocket::GIOSocket(con)"); socket = g_socket_connection_get_socket(connection); g_object_ref(connection); g_socket_set_blocking(socket, FALSE); g_socket_set_keepalive(socket, TRUE); source = g_socket_create_source(socket, (GIOCondition)G_IO_IN, NULL); g_source_set_callback(source, (GSourceFunc) static_data_callback, (void*)this, NULL); g_source_attach(source, NULL); g_source_unref(source); TRACE_EXIT(); } //! Creates a new connection. GIOSocket::GIOSocket() : connection(NULL), socket(NULL), resolver(NULL), source(NULL), port(0) { TRACE_ENTER("GIOSocket::GIOSocket()"); TRACE_EXIT(); } //! Destructs the connection. GIOSocket::~GIOSocket() { TRACE_ENTER("GIOSocket::~GIOSocket"); if (connection != NULL) { g_object_unref(connection); } if (resolver != NULL) { g_object_unref(resolver); } if (source != NULL) { g_source_destroy(source); } TRACE_EXIT(); } //! Connects to the specified host. void GIOSocket::connect(const string &host, int port) { TRACE_ENTER_MSG("GIOSocket::connect", host << " " << port); this->port = port; GInetAddress *inet_addr = g_inet_address_new_from_string(host.c_str()); if (inet_addr != NULL) { connect(inet_addr, port); g_object_unref(inet_addr); } else { resolver = g_resolver_get_default(); g_resolver_lookup_by_name_async(resolver, host.c_str(), NULL, static_connect_after_resolve, this); } TRACE_EXIT(); } void GIOSocket::connect(GInetAddress *inet_addr, int port) { TRACE_ENTER_MSG("GIOSocket::connect", port); GSocketAddress *socket_address = g_inet_socket_address_new(inet_addr, port); GSocketClient *socket_client = g_socket_client_new(); g_socket_client_connect_async(socket_client, G_SOCKET_CONNECTABLE(socket_address), NULL, static_connected_callback, this); TRACE_EXIT(); } void GIOSocket::static_connect_after_resolve(GObject *source_object, GAsyncResult *res, gpointer user_data) { TRACE_ENTER("GIOSocket::static_connect_after_resolve"); GError *error = NULL; GList *addresses = g_resolver_lookup_by_name_finish((GResolver *)source_object, res, &error); if (error != NULL) { TRACE_MSG("failed"); g_error_free(error); } if (addresses != NULL) { // Take first result if (addresses->data != NULL) { GInetAddress *a = (GInetAddress *) addresses->data; GIOSocket *socket = (GIOSocket *) user_data; socket->connect(a, socket->port); } g_resolver_free_addresses(addresses); } TRACE_EXIT(); } //! Read from the connection. void GIOSocket::read(void *buf, int count, int &bytes_read) { TRACE_ENTER_MSG("GIOSocket::read", count); GError *error = NULL; gsize num_read = 0; if (socket != NULL) { num_read = g_socket_receive(socket, (char *)buf, count, NULL, &error); if (error != NULL) { throw SocketException(string("socket read error: ") + error->message); } } bytes_read = (int)num_read; TRACE_RETURN(bytes_read); } //! Write to the connection. void GIOSocket::write(void *buf, int count, int &bytes_written) { GError *error = NULL; gsize num_written = 0; if (socket != NULL) { num_written = g_socket_send(socket, (char *)buf, count, NULL, &error); if (error != NULL) { throw SocketException(string("socket write error: ") + error->message); } } bytes_written = (int) num_written; } //! Close the connection. void GIOSocket::close() { TRACE_ENTER("GIOSocket::close"); GError *error = NULL; if (socket != NULL) { g_socket_shutdown(socket, TRUE, TRUE, &error); g_socket_close(socket, &error); socket = NULL; } TRACE_EXIT(); } //! Create a new socket ISocket * GIOSocketDriver::create_socket() { return new GIOSocket(); } //! Create a new listen socket ISocketServer * GIOSocketDriver::create_server() { return new GIOSocketServer(); } #endif workrave-1_10_10/backend/src/GIOSocketDriver.hh000066400000000000000000000053501263301626300213230ustar00rootroot00000000000000// // Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GIOSOCKETDRIVER_HH #define GIOSOCKETDRIVER_HH #if defined(HAVE_GIO_NET) && defined(HAVE_DISTRIBUTION) #include #include #include #include "SocketDriver.hh" using namespace workrave; //! Listen socket implementation using GIO class GIOSocketServer : public ISocketServer { public: GIOSocketServer(); virtual ~GIOSocketServer(); // ISocketServer interface virtual void listen(int port); private: static gboolean static_socket_incoming(GSocketService *service, GSocketConnection *connection, GObject *src_object, gpointer user_data); private: GSocketService *service; }; //! Socket implementation based on GIO class GIOSocket : public ISocket { public: GIOSocket(); GIOSocket(GSocketConnection *connection); virtual ~GIOSocket(); // ISocket interface virtual void connect(const std::string &hostname, int port); virtual void read(void *buf, int count, int &bytes_read); virtual void write(void *buf, int count, int &bytes_written); virtual void close(); private: void connect(GInetAddress *inet_addr, int port); static void static_connect_after_resolve(GObject *source_object, GAsyncResult *res, gpointer user_data); static void static_connected_callback(GObject *source_object, GAsyncResult *result, gpointer user_data); static gboolean static_data_callback(GSocket *socket, GIOCondition condition, gpointer user_data); private: GSocketConnection *connection; GSocket *socket; GResolver *resolver; GSource *source; int port; }; class GIOSocketDriver : public SocketDriver { //! Create a new socket ISocket *create_socket(); //! Create a new listen socket ISocketServer *create_server(); }; #endif #endif // GIOSOCKETDRIVER_HH workrave-1_10_10/backend/src/GNetSocketDriver.cc000066400000000000000000000160211263301626300215250ustar00rootroot00000000000000// GnetSocketDriver.cc // // Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(HAVE_DISTRIBUTION) && defined(HAVE_GNET) #define GNET_EXPERIMENTAL #include "debug.hh" #include "GNetSocketDriver.hh" using namespace std; //! Creates a new listen socket. GNetSocketServer::GNetSocketServer() : socket(NULL), iochannel(NULL), watch_flags(0), watch(0) { } //! Destructs the listen socket. GNetSocketServer::~GNetSocketServer() { #ifndef HAVE_GNET2 if (iochannel != NULL) { // this causes troubles with gnet2 g_io_channel_unref(iochannel); } #endif if (socket != NULL) { gnet_tcp_socket_delete(socket); } if (watch != 0) { g_source_remove(watch); } } //! Listen at the specified port. void GNetSocketServer::listen(int port) { // set_listener MUST have been called. g_assert(listener != NULL); socket = gnet_tcp_socket_server_new_with_port(port); if (socket == NULL) { throw SocketException("listen error"); } gnet_tcp_socket_server_accept_async(socket, static_async_accept, this); } //! GNet has accepted a new connection. void GNetSocketServer::static_async_accept(GTcpSocket *server, GTcpSocket *client, gpointer data) { GNetSocketServer *s = (GNetSocketServer *)data; s->async_accept(server, client); } //! GNet has accepted a new connection. void GNetSocketServer::async_accept(GTcpSocket *server, GTcpSocket *client) { (void) server; try { GNetSocket *socket = new GNetSocket(client); listener->socket_accepted(this, socket); } catch(...) { // Make sure that no exception reach the glib mainloop. } } //! GNet reports that data is ready to be read. gboolean GNetSocket::static_async_io(GIOChannel *iochannel, GIOCondition condition, gpointer data) { GNetSocket *con = (GNetSocket *)data; return con->async_io(iochannel, condition); } //! GNet reports that data is ready to be read. bool GNetSocket::async_io(GIOChannel *iochannel, GIOCondition condition) { (void) iochannel; bool ret = true; try { // check for socket error if (condition & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) { if (listener != NULL) { close(); listener->socket_closed(this, user_data); } ret = false; } // process input if (ret && (condition & G_IO_IN)) { if (listener != NULL) { listener->socket_io(this, user_data); } } } catch(...) { // Make sure that no exception reach the glib mainloop. close(); ret = false; } return ret; } //! GNet reports that the connection is established. void GNetSocket::async_connected(GTcpSocket *socket, GInetAddr *ia, GTcpSocketConnectAsyncStatus status) { try { if (status != GTCP_SOCKET_CONNECT_ASYNC_STATUS_OK) { gnet_tcp_socket_delete(socket); socket = NULL; if (listener != NULL) { listener->socket_closed(this, user_data); } } else { socket = socket; iochannel = gnet_tcp_socket_get_io_channel(socket); watch_flags = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL; watch = g_io_add_watch(iochannel, (GIOCondition)watch_flags, static_async_io, this); if (listener != NULL) { listener->socket_connected(this, user_data); } gnet_inetaddr_delete(ia); } } catch (...) { // Make sure that no exception reach the glib mainloop. } } //! Connection established. void GNetSocket::static_async_connected(GTcpSocket *socket, GTcpSocketConnectAsyncStatus status, gpointer data) { GNetSocket *con = (GNetSocket *)data; GInetAddr *ia = NULL; if (socket != NULL) { ia = gnet_tcp_socket_get_remote_inetaddr(socket); } con->async_connected(socket, ia, status); } //! Creates a new connection. GNetSocket::GNetSocket(GTcpSocket *socket) : socket(socket) { iochannel = gnet_tcp_socket_get_io_channel(socket); watch_flags = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL; watch = g_io_add_watch(iochannel, (GIOCondition) watch_flags, static_async_io, this); } //! Creates a new connection. GNetSocket::GNetSocket() : socket(NULL), iochannel(NULL), watch_flags(0), watch(0) { } //! Destructs the connection. GNetSocket::~GNetSocket() { if (socket != NULL) { gnet_tcp_socket_delete(socket); } if (watch != 0) { g_source_remove(watch); } } //! Connects to the specified host. void GNetSocket::connect(const string &host, int port) { gnet_tcp_socket_connect_async(host.c_str(), port, static_async_connected, this); } //! Read from the connection. void GNetSocket::read(void *buf, int count, int &bytes_read) { if (iochannel == NULL) { throw SocketException("socket not connected"); } gsize num_read = 0; GIOError error = g_io_channel_read(iochannel, (char *)buf, (gsize)count, &num_read); if (error != G_IO_ERROR_NONE) { throw SocketException("read error"); } bytes_read = (int)num_read; } //! Write to the connection. void GNetSocket::write(void *buf, int count, int &bytes_written) { if (iochannel == NULL) { throw SocketException("socket not connected"); } gsize num_written = 0; GIOError error = g_io_channel_write(iochannel, (char *)buf, (gsize)count, &num_written); if (error != G_IO_ERROR_NONE) { throw SocketException("write error"); } bytes_written = (int) num_written; } //! Close the connection. void GNetSocket::close() { #ifndef HAVE_GNET2 if (iochannel != NULL) { // this causes troubles with gnet2 g_io_channel_unref(iochannel); iochannel = NULL; } #endif if (socket != NULL) { gnet_tcp_socket_delete(socket); socket = NULL; } if (watch != 0) { g_source_remove(watch); } watch = 0; watch_flags = 0; } //! Create a new socket ISocket * GNetSocketDriver::create_socket() { return new GNetSocket(); } //! Create a new listen socket ISocketServer * GNetSocketDriver::create_server() { return new GNetSocketServer(); } #endif workrave-1_10_10/backend/src/GNetSocketDriver.hh000066400000000000000000000052351263301626300215440ustar00rootroot00000000000000// // Copyright (C) 2002, 2003, 2007, 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GNETSOCKETDRIVER_HH #define GNETSOCKETDRIVER_HH #define GNET_EXPERIMENTAL #include #include #include "SocketDriver.hh" using namespace workrave; //! Listen socket implementation usinf GNet class GNetSocketServer : public ISocketServer { public: GNetSocketServer(); virtual ~GNetSocketServer(); // ISocketServer interface virtual void listen(int port); private: // GNET callbacks void async_accept(GTcpSocket *server, GTcpSocket *client); static void static_async_accept(GTcpSocket* server, GTcpSocket* client, gpointer data); private: //! GNet socket GTcpSocket *socket; //! Glib IOChannel GIOChannel *iochannel; //! I/O Events we are monitoring. gint watch_flags; //! Our watch ID guint watch; }; //! Socket implementation based on GNet class GNetSocket : public ISocket { public: GNetSocket(); GNetSocket(GTcpSocket *socket); virtual ~GNetSocket(); // ISocket interface virtual void connect(const std::string &hostname, int port); virtual void read(void *buf, int count, int &bytes_read); virtual void write(void *buf, int count, int &bytes_written); virtual void close(); private: // GNET callbacks bool async_io(GIOChannel* iochannel, GIOCondition condition); void async_connected(GTcpSocket *socket, GInetAddr *ia, GTcpSocketConnectAsyncStatus status); static gboolean static_async_io(GIOChannel* iochannel, GIOCondition condition, gpointer data); static void static_async_connected(GTcpSocket *socket, GTcpSocketConnectAsyncStatus status, gpointer data); private: //! GNet socket GTcpSocket *socket; //! Glib IOChannel GIOChannel *iochannel; //! I/O Events we are monitoring gint watch_flags; //! Our watch ID guint watch; }; class GNetSocketDriver : public SocketDriver { //! Create a new socket ISocket *create_socket(); //! Create a new listen socket ISocketServer *create_server(); }; #endif // GNETSOCKETDRIVER_HH workrave-1_10_10/backend/src/GSettingsConfigurator.cc000066400000000000000000000163541263301626300226460ustar00rootroot00000000000000// GSettingsConfigurator.cc --- Configuration Access // // Copyright (C) 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_GSETTINGS #include "debug.hh" #include "GSettingsConfigurator.hh" #include "Configurator.hh" #include "Core.hh" #include "StringUtil.hh" using namespace workrave; using namespace std; static string underscore_exceptions[] = { "general/usage-mode", "general/operation-mode", }; GSettingsConfigurator::GSettingsConfigurator() { schema_base = "org.workrave"; path_base = "/org/workrave/"; add_children(); } GSettingsConfigurator::~GSettingsConfigurator() { } bool GSettingsConfigurator::load(string filename) { (void) filename; return true; } bool GSettingsConfigurator::save(string filename) { (void) filename; return true; } bool GSettingsConfigurator::save() { return true; } bool GSettingsConfigurator::remove_key(const std::string &key) { bool ret = true; (void) key; return ret; } bool GSettingsConfigurator::get_value(const std::string &full_path, VariantType type, Variant &out) const { bool ret = false; string key; GSettings *child = get_settings(full_path, key); if (child != NULL) { GVariant *value = g_settings_get_value(child, key.c_str()); if (value != NULL) { if (type == VARIANT_TYPE_NONE) { const GVariantType *value_type = g_variant_get_type(value); if (g_variant_type_equal(G_VARIANT_TYPE_INT32, value_type)) { type = VARIANT_TYPE_INT; } else if (g_variant_type_equal(G_VARIANT_TYPE_BOOLEAN, value_type)) { type = VARIANT_TYPE_BOOL; } else if (g_variant_type_equal(G_VARIANT_TYPE_DOUBLE, value_type)) { type = VARIANT_TYPE_DOUBLE; } else if (g_variant_type_equal(G_VARIANT_TYPE_STRING, value_type)) { type = VARIANT_TYPE_STRING; } } ret = false; const GVariantType *value_type = g_variant_get_type(value); if (g_variant_type_equal(G_VARIANT_TYPE_INT32, value_type)) { out.int_value = g_settings_get_int(child, key.c_str()); ret = true; } else if (g_variant_type_equal(G_VARIANT_TYPE_BOOLEAN, value_type)) { out.bool_value = g_settings_get_boolean(child, key.c_str()); ret = true; } else if (g_variant_type_equal(G_VARIANT_TYPE_DOUBLE, value_type)) { out.double_value = g_settings_get_double(child, key.c_str()); ret = true; } else if (g_variant_type_equal(G_VARIANT_TYPE_STRING, value_type)) { out.string_value = g_settings_get_string(child, key.c_str()); ret = true; } //g_variant_unref(value); } if (ret) { out.type = type; } } return ret; } bool GSettingsConfigurator::set_value(const std::string &full_path, Variant &value) { bool ret = true; string key; GSettings *child = get_settings(full_path, key); if (child != NULL) { switch(value.type) { case VARIANT_TYPE_NONE: ret = false; break; case VARIANT_TYPE_INT: ret = g_settings_set_int(child, key.c_str(), value.int_value); break; case VARIANT_TYPE_BOOL: ret = g_settings_set_boolean(child, key.c_str(), value.bool_value); break; case VARIANT_TYPE_DOUBLE: ret = g_settings_set_double(child, key.c_str(), value.double_value); break; case VARIANT_TYPE_STRING: ret = g_settings_set_string(child, key.c_str(), value.string_value.c_str()); break; default: ret = false; } } return ret; } void GSettingsConfigurator::set_listener(IConfiguratorListener *listener) { this->listener = listener; } bool GSettingsConfigurator::add_listener(const string &key) { (void) key; return true; } bool GSettingsConfigurator::remove_listener(const string &remove_key) { (void) remove_key; return true; } void GSettingsConfigurator::add_children() { TRACE_ENTER("GSettingsConfigurator::add_children"); int len = schema_base.length(); const char* const *schemas = g_settings_list_schemas(); for (int i = 0; schemas[i] != NULL; i++) { if (g_ascii_strncasecmp(schemas[i], schema_base.c_str(), len) == 0) { GSettings *gsettings = g_settings_new(schemas[i]); settings[schemas[i]] = gsettings; g_signal_connect(gsettings, "changed", G_CALLBACK(on_settings_changed), this); } } TRACE_EXIT(); } void GSettingsConfigurator::on_settings_changed(GSettings *gsettings, const gchar *key, void *user_data) { TRACE_ENTER_MSG("GSettingsConfigurator::on_settings_changed", key); gchar *path; g_object_get(gsettings, "path", &path, NULL); string tmp = StringUtil::search_replace(string(path) + key, "/org/workrave/", ""); string changed = StringUtil::search_replace(tmp, "-", "_"); TRACE_MSG(changed); for (unsigned int i = 0; i < sizeof(underscore_exceptions) / sizeof(string); i++) { string mangled = StringUtil::search_replace(underscore_exceptions[i], "-", "_"); if (mangled == changed) { changed = underscore_exceptions[i]; TRACE_MSG(" exception: " << changed); break; } } GSettingsConfigurator *self = (GSettingsConfigurator *) user_data; self->listener->config_changed_notify(changed); g_free(path); TRACE_EXIT(); } void GSettingsConfigurator::key_split(const string &key, string &parent, string &child) const { const char *s = key.c_str(); const char *slash = strrchr(s, '/'); if (slash) { parent = key.substr(0, slash-s); child = slash+1; } else { parent = ""; child = ""; } } GSettings * GSettingsConfigurator::get_settings(const std::string &full_path, string &key) const { TRACE_ENTER_MSG("GSettingsConfigurator::get_settings", full_path); string path; key_split(StringUtil::search_replace(full_path, "_", "-"), path, key); string schema = StringUtil::search_replace(path, "/", "."); TRACE_MSG(key << " " << path << " " << schema); SettingsCIter i = settings.find(schema_base + "." + schema); if (i == settings.end()) { TRACE_RETURN("NULL"); return NULL; } TRACE_EXIT(); return i->second; } #endif workrave-1_10_10/backend/src/GSettingsConfigurator.hh000066400000000000000000000042331263301626300226510ustar00rootroot00000000000000// GConfConfigurator.hh // // Copyright (C) 2011 Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GCONFCONFIGURATOR_HH #define GCONFCONFIGURATOR_HH #include #include #include #include #include "IConfigBackend.hh" class GSettingsConfigurator : public IConfigBackend, public IConfigBackendMonitoring { public: GSettingsConfigurator(); virtual ~GSettingsConfigurator(); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_value(const std::string &key, VariantType type, Variant &value) const; virtual bool set_value(const std::string &key, Variant &value); virtual void set_listener(IConfiguratorListener *listener); virtual bool add_listener(const std::string &key_prefix); virtual bool remove_listener(const std::string &key_prefix); private: //! Send changes to. IConfiguratorListener *listener; std::string schema_base; std::string path_base; typedef std::map SettingsMap; typedef SettingsMap::iterator SettingsIter; typedef SettingsMap::const_iterator SettingsCIter; //! SettingsMap settings; void add_children(); void key_split(const string &key, string &parent, std::string &child) const; GSettings *get_settings(const std::string &path, std::string &key) const; static void on_settings_changed(GSettings *settings, const gchar *key, void *user_data); }; #endif // GCONFCONFIGURATOR_HH workrave-1_10_10/backend/src/GlibIniConfigurator.cc000066400000000000000000000134211263301626300222440ustar00rootroot00000000000000// IniConfigurator.cc --- Configuration Access // // Copyright (C) 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include #include "GlibIniConfigurator.hh" #include using namespace std; GlibIniConfigurator::GlibIniConfigurator() : config(NULL) { } GlibIniConfigurator::~GlibIniConfigurator() { if (config != NULL) { g_key_file_free(config); } } bool GlibIniConfigurator::load(string filename) { GError *error = NULL; gboolean r = TRUE; last_filename = filename; TRACE_ENTER_MSG("GlibIniConfigurator::load", filename) config = g_key_file_new(); r = g_key_file_load_from_file(config, filename.c_str(), G_KEY_FILE_KEEP_COMMENTS, &error); if (r) { } if (error != NULL) { g_error_free(error); } TRACE_EXIT(); return error == NULL; } bool GlibIniConfigurator::save(string filename) { GError *error = NULL; char *str = g_key_file_to_data(config, NULL, &error); TRACE_ENTER_MSG("GlibIniConfigurator::save", filename); if (error != NULL) { g_error_free(error); } else { ofstream config_file(filename.c_str()); config_file << str; config_file.close(); } if (str != NULL) { g_free(str); } TRACE_EXIT(); return error == NULL; } bool GlibIniConfigurator::save() { return save(last_filename); } bool GlibIniConfigurator::remove_key(const std::string &key) { bool ret = true; GError *error = NULL; string group; string inikey; TRACE_ENTER_MSG("GlibIniConfigurator::remove_key", key); split_key(key, group, inikey); inikey = key_inify(inikey); g_key_file_remove_key(config, group.c_str(), inikey.c_str(), &error); if (error != NULL) { g_error_free(error); ret = false; } TRACE_EXIT(); return ret; } bool GlibIniConfigurator::get_value(const std::string &key, VariantType type, Variant &out) const { bool ret = false; GError *error = NULL; string group; string inikey; TRACE_ENTER_MSG("GlibIniConfigurator::get_value", key); split_key(key, group, inikey); inikey = key_inify(inikey); out.type = type; gboolean has_key = g_key_file_has_key(config, group.c_str(), inikey.c_str(), &error); if (has_key == TRUE && error == NULL) { ret = true; switch(type) { case VARIANT_TYPE_INT: out.int_value = g_key_file_get_integer(config, group.c_str(), inikey.c_str(), &error); break; case VARIANT_TYPE_BOOL: out.bool_value = g_key_file_get_boolean(config, group.c_str(), inikey.c_str(), &error); break; case VARIANT_TYPE_DOUBLE: { char *s = g_key_file_get_string(config, group.c_str(), inikey.c_str(), &error); if (error == NULL && s != NULL) { sscanf(s, "%lf", &out.double_value); } break; } case VARIANT_TYPE_NONE: out.type = VARIANT_TYPE_STRING; // FALLTHROUGH case VARIANT_TYPE_STRING: { char *s = g_key_file_get_string(config, group.c_str(), inikey.c_str(), &error); if (error == NULL && s != NULL) { out.string_value = s; } g_free(s); } break; default: ret = false; } } if (error != NULL) { g_error_free(error); ret = false; } TRACE_RETURN(ret); return ret; } bool GlibIniConfigurator::set_value(const std::string &key, Variant &value) { bool ret = true; string group; string inikey; split_key(key, group, inikey); inikey = key_inify(inikey); switch(value.type) { case VARIANT_TYPE_INT: g_key_file_set_integer(config, group.c_str(), inikey.c_str(), value.int_value); break; case VARIANT_TYPE_BOOL: g_key_file_set_boolean(config, group.c_str(), inikey.c_str(), value.bool_value); break; case VARIANT_TYPE_DOUBLE: { char buf[32]; sprintf(buf, "%f", value.double_value); split_key(key, group, inikey); inikey = key_inify(inikey); g_key_file_set_string(config, group.c_str(), inikey.c_str(), buf); } break; case VARIANT_TYPE_NONE: case VARIANT_TYPE_STRING: g_key_file_set_string(config, group.c_str(), inikey.c_str(), value.string_value.c_str()); break; default: ret = false; } return ret; } void GlibIniConfigurator::split_key(const string &key, string &group, string &out_key) const { const char *s = key.c_str(); const char *slash = strchr(s, '/'); if (slash) { group = key.substr(0, slash-s); out_key = slash+1; } else { group = ""; out_key = ""; } } string GlibIniConfigurator::key_inify(const string &key) const { string rc = key; for (unsigned int i = 0; i < rc.length(); i++) { if (rc[i] == '/') { rc[i] = '.'; } } return rc; } workrave-1_10_10/backend/src/GlibIniConfigurator.hh000066400000000000000000000031551263301626300222610ustar00rootroot00000000000000// IniConfigurator.hh // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GLIBINICONFIGURATOR_HH #define GLIBINICONFIGURATOR_HH #include #include #include #include #include "IConfigBackend.hh" class GlibIniConfigurator : public virtual IConfigBackend { public: GlibIniConfigurator(); virtual ~GlibIniConfigurator(); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_value(const std::string &key, VariantType type, Variant &value) const; virtual bool set_value(const std::string &key, Variant &value); private: void split_key(const std::string &key, std::string &group, std::string &out_key) const; std::string key_inify(const std::string &key) const; private: GKeyFile *config; std::string last_filename; }; #endif // GLIBINICONFIGURATOR_HH workrave-1_10_10/backend/src/IActivityMonitor.hh000066400000000000000000000032721263301626300216360ustar00rootroot00000000000000// IActivityMonitor.hh --- Interface definition for the Activity Monitor // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IACTIVITYMONITOR_HH #define IACTIVITYMONITOR_HH class ActivityMonitorListener; //! State of the activity monitor. enum ActivityState { ACTIVITY_UNKNOWN, ACTIVITY_SUSPENDED, ACTIVITY_IDLE, ACTIVITY_NOISE, ACTIVITY_ACTIVE }; //! Interface that all activity monitor implements. class IActivityMonitor { public: virtual ~IActivityMonitor() {} //! Stops the activity monitoring. virtual void terminate() = 0; //! Suspends the activity monitoring. virtual void suspend() = 0; //! Resumes the activity monitoring. virtual void resume() = 0; //! Returns the current state virtual ActivityState get_current_state() = 0; //! Force state to be idle. virtual void force_idle() = 0; //! Sets the callback for activity monitor events. virtual void set_listener(ActivityMonitorListener *l) = 0; }; #endif // IACTIVITYMONITOR_HH workrave-1_10_10/backend/src/IConfigBackend.hh000066400000000000000000000031731263301626300211470ustar00rootroot00000000000000// IConfigBackend.hh // // Copyright (C) 2001 - 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICONFIGBACKEND_HH #define ICONFIGBACKEND_HH #include namespace workrave { class IConfiguratorListener; } using namespace workrave; #include "Variant.hh" class IConfigBackend { public: virtual ~IConfigBackend() {} virtual bool load(std::string filename) = 0; virtual bool save(std::string filename) = 0; virtual bool save() = 0; virtual bool remove_key(const std::string &key) = 0; virtual bool get_value(const std::string &key, VariantType type, Variant &value) const = 0; virtual bool set_value(const std::string &key, Variant &value) = 0; }; class IConfigBackendMonitoring { public: virtual ~IConfigBackendMonitoring() {} virtual void set_listener(IConfiguratorListener *listener) = 0; virtual bool add_listener(const std::string &key_prefix) = 0; virtual bool remove_listener(const std::string &key_prefix) = 0; }; #endif // ICONFIGBACKEND_HH workrave-1_10_10/backend/src/IDistributionClientMessage.hh000066400000000000000000000033321263301626300236120ustar00rootroot00000000000000// IDistributionClientMessage.hh // // Copyright (C) 2002, 2003, 2004, 2005, 2006 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifndef IDISTRIBUTIONCLIENTMESSAGE_HH #define IDISTRIBUTIONCLIENTMESSAGE_HH class PacketBuffer; enum DistributionClientMessageID { DCM_TIMERS = 0x0010, DCM_MONITOR = 0x0011, DCM_IDLELOG = 0x0012, DCM_SCRIPT = 0x0013, DCM_CONFIG = 0x0014, DCM_BREAKS = 0x0020, DCM_STATS = 0x0030, DCM_BREAKCONTROL = 0x0040, }; enum DistributionClientMessageType { DCMT_PASSIVE = 0x0000, DCMT_MASTER = 0x0010, DCMT_SIGNON = 0x0020, }; class IDistributionClientMessage { public: virtual ~IDistributionClientMessage() {} virtual bool request_client_message(DistributionClientMessageID id, PacketBuffer &buffer) = 0; virtual bool client_message(DistributionClientMessageID id, bool active, const char *client_id, PacketBuffer &buffer) = 0; }; #endif // IDISTRIBUTIONCLIENTMESSAGE_HH workrave-1_10_10/backend/src/IInputMonitor.hh000066400000000000000000000032501263301626300211350ustar00rootroot00000000000000// IInputMonitor.hh --- Interface definition for the Input monitors. // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IINPUTMONITOR_HH #define IINPUTMONITOR_HH // Forward declarion of internal interfaces. class IInputMonitorListener; //! Interface that all input monitors must support. class IInputMonitor { public: virtual ~IInputMonitor() {} //! Initializes the activity monitor. virtual bool init() = 0; //! Stops the activity monitoring. virtual void terminate() = 0; //! Subscribe for activity monitor. virtual void subscribe_activity(IInputMonitorListener *listener) = 0; //! Subscribe for statistics monitor. virtual void subscribe_statistics(IInputMonitorListener *listener) = 0; //! Unsubscribe for activity monitor. virtual void unsubscribe_activity(IInputMonitorListener *listener) = 0; //! Unsubscribe for statistics monitor. virtual void unsubscribe_statistics(IInputMonitorListener *listener) = 0; }; #endif // IINPUTMONITOR_HH workrave-1_10_10/backend/src/IInputMonitorFactory.hh000066400000000000000000000024141263301626300224660ustar00rootroot00000000000000// InputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IINPUTMONITORFACTORY_HH #define IINPUTMONITORFACTORY_HH #include #include class IInputMonitor; //! Factory to create input monitors. class IInputMonitorFactory { public: enum MonitorCapability { CAPABILITY_ACTIVITY, CAPABILITY_STATISTICS }; virtual ~IInputMonitorFactory() {} virtual void init(const std::string &display) = 0; virtual IInputMonitor *get_monitor(MonitorCapability capability) = 0; }; #endif // IINPUTMONITORFACTORY_HH workrave-1_10_10/backend/src/IInputMonitorListener.hh000066400000000000000000000026031263301626300226440ustar00rootroot00000000000000// IInputMonitorListener.hh // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef INPUTMONITORLISTENER_HH #define INPUTMONITORLISTENER_HH #include //! Listener for events from the input monitor. class IInputMonitorListener { public: virtual ~IInputMonitorListener() {} //! Generic user activity (if no details info is available) virtual void action_notify() = 0; //! Reports mouse movement activity virtual void mouse_notify(int x, int y, int wheel = 0) = 0; //! Reports mouse button activity virtual void button_notify(bool is_press) = 0; //! Reports keyboard activity virtual void keyboard_notify(bool repeat) = 0; }; #endif // IINPUTMONITORLISTENER_HH workrave-1_10_10/backend/src/IdleLogManager.cc000066400000000000000000000641541263301626300211670ustar00rootroot00000000000000// IdleLogManager.cc // // Copyright (C) 2003, 2004, 2005, 2007, 2009, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include #include #include #ifdef HAVE_UNISTD_H #include #endif #include "Util.hh" #include "IdleLogManager.hh" #include "TimeSource.hh" #include "PacketBuffer.hh" #define IDLELOG_MAXSIZE (4000) #define IDLELOG_MAXAGE (12 * 60 * 60) #define IDLELOG_INTERVAL (30 * 60) #define IDLELOG_VERSION (3) #define IDLELOG_INTERVAL_SIZE (17) //! Constructs a new idlelog manager. IdleLogManager::IdleLogManager(string myid, const TimeSource *time_source) { this->myid = myid; this->time_source = time_source; this->last_expiration_time = 0; } //! Update the idlelogs of all clients. void IdleLogManager::update_all_idlelogs(string master_id, ActivityState current_state) { TRACE_ENTER_MSG("IdleLogManager::update_all_idlelogs", master_id << " " << current_state); if (current_state == ACTIVITY_NOISE) { // Not interested in noise. current_state = ACTIVITY_IDLE; } for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = i->second; // Default: remote client is idle and not master ActivityState state = ACTIVITY_IDLE; bool master = false; // Only the master can be active. if (i->first == master_id) { // This client is master, sets its state. state = current_state; master = true; } // Update history. update_idlelog(info, state, master); // Remember current state/master status. info.master = master; info.state = state; } expire(); TRACE_EXIT(); } //! Resets the total active time of all clients. void IdleLogManager::reset() { for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; info.update_active_time(time_source->get_time()); info.total_active_time = 0; } } //! Initializes the idlelog manager. void IdleLogManager::init() { TRACE_ENTER("IdleLogManager::init()"); load(); if (clients.find(myid) == clients.end()) { TRACE_MSG("Didn't find myself"); ClientInfo &myinfo = clients[myid]; myinfo.current_interval = IdleInterval(1, time_source->get_time()); myinfo.client_id = myid; save(); } else { ClientInfo &myinfo = clients[myid]; myinfo.current_interval = IdleInterval(time_source->get_time(), time_source->get_time()); } TRACE_EXIT(); } //! Terminates the idlelog manager. void IdleLogManager::terminate() { save(); } //! Expire entries that are too old. void IdleLogManager::expire() { time_t current_time = time_source->get_time(); if (last_expiration_time == 0) { last_expiration_time = current_time + IDLELOG_INTERVAL; } else if (current_time <= last_expiration_time) { last_expiration_time = current_time + IDLELOG_INTERVAL; for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; expire(info); } } } //! Expire entries that are too old. void IdleLogManager::expire(ClientInfo &info) { if (info.idlelog.size() > IDLELOG_MAXSIZE) { info.idlelog.resize(IDLELOG_MAXSIZE); } time_t current_time = time_source->get_time(); int count = 0; for (IdleLogRIter i = info.idlelog.rbegin(); i != info.idlelog.rend(); i++) { IdleInterval &idle = info.idlelog.back(); if (idle.end_idle_time < current_time - IDLELOG_MAXAGE) { count++; } else { break; } } if (count != 0) { if (info.idlelog.size() > (size_t)count) { info.idlelog.resize(info.idlelog.size() - count); } else { info.idlelog.clear(); } } } //! Update the idle log of a single client. void IdleLogManager::update_idlelog(ClientInfo &info, ActivityState state, bool master) { (void) master; TRACE_ENTER_MSG("IdleLogManager::update_idlelog", ((int)state) << " " << master); // Did the state/master status change? bool changed = state != info.state; // RC: removed... || master != info.master; time_t current_time = time_source->get_time(); IdleInterval *idle = &(info.current_interval); idle->end_time = current_time; if (state == ACTIVITY_IDLE) { if (changed) { // State changed from active to idle: // update active time of last interval. info.update_active_time(current_time); // save front. if (info.idlelog.size() > 0) { IdleInterval *save_interval = &(info.idlelog.front()); if (save_interval->to_be_saved) { update_idlelog(info, *save_interval); save_interval->to_be_saved = false; } } // Push current info.current_interval.to_be_saved = true; info.idlelog.push_front(info.current_interval); // create a new (empty) idle interval. info.current_interval = IdleInterval(current_time, current_time); idle = &(info.current_interval); } else { // State remained idle. Update end time of idle interval. idle->end_idle_time = current_time; if (info.idlelog.size() > 0) { time_t total_idle = idle->end_idle_time - idle->begin_time; if (total_idle >= 10) { IdleInterval *save_interval = &(info.idlelog.front()); if (save_interval->to_be_saved) { TRACE_MSG("Saving"); update_idlelog(info, *save_interval); save_interval->to_be_saved = false; } } } } } else if (state == ACTIVITY_ACTIVE) { if (changed) { // State changed from idle to active: idle->end_idle_time = current_time; time_t total_idle = idle->end_idle_time - idle->begin_time; if (total_idle < 10 && info.idlelog.size() > 1) { // Idle period too short. remove it. and reuse previous IdleInterval &oldidle = info.idlelog.front(); if (oldidle.to_be_saved) { info.current_interval = oldidle; info.idlelog.pop_front(); idle = &(info.current_interval); } } // Update start time of last active period. info.last_active_time = 0; info.last_active_begin_time = current_time; } else if (info.last_active_begin_time != 0) { // State remained active. info.last_active_time = current_time - info.last_active_begin_time; } } info.last_update_time = current_time; dump_idlelog(info); TRACE_EXIT(); } //! Returns the total active time of all clients. time_t IdleLogManager::compute_total_active_time() { TRACE_ENTER("IdleLogManager::compute_total_active_time"); time_t current_time = time_source->get_time(); time_t active_time = 0; for (ClientMapIter it = clients.begin(); it != clients.end(); it++) { ClientInfo &info = (*it).second; info.update_active_time(current_time); active_time += info.total_active_time; } TRACE_EXIT(); return active_time; } //! Returns the active time since an idle period of a least the specified amount of time. time_t IdleLogManager::compute_active_time(int length) { TRACE_ENTER("IdleLogManager::compute_active_time"); time_t current_time = time_source->get_time(); // Number of client. int size = clients.size(); // Data for each client. IdleLogIter *iterators = new IdleLogIter[size]; IdleLogIter *end_iterators = new IdleLogIter[size]; bool *at_end = new bool[size]; time_t *active_time = new time_t[size]; // Init data for all clients. int count = 0; for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; iterators[count] = info.idlelog.begin(); end_iterators[count] = info.idlelog.end(); active_time[count] = 0; at_end[count] = true; info.update_active_time(current_time); count++; } // Number of simultaneous idle periods. int idle_count = 0; // Time of last unprocessed event. time_t last_time = -1; // Iterator of last unprocessed event. int last_iter = -1; // Stop criterium bool stop = false; // Begin and End time of idle perdiod. time_t end_idle_time = -1; while (!stop) { // Find latest event. last_time = -1; for (int i = 0; i < size; i ++) { if (iterators[i] != end_iterators[i]) { IdleInterval &ii = *(iterators[i]); time_t t = at_end[i] ? ii.end_idle_time : ii.begin_time; if (last_time == -1 || t > last_time) { last_time = t; last_iter = i; } } } // Did we found one? if (last_time != -1) { IdleInterval &ii = *(iterators[last_iter]); if (at_end[last_iter]) { TRACE_MSG("End time " << ii.end_idle_time << " active " << ii.active_time); idle_count++; at_end[last_iter] = false; active_time[last_iter] += ii.active_time; end_idle_time = ii.end_idle_time; } else { TRACE_MSG("Begin time " << ii.begin_time); at_end[last_iter] = true; iterators[last_iter]++; if (idle_count == size) { TRACE_MSG("Common idle period of " << (end_idle_time - ii.begin_time)); if ((end_idle_time - ii.begin_time) > length) { stop = true; } } idle_count--; } } else { stop = true; } } time_t total_active_time = 0; for (int i = 0; i < size; i++) { TRACE_MSG("active time of " << i << " = " << active_time[i]); total_active_time += active_time[i]; } TRACE_MSG("total = " << total_active_time); delete [] iterators; delete [] end_iterators; delete [] at_end; delete [] active_time; TRACE_EXIT(); return total_active_time; } //! Computes the current idle time. time_t IdleLogManager::compute_idle_time() { TRACE_ENTER("IdleLogManager::compute_idle_time"); time_t current_time = time_source->get_time(); int count = 0; time_t latest_start_time = 0; for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; info.update_active_time(current_time); IdleInterval &idle = info.idlelog.front(); if (idle.active_time == 0) { count++; } if (idle.begin_time > latest_start_time) { latest_start_time = idle.begin_time; TRACE_MSG(current_time - latest_start_time); } } TRACE_MSG("count = " << count); if ((unsigned int)count != clients.size() + 1) { latest_start_time = current_time; } TRACE_MSG((current_time - latest_start_time)); TRACE_EXIT(); return current_time - latest_start_time; } //! Packs the idle interval to the buffer. void IdleLogManager::pack_idle_interval(PacketBuffer &buffer, const IdleInterval &idle) const { int pos = 0; buffer.reserve_size(pos); buffer.pack_byte(IDLELOG_VERSION); buffer.pack_ulong((guint32)idle.begin_time); buffer.pack_ulong((guint32)idle.end_idle_time); buffer.pack_ulong((guint32)idle.end_time); buffer.pack_ushort((guint32)idle.active_time); buffer.update_size(pos); } //! Unpacks the idle interval from the buffer. void IdleLogManager::unpack_idle_interval(PacketBuffer &buffer, IdleInterval &idle, time_t delta_time) const { int pos = 0; int size = buffer.read_size(pos); if (size > 0 && buffer.bytes_available() >= size) { /*int version = */ buffer.unpack_byte(); idle.begin_time = buffer.unpack_ulong() - delta_time; idle.end_idle_time = buffer.unpack_ulong() - delta_time; idle.end_time = buffer.unpack_ulong() - delta_time; idle.active_time = buffer.unpack_ushort(); buffer.skip_size(pos); } else { buffer.clear(); } } //! Packs the idlelog header to the buffer. void IdleLogManager::pack_idlelog(PacketBuffer &buffer, const ClientInfo &ci) const { time_t current_time = time_source->get_time(); // Add size. int pos = 0; buffer.reserve_size(pos); // Pack buffer.pack_ulong((guint32)current_time); buffer.pack_string(ci.client_id.c_str()); buffer.pack_ulong((guint32)ci.total_active_time); buffer.pack_byte(ci.master); buffer.pack_byte(ci.state); buffer.pack_ushort(ci.idlelog.size()); buffer.update_size(pos); } //! Unpacks the idlelog header from the buffer. void IdleLogManager::unpack_idlelog(PacketBuffer &buffer, ClientInfo &ci, time_t &pack_time, int &num_intervals) const { int pos = 0; int size = buffer.read_size(pos); if (size > 0 && buffer.bytes_available() >= size) { pack_time = buffer.unpack_ulong(); char *id = buffer.unpack_string(); if (id != NULL) { ci.client_id = id; } ci.total_active_time = buffer.unpack_ulong(); ci.master = buffer.unpack_byte() != 0; ci.state = (ActivityState) buffer.unpack_byte(); num_intervals = buffer.unpack_ushort(); g_free(id); buffer.skip_size(pos); } else { buffer.clear(); } } //! Removes the idlelog specified in the buffer. void IdleLogManager::unlink_idlelog(PacketBuffer &buffer) const { TRACE_ENTER("IdleLogManager::unlink_idlelog()"); int pos = 0; int size = buffer.read_size(pos); if (size > 0 && buffer.bytes_available() >= size) { buffer.unpack_ulong(); // skip pack time. char *id = buffer.unpack_string(); if (id != NULL) { stringstream ss; ss << Util::get_home_directory(); ss << "idlelog." << id << ".log" << ends; #ifdef PLATFORM_OS_WIN32 _unlink(ss.str().c_str()); #else unlink(ss.str().c_str()); #endif g_free(id); } buffer.skip_size(pos); } else { buffer.clear(); } TRACE_EXIT(); } //! Saves the idlelog index. void IdleLogManager::save_index() { TRACE_ENTER("IdleLogManager::save_index()"); PacketBuffer buffer; buffer.create(); buffer.pack_ushort(IDLELOG_VERSION); buffer.pack_string(myid.c_str()); for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; info.update_active_time(time_source->get_time()); TRACE_MSG("Saving " << i->first << " " << info.client_id); pack_idlelog(buffer, info); } stringstream ss; ss << Util::get_home_directory(); ss << "idlelog.idx" << ends; ofstream file(ss.str().c_str(), ios::binary); file.write(buffer.get_buffer(), buffer.bytes_written()); file.close(); TRACE_EXIT(); } //! Loads the idlelog index. void IdleLogManager::load_index() { TRACE_ENTER("IdleLogManager::load()"); stringstream ss; ss << Util::get_home_directory(); ss << "idlelog.idx" << ends; bool exists = Util::file_exists(ss.str()); if (exists) { TRACE_MSG("File exists - ok"); // Open file ifstream file(ss.str().c_str(), ios::binary); // get file size using buffer's members filebuf *pbuf=file.rdbuf(); int size=pbuf->pubseekoff (0,ios::end,ios::in); pbuf->pubseekpos (0,ios::in); TRACE_MSG("Size - " << size); PacketBuffer buffer; buffer.create(size); file.read(buffer.get_buffer(), size); file.close(); buffer.write_ptr += size; // Read int version = buffer.unpack_ushort(); TRACE_MSG("Version - " << version); if (version == IDLELOG_VERSION) { TRACE_MSG("Version - ok"); char *id = buffer.unpack_string(); if (id != NULL) { TRACE_MSG("id = " << id); } while (buffer.bytes_available() > 0) { ClientInfo info; int num_intervals; time_t pack_time; unpack_idlelog(buffer, info, pack_time, num_intervals); info.master = false; info.state = ACTIVITY_IDLE; info.last_update_time = pack_time; TRACE_MSG("Add client " << info.client_id); clients[info.client_id] = info; } g_free(id); } else { TRACE_MSG("Old version - deleting logs of old version"); char *id = buffer.unpack_string(); if (id != NULL) { TRACE_MSG("id = " << id); } while (buffer.bytes_available() > 0) { unlink_idlelog(buffer); } g_free(id); } } TRACE_EXIT(); } //! Saves the idlelog for the specified client. void IdleLogManager::save_idlelog(ClientInfo &info) { info.update_active_time(time_source->get_time()); PacketBuffer buffer; buffer.create(); for (IdleLogRIter i = info.idlelog.rbegin(); i != info.idlelog.rend(); i++) { IdleInterval &idle = *i; pack_idle_interval(buffer, idle); } stringstream ss; ss << Util::get_home_directory(); ss << "idlelog." << info.client_id << ".log" << ends; ofstream file(ss.str().c_str(), ios::binary); file.write(buffer.get_buffer(), buffer.bytes_written()); file.close(); } //! Loads the idlelog for the specified client. void IdleLogManager::load_idlelog(ClientInfo &info) { TRACE_ENTER("IdleLogManager::load_idlelog()"); time_t current_time = time_source->get_time(); stringstream ss; ss << Util::get_home_directory(); ss << "idlelog." << info.client_id << ".log" << ends; // Open file ifstream file(ss.str().c_str(), ios::binary); // get file size using buffer's members filebuf *pbuf=file.rdbuf(); int size=pbuf->pubseekoff (0,ios::end,ios::in); pbuf->pubseekpos (0,ios::in); // Process it. int num_intervals = size / IDLELOG_INTERVAL_SIZE; if (num_intervals * IDLELOG_INTERVAL_SIZE == size) { if (num_intervals > IDLELOG_MAXSIZE) { TRACE_MSG("Skipping " << (num_intervals - IDLELOG_MAXSIZE) << " intervals"); int skip = (num_intervals - IDLELOG_MAXSIZE) * IDLELOG_INTERVAL_SIZE; file.seekg(skip); size -= skip; num_intervals = IDLELOG_MAXSIZE; } // Create buffer and load data. PacketBuffer buffer; buffer.create(size); file.read(buffer.get_buffer(), size); file.close(); buffer.write_ptr += size; TRACE_MSG("loading " << num_intervals << " intervals"); for (int i = 0; i < num_intervals; i++) { IdleInterval idle; unpack_idle_interval(buffer, idle, 0); if (idle.end_idle_time >= current_time - IDLELOG_MAXAGE) { info.idlelog.push_front(idle); } } if (info.idlelog.size() > 0) { IdleInterval &idle = info.idlelog.back(); idle.begin_time = 1; } } dump_idlelog(info); fix_idlelog(info); dump_idlelog(info); TRACE_EXIT(); } //! Loads the entire idlelog. void IdleLogManager::load() { load_index(); for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; load_idlelog(info); } } //! Saves the entire idlelog. void IdleLogManager::save() { save_index(); for (ClientMapIter i = clients.begin(); i != clients.end(); i++) { ClientInfo &info = (*i).second; save_idlelog(info); } } //! Adds the specified idle interval to persistent storage. void IdleLogManager::update_idlelog(ClientInfo &info, const IdleInterval &idle) { info.update_active_time(time_source->get_time()); PacketBuffer buffer; buffer.create(); pack_idle_interval(buffer, idle); stringstream ss; ss << Util::get_home_directory(); ss << "idlelog." << info.client_id << ".log" << ends; ofstream file(ss.str().c_str(), ios::app | ios::binary); file.write(buffer.get_buffer(), buffer.bytes_written()); file.close(); save_index(); } void IdleLogManager::get_idlelog(PacketBuffer &buffer) { TRACE_ENTER("IdleLogManager::get_idlelog"); // Information about me. ClientInfo &myinfo = clients[myid]; // First make sure that all data is up-to-date. myinfo.update_active_time(time_source->get_time()); // Pack header. pack_idlelog(buffer, myinfo); for (IdleLogIter i = myinfo.idlelog.begin(); i != myinfo.idlelog.end(); i++) { pack_idle_interval(buffer, *i); } TRACE_EXIT(); } void IdleLogManager::set_idlelog(PacketBuffer &buffer) { TRACE_ENTER("IdleLogManager::set_idlelog"); time_t delta_time = 0; time_t pack_time = 0; int num_intervals = 0; ClientInfo info; unpack_idlelog(buffer, info, pack_time, num_intervals); delta_time = pack_time - time_source->get_time(); clients[info.client_id] = info; info.last_update_time = 0; for (int i = 0; i < num_intervals; i++) { IdleInterval idle; unpack_idle_interval(buffer, idle, delta_time); TRACE_MSG(info.client_id << " " << idle.begin_time << " " << idle.end_idle_time << " " << idle.active_time); clients[info.client_id].idlelog.push_back(idle); } fix_idlelog(info); save_index(); save_idlelog(clients[info.client_id]); TRACE_EXIT(); } //! A remote client has signed on. void IdleLogManager::signon_remote_client(string client_id) { TRACE_ENTER_MSG("signon_remote_client", client_id); time_t current_time = time_source->get_time(); ClientInfo &info = clients[client_id]; info.idlelog.push_front(IdleInterval(1, current_time)); info.client_id = client_id; save_index(); save_idlelog(info); TRACE_EXIT(); } //! A remote client has signed off. void IdleLogManager::signoff_remote_client(string client_id) { TRACE_ENTER_MSG("signoff_remote_client", client_id); clients[client_id].state = ACTIVITY_IDLE; clients[client_id].master = false; TRACE_EXIT(); } //! Dumps the idle log of the specified client. void IdleLogManager::dump_idlelog(ClientInfo &info) { (void) info; #if 0 #ifndef PLATFORM_OS_WIN32 TRACE_ENTER("IdleLogManager::dump_idlelog"); TRACE_MSG("id = " << info.client_id); TRACE_MSG("last_active_time = " << info.last_active_time); TRACE_MSG("total_active_time = " << info.total_active_time); { IdleInterval &idle = info.current_interval; struct tm begin_time; localtime_r(&idle.begin_time, &begin_time); struct tm end_idle_time; localtime_r(&idle.end_idle_time, &end_idle_time); struct tm end_time; localtime_r(&idle.end_time, &end_time); TRACE_MSG( begin_time.tm_hour << ":" << begin_time.tm_min << ":" << begin_time.tm_sec << " - " << end_idle_time.tm_hour << ":" << end_idle_time.tm_min << ":" << end_idle_time.tm_sec << " " << idle.active_time << " " << end_time.tm_hour << ":" << end_time.tm_min << ":" << end_time.tm_sec ); } IdleLogIter i = info.idlelog.begin(); while (i != info.idlelog.end()) { IdleInterval &idle = *i; struct tm begin_time; localtime_r(&idle.begin_time, &begin_time); struct tm end_idle_time; localtime_r(&idle.end_idle_time, &end_idle_time); struct tm end_time; localtime_r(&idle.end_time, &end_time); TRACE_MSG( begin_time.tm_hour << ":" << begin_time.tm_min << ":" << begin_time.tm_sec << " - " << end_idle_time.tm_hour << ":" << end_idle_time.tm_min << ":" << end_idle_time.tm_sec << " " << idle.active_time << " " << end_time.tm_hour << ":" << end_time.tm_min << ":" << end_time.tm_sec ); i++; } TRACE_EXIT(); #endif #endif } void IdleLogManager::fix_idlelog(ClientInfo &info) { TRACE_ENTER("IdleLogManager::fix_idlelog"); time_t current_time = time_source->get_time(); info.update_active_time(current_time); time_t next_time = -1; for (IdleLogRIter i = info.idlelog.rbegin(); i != info.idlelog.rend(); i++) { IdleInterval &idle = *i; TRACE_MSG(idle.begin_time << " " << idle.end_time << " " << idle.end_idle_time << " " << idle.active_time); if (next_time == -1) { if (idle.begin_time != 1) { TRACE_MSG("Fixing first start time. setting to 1"); idle.begin_time = 1; } } else { if (idle.begin_time < next_time) { TRACE_MSG("Fixing start time. setting from " << idle.begin_time << " to " << next_time); idle.begin_time = next_time; } } if (idle.end_time != 0) { next_time = idle.end_time; } else { next_time = idle.end_idle_time; } } info.idlelog.push_front(IdleInterval(next_time, current_time)); TRACE_EXIT(); } workrave-1_10_10/backend/src/IdleLogManager.hh000066400000000000000000000116401263301626300211710ustar00rootroot00000000000000// IdleLogManager.hh --- Bookkeeping of idle time // // Copyright (C) 2003, 2004 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #ifndef IDLELOGMANAGER_HH #define IDLELOGMANAGER_HH #include #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include #include #include #include using namespace std; #include "ActivityMonitor.hh" class TimeSource; class PacketBuffer; class IdleLogManager { private: // A Single idle time interval struct IdleInterval { IdleInterval() : begin_time(0), end_idle_time(0), end_time(0), active_time(0), to_be_saved(false) { } IdleInterval(time_t b, time_t e) : begin_time(b), end_idle_time(e), end_time(e), active_time(0), to_be_saved(false) { } //! Start time of idle interval time_t begin_time; //! End time of idle interval (and start of active part) time_t end_idle_time; //! End time of active interval. time_t end_time; //! Elapsed active time AFTER the idle interval. time_t active_time; //! Yet to be saved bool to_be_saved; }; typedef list IdleLog; typedef IdleLog::iterator IdleLogIter; typedef IdleLog::reverse_iterator IdleLogRIter; //! Idle information of a single client. struct ClientInfo { ClientInfo() : state(ACTIVITY_UNKNOWN), master(false), total_active_time(0), last_active_begin_time(0), last_active_time(0), last_update_time() { } //! ID string client_id; //! List of idle period of this client. IdleLog idlelog; //! Current interval IdleInterval current_interval; //! Last known state ActivityState state; //! Last known master status; bool master; //! Total active time since daily reset. time_t total_active_time; //! Start time of last active period. time_t last_active_begin_time; //! Total active time since last_active_begin_time time_t last_active_time; //! Last time this idle log was updated. time_t last_update_time; //! Update the active time of the most recent idle interval. void update_active_time(time_t current_time) { if (last_active_begin_time != 0) { current_interval.active_time += (current_time - last_active_begin_time); total_active_time += (current_time - last_active_begin_time); last_active_time = 0; last_active_begin_time = 0; } } }; typedef map ClientMap; typedef ClientMap::iterator ClientMapIter; private: // My ID string myid; //! Info about all clients. ClientMap clients; //! Time const TimeSource *time_source; //! Last time we performed an expiration run. time_t last_expiration_time; public: IdleLogManager(string myid, const TimeSource *control); void update_all_idlelogs(string master_id, ActivityState state); void reset(); void init(); void terminate(); void signon_remote_client(string client_id); void signoff_remote_client(string client_id); void get_idlelog(PacketBuffer &buffer); void set_idlelog(PacketBuffer &buffer); time_t compute_total_active_time(); time_t compute_active_time(int length); time_t compute_idle_time(); private: void update_idlelog(ClientInfo &info, ActivityState state, bool master); void expire(); void expire(ClientInfo &info); void pack_idle_interval(PacketBuffer &buffer, const IdleInterval &idle) const; void unpack_idle_interval(PacketBuffer &buffer, IdleInterval &idle, time_t delta_time) const; void pack_idlelog(PacketBuffer &buffer, const ClientInfo &ci) const; void unpack_idlelog(PacketBuffer &buffer, ClientInfo &ci, time_t &pack_time, int &num_intervals) const; void unlink_idlelog(PacketBuffer &buffer) const; void save_index(); void load_index(); void save_idlelog(ClientInfo &info); void load_idlelog(ClientInfo &info); void save(); void load(); void update_idlelog(ClientInfo &info, const IdleInterval &idle); void fix_idlelog(ClientInfo &info); void dump_idlelog(ClientInfo &info); }; #endif // IDLELOGMANAGER_HH workrave-1_10_10/backend/src/InputMonitor.cc000066400000000000000000000031161263301626300210130ustar00rootroot00000000000000// InputMonitor.cc // // Copyright (C) 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "InputMonitor.hh" InputMonitor::InputMonitor() : activity_listener(NULL), statistics_listener(NULL) { } InputMonitor::~InputMonitor() { } void InputMonitor::subscribe_activity(IInputMonitorListener *listener) { assert(activity_listener == NULL); activity_listener = listener; } void InputMonitor::subscribe_statistics(IInputMonitorListener *listener) { assert(statistics_listener == NULL); statistics_listener = listener; } void InputMonitor::unsubscribe_activity(IInputMonitorListener *listener) { (void) listener; assert(activity_listener != NULL); activity_listener = NULL; } void InputMonitor::unsubscribe_statistics(IInputMonitorListener *listener) { (void) listener; assert(statistics_listener != NULL); statistics_listener = NULL; } workrave-1_10_10/backend/src/InputMonitor.hh000066400000000000000000000033241263301626300210260ustar00rootroot00000000000000// InputMonitor.hh --- Base class of an activity monitor // // Copyright (C) 2007, 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef INPUTMONITOR_HH #define INPUTMONITOR_HH #include #include "IInputMonitor.hh" #include "IInputMonitorListener.hh" // Forward declarion of internal interfaces. class IInputMonitorListener; //! Base for activity monitors. class InputMonitor : public IInputMonitor { public: InputMonitor(); virtual ~InputMonitor(); virtual void subscribe_activity(IInputMonitorListener *listener); virtual void subscribe_statistics(IInputMonitorListener *listener); virtual void unsubscribe_activity(IInputMonitorListener *listener); virtual void unsubscribe_statistics(IInputMonitorListener *listener); protected: void fire_action(); void fire_mouse(int x, int y, int wheel = 0); void fire_button(bool is_press); void fire_keyboard(bool repeat); private: //! IInputMonitorListener *activity_listener; //! IInputMonitorListener *statistics_listener; }; #include "InputMonitor.icc" #endif // INPUTMONITOR_HH workrave-1_10_10/backend/src/InputMonitor.icc000066400000000000000000000031751263301626300211710ustar00rootroot00000000000000// InputMonitor.icc // // Copyright (C) 2007, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // inline void InputMonitor::fire_action() { if (activity_listener != NULL) { activity_listener->action_notify(); } } inline void InputMonitor::fire_mouse(int x, int y, int wheel) { if (activity_listener != NULL) { activity_listener->mouse_notify(x, y, wheel); } if (statistics_listener != NULL) { statistics_listener->mouse_notify(x, y, wheel); } } inline void InputMonitor::fire_button(bool is_press) { if (activity_listener != NULL) { activity_listener->button_notify(is_press); } if (statistics_listener != NULL) { statistics_listener->button_notify(is_press); } } inline void InputMonitor::fire_keyboard(bool repeat) { if (activity_listener != NULL) { activity_listener->keyboard_notify(repeat); } if (statistics_listener != NULL) { statistics_listener->keyboard_notify(repeat); } } workrave-1_10_10/backend/src/InputMonitorFactory.cc000066400000000000000000000030721263301626300223440ustar00rootroot00000000000000// InputMonitorFactory.cc // // Copyright (C) 2003, 2004, 2005, 2007 Rob Caelers // All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3, or (at your option) // any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "InputMonitorFactory.hh" #ifdef PLATFORM_OS_WIN32 #include "W32InputMonitorFactory.hh" #endif #ifdef PLATFORM_OS_OSX #include "OSXInputMonitorFactory.hh" #endif #ifdef PLATFORM_OS_UNIX #include "UnixInputMonitorFactory.hh" #endif #include "nls.h" IInputMonitorFactory *InputMonitorFactory::factory = NULL; void InputMonitorFactory::init(const std::string &display) { if (factory == NULL) { #if defined(PLATFORM_OS_WIN32) factory = new W32InputMonitorFactory(); #elif defined(PLATFORM_OS_OSX) factory = new OSXInputMonitorFactory(); #elif defined(PLATFORM_OS_UNIX) factory = new UnixInputMonitorFactory(); #endif } if (factory != NULL) { factory->init(display); } } IInputMonitor * InputMonitorFactory::get_monitor(IInputMonitorFactory::MonitorCapability capability) { if (factory != NULL) { return factory->get_monitor(capability); } return NULL; } workrave-1_10_10/backend/src/InputMonitorFactory.hh000066400000000000000000000023201263301626300223510ustar00rootroot00000000000000// InputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef INPUTMONITORFACTORY_HH #define INPUTMONITORFACTORY_HH #include #include #include "IInputMonitorFactory.hh" //! Factory to create input monitors. class InputMonitorFactory { public: static void init(const std::string &display); static IInputMonitor *get_monitor(IInputMonitorFactory::MonitorCapability capability); private: static IInputMonitorFactory *factory; }; #endif // INPUTMONITORFACTORY_HH workrave-1_10_10/backend/src/InputMonitorFactoryInterface.hh000066400000000000000000000024051263301626300241760ustar00rootroot00000000000000// InputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef INPUTMONITORFACTORYINTERFACE_HH #define INPUTMONITORFACTORYINTERFACE_HH #include #include #include "IInputMonitor.hh" //! Factory to create input monitors. class InputMonitorFactoryInterface { public: enum MonitorCapability { CAPABILITY_ACTIVITY, CAPABILITY_STATISTICS }; virtual void init(const std::string &display); virtual IInputMonitor *get_monitor(MonitorCapability capability); }; #endif // INPUTMONITORFACTORYINTERFACE_HH workrave-1_10_10/backend/src/Makefile.am000066400000000000000000000066731263301626300201040ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in $(gsettings_SCHEMAS:.xml=.valid) SUBDIRS = unix win32 osx noinst_LTLIBRARIES = libworkrave-backend.la sources = ActivityMonitor.cc \ Break.cc \ BreakControl.cc \ Configurator.cc \ ConfiguratorFactory.cc \ Core.cc \ CoreConfig.cc \ CoreFactory.cc \ GlibIniConfigurator.cc \ GSettingsConfigurator.cc \ IdleLogManager.cc \ InputMonitor.cc \ InputMonitorFactory.cc \ Statistics.cc \ TimePredFactory.cc \ Timer.cc \ DayTimePred.cc \ Test.cc \ TimePredFactory.cc DEFS = @DEFS@ -I$(top_srcdir)/intl -I. -I $(top_srcdir)/backend/include if HAVE_GDOME sourcesgdome = XMLConfigurator.cc endif if HAVE_DISTRIBUTION sourcesdistribution = DistributionManager.cc \ DistributionSocketLink.cc \ PacketBuffer.cc \ SocketDriver.cc \ GIOSocketDriver.cc if HAVE_GNET sourcesgnet = GNetSocketDriver.cc endif endif if PLATFORM_OS_WIN32 platform_ldadd = win32/libworkrave-backend-win32.la platform_cflags = -I$(top_srcdir)/backend/src/win32 endif if PLATFORM_OS_OSX platform_ldadd = osx/libworkrave-backend-osx.la platform_cflags = -I$(top_srcdir)/backend/src/osx endif if PLATFORM_OS_UNIX platform_ldadd = unix/libworkrave-backend-unix.la platform_cflags = -I$(top_srcdir)/backend/src/unix endif # DBus service file if HAVE_DBUS dbussources = DBusWorkrave.cc \ DBusWorkrave.hh BUILT_SOURCES = $(dbussources) if HAVE_PYTHON_CHEETAH if HAVE_DBUS_GIO DBusWorkrave.cc: workrave-service.xml \ $(top_srcdir)/common/bin/dbusgen.py \ $(top_srcdir)/common/bin/DBus-template-gio.cc \ $(top_srcdir)/common/bin/DBus-template-gio.hh $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py -s --gio -l C++ $(srcdir)/workrave-service.xml DBusWorkrave else DBusWorkrave.cc: workrave-service.xml \ $(top_srcdir)/common/bin/dbusgen.py \ $(top_srcdir)/common/bin/DBus-template-freedesktop.cc \ $(top_srcdir)/common/bin/DBus-template-freedesktop.hh $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py -s -l C++ $(srcdir)/workrave-service.xml DBusWorkrave endif DBusWorkrave.hh: DBusWorkrave.cc ; test -f $@ #BreakControl.cc: DBusWorkrave.hh ; test -f $@ #workrave-client-bindings.h: DBusWorkrave.cc ; test -f $@ #workrave-server-bindings.h: DBusWorkrave.cc ; test -f $@ endif # HAVE_PYTHON_CHEETAH else # HAVE_DBUS dbussources = endif # HAVE_DBUS if HAVE_GSETTINGS gsettings_ENUM_NAMESPACE = org.workrave gsettings_ENUM_FILES = $(srcdir)/../include/enum.h gsettings_SCHEMAS = org.workrave.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ endif libworkrave_backend_la_SOURCES = \ ${sources} ${sourcesgdome} ${sourcesgnet} ${sourcesdistribution} \ ${dbussources} libworkrave_backend_la_CFLAGS = \ -W -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 @X_CFLAGS@ \ ${platform_cflags} @WR_COMMON_INCLUDES@ \ @GLIB_CFLAGS@ @GDOME_CFLAGS@ @GNET_CFLAGS@ @DBUS_CFLAGS@ \ @GCONF_CFLAGS@ libworkrave_backend_la_CXXFLAGS = ${libworkrave_backend_la_CFLAGS} libworkrave_backend_la_LIBADD=${platform_ldadd} DISTCLEANFILES = org.workrave.gschema.xml EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.rc) $(wildcard $(srcdir)/*.hh) \ $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) workrave-service.xml \ org.workrave.Workrave.service.in $(gsettings_SCHEMAS:.xml=.xml.in.in) workrave-1_10_10/backend/src/PacketBuffer.cc000066400000000000000000000222131263301626300207040ustar00rootroot00000000000000// Control.cc --- The main controller // // Copyright (C) 2001, 2002, 2003, 2005, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include "PacketBuffer.hh" PacketBuffer::PacketBuffer() : buffer(NULL), read_ptr(NULL), write_ptr(NULL), buffer_size(0), original_buffer(NULL), original_buffer_size(0) { } PacketBuffer::~PacketBuffer() { narrow(0, -1); if (buffer != NULL) { g_free(buffer); } } void PacketBuffer::create(int size) { narrow(0, -1); if (buffer != NULL) { g_free(buffer); } if (size == 0) { size = 1024; } buffer = g_new(guint8, size); read_ptr = buffer; write_ptr = buffer; buffer_size = size; } void PacketBuffer::resize(int size) { //TRACE_ENTER_MSG("PacketBuffer::resize", size); narrow(0, -1); if (size == 0) { size = 1024; } if (size != buffer_size && buffer != NULL) { int read_offset = read_ptr - buffer; int write_offset = write_ptr - buffer; if (read_offset >= size) { read_offset = size - 1; } if (write_offset >= size) { write_offset = size - 1; } //TRACE_MSG(read_offset << " " << write_offset); buffer = g_renew(guint8, buffer, size); //TRACE_MSG(buffer); read_ptr = buffer + read_offset; write_ptr = buffer + write_offset; buffer_size = size; } //TRACE_EXIT(); } void PacketBuffer::grow(int size) { //TRACE_ENTER_MSG("PacketBuffer::grow()", size) if (size < GROW_SIZE) { size = GROW_SIZE; } resize(buffer_size + size); //TRACE_EXIT(); } void PacketBuffer::pack(const guint8 *data, int size) { if (write_ptr + size + 2 >= buffer + buffer_size) { grow(size + 2); } pack_ushort(size); memcpy(write_ptr, data, size); write_ptr += size; } void PacketBuffer::pack_raw(const guint8 *data, int size) { if (write_ptr + size >= buffer + buffer_size) { grow(size); } memcpy(write_ptr, data, size); write_ptr += size; } void PacketBuffer::pack_string(const std::string &data) { pack_string(data.c_str()); } void PacketBuffer::pack_string(const gchar *data) { int size = 0; if (data != NULL) { size = strlen(data); } if (write_ptr + size + 2 >= buffer + buffer_size) { grow(size + 2); } pack_ushort(size); if (size > 0) { memcpy(write_ptr, data, size); write_ptr += size; } } void PacketBuffer::poke_string(int pos, const gchar *data) { int size = 0; if (data != NULL) { size = strlen(data); } if (pos + size + 2 >= buffer_size) { grow(size + 2); } poke_ushort(pos, size); if (size > 0) { memcpy(buffer + pos + 2, data, size); } } void PacketBuffer::pack_ushort(guint16 data) { if (write_ptr + 2 >= buffer + buffer_size) { grow(2); } guint8 *w = (guint8 *)write_ptr; w[0] = ((data & 0x0000ff00) >> 8); w[1] = ((data & 0x000000ff)); write_ptr += 2; } void PacketBuffer::pack_ulong(guint32 data) { if (write_ptr + 4 >= buffer + buffer_size) { grow(4); } guint8 *w = (guint8 *)write_ptr; w[0] = ((data & 0xff000000) >> 24); w[1] = ((data & 0x00ff0000) >> 16); w[2] = ((data & 0x0000ff00) >> 8); w[3] = ((data & 0x000000ff)); write_ptr += 4; } void PacketBuffer::pack_byte(guint8 data) { if (write_ptr + 1 >= buffer + buffer_size ) { grow(1); } write_ptr[0] = data; write_ptr ++; } void PacketBuffer::poke_byte(int pos, guint8 data) { if (pos + 1 > buffer_size) { grow(pos + 1 - buffer_size); } buffer[pos] = data; } void PacketBuffer::poke_ushort(int pos, guint16 data) { if (pos + 2 > buffer_size ) { grow(pos + 2 - buffer_size); } guint8 *w = (guint8 *)buffer; w[pos] = ((data & 0x0000ff00) >> 8); w[pos + 1] = ((data & 0x000000ff)); } int PacketBuffer::unpack(guint8 **data) { g_assert(data != NULL); int size = unpack_ushort(); guint8 *r = (guint8 *)read_ptr; if (read_ptr + size <= buffer + buffer_size) { *data = g_new(guint8, size); memcpy(*data, r, size); read_ptr += size; } else { size = 0; } return size; } int PacketBuffer::unpack_raw(guint8 **data, int size) { g_assert(data != NULL); guint8 *r = (guint8 *)read_ptr; if (read_ptr + size <= buffer + buffer_size) { *data = g_new(guint8, size); memcpy(*data, r, size); read_ptr += size; } else { size = 0; } return size; } gchar * PacketBuffer::unpack_string() { gchar *str = NULL; if (read_ptr + 2 <= buffer + buffer_size) { int length = unpack_ushort(); if (read_ptr + length <= buffer + buffer_size) { str = g_new(gchar, length + 1); for (int i = 0; i < length; i++) { str[i] = *read_ptr; read_ptr++; } str[length] = '\0'; } } return str; } guint32 PacketBuffer::unpack_ulong() { guint32 ret = 0; guint8 *r = (guint8 *)read_ptr; if (read_ptr + 4 <= buffer + buffer_size) { ret = (((guint32)(r[0]) << 24) + ((guint32)(r[1]) << 16) + ((guint32)(r[2]) << 8) + ((guint32)(r[3]))); read_ptr +=4; } return ret; } guint16 PacketBuffer::unpack_ushort() { guint16 ret = 0; guint8 *r = (guint8 *)read_ptr; if (read_ptr + 2 <= write_ptr) { ret = (r[0] << 8) + r[1]; read_ptr += 2; } return ret; } guint8 PacketBuffer::unpack_byte() { guint8 ret = 0; if (read_ptr + 1 <= write_ptr) { ret = read_ptr[0]; read_ptr ++; } return ret; } int PacketBuffer::peek(int pos, guint8 **data) { g_assert(data != NULL); int size = peek_ushort(pos); if (read_ptr + 2 + pos + size <= buffer + buffer_size) { *data = g_new(guint8, size); memcpy(*data, read_ptr + 2 + pos, size); } else { size = 0; } return size; } gchar * PacketBuffer::peek_string(int pos) { gchar *str = NULL; if (read_ptr + pos + 2 <= buffer + buffer_size) { int length = peek_ushort(pos); if (read_ptr + 2 + pos + length <= buffer + buffer_size) { str = g_new(gchar, length + 1); memcpy(str, read_ptr + pos + 2, length); str[length] = '\0'; } } return str; } guint32 PacketBuffer::peek_ulong(int pos) { guint32 ret = 0; if (read_ptr + pos + 4 <= buffer + buffer_size) { guint8 *r = (guint8 *)read_ptr; ret = (((guint32)(r[pos]) << 24) + ((guint32)(r[pos + 1]) << 16) + ((guint32)(r[pos + 2]) << 8) + ((guint32)(r[pos + 3]))); } return ret; } guint16 PacketBuffer::peek_ushort(int pos) { guint16 ret = 0; if (read_ptr + pos + 2 <= write_ptr) { guint8 *r = (guint8 *)read_ptr; ret = (r[pos] << 8) + r[pos + 1]; } return ret; } guint8 PacketBuffer::peek_byte(int pos) { guint8 ret = 0; if (read_ptr + pos + 1 <= buffer + buffer_size) { ret = read_ptr[pos]; } return ret; } void PacketBuffer::reserve_size(int &pos) { pos = bytes_written(); pack_ushort(0); } void PacketBuffer::update_size(int pos) { poke_ushort(pos, bytes_written() - pos - 2); } int PacketBuffer::read_size(int &pos) { int size = unpack_ushort(); pos = bytes_read() + size; return size; } void PacketBuffer::skip_size(int &pos) { int size = (pos - bytes_read()); skip(size); } void PacketBuffer::insert(int pos, int size) { if (pos < bytes_written()) { int move = bytes_written() - pos; memmove(buffer + pos + size, buffer + pos, move); write_ptr += size; } } void PacketBuffer::narrow(int pos, int size) { //TRACE_ENTER_MSG("PacketBuffer::narrow", pos << " " << size); if (pos == 0 && size == -1) { if (original_buffer != NULL) { // unnarrow. buffer = original_buffer; buffer_size = original_buffer_size; original_buffer_size = 0; original_buffer = NULL; } } else { if (pos == -1) { pos = bytes_read(); } if (original_buffer == NULL) { original_buffer = buffer; original_buffer_size = buffer_size; } if (size > original_buffer_size - pos) { size = original_buffer_size - pos; } buffer = original_buffer + pos; buffer_size = size; read_ptr = buffer; } //TRACE_EXIT(); } workrave-1_10_10/backend/src/PacketBuffer.hh000066400000000000000000000051111263301626300207140ustar00rootroot00000000000000// PacketBufer.hh // // Copyright (C) 2002, 2003, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PACKETBUFER_HH #define PACKETBUFER_HH #include #include "glib.h" #define GROW_SIZE (4096) class PacketBuffer { public: PacketBuffer(); PacketBuffer(int size); ~PacketBuffer(); void create(int size = 0); void resize(int size); void grow(int size); void narrow(int pos, int size); void clear() { narrow(0, -1); write_ptr = read_ptr = buffer; } void skip(int size) { read_ptr += size; } void insert(int pos, int size); void pack(const guint8 *data, int size); void pack_raw(const guint8 *data, int size); void pack_raw(PacketBuffer &buffer); void pack_string(const std::string &data); void pack_string(const gchar *data); void pack_ushort(guint16 data); void pack_ulong(guint32 data); void pack_byte(guint8 data); void poke_byte(int pos, guint8 data); void poke_ushort(int pos, guint16 data); void poke_string(int pos, const gchar *data); int unpack(guint8 **data); int unpack_raw(guint8 **data, int size); gchar *unpack_string(); guint32 unpack_ulong(); guint16 unpack_ushort(); guint8 unpack_byte(); int peek(int pos, guint8 **data); gchar *peek_string(int pos); guint32 peek_ulong(int pos); guint16 peek_ushort(int pos); guint8 peek_byte(int pos); void reserve_size(int &pos); void update_size(int pos); int read_size(int &pos); void skip_size(int &pos); int bytes_available() { return write_ptr - read_ptr; } int bytes_written() { return write_ptr - buffer; } int bytes_read() { return read_ptr - buffer; } gchar *get_buffer() { return (gchar *) buffer; } gchar *get_write_ptr() { return (gchar *)write_ptr; } int get_buffer_size() { return buffer_size; } void restart_read() { read_ptr = buffer; } public: guint8 *buffer; guint8 *read_ptr; guint8 *write_ptr; int buffer_size; guint8 *original_buffer; int original_buffer_size; }; #endif workrave-1_10_10/backend/src/SocketDriver.cc000066400000000000000000000024031263301626300207460ustar00rootroot00000000000000// SocketDriver.cc // // Copyright (C) 2007, 2009, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // static const char rcsid[] = "$Id: GNetSocketDriver.cc 1184 2007-05-12 09:16:31Z rcaelers $"; #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "SocketDriver.hh" #if defined(HAVE_GIO_NET) #include "GIOSocketDriver.hh" #endif #if defined(HAVE_GNET) #include "GNetSocketDriver.hh" #endif //! Create a new socket SocketDriver * SocketDriver::create() { #if defined(HAVE_GIO_NET) return new GIOSocketDriver(); #elif defined(HAVE_GNET) return new GNetSocketDriver(); #else #error No socket driver #endif } workrave-1_10_10/backend/src/SocketDriver.hh000066400000000000000000000066301263301626300207660ustar00rootroot00000000000000// SocketDriver.hh // // Copyright (C) 2002, 2003, 2005, 2007, 2010, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SOCKETDRIVER_HH #define SOCKETDRIVER_HH class ISocket; class ISocketServer; #include "Exception.hh" using namespace workrave; //! Asynchronous socket callbacks. class ISocketListener { public: ISocketListener() {} virtual ~ISocketListener() {} //! The specified socket is now connected. virtual void socket_connected(ISocket *con, void *data) = 0; //! The specified socket has data ready to be read. virtual void socket_io(ISocket *con, void *data) = 0; //! The specified socket closed its connection. virtual void socket_closed(ISocket *con, void *data) = 0; }; //! Asynchronous server socket callbacks. class ISocketServerListener { public: ISocketServerListener() {} virtual ~ISocketServerListener() {} //! The specified server socket has accepted a new connection virtual void socket_accepted(ISocketServer *server, ISocket *con) = 0; }; //! TCP Socket. class ISocket { public: ISocket() : listener(NULL) { } virtual ~ISocket() {}; //! Create a connection to the specified host and port. virtual void connect(const std::string &hostname, int port) = 0; //! Read data from the connection. virtual void read(void *buf, int count, int &bytes_read) = 0; //! Write data to the connection virtual void write(void *buf, int count, int &bytes_written) = 0; //! Close the connection. virtual void close() = 0; //! Set the callback listener for asynchronous socket events. void set_listener(ISocketListener *l); //! Set user data void set_data(void *data); protected: //! Listener that received notifications of socket events. ISocketListener *listener; // User data for callback. void *user_data; }; //! TCP Listen ISocket. class ISocketServer { public: ISocketServer() : listener(NULL) { } virtual ~ISocketServer() {}; //! Listen at the specified port. /*! \pre set_listener called */ virtual void listen(int port) = 0; //! Sets the callback listener for asynchronous events. void set_listener(ISocketServerListener *l); protected: //! Listener that receives notification of accepted connections. ISocketServerListener *listener; }; //! TCP Socket abstraction. class SocketDriver { public: static SocketDriver *create(); virtual ~SocketDriver() {}; //! Create a new socket virtual ISocket *create_socket() = 0; //! Create a new listen socket virtual ISocketServer *create_server() = 0; }; //! Socket exception class SocketException : public Exception { public: explicit SocketException(const std::string &detail) : Exception(detail) { } virtual ~SocketException() throw() { } }; #include "SocketDriver.icc" #endif // SOCKETDRIVER_HH workrave-1_10_10/backend/src/SocketDriver.icc000066400000000000000000000021461263301626300211230ustar00rootroot00000000000000// SocketDriver.icc // // Copyright (C) 2002, 2003, 2007, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // //! Sets the callback handler for asynchronous socket events. inline void ISocket::set_listener(ISocketListener *l) { listener = l; } inline void ISocket::set_data(void *data) { user_data = data; } //! Sets the callback handler for asynchronous server events. inline void ISocketServer::set_listener(ISocketServerListener *l) { listener = l; } workrave-1_10_10/backend/src/Statistics.cc000066400000000000000000000600341263301626300205000ustar00rootroot00000000000000// Statistics.cc // // Copyright (C) 2002 - 2008, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "debug.hh" #include "Statistics.hh" #include "Core.hh" #include "Util.hh" #include "Timer.hh" #include "TimePred.hh" #include "InputMonitorFactory.hh" #include "IInputMonitor.hh" #include "timeutil.h" #ifdef HAVE_DISTRIBUTION #include "DistributionManager.hh" #endif const char *WORKRAVESTATS="WorkRaveStats"; const int STATSVERSION = 4; #define MAX_JUMP (10000) //! Constructor Statistics::Statistics() : core(NULL), current_day(NULL), been_active(false), prev_x(-1), prev_y(-1), click_x(-1), click_y(-1) { last_mouse_time.tv_sec = 0; last_mouse_time.tv_usec = 0; } //! Destructor Statistics::~Statistics() { update(); for (vector::iterator i = history.begin(); i != history.end(); i++) { delete *i; } delete current_day; if (input_monitor != NULL) { input_monitor->unsubscribe_statistics(this); } } //! Initializes the Statistics. void Statistics::init(Core *control) { core = control; input_monitor = InputMonitorFactory::get_monitor(IInputMonitorFactory::CAPABILITY_STATISTICS); if (input_monitor != NULL) { input_monitor->subscribe_statistics(this); } #ifdef HAVE_DISTRIBUTION init_distribution_manager(); #endif current_day = NULL; bool ok = load_current_day(); if (!ok) { start_new_day(); } load_history(); } //! Periodic heartbeat. void Statistics::update() { TRACE_ENTER("Statistics::update"); IActivityMonitor *monitor = core->get_activity_monitor(); ActivityState state = monitor->get_current_state(); if (state == ACTIVITY_ACTIVE && !been_active) { const time_t now = core->get_time(); struct tm *tmnow = localtime(&now); current_day->start = *tmnow; current_day->stop = *tmnow; been_active = true; } update_current_day(state == ACTIVITY_ACTIVE); save_day(current_day); TRACE_EXIT(); } bool Statistics::delete_all_history() { update(); string histfile = Util::get_home_directory() + "historystats"; if( Util::file_exists( histfile.c_str() ) && std::remove( histfile.c_str() ) ) { return false; } else { for( vector::iterator i = history.begin(); ( i != history.end() ); delete *i++ ) ; history.clear(); } string todayfile = Util::get_home_directory() + "todaystats"; if( Util::file_exists( todayfile.c_str() ) && std::remove( todayfile.c_str() ) ) { return false; } else { if( current_day ) { delete current_day; current_day = NULL; } start_new_day(); } return true; } //! Starts a new day and archive current any (if exists) void Statistics::start_new_day() { TRACE_ENTER("Statistics::start_new_day"); const time_t now = core->get_time(); struct tm *tmnow = localtime(&now); if (current_day == NULL || tmnow->tm_mday != current_day->start.tm_mday || tmnow->tm_mon != current_day->start.tm_mon || tmnow->tm_year != current_day->start.tm_year ) { TRACE_MSG("New day"); if (current_day != NULL) { TRACE_MSG("Save old day"); day_to_history(current_day); day_to_remote_history(current_day); } current_day = new DailyStatsImpl(); been_active = false; current_day->start = *tmnow; current_day->stop = *tmnow; } update_current_day(false); save_day(current_day); TRACE_EXIT(); } void Statistics::day_to_history(DailyStatsImpl *stats) { add_history(stats); stringstream ss; ss << Util::get_home_directory(); ss << "historystats" << ends; bool exists = Util::file_exists(ss.str()); ofstream stats_file(ss.str().c_str(), ios::app); if (!exists) { stats_file << WORKRAVESTATS << " " << STATSVERSION << endl; } save_day(stats, stats_file); stats_file.close(); } //! Adds the current day to this history. void Statistics::day_to_remote_history(DailyStatsImpl *stats) { #ifdef HAVE_DISTRIBUTION DistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { PacketBuffer state_packet; state_packet.create(); state_packet.pack_byte(STATS_MARKER_HISTORY); pack_stats(state_packet, stats); state_packet.pack_byte(STATS_MARKER_END); dist_manager->broadcast_client_message(DCM_STATS, state_packet); } #else (void) stats; #endif } //! Saves the current day to the specified stream. void Statistics::save_day(DailyStatsImpl *stats, ofstream &stats_file) { stats_file << "D " << stats->start.tm_mday << " " << stats->start.tm_mon << " " << stats->start.tm_year << " " << stats->start.tm_hour << " " << stats->start.tm_min << " " << stats->stop.tm_mday << " " << stats->stop.tm_mon << " " << stats->stop.tm_year << " " << stats->stop.tm_hour << " " << stats->stop.tm_min << endl; for(int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakStats &bs = stats->break_stats[i]; stats_file << "B " << i << " " << STATS_BREAKVALUE_SIZEOF << " "; for(int j = 0; j < STATS_BREAKVALUE_SIZEOF; j++) { stats_file << bs[j] << " "; } stats_file << endl; } stats_file << "m " << STATS_VALUE_SIZEOF << " "; for(int j = 0; j < STATS_VALUE_SIZEOF; j++) { stats_file << stats->misc_stats[j] << " "; } stats_file << endl; stats_file.close(); } //! Saves the statistics of the specified day. void Statistics::save_day(DailyStatsImpl *stats) { stringstream ss; ss << Util::get_home_directory(); ss << "todaystats" << ends; ofstream stats_file(ss.str().c_str()); stats_file << WORKRAVESTATS << " " << STATSVERSION << endl; save_day(stats, stats_file); } //! Add the stats the the history list. void Statistics::add_history(DailyStatsImpl *stats) { if (history.size() == 0) { history.push_back(stats); } else { bool found = false; HistoryRIter i = history.rbegin(); while (i != history.rend()) { DailyStatsImpl *ref = *i; if (stats->start.tm_year == ref->start.tm_year && stats->start.tm_mon == ref->start.tm_mon && stats->start.tm_mday == ref->start.tm_mday) { delete *i; *i = stats; found = true; break; } else if ( stats->start.tm_year > ref->start.tm_year || (stats->start.tm_year == ref->start.tm_year && (stats->start.tm_mon > ref->start.tm_mon || (stats->start.tm_mon == ref->start.tm_mon && stats->start.tm_mday > ref->start.tm_mday)))) { if (i == history.rbegin()) { history.push_back(stats); } else { history.insert(i.base(), stats); } found = true; break; } i++; } if (!found) { history.insert(history.begin(), stats); } } } //! Load the statistics of the current day. bool Statistics::load_current_day() { TRACE_ENTER("Statistics::load_current_day"); stringstream ss; ss << Util::get_home_directory(); ss << "todaystats" << ends; ifstream stats_file(ss.str().c_str()); load(stats_file, false); been_active = true; TRACE_EXIT(); return current_day != NULL; } //! Loads the history. void Statistics::load_history() { TRACE_ENTER("Statistics::load_history"); stringstream ss; ss << Util::get_home_directory(); ss << "historystats" << ends; ifstream stats_file(ss.str().c_str()); load(stats_file, true); TRACE_EXIT(); } //! Loads the statistics. void Statistics::load(ifstream &infile, bool history) { TRACE_ENTER("Statistics::load"); DailyStatsImpl *stats = NULL; bool ok = infile.good(); if (ok) { string tag; infile >> tag; ok = (tag == WORKRAVESTATS); } if (ok) { int version; infile >> version; ok = (version == STATSVERSION) || (version == 3); } while (ok && !infile.eof()) { char line[BUFSIZ] = ""; char cmd; infile.getline(line, BUFSIZ); if (strlen(line) > 1) { cmd = line[0]; stringstream ss(line+1); if (cmd == 'D') { if (history && stats != NULL) { add_history(stats); stats = NULL; } else if (!history && stats != NULL) { /* Corrupt today stats */ return; } stats = new DailyStatsImpl(); ss >> stats->start.tm_mday >> stats->start.tm_mon >> stats->start.tm_year >> stats->start.tm_hour >> stats->start.tm_min >> stats->stop.tm_mday >> stats->stop.tm_mon >> stats->stop.tm_year >> stats->stop.tm_hour >> stats->stop.tm_min; if (!history) { current_day = stats; } } else if (stats != NULL) { if (cmd == 'B') { int bt, size; ss >> bt; ss >> size; BreakStats &bs = stats->break_stats[bt]; if (size > STATS_BREAKVALUE_SIZEOF) { size = STATS_BREAKVALUE_SIZEOF; } for(int j = 0; j < size; j++) { int value; ss >> value; bs[j] = value; } } else if (cmd == 'M' || cmd == 'm') { int size; ss >> size; if (size > STATS_VALUE_SIZEOF) { size = STATS_VALUE_SIZEOF; } for(int j = 0; j < size; j++) { int value; ss >> value; if (cmd == 'm') { // Ignore older 'M' stats. they are broken.... stats->misc_stats[j] = value; } else { stats->misc_stats[j] = 0; } } } else if (cmd == 'G') { int total_active; ss >> total_active; stats->misc_stats[STATS_VALUE_TOTAL_ACTIVE_TIME] = total_active; } } } } if (history && stats != NULL) { add_history(stats); } TRACE_EXIT(); } //! Increment the specified statistics counter of the current day. void Statistics::increment_break_counter(BreakId bt, StatsBreakValueType st) { if (current_day == NULL) { start_new_day(); } BreakStats &bs = current_day->break_stats[bt]; bs[st]++; } void Statistics::set_break_counter(BreakId bt, StatsBreakValueType st, int value) { if (current_day == NULL) { start_new_day(); } BreakStats &bs = current_day->break_stats[bt]; bs[st] = value; } void Statistics::add_break_counter(BreakId bt, StatsBreakValueType st, int value) { if (current_day == NULL) { start_new_day(); } BreakStats &bs = current_day->break_stats[bt]; bs[st] += value; } void Statistics::set_counter(StatsValueType t, int value) { current_day->misc_stats[t] = value; } int64_t Statistics::get_counter(StatsValueType t) { return current_day->misc_stats[t]; } //! Dump void Statistics::dump() { TRACE_ENTER("Statistics::dump"); update_current_day(false); stringstream ss; for(int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakStats &bs = current_day->break_stats[i]; ss << "Break " << i << " "; for(int j = 0; j < STATS_BREAKVALUE_SIZEOF; j++) { int value = bs[j]; ss << value << " "; } } ss << "stats "; for(int j = 0; j < STATS_VALUE_SIZEOF; j++) { int64_t value = current_day->misc_stats[j]; ss << value << " "; } TRACE_EXIT(); } Statistics::DailyStatsImpl * Statistics::get_current_day() const { return current_day; } Statistics::DailyStatsImpl * Statistics::get_day(int day) const { DailyStatsImpl *ret = NULL; if (day == 0) { ret = current_day; } else { if (day > 0) { day = history.size() - day; } else { day = -day; day--; } if (day < int(history.size()) && day >= 0) { ret = history[day]; } } return ret; } void Statistics::get_day_index_by_date(int y, int m, int d, int &idx, int &next, int &prev) const { TRACE_ENTER_MSG("Statistics::get_day_by_date", y << "/" << m << "/" << d); idx = next = prev = -1; for (int i = 0; i <= int(history.size()); i++) { int j = history.size() - i; DailyStatsImpl *stats = j == 0 ? current_day : history[i]; if (idx < 0 && stats->starts_at_date(y, m, d)) { idx = j; } else if (stats->starts_before_date(y, m, d)) { prev = j; } else if (next < 0) { next = j; } } if (prev < 0 && current_day->starts_before_date(y, m, d)) { prev = 0; } if (next < 0 && !current_day->starts_at_date(y, m, d) && !current_day->starts_before_date(y, m, d)) { next = 0; } TRACE_EXIT(); } int Statistics::get_history_size() const { return history.size(); } void Statistics::update_current_day(bool active) { if (core != NULL) { // Collect total active time from dialy limit timer. Timer *t = core->get_break(BREAK_ID_DAILY_LIMIT)->get_timer(); assert(t != NULL); current_day->misc_stats[STATS_VALUE_TOTAL_ACTIVE_TIME] = (int)t->get_elapsed_time(); if (active) { const time_t now = core->get_time(); struct tm *tmnow = localtime(&now); current_day->stop = *tmnow; } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Timer *t = core->get_break(BreakId(i))->get_timer(); assert(t != NULL); time_t overdue = t->get_total_overdue_time(); set_break_counter(((BreakId)i), Statistics::STATS_BREAKVALUE_TOTAL_OVERDUE, (int)overdue); } } } #ifdef HAVE_DISTRIBUTION // Create the monitor based on the specified configuration. void Statistics::init_distribution_manager() { DistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { dist_manager->register_client_message(DCM_STATS, DCMT_MASTER, this); } } bool Statistics::request_client_message(DistributionClientMessageID id, PacketBuffer &buffer) { TRACE_ENTER("Statistics::request_client_message"); (void) id; update_current_day(false); dump(); buffer.pack_byte(STATS_MARKER_TODAY); pack_stats(buffer, current_day); buffer.pack_byte(STATS_MARKER_END); TRACE_EXIT(); return true; } bool Statistics::pack_stats(PacketBuffer &buf, const DailyStatsImpl *stats) { TRACE_ENTER("Statistics::pack_stats"); int pos = 0; buf.pack_byte(STATS_MARKER_STARTTIME); buf.reserve_size(pos); buf.pack_byte(stats->start.tm_mday); buf.pack_byte(stats->start.tm_mon); buf.pack_ushort(stats->start.tm_year); buf.pack_byte(stats->start.tm_hour); buf.pack_byte(stats->start.tm_min); buf.update_size(pos); buf.pack_byte(STATS_MARKER_STOPTIME); buf.reserve_size(pos); buf.pack_byte(stats->stop.tm_mday); buf.pack_byte(stats->stop.tm_mon); buf.pack_ushort(stats->stop.tm_year); buf.pack_byte(stats->stop.tm_hour); buf.pack_byte(stats->stop.tm_min); buf.update_size(pos); for(int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakStats &bs = current_day->break_stats[i]; buf.pack_byte(STATS_MARKER_BREAK_STATS); buf.reserve_size(pos); buf.pack_byte(i); buf.pack_ushort(STATS_BREAKVALUE_SIZEOF); for(int j = 0; j < STATS_BREAKVALUE_SIZEOF; j++) { buf.pack_ulong(bs[j]); } buf.update_size(pos); } buf.pack_byte(STATS_MARKER_MISC_STATS); buf.reserve_size(pos); buf.pack_ushort(STATS_VALUE_SIZEOF); for(int j = 0; j < STATS_VALUE_SIZEOF; j++) { buf.pack_ulong(current_day->misc_stats[j]); } buf.update_size(pos); TRACE_EXIT(); return true; } bool Statistics::client_message(DistributionClientMessageID id, bool master, const char *client_id, PacketBuffer &buffer) { TRACE_ENTER("Statistics::client_message"); (void) id; (void) master; (void) client_id; return false; DailyStatsImpl *stats = NULL; int pos = 0; bool stats_to_history = false; while (buffer.bytes_available() > 0) { StatsMarker marker = (StatsMarker) buffer.unpack_byte(); TRACE_MSG("Marker = " << marker); switch (marker) { case STATS_MARKER_TODAY: stats = current_day; break; case STATS_MARKER_HISTORY: stats = new DailyStatsImpl(); stats_to_history = true; break; case STATS_MARKER_STARTTIME: { int size = buffer.unpack_ushort(); (void) size; stats->start.tm_mday = buffer.unpack_byte(); stats->start.tm_mon = buffer.unpack_byte(); stats->start.tm_year = buffer.unpack_ushort(); stats->start.tm_hour = buffer.unpack_byte(); stats->start.tm_min = buffer.unpack_byte(); } break; case STATS_MARKER_STOPTIME: { int size = buffer.unpack_ushort(); (void) size; stats->stop.tm_mday = buffer.unpack_byte(); stats->stop.tm_mon = buffer.unpack_byte(); stats->stop.tm_year = buffer.unpack_ushort(); stats->stop.tm_hour = buffer.unpack_byte(); stats->stop.tm_min = buffer.unpack_byte(); } break; case STATS_MARKER_BREAK_STATS: { int size = buffer.read_size(pos); int bt = buffer.unpack_byte(); (void) size; BreakStats &bs = stats->break_stats[bt]; int count = buffer.unpack_ushort(); if (count > STATS_BREAKVALUE_SIZEOF) { count = STATS_BREAKVALUE_SIZEOF; } for(int j = 0; j < count; j++) { bs[j] = buffer.unpack_ulong(); } buffer.skip_size(pos); } break; case STATS_MARKER_MISC_STATS: { int size = buffer.read_size(pos); int count = buffer.unpack_ushort(); (void) size; if (count > STATS_VALUE_SIZEOF) { count = STATS_VALUE_SIZEOF; } for(int j = 0; j < count; j++) { stats->misc_stats[j] = buffer.unpack_ulong(); } buffer.skip_size(pos); } break; case STATS_MARKER_END: if (stats_to_history) { TRACE_MSG("Save to history"); day_to_history(stats); stats_to_history = false; } break; default: { TRACE_MSG("Unknown marker"); int size = buffer.read_size(pos); (void) size; buffer.skip_size(pos); } } } if (stats_to_history) { // this should not happend. but just to avoid a potential memory leak... TRACE_MSG("Save to history"); day_to_history(stats); stats_to_history = false; } dump(); TRACE_EXIT(); return true; } #endif bool Statistics::DailyStatsImpl::starts_at_date(int y, int m, int d) { return (start.tm_year + 1900 == y && start.tm_mon + 1 == m && start.tm_mday == d); } bool Statistics::DailyStatsImpl::starts_before_date(int y, int m, int d) { return (start.tm_year + 1900 < y || (start.tm_year + 1900 == y && (start.tm_mon + 1 < m || (start.tm_mon + 1 == m && start.tm_mday < d)))); } //! Activity is reported by the input monitor. void Statistics::action_notify() { } //! Mouse activity is reported by the input monitor. void Statistics::mouse_notify(int x, int y, int wheel_delta) { static const int sensitivity = 3; lock.lock(); if (current_day != NULL && x >=0 && y >= 0) { int delta_x = sensitivity; int delta_y = sensitivity; if (prev_x != -1 && prev_y != -1) { delta_x = abs(x - prev_x); delta_y = abs(y - prev_y); } prev_x = x; prev_y = y; // Sanity checks, ignore unreasonable large jumps... if ( delta_x < MAX_JUMP && delta_y < MAX_JUMP && (delta_x >= sensitivity || delta_y >= sensitivity || wheel_delta != 0 )) { int64_t movement = current_day->misc_stats[STATS_VALUE_TOTAL_MOUSE_MOVEMENT]; int distance = int(sqrt((double)(delta_x * delta_x + delta_y * delta_y))); movement += distance; if (movement > 0) { current_day->misc_stats[STATS_VALUE_TOTAL_MOUSE_MOVEMENT] = movement; } GTimeVal now, tv; g_get_current_time(&now); tvSUBTIME(tv, now, last_mouse_time); if (!tvTIMEEQ0(last_mouse_time) && tv.tv_sec < 1 && tv.tv_sec >= 0 && tv.tv_usec >= 0) { tvADDTIME(current_day->total_mouse_time, current_day->total_mouse_time, tv); current_day->misc_stats[STATS_VALUE_TOTAL_MOVEMENT_TIME] = current_day->total_mouse_time.tv_sec; } last_mouse_time = now; } } lock.unlock(); } //! Mouse button activity is reported by the input monitor. void Statistics::button_notify(bool is_press) { lock.lock(); if (current_day != NULL) { if (click_x != -1 && click_y != -1 && prev_x != -1 && prev_y != -1) { int delta_x = click_x - prev_x; int delta_y = click_y - prev_y; int64_t movement = current_day->misc_stats[STATS_VALUE_TOTAL_CLICK_MOVEMENT]; int64_t distance = int(sqrt((double)(delta_x * delta_x + delta_y * delta_y))); movement += distance; if (movement > 0) { current_day->misc_stats[STATS_VALUE_TOTAL_CLICK_MOVEMENT] = movement; } } click_x = prev_x; click_y = prev_y; if (is_press) { current_day->misc_stats[STATS_VALUE_TOTAL_CLICKS]++; } } lock.unlock(); } //! Keyboard activity is reported by the input monitor. void Statistics::keyboard_notify(bool repeat) { if (repeat) return; lock.lock(); if (current_day != NULL) { current_day->misc_stats[STATS_VALUE_TOTAL_KEYSTROKES]++; } lock.unlock(); } workrave-1_10_10/backend/src/Statistics.hh000066400000000000000000000115701263301626300205130ustar00rootroot00000000000000// Statistics.hh // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef STATISTICS_HH #define STATISTICS_HH #include #include #include #include #include #include "IStatistics.hh" #include "IInputMonitorListener.hh" #include "Mutex.hh" // Forward declarion of external interface. namespace workrave { class IBreak; } class TimePred; class PacketBuffer; class Core; class IInputMonitor; using namespace workrave; using namespace std; #ifdef HAVE_DISTRIBUTION #include "IDistributionClientMessage.hh" #include "PacketBuffer.hh" #endif class Statistics : public IStatistics, public IInputMonitorListener #ifdef HAVE_DISTRIBUTION , public IDistributionClientMessage #endif { private: enum StatsMarker { STATS_MARKER_TODAY, STATS_MARKER_HISTORY, STATS_MARKER_END, STATS_MARKER_STARTTIME, STATS_MARKER_STOPTIME, STATS_MARKER_BREAK_STATS, STATS_MARKER_MISC_STATS, }; struct DailyStatsImpl : public DailyStats { //! Total time that the mouse was moving. GTimeVal total_mouse_time; DailyStatsImpl() { memset((void *)&start, 0, sizeof(start)); memset((void *)&stop, 0, sizeof(stop)); for(int i = 0; i < BREAK_ID_SIZEOF; i++) { for(int j = 0; j < STATS_BREAKVALUE_SIZEOF; j++) { break_stats[i][j] = 0; } } for(int j = 0; j < STATS_VALUE_SIZEOF; j++) { misc_stats[j] = 0; } // Empty marker. start.tm_year = 0; total_mouse_time.tv_sec = 0; total_mouse_time.tv_usec = 0; } bool starts_at_date(int y, int m, int d); bool starts_before_date(int y, int m, int d); bool is_empty() const { return start.tm_year == 0; } }; typedef std::vector History; typedef std::vector::iterator HistoryIter; typedef std::vector::reverse_iterator HistoryRIter; public: //! Constructor. Statistics(); //! Destructor virtual ~Statistics(); bool delete_all_history(); public: void init(Core *core); void update(); void dump(); void start_new_day(); void increment_break_counter(BreakId, StatsBreakValueType st); void set_break_counter(BreakId bt, StatsBreakValueType st, int value); void add_break_counter(BreakId bt, StatsBreakValueType st, int value); DailyStatsImpl *get_current_day() const; DailyStatsImpl *get_day(int day) const; void get_day_index_by_date(int y, int m, int d, int &idx, int &next, int &prev) const; int get_history_size() const; void set_counter(StatsValueType t, int value); int64_t get_counter(StatsValueType t); private: void action_notify(); void mouse_notify(int x, int y, int wheel = 0); void button_notify(bool is_press); void keyboard_notify(bool repeat); bool load_current_day(); void update_current_day(bool active); void load_history(); private: void save_day(DailyStatsImpl *stats); void save_day(DailyStatsImpl *stats, std::ofstream &stats_file); void load(std::ifstream &infile, bool history); void day_to_history(DailyStatsImpl *stats); void day_to_remote_history(DailyStatsImpl *stats); void add_history(DailyStatsImpl *stats); #ifdef HAVE_DISTRIBUTION void init_distribution_manager(); bool request_client_message(DistributionClientMessageID id, PacketBuffer &buffer); bool client_message(DistributionClientMessageID id, bool master, const char *client_id, PacketBuffer &buffer); bool pack_stats(PacketBuffer &buffer, const DailyStatsImpl *stats); #endif private: //! Interface to the core_control. Core *core; //! Mouse/Keyboard monitoring. IInputMonitor *input_monitor; //! Last time a mouse event was received. GTimeVal last_mouse_time; //! Statistics of current day. DailyStatsImpl *current_day; //! Has the user been active on the current day? bool been_active; //! History History history; //! Internal locking Mutex lock; //! Previous X coordinate int prev_x; //! Previous Y coordinate int prev_y; //! Previous X-click coordinate int click_x; //! Previous Y-click coordinate int click_y; }; #endif // STATISTICS_HH workrave-1_10_10/backend/src/Test.cc000066400000000000000000000021531263301626300172630ustar00rootroot00000000000000// Test.cc --- The main controller // // Copyright (C) 2006, 2007, 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DBUS #include "DBus.hh" #endif #ifdef HAVE_TESTS #include "nls.h" #include "Test.hh" #include "CoreFactory.hh" #include "Core.hh" #include "IApp.hh" Test *Test::instance = NULL; void Test::quit() { Core *core = Core::get_instance(); core->application->terminate(); } #endif workrave-1_10_10/backend/src/Test.hh000066400000000000000000000021431263301626300172740ustar00rootroot00000000000000// Test.hh --- Whitebox testing code // // Copyright (C) 2006, 2007, 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TEST_H #define TEST_H class Test { public: static Test *get_instance(); void quit(); private: //! The one and only instance static Test *instance; }; //! Returns the singleton Test instance. inline Test * Test::get_instance() { if (instance == NULL) { instance = new Test(); } return instance; } #endif // TEST_H workrave-1_10_10/backend/src/TimePred.hh000066400000000000000000000035531263301626300200740ustar00rootroot00000000000000// TimePred.hh --- Time Predicate // // Copyright (C) 2001, 2002, 2003, 2005, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMEPRED_HH #define TIMEPRED_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif //! A time predicate. /*! Given a previous time that matched, it computes the next time that matches * a certain time-predicate. This is used for, for example, daily limits. * Given the last daily limit (or the current time if there was no previous * daily limit), a time predicate computes the time of the next daily limit. * * This is base class for all time predicates (e.g. daily, weekly,...) */ class TimePred { public: virtual ~TimePred() {} //! Set the last time the predicate matched. virtual void set_last(time_t lastTime) { last_time = lastTime; } //! Computes the next time the predicate matches given the time of the previous match. virtual time_t get_next() = 0; //! Returns the string representation of this predicate. virtual std::string to_string() const = 0; protected: //! Last time the predicate matched. time_t last_time; }; #endif // TIMEPRED_HH workrave-1_10_10/backend/src/TimePredFactory.cc000066400000000000000000000026271263301626300214130ustar00rootroot00000000000000// TimePredFactory.cc // // Copyright (C) 2001, 2002, 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "TimePredFactory.hh" #include "DayTimePred.hh" using namespace std; TimePred * TimePredFactory::create_time_pred(string spec) { TimePred *pred = 0; bool ok = false; std::string type; std::string::size_type pos = spec.find('/'); if (pos != std::string::npos) { type = spec.substr(0, pos); spec = spec.substr(pos + 1); if (type == "day") { DayTimePred *dayPred = new DayTimePred(); ok = dayPred->init(spec); pred = dayPred; } } if (pred && !ok) { delete pred; pred = NULL; } return pred; } workrave-1_10_10/backend/src/TimePredFactory.hh000066400000000000000000000017211263301626300214170ustar00rootroot00000000000000// TimePredFactory.hh // // Copyright (C) 2001, 2002, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMEPREDFACTORY_HH #define TIMEPREDFACTORY_HH #include class TimePred; class TimePredFactory { public: static TimePred *create_time_pred(std::string type); }; #endif // TIMEPREDFACTORY_HH workrave-1_10_10/backend/src/TimeSource.hh000066400000000000000000000022251263301626300204350ustar00rootroot00000000000000// TimeSource.hh --- The Time // // Copyright (C) 2001, 2002, 2003, 2004, 2005 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMESOURCE_HH #define TIMESOURCE_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif //! A source of time. class TimeSource { public: virtual ~TimeSource() {} //! Returns the time of this source. virtual time_t get_time() const = 0; }; #endif // TIMESOURCE_HH workrave-1_10_10/backend/src/Timer.cc000066400000000000000000000621531263301626300174320ustar00rootroot00000000000000// Timer.cc --- break timer // // Copyright (C) 2001 - 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include "CoreFactory.hh" #include "ICore.hh" #include "Timer.hh" #include "TimePredFactory.hh" #include "TimePred.hh" #include "TimeSource.hh" #include "timeutil.h" using namespace std; using namespace workrave; #ifdef HAVE_EXTERN_TIMEZONE # ifndef HAVE_EXTERN_TIMEZONE_DEFINED extern long timezone; # endif #else static int timezone = 0; #endif //! Constructs a new break timer. /*! * \param time_source source of the current time that will be used by the timer. */ Timer::Timer() : timer_enabled(false), timer_frozen(false), activity_state(ACTIVITY_UNKNOWN), timer_state(STATE_INVALID), snooze_interval(60), snooze_on_active(true), snooze_inhibited(false), limit_enabled(true), limit_interval(600), autoreset_enabled(true), autoreset_interval(120), autoreset_interval_predicate(NULL), elapsed_time(0), elapsed_idle_time(0), last_limit_time(0), last_limit_elapsed(0), last_start_time(0), last_reset_time(0), last_stop_time(0), next_reset_time(0), last_pred_reset_time(0), next_pred_reset_time(0), next_limit_time(0), total_overdue_time(0), activity_monitor(NULL), activity_sensitive(true), insensitive_mode(INSENSITIVE_MODE_IDLE_ON_LIMIT_REACHED) { core = CoreFactory::get_core(); } //! Destructor Timer::~Timer() { delete autoreset_interval_predicate; delete activity_monitor; } //! Enables the timer. void Timer::enable() { TRACE_ENTER_MSG("Timer::enable", timer_id << timer_enabled); if (!timer_enabled) { timer_enabled = true; snooze_inhibited = false; snooze_on_active = true; stop_timer(); if (autoreset_enabled && autoreset_interval != 0 && get_elapsed_time() == 0) { // Start with idle time at maximum. elapsed_idle_time = autoreset_interval; } if (limit_enabled && get_elapsed_time() >= limit_interval) { // Break is overdue, force a snooze. last_limit_time = core->get_time(); last_limit_elapsed = 0; compute_next_limit_time(); } compute_next_predicate_reset_time(); } TRACE_EXIT(); } //! Disables the timer. void Timer::disable() { TRACE_ENTER_MSG("Timer::disable", timer_id << timer_enabled); if (timer_enabled) { timer_enabled = false; stop_timer(); last_start_time = 0; last_stop_time = 0; last_reset_time = 0; next_limit_time = 0; next_reset_time = 0; timer_state = STATE_INVALID; } TRACE_EXIT(); } //! Enables or disables limiting /*! * \param b indicates whether the timer limit must be enabled (\c true) or * disabled (\c false). */ void Timer::set_limit_enabled(bool b) { if (limit_enabled != b) { limit_enabled = b; compute_next_limit_time(); } } //! Sets the limit time in seconds. /*! * \param limit_time time at which this timer reaches its limit. * */ void Timer::set_limit(int limit_time) { limit_interval = limit_time; if (get_elapsed_time() < limit_time) { // limit increased, pretend there was no limit-reached yet. last_limit_time = 0; last_limit_elapsed = 0; } compute_next_limit_time(); } //! Enables or disables auto-reset. /*! * \param b indicates whether the timer auto-reset must be enabled (\c true) * or disabled (\c false). */ void Timer::set_auto_reset_enabled(bool b) { autoreset_enabled = b; compute_next_reset_time(); } //! Sets auto-reset time period. /*! * \param resetTime after this amount of idle time the timer will reset itself. */ void Timer::set_auto_reset(int reset_time) { if (reset_time > autoreset_interval) { // increasing reset_time, re-enable limit-reached snoozing. snooze_inhibited = false; } autoreset_interval = reset_time; compute_next_reset_time(); } //! Sets the auto-reset predicate. /*! * \param predicate auto-reset predicate. */ void Timer::set_auto_reset(string predicate) { delete autoreset_interval_predicate; autoreset_interval_predicate = TimePredFactory::create_time_pred(predicate); compute_next_predicate_reset_time(); } //! Sets the snooze interval of the timer. void Timer::set_snooze_interval(time_t t) { snooze_interval = t; } //! Prevents 'limit reached' snoozing until timer reset. void Timer::inhibit_snooze() { snooze_inhibited = true; } //! Marks timer sensitive or insensitive for activity void Timer::set_activity_sensitive(bool a) { TRACE_ENTER_MSG("Timer::set_activity_sensitive", a); activity_sensitive = a; activity_state = ACTIVITY_UNKNOWN; if (!activity_sensitive) { // If timer is made insensitive, start it if // it has some elasped time. Otherwise a daily limit // will never start (well, not until it resets...) time_t elasped = get_elapsed_time(); if (elasped > 0 && (elasped < limit_interval || !limit_enabled)) { activity_state = ACTIVITY_ACTIVE; } } TRACE_EXIT(); } //! Sets the activity insensitive mode void Timer::set_insensitive_mode(InsensitiveMode mode) { insensitive_mode = mode; } //! Forces a activity insensitive timer to become idle void Timer::force_idle() { TRACE_ENTER("Timer::force_idle"); if (!activity_sensitive) { TRACE_MSG("Forcing idle"); activity_state = ACTIVITY_IDLE; } TRACE_EXIT(); } //! Forces a activity insensitive timer to become active void Timer::force_active() { if (!activity_sensitive) { activity_state = ACTIVITY_ACTIVE; } } //! Computes the time the limit will be reached. void Timer::compute_next_limit_time() { // default action. No next limit. next_limit_time = 0; if (timer_enabled) { if (last_limit_time > 0 && !snooze_on_active) { // The timer already reached its limit. We need to re-send the // limit-reached event 'snooze_interval' seconds after the previous // event. Unless snoozing is inhibted. This is independent of // user activity. if (!snooze_inhibited) { next_limit_time = last_limit_time + snooze_interval; } } else if (timer_state == STATE_RUNNING && last_start_time != 0 && limit_enabled && limit_interval != 0) { // The timer is running and a limit != 0 is set. if (last_limit_time > 0) { // The timer already reached its limit. We need to re-send the // limit-reached event after 'snooze_interval' seconds of // activity after the previous event. Unless snoozing is // inhibted. This is dependent of user activity. if (snooze_on_active && !snooze_inhibited) { next_limit_time = (last_start_time - elapsed_time + last_limit_elapsed + snooze_interval); } } else { // The timer did not yet reaches its limit. // new limit = last start time + limit - elapsed. next_limit_time = last_start_time + limit_interval - elapsed_time; } } } } //! Computes the time the auto-reset must take place. void Timer::compute_next_reset_time() { // default action. No next reset. next_reset_time = 0; if (timer_enabled && timer_state == STATE_STOPPED && last_stop_time != 0 && autoreset_enabled && autoreset_interval != 0) { // We are enabled, not running and a reset time != 0 was set. // next reset time = last stop time + auto reset next_reset_time = last_stop_time + autoreset_interval - elapsed_idle_time; if (next_reset_time <= last_reset_time) { // Just is sanity check, can't reset before the previous one.. next_reset_time = 0; } } } void Timer::compute_next_predicate_reset_time() { // This one ALWAYS sends a reset, also when the timer is disabled. if (autoreset_interval_predicate) { if (last_pred_reset_time == 0) { // The timer did not reach a predicate reset before. Just take // the current time as the last reset time... last_pred_reset_time = core->get_time(); } autoreset_interval_predicate->set_last(last_pred_reset_time); next_pred_reset_time = autoreset_interval_predicate->get_next(); } } //! Daily Reset. void Timer::daily_reset_timer() { total_overdue_time = 0; } //! Resets and stops the timer. void Timer::reset_timer() { TRACE_ENTER_MSG("Timer::reset", timer_id << timer_state); // Update total overdue. time_t elapsed = get_elapsed_time(); if (limit_enabled && elapsed > limit_interval) { total_overdue_time += (elapsed - limit_interval); } // Full reset. elapsed_time = 0; last_limit_time = 0; last_limit_elapsed = 0; last_reset_time = core->get_time(); snooze_inhibited = false; snooze_on_active = true; if (timer_state == STATE_RUNNING) { // The timer is reset while running, Pretend the timer just started. last_start_time = core->get_time(); last_stop_time = 0; compute_next_limit_time(); next_reset_time = 0; elapsed_idle_time = 0; } else { // The timer is reset while it is not running. last_start_time = 0; next_reset_time = 0; next_limit_time = 0; if (autoreset_enabled && autoreset_interval != 0) { elapsed_idle_time = autoreset_interval; last_stop_time = core->get_time(); } } next_pred_reset_time = 0; compute_next_predicate_reset_time(); TRACE_EXIT(); } //! Starts the timer. void Timer::start_timer() { TRACE_ENTER_MSG("Timer::start_timer", timer_id << timer_state); if (timer_state != STATE_RUNNING) { // Set last start and stop times. if (!timer_frozen) { // Timer is not frozen, so let's start. last_start_time = core->get_time(); elapsed_idle_time = 0; } else { TRACE_MSG("timer is frozen."); // The timer is frozen, so we don't start counting 'active' time. // Instead, update the elapsed idle time. if (last_stop_time != 0) { elapsed_idle_time += (core->get_time() - last_stop_time); } last_start_time = 0; } // Reset values that are only used when the timer is not running. last_stop_time = 0; next_reset_time = 0; // update state. timer_state = STATE_RUNNING; // When to generate a limit-reached-event. compute_next_limit_time(); } TRACE_EXIT(); } //! Stops the timer. void Timer::stop_timer() { TRACE_ENTER_MSG("Timer::stop_timer", timer_id << " " << timer_state); if (timer_state != STATE_STOPPED) { TRACE_MSG("last_start_time = " << last_start_time); // Update last stop time. last_stop_time = core->get_time(); // Update elapsed time. if (last_start_time != 0) { // But only if we are running... elapsed_time += (last_stop_time - last_start_time); } TRACE_MSG("elapsed_idle_time = " << elapsed_idle_time); TRACE_MSG("elapsed_time = " << elapsed_time); // Reset last start time. last_start_time = 0; // Update state. timer_state = STATE_STOPPED; // When to reset the timer. compute_next_reset_time(); // When to re-send a limit reached? // (in case of !snooze_on_active) compute_next_limit_time(); } TRACE_EXIT(); } //! Snoozes the timer. /*! * When the limit of this timer was reached, the limit reached event will be * re-sent. */ void Timer::snooze_timer() { if (timer_enabled) { // recompute. snooze_on_active = true; next_limit_time = 0; last_limit_time = core->get_time(); last_limit_elapsed = get_elapsed_time(); compute_next_limit_time(); if (!activity_sensitive) { // Start the clock in case of insensitive timer. activity_state = ACTIVITY_ACTIVE; } } } //! Freezes the elapsed time of the timer. void Timer::freeze_timer(bool freeze) { TRACE_ENTER_MSG("Timer::freeze_timer", timer_id << freeze << " " << timer_enabled << " " << activity_sensitive); // Only enabled activity sensitive timers care about freezing. if (timer_enabled && activity_sensitive) { if (freeze && !timer_frozen) { // freeze timer. if (last_start_time != 0 && timer_state == STATE_RUNNING) { elapsed_time += (core->get_time() - last_start_time); last_start_time = 0; } } else if (!freeze && timer_frozen) { // defrost timer. if (timer_state == STATE_RUNNING) { last_start_time = core->get_time(); elapsed_idle_time = 0; compute_next_limit_time(); } } } //test fix for Bug 746 - Micro-break not counting down if (timer_enabled && !freeze && timer_frozen && timer_state == STATE_RUNNING && !last_start_time && !activity_sensitive) { last_start_time = core->get_time(); elapsed_idle_time = 0; compute_next_limit_time(); } timer_frozen = freeze; TRACE_EXIT(); } //! Returns the elapsed idle time. time_t Timer::get_elapsed_idle_time() const { time_t ret = elapsed_idle_time; if (timer_enabled && last_stop_time != 0) { ret += (core->get_time() - last_stop_time); } return ret; } //! Returns the elapsed time. time_t Timer::get_elapsed_time() const { TRACE_ENTER("Timer::get_elapsed_time"); time_t ret = elapsed_time; TRACE_MSG(ret << " " << core->get_time() << " " << last_start_time); if (timer_enabled && last_start_time != 0) { ret += (core->get_time() - last_start_time); } return ret; } //! Returns the total overdue time of the timer. time_t Timer::get_total_overdue_time() const { TRACE_ENTER("Timer::get_total_overdue_time"); time_t ret = total_overdue_time; time_t elapsed = get_elapsed_time(); TRACE_MSG(ret << " " << elapsed); if (limit_enabled && elapsed > limit_interval) { ret += (elapsed - limit_interval); } TRACE_EXIT(); return ret; } //! Ajusts the timer when the system clock time changed. void Timer::shift_time(int delta) { if (last_limit_time > 0) { last_limit_time += delta; } if (last_start_time > 0) { last_start_time += delta; } if (last_reset_time > 0) { last_reset_time += delta; } if (last_pred_reset_time > 0) { last_pred_reset_time += delta; } if (last_stop_time > 0) { last_stop_time += delta; } compute_next_limit_time(); compute_next_reset_time(); compute_next_predicate_reset_time(); } //! Perform timer processing. /*! \param new_activity_state the current activity state as reported by the * (global) activity monitor. * \param info returns the state of the timer. */ void Timer::process(ActivityState new_activity_state, TimerInfo &info) { TRACE_ENTER_MSG("Timer::Process", timer_id << timer_id << " " << new_activity_state); // msvc can't handle std::string conditional tracepoints. use TRACE as the conditional bool TRACE = ( timer_id == "micro_pause" || timer_id == "rest_break" ); (void) TRACE; time_t current_time= core->get_time(); // Default event to return. info.event = TIMER_EVENT_NONE; info.idle_time = get_elapsed_idle_time(); info.elapsed_time = get_elapsed_time(); TRACE_MSG("idle_time = " << info.idle_time); TRACE_MSG("elapsed_time = " << info.elapsed_time); TRACE_MSG("enabled = " << timer_enabled); TRACE_MSG("last_start_time " << last_start_time); TRACE_MSG("next_pred_reset_time " << next_pred_reset_time); TRACE_MSG("next_reset_time " << next_reset_time); TRACE_MSG("time " << current_time); if (activity_monitor != NULL) { // The timer uses its own activity monitor and ignores the 'global' // activity monitor state (ie. new_activity_state). So get the state // of the activity monitor used by this timer. new_activity_state = activity_monitor->get_current_state(); TRACE_MSG("foreign activity state =" << new_activity_state); } else if (activity_sensitive) { // This timer responds to the activity monitoring. TRACE_MSG("is activity sensitive"); } else { // This timer is activity insensitive. It periodically switches between // idle and active. TRACE_MSG("is not activity sensitive"); if (activity_state != ACTIVITY_UNKNOWN) { TRACE_MSG("activity_state = " << activity_state << " new_activity_state = " << new_activity_state << " elapsed_time =" << get_elapsed_time()); if (insensitive_mode == INSENSITIVE_MODE_IDLE_ALWAYS) // Forces ACTIVITY_IDLE every time, regardless of sensitivity { TRACE_MSG("MODE_IDLE_ALWAYS: Forcing ACTIVITY_IDLE"); new_activity_state = activity_state = ACTIVITY_IDLE; } if (activity_state == ACTIVITY_ACTIVE) { if (insensitive_mode == INSENSITIVE_MODE_IDLE_ON_LIMIT_REACHED) { TRACE_MSG("MODE_IDLE_ON_LIMIT_REACHED"); new_activity_state = activity_state; } TRACE_MSG("new_activity_state = " << new_activity_state); } TRACE_MSG("activity_state = " << new_activity_state); } } // Start or stop timer. if (timer_enabled) { if (new_activity_state == ACTIVITY_ACTIVE && timer_state != STATE_RUNNING) { start_timer(); } else if (new_activity_state != ACTIVITY_ACTIVE && timer_state == STATE_RUNNING) { stop_timer(); } } activity_state = new_activity_state; TRACE_MSG("time, next limit " << current_time << " " << next_limit_time << " " << limit_interval << " " << (next_limit_time - current_time) ); TRACE_MSG("activity_state = " << activity_state); if (autoreset_interval_predicate && next_pred_reset_time != 0 && current_time >= next_pred_reset_time) { // A next reset time was set and the current time >= reset time. // So reset the timer and send a reset event. reset_timer(); last_pred_reset_time = core->get_time(); next_pred_reset_time = 0; compute_next_predicate_reset_time(); info.event = TIMER_EVENT_RESET; if (!activity_sensitive) { activity_state = ACTIVITY_IDLE; TRACE_MSG("pred reset, setting state = IDLE"); stop_timer(); } } else if (next_limit_time != 0 && current_time >= next_limit_time) { // A next limit time was set and the current time >= limit time. next_limit_time = 0; last_limit_time = core->get_time(); last_limit_elapsed = get_elapsed_time(); snooze_on_active = true; compute_next_limit_time(); info.event = TIMER_EVENT_LIMIT_REACHED; // Its very unlikely (but not impossible) that this will overrule // the EventStarted. Hey, shit happens. if (!activity_sensitive) { activity_state = ACTIVITY_IDLE; TRACE_MSG("limit reached, setting state = IDLE"); } } else if (next_reset_time != 0 && current_time >= next_reset_time) { // A next reset time was set and the current time >= reset time. next_reset_time = 0; bool natural = limit_enabled && limit_interval >= get_elapsed_time(); reset_timer(); info.event = natural ? TIMER_EVENT_NATURAL_RESET : TIMER_EVENT_RESET; // Idem, may overrule the EventStopped. if (!activity_sensitive) { TRACE_MSG("reset reached, setting state = IDLE"); activity_state = ACTIVITY_IDLE; } } TRACE_EXIT(); } std::string Timer::serialize_state() const { stringstream ss; ss << timer_id << " " << core->get_time() << " " << get_elapsed_time() << " " << last_pred_reset_time << " " << total_overdue_time << " " << snooze_inhibited << " " << last_limit_time << " " << last_limit_elapsed << " " << timezone; return ss.str(); } bool Timer::deserialize_state(const std::string &state, int version) { TRACE_ENTER("Timer::deserialize_state"); istringstream ss(state); time_t saveTime = 0; time_t elapsed = 0; time_t lastReset = 0; time_t overdue = 0; time_t now = core->get_time(); time_t llt = 0; time_t lle = 0; time_t tz = 0; bool si = false; ss >> saveTime >> elapsed >> lastReset >> overdue >> si >> llt >> lle; if (version == 3) { ss >> tz; tz -= timezone; } // Sanity check... if (lastReset > saveTime) { lastReset = saveTime; } // lastReset -= tz; TRACE_MSG(si << " " << llt << " " << lle); TRACE_MSG(snooze_inhibited); last_pred_reset_time = lastReset; total_overdue_time = overdue; elapsed_time = 0; last_start_time = 0; last_stop_time = 0; bool tooOld = ((autoreset_enabled && autoreset_interval != 0) && (now - saveTime > autoreset_interval)); if (! tooOld) { if (autoreset_enabled) { next_reset_time = now + autoreset_interval; } elapsed_time = elapsed; snooze_inhibited = si; } // overdue, so snooze if (limit_enabled && get_elapsed_time() >= limit_interval) { last_limit_time = llt; last_limit_elapsed = lle; compute_next_limit_time(); } compute_next_predicate_reset_time(); TRACE_MSG("elapsed = " << elapsed_time); return true; } void Timer::set_state(int elapsed, int idle, int overdue) { TRACE_ENTER_MSG("Timer::set_state", elapsed << " " << idle << " " << overdue); elapsed_time = elapsed; elapsed_idle_time = idle; if (last_start_time != 0) { last_start_time = core->get_time(); } if (last_stop_time != 0) { last_stop_time = core->get_time(); } if (elapsed_idle_time > autoreset_interval && autoreset_enabled) { elapsed_idle_time = autoreset_interval; } if (overdue != -1) { total_overdue_time = overdue; if (limit_enabled && get_elapsed_time() > limit_interval) { total_overdue_time -= (get_elapsed_time() - limit_interval); } } compute_next_reset_time(); compute_next_limit_time(); compute_next_predicate_reset_time(); TRACE_EXIT(); } void Timer::set_values(int elapsed, int idle) { elapsed_time = elapsed; elapsed_idle_time = idle; last_start_time = 0; last_stop_time = 0; if (timer_state == STATE_RUNNING) { last_start_time = core->get_time(); } else if (timer_state == STATE_STOPPED) { last_stop_time = core->get_time(); } compute_next_limit_time(); compute_next_reset_time(); compute_next_predicate_reset_time(); } void Timer::set_state_data(const TimerStateData &data) { time_t time_diff = core->get_time() - data.current_time; elapsed_time = data.elapsed_time; elapsed_idle_time = data.elapsed_idle_time; last_pred_reset_time = data.last_pred_reset_time; total_overdue_time = data.total_overdue_time; last_limit_time = data.last_limit_time; last_limit_elapsed = data.last_limit_elapsed; snooze_inhibited = data.snooze_inhibited; if (last_pred_reset_time > 0) { last_pred_reset_time += time_diff; } if (last_limit_time > 0) { last_limit_time += time_diff; } last_start_time = 0; last_stop_time = 0; if (timer_state == STATE_RUNNING) { last_start_time = core->get_time(); } else if (timer_state == STATE_STOPPED) { last_stop_time = core->get_time(); } compute_next_limit_time(); compute_next_reset_time(); compute_next_predicate_reset_time(); } void Timer::get_state_data(TimerStateData &data) { TRACE_ENTER("Timer::get_state_data"); data.current_time = core->get_time(); data.elapsed_time = get_elapsed_time(); data.elapsed_idle_time = get_elapsed_idle_time(); data.last_pred_reset_time = last_pred_reset_time; data.total_overdue_time = total_overdue_time; data.last_limit_time = last_limit_time; data.last_limit_elapsed = last_limit_elapsed; data.snooze_inhibited = snooze_inhibited; TRACE_MSG("elapsed = " << data.elapsed_time); TRACE_EXIT(); } workrave-1_10_10/backend/src/Timer.hh000066400000000000000000000144251263301626300174430ustar00rootroot00000000000000// Timer.hh --- Break Timer // // Copyright (C) 2001 - 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMER_HH #define TIMER_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include #include #include "IActivityMonitor.hh" class TimeSource; class TimePred; class DataNode; namespace workrave { class ICore; } enum TimerState { STATE_INVALID, STATE_RUNNING, STATE_STOPPED }; enum InsensitiveMode { INSENSITIVE_MODE_FOLLOW_IDLE, INSENSITIVE_MODE_IDLE_ON_LIMIT_REACHED, INSENSITIVE_MODE_IDLE_ALWAYS }; //! Event generated by the timer. enum TimerEvent { //! No event occurred. TIMER_EVENT_NONE, //! The timer was reset back to 0 after the limit was reached. TIMER_EVENT_RESET, //! The timer was reset back to 0 before the limit was reached. TIMER_EVENT_NATURAL_RESET, //! The timer reached its limit. TIMER_EVENT_LIMIT_REACHED, }; //! Status information of a timer. struct TimerInfo { //! Is this timer enabled? bool enabled; //! Event the timer generated. TimerEvent event; //! Total idle time of the timer. time_t idle_time; //! Total elasped time of the timer. time_t elapsed_time; }; //! The Timer class. /*! * The Timer receives 'active' and 'idle' events from an activity monitor. * Based on these events, the timer will start or stop the clock. * */ class Timer { public: struct TimerStateData { time_t current_time; time_t elapsed_time; time_t elapsed_idle_time; time_t last_pred_reset_time; time_t total_overdue_time; time_t last_limit_time; time_t last_limit_elapsed; bool snooze_inhibited; }; public: // Construction/Destruction. Timer(); virtual ~Timer(); // Control void enable(); void disable(); void snooze_timer(); void freeze_timer(bool f); // Timer processing. void process(ActivityState activityState, TimerInfo &info); // State inquiry time_t get_elapsed_time() const; time_t get_elapsed_idle_time() const; TimerState get_state() const; bool is_enabled() const; // Auto-resetting. void set_auto_reset(int t); void set_auto_reset(TimePred *predicate); void set_auto_reset(std::string predicate); void set_auto_reset_enabled(bool b); bool is_auto_reset_enabled() const; time_t get_auto_reset() const; TimePred *get_auto_reset_predicate() const; time_t get_next_reset_time() const; // Limiting. void set_limit(int t); void set_limit_enabled(bool b); bool is_limit_enabled() const; time_t get_limit() const; time_t get_next_limit_time() const; // Timer ID void set_id(std::string id); std::string get_id() const; // State serialization. std::string serialize_state() const; bool deserialize_state(const std::string &state, int version); void set_state(int elapsed, int idle, int overdue = -1); void set_state_data(const TimerStateData &data); void get_state_data(TimerStateData &data); void set_values(int elapsed, int idle); // Misc time_t get_snooze() const; void set_snooze_interval(time_t time); void inhibit_snooze(); void set_activity_monitor(IActivityMonitor *am); IActivityMonitor *get_activity_monitor() const; bool has_activity_monitor() const; time_t get_total_overdue_time() const; void daily_reset_timer(); void shift_time(int delta); void start_timer(); void stop_timer(); void reset_timer(); bool get_activity_sensitive(); void set_activity_sensitive(bool a); void force_idle(); void force_active(); void set_insensitive_mode(InsensitiveMode mode); private: //! Is this timer enabled ? bool timer_enabled; //! Is the timer frozen? A frozen timer only counts idle time. bool timer_frozen; //! State of the state monitor. ActivityState activity_state; //! State of the timer. TimerState timer_state; //! Default snooze time time_t snooze_interval; //! Snooze on active time instead of on actual time. bool snooze_on_active; //! Don't snooze til next reset or changes. bool snooze_inhibited; //! Is the timer limit enabled? bool limit_enabled; //! Timer limit interval. time_t limit_interval; //! Is the timer auto reset enabled? bool autoreset_enabled; //! Automatic reset time interval. time_t autoreset_interval; //! Auto reset time predicate. (or NULL if not used) TimePred *autoreset_interval_predicate; //! Elapsed time. time_t elapsed_time; //! Elapsed Idle time. time_t elapsed_idle_time; //! Last time the limit was reached. time_t last_limit_time; //! The total elapsed time the last time the limit was reached. time_t last_limit_elapsed; //! Time when the timer was last started. time_t last_start_time; //! Time when the timer was last reset. time_t last_reset_time; //! Time when the timer was last stopped. time_t last_stop_time; //! Next automatic reset time. time_t next_reset_time; //! Time when the timer was last reset because of a predicate. time_t last_pred_reset_time; //! Next automatic predicate reset time. time_t next_pred_reset_time; //! Next limit time. time_t next_limit_time; //! Total overdue time. time_t total_overdue_time; //! Id of the timer. std::string timer_id; //! Core workrave::ICore *core; //! Activity Mobnitor to use. IActivityMonitor *activity_monitor; //! Is this timer sensitive for activity bool activity_sensitive; //! InsensitiveMode insensitive_mode; private: void compute_next_limit_time(); void compute_next_reset_time(); void compute_next_predicate_reset_time(); }; #include "Timer.icc" #endif // TIMER_HH workrave-1_10_10/backend/src/Timer.icc000066400000000000000000000054261263301626300176030ustar00rootroot00000000000000// Timer.icc --- Timer // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //! Does this timer have a limit set? inline bool Timer::is_limit_enabled() const { return limit_enabled; } //! Returns the limit. inline time_t Timer::get_limit() const { return limit_interval; } //! Returns the time the limit will be reached. inline time_t Timer::get_next_limit_time() const { return next_limit_time; } //! Does this timer have an auto reset? inline bool Timer::is_auto_reset_enabled() const { return autoreset_enabled; } //! Returns the auto reset interval. inline time_t Timer::get_auto_reset() const { return autoreset_interval; } //! Returns the auto reset predicate. inline TimePred * Timer::get_auto_reset_predicate() const { return autoreset_interval_predicate; } //! Returns the time the timer will reset. inline time_t Timer::get_next_reset_time() const { return next_reset_time; } //! Returns the snooze interval. inline time_t Timer::get_snooze() const { return snooze_interval; } //! Sets ID of this timer. inline void Timer::set_id(std::string id) { timer_id = id; } //! Gets ID of this timer. inline std::string Timer::get_id() const { return timer_id; } //! Returns the enabled state. /*! * The timer only responds to activity events when enabled. * * \retval true the timer is enabled * \retval false otherwise. */ inline bool Timer::is_enabled() const { return timer_enabled; } //! Returns the timer state. inline TimerState Timer::get_state() const { return timer_state; } //! Sets the activity monitor to be used for this timer. inline void Timer::set_activity_monitor(IActivityMonitor *am) { delete activity_monitor; activity_monitor = am; } //! Returns the activity monitor to be used for this timer. inline IActivityMonitor * Timer::get_activity_monitor() const { return activity_monitor; } //! Does this timer have its own activity monitor? inline bool Timer::has_activity_monitor() const { return activity_monitor != NULL; } //! Is this timer activity sensitive? inline bool Timer::get_activity_sensitive() { return activity_sensitive; } workrave-1_10_10/backend/src/TimerActivityMonitor.hh000066400000000000000000000063401263301626300225250ustar00rootroot00000000000000// TimerActivityMonitor.hh // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERACTIVITYMONITOR_HH #define TIMERACTIVITYMONITOR_HH #include "Core.hh" #include "IActivityMonitor.hh" //! An Activity Monitor that takes its activity state from a timer. /*! This Activity Monitor is 'active' if the timer is running or if * the timer has its idle time not at maximum, 'idle' otherwise. */ class TimerActivityMonitor : public IActivityMonitor { public: //! Constructs an activity monitor that depends on specified timer. TimerActivityMonitor(Timer *t) : timer(t), suspended(false), forced_idle(false) { Core *core = Core::get_instance(); monitor = core->get_activity_monitor(); } virtual ~TimerActivityMonitor() { } //! Stops the activity monitoring. void terminate() { } //! Suspends the activity monitoring. void suspend() { suspended = true; } //! Resumes the activity monitoring. void resume() { suspended = false; } //! Returns the current state ActivityState get_current_state() { TRACE_ENTER("TimerActivityMonitor::get_current_state"); if (forced_idle) { ActivityState local_state = monitor->get_current_state(); TRACE_MSG(local_state) if (local_state != ACTIVITY_IDLE && local_state != ACTIVITY_SUSPENDED) { forced_idle = false; } } if (forced_idle) { TRACE_RETURN("Idle"); return ACTIVITY_IDLE; } if (suspended) { TRACE_RETURN("Suspended"); return ACTIVITY_SUSPENDED; } TimerState state = timer->get_state(); time_t idle = timer->get_elapsed_idle_time(); time_t reset = timer->get_auto_reset(); if (state == STATE_STOPPED && idle >= reset) { TRACE_RETURN("Idle stopped"); return ACTIVITY_IDLE; } else { TRACE_RETURN("Active"); return ACTIVITY_ACTIVE; } } //! Force state to be idle. void force_idle() { TRACE_ENTER("TimerActivityMonitor::force_idle"); TRACE_MSG("Forcing idle"); forced_idle = true; TRACE_EXIT(); } // Returns the collected statistics. //! Sets the activity listener of this monitor. void set_listener(ActivityMonitorListener *l) { (void)l; } private: //! Reference monitor IActivityMonitor *monitor; //! Reference timer. Timer *timer; //! Monitor suspended? bool suspended; //! Is this timer forced idle? bool forced_idle; }; #endif // TIMERACTIVITYMONITOR_HH workrave-1_10_10/backend/src/Variant.hh000066400000000000000000000075671263301626300200000ustar00rootroot00000000000000// Variant.hh // // Copyright (C) 2001 - 2008, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef VARIANT_HH #define VARIANT_HH #include "debug.hh" #include using namespace std; enum VariantType { VARIANT_TYPE_NONE, VARIANT_TYPE_INT, VARIANT_TYPE_LONG, VARIANT_TYPE_BOOL, VARIANT_TYPE_DOUBLE, VARIANT_TYPE_STRING }; class Variant { public: Variant() { } Variant(std::string v) { type = VARIANT_TYPE_STRING; string_value = v; } Variant(int v) { type = VARIANT_TYPE_INT; int_value = v; } Variant(long v) { type = VARIANT_TYPE_LONG; int_value = v; } Variant(bool v) { type = VARIANT_TYPE_BOOL; bool_value = v; } Variant(double v) { type = VARIANT_TYPE_DOUBLE; double_value = v; } Variant(const Variant &rhs) { type = rhs.type; switch(rhs.type) { case VARIANT_TYPE_INT: int_value = rhs.int_value; break; case VARIANT_TYPE_LONG: long_value = rhs.long_value; break; case VARIANT_TYPE_BOOL: bool_value = rhs.bool_value; break; case VARIANT_TYPE_DOUBLE: double_value = rhs.double_value; break; case VARIANT_TYPE_STRING: string_value = rhs.string_value; break; case VARIANT_TYPE_NONE: default: break; } } Variant& operator=(const Variant &lid) { if (this != &lid) { type = lid.type; switch(lid.type) { case VARIANT_TYPE_INT: int_value = lid.int_value; break; case VARIANT_TYPE_LONG: long_value = lid.long_value; break; case VARIANT_TYPE_BOOL: bool_value = lid.bool_value; break; case VARIANT_TYPE_DOUBLE: double_value = lid.double_value; break; case VARIANT_TYPE_STRING: string_value = lid.string_value; break; case VARIANT_TYPE_NONE: default: break; } } return *this; } bool operator!=(const Variant &lid) { return !operator==(lid); } bool operator==(const Variant &lid) { if (type != lid.type) { return false; } switch(lid.type) { case VARIANT_TYPE_INT: return int_value == lid.int_value; break; case VARIANT_TYPE_LONG: return long_value == lid.long_value; break; case VARIANT_TYPE_BOOL: return bool_value == lid.bool_value; break; case VARIANT_TYPE_DOUBLE: return double_value == lid.double_value; break; case VARIANT_TYPE_STRING: return string_value == lid.string_value; break; case VARIANT_TYPE_NONE: default: return false; } } virtual ~Variant() { type = VARIANT_TYPE_NONE; } VariantType get_type() { return type; } //private: VariantType type; std::string string_value; union { int int_value; long long_value; bool bool_value; double double_value; }; }; #endif // VARIANT_HH workrave-1_10_10/backend/src/XMLConfigurator.cc000066400000000000000000000323721263301626300213750ustar00rootroot00000000000000// XMLConfigurator.cc --- Configuration Access // // Copyright (C) 2002, 2003, 2006, 2007, 2009, 2011, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include "Util.hh" #include "XMLConfigurator.hh" using namespace std; //! Constructor XMLConfigurator::XMLConfigurator() : parent(NULL) { } //! Constructor /*! * \param parent pointer to the parent XML node. */ XMLConfigurator::XMLConfigurator(XMLConfigurator *p) : parent(p) { } //! Destructor XMLConfigurator::~XMLConfigurator() { Children::const_iterator i; for (i = node_children.begin(); i != node_children.end(); i++) { delete i->second; } } bool XMLConfigurator::load(string filename) { TRACE_ENTER("XMLConfigurator::load"); last_file_name = filename; GdomeElement *root = NULL; GdomeException exc; // Create URI from filename string uri = "file:///" + filename; if (Util::file_exists(filename)) { // First get a DOMImplementation reference GdomeDOMImplementation *domImpl = NULL; domImpl = gdome_di_mkref(); // Load XML from file. GdomeDocument *doc = gdome_di_createDocFromURI(domImpl, uri.c_str(), GDOME_LOAD_PARSING, &exc); if (doc != NULL) { // Get root element root = gdome_doc_documentElement(doc, &exc); if (root != NULL) { GdomeNode *node = GDOME_N(root); init(node); gdome_el_unref(root, &exc); } gdome_di_freeDoc(domImpl, doc, &exc); } gdome_di_unref(domImpl, &exc); } TRACE_EXIT(); return root != NULL; } bool XMLConfigurator::save(string filename) { TRACE_ENTER_MSG("XMLConfigurator::save", filename); string saveStr; GdomeException exc; // First get a DOMImplementation reference GdomeDOMImplementation *domImpl = NULL; domImpl = gdome_di_mkref(); // Create Doc GdomeDocument *doc = NULL; GdomeElement *root = NULL; save_to(domImpl, &doc, root); if (doc != NULL) { /* Save the created document */ gdome_di_saveDocToFile(domImpl, doc, filename.c_str(), GDOME_SAVE_STANDARD, &exc); gdome_di_freeDoc(domImpl, doc, &exc); } gdome_di_unref(domImpl, &exc); TRACE_EXIT(); return true; } bool XMLConfigurator::save() { return save(last_file_name); } bool XMLConfigurator::remove_key(const std::string &key) { (void) key; return false; } bool XMLConfigurator::get_config_value(const string &key, string &out) const { TRACE_ENTER_MSG("XMLConfigurator::get_config_value", key); bool ret = false; string stripped_key = key; string path = strip_path(stripped_key); if (path != "") { XMLConfigurator *child = get_child(path); if (child != NULL) { ret = child->get_config_value(stripped_key, out); } } else { Attributes::const_iterator i = node_attributes.find(stripped_key); if (i != node_attributes.end()) { out = (*i).second; ret = true; } } TRACE_RETURN(out); return ret; } bool XMLConfigurator::get_config_value(const string &key, bool &out) const { string s; bool ret = get_config_value(key, s); if (ret) { if (s == "true" || s == "yes" || s == "TRUE" || s == "1") out = true; else out = false; } return ret; } bool XMLConfigurator::get_config_value(const string &key, int &out) const { string s; bool ret = get_config_value(key, s); if (ret) { out = atoi(s.c_str()); } return ret; } bool XMLConfigurator::get_config_value(const string &key, long &out) const { string s; bool ret = get_config_value(key, s); if (ret) { out = atol(s.c_str()); } return ret; } bool XMLConfigurator::get_config_value(const string &key, double &out) const { string s; bool ret = get_config_value(key, s); if (ret) { out = atof(s.c_str()); } return ret; } bool XMLConfigurator::set_config_value(const string &key, string v) { TRACE_ENTER_MSG("XMLConfigurator::set_config_value", key << " " << v); bool ret = false; string stripped_key = key; string path = strip_path(stripped_key); if (path != "") { XMLConfigurator *child = get_child(path); if (child != NULL) { ret = child->set_config_value(stripped_key, v); } else if (create_child(path)) { child = get_child(path); if (child != NULL) { ret = child->set_config_value(stripped_key, v); } } } else { node_attributes[stripped_key] = v; ret = true; } TRACE_EXIT(); return ret; } bool XMLConfigurator::set_config_value(const string &key, int v) { stringstream ss; ss << v; set_config_value(key, ss.str()); return true; } bool XMLConfigurator::set_config_value(const string &key, long v) { stringstream ss; ss << v; set_config_value(key, ss.str()); return true; } bool XMLConfigurator::set_config_value(const string &key, bool v) { stringstream ss; if (v) { ss << "1"; } else { ss << "0"; } set_config_value(key, ss.str()); return true; } bool XMLConfigurator::set_config_value(const string &key, double v) { stringstream ss; ss << v; set_config_value(key, ss.str()); return true; } //! Initialize this node. /*! * \param node the Gdome XML node. */ void XMLConfigurator::init(GdomeNode *node) { TRACE_ENTER("XMLConfigurator::init"); GdomeException exc; GdomeDOMString *nodeName = gdome_n_nodeName(node, &exc); GdomeDOMString *nodeValue = gdome_n_nodeValue(node, &exc); if (nodeName != NULL) { setName(nodeName->str); xml_node_name = nodeName->str; } GdomeNodeType nodeType = (GdomeNodeType) gdome_n_nodeType(node, &exc); switch (nodeType) { case GDOME_TEXT_NODE: { break; } case GDOME_DOCUMENT_NODE: { GdomeNode *child = gdome_n_firstChild(node, &exc); while (child != NULL) { if (gdome_n_nodeType(child, &exc) == GDOME_ELEMENT_NODE) { XMLConfigurator *n = new XMLConfigurator(this); n->init(child); node_children[n->getName()] = n; } child = gdome_n_nextSibling(child, &exc); } } break; case GDOME_ELEMENT_NODE: { GdomeNamedNodeMap *attributes = gdome_n_attributes(node, &exc); int attrCount = gdome_nnm_length(attributes, &exc); for (int i = 0; i < attrCount; i++) { GdomeNode *attribute = gdome_nnm_item(attributes, i, &exc); GdomeDOMString *k = gdome_n_nodeName(attribute, &exc); GdomeDOMString *v = gdome_n_nodeValue(attribute, &exc); if (k != NULL && v != NULL) { string key = k->str; string value = v->str; node_attributes[key] = value; if (key == "id") { setName(value); xml_node_name = value; } } if (k != NULL) gdome_str_unref(k); if (v != NULL) gdome_str_unref(v); } GdomeNode *child = gdome_n_firstChild(node, &exc); while (child != NULL) { if (gdome_n_nodeType(child, &exc) == GDOME_ELEMENT_NODE) { XMLConfigurator *n = new XMLConfigurator(this); n->init(child); node_children[n->getName()] = n; } child = gdome_n_nextSibling(child, &exc); } } break; default: cerr << "Unrecognized node type = " << nodeType << endl; } if (nodeName != NULL) gdome_str_unref(nodeName); if (nodeValue != NULL) gdome_str_unref(nodeValue); TRACE_EXIT(); } void XMLConfigurator::save_to(GdomeDOMImplementation *impl, GdomeDocument **doc, GdomeElement *node) { TRACE_ENTER_MSG("XMLConfigurator::save_to", node_name); GdomeException exc; GdomeElement *elem = NULL; /* Create a new element */ GdomeDOMString *name = NULL; if (node_name == "") { name = gdome_str_mkref("workrave"); } else if (xml_node_name != "") { name = gdome_str_mkref(xml_node_name.c_str()); } else { GdomeDOMString *node_name = gdome_n_nodeName((GdomeNode *)node, &exc); if (node_name != NULL) { xml_node_name = node_name->str; gdome_str_unref(node_name); } } if (node == NULL || *doc == NULL) { // Top level node -> Create Doc *doc = gdome_di_createDocument(impl, NULL, name, NULL, &exc); if (doc != NULL) { // Get root element elem = gdome_doc_documentElement(*doc, &exc); } } else { elem = gdome_doc_createElement(*doc, name, &exc); /* append the element to the childs list of the root element */ gdome_el_appendChild(node, (GdomeNode *)elem, &exc); } gdome_str_unref (name); // Add Text Node. // if (m_text != "") // { // GdomeDOMString *value = NULL; // value = gdome_str_mkref(m_text.c_str()); // // GdomeText *textNode = gdome_doc_createTextNode(*doc, value, &exc); // gdome_str_unref(value); // // gdome_el_appendChild (elem, (GdomeNode *)textNode, &exc); // gdome_t_unref(textNode, &exc); // } Attributes::iterator i = node_attributes.begin(); while (i != node_attributes.end()) { GdomeDOMString *name = NULL; GdomeDOMString *value = NULL; name = gdome_str_mkref((*i).first.c_str()); value = gdome_str_mkref((*i).second.c_str()); gdome_el_setAttribute(elem, name, value, &exc); gdome_str_unref(name); gdome_str_unref(value); i++; } Children::iterator ic = node_children.begin(); while (ic != node_children.end()) { ic->second->save_to(impl, doc, elem); ic++; } gdome_el_unref(elem, &exc); TRACE_EXIT(); } string XMLConfigurator::strip_path(string &key) const { TRACE_ENTER("XMLConfigurator::strip_path") std::string::size_type pos = key.rfind('/'); string path; if (pos != std::string::npos) { path = key.substr(0, pos); key = key.substr(pos + 1); } TRACE_EXIT(); return path; } XMLConfigurator * XMLConfigurator::get_child(const string &key) const { TRACE_ENTER_MSG("XMLConfigurator::get_config_value_child", key << "(" << node_name << ")"); XMLConfigurator *ret = NULL; std::string::size_type pos = key.find('/'); string prefix; string newKey; if (pos != std::string::npos) { prefix = key.substr(0, pos); newKey = key.substr(pos + 1); } else { prefix = key; newKey = ""; } TRACE_MSG("new = |" << prefix << "|" << newKey << "|"); Children::const_iterator i = node_children.find(prefix); if (i != node_children.end()) { TRACE_MSG("found"); if (newKey != "") { TRACE_MSG("recursing"); ret = i->second->get_child(newKey); } else { TRACE_MSG("this"); ret = i->second; } } else { TRACE_MSG("not found"); } TRACE_RETURN(" " << (ret != NULL)); return ret; } bool XMLConfigurator::create_child(const string &key) { TRACE_ENTER_MSG("XMLConfigurator::create_child", "|" << key << "|"); bool ret = true; if (key != "") { std:: string::size_type pos = key.find('/'); string prefix; string newKey; if (pos != std::string::npos) { prefix = key.substr(0, pos); newKey = key.substr(pos + 1); } else { prefix = key; newKey = ""; } TRACE_MSG("new = " << prefix << " " << newKey); Children::const_iterator i = node_children.find(prefix); if (i != node_children.end()) { TRACE_MSG("found " << newKey); i->second->create_child(newKey); } else { XMLConfigurator *n = new XMLConfigurator(this); n->setName(prefix); n->xml_node_name = prefix; node_children[prefix] = n; TRACE_MSG("|" << node_path << "|" << prefix << "|" << newKey << "|"); n->create_child(newKey); } } TRACE_EXIT(); return ret; } //! Returns all children. list XMLConfigurator::get_all_children() const { list ret; Children::const_iterator i; for (i = node_children.begin(); i != node_children.end(); i++) { ret.push_back(i->second); } return ret; } workrave-1_10_10/backend/src/XMLConfigurator.hh000066400000000000000000000063041263301626300214030ustar00rootroot00000000000000// XMLConfigurator.hh // // Copyright (C) 2001, 2002, 2006, 2007, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef XMLCONFIGURATOR_HH #define XMLCONFIGURATOR_HH #include #include #include #undef interface #include #include "IConfigBackend.hh" #include "ConfigBackendAdapter.hh" class XMLConfigurator : public virtual IConfigBackend, public virtual ConfigBackendAdapter { public: XMLConfigurator(); XMLConfigurator(XMLConfigurator *parent); virtual ~XMLConfigurator(); // Pure virtuals from Configurator virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_config_value(const std::string &key, std::string &out) const; virtual bool get_config_value(const std::string &key, bool &out) const; virtual bool get_config_value(const std::string &key, int &out) const; virtual bool get_config_value(const std::string &key, long &out) const; virtual bool get_config_value(const std::string &key, double &out) const; virtual bool set_config_value(const std::string &key, std::string v); virtual bool set_config_value(const std::string &key, int v); virtual bool set_config_value(const std::string &key, long v); virtual bool set_config_value(const std::string &key, bool v); virtual bool set_config_value(const std::string &key, double v); private: void init(GdomeNode *node); void save_to(GdomeDOMImplementation *impl, GdomeDocument **doc, GdomeElement *node); std::string strip_path(std::string &key) const; XMLConfigurator *get_child(const std::string &key) const; std::list get_all_children() const; virtual bool create_child(const std::string &key); std::string getName() const { return node_name; } void setName(std::string name) { node_name = name; if (parent != NULL) { node_path = parent->getPath() + node_name + "/"; } } std::string getPath() const { return node_path; } private: typedef std::map Attributes; typedef std::map Children; //! Parent XMLConfigurator *parent; //! File name of the last 'load'. std::string last_file_name; //! Name in XML file. std::string xml_node_name; //! My name (relative to parent) std::string node_name; //! My path (absolute name); std::string node_path; //! All child nodes. Children node_children; //! All attributes Attributes node_attributes; }; #endif // XMLCONFIGURATOR_HH workrave-1_10_10/backend/src/dbus-example.py000066400000000000000000000046231263301626300210010ustar00rootroot00000000000000#!/usr/bin/python import os import sys import pwd import dbus import dbus.decorators import dbus.glib import time import gobject class WorkraveDBus: def __init__(self): bus = dbus.SessionBus() obj = bus.get_object("org.workrave.Workrave", "/org/workrave/Workrave/Core") self.workrave = dbus.Interface(obj, "org.workrave.CoreInterface") self.config = dbus.Interface(obj, "org.workrave.ConfigInterface") self.workrave.connect_to_signal("MicrobreakChanged", self.on_microbreak_changed, sender_keyword='sender') self.workrave.connect_to_signal("RestbreakChanged", self.on_restbreak_changed, sender_keyword='sender') self.workrave.connect_to_signal("DailylimitChanged", self.on_dailylimit_signal, sender_keyword='sender') def on_microbreak_changed(self, progress, sender=None): self.on_break_changed("microbreak", progress) def on_restbreak_changed(self, progress, sender=None): self.on_break_changed("restbreak", progress) def on_dailylimit_signal(self, progress, sender=None): self.on_break_changed("dailylimit", progress) def on_break_changed(self, breakid, progress, sender=None): if progress == "prelude": print "Break warning %s" % breakid elif progress == "break": print "Break %s started" % breakid elif progress == "none": print "Break %s idle" % breakid self.on_break_idle(breakid) else: print "Unknown progress for %s: %s" % (breakid, progress) def on_break_idle(self, breakid): if breakid == "microbreak": configid = "micro_pause" elif breakid == "restbreak": configid = "rest_break" elif breakid == "dailylimit": configid = "daily_limit" limit = self.config.GetInt("/timers/%s/limit" % configid)[0] autoreset = self.config.GetInt("timers/%s/auto_reset" % configid)[0] if self.workrave.GetTimerIdle(breakid) >= autoreset: print "Break %s taken" % breakid elif self.workrave.GetTimerElapsed(breakid) < limit: print "Break %s skipped" % breakid else: print "Break %s postponed" if __name__ == '__main__': d = WorkraveDBus() loop = gobject.MainLoop() loop.run() workrave-1_10_10/backend/src/facedetect.py000066400000000000000000000220661263301626300205030ustar00rootroot00000000000000#!/usr/bin/python # # Copyright (C) 2007, 2008 Rob Caelers # All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # """ Workrave Activity Monitor based on face detection. Based on OpenCV examples. Original C example implementation by: ? Python example implementation by: Roman Stanchak """ import os import sys import pwd import dbus import dbus.decorators import dbus.glib import time import gobject import ConfigParser from optparse import OptionParser from opencv.cv import * from opencv.highgui import * class FaceActivityMonitor: def __init__(self): self.init_variables() self.init_options() self.init_dbus() self.init_face_detect() def cleanup(self): if self.show: cvDestroyWindow("result") def init_variables(self): self.cascade_name = "/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml" self.device = 0 self.show = False self.verbose = False self.face_threshold = 2 self.noface_threshold = 5 # Parameters for haar detection # From the API: # The default parameters (scale_factor=1.1, min_neighbors=3, flags=0) are tuned # for accurate yet slow object detection. For a faster operation on real video # images the settings are: # scale_factor=1.2, min_neighbors=2, flags=CV_HAAR_DO_CANNY_PRUNING, # min_size= 0 def iteration(self): frame = cvQueryFrame(self.capture) if not frame: return False if frame.origin == IPL_ORIGIN_TL: user_detected = self.detect_and_draw(frame) else: if not self.frame_copy: self.frame_copy = cvCreateImage(cvSize(frame.width,frame.height), IPL_DEPTH_8U, frame.nChannels) cvFlip(frame, self.frame_copy, 0) user_detected = self.detect_and_draw(self.frame_copy) self.inform_workrave(user_detected) cvWaitKey(5) def inform_workrave(self, user_detected): if self.ignore: return if user_detected: self.count_face += 1 self.count_noface = 0 else: self.count_noface += 1 self.count_face = 0 if self.count_face >= self.face_threshold: if self.verbose and self.count_face == self.face_threshold: print "Reporting user presence" now = time.time() if now > self.last_time + 5: self.workrave.ReportActivity("facedetect", True) self.last_time = now if self.count_noface == self.noface_threshold: if self.verbose: print "Reporting user absence" self.workrave.ReportActivity("facedetect", False) def microbreak_signal(self, progress, sender=None): self.break_signal("microbreak", progress) def restbreak_signal(self, progress, sender=None): self.break_signal("restbreak", progress) def dailylimit_signal(self, progress, sender=None): self.break_signal("dailylimit", progress) def break_signal(self, breakid, progress, sender=None): if progress != "none": self.count_face = 0 self.count_noface = 0 self.ignore = True; self.workrave.ReportActivity("facedetect", False) else: self.ignore = False; if self.verbose: if progress == "prelude": print "Ignoring user presence: %s warning" % breakid elif progress == "break": print "Ignoring user presence: %s started" % breakid elif progress == "none": print "Resuming presence monitoring: Break %s idle" % breakid else: print "Unknown progress for %s: %s" % (breakid, progress) class Timeout(gobject.Timeout): def __init__(self, context, interval, func, *args): gobject.Timeout.__init__(self, interval, priority=gobject.PRIORITY_HIGH) self.set_callback(self.callback, func, *args) self.attach(context) def callback(self, func, *args): func(*args) return True if __name__ == '__main__': am = FaceActivityMonitor() context = gobject.MainContext() loop = gobject.MainLoop(context=context) source = Timeout(context, 1000, am.iteration) loop.run() workrave-1_10_10/backend/src/org.workrave.Workrave.service.in000066400000000000000000000001121263301626300242420ustar00rootroot00000000000000[Workrave D-BUS Service] Name=org.workrave.Workrave Exec=@bindir@/workraveworkrave-1_10_10/backend/src/org.workrave.gschema.xml.in.in000066400000000000000000000172141263301626300236310ustar00rootroot00000000000000 "default" true 0 14400 "" "day/4:00" 1200 true 30 180 "" "" 150 true 600 2700 "" "" 180 true 3 true 3 true 3 1000 5000 9000 "" 0 0 false false "" "" 27273 3 15 "" "" workrave-1_10_10/backend/src/osx/000077500000000000000000000000001263301626300166455ustar00rootroot00000000000000workrave-1_10_10/backend/src/osx/Makefile.am000066400000000000000000000014471263301626300207070ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2007, 2008, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in noinst_LTLIBRARIES = libworkrave-backend-osx.la AM_CPPFLAGS=-xobjective-c++ if PLATFORM_OS_OSX sourcesosx = OSXInputMonitor.cc OSXInputMonitorFactory.cc OSXConfigurator.cc endif libworkrave_backend_osx_la_SOURCES = \ ${sourcesosx} libworkrave_backend_osx_la_CXXFLAGS = \ -W -I$(top_srcdir)/backend/src -I$(top_srcdir)/backend/include \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ @WR_COMMON_INCLUDES@ \ -D_XOPEN_SOURCE=600 @GLIB_CFLAGS@ @OSX_CFLAGS@ EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.rc)\ $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) workrave-1_10_10/backend/src/osx/OSXConfigurator.cc000066400000000000000000000100541263301626300222100ustar00rootroot00000000000000// OSXConfigurator.cc --- Configuration Access // // Copyright (C) 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #import #import #include #include #include "OSXConfigurator.hh" using namespace std; OSXConfigurator::OSXConfigurator() { } OSXConfigurator::~OSXConfigurator() { } bool OSXConfigurator::load(string filename) { (void) filename; return true; } bool OSXConfigurator::save(string filename) { (void) filename; return true; } bool OSXConfigurator::save() { return true; } bool OSXConfigurator::remove_key(const std::string &key) { TRACE_ENTER_MSG("OSXConfigurator::remove_key", key); NSString* keystring = [NSString stringWithCString:key.c_str() encoding: NSUTF8StringEncoding]; [[NSUserDefaults standardUserDefaults] removeObjectForKey: keystring]; TRACE_EXIT(); return true; } bool OSXConfigurator::get_value(const std::string &key, VariantType type, Variant &out) const { bool ret = false; TRACE_ENTER_MSG("OSXConfigurator::get_value", key); NSString* keystring = [NSString stringWithCString: key.c_str() encoding: NSASCIIStringEncoding]; out.type = type; if ([[NSUserDefaults standardUserDefaults] objectForKey: keystring] != nil) { ret = true; switch(type) { case VARIANT_TYPE_INT: out.int_value = [[NSUserDefaults standardUserDefaults] integerForKey: keystring]; break; case VARIANT_TYPE_BOOL: out.bool_value = [[NSUserDefaults standardUserDefaults] boolForKey: keystring]; break; case VARIANT_TYPE_DOUBLE: out.double_value = [[NSUserDefaults standardUserDefaults] floatForKey: keystring]; break; case VARIANT_TYPE_NONE: out.type = VARIANT_TYPE_STRING; // FALLTHROUGH case VARIANT_TYPE_STRING: { NSString *val = [[NSUserDefaults standardUserDefaults] stringForKey: keystring]; if (val != nil) { out.string_value = [val cStringUsingEncoding:NSUTF8StringEncoding]; } else { ret = false; } } break; default: ret = false; } } TRACE_EXIT(); return ret; } bool OSXConfigurator::set_value(const std::string &key, Variant &value) { bool ret = true; NSString* keystring = [NSString stringWithCString: key.c_str() encoding: NSASCIIStringEncoding]; switch(value.type) { case VARIANT_TYPE_INT: [[NSUserDefaults standardUserDefaults] setInteger: value.int_value forKey: keystring]; break; case VARIANT_TYPE_BOOL: [[NSUserDefaults standardUserDefaults] setBool: value.bool_value forKey: keystring]; break; case VARIANT_TYPE_DOUBLE: [[NSUserDefaults standardUserDefaults] setFloat: value.double_value forKey: keystring]; break; case VARIANT_TYPE_NONE: ret = false; break; case VARIANT_TYPE_STRING: { string val = value.string_value; NSString *string_value = [NSString stringWithCString: val.c_str() encoding: NSASCIIStringEncoding]; [[NSUserDefaults standardUserDefaults] setObject: string_value forKey: keystring]; } break; default: ret = false; } return ret; } workrave-1_10_10/backend/src/osx/OSXConfigurator.hh000066400000000000000000000025151263301626300222250ustar00rootroot00000000000000// OSXConfigurator.hh // // Copyright (C) 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXCONFIGURATOR_HH #define OSXCONFIGURATOR_HH #include #include #include #include "IConfigBackend.hh" class OSXConfigurator : public virtual IConfigBackend { public: OSXConfigurator(); virtual ~OSXConfigurator(); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_value(const std::string &key, VariantType type, Variant &value) const; virtual bool set_value(const std::string &key, Variant &value); }; #endif // OSXCONFIGURATOR_HH workrave-1_10_10/backend/src/osx/OSXInputMonitor.cc000066400000000000000000000045131263301626300222200ustar00rootroot00000000000000// OSXInputMonitor.cc --- ActivityMonitor for OSX // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "OSXInputMonitor.hh" #include "IInputMonitorListener.hh" #include "Thread.hh" OSXInputMonitor::OSXInputMonitor() : terminate_loop(false) { monitor_thread = new Thread(this); io_service = NULL; } OSXInputMonitor::~OSXInputMonitor() { if (monitor_thread != NULL) { monitor_thread->wait(); delete monitor_thread; } } bool OSXInputMonitor::init() { mach_port_t master; IOMasterPort(MACH_PORT_NULL, &master); io_service = IOServiceGetMatchingService(master, IOServiceMatching("IOHIDSystem")); monitor_thread->start(); return true; } //! Stops the activity monitoring. void OSXInputMonitor::terminate() { terminate_loop = true; monitor_thread->wait(); } void OSXInputMonitor::run() { TRACE_ENTER("OSXInputMonitor::run"); while (!terminate_loop) { CFTypeRef property; uint64_t idle_time = 0; property = IORegistryEntryCreateCFProperty(io_service, CFSTR("HIDIdleTime"), kCFAllocatorDefault, 0); CFNumberGetValue((CFNumberRef)property, kCFNumberSInt64Type, &idle_time); CFRelease(property); TRACE_MSG(idle_time); if (idle_time < 1000000000) { fire_action(); TRACE_MSG("fire"); } g_usleep(500000); } TRACE_EXIT() } workrave-1_10_10/backend/src/osx/OSXInputMonitor.hh000066400000000000000000000031571263301626300222350ustar00rootroot00000000000000// OSXInputMonitor.hh --- ActivityMonitor for OSX // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXINPUTMONITOR_HH #define OSXINPUTMONITOR_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_IOKIT #include #include #endif #include "InputMonitor.hh" #include "IInputMonitorListener.hh" #include "Runnable.hh" #include "Thread.hh" //! Activity monitor for OSX. class OSXInputMonitor : public InputMonitor, public Runnable { public: //! Constructor. OSXInputMonitor(); //! Destructor. virtual ~OSXInputMonitor(); bool init(); void terminate() ; void run(); private: //! Terminate driver? bool terminate_loop; //! The activity monitor thread. Thread *monitor_thread; // OS X IO Service io_service_t io_service; }; #endif // OSXINPUTMONITOR_HH workrave-1_10_10/backend/src/osx/OSXInputMonitorFactory.cc000066400000000000000000000030311263301626300235420ustar00rootroot00000000000000// OSXInputMonitorFactory.cc -- Factory to create input monitors // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "debug.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "OSXInputMonitorFactory.hh" #include "OSXInputMonitor.hh" OSXInputMonitorFactory::OSXInputMonitorFactory() { monitor = NULL; } void OSXInputMonitorFactory::init(const std::string &display) { (void)display; } //! Retrieves the input activity monitor IInputMonitor * OSXInputMonitorFactory::get_monitor(IInputMonitorFactory::MonitorCapability capability) { (void) capability; if (monitor == NULL) { monitor = new OSXInputMonitor(); bool init_ok = monitor->init(); if (!init_ok) { delete monitor; monitor = NULL; } } return monitor; } workrave-1_10_10/backend/src/osx/OSXInputMonitorFactory.hh000066400000000000000000000024001263301626300235530ustar00rootroot00000000000000// OSXInputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXINPUTMONITORFACTORY_HH #define OSXINPUTMONITORFACTORY_HH #include #include #include "IInputMonitor.hh" #include "IInputMonitorFactory.hh" //! Factory to create input monitors. class OSXInputMonitorFactory : public IInputMonitorFactory { public: OSXInputMonitorFactory(); void init(const std::string &display); IInputMonitor *get_monitor(MonitorCapability capability); private: IInputMonitor *monitor; }; #endif // INPUTMONITORFACTORY_HH workrave-1_10_10/backend/src/unix/000077500000000000000000000000001263301626300170175ustar00rootroot00000000000000workrave-1_10_10/backend/src/unix/GConfConfigurator.cc000066400000000000000000000176251263301626300227200ustar00rootroot00000000000000// GConfConfigurator.cc --- Configuration Access // // Copyright (C) 2002, 2003, 2006, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #define GCONF_HACK #include "GConfConfigurator.hh" #include "Configurator.hh" #include "Core.hh" using namespace workrave; using namespace std; GConfConfigurator::GConfConfigurator() { gconf_client = gconf_client_get_default(); gconf_root = "/apps/workrave"; #ifndef NDEBUG const char *env = getenv("WORKRAVE_GCONF_ROOT"); if (env != NULL) { gconf_root = env; } int len = gconf_root.length(); if (len > 0) { if (gconf_root[len - 1] == '/') { gconf_root = gconf_root.substr(0, len - 1); } } #endif GError *error = NULL; gconf_client_add_dir(gconf_client, gconf_root.c_str(), GCONF_CLIENT_PRELOAD_NONE, &error); if (error != NULL) { g_error_free(error); } } GConfConfigurator::~GConfConfigurator() { GError *error = NULL; for (IDMapIter i = ids.begin(); i != ids.end(); i++) { guint id = i->first; gconf_client_notify_remove(gconf_client, id); } gconf_client_remove_dir(gconf_client, gconf_root.c_str(), &error); if (error != NULL) { g_error_free(error); } } bool GConfConfigurator::load(string filename) { (void) filename; return true; } bool GConfConfigurator::save(string filename) { (void) filename; return true; } bool GConfConfigurator::save() { return true; } bool GConfConfigurator::get_value(const string &key, GConfValue **value) const { bool ret = true; GError *error = NULL; string full_key = gconf_root + "/" + key; assert(value != NULL); *value = gconf_client_get_without_default(gconf_client, full_key.c_str(), &error); if (error != NULL || *value == NULL) { ret = false; if (*value != NULL) { gconf_value_free(*value); *value = NULL; } if (error != NULL) { g_error_free(error); } } return ret; } bool GConfConfigurator::remove_key(const std::string &key) { bool ret = true; GError *error = NULL; string full_key = gconf_root + "/" + key; ret = gconf_client_unset(gconf_client, full_key.c_str(), &error); if (error != NULL) { g_error_free(error); ret = false; } return ret; } bool GConfConfigurator::get_value(const std::string &key, VariantType type, Variant &out) const { bool ret = false; GConfValue *value; ret = get_value(key, &value); if (ret) { if (type == VARIANT_TYPE_NONE) { switch (value->type) { case GCONF_VALUE_INT: type = VARIANT_TYPE_INT; break; case GCONF_VALUE_BOOL: type = VARIANT_TYPE_BOOL; break; case GCONF_VALUE_FLOAT: type = VARIANT_TYPE_DOUBLE; break; case GCONF_VALUE_STRING: type = VARIANT_TYPE_STRING; break; default: break; } } ret = false; switch(type) { case VARIANT_TYPE_INT: if (value->type == GCONF_VALUE_INT) { out.int_value = gconf_value_get_int(value); ret = true; } break; case VARIANT_TYPE_BOOL: if (value->type == GCONF_VALUE_BOOL) { out.bool_value = gconf_value_get_bool(value); ret = true; } break; case VARIANT_TYPE_DOUBLE: if (value->type == GCONF_VALUE_FLOAT) { out.double_value = gconf_value_get_float(value); ret = true; } break; case VARIANT_TYPE_STRING: if (value->type == GCONF_VALUE_STRING) { out.string_value = gconf_value_get_string(value); ret = true; } break; case VARIANT_TYPE_NONE: default: ret = false; } gconf_value_free(value); } if (ret) { out.type = type; } return ret; } bool GConfConfigurator::set_value(const std::string &key, Variant &value) { bool ret = true; GError *error = NULL; string full_key = gconf_root + "/" + key; switch(value.type) { case VARIANT_TYPE_NONE: ret = false; break; case VARIANT_TYPE_INT: ret = gconf_client_set_int(gconf_client, full_key.c_str(), value.int_value, &error); break; case VARIANT_TYPE_BOOL: ret = gconf_client_set_bool(gconf_client, full_key.c_str(), value.bool_value, &error); break; case VARIANT_TYPE_DOUBLE: ret = gconf_client_set_float(gconf_client, full_key.c_str(), value.double_value, &error); break; case VARIANT_TYPE_STRING: ret = gconf_client_set_string(gconf_client, full_key.c_str(), value.string_value.c_str(), &error); break; default: ret = false; } if (error != NULL) { ret = false; if (error != NULL) { g_error_free(error); } } return ret; } void GConfConfigurator::set_listener(IConfiguratorListener *listener) { this->listener = listener; } bool GConfConfigurator::add_listener(const string &key_prefix) { TRACE_ENTER_MSG("GConfConfigurator::add_listener", key_prefix); string full_key = gconf_root + "/" + key_prefix; GError *error = NULL; guint id = 0; int len = full_key.length(); if (len > 0) { if (full_key[len - 1] == '/') { full_key = full_key.substr(0, len - 1); } } // Add notification callback. id = gconf_client_notify_add(gconf_client, full_key.c_str(), &GConfConfigurator::static_key_changed, (gpointer)this, NULL, &error); if (error != NULL) { g_error_free(error); } else { ids[id] = key_prefix; } TRACE_EXIT(); return error == NULL; } bool GConfConfigurator::remove_listener(const string &remove_key) { bool ret = false; IDMapIter i = ids.begin(); while (i != ids.end()) { IDMapIter next = i; next++; string &key = i->second; if (key == remove_key) { guint id = i->first; gconf_client_notify_remove(gconf_client, id); ids.erase(i); ret = true; } i = next; } return ret; } void GConfConfigurator::static_key_changed(GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) { (void)client; GConfConfigurator *c = (GConfConfigurator *) user_data; c->key_changed(cnxn_id, entry); } void GConfConfigurator::key_changed(guint id, GConfEntry *entry) { TRACE_ENTER_MSG("GConfConfigurator::key_changed", id); (void) entry; IDMapIter i = ids.find(id); if (i != ids.end()) { listener->config_changed_notify(i->second); } TRACE_EXIT(); } workrave-1_10_10/backend/src/unix/GConfConfigurator.hh000066400000000000000000000043631263301626300227250ustar00rootroot00000000000000// GConfConfigurator.hh // // Copyright (C) 2001, 2002, 2003, 2006, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GCONFCONFIGURATOR_HH #define GCONFCONFIGURATOR_HH #include #include #include "glib.h" #ifndef GCONF_HACK class GConfClient; class GConfEntry; class GConfValue; #endif #include "IConfigBackend.hh" class GConfConfigurator : public IConfigBackend, public IConfigBackendMonitoring { public: GConfConfigurator(); virtual ~GConfConfigurator(); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_value(const std::string &key, VariantType type, Variant &value) const; virtual bool set_value(const std::string &key, Variant &value); virtual void set_listener(IConfiguratorListener *listener); virtual bool add_listener(const std::string &key_prefix); virtual bool remove_listener(const std::string &key_prefix); private: bool get_value(const std::string &key, GConfValue **value) const; typedef std::map IDMap; typedef IDMap::iterator IDMapIter; //! id -> key maps IDMap ids; //! GConf thingy GConfClient *gconf_client; //! notify connection ID guint connection_id; //! GConf Root of workrave std::string gconf_root; //! Send changes to. IConfiguratorListener *listener; //! Callback. static void static_key_changed(GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data); //! void key_changed(guint cnxn_id, GConfEntry *entry); }; #endif // GCONFCONFIGURATOR_HH workrave-1_10_10/backend/src/unix/Makefile.am000066400000000000000000000020041263301626300210470ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2007, 2008, 2009, 2010, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in noinst_LTLIBRARIES = libworkrave-backend-unix.la if PLATFORM_OS_UNIX sourcesxinput = UnixInputMonitorFactory.cc X11InputMonitor.cc RecordInputMonitor.cc XScreenSaverMonitor.cc X11LIBS = @X_LIBS@ endif if HAVE_GCONF sourcesgconf = GConfConfigurator.cc endif if PLATFORM_OS_OSX sourcesdummy = dummy.c endif libworkrave_backend_unix_la_SOURCES = \ ${sourcesxinput} ${sourcesgconf} ${sourcesdummy} libworkrave_backend_unix_la_CXXFLAGS = \ -W -I${top_srcdir}/backend/src -I${top_srcdir}/backend/include @X_CFLAGS@ \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 \ @WR_COMMON_INCLUDES@ \ @GLIB_CFLAGS@ @GTK_CFLAGS@ @GCONF_CFLAGS@ EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.rc)\ $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) workrave-1_10_10/backend/src/unix/RecordInputMonitor.cc000066400000000000000000000231231263301626300231350ustar00rootroot00000000000000// RecordInputMonitor.cc --- ActivityMonitor for X11 // // Copyright (C) 2001-2007, 2009, 2010, 2011, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_SYS_SELECT_H #include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_UNISTD_H # include #endif // Solaris needs this... #define NEED_EVENTS #include #include #include #include #include #include #include "RecordInputMonitor.hh" #include "Core.hh" #include "ICore.hh" #include "ICoreEventListener.hh" #include "IInputMonitorListener.hh" #include "timeutil.h" #ifdef HAVE_APP_GTK #include #endif #include "Thread.hh" using namespace std; using namespace workrave; int RecordInputMonitor::xi_event_base = 0; #ifndef HAVE_APP_GTK static int (*old_handler)(Display *dpy, XErrorEvent *error); #endif #ifndef HAVE_APP_GTK //! Intercepts X11 protocol errors. static int errorHandler(Display *dpy, XErrorEvent *error) { (void)dpy; if (error->error_code == BadWindow || error->error_code==BadDrawable) return 0; return 0; } #endif RecordInputMonitor::RecordInputMonitor(const string &display_name) : x11_display(NULL), abort(false) { xrecord_context = 0; xrecord_datalink = NULL; x11_display_name = display_name; monitor_thread = new Thread(this); } RecordInputMonitor::~RecordInputMonitor() { TRACE_ENTER("RecordInputMonitor::~RecordInputMonitor"); if (monitor_thread != NULL) { monitor_thread->wait(); delete monitor_thread; } if (xrecord_datalink != NULL) { XCloseDisplay(xrecord_datalink); } TRACE_EXIT(); } bool RecordInputMonitor::init() { bool ok = init_xrecord(); if (ok) { monitor_thread->start(); } return ok; } void RecordInputMonitor::terminate() { TRACE_ENTER("RecordInputMonitor::terminate"); stop_xrecord(); abort = true; monitor_thread->wait(); TRACE_EXIT(); } void RecordInputMonitor::run() { TRACE_ENTER("RecordInputMonitor::run"); error_trap_enter(); if (XRecordEnableContext(xrecord_datalink, xrecord_context, &handle_xrecord_callback, (XPointer)this)) { error_trap_exit(); xrecord_datalink = NULL; } TRACE_EXIT(); } void RecordInputMonitor::error_trap_enter() { #ifdef HAVE_APP_GTK gdk_error_trap_push(); #else old_handler = XSetErrorHandler(&errorHandler); #endif } void RecordInputMonitor::error_trap_exit() { #ifdef HAVE_APP_GTK gdk_flush (); gint err = gdk_error_trap_pop(); (void) err; #else XSetErrorHandler(old_handler); #endif } void RecordInputMonitor::handle_xrecord_handle_key_event(XRecordInterceptData *data) { (void) data; fire_keyboard(false); } void RecordInputMonitor::handle_xrecord_handle_motion_event(XRecordInterceptData *data) { xEvent *event = (xEvent *)data->data; if (event != NULL) { int x = event->u.keyButtonPointer.rootX; int y = event->u.keyButtonPointer.rootY; fire_mouse(x, y, 0); } else { fire_action(); } } void RecordInputMonitor::handle_xrecord_handle_button_event(XRecordInterceptData *data) { xEvent *event = (xEvent *)data->data; if (event != NULL) { fire_button(event->u.u.type == ButtonPress); } else { fire_action(); } } void RecordInputMonitor::handle_xrecord_handle_device_key_event(bool press, XRecordInterceptData *data) { deviceKeyButtonPointer *event = (deviceKeyButtonPointer *)data->data; static Time lastTime = 0; static int detail = 0; static int state = 0; if (press) { if (event->time != lastTime) { lastTime = event->time; fire_keyboard(state == event->state && detail == event->detail); detail = event->detail; state = event->state; } } else { detail = 0; state = 0; } } void RecordInputMonitor::handle_xrecord_handle_device_motion_event(XRecordInterceptData *data) { deviceKeyButtonPointer *event = (deviceKeyButtonPointer *)data->data; static Time lastTime = 0; if (event->time != lastTime) { lastTime = event->time; int x = event->root_x; int y = event->root_y; fire_mouse(x, y, 0); } } void RecordInputMonitor::handle_xrecord_handle_device_button_event(XRecordInterceptData *data) { deviceKeyButtonPointer *event = (deviceKeyButtonPointer *)data->data; static Time lastTime = 0; if (event->time != lastTime) { lastTime = event->time; fire_button(event->type == xi_event_base + XI_DeviceButtonPress); } } void RecordInputMonitor::handle_xrecord_callback(XPointer closure, XRecordInterceptData * data) { xEvent * event; RecordInputMonitor *monitor = (RecordInputMonitor *) closure; switch (data->category) { case XRecordStartOfData: case XRecordFromClient: case XRecordClientStarted: case XRecordClientDied: case XRecordEndOfData: break; case XRecordFromServer: event = (xEvent *)data->data; if (event->u.u.type == KeyPress) monitor->handle_xrecord_handle_key_event(data); else if (event->u.u.type == ButtonPress || event->u.u.type == ButtonRelease) monitor->handle_xrecord_handle_button_event(data); else if (event->u.u.type == MotionNotify) monitor->handle_xrecord_handle_motion_event(data); else if (xi_event_base != 0) { if (event->u.u.type == xi_event_base + XI_DeviceMotionNotify) { monitor->handle_xrecord_handle_device_motion_event(data); } else if (event->u.u.type == xi_event_base + XI_DeviceKeyPress) { monitor->handle_xrecord_handle_device_key_event(true, data); } else if (event->u.u.type == xi_event_base + XI_DeviceKeyRelease) { monitor->handle_xrecord_handle_device_key_event(false, data); } else if (event->u.u.type == xi_event_base + XI_DeviceButtonPress || event->u.u.type == xi_event_base + XI_DeviceButtonRelease) { monitor->handle_xrecord_handle_device_button_event(data); } } break; } if (data != NULL) { XRecordFreeData(data); } } //! Initialize the XRecord monitoring. bool RecordInputMonitor::init_xrecord() { TRACE_ENTER("RecordInputMonitor::init_xrecord"); bool use_xrecord = false; int major, minor; if ((x11_display = XOpenDisplay(x11_display_name.c_str())) == NULL) { return false; } if (XRecordQueryVersion(x11_display, &major, &minor)) { xrecord_context = 0; xrecord_datalink = NULL; use_xrecord = true; // Receive from ALL clients, including future clients. XRecordClientSpec client = XRecordAllClients; // Receive KeyPress, KeyRelease, ButtonPress, ButtonRelease and // MotionNotify events. XRecordRange *recordRange = XRecordAllocRange(); if (recordRange != NULL) { memset(recordRange, 0, sizeof(XRecordRange)); int dummy = 0; Bool have_xi = XQueryExtension(x11_display, "XInputExtension", &dummy, &xi_event_base, &dummy); if (have_xi && xi_event_base != 0) { TRACE_MSG("Using XI Events"); recordRange->device_events.first = xi_event_base + XI_DeviceKeyPress; recordRange->device_events.last = xi_event_base + XI_DeviceMotionNotify; } else { TRACE_MSG("Using Core Events"); recordRange->device_events.first = KeyPress; recordRange->device_events.last = MotionNotify; } // And create the XRECORD context. xrecord_context = XRecordCreateContext(x11_display, 0, &client, 1, &recordRange, 1); XFree(recordRange); } if (xrecord_context != 0) { XSync(x11_display, True); xrecord_datalink = XOpenDisplay(x11_display_name.c_str()); } if (xrecord_datalink == NULL) { XRecordFreeContext(x11_display, xrecord_context); xrecord_context = 0; use_xrecord = false; } } TRACE_MSG("use_xrecord= " << use_xrecord); TRACE_EXIT(); return use_xrecord; } //! Stop the XRecord activity monitoring. bool RecordInputMonitor::stop_xrecord() { TRACE_ENTER("RecordInputMonitor::stop_xrecord"); XRecordDisableContext(xrecord_datalink, xrecord_context); XRecordFreeContext(x11_display, xrecord_context); XFlush(xrecord_datalink); XCloseDisplay(x11_display); x11_display = NULL; TRACE_EXIT(); return true; } workrave-1_10_10/backend/src/unix/RecordInputMonitor.hh000066400000000000000000000050741263301626300231540ustar00rootroot00000000000000// RecordInputMonitor.hh --- ActivityMonitor for X11 // // Copyright (C) 2001 - 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef RECORDINPUTMONITOR_HH #define RECORDINPUTMONITOR_HH #include #include #include #include #include "InputMonitor.hh" #include "Runnable.hh" #include "Thread.hh" //! Activity monitor for a local X server. class RecordInputMonitor : public InputMonitor, public Runnable { public: //! Constructor. RecordInputMonitor(const std::string &display_name); //! Destructor. virtual ~RecordInputMonitor(); //! Initialize virtual bool init(); //! Terminate the monitor. virtual void terminate(); private: //! The monitor's execution thread. virtual void run(); void error_trap_enter(); void error_trap_exit(); //! Initialize bool init_xrecord(); //! Stop the capturing. bool stop_xrecord(); void handle_xrecord_handle_key_event(XRecordInterceptData *data); void handle_xrecord_handle_motion_event(XRecordInterceptData *data); void handle_xrecord_handle_button_event(XRecordInterceptData *data); void handle_xrecord_handle_device_key_event(bool press, XRecordInterceptData *data); void handle_xrecord_handle_device_motion_event(XRecordInterceptData *data); void handle_xrecord_handle_device_button_event(XRecordInterceptData *data); static void handle_xrecord_callback(XPointer closure, XRecordInterceptData * data); private: //! The X11 display name. std::string x11_display_name; //! The X11 display handle. Display *x11_display; //! Abort the main loop bool abort; //! The activity monitor thread. Thread *monitor_thread; //! XRecord context. Defines clients and events to capture. XRecordContext xrecord_context; //! X Connection for event capturing. Display *xrecord_datalink; // Event base for Xinput events static int xi_event_base; }; #endif // RECORDINPUTMONITOR_HH workrave-1_10_10/backend/src/unix/UnixInputMonitorFactory.cc000066400000000000000000000110521263301626300241700ustar00rootroot00000000000000// UnixInputMonitorFactory.cc -- Factory to create input monitors // // Copyright (C) 2007, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "debug.hh" #include "Core.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "StringUtil.hh" #include "UnixInputMonitorFactory.hh" #include "RecordInputMonitor.hh" #include "X11InputMonitor.hh" #include "XScreenSaverMonitor.hh" UnixInputMonitorFactory::UnixInputMonitorFactory() : error_reported(false) { monitor = NULL; } void UnixInputMonitorFactory::init(const std::string &display) { this->display = display; } //! Retrieves the input activity monitor IInputMonitor * UnixInputMonitorFactory::get_monitor(IInputMonitorFactory::MonitorCapability capability) { TRACE_ENTER("UnixInputMonitorFactory::get_monitor"); (void) capability; if (monitor == NULL) { bool initialized = false; string configure_monitor_method; vector available_monitors; StringUtil::split(HAVE_MONITORS, ',', available_monitors); TRACE_MSG("available_monitors " << HAVE_MONITORS << " " << available_monitors.size()); CoreFactory::get_configurator()->get_value_with_default("advanced/monitor", configure_monitor_method, "default"); vector::const_iterator start = available_monitors.end(); if (configure_monitor_method != "default") { TRACE_MSG("use configured: " << configure_monitor_method); start = find(available_monitors.begin(), available_monitors.end(), configure_monitor_method); } if (start == available_monitors.end()) { start = available_monitors.begin(); TRACE_MSG("Start first available"); } vector::const_iterator loop = start; while(1) { string actual_monitor_method = *loop; TRACE_MSG("Test " << actual_monitor_method); if (actual_monitor_method == "record") { monitor = new RecordInputMonitor(display); } else if (actual_monitor_method == "screensaver") { monitor = new XScreenSaverMonitor(); } else if (actual_monitor_method == "x11events") { monitor = new X11InputMonitor(display); } initialized = monitor->init(); if (initialized) { TRACE_MSG("Success"); break; } delete monitor; monitor = NULL; loop++; if (loop == available_monitors.end()) { loop = available_monitors.begin(); } if (loop == start) { break; } } if (!initialized) { TRACE_MSG("Non found"); if (!error_reported) { error_reported = true; g_idle_add(static_report_failure, NULL); } CoreFactory::get_configurator()->set_value("advanced/monitor", "default"); CoreFactory::get_configurator()->save(); actual_monitor_method = ""; } else { if (configure_monitor_method != "default") { CoreFactory::get_configurator()->set_value("advanced/monitor", actual_monitor_method); CoreFactory::get_configurator()->save(); } TRACE_MSG("using " << actual_monitor_method); } } TRACE_EXIT(); return monitor; } gboolean UnixInputMonitorFactory::static_report_failure(void *data) { (void) data; Core *core = Core::get_instance(); core->post_event(CORE_EVENT_MONITOR_FAILURE); return FALSE; } workrave-1_10_10/backend/src/unix/UnixInputMonitorFactory.hh000066400000000000000000000026671263301626300242160ustar00rootroot00000000000000// UnixInputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef UNIXINPUTMONITORFACTORY_HH #define UNIXINPUTMONITORFACTORY_HH #include #include #include "IInputMonitorFactory.hh" #include //! Factory to create input monitors. class UnixInputMonitorFactory : public IInputMonitorFactory { public: UnixInputMonitorFactory(); virtual void init(const std::string &display); virtual IInputMonitor *get_monitor(IInputMonitorFactory::MonitorCapability capability); private: static gboolean static_report_failure(void *data); bool error_reported; std::string actual_monitor_method; IInputMonitor *monitor; std::string display; }; #endif // UNIXINPUTMONITORFACTORY_HH workrave-1_10_10/backend/src/unix/X11InputMonitor.cc000066400000000000000000000156501263301626300222760ustar00rootroot00000000000000// X11InputMonitor.cc --- ActivityMonitor for X11 // // Copyright (C) 2001 - 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_SYS_SELECT_H #include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_UNISTD_H # include #endif // Solaris needs this... #define NEED_EVENTS #include #include #include #include #include #include #include "X11InputMonitor.hh" #include "Core.hh" #include "ICore.hh" #include "ICoreEventListener.hh" #include "IInputMonitorListener.hh" #include "timeutil.h" #ifdef HAVE_APP_GTK #include #endif #include "Thread.hh" using namespace std; using namespace workrave; #ifndef HAVE_APP_GTK static int (*old_handler)(Display *dpy, XErrorEvent *error); #endif #ifndef HAVE_APP_GTK //! Intercepts X11 protocol errors. static int errorHandler(Display *dpy, XErrorEvent *error) { (void)dpy; if (error->error_code == BadWindow || error->error_code==BadDrawable) return 0; return 0; } #endif //! Obtains the next X11 event with specified timeout. static Bool XNextEventTimed(Display* dsp, XEvent* event_return, long millis) { if (millis == 0) { XNextEvent(dsp, event_return); return True; } struct timeval tv; tv.tv_sec = millis / 1000; tv.tv_usec = (millis % 1000) * 1000; XFlush(dsp); if (XPending(dsp)) { XNextEvent(dsp, event_return); return True; } else { int fd = ConnectionNumber(dsp); fd_set readset; FD_ZERO(&readset); FD_SET(fd, &readset); if (select(fd+1, &readset, NULL, NULL, &tv) <= 0) { return False; } else { if (XPending(dsp)) { XNextEvent(dsp, event_return); return True; } else { return False; } } } } X11InputMonitor::X11InputMonitor(const string &display_name) : x11_display(NULL), abort(false) { x11_display_name = display_name; monitor_thread = new Thread(this); } // FIXME: never executed.... X11InputMonitor::~X11InputMonitor() { TRACE_ENTER("X11InputMonitor::~X11InputMonitor"); if (monitor_thread != NULL) { monitor_thread->wait(); delete monitor_thread; } TRACE_EXIT(); } bool X11InputMonitor::init() { monitor_thread->start(); return true; } void X11InputMonitor::terminate() { TRACE_ENTER("X11InputMonitor::terminate"); abort = true; monitor_thread->wait(); TRACE_EXIT(); } void X11InputMonitor::run() { TRACE_ENTER("X11InputMonitor::run"); if ((x11_display = XOpenDisplay(x11_display_name.c_str())) == NULL) { return; } error_trap_enter(); root_window = DefaultRootWindow(x11_display); set_all_events(root_window); XGrabButton(x11_display, AnyButton, AnyModifier, root_window, True, ButtonPressMask, GrabModeSync, GrabModeAsync, None, None); XSync(x11_display,False); error_trap_exit(); while (1) { XEvent event; bool gotEvent = XNextEventTimed(x11_display, &event, 100); if (abort) { TRACE_EXIT(); return; } if (gotEvent) { error_trap_enter(); switch (event.xany.type) { case KeyPress: handle_keypress(&event); break; case CreateNotify: handle_create(&event); break; case ButtonPress: case ButtonRelease: handle_button(&event); break; } error_trap_exit(); } // timeout Window root, child; int root_x, root_y, win_x, win_y; unsigned mask; error_trap_enter(); XQueryPointer(x11_display, root_window, &root, &child, &root_x, &root_y, &win_x, &win_y, &mask); error_trap_exit(); fire_mouse(root_x, root_y); } TRACE_EXIT(); } void X11InputMonitor::set_event_mask(Window window) { XWindowAttributes attrs; unsigned long events; Window root,parent,*children; unsigned int nchildren; char *name; if (!XQueryTree(x11_display, window, &root, &parent, &children, &nchildren)) return; if (XFetchName(x11_display, window, &name)) { //printf("Watching: %s\n", name); XFree(name); } if (parent == None) { attrs.all_event_masks = attrs.do_not_propagate_mask = KeyPressMask; } else { XGetWindowAttributes(x11_display, window, &attrs); } events=((attrs.all_event_masks | attrs.do_not_propagate_mask) & KeyPressMask); XSelectInput(x11_display, window, SubstructureNotifyMask|PropertyChangeMask|EnterWindowMask|events); if (children) { while (nchildren) { set_event_mask(children[--nchildren]); } XFree(children); } } void X11InputMonitor::set_all_events(Window window) { error_trap_enter(); set_event_mask(window); XSync(x11_display,False); error_trap_exit(); } void X11InputMonitor::handle_keypress(XEvent *event) { (void) event; fire_keyboard(false); } void X11InputMonitor::handle_create(XEvent *event) { set_all_events(event->xcreatewindow.window); } void X11InputMonitor::handle_button(XEvent *event) { (void) event; XSync(x11_display, 0); XAllowEvents(x11_display, ReplayPointer, CurrentTime); XSync(x11_display, 0); if (event != NULL) { // FIXME: this is a hack. XGrabButton does not generate a button release // event... fire_button(true); fire_button(false); } else { fire_action(); } } void X11InputMonitor::error_trap_enter() { #ifdef HAVE_APP_GTK gdk_error_trap_push(); #else old_handler = XSetErrorHandler(&errorHandler); #endif } void X11InputMonitor::error_trap_exit() { #ifdef HAVE_APP_GTK gdk_flush (); gint err = gdk_error_trap_pop(); (void) err; #else XSetErrorHandler(old_handler); #endif } workrave-1_10_10/backend/src/unix/X11InputMonitor.hh000066400000000000000000000040771263301626300223110ustar00rootroot00000000000000// X11InputMonitor.hh --- ActivityMonitor for X11 // // Copyright (C) 2001 - 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef X11INPUTMONITOR_HH #define X11INPUTMONITOR_HH #include #include #include #include "InputMonitor.hh" #include "Runnable.hh" #include "Thread.hh" //! Activity monitor for a local X server. class X11InputMonitor : public InputMonitor, public Runnable { public: //! Constructor. X11InputMonitor(const std::string &display_name); //! Destructor. virtual ~X11InputMonitor(); //! Initialize virtual bool init(); //! Terminate the monitor. virtual void terminate(); private: //! The monitor's execution thread. virtual void run(); void error_trap_enter(); void error_trap_exit(); private: //! Internal X magic void set_event_mask(Window window); //! Internal X magic void set_all_events(Window window); //! Handle a key press event. void handle_keypress(XEvent *event); //! Handle a window creation event. void handle_create(XEvent *event); //! Handle a mouse button event. void handle_button(XEvent *event); private: //! The X11 display name. std::string x11_display_name; //! The X11 display handle. Display *x11_display; //! The X11 root window handle. Window root_window; //! Abort the main loop bool abort; //! The activity monitor thread. Thread *monitor_thread; }; #endif // X11INPUTMONITOR_HH workrave-1_10_10/backend/src/unix/XScreenSaverMonitor.cc000066400000000000000000000053471263301626300232570ustar00rootroot00000000000000// XScreenSaverMonitor.cc --- ActivityMonitor for X11 // // Copyright (C) 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include "XScreenSaverMonitor.hh" #include "Core.hh" #include "ICore.hh" #include "ICoreEventListener.hh" #include "IInputMonitorListener.hh" #include "Thread.hh" using namespace std; using namespace workrave; XScreenSaverMonitor::XScreenSaverMonitor() : abort(false), screen_saver_info(NULL) { monitor_thread = new Thread(this); mutex = g_mutex_new(); cond = g_cond_new(); } XScreenSaverMonitor::~XScreenSaverMonitor() { TRACE_ENTER("XScreenSaverMonitor::~XScreenSaverMonitor"); if (monitor_thread != NULL) { monitor_thread->wait(); delete monitor_thread; } g_mutex_free(mutex); g_cond_free(cond); TRACE_EXIT(); } bool XScreenSaverMonitor::init() { int event_base; int error_base; Bool has_extension = XScreenSaverQueryExtension(gdk_x11_display_get_xdisplay(gdk_display_get_default()), &event_base, &error_base); if (has_extension) { screen_saver_info = XScreenSaverAllocInfo(); monitor_thread->start(); } return has_extension; } void XScreenSaverMonitor::terminate() { TRACE_ENTER("XScreenSaverMonitor::terminate"); g_mutex_lock(mutex); abort = true; g_cond_broadcast(cond); g_mutex_unlock(mutex); monitor_thread->wait(); monitor_thread = NULL; TRACE_EXIT(); } void XScreenSaverMonitor::run() { TRACE_ENTER("XScreenSaverMonitor::run"); g_mutex_lock(mutex); while (!abort) { XScreenSaverQueryInfo(gdk_x11_display_get_xdisplay(gdk_display_get_default()), gdk_x11_get_default_root_xwindow(), screen_saver_info); if (screen_saver_info->idle < 1000) { /* Notify the activity monitor */ fire_action(); } #if GLIB_CHECK_VERSION(2, 32, 0) gint64 end_time = g_get_monotonic_time() + G_TIME_SPAN_SECOND; g_cond_wait_until(cond, mutex, end_time); #else g_usleep(500000); #endif } g_mutex_unlock(mutex); TRACE_EXIT(); } workrave-1_10_10/backend/src/unix/XScreenSaverMonitor.hh000066400000000000000000000031511263301626300232600ustar00rootroot00000000000000// XScreenSaverMonitor.hh --- ActivityMonitor for X11 // // Copyright (C) 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef XSCREENSAVERMONITOR_HH #define XSCREENSAVERMONITOR_HH #include #include #include #include #include "InputMonitor.hh" #include "Runnable.hh" #include "Thread.hh" //! Activity monitor for a local X server. class XScreenSaverMonitor : public InputMonitor, public Runnable { public: //! Constructor. XScreenSaverMonitor(); //! Destructor. virtual ~XScreenSaverMonitor(); //! Initialize virtual bool init(); //! Terminate the monitor. virtual void terminate(); private: //! The monitor's execution thread. virtual void run(); private: //! Abort the main loop bool abort; //! The activity monitor thread. Thread *monitor_thread; // XScreenSaverInfo *screen_saver_info; GMutex *mutex; GCond *cond; }; #endif // XSCREENSAVERMONITOR_HH workrave-1_10_10/backend/src/unix/dummy.c000066400000000000000000000022271263301626300203210ustar00rootroot00000000000000/* * Copyright (C) 2001-2007 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Some systems, reportedly OpenBSD and Mac OS X, refuse to create libraries without any object files. You might get an error like: > ar cru .libs/libgl.a > ar: no archive members specified Compiling this file, and adding its object file to the library, will prevent the library from being empty. */ /* This declaration is solely to ensure that after preprocessing this file is never empty. */ typedef int dummy; workrave-1_10_10/backend/src/win32/000077500000000000000000000000001263301626300167765ustar00rootroot00000000000000workrave-1_10_10/backend/src/win32/Harpoon.cc000066400000000000000000000225341263301626300207210ustar00rootroot00000000000000// Harpoon.cc --- ActivityMonitor for W32 // // Copyright (C) 2007, 2010, 2013 Ray Satiro // Copyright (C) 2007, 2008 Rob Caelers // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "debug.hh" #include "Harpoon.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "Util.hh" #include "timeutil.h" #include "harpoon.h" #include "HarpoonHelper.h" using namespace workrave; using namespace std; char Harpoon::critical_filename_list[HARPOON_MAX_UNBLOCKED_APPS][511]; HWND Harpoon::helper_window = NULL; bool Harpoon::helper_started = false; Harpoon::Harpoon() { } Harpoon::~Harpoon() { terminate(); } bool Harpoon::init(HarpoonHookFunc func) { TRACE_ENTER("Harpoon::init"); assert( HARPOON_MAX_UNBLOCKED_APPS ); init_critical_filename_list(); bool debug, mouse_lowlevel, keyboard_lowlevel; CoreFactory::get_configurator()-> get_value_with_default( "advanced/harpoon/debug", debug, false ); bool default_mouse_lowlevel = false; if ( LOBYTE( LOWORD( GetVersion() ) ) >= 6) { default_mouse_lowlevel = true; } CoreFactory::get_configurator()-> get_value_with_default( "advanced/harpoon/mouse_lowlevel", mouse_lowlevel, default_mouse_lowlevel ); CoreFactory::get_configurator()-> get_value_with_default( "advanced/harpoon/keyboard_lowlevel", keyboard_lowlevel, true ); if (!harpoon_init(critical_filename_list, (BOOL)debug)) { TRACE_RETURN("Cannot init"); return false; } if (func != NULL) { if (!harpoon_hook(func, (BOOL)keyboard_lowlevel, (BOOL)mouse_lowlevel)) { TRACE_RETURN("Cannot hook"); return false; } } if (is_64bit_windows()) { TRACE_MSG("start helper"); start_harpoon_helper(); } TRACE_RETURN(true); return true; } //! Stops the activity monitoring. void Harpoon::terminate() { stop_harpoon_helper(); harpoon_exit(); } void Harpoon::block_input() { harpoon_block_input(); if (helper_started) { if (helper_window == NULL) { helper_window = recursive_find_window(NULL, HARPOON_HELPER_WINDOW_CLASS); } if (helper_window != NULL) { PostMessage(helper_window, WM_USER + HARPOON_HELPER_BLOCK, 0, 0); } } } void Harpoon::unblock_input() { harpoon_unblock_input(); if (helper_started) { if (helper_window == NULL) { helper_window = recursive_find_window(NULL, HARPOON_HELPER_WINDOW_CLASS); } if (helper_window != NULL) { PostMessage(helper_window, WM_USER + HARPOON_HELPER_UNBLOCK, 0, 0); } } } void Harpoon::init_critical_filename_list() { int i, filecount; // Task Manager is always on the critical_filename_list if( GetVersion() >= 0x80000000 ) // Windows Me/98/95 strcpy( critical_filename_list[ 0 ], "taskman.exe" ); else if( !check_for_taskmgr_debugger( critical_filename_list[ 0 ] ) ) strcpy( critical_filename_list[ 0 ], "taskmgr.exe" ); for( i = 1; i < HARPOON_MAX_UNBLOCKED_APPS; ++i ) critical_filename_list[ i ][ 0 ] = '\0'; filecount = 0; if( !CoreFactory::get_configurator()-> get_value( "advanced/critical_files/filecount", filecount) || !filecount ) return; if( filecount >= HARPOON_MAX_UNBLOCKED_APPS ) // This shouldn't happen { filecount = HARPOON_MAX_UNBLOCKED_APPS - 1; CoreFactory::get_configurator()-> set_value( "advanced/critical_files/filecount", filecount ); } char loc[40]; string buffer; for( i = 1; i <= filecount; ++i ) { sprintf( loc, "advanced/critical_files/file%d", i ); if( CoreFactory::get_configurator()-> get_value( loc, buffer) ) { strncpy( critical_filename_list[ i ], buffer.c_str(), 510 ); critical_filename_list[ i ][ 510 ] = '\0'; } } } bool Harpoon::check_for_taskmgr_debugger( char *out ) { HKEY hKey = NULL; LONG err; DWORD size; unsigned char *p, *p2, *buffer; // If there is a debugger for taskmgr, it's always critical err = RegOpenKeyExA( HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\" "Image File Execution Options\\taskmgr.exe", 0, KEY_QUERY_VALUE, &hKey ); if( err != ERROR_SUCCESS ) { RegCloseKey( hKey ); return false; } // get the size, in bytes, required for buffer err = RegQueryValueExA( hKey, "Debugger", NULL, NULL, NULL, &size ); if( err != ERROR_SUCCESS || !size ) { RegCloseKey( hKey ); return false; } if( !( buffer = (unsigned char *)malloc( size + 1 ) ) ) { RegCloseKey( hKey ); return false; } err = RegQueryValueExA( hKey, "Debugger", NULL, NULL, (LPBYTE)buffer, &size ); if( err != ERROR_SUCCESS || !size ) { free( buffer ); RegCloseKey( hKey ); return false; } buffer[ size ] = '\0'; // get to innermost quoted for( p2 = buffer; *p2 == '\"'; ++p2 ) ; if( p2 != buffer ) // e.g. "my debugger.exe" /y /x { if( (p = _mbschr( p2, '\"' )) ) *p = '\0'; } else // e.g. debugger.exe /y /x { if( (p = _mbschr( p2, ' ' )) ) *p = '\0'; } // Search the path to find where the filename starts: if( (p = (unsigned char *)_mbsrchr( p2, '\\' )) ) // Point to first (mb) filename character ++p; else // No path. p = p2; _mbstrncpy_lowercase( out, (char *)p, 510 ); out[ 510 ] = '\0'; RegCloseKey( hKey ); free( buffer ); return true; } bool Harpoon::is_64bit_windows() { TRACE_ENTER("Harpoon::is_64bit_windows"); #if defined(_WIN64) TRACE_RETURN("Yes. win64 build"); return true; // 64-bit programs run only on Win64 #elif defined(_WIN32) BOOL f64 = FALSE; typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS)(HANDLE, PBOOL); LPFN_ISWOW64PROCESS fnIsWow64Process; fnIsWow64Process = (LPFN_ISWOW64PROCESS)GetProcAddress(GetModuleHandleA("kernel32.dll"), "IsWow64Process"); if (fnIsWow64Process != NULL) { bool ret = fnIsWow64Process(GetCurrentProcess(), &f64) && f64; TRACE_RETURN(ret); return ret; } else { TRACE_RETURN("No. IsWow64Process missing."); return false; } #else TRACE_RETURN("No. win16 build"); return false; // Win64 does not support Win16 #endif } HWND Harpoon::recursive_find_window(HWND hwnd, LPCTSTR lpClassName) { TRACE_ENTER("Harpoon::recursive_find_window"); static char buf[80]; int num = GetClassName(hwnd, buf, sizeof(buf)-1); buf[num] = 0; HWND ret = NULL; TRACE_MSG(buf); if (! stricmp(lpClassName, buf)) { ret = hwnd; } else { HWND child = FindWindowEx(hwnd, 0, NULL, NULL); while (child != NULL) { ret = recursive_find_window(child, lpClassName); if (ret) { break; } child = FindWindowEx(hwnd, child, NULL, NULL); } } TRACE_EXIT(); return ret; } void Harpoon::start_harpoon_helper() { TRACE_ENTER("Harpoon::start_harpoon_helper" ); if (helper_window == NULL) { helper_window = recursive_find_window(NULL, HARPOON_HELPER_WINDOW_CLASS); if (helper_window != NULL) { helper_started = true; } } if (!helper_started) { STARTUPINFO si; PROCESS_INFORMATION pi; ZeroMemory(&si, sizeof(si)); si.cb = sizeof(si); ZeroMemory(&pi, sizeof(pi)); string install_dir = g_win32_get_package_installation_directory_of_module(NULL); string helper = install_dir + G_DIR_SEPARATOR_S + "lib" + G_DIR_SEPARATOR_S + "WorkraveHelper.exe"; string args = helper + " " + g_get_prgname(); TRACE_MSG(install_dir.c_str()); TRACE_MSG(helper.c_str()); TRACE_MSG(args.c_str()); if (CreateProcessA(helper.c_str(), (LPSTR) args.c_str(), NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) { helper_started = true; helper_window = recursive_find_window(NULL, HARPOON_HELPER_WINDOW_CLASS); } else { TRACE_MSG("CreateProcess failed " << GetLastError()); } TRACE_MSG(pi.hProcess); TRACE_MSG(pi.hThread); } TRACE_EXIT(); } void Harpoon::stop_harpoon_helper() { TRACE_ENTER("Harpoon::stop_harpoon_helper" ); if (helper_window == NULL) { helper_window = recursive_find_window(NULL, HARPOON_HELPER_WINDOW_CLASS); } if (helper_window != NULL) { PostMessage(helper_window, WM_USER + HARPOON_HELPER_EXIT, 0, 0); helper_window = NULL; helper_started = false; } TRACE_EXIT(); } workrave-1_10_10/backend/src/win32/Makefile.am000066400000000000000000000017711263301626300210400ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in if PLATFORM_OS_WIN32 noinst_LTLIBRARIES = libworkrave-backend-win32.la sources = W32Configurator.cc \ W32InputMonitor.cc \ W32AlternateMonitor.cc \ W32LowLevelMonitor.cc \ W32InputMonitorFactory.cc \ W32ActiveSetup.cc \ Harpoon.cc endif libworkrave_backend_win32_la_SOURCES = ${sources} libworkrave_backend_win32_la_CXXFLAGS = \ -W -I$(top_srcdir)/backend/src -I$(top_srcdir)/backend/include \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 -D_WIN32_WINNT=0x0501 \ -I$(top_srcdir)/common/win32/harpoon/include/ \ -I$(top_srcdir)/common/win32/harpoonHelper/include/ \ @WR_COMMON_INCLUDES@ @GLIB_CFLAGS@ EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.rc) \ $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) \ $(wildcard $(srcdir)/*.icc) workrave-1_10_10/backend/src/win32/W32ActiveSetup.cc000066400000000000000000000402461263301626300220430ustar00rootroot00000000000000// W32ActiveSetup.cc --- Active Setup for Workrave // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // /* Active Setup is post install data that's set by the Inno Setup installer. After Active Setup data is set it will be run for each user the next time that user logs on. However, in the case that the user hasn't yet logged off and then back on, any programs specified by Active Setup have not yet ran. In order to ensure the proper behavior of Workrave, Workrave's Active Setup key(s) should always be checked before Workrave loads, and run if they haven't already. This module emulates the behavior of Microsoft's Active Setup. ##############################################WARNING############################################## Active Setup is undocumented and can be dangerous if not used properly. Its behavior is blocking and there is no interaction available to the user in a typical case. In a typical case it will block the explorer shell, with explorer running the Active Setup programs hidden from view and waiting for them to complete before completing user initialization on logon. This emulation is very similar. It was designed for the Workrave application to block before continuing execution until Workrave's Active Setup programs have run and terminated. Therefore, it is extremely important that any program put under the purview of Active Setup does not require any user interaction, does not have any error message boxes, and has all its dependencies (so there are no message boxes about failure to load libraries). The Workrave Active Setup program (I've only written one so far -- to change a user's autorun settings) takes an extra step, to void user interaction during any potential crash. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include #include #include #include "W32ActiveSetup.hh" using namespace std; /* using 32-bit registry view on 32-bit OS, 64-bit registry view on 64-bit OS http://support.microsoft.com/kb/907660 */ const REGSAM W32ActiveSetup::registry_view = ( W32ActiveSetup::is_os_64() ? KEY_WOW64_64KEY : KEY_WOW64_32KEY ); /* The subkey path to HKLM/HKCU Active Setup GUIDs */ const wchar_t W32ActiveSetup::component_path[] = L"SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\"; /* Right now there is only one GUID key set by Inno and it's used by Workrave's 'ChangeAutorun' program, which adds/updates each user's Workrave autorun setting. */ const wchar_t W32ActiveSetup::guid_autorun[] = L"{180B0AC5-6FDA-438B-9466-C9894322B6BA}"; /* W32ActiveSetup::is_os_64() returns true if the windows operating system is 64-bit */ bool W32ActiveSetup::is_os_64() { SYSTEM_INFO si = { 0, }; GetNativeSystemInfo( &si ); return( ( si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_IA64 ) || ( si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64 ) ); } /* W32ActiveSetup::get_user_profile_dir() returns the path contained in environment variable %USERPROFILE% */ const WCHAR *W32ActiveSetup::get_user_profile_dir() { static vector buffer; if( buffer.size() && *buffer.begin() ) return &buffer[ 0 ]; WCHAR *env_var = L"USERPROFILE"; DWORD ret = GetEnvironmentVariableW( env_var, NULL, 0 ); if( !ret || ( ret > 32767 ) ) return NULL; buffer.resize( ret ); ret = GetEnvironmentVariableW( env_var, &buffer[ 0 ], buffer.size() ); if( !ret || ( ret >= buffer.size() ) || !*buffer.begin() ) return NULL; return &buffer[ 0 ]; } /* W32ActiveSetup::check_guid() Check for the existence of an Active Setup GUID key (HKLM or HKCU). returns true if the key exists */ bool W32ActiveSetup::check_guid( const enum reg reg, // HKLM or HKCU const wstring &guid ) { HKEY root_hkey = NULL; switch( reg ) { case HKLM: root_hkey = HKEY_LOCAL_MACHINE; break; case HKCU: root_hkey = HKEY_CURRENT_USER; break; default: return false; } wstring keyname( W32ActiveSetup::component_path ); keyname += guid; HKEY hkey = NULL; LONG ret = RegOpenKeyExW( root_hkey, keyname.c_str(), 0, ( STANDARD_RIGHTS_READ | KEY_QUERY_VALUE | W32ActiveSetup::registry_view ), &hkey ); if( ret ) return false; CloseHandle( hkey ); return true; } /* W32ActiveSetup::is_guid_enabled() returns true if the HKLM Active Setup GUID key exists and the key value "IsInstalled" either does not exist or does exist and does not have both a REG_DWORD type and data 0. Those conditions are based on the my testing in Windows XP SP3 x86. In most cases for GUID keys "IsInstalled" exists with a REG_DWORD type and data 1, in which case this function returns true. */ bool W32ActiveSetup::is_guid_enabled( const wstring &guid ) { if( guid.empty() ) return false; wstring keyname( W32ActiveSetup::component_path ); keyname += guid; HKEY hkey = NULL; LONG ret = RegOpenKeyExW( HKEY_LOCAL_MACHINE, keyname.c_str(), 0, ( STANDARD_RIGHTS_READ | KEY_QUERY_VALUE | W32ActiveSetup::registry_view ), &hkey ); if( ret ) return false; DWORD type = REG_NONE; DWORD data = 0; DWORD bytelen = sizeof( data ); ret = RegQueryValueExW( hkey, L"IsInstalled", NULL, &type, (LPBYTE)&data, &bytelen ); CloseHandle( hkey ); if( !ret && ( type == REG_DWORD ) && ( bytelen == sizeof( data ) ) && !data ) return false; return true; } /* W32ActiveSetup::read_from_registry_value() Get the REG_SZ data from a registry value in an Active Setup GUID key (HKLM or HKCU). Before this function does anything else 'data' is cleared. 'data' may be empty even on success. returns true if the value exists in the registry. 'data' receives the value's data, if any. */ bool W32ActiveSetup::read_from_registry_value( const enum reg reg, // HKLM or HKCU const wstring &guid, const wstring &value, wstring &data // out ) { data.clear(); if( guid.empty() || value.empty() ) return false; HKEY root_hkey = NULL; switch( reg ) { case HKLM: root_hkey = HKEY_LOCAL_MACHINE; break; case HKCU: root_hkey = HKEY_CURRENT_USER; break; default: return false; } wstring keyname( W32ActiveSetup::component_path ); keyname += guid; HKEY hkey = NULL; LONG ret = RegOpenKeyExW( root_hkey, keyname.c_str(), 0, ( STANDARD_RIGHTS_READ | KEY_QUERY_VALUE | W32ActiveSetup::registry_view ), &hkey ); if( ret ) return false; DWORD type = REG_NONE, bytelen = 0; ret = RegQueryValueExW( hkey, value.c_str(), NULL, &type, NULL, &bytelen ); if( ret || !bytelen || ( type != REG_SZ ) ) { CloseHandle( hkey ); return false; } vector buffer( bytelen + sizeof( wchar_t ) ); ret = RegQueryValueExW( hkey, value.c_str(), NULL, &type, &buffer[ 0 ], &bytelen ); CloseHandle( hkey ); if( ret || ( type != REG_SZ ) ) return false; data = (wchar_t *)&buffer[ 0 ]; return true; } /* W32ActiveSetup::write_to_registry_value() Set a value and its REG_SZ data in an Active Setup GUID key (HKCU only). If the HKCU Active Setup GUID key does not exist this function will create it. If 'value' is empty this function sets the GUID key's default value. 'data' can also be an empty string. returns true if the value and its data (if any) were set in the registry. */ bool W32ActiveSetup::write_to_registry_value( const wstring &guid, const wstring &value, const wstring &data ) { if( guid.empty() ) return false; wstring keyname( W32ActiveSetup::component_path ); keyname += guid; HKEY hkey = NULL; LONG ret = RegCreateKeyExW( HKEY_CURRENT_USER, keyname.c_str(), 0, NULL, 0, ( KEY_READ | KEY_WRITE | W32ActiveSetup::registry_view ), NULL, &hkey, NULL ); if( ret ) return false; ret = RegSetValueExW( hkey, value.c_str(), 0, REG_SZ, (const BYTE *)data.c_str(), ( ( data.length() + 1 ) * sizeof( wchar_t ) ) ); CloseHandle( hkey ); return !ret; } /* W32ActiveSetup::get_version() Converts the REG_SZ data from value "Version" in an Active Setup GUID key (HKLM or HKCU) into a vector of 4 DWORDs. Active Setup observations: A valid "Version" value string of a GUID key has four parts or less, separated by comma. If a number is greater than dword max the version is still valid, and that number is wrapped around. "2012,05,10,023701" returns DWORDs 2012, 5, 10, 23701 "1" returns DWORDs 1, 0, 0, 0 "" or "0" returns DWORDs 0, 0, 0, 0 "1,2,3,4,5" (invalid) returns DWORDs 0, 0, 0, 0 "25,4294967299,77,4" returns DWORDs 25, 3, 77, 4 Before this function does anything else 'version' is cleared and then resized to 4 DWORDs. returns true if the "Version" value exists in the registry and it's valid. 'version' receives the version as a vector of 4 DWORDs. */ bool W32ActiveSetup::get_version( const enum reg reg, // HKLM or HKCU const wstring &guid, vector &version // out ) { version.clear(); version.resize( 4, 0 ); wstring data; if( !read_from_registry_value( reg, guid, L"Version", data ) ) return false; /* testing shows anything other than these characters invalidates the version string. Active Setup treats it the same as a version where all parts are zeroes */ size_t pos = data.find_first_not_of( L"0123456789," ); if( pos != wstring::npos ) return false; /* testing shows if there is more than 3 commas that invalidates the version string. Active Setup treats it the same as a version where all parts are zeroes */ for( unsigned i = 0, count = 0; i < data.length(); ++i ) { if( data[ i ] == L',' ) { ++count; if( count > 3 ) return false; } } wstringstream ss( data ); for( unsigned i = 0; i < 4; ++i ) { wstring s; if( !getline( ss, s, L',' ) ) break; for( unsigned j = 0; j < s.length(); ++j ) { version[ i ] *= 10; version[ i ] += s[ j ] - 48; } } return true; } /* W32ActiveSetup::set_version() Converts a vector of 4 DWORDs to a comma separated string of unsigned numbers and sets it as the REG_SZ data for the "Version" value of an Active Setup GUID key. returns true on success */ bool W32ActiveSetup::set_version( const wstring &guid, const vector &version ) { if( version.size() != 4 ) return false; wstringstream ss; ss << version[ 0 ] << "," << version[ 1 ] << "," << version[ 2 ] << "," << version[ 3 ]; return write_to_registry_value( guid, L"Version", ss.str() ); } /* W32ActiveSetup::update() This function emulates Active Setup behavior. It should be called synchronously by the main thread before Workrave is initialized. The way Active Setup basically works is it checks the HKLM GUID key for a "Version" REG_SZ value and compares it to the same HKCU GUID key's "Version" value. If the HKCU GUID key does not exist, or its "Version" value does not exist, or its version is less than the HKLM version then Active Setup will add/update the HKCU GUID key by copying any HKLM "Version" value to the HKCU "Version" value, and then execute the string contained in HKLM GUID key's "StubPath" value, if any. http://www.sepago.de/helge/2010/04/22/active-setup-explained/ returns true if the HKLM Active Setup GUID key needed to be added/updated in HKCU Active Setup. */ bool W32ActiveSetup::update( const wstring &guid ) { if( guid.empty() || !check_guid( HKLM, guid ) || !is_guid_enabled( guid ) ) return false; vector hklm_version; get_version( HKLM, guid, hklm_version ); if( check_guid( HKCU, guid ) ) { vector hkcu_version; get_version( HKCU, guid, hkcu_version ); if( hkcu_version >= hklm_version ) return false; } if( !set_version( guid, hklm_version ) ) return false; // At this point HKCU Active Setup has been updated so any return should be true wstring data; if( read_from_registry_value( HKLM, guid, L"Locale", data ) ) write_to_registry_value( guid, L"Locale", data ); if( !read_from_registry_value( HKLM, guid, L"StubPath", data ) || data.empty() ) return true; vector buffer( data.begin(), data.end() ); buffer.push_back( L'\0' ); HANDLE thread = CreateThread( NULL, 0, create_process, &buffer[ 0 ], 0, NULL ); if( thread ) { WaitForSingleObject( thread, INFINITE ); CloseHandle( thread ); thread = NULL; } /* Active Setup only attempts to run the StubPath, it doesn't record whether or not it was successful in doing so. */ return true; } /* W32ActiveSetup::update_all() returns true if any of Workrave's HKLM Active Setup GUID keys needed to be installed in HKCU Active Setup. */ bool W32ActiveSetup::update_all() { /* For now there's only one entry, for setting up Workrave's autorun for each user */ return update( W32ActiveSetup::guid_autorun ); } /* W32ActiveSetup::create_process() This is the starting function for a thread that creates a process and waits for it to terminate. */ DWORD WINAPI W32ActiveSetup::create_process( LPVOID lpParam ) { DWORD exit_code = ((DWORD) -1); WCHAR *command = (WCHAR *)lpParam; STARTUPINFOW si = { sizeof( si ), }; PROCESS_INFORMATION pi = { INVALID_HANDLE_VALUE, INVALID_HANDLE_VALUE, }; if( !command || !*command ) return exit_code; void *OldValue = NULL; bool wow64_disabled = false; BOOL ( WINAPI *pWow64DisableWow64FsRedirection )( void ** ) = NULL; BOOL ( WINAPI *pWow64RevertWow64FsRedirection )( void * ) = NULL; if( W32ActiveSetup::is_os_64() ) { pWow64DisableWow64FsRedirection = ( BOOL ( WINAPI * )( void ** ) ) GetProcAddress( GetModuleHandleA( "kernel32" ), "Wow64DisableWow64FsRedirection" ); pWow64RevertWow64FsRedirection = ( BOOL ( WINAPI * )( void * ) ) GetProcAddress( GetModuleHandleA( "kernel32" ), "Wow64RevertWow64FsRedirection" ); } if( pWow64DisableWow64FsRedirection && pWow64RevertWow64FsRedirection ) wow64_disabled = !!pWow64DisableWow64FsRedirection( &OldValue ); BOOL ret = CreateProcessW( NULL, command, NULL, NULL, FALSE, 0, NULL, get_user_profile_dir(), &si, &pi ); if( wow64_disabled && pWow64DisableWow64FsRedirection && pWow64RevertWow64FsRedirection ) wow64_disabled = !pWow64RevertWow64FsRedirection( OldValue ); if( ret ) { if( pi.hProcess != INVALID_HANDLE_VALUE ) { WaitForSingleObject( pi.hProcess, INFINITE ); if( !GetExitCodeProcess( pi.hProcess, &exit_code ) ) exit_code = ((DWORD) -1); CloseHandle( pi.hProcess ); } if( pi.hThread != INVALID_HANDLE_VALUE ) CloseHandle( pi.hThread ); } return exit_code; } workrave-1_10_10/backend/src/win32/W32ActiveSetup.hh000066400000000000000000000041461263301626300220540ustar00rootroot00000000000000// W32ActiveSetup.hh --- Active Setup for Workrave // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32ACTIVESETUP_HH #define W32ACTIVESETUP_HH class W32ActiveSetup { public: static const REGSAM registry_view; static const wchar_t component_path[]; static const wchar_t guid_autorun[]; static const WCHAR *get_user_profile_dir(); static bool update( const std::wstring &guid ); static bool update_all(); private: enum reg { HKCU, HKLM }; static bool is_os_64(); static bool check_guid( const enum reg reg, // HKLM or HKCU const std::wstring &guid ); static bool is_guid_enabled( const std::wstring &guid ); static bool read_from_registry_value( const enum reg reg, // HKLM or HKCU const std::wstring &guid, const std::wstring &value, std::wstring &data // out ); static bool write_to_registry_value( const std::wstring &guid, const std::wstring &value, const std::wstring &data ); static bool get_version( const enum reg reg, // HKLM or HKCU const std::wstring &guid, std::vector &version // out ); static bool set_version( const std::wstring &guid, const std::vector &version ); static DWORD WINAPI create_process( LPVOID lpParam ); }; #endif // W32ACTIVESETUP_HH workrave-1_10_10/backend/src/win32/W32AlternateMonitor.cc000066400000000000000000000077661263301626300231100ustar00rootroot00000000000000// W32AlternateMonitor.cc --- Alternate Activity monitor for win32 // // Copyright (C) 2007 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // This file contains code necessary to bypass mouse & keyboard // hooks normally required by Workrave. // // Upside: no hooks! // Downside: no mouse & keyboard statistics. // // jay satiro, workrave project, may 2007 // #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(PLATFORM_OS_WIN32) #include "debug.hh" #include #if !defined(PLATFORM_OS_WIN32_NATIVE) #include #endif #include "W32AlternateMonitor.hh" #include "Harpoon.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" using namespace workrave; W32AlternateMonitor::W32AlternateMonitor() : initialized( false ), interval( 500 ), thread_abort_event( NULL ), thread_handle( NULL ), thread_id( 0 ) { TRACE_ENTER( "W32AlternateMonitor::W32AlternateMonitor" ); TRACE_EXIT(); } W32AlternateMonitor::~W32AlternateMonitor() { TRACE_ENTER( "W32AlternateMonitor::~W32AlternateMonitor" ); terminate(); TRACE_EXIT(); } bool W32AlternateMonitor::init() { TRACE_ENTER( "W32AlternateMonitor::init" ); if( initialized ) goto cleanup; CoreFactory::get_configurator()->get_value_with_default( "advanced/interval", interval, 500 ); SetLastError( 0 ); thread_abort_event = CreateEvent( NULL, FALSE, FALSE, NULL ); if( !thread_abort_event ) { TRACE_MSG( "Thread abort event could not be created. GetLastError : " << GetLastError() ); goto cleanup; } thread_id = 0; SetLastError( 0 ); thread_handle = CreateThread( NULL, 0, thread_Monitor, this, 0, (DWORD *)&thread_id ); if( !thread_handle || !thread_id ) { TRACE_MSG( "Thread could not be created. GetLastError : " << GetLastError() ); goto cleanup; } Harpoon::init( NULL ); initialized = true; cleanup: if( initialized == false ) terminate(); TRACE_EXIT(); return initialized; } void W32AlternateMonitor::terminate() { TRACE_ENTER( "W32AlternateMonitor::terminate" ); thread_id = 0; if( thread_handle ) { SetEvent( thread_abort_event ); WaitForSingleObject( thread_handle, INFINITE ); CloseHandle( thread_handle ); thread_handle = NULL; } if( thread_abort_event ) { CloseHandle( thread_abort_event ); thread_abort_event = NULL; } Harpoon::terminate(); initialized = false; TRACE_EXIT(); } DWORD WINAPI W32AlternateMonitor::thread_Monitor( LPVOID lpParam ) { W32AlternateMonitor *pThis = (W32AlternateMonitor *) lpParam; pThis->Monitor(); // invalidate the id to signal the thread is exiting pThis->thread_id = 0; return (DWORD) 0; } void W32AlternateMonitor::Monitor() { const DWORD current_thread_id = GetCurrentThreadId(); TRACE_ENTER_MSG( "W32AlternateMonitor::Monitor [ id: ", current_thread_id << " ]" ); SetThreadPriority( GetCurrentThread(), THREAD_PRIORITY_BELOW_NORMAL ); LASTINPUTINFO lii; DWORD dwPreviousTime = 0; lii.cbSize = sizeof( lii ); lii.dwTime = GetTickCount(); while( thread_id == current_thread_id ) /* Main loop */ { dwPreviousTime = lii.dwTime; if( GetLastInputInfo( &lii ) && ( lii.dwTime > dwPreviousTime ) ) /* User session has received input */ { /* Notify the activity monitor */ fire_action(); } if( WaitForSingleObject( thread_abort_event, interval ) != WAIT_TIMEOUT ) break; } TRACE_EXIT(); } #endif // defined(PLATFORM_OS_WIN32) workrave-1_10_10/backend/src/win32/W32AlternateMonitor.hh000066400000000000000000000025771263301626300231150ustar00rootroot00000000000000// W32AlternateMonitor.hh --- Alternate Activity monitor for win32 // // Copyright (C) 2007 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // See comments in W32AlternateMonitor.cc #ifndef W32ALTERNATEMONITOR_HH #define W32ALTERNATEMONITOR_HH #include #include #include "InputMonitor.hh" class W32AlternateMonitor : public InputMonitor { public: W32AlternateMonitor(); virtual ~W32AlternateMonitor(); bool init(); void terminate(); protected: static DWORD WINAPI thread_Monitor( LPVOID ); private: void Monitor(); void Update( LASTINPUTINFO * ); bool initialized; int interval; HANDLE thread_abort_event; HANDLE thread_handle; volatile DWORD thread_id; }; #endif // W32ALTERNATEMONITOR_HH workrave-1_10_10/backend/src/win32/W32Configurator.cc000066400000000000000000000155421263301626300222520ustar00rootroot00000000000000// W32Configurator.cc --- Configuration Access // // Copyright (C) 2002, 2005, 2006, 2007, 2009, 2012 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "debug.hh" #include "W32Configurator.hh" using namespace std; W32Configurator::W32Configurator() { key_root = "Software/Workrave"; } W32Configurator::~W32Configurator() { } bool W32Configurator::load(string filename) { (void) filename; return true; } bool W32Configurator::save(string filename) { (void) filename; return true; } bool W32Configurator::save() { return true; } bool W32Configurator::remove_key(const std::string &key) { TRACE_ENTER_MSG("W32Configurator::remove_key", key); HKEY handle; bool rc = false; string k, p, p32, c; LONG err; k = key_add_part(key_root, key); key_split(k, p, c); p32 = key_win32ify(p); err = RegOpenKeyEx(HKEY_CURRENT_USER, p32.c_str(), 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD size; char buf[256]; // FIXME: yuck, should be dynamic. size = sizeof(buf); err = RegDeleteKey(handle, c.c_str()); if (err == ERROR_SUCCESS) { rc = true; } RegCloseKey(handle); } TRACE_EXIT(); return rc; } bool W32Configurator::get_config_value(const string &key, string &out) const { TRACE_ENTER_MSG("W32Configurator::get_config_value", key << "," << out); HKEY handle; bool rc = false; string k, p, p32, c; LONG err; k = key_add_part(key_root, key); key_split(k, p, c); p32 = key_win32ify(p); err = RegOpenKeyEx(HKEY_CURRENT_USER, p32.c_str(), 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD size, type; char *buffer; // get the size, in bytes, required for buffer err = RegQueryValueExA( handle, c.c_str(), NULL, NULL, NULL, &size ); if (err != ERROR_SUCCESS || !size) { RegCloseKey( handle ); TRACE_EXIT(); return false; } else if( !( buffer = (char *)malloc( size + 1 ) ) ) { RegCloseKey( handle ); TRACE_EXIT(); return false; } err = RegQueryValueExA( handle, c.c_str(), NULL, &type, (LPBYTE)buffer, &size ); buffer[ size ] = '\0'; if ( err == ERROR_SUCCESS && type == REG_SZ ) { out = buffer; rc = true; } RegCloseKey( handle ); free( buffer ); } TRACE_EXIT(); return rc; } bool W32Configurator::get_config_value(const string &key, bool &out) const { long l; bool rc = get_config_value(key, l); if (rc) { out = l ? true : false; } return rc; } //! Returns the value of the specified attribute /*! * \retval true value successfully returned. * \retval false attribute not found. */ bool W32Configurator::get_config_value(const string &key, int &out) const { long l; bool rc = get_config_value(key, l); if (rc) { out = (int) l; } return rc; } //! Returns the value of the specified attribute /*! * \retval true value successfully returned. * \retval false attribute not found. */ bool W32Configurator::get_config_value(const string &key, long &out) const { string s; bool rc = get_config_value(key, s); if (rc) { int f = sscanf(s.c_str(), "%ld", &out); rc = (f == 1); } return rc; } //! Returns the value of the specified attribute /*! * \retval true value successfully returned. * \retval false attribute not found. */ bool W32Configurator::get_config_value(const string &key, double &out) const { string s; bool rc = get_config_value(key, s); if (rc) { int f = sscanf(s.c_str(), "%lf", &out); rc = (f == 1); } return rc; } bool W32Configurator::set_config_value(const string &key, string v) { TRACE_ENTER_MSG("W32Configurator::set_config_value", key << "," << v); HKEY handle; bool rc = false; string k, p, p32, c; DWORD disp; LONG err; k = key_add_part(key_root, key); key_split(k, p, c); p32 = key_win32ify(p); err = RegCreateKeyEx(HKEY_CURRENT_USER, p32.c_str(), 0, "", REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &handle, &disp); if (err == ERROR_SUCCESS) { err = RegSetValueEx(handle, c.c_str(), 0, REG_SZ, (BYTE *) v.c_str(), v.length()+1); RegCloseKey(handle); rc = (err == ERROR_SUCCESS); } TRACE_EXIT(); return rc; } bool W32Configurator::set_config_value(const string &key, int v) { char buf[32]; sprintf(buf, "%d", v); return set_config_value(key, string(buf)); } bool W32Configurator::set_config_value(const string &key, long v) { char buf[32]; sprintf(buf, "%ld", v); return set_config_value(key, string(buf)); } bool W32Configurator::set_config_value(const string &key, bool v) { char buf[32]; sprintf(buf, "%d", v ? 1 : 0); return set_config_value(key, string(buf)); } bool W32Configurator::set_config_value(const string &key, double v) { char buf[32]; sprintf(buf, "%f", v); return set_config_value(key, string(buf)); } string W32Configurator::key_add_part(string s, string t) const { string ret = s; add_trailing_slash(ret); return ret + t; } void W32Configurator::key_split(const string &key, string &parent, string &child) const { const char *s = key.c_str(); const char *slash = strrchr(s, '/'); if (slash) { parent = key.substr(0, slash-s); child = slash+1; } else { parent = ""; child = ""; } } string W32Configurator::key_win32ify(const string &key) const { string rc = key; strip_trailing_slash(rc); for (unsigned int i = 0; i < rc.length(); i++) { if (rc[i] == '/') { rc[i] = '\\'; } } return rc; } //! Removes the trailing '/'. void W32Configurator::strip_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] == '/') { key = key.substr(0, len - 1); } } } //! Adds add trailing '/' if it isn't there yet. void W32Configurator::add_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] != '/') { key += '/'; } } } workrave-1_10_10/backend/src/win32/W32Configurator.hh000066400000000000000000000045531263301626300222640ustar00rootroot00000000000000// W32Configurator.hh // // Copyright (C) 2002, 2006, 2007, 2012 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32CONFIGURATOR_HH #define W32CONFIGURATOR_HH #include #include #include #include #include "IConfigBackend.hh" #include "ConfigBackendAdapter.hh" class W32Configurator : public virtual IConfigBackend, public virtual ConfigBackendAdapter { public: W32Configurator(); virtual ~W32Configurator(); virtual bool load(std::string filename); virtual bool save(std::string filename); virtual bool save(); virtual bool remove_key(const std::string &key); virtual bool get_config_value(const std::string &key, std::string &out) const; virtual bool get_config_value(const std::string &key, bool &out) const; virtual bool get_config_value(const std::string &key, int &out) const; virtual bool get_config_value(const std::string &key, long &out) const; virtual bool get_config_value(const std::string &key, double &out) const; virtual bool set_config_value(const std::string &key, std::string v); virtual bool set_config_value(const std::string &key, int v); virtual bool set_config_value(const std::string &key, long v); virtual bool set_config_value(const std::string &key, bool v); virtual bool set_config_value(const std::string &key, double v); private: std::string key_win32ify(const std::string &key) const; std::string key_add_part(std::string s, std::string t) const; void key_split(const std::string &key, std::string &parent, std::string &child) const; void strip_trailing_slash(std::string &key) const; void add_trailing_slash(std::string &key) const; std::string key_root; PHKEY key_root_handle; }; #endif // W32CONFIGURATOR_HH workrave-1_10_10/backend/src/win32/W32InputMonitor.cc000066400000000000000000000052121263301626300222500ustar00rootroot00000000000000// W32InputMonitor.cc --- ActivityMonitor for W32 // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2010 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "debug.hh" #include "W32InputMonitor.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "timeutil.h" #include "Harpoon.hh" #ifndef HAVE_STRUCT_MOUSEHOOKSTRUCT typedef struct tagMOUSEHOOKSTRUCT { POINT pt; HWND hwnd; UINT wHitTestCode; DWORD dwExtraInfo; } MOUSEHOOKSTRUCT, FAR *LPMOUSEHOOKSTRUCT, *PMOUSEHOOKSTRUCT; #endif #ifndef HAVE_STRUCT_MOUSEHOOKSTRUCTEX typedef struct { struct tagMOUSEHOOKSTRUCT MOUSEHOOKSTRUCT; DWORD mouseData; } MOUSEHOOKSTRUCTEX, *PMOUSEHOOKSTRUCTEX; #endif W32InputMonitor *W32InputMonitor::singleton = NULL; W32InputMonitor::W32InputMonitor() { } W32InputMonitor::~W32InputMonitor() { terminate(); } bool W32InputMonitor::init() { if (singleton == NULL) { singleton = this; return Harpoon::init(on_harpoon_event); } else { return false; } } //! Stops the activity monitoring. void W32InputMonitor::terminate() { Harpoon::terminate(); } void W32InputMonitor::on_harpoon_event(HarpoonEvent *event) { switch (event->type) { case HARPOON_BUTTON_PRESS: singleton->fire_button(true); break; case HARPOON_BUTTON_RELEASE: singleton->fire_button(false); break; case HARPOON_2BUTTON_PRESS: case HARPOON_KEY_PRESS: singleton->fire_action(); break; case HARPOON_MOUSE_WHEEL: singleton->fire_mouse(event->mouse.x, event->mouse.y, event->mouse.wheel); break; case HARPOON_KEY_RELEASE: singleton->fire_keyboard(false); break; case HARPOON_MOUSE_MOVE: singleton->fire_mouse(event->mouse.x, event->mouse.y, 0); break; default: break; } } workrave-1_10_10/backend/src/win32/W32InputMonitor.hh000066400000000000000000000027061263301626300222670ustar00rootroot00000000000000// W32InputMonitor.hh --- ActivityMonitor for W32 // // Copyright (C) 2002, 2004, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32INPUTMONITOR_HH #define W32INPUTMONITOR_HH #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include #include "InputMonitor.hh" typedef union HarpoonEventUnion HarpoonEvent; //! Activity monitor for a local X server. class W32InputMonitor : public InputMonitor { public: //! Constructor. W32InputMonitor(); //! Destructor. virtual ~W32InputMonitor(); bool init(); void terminate() ; private: static W32InputMonitor *singleton; static void on_harpoon_event(HarpoonEvent *event); }; #endif // W32INPUTMONITOR_HH workrave-1_10_10/backend/src/win32/W32InputMonitorFactory.cc000066400000000000000000000141401263301626300236000ustar00rootroot00000000000000// W32InputMonitorFactory.cc -- Factory to create input monitors // // Copyright (C) 2007, 2008, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "debug.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "W32InputMonitorFactory.hh" #include "W32InputMonitor.hh" #include "W32LowLevelMonitor.hh" #include "W32AlternateMonitor.hh" using namespace std; using namespace workrave; W32InputMonitorFactory::W32InputMonitorFactory() { activity_monitor = NULL; statistics_monitor = NULL; } void W32InputMonitorFactory::init(const std::string &display) { (void) display; } //! Retrieves the input activity monitor IInputMonitor * W32InputMonitorFactory::get_monitor(IInputMonitorFactory::MonitorCapability capability) { if (capability == CAPABILITY_ACTIVITY) { return create_activity_monitor(); } else if (capability == CAPABILITY_STATISTICS) { return create_statistics_monitor(); } return NULL; } //! Retrieves the input activity monitor IInputMonitor * W32InputMonitorFactory::create_activity_monitor() { TRACE_ENTER("W32InputMonitorFactory::create_activity_monitor"); IInputMonitor *monitor = NULL; if (activity_monitor != NULL) { monitor = activity_monitor; } else { bool initialized = false; string configure_monitor_method; int max_tries = 3; CoreFactory::get_configurator()->get_value_with_default("advanced/monitor", configure_monitor_method, "default"); if (configure_monitor_method == "default") { TRACE_MSG("use default"); actual_monitor_method = "nohook"; } else { TRACE_MSG("use configured: " << configure_monitor_method); actual_monitor_method = configure_monitor_method; } while (!initialized && max_tries > 0) { TRACE_MSG("try: " << actual_monitor_method); if (actual_monitor_method == "lowlevel") { monitor = new W32LowLevelMonitor(); initialized = monitor->init(); if (!initialized) { delete monitor; monitor = NULL; actual_monitor_method = "nohook"; TRACE_MSG("failed to init"); } } else if (actual_monitor_method == "nohook") { monitor = new W32AlternateMonitor(); initialized = monitor->init(); if (!initialized) { delete monitor; monitor = NULL; actual_monitor_method = "normal"; TRACE_MSG("failed to init"); } } else if (actual_monitor_method == "normal") { monitor = new W32InputMonitor(); initialized = monitor->init(); if (!initialized) { delete monitor; monitor = NULL; actual_monitor_method = "lowlevel"; TRACE_MSG("failed to init"); } } max_tries--; } if (!initialized) { MessageBoxA( NULL, "Workrave must be able to monitor certain system " "events in order to determine when you are idle.\n\n" "Attempts were made to monitor your system, " "but they were unsuccessful.\n\n" "Workrave has reset itself to use its default monitor." "Please run Workrave again. If you see this message " "again, please file a bug report:\n\n" "http://issues.workrave.org/\n\n" "Workrave must exit now.\n", "Workrave", MB_OK ); CoreFactory::get_configurator()->set_value("advanced/monitor", "normal"); CoreFactory::get_configurator()->save(); actual_monitor_method = ""; } else { activity_monitor = monitor; if (configure_monitor_method != "default") { CoreFactory::get_configurator()->set_value("advanced/monitor", actual_monitor_method); CoreFactory::get_configurator()->save(); } TRACE_MSG("using " << actual_monitor_method); } } TRACE_EXIT(); return monitor; } //! Retrieves the current input monitor for detailed statistics IInputMonitor * W32InputMonitorFactory::create_statistics_monitor() { TRACE_ENTER("W32InputMonitorFactory::create_statistics_monitor"); if (activity_monitor == NULL) { create_activity_monitor(); } if (actual_monitor_method == "nohook") { IInputMonitor *monitor = new W32LowLevelMonitor(); bool initialized = monitor->init(); if (!initialized) { TRACE_RETURN("failed to init lowlevel monitor"); delete monitor; monitor = NULL; } else { TRACE_RETURN("use lowlevel monitor"); statistics_monitor = monitor; return statistics_monitor; } } else { TRACE_RETURN("use activity monitor"); return activity_monitor; } TRACE_EXIT(); return NULL; } workrave-1_10_10/backend/src/win32/W32InputMonitorFactory.hh000066400000000000000000000026601263301626300236160ustar00rootroot00000000000000// W32InputMonitorFactory.hh --- Factory to create input monitors. // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32INPUTMONITORFACTORY_HH #define W32INPUTMONITORFACTORY_HH #include #include #include "IInputMonitorFactory.hh" //! Factory to create input monitors. class W32InputMonitorFactory : public IInputMonitorFactory { public: W32InputMonitorFactory(); virtual void init(const std::string &display); virtual IInputMonitor *get_monitor(MonitorCapability capability); private: IInputMonitor *create_statistics_monitor(); IInputMonitor *create_activity_monitor(); private: IInputMonitor *activity_monitor; IInputMonitor *statistics_monitor; std::string actual_monitor_method; }; #endif // W32INPUTMONITORFACTORY_HH workrave-1_10_10/backend/src/win32/W32LowLevelMonitor.cc000066400000000000000000000242451263301626300227110ustar00rootroot00000000000000// W32LowLevelMonitor.cc --- ActivityMonitor for W32 // // Copyright (C) 2007, 2010, 2012 Ray Satiro // All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3, or (at your option) // any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // /* Alternate low-level activity monitor. -- From MSDN, re WH_KEYBOARD_LL & WH_MOUSE_LL: This hook is called in the context of the thread that installed it. The call is made by sending a message to the thread that installed the hook. Therefore, the thread that installed the hook must have a message loop. -- Because a low-level hook is called in the context of the thread that installed it, we can install the hook from a time critical thread, and run a message loop. This should solve the Philips slowdown problem: 1. high priority callback thread returns immediately after posting a message to the dispatch thread 2. the dispatch thread processes and notifies main thread LowLevelKeyboardProc Function (): http://msdn2.microsoft.com/en-us/library/ms644985.aspx LowLevelMouseProc Function (): http://msdn2.microsoft.com/en-us/library/ms644986.aspx Scheduling Priorities (Windows): http://msdn2.microsoft.com/en-us/library/ms685100.aspx jay satiro, workrave project, september 2007 */ #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "debug.hh" #include #include "W32LowLevelMonitor.hh" #include "Harpoon.hh" W32LowLevelMonitor *W32LowLevelMonitor::singleton = NULL; W32LowLevelMonitor::thread_struct *W32LowLevelMonitor::dispatch = NULL; W32LowLevelMonitor::thread_struct *W32LowLevelMonitor::callback = NULL; volatile HHOOK W32LowLevelMonitor::k_hook = NULL; volatile HHOOK W32LowLevelMonitor::m_hook = NULL; HMODULE W32LowLevelMonitor::process_handle = NULL; /* FYI: MS type BOOL is type int. Therefore BOOL functions can return -1. MSDN notes GetMessage BOOL return is not only 0,1 but also -1. */ W32LowLevelMonitor::W32LowLevelMonitor() { TRACE_ENTER( "W32LowLevelMonitor::W32LowLevelMonitor" ); if( singleton != NULL ) { TRACE_RETURN( " singleton != NULL " ); return; } singleton = this; dispatch = new thread_struct; dispatch->name = "Dispatch"; callback = new thread_struct; callback->name = "Callback"; k_hook = NULL; m_hook = NULL; process_handle = GetModuleHandle( NULL ); TRACE_EXIT(); } W32LowLevelMonitor::~W32LowLevelMonitor() { TRACE_ENTER( "W32LowLevelMonitor::~W32LowLevelMonitor" ); if( singleton != this ) { TRACE_RETURN( " singleton != this " ); return; } terminate(); delete dispatch; delete callback; dispatch = NULL; callback = NULL; singleton = NULL; TRACE_EXIT(); } bool W32LowLevelMonitor::init() { TRACE_ENTER( "W32LowLevelMonitor::init" ); if( singleton != this ) { TRACE_RETURN( " singleton != this " ); return false; } terminate(); dispatch->handle = CreateThread( NULL, 0, thread_Dispatch, this, 0, &dispatch->id ); if( !wait_for_thread_queue( dispatch ) ) { terminate(); TRACE_EXIT(); return false; } callback->handle = CreateThread( NULL, 0, thread_Callback, this, 0, &callback->id ); if( !wait_for_thread_queue( callback ) ) { terminate(); TRACE_EXIT(); return false; } Harpoon::init(NULL); TRACE_EXIT(); return true; } bool W32LowLevelMonitor::wait_for_thread_queue( thread_struct *thread ) { TRACE_ENTER_MSG( "W32LowLevelMonitor::wait_for_thread_queue : ", thread->name); if( !thread->handle || !thread->id ) { TRACE_RETURN( " thread: creation failed." ); return false; } DWORD thread_exit_code; do { thread_exit_code = 0; Sleep( 1 ); GetExitCodeThread( thread->handle, &thread_exit_code ); if( thread_exit_code != STILL_ACTIVE ) { TRACE_RETURN( " thread: terminated prematurely." ); return false; } } while( thread->active == false ); SetLastError( 0 ); BOOL ret = PostThreadMessageW( thread->id, 0xFFFF, 0, 0 ); DWORD gle = GetLastError(); if( !ret || gle ) { TRACE_MSG( " thread: PostThreadMessage test failed." ); TRACE_MSG( " thread: PostThreadMessage returned: " << ret ); TRACE_MSG( " thread: GetLastError returned: " << gle ); TRACE_EXIT(); return false; } TRACE_EXIT(); return true; } void W32LowLevelMonitor::terminate() { if( singleton != this ) return; unhook(); terminate_thread( callback ); terminate_thread( dispatch ); Harpoon::terminate(); } void W32LowLevelMonitor::terminate_thread( thread_struct *thread ) { thread->active = false; if( thread->id ) PostThreadMessageW( thread->id, WM_QUIT, 0, 0 ); wait_for_thread_to_exit( thread ); if( thread->handle != NULL ) { CloseHandle( thread->handle ); thread->handle = NULL; } thread->id = 0; } void W32LowLevelMonitor::wait_for_thread_to_exit( thread_struct *thread ) { DWORD thread_exit_code = 0; if( !thread || !thread->handle ) return; do { Sleep( 1 ); GetExitCodeThread( thread->handle, &thread_exit_code ); } while( thread_exit_code == STILL_ACTIVE ); } void W32LowLevelMonitor::unhook() { if( k_hook ) { UnhookWindowsHookEx( k_hook ); k_hook = NULL; } if( m_hook ) { UnhookWindowsHookEx( m_hook ); m_hook = NULL; } } DWORD WINAPI W32LowLevelMonitor::thread_Dispatch( LPVOID lpParam ) { W32LowLevelMonitor *pThis = (W32LowLevelMonitor *) lpParam; return pThis->dispatch_thread(); } DWORD W32LowLevelMonitor::dispatch_thread() { dispatch->active = false; bool ret = 0; MSG msg; // It's good practice to force creation of the thread // message queue before setting active. PeekMessageW( &msg, NULL, WM_USER, WM_USER, PM_NOREMOVE ); dispatch->active = true; while( ( ret = GetMessageW( &msg, NULL, 0, 0 ) > 0 ) && dispatch->active ) { msg.message &= 0xFFFF; if( msg.message > WM_APP) // mouse notification { switch( msg.message - WM_APP ) { // msg.wParam == x coord // msg.lParam == y coord case WM_MOUSEMOVE: fire_mouse( msg.wParam, msg.lParam, 0 ); break; case WM_MOUSEWHEEL: case WM_MOUSEHWHEEL: fire_mouse( msg.wParam, msg.lParam, 1 ); break; case WM_LBUTTONDOWN: case WM_MBUTTONDOWN: case WM_RBUTTONDOWN: case WM_XBUTTONDOWN: fire_button( true ); break; case WM_LBUTTONUP: case WM_MBUTTONUP: case WM_RBUTTONUP: case WM_XBUTTONUP: fire_button( false ); break; } } else if( msg.message == WM_APP ) // keyboard notification { // kb->flags == msg.wParam if( msg.wParam & 0x00000080 ) // Transition state: key released fire_keyboard(false); else // Transition state: key pressed fire_action(); } } dispatch->active = false; // Always return a value != STILL_ACTIVE (259) return (DWORD) ret; } DWORD WINAPI W32LowLevelMonitor::thread_Callback( LPVOID lpParam ) { W32LowLevelMonitor *pThis = (W32LowLevelMonitor *) lpParam; return pThis->time_critical_callback_thread(); } DWORD W32LowLevelMonitor::time_critical_callback_thread() { callback->active = false; int i = 0; MSG msg; // An attempt to set the thread priority to // THREAD_PRIORITY_TIME_CRITICAL. for( i = 0; ( !SetThreadPriority( GetCurrentThread(), 15 ) && ( i < 100 ) ); ++i ) { Sleep( 1 ); } /* Do not double check using GetThreadPriority. It's possible, throughout this thread's lifetime, that an administrative application could change the priority. */ // It's good practice to force creation of the thread // message queue before setting active. PeekMessageW( &msg, NULL, WM_USER, WM_USER, PM_NOREMOVE ); unhook(); k_hook = SetWindowsHookExW( WH_KEYBOARD_LL, &k_hook_callback, process_handle, 0 ); m_hook = SetWindowsHookExW( WH_MOUSE_LL, &m_hook_callback, process_handle, 0 ); if( !k_hook || !m_hook ) { unhook(); return (DWORD) 0; } callback->active = true; // Message loop. As noted, a hook is called in the // context of the thread that installed it. i.e. this one. while( GetMessageW( &msg, NULL, 0, 0 ) && callback->active ) ; unhook(); callback->active = false; // Always return a value != STILL_ACTIVE (259) return (DWORD) 1; } LRESULT CALLBACK W32LowLevelMonitor::k_hook_callback( int nCode, WPARAM wParam, LPARAM lParam ) { DWORD flags = ( (_KBDLLHOOKSTRUCT *) lParam )->flags; if( !nCode && !( flags & LLKHF_INJECTED ) ) // If there is an event, and it's not injected, notify. { PostThreadMessageW ( dispatch->id, //idThread WM_APP, //Msg (WPARAM) flags, //wParam (LPARAM) 0 //lParam ); } return CallNextHookEx( (HHOOK) 0, nCode, wParam, lParam ); } LRESULT CALLBACK W32LowLevelMonitor::m_hook_callback( int nCode, WPARAM wParam, LPARAM lParam ) { DWORD flags = ( (_MSLLHOOKSTRUCT *) lParam )->flags; if( !nCode ) // && !( flags & LLMHF_INJECTED ) ) // If there is an event, and it's not injected, notify. // RC: My Wacom tablet driver injects mouse move events... { PostThreadMessageW ( dispatch->id, //idThread WM_APP + (DWORD) wParam, //Msg (WPARAM) ( (_MSLLHOOKSTRUCT *) lParam )->pt.x, //wParam (LPARAM) ( (_MSLLHOOKSTRUCT *) lParam )->pt.y //lParam ); } return CallNextHookEx( (HHOOK) 0, nCode, wParam, lParam ); } //POINTTOPOINTS( ( (MSLLHOOKSTRUCT *) lParam )->pt ) workrave-1_10_10/backend/src/win32/W32LowLevelMonitor.hh000066400000000000000000000045551263301626300227250ustar00rootroot00000000000000// W32LowLevelMonitor.cc --- ActivityMonitor for W32 // // Copyright (C) 2007, 2010, 2012 Ray Satiro // All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3, or (at your option) // any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // #ifndef W32LOWLEVELMONITOR_HH #define W32LOWLEVELMONITOR_HH #include "InputMonitor.hh" class W32LowLevelMonitor : public InputMonitor { public: W32LowLevelMonitor(); virtual ~W32LowLevelMonitor(); bool init(); void terminate(); static W32LowLevelMonitor *singleton; protected: static DWORD WINAPI thread_Dispatch( LPVOID ); static DWORD WINAPI thread_Callback( LPVOID ); private: struct thread_struct { volatile bool active; DWORD id; HANDLE handle; const char *name; thread_struct() { active = false; id = 0; handle = NULL; name = NULL; } }; static thread_struct *dispatch, *callback; bool wait_for_thread_queue( thread_struct * ); void terminate_thread( thread_struct * ); void wait_for_thread_to_exit( thread_struct * ); void unhook(); DWORD dispatch_thread(); DWORD time_critical_callback_thread(); static LRESULT CALLBACK k_hook_callback( int, WPARAM, LPARAM ); static LRESULT CALLBACK m_hook_callback( int, WPARAM, LPARAM ); static volatile HHOOK k_hook; static volatile HHOOK m_hook; static HMODULE process_handle; }; #ifndef WM_XBUTTONDOWN #define WM_XBUTTONDOWN 523 #endif #ifndef WM_XBUTTONUP #define WM_XBUTTONUP 524 #endif #ifndef WM_XBUTTONDBLCLK #define WM_XBUTTONDBLCLK 525 #endif #ifndef WM_MOUSEHWHEEL #define WM_MOUSEHWHEEL 526 #endif #define LLKHF_INJECTED 0x00000010 #define LLMHF_INJECTED 0x00000001 typedef struct { DWORD vkCode; DWORD scanCode; DWORD flags; DWORD time; ULONG_PTR dwExtraInfo; } _KBDLLHOOKSTRUCT; typedef struct { POINT pt; DWORD mouseData; DWORD flags; DWORD time; ULONG_PTR dwExtraInfo; } _MSLLHOOKSTRUCT; #endif // W32LOWLEVELMONITOR_HH workrave-1_10_10/backend/src/workrave-service.xml000066400000000000000000000151101263301626300220520ustar00rootroot00000000000000 workrave-1_10_10/backend/test/000077500000000000000000000000001263301626300162245ustar00rootroot00000000000000workrave-1_10_10/backend/test/Makefile.am000066400000000000000000000002511263301626300202560ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2006, 2007 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = *.pyc workrave-1_10_10/backend/test/workrave_test_base.py000066400000000000000000000111371263301626300224720ustar00rootroot00000000000000import unittest import os import sys import pwd import dbus import dbus.decorators import dbus.glib import time import gobject loop = gobject.MainLoop() bus = dbus.SessionBus() run_debugger = False class WorkraveTestBase(unittest.TestCase): def get_num_autostart_workraves(self): return 3 def start_workrave(self, instance, clean = True): name = "workrave" + str(instance) tmpdir = "/tmp/" + name + "/" pidfile = tmpdir + "pid" cwd = os.getcwd(); env = os.environ env["WORKRAVE_TEST"]="1" env["WORKRAVE_FAKE"]="1" env["WORKRAVE_DBUS_NAME"] = "org.workrave.Workrave" + str(instance) env["WORKRAVE_HOME"] = tmpdir env["WORKRAVE_GCONF_ROOT"] = "/apps/" + name + "/"; if clean: try: os.system("rm -rf " + tmpdir + ".workrave"); os.mkdir(tmpdir) except: pass newpid = os.fork() if newpid == 0: out_log = file(name + ".out", 'w+') dev_null = file('/dev/null', 'r') os.dup2(out_log.fileno(), sys.stdout.fileno()) os.dup2(out_log.fileno(), sys.stderr.fileno()) os.dup2(dev_null.fileno(), sys.stdin.fileno()) os.execlpe("/sbin/start-stop-daemon", "/sbin/start-stop-daemon", "--quiet", "--start", "--pidfile", pidfile, "--make-pidfile", "--exec", #"/usr/bin/valgrind", #"--", "-v", "--trace-children=yes", "--leak-check=full", #"--show-reachable=yes", #"--log-file=" + cwd +"/val." + str(instance), cwd + "/frontend/text/src/workrave", env) def stop_workrave(self, instance): name = "workrave" + str(instance) tmpdir = "/tmp/" + name + "/" pidfile = tmpdir + "pid" newpid = os.fork() if newpid == 0: os.execlp("/sbin/start-stop-daemon", "/sbin/start-stop-daemon", "--stop", "--pidfile", pidfile) def launch(self, num, clean = True): for i in range(num): self.start_workrave(i + 1, clean) time.sleep(2) self.wr = [] self.wrd = [] self.core = [] self.network = [] self.config = [] self.debug = [] for i in range(num): self.wr.append(bus.get_object("org.workrave.Workrave" + str(i + 1), "/org/workrave/Workrave/Core")) self.wrd.append(bus.get_object("org.workrave.Workrave" + str(i + 1), "/org/workrave/Workrave/Debug")) self.core.append (dbus.Interface(self.wr[i], "org.workrave.CoreInterface")) self.network.append(dbus.Interface(self.wr[i], "org.workrave.NetworkInterface")) self.config.append (dbus.Interface(self.wr[i], "org.workrave.ConfigInterface")) self.debug.append (dbus.Interface(self.wrd[i], "org.workrave.DebugInterface")) if run_debugger: for i in range(1, num + 1): os.system("cat /tmp/workrave" + str(i) + "/pid") print "Attach debugger and press return." sys.stdin.readline(); time.sleep(1) time.sleep(1) for i in range(num): # Start listening for incoming connections. self.network[i].Listen(2701 + i) self.config[i].SetBool("timers/micro_pause/enabled", True) self.config[i].SetInt("timers/micro_pause/auto_reset", 20) self.config[i].SetInt("timers/micro_pause/limit", 60) self.config[i].SetInt("timers/micro_pause/snooze", 180) self.config[i].SetBool("timers/rest_break/enabled", False) self.config[i].SetBool("timers/daily_limit/enabled", False) self.num_running = num; def kill(self): time.sleep(2) if run_debugger: print "Press return" sys.stdin.readline(); for i in range(1, self.num_running + 1): self.stop_workrave(i) def setUp(self): self.num_running = 0 self.wr = [] self.wrd = [] self.core = [] self.network = [] self.config = [] self.debug = [] self.connected = False num = self.get_num_autostart_workraves() self.launch(num); time.sleep(1) def tearDown(self): self.kill() time.sleep(4) workrave-1_10_10/build/000077500000000000000000000000001263301626300147555ustar00rootroot00000000000000workrave-1_10_10/build/Makefile.am000066400000000000000000000021171263301626300170120ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2009, 2010 Rob Caelers & Raymond Penners # # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = cmake/CMakeLists.txt \ cmake/README \ cmake/backend \ cmake/common \ cmake/config.h.cmake \ cmake/frontend \ cmake/harpoon \ cmake/modules \ cmake/workrave.rc.cmake \ cmake/backend/CMakeLists.txt \ cmake/common/CMakeLists.txt \ cmake/frontend/CMakeLists.txt \ cmake/harpoon/CMakeLists.txt \ cmake/modules/FindDbus.cmake \ cmake/modules/FindDirectX.cmake \ cmake/modules/FindGlib.cmake \ cmake/modules/FindGtkmm.cmake \ cmake/modules/FindPerl.cmake \ cmake/modules/FindPythonInterp.cmake \ win32/README \ win32/crossbuilder/build-cross.sh \ win32/crossbuilder/build-packages.sh \ win32/crossbuilder/gnet-2.0.8.diff \ win32/crossbuilder/mingw-utils-0.3.diff \ win32/crossbuilder/mingw32 \ win32/tinderbox/Makefile \ win32/tinderbox/bin/make-runtime.sh \ win32/tinderbox/bin/mingw32 \ win32/tinderbox/bin/nightlybuild \ win32/tinderbox/bin/vcvars32.sh workrave-1_10_10/build/cmake/000077500000000000000000000000001263301626300160355ustar00rootroot00000000000000workrave-1_10_10/build/cmake/CMakeLists.txt000066400000000000000000000126601263301626300206020ustar00rootroot00000000000000if(WIN32) set(HAVE_LANGUAGE_SELECTION TRUE) endif(WIN32) set(ALL_LINGUAS "") file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/../../po/LINGUAS" pofile) FOREACH(line ${pofile}) if("${line}" MATCHES "^[a-zA-Z]") set(ALL_LINGUAS "${ALL_LINGUAS}${line} ") endif("${line}" MATCHES "^[a-zA-Z]") ENDFOREACH(line) #strip the trailing whitespace. earlier versions of cmake don't have string(STRIP STRING(REGEX REPLACE "[ ]+$" "" ALL_LINGUAS "${ALL_LINGUAS}" ) #message(STATUS "ALL_LINGUAS = ${ALL_LINGUAS}") set(SOUND_THEMES subtle default) # Set Workrave version set(VERSION_MAJOR "1") set(VERSION_MINOR "10") set(VERSION_RELEASE "4") set(VERSION_PATCH "0") if (VERSION_PATCH) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}-${VERSION_PATCH}" ) set(RESOURCE_VERSION "${VERSION_MAJOR},${VERSION_MINOR},${VERSION_RELEASE},${VERSION_PATCH}" ) else (VERSION_PATCH) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}" ) set(RESOURCE_VERSION "${VERSION_MAJOR},${VERSION_MINOR},${VERSION_RELEASE},0" ) endif (VERSION_PATCH) # CMake CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2 FATAL_ERROR) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules") project(Workrave) SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DTRACING") if(MSVC) ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE) SET(MSVC_WARNINGS "/W3 /wd4127 /wd4250 /wd4413 /wd4800") SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /FIconfig.h ${MSVC_WARNINGS}") SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /FIconfig.h ${MSVC_WARNINGS}") endif(MSVC) if(WIN32) set (CMAKE_DEBUG_POSTFIX "d") add_definitions( -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0600 ) endif(WIN32) if (WIN32) set (LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) else (WIN32) set (LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib) endif (WIN32) set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) # for including config.h and for includes like include_directories(${CMAKE_SOURCE_DIR}/.. ${CMAKE_BINARY_DIR} ${CMAKE_INCLUDE_PATH}) # linker search directories link_directories(${LIBRARY_OUTPUT_PATH}) include_directories(${CMAKE_LIBRARY_PATH}) ###################################################################### ## Win32 ###################################################################### if (WIN32) set(PLATFORM_OS_WIN32 1) if (MSVC) set(PLATFORM_OS_WIN32_NATIVE 1) endif (MSVC) endif (WIN32) ###################################################################### ## Options ###################################################################### option(DEVELOPMENT_MODE "Development" OFF) if(DEVELOPMENT_MODE) set(DATA_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../) endif(DEVELOPMENT_MODE) option(FIND_DBUS "Find DBUS" ON) ###################################################################### ## Find packages ###################################################################### include(FindGlib) include(FindGtkmm) if(FIND_DBUS) include(FindDbus) endif(FIND_DBUS) include(FindGettext) #include(FindGnet) FIND_PROGRAM(GETTEXT_XGETTEXT_EXECUTABLE xgettext) if (NOT GETTEXT_FOUND) message("=== GetText not found - disabling i18n") endif (NOT GETTEXT_FOUND) set(HAVE_DBUS ${DBUS_FOUND}) if (HAVE_DBUS) include (FindPythonInterp) if (NOT PYTHONINTERP_FOUND) message("=== Python not found - disabling dbus") set (HAVE_DBUS FALSE) endif (NOT PYTHONINTERP_FOUND) endif (HAVE_DBUS) set(HAVE_GNET ${GNET_FOUND}) set (HAVE_DISTRIBUTION FALSE) if (HAVE_GNET OR HAVE_GIO_NET) set (HAVE_DISTRIBUTION TRUE) set (HAVE_TESTS TRUE) endif (HAVE_GNET OR HAVE_GIO_NET) if (WIN32) FIND_PROGRAM(INTLTOOL_UPDATE_EXEC intltool-update) FIND_PROGRAM(INTLTOOL_MERGE_EXEC intltool-merge) include(FindPerl) if (NOT PERL_FOUND) message("=== Perl not found") else (NOT PERL_FOUND) if (INTLTOOL_MERGE_EXEC) set (INTLTOOL_MERGE_EXECUTABLE ${PERL_EXECUTABLE} ${INTLTOOL_MERGE_EXEC}) endif(INTLTOOL_MERGE_EXEC) if (INTLTOOL_UPDATE_EXEC) set (INTLTOOL_UPDATE_EXECUTABLE ${PERL_EXECUTABLE} ${INTLTOOL_UPDATE_EXEC}) endif(INTLTOOL_UPDATE_EXEC) endif (NOT PERL_FOUND) include(FindDirectX) if (NOT DIRECTX_FOUND) message(FATAL_ERROR "Could not find DirectX SDK") endif(NOT DIRECTX_FOUND) set(HAVE_DIRECTX ${DIRECTX_FOUND}) else (WIN32) FIND_PROGRAM(INTLTOOL_UPDATE_EXECUTABLE intltool-update) FIND_PROGRAM(INTLTOOL_MERGE_EXECUTABLE intltool-merge) MARK_AS_ADVANCED(INTLTOOL_UPDATE_EXECUTABLE) endif (WIN32) if (INTLTOOL_MERGE_EXECUTABLE AND PERL_FOUND) set (HAVE_EXERCISES TRUE) else (INTLTOOL_MERGE_EXECUTABLE AND PERL_FOUND) message("=== Perl/Intltool not found - disabling exercises") set (HAVE_EXERCISES FALSE) endif (INTLTOOL_MERGE_EXECUTABLE AND PERL_FOUND) ###################################################################### ## Create config.h ###################################################################### if (MINGW) set (HAVE_GNUC_VARARGS 1) endif(MINGW) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/workrave.rc.cmake ${CMAKE_CURRENT_BINARY_DIR}/workrave.rc ) # compiler definitions add_definitions(-DHAVE_CONFIG_H=1) ###################################################################### ## Subdirectories ###################################################################### add_subdirectory(harpoon) add_subdirectory(common) add_subdirectory(backend) add_subdirectory(frontend) workrave-1_10_10/build/cmake/README000066400000000000000000000122771263301626300167260ustar00rootroot00000000000000This document gives some hints on how to compile Workrave on Windows using Microsoft Visual Studio (2008 Express Edition). Please use autoconf to build Workrave on Unix systems. The minimal requirement is gtkmm, Directx SDK and cmake. Only networking is currently not easy to build on Windows. Install Gtkmm (required) ======================== - Download and install gtkmm: File: ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/2.22/gtkmm-win32-devel-2.22.0-2.exe More recent versions of gtkmm are currently not supported. Install DirectX SDK (required) ============================== - Download and install DirectX 9 SDK: Site: http://msdn.microsoft.com/en-us/directx/default.aspx -or- Site: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=6812 Install CMake 2.8 (required) ============================ - Download and install cmake: Website: http://www.cmake.org File: http://www.cmake.org/files/v2.8/cmake-2.8.5-win32-x86.exe Install Intltool (recommended, needed for exercises) ==================================================== - Download and Install Strawberry Perl ActiveState may also work (untested) Website: http://strawberryperl.com/ File: http://strawberry-perl.googlecode.com/files/strawberry-perl-5.12.3.0.msi - Download and extract intltool File: http://ftp.gnome.org/pub/gnome/binaries/win32/intltool/0.40/intltool_0.40.4-1_win32.zip Extract to . Install Gettext (recommended, needed for localization and exercises) ==================================================================== - Download and extract Gettext File: http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/gettext-tools-dev_0.18.1.1-2_win32.zip File: http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/gettext-runtime_0.18.1.1-2_win32.zip File: http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/gettext-runtime-dev_0.18.1.1-2_win32.zip Note: You may run into problems (access denied and such) if you extract the files with unzip from cygwin; use Windows built-in zip support. Install Python/Cheetah (optional/experimental, needed for dbus) =============================================================== - Download and Install Python 2.6.x or 2.7 Website: http://www.python.org/download/ File: http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi File: http://www.python.org/ftp/python/2.7.2/python-2.7.2.amd64.msi You may need to append Python to your PATH environment variable manually, eg C:\Python27 - Download and install setuptools Website: http://pypi.python.org/pypi/setuptools File: http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz - Extract setuptools-0.6c11.tar.gz to directory outside the Windows Python installation directory - Open Command Prompt windows and go to the directory where you extracted setuptools. - Make sure C:\Python27 [replace with python installation directory] is in your PATH - Run 'python setup.py install' - Install Cheetah - Open a Command Prompt (Use Run as Administrator on Vista+) - cd C:\Python27\Scripts [replace python installation directory] - Run 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat' [use vcvars64.bat if 64 bit Python is installed] - Run 'easy_install-2.7-script.py Cheetah' Install DBus (optional/experimental, needed for dbus) ===================================================== - Download, compile and install DBUS: - git clone git://anongit.freedesktop.org/git/dbus/dbus - mkdir dbus-build - cd dbus-build - Run cmake cmake -G "Visual Studio 10" ../dbus/cmake/ -DCMAKE_PREFIX_PATH=";" -DCMAKE_INSTALL_PREFIX= -DDBUS_SESSION_BUS_DEFAULT_ADDRESS:STRING=autolaunch:scope=install-path e.g. cmake -G "Visual Studio 10" ../dbus/cmake/ -DCMAKE_PREFIX_PATH="c:/mystuff/devel;C:/Program Files (x86)/gtkmm" -DCMAKE_INSTALL_PREFIX=c:/mystuff/devel -DDBUS_SESSION_BUS_DEFAULT_ADDRESS:STRING=autolaunch:scope=install-path - Open dbus solution in visual studio (located in dbus-build directory) - Select Release configuration - From Build menu, choose rebuild solution - Right click on INSTALL project, choose build - Select Debug configuration - From Build menu, choose rebuild solution - Right click on INSTALL project, choose build Compiling Workrave ================== - Download workrave - mkdir workrave-build - cd workrave-build - cmake -G "Visual Studio 10" /build/cmake/ -DDEVELOPMENT_MODE=ON -DCMAKE_PREFIX_PATH="PATH-TO-DEPEDENCIES" -DCMAKE_INSTALL_PREFIX=" Note: PATH-TO-DEPEDENCIES should contains all dependencies: gettext, dbus, intltool etc. eg. cmake -G "Visual Studio 10" ../workrave/build/cmake/ -DDEVELOPMENT_MODE=ON -DCMAKE_PREFIX_PATH=c:/mystuff/devel -DCMAKE_INSTALL_PREFIX=c:/mystuff/programs/workrave - Open Workrave solution in visual studio (location in workrave-build directory) - Build [1] [1] If this is your first time adding the dependencies listed in this file you may not be able to achieve a successful build without first rebooting. workrave-1_10_10/build/cmake/backend/000077500000000000000000000000001263301626300174245ustar00rootroot00000000000000workrave-1_10_10/build/cmake/backend/CMakeLists.txt000066400000000000000000000133501263301626300221660ustar00rootroot00000000000000project(Workrave) SET(COMMON_DIR ${CMAKE_SOURCE_DIR}/../../common) SET(BACKEND_DIR ${CMAKE_SOURCE_DIR}/../../backend) set(BACKEND_SOURCES ${BACKEND_DIR}/include/CoreConfig.hh ${BACKEND_DIR}/include/CoreFactory.hh ${BACKEND_DIR}/include/IApp.hh ${BACKEND_DIR}/include/IBreak.hh ${BACKEND_DIR}/include/IBreakResponse.hh ${BACKEND_DIR}/include/IConfigurator.hh ${BACKEND_DIR}/include/IConfiguratorListener.hh ${BACKEND_DIR}/include/ICore.hh ${BACKEND_DIR}/include/ICoreEventListener.hh ${BACKEND_DIR}/include/IStatistics.hh ${BACKEND_DIR}/src/ActivityMonitor.cc ${BACKEND_DIR}/src/ActivityMonitor.hh ${BACKEND_DIR}/src/ActivityMonitorListener.hh ${BACKEND_DIR}/src/Break.cc ${BACKEND_DIR}/src/Break.hh ${BACKEND_DIR}/src/BreakControl.cc ${BACKEND_DIR}/src/BreakControl.hh ${BACKEND_DIR}/src/ConfigBackendAdapter.hh ${BACKEND_DIR}/src/Configurator.cc ${BACKEND_DIR}/src/Configurator.hh ${BACKEND_DIR}/src/ConfiguratorFactory.cc ${BACKEND_DIR}/src/ConfiguratorFactory.hh ${BACKEND_DIR}/src/Core.cc ${BACKEND_DIR}/src/Core.hh ${BACKEND_DIR}/src/CoreConfig.cc ${BACKEND_DIR}/src/CoreFactory.cc ${BACKEND_DIR}/src/DayTimePred.cc ${BACKEND_DIR}/src/DayTimePred.hh ${BACKEND_DIR}/src/GlibIniConfigurator.cc ${BACKEND_DIR}/src/GlibIniConfigurator.hh ${BACKEND_DIR}/src/IActivityMonitor.hh ${BACKEND_DIR}/src/IConfigBackend.hh ${BACKEND_DIR}/src/IDistributionClientMessage.hh ${BACKEND_DIR}/src/IInputMonitor.hh ${BACKEND_DIR}/src/IInputMonitorFactory.hh ${BACKEND_DIR}/src/IInputMonitorListener.hh ${BACKEND_DIR}/src/IdleLogManager.cc ${BACKEND_DIR}/src/IdleLogManager.hh ${BACKEND_DIR}/src/InputMonitor.cc ${BACKEND_DIR}/src/InputMonitor.hh ${BACKEND_DIR}/src/InputMonitor.icc ${BACKEND_DIR}/src/InputMonitorFactory.cc ${BACKEND_DIR}/src/InputMonitorFactory.hh ${BACKEND_DIR}/src/InputMonitorFactoryInterface.hh ${BACKEND_DIR}/src/PacketBuffer.cc ${BACKEND_DIR}/src/PacketBuffer.hh ${BACKEND_DIR}/src/Statistics.cc ${BACKEND_DIR}/src/Statistics.hh ${BACKEND_DIR}/src/TimePred.hh ${BACKEND_DIR}/src/TimePredFactory.cc ${BACKEND_DIR}/src/TimePredFactory.hh ${BACKEND_DIR}/src/TimeSource.hh ${BACKEND_DIR}/src/Timer.cc ${BACKEND_DIR}/src/Timer.hh ${BACKEND_DIR}/src/Timer.icc ${BACKEND_DIR}/src/TimerActivityMonitor.hh ${BACKEND_DIR}/src/Variant.hh ) if (APPLE) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${BACKEND_DIR}/src/osx/OSXConfigurator.cc ${BACKEND_DIR}/src/osx/OSXConfigurator.hh ${BACKEND_DIR}/src/osx/OSXInputMonitor.cc ${BACKEND_DIR}/src/osx/OSXInputMonitor.hh ${BACKEND_DIR}/src/osx/OSXInputMonitorFactory.cc ${BACKEND_DIR}/src/osx/OSXInputMonitorFactory.hh ) endif (APPLE) if (UNIX) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${BACKEND_DIR}/src/unix/GConfConfigurator.cc ${BACKEND_DIR}/src/unix/GConfConfigurator.hh ${BACKEND_DIR}/src/unix/UnixInputMonitorFactory.cc ${BACKEND_DIR}/src/unix/UnixInputMonitorFactory.hh ${BACKEND_DIR}/src/unix/X11InputMonitor.cc ${BACKEND_DIR}/src/unix/X11InputMonitor.hh ${BACKEND_DIR}/src/unix/dummy.c ) endif (UNIX) if (WIN32) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${BACKEND_DIR}/src/win32/Harpoon.cc ${BACKEND_DIR}/include/Harpoon.hh ${BACKEND_DIR}/src/win32/W32ActiveSetup.cc ${BACKEND_DIR}/src/win32/W32ActiveSetup.hh ${BACKEND_DIR}/src/win32/W32AlternateMonitor.cc ${BACKEND_DIR}/src/win32/W32AlternateMonitor.hh ${BACKEND_DIR}/src/win32/W32Configurator.cc ${BACKEND_DIR}/src/win32/W32Configurator.hh ${BACKEND_DIR}/src/win32/W32InputMonitor.cc ${BACKEND_DIR}/src/win32/W32InputMonitor.hh ${BACKEND_DIR}/src/win32/W32InputMonitorFactory.cc ${BACKEND_DIR}/src/win32/W32InputMonitorFactory.hh ${BACKEND_DIR}/src/win32/W32LowLevelMonitor.cc ${BACKEND_DIR}/src/win32/W32LowLevelMonitor.hh ) include_directories( "${COMMON_DIR}/include/win32" "${COMMON_DIR}/win32/harpoon/include" "${COMMON_DIR}/win32/harpoonHelper/include" "${BACKEND_DIR}/src/win32" ) endif (WIN32) if (HAVE_GDOME) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${BACKEND_DIR}/src/XMLConfigurator.cc ${BACKEND_DIR}/src/XMLConfigurator.hh ) endif (HAVE_GDOME) if (HAVE_DISTRIBUTION) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${BACKEND_DIR}/include/DistributionLogListener.hh ${BACKEND_DIR}/include/IDistributionManager.hh ${BACKEND_DIR}/src/DistributionLink.hh ${BACKEND_DIR}/src/DistributionListener.hh ${BACKEND_DIR}/src/DistributionManager.cc ${BACKEND_DIR}/src/DistributionManager.hh ${BACKEND_DIR}/src/DistributionSocketLink.cc ${BACKEND_DIR}/src/DistributionSocketLink.hh ${BACKEND_DIR}/src/FakeActivityMonitor.hh ${BACKEND_DIR}/src/GNetSocketDriver.cc ${BACKEND_DIR}/src/GNetSocketDriver.hh ${BACKEND_DIR}/src/GIOSocketDriver.cc ${BACKEND_DIR}/src/GIOSocketDriver.hh ${BACKEND_DIR}/src/SocketDriver.hh ${BACKEND_DIR}/src/SocketDriver.icc ${BACKEND_DIR}/src/SocketDriver.cc ${BACKEND_DIR}/src/Test.cc ${BACKEND_DIR}/src/Test.hh ) endif(HAVE_DISTRIBUTION) if (HAVE_DBUS) add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/DBusWorkrave.cc COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/../../common/bin/dbusgen.py -l C++ -s ${BACKEND_DIR}/src/workrave-service.xml DBusWorkrave DEPENDS ${BACKEND_DIR}/src/workrave-service.xml ) set(BACKEND_SOURCES ${BACKEND_SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/DBusWorkrave.cc ) include_directories(${DBUS_INCLUDES}) endif (HAVE_DBUS) include_directories( "${COMMON_DIR}/include" "${BACKEND_DIR}/include" "${BACKEND_DIR}/src" ) include_directories(${GLIB_INCLUDES}) if (HAVE_DBUS) include_directories(${DBUS_INCLUDES}) endif(HAVE_DBUS) include_directories(${CMAKE_CURRENT_BINARY_DIR}) add_library(workrave-backend STATIC ${BACKEND_SOURCES}) workrave-1_10_10/build/cmake/common/000077500000000000000000000000001263301626300173255ustar00rootroot00000000000000workrave-1_10_10/build/cmake/common/CMakeLists.txt000066400000000000000000000037011263301626300220660ustar00rootroot00000000000000project(Workrave) SET(COMMON_DIR ${CMAKE_SOURCE_DIR}/../../common) set(COMMON_SOURCES ${COMMON_DIR}/src/debug.cc ${COMMON_DIR}/src/GlibThread.cc ${COMMON_DIR}/src/Locale.cc ${COMMON_DIR}/src/StringUtil.cc ${COMMON_DIR}/src/Util.cc ${COMMON_DIR}/include/Exception.hh ${COMMON_DIR}/include/GlibMutex.hh ${COMMON_DIR}/include/GlibThread.hh ${COMMON_DIR}/include/Locale.hh ${COMMON_DIR}/include/Mutex.hh ${COMMON_DIR}/include/Runnable.hh ${COMMON_DIR}/include/StringUtil.hh ${COMMON_DIR}/include/Thread.hh ${COMMON_DIR}/include/Util.hh ${COMMON_DIR}/include/debug.hh ${COMMON_DIR}/include/nls.h ${COMMON_DIR}/include/timeutil.h ) if (HAVE_DBUS) set (COMMON_SOURCES ${COMMON_SOURCES} ${COMMON_DIR}/include/DBus.hh ${COMMON_DIR}/include/DBus-freedesktop.hh ${COMMON_DIR}/include/DBusBinding.hh ${COMMON_DIR}/include/DBusBinding-freedesktop.hh ${COMMON_DIR}/include/DBusException.hh ${COMMON_DIR}/src/DBus-freedesktop.cc ${COMMON_DIR}/src/DBusBinding-freedesktop.cc ) include_directories(${DBUS_INCLUDES}) endif (HAVE_DBUS) if (WIN32) set (COMMON_SOURCES ${COMMON_SOURCES} ${COMMON_DIR}/include/win32/crashlog.h ${COMMON_DIR}/include/win32/W32CriticalSection.hh ${COMMON_DIR}/src/win32/crashlog.cc ${COMMON_DIR}/src/win32/W32CriticalSection.cc ) endif (WIN32) if (UNIX) set (COMMON_SOURCES ${COMMON_SOURCES} ${COMMON_DIR}/include/unix/Sound.hh ) endif (UNIX) if (HAVE_DISTRIBUTION) set (COMMON_SOURCES ${COMMON_SOURCES} ${COMMON_DIR}/include/WRID.hh ${COMMON_DIR}/src/WRID.cc ) endif (HAVE_DISTRIBUTION) add_definitions(-D_XOPEN_SOURCE=600) include_directories( "${COMMON_DIR}/include" "${COMMON_DIR}/include/win32" "${COMMON_DIR}/win32/harpoon/include" "${COMMON_DIR}/win32/harpoonHelper/include" ) if (HAVE_DBUS) include_directories(${DBUS_INCLUDES}) endif(HAVE_DBUS) include_directories(${GLIB_INCLUDES}) add_library(workrave-common STATIC ${COMMON_SOURCES}) workrave-1_10_10/build/cmake/config.h.cmake000066400000000000000000000421631263301626300205400ustar00rootroot00000000000000/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define if compiling for the Win32 platform */ #cmakedefine PLATFORM_OS_WIN32 #cmakedefine PLATFORM_OS_WIN32_NATIVE #cmakedefine HAVE_LANGUAGE_SELECTION #cmakedefine ALL_LINGUAS "${ALL_LINGUAS}" #define VERSION "${VERSION}" #define PACKAGE_VERSION "${VERSION}" #define PACKAGE_STRING "workrave ${VERSION}" #cmakedefine DATA_PATH "${DATA_PATH}" #cmakedefine HAVE_DBUS #cmakedefine HAVE_GNET #cmakedefine HAVE_GIO_NET #cmakedefine HAVE_EXERCISES #cmakedefine HAVE_DISTRIBUTION #cmakedefine HAVE_TESTS #define HAVE_EXTERN_TIMEZONE 1 #define HAVE_EXTERN_TIMEZONE_DEFINED 1 #define HAVE_MMDEVICEAPI_H 1 #define HAVE_ISHELLDISPATCH 1 /* Dont */ #define BUILD_INCLUDED_LIBINTL "no" /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ /* Define to 1 if translation of program messages to the user's native language is requested. */ #define ENABLE_NLS 1 /* Blaat */ #define GETTEXT_PACKAGE "workrave" /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if Gtk is available */ /* #undef HAVE_APP_GTK */ /* Define if Text is available */ /* #undef HAVE_APP_TEXT */ /* Define to 1 if you have the `argz_count' function. */ /* #undef HAVE_ARGZ_COUNT */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define to 1 if you have the `argz_next' function. */ /* #undef HAVE_ARGZ_NEXT */ /* Define to 1 if you have the `argz_stringify' function. */ /* #undef HAVE_ARGZ_STRINGIFY */ /* Define to 1 if you have the `asprintf' function. */ /* #undef HAVE_ASPRINTF */ /* Define to 1 if the compiler understands __builtin_expect. */ #define HAVE_BUILTIN_EXPECT 1 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ /* #undef HAVE_CFLOCALECOPYCURRENT */ /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ /* Define if you have the CoreAudio API */ /* #undef HAVE_COREAUDIO */ /* Define to 1 if you have the header file. */ /* #undef HAVE_CRT_EXTERNS_H */ /* Defines if your system has the crypt function */ /* #undef HAVE_CRYPT */ /* Define if the GNU dcgettext() function is already present or preinstalled. */ /* #undef HAVE_DCGETTEXT */ /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you don't. */ #define HAVE_DECL_FEOF_UNLOCKED 0 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if you don't. */ #define HAVE_DECL_FGETS_UNLOCKED 0 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #define HAVE_DECL_GETC_UNLOCKED 0 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. */ #define HAVE_DECL__SNPRINTF 1 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you don't. */ #define HAVE_DECL__SNWPRINTF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define if experimental features are available */ /* #undef HAVE_EXPERIMENTAL */ /* Define to 1 if you have the `fwprintf' function. */ #define HAVE_FWPRINTF 1 /* Define if GConf is available */ /* #undef HAVE_GCONF */ /* Define if GDome is available */ /* #undef HAVE_GDOME */ /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 /* Define to 1 if you have the `getegid' function. */ /* #undef HAVE_GETEGID */ /* Define to 1 if you have the `geteuid' function. */ /* #undef HAVE_GETEUID */ /* Define to 1 if you have the `getgid' function. */ /* #undef HAVE_GETGID */ /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define if the GNU gettext() function is already present or preinstalled. */ /* #undef HAVE_GETTEXT */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `getuid' function. */ /* #undef HAVE_GETUID */ /* Define if glib is available */ #define HAVE_GLIB /* Define if Gnome is available */ /* #undef HAVE_GNOME */ /* Define if Gnomeuimm/Gnomemm is available */ /* #undef HAVE_GNOMEMM */ /* Define if you have the iconv() function. */ #define HAVE_ICONV 1 /* Define if you have the 'intmax_t' type in or . */ #define HAVE_INTMAX_T 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define if exists, doesn't clash with , and declares uintmax_t. */ #define HAVE_INTTYPES_H_WITH_UINTMAX 1 /* Define if we have IOKit */ /* #undef HAVE_IOKIT */ /* Define if KDE is available */ /* #undef HAVE_KDE */ /* Define if you have and nl_langinfo(CODESET). */ /* #undef HAVE_LANGINFO_CODESET */ /* Define if your file defines LC_MESSAGES. */ /* #undef HAVE_LC_MESSAGES */ /* Define if you have libjpeg */ /* #undef HAVE_LIBJPEG */ /* Define if you have libpng */ /* #undef HAVE_LIBPNG */ /* Define if you have a working libpthread (will enable threaded code) */ /* #undef HAVE_LIBPTHREAD */ /* Define to 1 if you have the `resolv' library (-lresolv). */ /* #undef HAVE_LIBRESOLV */ /* Define if you have libz */ /* #undef HAVE_LIBZ */ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the 'long double' type. */ #define HAVE_LONG_DOUBLE 1 /* Define to 1 if the system has the type `long long int'. */ #define HAVE_LONG_LONG_INT 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mempcpy' function. */ /* #undef HAVE_MEMPCPY */ /* Define to 1 if you have a working `mmap' system call. */ /* #undef HAVE_MMAP */ /* Define to 1 if you have the `munmap' function. */ /* #undef HAVE_MUNMAP */ /* Define to 1 if you have the `nanosleep' function. */ /* #undef HAVE_NANOSLEEP */ /* Define if you have and it defines the NL_LOCALE_NAME macro if _GNU_SOURCE is defined. */ /* #undef HAVE_NL_LOCALE_NAME */ /* Define if your system needs _NSGetEnviron to set up the environment */ /* #undef HAVE_NSGETENVIRON */ /* Define if your printf() function supports format strings with positions. */ /* #undef HAVE_POSIX_PRINTF */ /* Define if the defines PTHREAD_MUTEX_RECURSIVE. */ /* #undef HAVE_PTHREAD_MUTEX_RECURSIVE */ /* Define if the POSIX multithreading library has read/write locks. */ /* #undef HAVE_PTHREAD_RWLOCK */ /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define if you have the res_init function */ /* #undef HAVE_RES_INIT */ /* Define to 1 if you have the `select' function. */ /* #undef HAVE_SELECT */ /* Define to 1 if you have the `setenv' function. */ /* #undef HAVE_SETENV */ /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 /* Define if you have a STL implementation by SGI */ /* #undef HAVE_SGI_STL */ /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if exists, doesn't clash with , and declares uintmax_t. */ #define HAVE_STDINT_H_WITH_UINTMAX 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `stpcpy' function. */ /* #undef HAVE_STPCPY */ /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have strlcat */ /* #undef HAVE_STRLCAT */ /* Define if you have the strlcat prototype */ /* #undef HAVE_STRLCAT_PROTO */ /* Define if you have strlcpy */ /* #undef HAVE_STRLCPY */ /* Define if you have the strlcpy prototype */ /* #undef HAVE_STRLCPY_PROTO */ /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 /* struct MOUSEHOOKSTRUCT */ #define HAVE_STRUCT_MOUSEHOOKSTRUCT #define HAVE_STRUCT_MOUSEHOOKSTRUCTEX /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SELECT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TIME_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if test code is enabled */ /* #undef HAVE_TESTS */ /* Define to 1 if you have the `tsearch' function. */ #define HAVE_TSEARCH 1 /* Define if you have the 'uintmax_t' type in or . */ #define HAVE_UINTMAX_T 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H 1 */ /* Define if you have the 'unsigned long long' type. */ #define HAVE_UNSIGNED_LONG_LONG 1 /* Define to 1 if the system has the type `unsigned long long int'. */ #define HAVE_UNSIGNED_LONG_LONG_INT 1 /* Define to 1 or 0, depending whether the compiler supports simple visibility declarations. */ #define HAVE_VISIBILITY 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Define if you have the 'wchar_t' type. */ #define HAVE_WCHAR_T 1 /* Define to 1 if you have the `wcslen' function. */ #define HAVE_WCSLEN 1 /* Define if you have the 'wint_t' type. */ #define HAVE_WINT_T 1 /* Define if the RECORD extension is available */ /* #undef HAVE_XRECORD */ /* Define to 1 if you have the `__fsetlocking' function. */ /* #undef HAVE___FSETLOCKING */ /* Define as const if the declaration of iconv() needs const. */ #define ICONV_CONST const /* Define if integer division by zero raises signal SIGFPE. */ #define INTDIV0_RAISES_SIGFPE 0 /* Suffix for lib directories */ /* #undef KDELIBSUFF */ /* Define a safe value for MAXPATHLEN */ /* #undef KDEMAXPATHLEN */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Name of package */ #define PACKAGE "workrave" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://issues.workrave.org/cgi-bin/bugzilla/enter_bug.cgi" /* Define to the full name of this package. */ #define PACKAGE_NAME "workrave" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "workrave" /* Define if compiling for the OS X platform */ /* #undef PLATFORM_OS_OSX */ /* Define if compiling for a Unix platform */ /* #undef PLATFORM_OS_UNIX */ /* Define if exists and defines unusable PRI* macros. */ /* #undef PRI_MACROS_BROKEN */ /* Define if the pthread_in_use() detection is hard. */ /* #undef PTHREAD_IN_USE_DETECTION_HARD */ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* The size of `char *', as computed by sizeof. */ #define SIZEOF_CHAR_P 4 /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* The size of `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 /* The size of `unsigned long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG 4 /* Define as the maximum value of type 'size_t', if the system doesn't define it. */ /* #define SIZE_MAX (((1U << 31) - 1) * 2 + 1) */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Dont */ #define USE_INCLUDED_LIBINTL "no" /* Define if the POSIX multithreading library can be used. */ /* #undef USE_POSIX_THREADS */ /* Define if references to the POSIX multithreading library should be made weak. */ /* #undef USE_POSIX_THREADS_WEAK */ /* Define if the GNU Pth multithreading library can be used. */ /* #undef USE_PTH_THREADS */ /* Define if references to the GNU Pth multithreading library should be made weak. */ /* #undef USE_PTH_THREADS_WEAK */ /* Define if the old Solaris multithreading library can be used. */ /* #undef USE_SOLARIS_THREADS */ /* Define if references to the old Solaris multithreading library should be made weak. */ /* #undef USE_SOLARIS_THREADS_WEAK */ /* Define if the Win32 multithreading API can be used. */ #define USE_WIN32_THREADS 1 /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system * headers and I'm too lazy to write a configure test as long as only * unixware is related */ #ifdef _UNIXWARE #define HAVE_BOOLEAN #endif /* * AIX defines FD_SET in terms of bzero, but fails to include * that defines bzero. */ #if defined(_AIX) #include #endif #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) # include # include # define environ (*_NSGetEnviron()) #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif #if !defined(HAVE_STRLCAT_PROTO) #ifdef __cplusplus extern "C" { #endif unsigned long strlcat(char*, const char*, unsigned long); #ifdef __cplusplus } #endif #endif #if !defined(HAVE_STRLCPY_PROTO) #ifdef __cplusplus extern "C" { #endif unsigned long strlcpy(char*, const char*, unsigned long); #ifdef __cplusplus } #endif #endif /* * On HP-UX, the declaration of vsnprintf() is needed every time ! */ #if !defined(HAVE_VSNPRINTF) || defined(hpux) #if __STDC__ #include #include #else #include #endif #ifdef __cplusplus extern "C" #endif int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); #ifdef __cplusplus extern "C" #endif int snprintf(char *str, size_t n, char const *fmt, ...); #endif #if defined(__SVR4) && !defined(__svr4__) #define __svr4__ 1 #endif /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Compatibility define */ #define ksize_t socklen_t /* Define as the type of the result of subtracting two pointers, if the system doesn't define it. */ /* #undef ptrdiff_t */ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ /* Define the real type of socklen_t */ #define socklen_t size_t /* Define to unsigned long or unsigned long long if and don't define. */ /* #undef uintmax_t */ #define __libc_lock_t gl_lock_t #define __libc_lock_define gl_lock_define #define __libc_lock_define_initialized gl_lock_define_initialized #define __libc_lock_init gl_lock_init #define __libc_lock_lock gl_lock_lock #define __libc_lock_unlock gl_lock_unlock #define __libc_lock_recursive_t gl_recursive_lock_t #define __libc_lock_define_recursive gl_recursive_lock_define #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized #define __libc_lock_init_recursive gl_recursive_lock_init #define __libc_lock_lock_recursive gl_recursive_lock_lock #define __libc_lock_unlock_recursive gl_recursive_lock_unlock #define glthread_in_use libintl_thread_in_use #define glthread_lock_init libintl_lock_init #define glthread_lock_lock libintl_lock_lock #define glthread_lock_unlock libintl_lock_unlock #define glthread_lock_destroy libintl_lock_destroy #define glthread_rwlock_init libintl_rwlock_init #define glthread_rwlock_rdlock libintl_rwlock_rdlock #define glthread_rwlock_wrlock libintl_rwlock_wrlock #define glthread_rwlock_unlock libintl_rwlock_unlock #define glthread_rwlock_destroy libintl_rwlock_destroy #define glthread_recursive_lock_init libintl_recursive_lock_init #define glthread_recursive_lock_lock libintl_recursive_lock_lock #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy #define glthread_once libintl_once #define glthread_once_call libintl_once_call #define glthread_once_singlethreaded libintl_once_singlethreaded workrave-1_10_10/build/cmake/frontend/000077500000000000000000000000001263301626300176545ustar00rootroot00000000000000workrave-1_10_10/build/cmake/frontend/CMakeLists.txt000066400000000000000000000370601263301626300224220ustar00rootroot00000000000000project(Workrave) set(COMMON_DIR ${CMAKE_SOURCE_DIR}/../../common) set(BACKEND_DIR ${CMAKE_SOURCE_DIR}/../../backend) set(FRONTEND_DIR ${CMAKE_SOURCE_DIR}/../../frontend) ###################################################################### ## Workrave ###################################################################### set(FRONTEND_SOURCES ${FRONTEND_DIR}/common/include/ISoundDriver.hh ${FRONTEND_DIR}/common/include/ITimeBar.hh ${FRONTEND_DIR}/common/include/ITimerBoxView.hh ${FRONTEND_DIR}/common/include/Orientation.hh ${FRONTEND_DIR}/common/include/Sound.hh ${FRONTEND_DIR}/common/include/SoundPlayer.hh ${FRONTEND_DIR}/common/include/System.hh ${FRONTEND_DIR}/common/include/Text.hh ${FRONTEND_DIR}/common/include/TimerBoxControl.hh ${FRONTEND_DIR}/common/include/credits.h ${FRONTEND_DIR}/common/src/GstSoundPlayer.cc ${FRONTEND_DIR}/common/src/GstSoundPlayer.hh ${FRONTEND_DIR}/common/src/SoundPlayer.cc ${FRONTEND_DIR}/common/src/System.cc ${FRONTEND_DIR}/common/src/Text.cc ${FRONTEND_DIR}/common/src/TimerBoxControl.cc ${FRONTEND_DIR}/gtkmm/src/AppletControl.cc ${FRONTEND_DIR}/gtkmm/src/AppletControl.hh ${FRONTEND_DIR}/gtkmm/src/AppletWindow.cc ${FRONTEND_DIR}/gtkmm/src/AppletWindow.hh ${FRONTEND_DIR}/gtkmm/src/BreakWindow.cc ${FRONTEND_DIR}/gtkmm/src/BreakWindow.hh ${FRONTEND_DIR}/gtkmm/src/DailyLimitWindow.cc ${FRONTEND_DIR}/gtkmm/src/DailyLimitWindow.hh ${FRONTEND_DIR}/gtkmm/src/DataConnector.cc ${FRONTEND_DIR}/gtkmm/src/DataConnector.hh ${FRONTEND_DIR}/gtkmm/src/EventButton.cc ${FRONTEND_DIR}/gtkmm/src/EventButton.hh ${FRONTEND_DIR}/gtkmm/src/EventImage.cc ${FRONTEND_DIR}/gtkmm/src/EventImage.hh ${FRONTEND_DIR}/gtkmm/src/EventLabel.cc ${FRONTEND_DIR}/gtkmm/src/EventLabel.hh ${FRONTEND_DIR}/gtkmm/src/Frame.cc ${FRONTEND_DIR}/gtkmm/src/Frame.hh ${FRONTEND_DIR}/gtkmm/src/GUI.cc ${FRONTEND_DIR}/gtkmm/src/GUI.hh ${FRONTEND_DIR}/gtkmm/src/GUIConfig.cc ${FRONTEND_DIR}/gtkmm/src/GUIConfig.hh ${FRONTEND_DIR}/gtkmm/src/GtkUtil.cc ${FRONTEND_DIR}/gtkmm/src/GtkUtil.hh ${FRONTEND_DIR}/gtkmm/src/HeadInfo.cc ${FRONTEND_DIR}/gtkmm/src/HeadInfo.hh ${FRONTEND_DIR}/gtkmm/src/Hig.cc ${FRONTEND_DIR}/gtkmm/src/Hig.hh ${FRONTEND_DIR}/gtkmm/src/IBreakWindow.hh ${FRONTEND_DIR}/gtkmm/src/IPreludeWindow.hh ${FRONTEND_DIR}/gtkmm/src/IconListCellRenderer.cc ${FRONTEND_DIR}/gtkmm/src/IconListCellRenderer.hh ${FRONTEND_DIR}/gtkmm/src/IconListNotebook.cc ${FRONTEND_DIR}/gtkmm/src/IconListNotebook.hh ${FRONTEND_DIR}/gtkmm/src/MainGtkMenu.hh ${FRONTEND_DIR}/gtkmm/src/MainGtkMenu.cc ${FRONTEND_DIR}/gtkmm/src/MainWindow.cc ${FRONTEND_DIR}/gtkmm/src/MainWindow.hh ${FRONTEND_DIR}/gtkmm/src/IMenu.hh ${FRONTEND_DIR}/gtkmm/src/Menus.cc ${FRONTEND_DIR}/gtkmm/src/Menus.hh ${FRONTEND_DIR}/gtkmm/src/MicroBreakWindow.cc ${FRONTEND_DIR}/gtkmm/src/MicroBreakWindow.hh ${FRONTEND_DIR}/gtkmm/src/PreferencesDialog.cc ${FRONTEND_DIR}/gtkmm/src/PreferencesDialog.hh ${FRONTEND_DIR}/gtkmm/src/PreludeWindow.cc ${FRONTEND_DIR}/gtkmm/src/PreludeWindow.hh ${FRONTEND_DIR}/gtkmm/src/RestBreakWindow.cc ${FRONTEND_DIR}/gtkmm/src/RestBreakWindow.hh ${FRONTEND_DIR}/gtkmm/src/StatusIcon.cc ${FRONTEND_DIR}/gtkmm/src/StatusIcon.hh ${FRONTEND_DIR}/gtkmm/src/Session.cc ${FRONTEND_DIR}/gtkmm/src/Session.hh ${FRONTEND_DIR}/gtkmm/src/TimeBar.cc ${FRONTEND_DIR}/gtkmm/src/TimeBar.hh ${FRONTEND_DIR}/gtkmm/src/TimeEntry.cc ${FRONTEND_DIR}/gtkmm/src/TimeEntry.hh ${FRONTEND_DIR}/gtkmm/src/TimerBoxGtkView.cc ${FRONTEND_DIR}/gtkmm/src/TimerBoxGtkView.hh ${FRONTEND_DIR}/gtkmm/src/TimerBoxPreferencePage.cc ${FRONTEND_DIR}/gtkmm/src/TimerBoxPreferencePage.hh ${FRONTEND_DIR}/gtkmm/src/TimerPreferencesPanel.cc ${FRONTEND_DIR}/gtkmm/src/TimerPreferencesPanel.hh ${FRONTEND_DIR}/gtkmm/src/WindowHints.cc ${FRONTEND_DIR}/gtkmm/src/WindowHints.hh ${FRONTEND_DIR}/gtkmm/src/macros.h ${FRONTEND_DIR}/gtkmm/src/main.cc ${FRONTEND_DIR}/gtkmm/src/preinclude.h ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkJoinDialog.hh ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkLogDialog.cc ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkLogDialog.hh ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc ${FRONTEND_DIR}/plugin/distribution/gtkmm/src/NetworkPreferencePage.hh ${FRONTEND_DIR}/plugin/statistics/gtkmm/src/StatisticsDialog.cc ${FRONTEND_DIR}/plugin/statistics/gtkmm/src/StatisticsDialog.hh ${FRONTEND_DIR}/gtkmm/src/eggsmclient.c ) if (APPLE) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/common/src/osx/OSXSoundPlayer.cc ${FRONTEND_DIR}/common/src/osx/OSXSoundPlayer.hh ${FRONTEND_DIR}/common/src/osx/Sound.cc ${FRONTEND_DIR}/gtkmm/src/osx/AppController.h ${FRONTEND_DIR}/gtkmm/src/osx/OSXGtkMenu.cc ${FRONTEND_DIR}/gtkmm/src/osx/OSXGtkMenu.hh ${FRONTEND_DIR}/gtkmm/src/osx/OSXUtil.cc ${FRONTEND_DIR}/gtkmm/src/osx/OSXUtil.hh ${FRONTEND_DIR}/gtkmm/src/eggsmclient-osx.c ) endif (APPLE) if (UNIX) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/common/src/x11/Sound.cc ${FRONTEND_DIR}/gtkmm/src/X11SystrayAppletWindow.cc ${FRONTEND_DIR}/gtkmm/src/X11SystrayAppletWindow.hh ${FRONTEND_DIR}/gtkmm/src/unix/desktop-window.c ${FRONTEND_DIR}/gtkmm/src/unix/desktop-window.h ${FRONTEND_DIR}/gtkmm/src/gtktrayicon.c ${FRONTEND_DIR}/gtkmm/src/gtktrayicon.h ${FRONTEND_DIR}/gtkmm/src/eggdesktopfile.c ${FRONTEND_DIR}/gtkmm/src/eggsmclient-xsmp.c ) add_definitions(-DEGG_SM_CLIENT_BACKEND_XSMP) endif (UNIX) if (WIN32) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/common/src/win32/W32DirectSoundPlayer.cc ${FRONTEND_DIR}/common/src/win32/W32DirectSoundPlayer.hh ${FRONTEND_DIR}/common/src/win32/W32Mixer.cc ${FRONTEND_DIR}/common/src/win32/W32Mixer.hh ${FRONTEND_DIR}/common/src/win32/Sound.cc ${FRONTEND_DIR}/common/src/win32/W32LockScreen.cc ${FRONTEND_DIR}/common/src/win32/W32LockScreen.hh ${FRONTEND_DIR}/gtkmm/src/win32/DesktopWindow.cc ${FRONTEND_DIR}/gtkmm/src/win32/DesktopWindow.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32AppletMenu.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32AppletMenu.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32AppletWindow.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32AppletWindow.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32Compat.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32Compat.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32ForceFocus.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32ForceFocus.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32TrayMenu.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32TrayMenu.hh ${FRONTEND_DIR}/gtkmm/src/win32/W32StatusIcon.cc ${FRONTEND_DIR}/gtkmm/src/win32/W32StatusIcon.hh ${FRONTEND_DIR}/gtkmm/src/win32/dll_hell.c ${FRONTEND_DIR}/gtkmm/src/win32/dll_hell.h ${FRONTEND_DIR}/gtkmm/src/eggsmclient-win32.c ${CMAKE_BINARY_DIR}/workrave.rc ) # ${FRONTEND_DIR}/common/src/win32/Sound.cc include_directories( "${BACKEND_DIR}/src/win32" "${COMMON_DIR}/include/win32" "${COMMON_DIR}/win32/harpoon/include" "${FRONTEND_DIR}/common/src/win32" "${FRONTEND_DIR}/gtkmm/src/win32" "${FRONTEND_DIR}/applets/win32/include" ) #ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/workrave_rc.o # COMMAND windres.exe # -o ${CMAKE_CURRENT_BINARY_DIR}/workrave_rc.o # -i ${CMAKE_CURRENT_BINARY_DIR}/workrave.rc # DEPENDS workrave.rc # ) # #set(FRONTEND_SOURCES ${FRONTEND_SOURCES} # ${CMAKE_CURRENT_BINARY_DIR}/workrave_rc.o #) endif (WIN32) if (HAVE_GNOME) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/common/src/gnome/GnomeSoundPlayer.cc ${FRONTEND_DIR}/common/src/gnome/GnomeSoundPlayer.hh ${FRONTEND_DIR}/gtkmm/src/GnomeAppletMenu.cc ${FRONTEND_DIR}/gtkmm/src/GnomeAppletMenu.hh ${FRONTEND_DIR}/gtkmm/src/GnomeAppletWindow.cc ${FRONTEND_DIR}/gtkmm/src/GnomeAppletWindow.hh ${FRONTEND_DIR}/gtkmm/src/gnome_applet/WorkraveApplet.c ${FRONTEND_DIR}/gtkmm/src/gnome_applet/WorkraveApplet.h ) endif (HAVE_GNOME) if (HAVE_KDE) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/common/src/kde/KdeSoundPlayer.cc ${FRONTEND_DIR}/common/src/kde/KdeSoundPlayer.hh ${FRONTEND_DIR}/gtkmm/src/KdeAppletWindow.cc ${FRONTEND_DIR}/gtkmm/src/KdeAppletWindow.hh ${FRONTEND_DIR}/gtkmm/src/KdeWorkraveControl.cc ${FRONTEND_DIR}/gtkmm/src/KdeWorkraveControl.hh ${FRONTEND_DIR}/gtkmm/src/kde_applet/kworkraveapplet.h ${FRONTEND_DIR}/gtkmm/src/kde_applet/kworkravecontroliface.h ) endif(HAVE_KDE) if (HAVE_DBUS) add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/DBusGUI.cc COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/../../common/bin/dbusgen.py -l C++ -s ${FRONTEND_DIR}/gtkmm/src/workrave-gui.xml DBusGUI ) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/DBusGUI.cc ) if (UNIX) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/gtkmm/src/eggsmclient-dbus.c ) endif(UNIX) include_directories(${DBUS_INCLUDES}) add_definitions(-DEGG_SM_CLIENT_BACKEND_DBUS) endif (HAVE_DBUS) if (HAVE_EXERCISES) set(FRONTEND_SOURCES ${FRONTEND_SOURCES} ${FRONTEND_DIR}/plugin/exercises/common/src/Exercise.cc ${FRONTEND_DIR}/plugin/exercises/common/src/Exercise.hh ${FRONTEND_DIR}/plugin/exercises/gtkmm/src/ExercisesDialog.cc ${FRONTEND_DIR}/plugin/exercises/gtkmm/src/ExercisesDialog.hh ${FRONTEND_DIR}/plugin/exercises/gtkmm/src/ExercisesPanel.cc ${FRONTEND_DIR}/plugin/exercises/gtkmm/src/ExercisesPanel.hh ) endif (HAVE_EXERCISES) include_directories( ${COMMON_DIR}/include ${BACKEND_DIR}/include ${FRONTEND_DIR}/include ${FRONTEND_DIR}/common/include ${FRONTEND_DIR}/gtkmm/src ${FRONTEND_DIR}/plugin/distribution/gtkmm/src ${FRONTEND_DIR}/plugin/exercises/common/src ${FRONTEND_DIR}/plugin/exercises/gtkmm/src ${FRONTEND_DIR}/plugin/statistics/gtkmm/src ) include_directories(${GTKMM_INCLUDES}) if (HAVE_DBUS) include_directories(${DBUS_INCLUDES}) endif(HAVE_DBUS) if (HAVE_DIRECTX) include_directories(${DIRECTX_INCLUDES}) endif(HAVE_DIRECTX) include_directories(${CMAKE_CURRENT_BINARY_DIR}) if (HAVE_DIRECTX) link_directories(${DIRECTX_LIBS}) endif(HAVE_DIRECTX) add_executable(workrave WIN32 ${FRONTEND_SOURCES}) target_link_libraries(workrave workrave-common) target_link_libraries(workrave workrave-backend) target_link_libraries(workrave ${GTKMM_LIBS}) if (HAVE_DBUS) target_link_libraries(workrave ${DBUS_LIBS}) endif(HAVE_DBUS) if (HAVE_GNET) target_link_libraries(workrave ${GNET_LIBS}) endif(HAVE_GNET) if (HAVE_DIRECTX) target_link_libraries(workrave dxerr dsound dxguid) endif(HAVE_DIRECTX) if (WIN32) target_link_libraries(workrave harpoon) target_link_libraries(workrave winmm shlwapi kernel32 user32 gdi32 winspool comdlg32 advapi32 shell32 ole32 oleaut32 uuid odbc32 odbccp32 wtsapi32) endif(WIN32) ###################################################################### ## Exercises ###################################################################### if (HAVE_EXERCISES) file(GLOB PO_FILES ${CMAKE_SOURCE_DIR}/../../po/*.po) add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/exercises.xml COMMAND ${INTLTOOL_MERGE_EXECUTABLE} -x -u -c ${CMAKE_CURRENT_BINARY_DIR}/intltool-merge-cache ${CMAKE_SOURCE_DIR}/../../po ${CMAKE_SOURCE_DIR}/../../frontend/plugin/exercises/common/share/exercises.xml.in ${CMAKE_CURRENT_BINARY_DIR}/exercises.xml DEPENDS ${CMAKE_SOURCE_DIR}/../../frontend/plugin/exercises/common/share/exercises.xml.in ) endif (HAVE_EXERCISES) ###################################################################### ## Translations ###################################################################### set(PO_SRC_DIR ${CMAKE_SOURCE_DIR}/../../po) set(PO_BIN_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(COPYRIGHT_HOLDER "Workrave Development Team") set(BUGS_ADDRESS "issues.workrave.org") set(POT_FILE ${CMAKE_CURRENT_BINARY_DIR}/workrave.pot) if (GETTEXT_FOUND) add_custom_target(nls-update-sources ${INTLTOOL_UPDATE_EXECUTABLE} -m WORKING_DIRECTORY ${PO_SRC_DIR} ) add_custom_command( OUTPUT ${PO_BIN_DIR}/workrave.pot COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE} --directory=${CMAKE_SOURCE_DIR}/../../ --files-from ${PO_SRC_DIR}/POTFILES.in --keyword=_ --keyword=N_ -o ${POT_FILE} --copyright-holder=${COPYRIGHT_HOLDER} --msgid-bugs-address="${BUGS_ADDRESS}" --no-wrap --no-location DEPENDS POTFILES.in WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/../../ ) #the string of all the locales must be separated by semicolons so that it is interpreted as a list #eg "it tr" becomes "it;tr" string(REPLACE " " ";" LANGLIST "${ALL_LINGUAS}") FOREACH(lang ${LANGLIST}) #ADD_CUSTOM_TARGET( # nls-update-${lang}.po # ${GETTEXT_MSGMERGE_EXECUTABLE} ${PO_SRC_DIR}/${lang}.po ${PO_BIN_DIR}/workrave.pot -o ${lang}.po --no-wrap --sort-output # DEPENDS ${PO_SRC_DIR}/${lang}.po # WORKING_DIRECTORY ${PO_SRC_DIR} #) FILE(MAKE_DIRECTORY "${PO_BIN_DIR}/${lang}/LC_MESSAGES") #Languages to allow fuzzy translations for. #For example to allow german and italian fuzzy translations: -DLANG_FUZZY:STRING=de;it set(OPT_USE_FUZZY "") if(LANG_FUZZY) FOREACH(fuzz ${LANG_FUZZY}) if("${fuzz}" STREQUAL "${lang}") set(OPT_USE_FUZZY --use-fuzzy) break() endif("${fuzz}" STREQUAL "${lang}") ENDFOREACH(fuzz) endif(LANG_FUZZY) ADD_CUSTOM_COMMAND( OUTPUT ${PO_BIN_DIR}/${lang}/LC_MESSAGES/workrave.mo COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} ${OPT_USE_FUZZY} -c -o ${PO_BIN_DIR}/${lang}/LC_MESSAGES/workrave.mo ${PO_SRC_DIR}/${lang}.po DEPENDS ${PO_SRC_DIR}/${lang}.po ) #As seen in GUI::init_nls() if win32 workrave has gettext bind to lib/locale if(WIN32) set(LOCALE_DIR "lib/locale") else(WIN32) set(LOCALE_DIR "share/locale") endif(WIN32) INSTALL(FILES ${PO_BIN_DIR}/${lang}/LC_MESSAGES/workrave.mo DESTINATION ${LOCALE_DIR}/${lang}/LC_MESSAGES ) SET(LANG_TARGETS ${LANG_TARGETS} ${PO_BIN_DIR}/${lang}/LC_MESSAGES/workrave.mo) ENDFOREACH(lang) if (HAVE_EXERCISES) set (EXERCISE_TARGETS ${CMAKE_CURRENT_BINARY_DIR}/exercises.xml) endif (HAVE_EXERCISES) ADD_CUSTOM_TARGET(nls ALL DEPENDS ${LANG_TARGETS} ${EXERCISE_TARGETS}) endif(GETTEXT_FOUND) ###################################################################### ## Installation ###################################################################### install( DIRECTORY ${CMAKE_SOURCE_DIR}/../../frontend/common/share/images/ DESTINATION share/images FILES_MATCHING PATTERN "*.png" PATTERN "*.ico" PATTERN "*.svg" ) install(TARGETS workrave RUNTIME DESTINATION lib ) foreach(soundtheme ${SOUND_THEMES}) file(GLOB SND_FILES ${CMAKE_SOURCE_DIR}/../../frontend/common/share/sounds/${soundtheme}/*.wav ${CMAKE_SOURCE_DIR}/../../frontend/common/share/sounds/${soundtheme}/soundtheme) install(FILES ${SND_FILES} DESTINATION share/sounds/${soundtheme} ) endforeach(soundtheme) if (HAVE_EXERCISES) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exercises.xml DESTINATION share/exercises) file(GLOB EXERCISE_FILES ${CMAKE_SOURCE_DIR}/../../frontend/plugin/exercises/common/share/*.png) install(FILES ${EXERCISE_FILES} DESTINATION share/exercises) endif(HAVE_EXERCISES) workrave-1_10_10/build/cmake/harpoon/000077500000000000000000000000001263301626300175035ustar00rootroot00000000000000workrave-1_10_10/build/cmake/harpoon/CMakeLists.txt000066400000000000000000000011061263301626300222410ustar00rootroot00000000000000PROJECT(Harpoon) set(SOURCES ../../../common/win32/harpoon/src/harpoon.c ../../../common/win32/harpoon/src/harpoon.def ../../../common/win32/harpoon/include/harpoon.h ) include_directories( ../../../common/win32/harpoon/include ) add_definitions( -DHARPOON_EXPORTS -DWIN32 -DWINVER=0x400 -D_USRDLL -D_WIN32_WINNT=0x500 -D_WINDOWS ) add_library(harpoon SHARED ${SOURCES}) target_link_libraries(harpoon kernel32 user32 gdi32 winspool comdlg32 advapi32 shell32 ole32 oleaut32 uuid odbc32 odbccp32) install(TARGETS harpoon RUNTIME DESTINATION lib ) workrave-1_10_10/build/cmake/modules/000077500000000000000000000000001263301626300175055ustar00rootroot00000000000000workrave-1_10_10/build/cmake/modules/FindDbus.cmake000066400000000000000000000017561263301626300222160ustar00rootroot00000000000000set(HAVE_DBUS FALSE) # will be empty if not WIN32 file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles) find_path(DBUS_HEADER_INCLUDE_DIR dbus/dbus.h PATHS ${_progFiles}/dbus/include PATH_SUFFIXES dbus-1.0 ) find_library(DBUS_LIBS NAMES dbus-1 PATHS ${_progFiles}/dbus/lib ) find_library(DBUS_DEBUG_LIBS NAMES dbus-1d PATHS ${_progFiles}/dbus/lib ) if (DBUS_LIBS) get_filename_component(_dbusLibPath ${DBUS_LIBS} PATH) if (DBUS_DEBUG_LIBS) set(DBUS_LIBS optimized ${DBUS_LIBS} debug ${DBUS_DEBUG_LIBS} ) endif (DBUS_DEBUG_LIBS) find_path(DBUS_LIB_INCLUDE_DIR dbus/dbus-arch-deps.h PATHS ${_dbusLibPath} ${_progFiles}/dbus/include PATH_SUFFIXES dbus-1.0/include ) endif (DBUS_LIBS) set(DBUS_INCLUDES ${DBUS_HEADER_INCLUDE_DIR} ${DBUS_LIB_INCLUDE_DIR}) if (DBUS_INCLUDES AND DBUS_LIBS) set(DBUS_FOUND TRUE) else (DBUS_INCLUDES AND DBUS_LIBS) set(DBUS_FOUND FALSE) endif (DBUS_INCLUDES AND DBUS_LIBS) workrave-1_10_10/build/cmake/modules/FindDirectX.cmake000066400000000000000000000036101263301626300226520ustar00rootroot00000000000000# -*- cmake -*- set(DIRECTX_FOUND TRUE) find_path(DIRECTX_INCLUDES dxdiag.h "$ENV{DXSDK_DIR}/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (June 2010)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (February 2010)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2009)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (March 2009)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2008)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (June 2008)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (March 2008)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (November 2007)/Include" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2007)/Include" "C:/DX90SDK/Include" "$ENV{PROGRAMFILES}/DX90SDK/Include" ) if (NOT DIRECTX_INCLUDES) set(DIRECTX_FOUND FALSE) endif (NOT DIRECTX_INCLUDES) find_path(DIRECTX_LIBS dxguid.lib "$ENV{DXSDK_DIR}/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (June 2010)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (February 2010)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2009)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (March 2009)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2008)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (June 2008)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (March 2008)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (November 2007)/Lib/x86" "$ENV{PROGRAMFILES}/Microsoft DirectX SDK (August 2007)/Lib/x86" "C:/DX90SDK/Lib" "$ENV{PROGRAMFILES}/DX90SDK/Lib" ) if (NOT DIRECTX_LIBS) set(DIRECTX_FOUND FALSE) endif (NOT DIRECTX_LIBS) workrave-1_10_10/build/cmake/modules/FindGlib.cmake000066400000000000000000000010431263301626300221630ustar00rootroot00000000000000SET(HAVE_GLIB 0) IF(WIN32) SET(GLIB_DIR $ENV{GTKMM_BASEPATH}) ## CACHE PATH "Top-level directory where the gtkmm libraries are located") MARK_AS_ADVANCED(GLIB_DIR) SET(GLIB_INCLUDES ${GLIB_DIR}/include ${GLIB_DIR}/include/glib-2.0 ${GLIB_DIR}/lib/glib-2.0/include ) SET(GLIB_LIBS ${GLIB_DIR}/lib/gio-2.0.lib ${GLIB_DIR}/lib/gobject-2.0.lib ${GLIB_DIR}/lib/gmodule-2.0.lib ${GLIB_DIR}/lib/glib-2.0.lib ${GLIB_DIR}/lib/intl.lib ${GLIB_DIR}/lib/iconv.lib ) SET(HAVE_GLIB 1) ENDIF(WIN32) workrave-1_10_10/build/cmake/modules/FindGtkmm.cmake000066400000000000000000000102071263301626300223670ustar00rootroot00000000000000SET(HAVE_GTKMM 0) IF(WIN32) SET(GTKMM_DIR $ENV{GTKMM_BASEPATH}) ## CACHE PATH "Top-level directory where the gtkmm libraries are located") MARK_AS_ADVANCED(GTKMM_DIR) IF (${CMAKE_GENERATOR} MATCHES "Visual Studio 9") SET(GTKMM_LIBS_VARIANT "-vc90") ELSEIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 8") SET(GTKMM_LIBS_VARIANT "-vc80") ELSEIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 10") SET(GTKMM_LIBS_VARIANT "-vc100") ELSE(${CMAKE_GENERATOR} MATCHES "Visual Studio 9") SET(GTKMM_LIBS_VARIANT "") ENDIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 9") FIND_LIBRARY(ICONV_LIBS NAMES iconv PATHS ${GTKMM_DIR}/lib ) EXECUTE_PROCESS( COMMAND ${GTKMM_DIR}/bin/pkg-config.exe --modversion glib-2.0 OUTPUT_VARIABLE glib_version) IF (NOT ${glib_version} VERSION_LESS 2.24.0) SET(HAVE_GIO_NET 1) ENDIF(NOT ${glib_version} VERSION_LESS 2.24.0) SET(GTKMM_INCLUDES ${GTKMM_DIR}/include ${GTKMM_DIR}/include/atk-1.0 ${GTKMM_DIR}/include/atkmm-1.6 ${GTKMM_DIR}/include/cairo ${GTKMM_DIR}/include/cairomm-1.0 ${GTKMM_DIR}/include/gdkmm-2.4 ${GTKMM_DIR}/include/giomm-2.4 ${GTKMM_DIR}/include/glib-2.0 ${GTKMM_DIR}/include/glibmm-2.4 ${GTKMM_DIR}/include/gtk-2.0 ${GTKMM_DIR}/include/gtkmm-2.4 ${GTKMM_DIR}/include/libglade-2.0 ${GTKMM_DIR}/include/libglademm-2.4 ${GTKMM_DIR}/include/libxml++-2.6 ${GTKMM_DIR}/include/libxml2 ${GTKMM_DIR}/include/pango-1.0 ${GTKMM_DIR}/include/pangomm-1.4 ${GTKMM_DIR}/include/sigc++-2.0 ${GTKMM_DIR}/include/freetype2 ${GTKMM_DIR}/include/gdk-pixbuf-2.0 ${GTKMM_DIR}/lib/gdkmm-2.4/include ${GTKMM_DIR}/lib/giomm-2.4/include ${GTKMM_DIR}/lib/glib-2.0/include ${GTKMM_DIR}/lib/glibmm-2.4/include ${GTKMM_DIR}/lib/gtk-2.0/include ${GTKMM_DIR}/lib/gtkmm-2.4/include ${GTKMM_DIR}/lib/libglademm-2.4/include ${GTKMM_DIR}/lib/pangomm-1.4/include ${GTKMM_DIR}/lib/libxml++-2.6/include ${GTKMM_DIR}/lib/sigc++-2.0/include ${GTKMM_DIR}/lib/pangomm-1.4/include ) SET(GTKMM_LIBS optimized ${GTKMM_DIR}/lib/atkmm${GTKMM_LIBS_VARIANT}-1_6.lib debug ${GTKMM_DIR}/lib/atkmm${GTKMM_LIBS_VARIANT}-d-1_6.lib optimized ${GTKMM_DIR}/lib/cairomm${GTKMM_LIBS_VARIANT}-1_0.lib debug ${GTKMM_DIR}/lib/cairomm${GTKMM_LIBS_VARIANT}-d-1_0.lib optimized ${GTKMM_DIR}/lib/gdkmm${GTKMM_LIBS_VARIANT}-2_4.lib debug ${GTKMM_DIR}/lib/gdkmm${GTKMM_LIBS_VARIANT}-d-2_4.lib optimized ${GTKMM_DIR}/lib/giomm${GTKMM_LIBS_VARIANT}-2_4.lib debug ${GTKMM_DIR}/lib/giomm${GTKMM_LIBS_VARIANT}-d-2_4.lib optimized ${GTKMM_DIR}/lib/glademm${GTKMM_LIBS_VARIANT}-2_4.lib debug ${GTKMM_DIR}/lib/glademm${GTKMM_LIBS_VARIANT}-d-2_4.lib optimized ${GTKMM_DIR}/lib/glibmm${GTKMM_LIBS_VARIANT}-2_4.lib debug ${GTKMM_DIR}/lib/glibmm${GTKMM_LIBS_VARIANT}-d-2_4.lib optimized ${GTKMM_DIR}/lib/gtkmm${GTKMM_LIBS_VARIANT}-2_4.lib debug ${GTKMM_DIR}/lib/gtkmm${GTKMM_LIBS_VARIANT}-d-2_4.lib optimized ${GTKMM_DIR}/lib/pangomm${GTKMM_LIBS_VARIANT}-1_4.lib debug ${GTKMM_DIR}/lib/pangomm${GTKMM_LIBS_VARIANT}-d-1_4.lib optimized ${GTKMM_DIR}/lib/sigc${GTKMM_LIBS_VARIANT}-2_0.lib debug ${GTKMM_DIR}/lib/sigc${GTKMM_LIBS_VARIANT}-d-2_0.lib optimized ${GTKMM_DIR}/lib/xml++${GTKMM_LIBS_VARIANT}-2_6.lib debug ${GTKMM_DIR}/lib/xml++${GTKMM_LIBS_VARIANT}-d-2_6.lib ${GTKMM_DIR}/lib/atk-1.0.lib ${GTKMM_DIR}/lib/cairo.lib ${GTKMM_DIR}/lib/gdk-win32-2.0.lib ${GTKMM_DIR}/lib/gdk_pixbuf-2.0.lib ${GTKMM_DIR}/lib/gio-2.0.lib ${GTKMM_DIR}/lib/glade-2.0.lib ${GTKMM_DIR}/lib/glib-2.0.lib ${GTKMM_DIR}/lib/gthread-2.0.lib ${GTKMM_DIR}/lib/gmodule-2.0.lib ${GTKMM_DIR}/lib/gobject-2.0.lib ${GTKMM_DIR}/lib/gtk-win32-2.0.lib ${GTKMM_DIR}/lib/libxml2.lib ${GTKMM_DIR}/lib/pango-1.0.lib ${GTKMM_DIR}/lib/pangocairo-1.0.lib ${GTKMM_DIR}/lib/pangowin32-1.0.lib ${GTKMM_DIR}/lib/intl.lib ) if (ICONV_LIBS) SET(GTKMM_LIBS ${GTKMM_LIBS} ${ICONV_LIBS} ) SET(GTKMM_DEBUG_LIBS ${GTKMM_DEBUG_LIBS} ${ICONV_LIBS} ) endif (ICONV_LIBS) SET(HAVE_GTKMM 1) ENDIF(WIN32) workrave-1_10_10/build/cmake/modules/FindPerl.cmake000066400000000000000000000021771263301626300222210ustar00rootroot00000000000000if(WIN32) set(PERL_POSSIBLE_BIN_PATHS c:/strawberry/perl/bin d:/strawberry/perl/bin ) get_filename_component( ActivePerl_CurrentVersion "[HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl;CurrentVersion]" NAME) if (ActivePerl_CurrentVersion) set(PERL_POSSIBLE_BIN_PATHS ${PERL_POSSIBLE_BIN_PATHS} "c:/perl/bin" [HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl\\${ActivePerl_CurrentVersion}]/bin ) endif (ActivePerl_CurrentVersion) endif(WIN32) FIND_PROGRAM(PERL_EXECUTABLE NAMES perl HINTS ${PERL_POSSIBLE_BIN_PATHS} ) #message($ENV{PATH}) #if (WIN32) # if (${PERL_EXECUTABLE} MATCHES strawberry) # get_filename_component(PERL_PATH ${PERL_EXECUTABLE} PATH) # if (NOT "$ENV{PATH}" MATCHES strawberry) # set($ENV{PATH} $ENV{PATH}:${PERL_PATH}) # endif (NOT "$ENV{PATH}" MATCHES strawberry) # endif (${PERL_EXECUTABLE} MATCHES strawberry) #endif (WIN32) #message($ENV{PATH}) INCLUDE(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(Perl DEFAULT_MSG PERL_EXECUTABLE) MARK_AS_ADVANCED(PERL_EXECUTABLE) workrave-1_10_10/build/cmake/modules/FindPythonInterp.cmake000066400000000000000000000027111263301626300237540ustar00rootroot00000000000000# - Find python interpreter # This module finds if Python interpreter is installed and determines where the # executables are. This code sets the following variables: # # PYTHONINTERP_FOUND - Was the Python executable found # PYTHON_EXECUTABLE - path to the Python interpreter # FIND_PROGRAM(PYTHON_EXECUTABLE NAMES python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python PATHS [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.7\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.6\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.3\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.2\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.1\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.0\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\1.6\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\1.5\\InstallPath] NO_SYSTEM_ENVIRONMENT_PATH ) # handle the QUIETLY and REQUIRED arguments and set PYTHONINTERP_FOUND to TRUE if # all listed variables are TRUE INCLUDE(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp DEFAULT_MSG PYTHON_EXECUTABLE) MARK_AS_ADVANCED(PYTHON_EXECUTABLE) workrave-1_10_10/build/cmake/workrave.rc.cmake000066400000000000000000000020741263301626300213050ustar00rootroot00000000000000#include VS_VERSION_INFO VERSIONINFO FILEVERSION ${RESOURCE_VERSION} PRODUCTVERSION ${RESOURCE_VERSION} FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "The Workrave development team" VALUE "FileDescription", "Workrave" VALUE "FileVersion", "${VERSION}" VALUE "InternalName", "workrave" VALUE "LegalCopyright", "Copyright (C) 2001-2013 The Workrave development team." VALUE "OriginalFilename", "workrave.exe" VALUE "ProductName", "Workrave" VALUE "ProductVersion", "${VERSION}" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END workrave ICON DISCARDABLE "../../common/share/images/win32/workrave.ico" workravequiet ICON DISCARDABLE "../../common/share/images/win32/workrave-quiet.ico" workravesusp ICON DISCARDABLE "../../common/share/images/win32/workrave-suspended.ico" workrave-1_10_10/build/osx/000077500000000000000000000000001263301626300155665ustar00rootroot00000000000000workrave-1_10_10/build/osx/workrave.modules000066400000000000000000000226501263301626300210250ustar00rootroot00000000000000 workrave-1_10_10/build/win32/000077500000000000000000000000001263301626300157175ustar00rootroot00000000000000workrave-1_10_10/build/win32/README000066400000000000000000000054021263301626300166000ustar00rootroot00000000000000Compiling Workrave for Windows ****************************** The Windows version of Workrave can be compiled (and debugged!) using Visual Studio (including Express Edition) on windows, or cross compiled on Linux. To build on windows, see README in build/cmake. This document describes how to setup a cross compile environment and how to compile Workrave in a few "easy" steps: 1. Installing MinGW cross compiler 2. Installing 3rd party packages 3. Installing MS compiler 4. Build Harpoon and Applet 5. Install Tinderbox 6. Compile Workrave Step 1. Installing MinGW cross compiler ======================================= Workrave for Windows is compiled using MinGW. MinGW can be obtained from http://mingw.org/. On Ubuntu/Debian, the following three package need to be installed. mingw32 (4.2.1) mingw32-binutils (2.20) mingw32-runtime (3.15.2) Alternatively, you can run the 'build-cross.sh" script from the 'build/win32/crossbuild' directory to download, extract, configure, compile and install the MinGW packages. The cross compiler tool chain is installed in /usr/local/cross-tools. Note that this script is no longer maintained in favour of the standard Ubuntu/Debian packages Step 2. Installing required packages ==================================== Workrave requires a number of 3rd party packages. All of these packages can be downloaded, extracted, configured, compiled and installed by running the 'build-packages.sh" script from the 'build/win32/crossbuild'. The cross compiled packages are installed in /usr/local/cross-packages. Step 3. Installing InnoSetup ============================ Workrave uses InnoSetup to create the installer. InnoSetup 5 must be installed with wine. Step 4. Build Harpoon and Applet ================================ This step must be executed on Window... - Install the Window 7 SDK - Open a Command Prompt, go to the common/win32 directory and run buildall.cmd - In the Command Prompt window, go to frontend/applets/win32/src/ directory and run buildall.cmd The generated DLLs and EXEs must be copied to Linux for step 5. Step 5. Setup Workrave's Tinderbox ================================== - Copy the 'build/win32/tinderbox' directory to ~/src/tinderbox (You need to edit build/win32/tinderbox/Makefile if you choose a different location) - Create the following empty directories - ~/src/tinderbox/snapshots - ~/src/tinderbox/prebuilt/Debug - ~/src/tinderbox/prebuilt/Debug64 - ~/src/tinderbox/prebuilt/Release - ~/src/tinderbox/prebuilt/Release64 - Copy the harpoon en applet DLLs and EXEs build in step 4 to the prebuilt directories Step 6. Compile Workrave ======================== In the ~/src/tinderbox directory, run 'make all'. Tinderbox will checkout the latest version from git, compile it and generate an installer. workrave-1_10_10/build/win32/autogencross.sh000077500000000000000000000012211263301626300207660ustar00rootroot00000000000000#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0`/../.. test -z "$srcdir" && srcdir=. autopoint --force AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install conf_flags=" --target=i686-w64-mingw32 --host=i686-w64-mingw32 --build=i386-linux --enable-maintainer-mode --enable-debug --without-x --enable-distribution --enable-exercises --disable-gstreamer --disable-dbus" if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... $srcdir/configure $conf_flags "$@" && echo Now type \`make\' to compile $PKG_NAME || exit 1 else echo Skipping configure process. fi workrave-1_10_10/build/win32/crossbuilder/000077500000000000000000000000001263301626300204175ustar00rootroot00000000000000workrave-1_10_10/build/win32/crossbuilder/build-cross.sh000066400000000000000000000167411263301626300232120ustar00rootroot00000000000000#!/bin/bash # This is my script for building a complete cross-compiler toolchain. # It is based partly on Ray Kelm's script, which in turn was built on # Mo Dejong's script for doing the same, but with some added fixes. # The intent with this script is to build a cross-compiled version # of the current MinGW environment. # # Updated by Sam Lantinga # # Updated by Rob Caelers for workrave cross compilation. # # what flavor are we building? TARGET=i386-mingw32msvc # where does it go? PREFIX=/usr/local/cross-tools-gcc421 # you probably don't need to change anything from here down TOPDIR=`pwd` SRCDIR="$TOPDIR/source" MINGW_URL=http://surfnet.dl.sourceforge.net/sourceforge/mingw GCC=gcc-4.2.1-2-src GCC_ARCHIVE=gcc-4.2.1-2-src.tar.gz BINUTILS=binutils-2.19 BINUTILS_ARCHIVE=$BINUTILS-src.tar.gz MINGW=mingw-runtime-3.15.2 MINGW_ARCHIVE=mingwrt-3.15.2-mingw32-dev.tar.gz W32API=w32api-3.13 W32API_ARCHIVE=$W32API-mingw32-dev.tar.gz UTILS=mingw-utils-0.3 UTILS_PATCH=mingw-utils-0.3.diff UTILS_ARCHIVE=mingw-utils-0.3-src.tar.gz # need install directory first on the path so gcc can find binutils PATH="$PREFIX/bin:$PATH" # # download a file from a given url, only if it is not present # download_file() { cd "$SRCDIR" if test ! -f $1 ; then echo "Downloading $1" wget "$2/$1" if test ! -f $1 ; then echo "Could not download $1" exit 1 fi else echo "Found $1 in the srcdir $SRCDIR" fi cd "$TOPDIR" } download_files() { mkdir -p "$SRCDIR" # Make sure wget is installed if test "x`which wget`" = "x" ; then echo "You need to install wget." exit 1 fi download_file "$GCC_ARCHIVE" "$MINGW_URL" #download_file "$GXX_ARCHIVE" "$MINGW_URL" download_file "$BINUTILS_ARCHIVE" "$MINGW_URL" download_file "$MINGW_ARCHIVE" "$MINGW_URL" download_file "$W32API_ARCHIVE" "$MINGW_URL" download_file "$UTILS_ARCHIVE" "$MINGW_URL" download_file "$HEADERS_ARCHIVE" "$MINGW_URL" download_file "$CRT_ARCHIVE" "$MINGW_URL" } install_libs() { echo "Installing cross libs and includes" mkdir -p "$PREFIX/$TARGET" cd "$PREFIX/$TARGET" gzip -dc "$SRCDIR/$MINGW_ARCHIVE" | tar xf - gzip -dc "$SRCDIR/$W32API_ARCHIVE" | tar xf - cd "$TOPDIR" } extract_binutils() { cd "$SRCDIR" rm -rf "$BINUTILS" echo "Extracting binutils" gzip -dc "$SRCDIR/$BINUTILS_ARCHIVE" | tar xf - cd "$TOPDIR" } configure_binutils() { cd "$TOPDIR" rm -rf "binutils-$TARGET" mkdir "binutils-$TARGET" cd "binutils-$TARGET" echo "Configuring binutils" "$SRCDIR/$BINUTILS/configure" --prefix="$PREFIX" --target=$TARGET --disable-werror &> configure.log cd "$TOPDIR" } build_binutils() { cd "$TOPDIR/binutils-$TARGET" echo "Building binutils" make &> make.log if test $? -ne 0; then echo "make failed - log available: binutils-$TARGET/make.log" exit 1 fi cd "$TOPDIR" } install_binutils() { cd "$TOPDIR/binutils-$TARGET" echo "Installing binutils" make install &> make-install.log if test $? -ne 0; then echo "install failed - log available: binutils-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } extract_gcc() { cd "$SRCDIR" rm -rf "$GCC" echo "Extracting gcc" gzip -dc "$SRCDIR/$GCC_ARCHIVE" | tar xf - ##gzip -dc "$SRCDIR/$GXX_ARCHIVE" | tar xf - #cd "$SRCDIR/$GCC/libstdc++-v3/config" #ln -s . config cd "$TOPDIR" } patch_gcc() { if [ "$GCC_PATCH" != "" ]; then echo "Patching gcc" cd "$SRCDIR/$GCC" patch -p1 < "$TOPDIR/$GCC_PATCH" cd "$TOPDIR" fi } configure_gcc() { cd "$TOPDIR" rm -rf "gcc-$TARGET" mkdir "gcc-$TARGET" cd "gcc-$TARGET" echo "Configuring gcc" "$SRCDIR/$GCC/configure" -v \ --with-gcc --with-gnu-as --with-gnu-ld --disable-libgomp \ --with-arch=i486 --with-tune=generic \ --disable-werror \ --enable-threads=win32 \ --disable-nls \ --enable-languages=c,c++ \ --disable-win32-registry \ --enable-sjlj-exceptions \ --enable-libstdcxx-debug \ --enable-cxx-flags='-fno-function-sections -fno-data-sections' \ --enable-version-specific-runtime-libs \ --disable-bootstrap \ --prefix="$PREFIX" --target=$TARGET \ --with-headers="$PREFIX/$TARGET/include" \ --disable-multilib \ &> configure.log cd "$TOPDIR" } # --prefix="$PREFIX" --target=$TARGET \ # --with-headers="$PREFIX/$TARGET/include" \ # --with-gcc --with-gnu-as --with-gnu-ld \ # --enable-threads=win32 --disable-win32-registry --enable-languages=c,c++ \ # --enable-cxx-flags='-fno-function-sections -fno-data-sections' \ # --disable-sjlj-exceptions --enable-libstdcxx-debug \ # --enable-version-specific-runtime-libs --disable-bootstrap \ # --disable-libgomp \ # --with-tune=generic --disable-werror \ # --disable-nls \ # --program-suffix=-dw2 --with-arch=i486 --with-tune=generic --disable-werror \ # --disable-nls \ build_gcc() { cd "$TOPDIR/gcc-$TARGET" echo "Building gcc" make BOOTCFLAGS="-O2 -D__USE_MINGW_ACCESS" CFLAGS="-O2 -D__USE_MINGW_ACCESS" CXXFLAGS="-mthreads -O2" LDFLAGS="-s" &> make.log if test $? -ne 0; then echo "make failed - log available: gcc-$TARGET/make.log" exit 1 fi cd "$TOPDIR" } install_gcc() { cd "$TOPDIR/gcc-$TARGET" echo "Installing gcc" make install &> make-install.log # make -C gcc install-shared-libgcc &> make-install-gcc.log # make -C mingw32/libstdc++-v3/ install-shared-libstdc++ &> make-install-stdc.log if test $? -ne 0; then echo "install failed - log available: gcc-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } extract_utils() { cd "$SRCDIR" rm -rf "$UTILS" echo "Extracting utils" gzip -dc "$SRCDIR/$UTILS_ARCHIVE" | tar xf - cd "$TOPDIR" } patch_utils() { if [ "$UTILS_PATCH" != "" ]; then echo "Patching mingw-utils" cd "$SRCDIR/$UTILS" patch -p1 < "$TOPDIR/$UTILS_PATCH" cd "$TOPDIR" fi } configure_utils() { cd "$TOPDIR" rm -rf "utils-$TARGET" mkdir "utils-$TARGET" cd "utils-$TARGET" echo "Configuring utils" "$SRCDIR/$UTILS/configure" --prefix="$PREFIX" --target=$TARGET --enable-install-libiberty &> configure.log cd "$TOPDIR" } build_utils() { cd "$TOPDIR/utils-$TARGET/pexports" echo "Building utils" make &> make.log if test $? -ne 0; then echo "make failed - log available: utils-$TARGET/make.log" exit 1 fi cd "$TOPDIR" } install_utils() { cd "$TOPDIR/utils-$TARGET/pexports" echo "Installing utils" make install &> make-install.log if test $? -ne 0; then echo "install failed - log available: utils-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } final_tweaks() { echo "Finalizing installation" # remove gcc build headers rm -rf "$PREFIX/$TARGET/sys-include" # Add extra binary links if [ ! -f "$PREFIX/$TARGET/bin/objdump" ]; then ln "$PREFIX/bin/$TARGET-objdump" "$PREFIX/$TARGET/bin/objdump" fi # make cc and c++ symlinks to gcc and g++ if [ ! -f "$PREFIX/$TARGET/bin/g++" ]; then ln "$PREFIX/bin/$TARGET-g++" "$PREFIX/$TARGET/bin/g++" fi if [ ! -f "$PREFIX/$TARGET/bin/cc" ]; then ln -s "gcc" "$PREFIX/$TARGET/bin/cc" fi if [ ! -f "$PREFIX/$TARGET/bin/c++" ]; then ln -s "g++" "$PREFIX/$TARGET/bin/c++" fi # strip all the binaries ls "$PREFIX"/bin/* "$PREFIX/$TARGET"/bin/* | egrep -v '.dll$' | while read file; do strip "$file" done cp -a mingw32 $PREFIX/bin # i386-mingw32msvc-dlltool --as=i386-mingw32msvc-as -k --dllname crtdll.dll --output-lib libcrtdll.a --def crtdll.def echo "Installation complete!" } download_files install_libs extract_binutils configure_binutils build_binutils install_binutils extract_gcc patch_gcc configure_gcc build_gcc install_gcc extract_utils patch_utils configure_utils build_utils install_utils final_tweaks workrave-1_10_10/build/win32/crossbuilder/build-packages.sh000066400000000000000000000623651263301626300236420ustar00rootroot00000000000000#!/bin/bash # Compilation script for workrave runtime. # Based on work by Ray Kelm's script, Mo Dejong's and Sam Lantinga. # # Changed by Rob Caelers for workrave cross compilation. # TOOLS=/usr/local/cross-tools-gcc450 POSTFIX=-gtk2.14 PREFIX=/usr/local/cross-packages${POSTFIX} TARGET=i686-w64-mingw32 export PATH="$TOOLS/bin:$PATH" TOPDIR=`pwd` SRCDIR="$TOPDIR/source" BUILDDIR="$TOPDIR/build" SF_URL="http://surfnet.dl.sourceforge.net/sourceforge" GNU_URL="ftp://ftp.gnu.org/gnu" GLIB_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.28/" GLIB_FILES="glib_2.28.1-1_win32.zip glib-dev_2.28.1-1_win32.zip" PIXBUF_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/gdk-pixbuf/2.22" PIXBUF_FILES="gdk-pixbuf_2.22.1-1_win32.zip gdk-pixbuf-dev_2.22.1-1_win32.zip" #GTK_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/" #GTK_FILES="gtk+_2.16.6-2_win32.zip gtk+-dev_2.16.6-2_win32.zip" GTK_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/" GTK_FILES="gtk+_2.24.0-1_win32.zip gtk+-dev_2.24.0-1_win32.zip" PANGO_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/pango/1.28" PANGO_FILES="pango_1.28.3-1_win32.zip pango-dev_1.28.3-1_win32.zip" ATK_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/atk/1.32/" ATK_FILES="atk_1.32.0-1_win32.zip atk-dev_1.32.0-1_win32.zip" DBUS_URL="http://dbus.freedesktop.org/releases/dbus/" DBUS_FILES="dbus-1.5.6.tar.gz" # http://www.dgrigoriadis.net/post/2004/06/26/DirectXDevPak-for-Dev-Cpp.aspx # http://www.dgrigoriadis.net/file.axd?file=2009%2f2%2fDirectX90c.DevPak DIRECTX_URL="http://www.g-productions.net/files/devpak/" DIRECTX_FILE="DirectX90c.DevPak" DEP_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/" DEP_FILES="cairo_1.10.2-1_win32.zip cairo-dev_1.10.2-1_win32.zip jpeg_7-1_win32.zip jpeg-dev_7-1_win32.zip libpng_1.4.3-1_win32.zip libpng-dev_1.4.3-1_win32.zip zlib_1.2.5-2_win32.zip zlib-dev_1.2.5-2_win32.zip libtiff-dev_3.9.1-1_win32.zip libtiff_3.9.1-1_win32.zip libiconv-1.9.1.bin.woe32.zip gettext-runtime-dev_0.18.1.1-2_win32.zip gettext-runtime_0.18.1.1-2_win32.zip freetype-dev_2.4.4-1_win32.zip freetype_2.4.4-1_win32.zip fontconfig_2.8.0-1_win32.zip fontconfig-dev_2.8.0-1_win32.zip expat-dev_2.0.1-1_win32.zip expat_2.0.1-1_win32.zip" PKGCONFIG_URL="http://pkgconfig.freedesktop.org/releases/" PKGCONFIG_FILES="pkg-config-0.26.tar.gz" GNETSRC_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/" GNOME_URL="http://ftp.gnome.org/pub/GNOME/sources/" # UUID_URL=$SF_URL/e2fsprogs/ SIGCPPSRC_URL=$GNOME_URL/libsigc++/2.2/ GLIBMMSRC_URL=$GNOME_URL/glibmm/2.28/ GTKMMSRC_URL=$GNOME_URL/gtkmm/2.24/ PANGOMMSRC_URL=$GNOME_URL/pangomm/2.28/ ATKMMSRC_URL=$GNOME_URL/atkmm/2.22/ CAIROMMSRC_URL=http://cairographics.org/releases/ SIGCPPSRC_FILES="libsigc++-2.2.10.tar.bz2" GTKMMSRC_FILES="gtkmm-2.24.2.tar.bz2" GLIBMMSRC_FILES="glibmm-2.28.2.tar.bz2" PANGOMMSRC_FILES="pangomm-2.28.2.tar.bz2" ATKMMSRC_FILES="atkmm-2.22.5.tar.bz2" CAIROMMSRC_FILES="cairomm-1.10.0.tar.gz" #GNETSRC_FILES="gnet-2.0.8.tar.gz" #UUID_FILES="e2fsprogs-libs-1.40.5.tar.gz" BINUTILS=binutils-2.16.91-20060119-1 BINUTILS_ARCHIVE=$BINUTILS-src.tar.gz download_files() { cd "$SRCDIR" base=$1 shift for a in $*; do if test ! -f $a ; then echo "Downloading $a" wget "$base/$a" if test ! -f $a ; then echo "Could not download $a" exit 1 fi else echo "Found $a." fi done cd "$TOPDIR" } unzip_files() { cd "$SRCDIR" for a in $*; do if test -f $a ; then echo "Unpacking $a" cd $PREFIX unzip -qo $SRCDIR/$a cd $SRCDIR else echo "Could not find $a." fi done cd "$TOPDIR" } download() { mkdir -p "$SRCDIR" # Make sure wget is installed if test "x`which wget`" = "x" ; then echo "You need to install wget." exit 1 fi download_files $GLIB_URL $GLIB_FILES download_files $PIXBUF_URL $PIXBUF_FILES download_files $GTK_URL $GTK_FILES download_files $PANGO_URL $PANGO_FILES download_files $ATK_URL $ATK_FILES download_files $DEP_URL $DEP_FILES download_files $GNETSRC_URL $GNETSRC_FILES download_files $GLIBMMSRC_URL $GLIBMMSRC_FILES download_files $GTKMMSRC_URL $GTKMMSRC_FILES download_files $PANGOMMSRC_URL $PANGOMMSRC_FILES download_files $SIGCPPSRC_URL $SIGCPPSRC_FILES download_files $ATKMMSRC_URL $ATKMMSRC_FILES download_files $CAIROMMSRC_URL $CAIROMMSRC_FILES download_files $UUID_URL $UUID_FILES download_files $DBUS_URL $DBUS_FILES download_files $PKGCONFIG_URL $PKGCONFIG_FILES download_files $DIRECTX_URL $DIRECTX_FILE } unpack() { rm -rf $PREFIX mkdir $PREFIX unzip_files $GTK_FILES unzip_files $GLIB_FILES unzip_files $PIXBUF_FILES unzip_files $PANGO_FILES unzip_files $GTK_DEP_FILES unzip_files $DEP_FILES unzip_files $ATK_FILES } fix_theme() { cat $PREFIX/share/themes/MS-Windows/gtk-2.0/gtkrc | sed -e 's/gtk-button-images = 0/gtk-button-images = 1/' > gtkrc.tmp cp -a gtkrc.tmp $PREFIX/share/themes/MS-Windows/gtk-2.0/gtkrc rm gtkrc.tmp } fix_pkgconfig() { cd $PREFIX/lib/pkgconfig for a in $PREFIX/lib/pkgconfig/*.pc; do sed -e "s|c:/devel/target/.*$|$PREFIX|g" -e "s| $||g" < $a > $a.new mv -f $a.new $a sed -e "s|/devel/target/.*$|$PREFIX|g" -e "s| $||g" < $a > $a.new mv -f $a.new $a sed -e "s|/target/.*$|$PREFIX|g" -e "s| $||g" < $a > $a.new mv -f $a.new $a done sed -e "s|c:/progra~1/.*$|$PREFIX|g" -e "s| $||g" < libpng.pc > libpng.pc.new mv -f libpng.pc.new libpng.pc sed -e "s|c:/progra~1/.*$|$PREFIX|g" -e "s| $||g" < libpng12.pc > libpng12.pc.new mv -f libpng12.pc.new libpng12.pc sed -e "s|c:/progra~1/.*$|$PREFIX|g" -e "s| $||g" < libpng13.pc > libpng13.pc.new mv -f libpng13.pc.new libpng13.pc cd "$TOPDIR" } fix_lib() { cd $PREFIX/bin cp zlib1.dll zlib.dll cd $PREFIX/lib rm -f intl.lib libintl.dll.a rm -f iconv.lib libiconv.dll.a #rm -f atk-1.0.lib libatk-1.0.dll.a cd "$BUILDDIR" # | sed "s/^\([a-z]\)/_\1/" pexports $PREFIX/bin/intl.dll > intl.def pexports $PREFIX/bin/iconv.dll > iconv.def #pexports $PREFIX/bin/libatk-1.0-0.dll | sed "s/libatk-1.0-0/libatk/" > atk.def i386-mingw32msvc-dlltool -d intl.def -l $PREFIX/lib/libintl.dll.a i386-mingw32msvc-dlltool -U -d iconv.def -l $PREFIX/lib/libiconv.dll.a #i386-mingw32msvc-dlltool -d atk.def -l $PREFIX/lib/libatk-1.0.dll.a i386-mingw32msvc-ranlib $PREFIX/lib/libintl.dll.a i386-mingw32msvc-ranlib $PREFIX/lib/libiconv.dll.a #i386-mingw32msvc-ranlib $PREFIX/lib/libatk-1.0.dll.a } extract_directx() { extract_package "DirectX 90c" $DIRECTX_FILE cp -a $BUILDDIR/DirectX90c/include/* $PREFIX/include cp -a $BUILDDIR/DirectX90c/lib/* $PREFIX/lib ln -s $PREFIX/include/dxerr8.h $PREFIX/include/dxerr.h } extract_package() { cd "$BUILDDIR" rm -rf "$1" echo "Extracting $1" case $2 in *.tar.gz) tar xzf $SRCDIR/$2 ;; *.tgz) tar xzf $SRCDIR/$2 ;; *.tar.bz2) tar xjf $SRCDIR/$2 ;; *.DevPak) tar xjf $SRCDIR/$2 ;; *.tar) tar xf $SRCDIR/$2 ;; *.gz) gunzip $SRCDIR/$2 ;; *.bz2) bunzip2 $SRCDIR/$2 ;; esac cd "$TOPDIR" if [ -f "$TOPDIR/$1.diff" ]; then echo "Patching $1" cd "$BUILDDIR/$1" patch -p1 < "$TOPDIR/$1.diff" cd "$TOPDIR" fi } build_pkgconfig() { cd "$BUILDDIR" rm -rf "pkgconfig-$TARGET" mkdir "pkgconfig-$TARGET" cd "$BUILDDIR/pkgconfig-$TARGET" echo "Configuring pkgconfig" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$TOOLS" --disable-shared --enable-static \ --target=$TARGET --host=i586-linux --build=i586-linux \ --with-gnu-as --with-gnu-ld &> configure.log ) if test $? -ne 0; then echo "configure failed - log available: pkgconfig-$TARGET/configure.log" exit 1 fi echo "Building pkgconfig" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: pkgconfig-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/pkgconfig-$TARGET" echo "Installing pkgconfig" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: pkgconfig-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_sigcpp() { cd "$BUILDDIR" rm -rf "libsigc++-$TARGET" mkdir "libsigc++-$TARGET" # We want statis libs... remove #define XXX_DLL #cd $BUILDDIR/$1 #for a in sigc++/config/sigcconfig.h.in; do # echo Patching $a... # sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new # mv $a.new $a #done cd "$BUILDDIR/libsigc++-$TARGET" echo "Configuring Libsigc++" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --disable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --with-gnu-as --with-gnu-ld &> configure.log ) if test $? -ne 0; then echo "configure failed - log available: libsigc++-$TARGET/configure.log" exit 1 fi echo "Building Libsigc++" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libsigc++-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libsigc++-$TARGET" echo "Installing Libsigc++" ( . $TOPDIR/mingw32-x -gtk2.14 make -k install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libsigc++-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_glibmm() { cd "$BUILDDIR" rm -rf "libglibmm-$TARGET" mkdir "libglibmm-$TARGET" # We want statis libs... remove #define XXX_DLL cd $BUILDDIR/$1 for a in glib/glibmmconfig.h.in; do echo Patching $a... sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new mv $a.new $a done cd "$BUILDDIR/libglibmm-$TARGET" echo "Configuring Libglibmm" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --with-gnu-as --with-gnu-ld &> configure.log ) if test $? -ne 0; then echo "configure failed - log available: libglibmm-$TARGET/configure.log" exit 1 fi echo "Building Libglibmm" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libglibmm-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libglibmm-$TARGET" echo "Installing Libglibmm" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libglibmm-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_cairomm() { cd "$BUILDDIR" rm -rf "libcairomm-$TARGET" mkdir "libcairomm-$TARGET" # We want statis libs... remove #define XXX_DLL #cd $BUILDDIR/$1 #for a in cairo/cairommconfig.h.in; do # echo Patching $a... # sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new # mv $a.new $a #done cd "$BUILDDIR/libcairomm-$TARGET" echo "Configuring Libcairomm" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --with-gnu-as --with-gnu-ld &> configure.log ) # --enable-use-deprecations \ # --disable-api-properties \ # --disable-api-vfuncs \ # --disable-api-exceptions \ # --disable-deprecated-api \ # --disable-api-default-signal-handlers \ if test $? -ne 0; then echo "configure failed - log available: libcairomm-$TARGET/configure.log" exit 1 fi echo "Building Libcairomm" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libcairomm-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libcairomm-$TARGET" echo "Installing Libcairomm" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libcairomm-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_pangomm() { cd "$BUILDDIR" rm -rf "libpangomm-$TARGET" mkdir "libpangomm-$TARGET" # We want statis libs... remove #define XXX_DLL #cd $BUILDDIR/$1 #for a in pango/pangommconfig.h.in; do # echo Patching $a... # sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new # mv $a.new $a #done cd "$BUILDDIR/libpangomm-$TARGET" echo "Configuring Libpangomm" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --with-gnu-as --with-gnu-ld &> configure.log ) # --enable-use-deprecations \ # --disable-api-properties \ # --disable-api-vfuncs \ # --disable-api-exceptions \ # --disable-deprecated-api \ # --disable-api-default-signal-handlers \ if test $? -ne 0; then echo "configure failed - log available: libpangomm-$TARGET/configure.log" exit 1 fi echo "Building Libpangomm" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libpangomm-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libpangomm-$TARGET" echo "Installing Libpangomm" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libpangomm-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_atkmm() { cd "$BUILDDIR" rm -rf "libatkmm-$TARGET" mkdir "libatkmm-$TARGET" # We want statis libs... remove #define XXX_DLL #cd $BUILDDIR/$1 #for a in atk/atkmmconfig.h.in; do # echo Patching $a... # sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new # mv $a.new $a #done cd "$BUILDDIR/libatkmm-$TARGET" echo "Configuring Libatkmm" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --with-gnu-as --with-gnu-ld &> configure.log ) # --enable-use-deprecations \ # --disable-api-properties \ # --disable-api-vfuncs \ # --disable-api-exceptions \ # --disable-deprecated-api \ # --disable-api-default-signal-handlers \ if test $? -ne 0; then echo "configure failed - log available: libatkmm-$TARGET/configure.log" exit 1 fi echo "Building Libatkmm" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libatkmm-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libatkmm-$TARGET" echo "Installing Libatkmm" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libatkmm-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_gtkmm() { cd "$BUILDDIR" rm -rf "libgtkmm-$TARGET" mkdir "libgtkmm-$TARGET" # We want statis libs... remove #define XXX_DLL cd $BUILDDIR/$1 for a in gdk/gdkmmconfig.h.in gtk/gtkmmconfig.h.in; do echo Patching $a... sed -e "s|\(#define.*_DLL\)|//\1|g" < $a > $a.new mv $a.new $a done # This example does not build.. #cd examples/book/clipboard #sed -e "s|^SUBDIRS.*$|SUBDIRS=|g" < Makefile.in > Makefile.in.new #mv -f Makefile.in.new Makefile.in cd "$BUILDDIR/libgtkmm-$TARGET" echo "Configuring Libgtkmm" ( . $TOPDIR/mingw32-x -gtk2.14 $BUILDDIR/$1/autogen.sh "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-headers="$PREFIX/$TARGET/include" \ --enable-deprecated-api \ --disable-examples \ --with-gnu-as --with-gnu-ld \ --disable-demo &> configure.log ) ## --disable-use-deprecations \ ## --disable-deprecated-api \ if test $? -ne 0; then echo "configure failed - log available: libgtkmm-$TARGET/configure.log" exit 1 fi echo "Building Libgtkmm" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: libgtkmm-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libgtkmm-$TARGET" echo "Installing Libgtkmm" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libgtkmm-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_gnet() { cd "$BUILDDIR/$1/" echo "Configuring Libgnet" ( PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure -v --prefix=$PREFIX --disable-pthreads \ --with-gnu-as --with-gnu-ld &> configure.log ) if test $? -ne 0; then echo "configure failed - log available: libgnet-$TARGET/configure.log" exit 1 fi cp -a config.h.win32 config.h echo "Building Libgnet" ( . $TOPDIR/mingw32-x -gtk2.14 export CC='i686-w64-mingw32-gcc -mms-bitfields -mno-cygwin' export CXX='i686-w64-mingw32-g++ -mms-bitfields -mno-cygwin' cd src make -f makefile.mingw &> make.log ) if test $? -ne 0; then echo "make failed - log available: libgnet-$TARGET/make.log" exit 1 fi echo "Installing Libgnet" mkdir -p $PREFIX/include/gnet-2.0 cp -a src/*.h $PREFIX/include/gnet-2.0 cp -a src/libgnet-2.0.a $PREFIX/lib cp -a src/gnet-2.0.dll $PREFIX/bin cp -a gnet-2.0.m4 $PREFIX/share/aclocal cp -a gnetconfig.h $PREFIX/include/gnet-2.0 cat gnet-2.0.pc | sed -e 's/-pthread//' -e 's/-lrt//' > $PREFIX/lib/pkgconfig/gnet-2.0.pc cd "$TOPDIR" } extract_bfd() { cd "$BUILDDIR" rm -rf "$BINUTILS" echo "Extracting bfd" gzip -dc "$SRCDIR/$BINUTILS_ARCHIVE" | tar xf - cd "$TOPDIR" } configure_bfd() { cd "$BUILDDIR" rm -rf "binutils-$TARGET"-bfd mkdir "binutils-$TARGET"-bfd cd "binutils-$TARGET"-bfd echo "Configuring bfd" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$BINUTILS/bfd/configure" --prefix="$PREFIX" --host=$TARGET --target=$TARGET --enable-install-libbfd --enable-install-libiberty=yes CFLAGS=-g &> configure.log ) cd "$TOPDIR" } build_bfd() { cd "$BUILDDIR/binutils-$TARGET"-bfd echo "Building bfd" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: binutils-$TARGET/make.log" exit 1 fi cd "$TOPDIR" } install_bfd() { cd "$BUILDDIR/binutils-$TARGET"-bfd echo "Installing bfd" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: binutils-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_uuid() { cd "$BUILDDIR" rm -rf "libuuid-$TARGET" mkdir "libuuid-$TARGET" cd "$BUILDDIR/libuuid-$TARGET" echo "Configuring e2fsprogs-libs" ( . $TOPDIR/mingw32-x -gtk2.14 "$BUILDDIR/$1/configure" -v \ --prefix="$PREFIX" --disable-shared --enable-static \ --target=$TARGET --host=$TARGET --build=i586-linux \ --with-cc=i686-w64-mingw32-gcc \ --with-linker=i686-w64-mingw32-ld \ --with-headers="$PREFIX/$TARGET/include" \ &> configure.log ) if test $? -ne 0; then echo "configure failed - log available: libuuid-$TARGET/configure.log" exit 1 fi echo "Building Libuuid" ( . $TOPDIR/mingw32-x -gtk2.14 make -C lib/uuid &> make.log ) if test $? -ne 0; then echo "make failed - log available: libuuid-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/libuuid-$TARGET" echo "Installing Libuuid" ( . $TOPDIR/mingw32-x -gtk2.14 #make install &> make-install.log ) if test $? -ne 0; then echo "install failed - log available: libuuid-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } build_dbus() { cd "$BUILDDIR" if [ ! -e dbus-git ]; then git clone git://anongit.freedesktop.org/dbus/dbus dbus-git fi cd "$BUILDDIR" rm -rf "dbus-$TARGET" mkdir "dbus-$TARGET" cd "$BUILDDIR/dbus-$TARGET" echo "Configuring Dbus" ( . $TOPDIR/mingw32-x -gtk2.14 cmake $BUILDDIR/dbus-git/cmake \ -DCMAKE_SYSTEM_NAME="Windows" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX \ -DCMAKE_INSTALL_LIBDIR:PATH=$PREFIX/bin \ -DINCLUDE_INSTALL_DIR:PATH=$PREFIX/include \ -DLIB_INSTALL_DIR:PATH=$PREFIX/bin \ -DSYSCONF_INSTALL_DIR:PATH=$PREFIX/etc \ -DSHARE_INSTALL_PREFIX:PATH=$PREFIX/share \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_C_COMPILER="i686-w64-mingw32-gcc" \ -DCMAKE_CXX_COMPILER="i686-w64-mingw32-g++" \ -DCMAKE_RC_COMPILER_INIT="i686-w64-mingw32-windres" \ -DCMAKE_FIND_ROOT_PATH="$PREFIX" \ -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ -DCMAKE_FIND_ROOT_PATH="$PREFIX" \ -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ -DDBUS_USE_EXPAT=ON \ -DLIBEXPAT_INCLUDE_DIR:PATH=$PREFIX/include -DLIBEXPAT_LIBRARIES:PATH=$PREFIX/lib/libexpat.dll.a \ -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER \ -DDBUS_BUILD_TESTS=OFF \ -DDBUS_ENABLE_XML_DOCS=OFF \ -DDBUS_ENABLE_DOXYGEN_DOCS=OFF \ -DDBUS_REPLACE_LOCAL_DIR=ON \ -DDBUS_ENABLE_VERBOSE_MODE=OFF \ -DDBUS_DISABLE_ASSERTS=ON \ -DDBUS_SESSION_BUS_DEFAULT_ADDRESS:STRING=autolaunch: \ -DDBUS_USE_OUTPUT_DEBUG_STRING=OFF ) if test $? -ne 0; then echo "configure failed - log available: dbus-$TARGET/configure.log" exit 1 fi echo "Building Dbus" ( . $TOPDIR/mingw32-x -gtk2.14 make &> make.log ) if test $? -ne 0; then echo "make failed - log available: dbus-$TARGET/make.log" exit 1 fi cd "$BUILDDIR/dbus-$TARGET" echo "Installing Dbus" ( . $TOPDIR/mingw32-x -gtk2.14 make install &> make-install.log ) cp -a bin/libdbus-1.dll.a $PREFIX/lib sed -e "s|@prefix@|$PREFIX|g" \ -e "s|@exec_prefix@|$PREFIX/bin|g" \ -e "s|@libdir@|$PREFIX/lib|g" \ -e "s|@includedir@|$PREFIX/include|g" \ -e "s|@VERSION@|1.5.4|g" \ < $BUILDDIR/dbus-git/dbus-1.pc.in > $PREFIX/lib/pkgconfig/dbus-1.pc if test $? -ne 0; then echo "install failed - log available: dbus-$TARGET/make-install.log" exit 1 fi cd "$TOPDIR" } download unpack extract_directx fix_theme fix_pkgconfig extract_package "libsigc++-2.2.10" "libsigc++-2.2.10.tar.bz2" build_sigcpp "libsigc++-2.2.10" extract_package "glibmm-2.28.2" "glibmm-2.28.2.tar.bz2" build_glibmm "glibmm-2.28.2" extract_package "cairomm-1.10.0" "cairomm-1.10.0.tar.gz" build_cairomm "cairomm-1.10.0" extract_package "pangomm-2.28.2" "pangomm-2.28.2.tar.bz2" build_pangomm "pangomm-2.28.2" extract_package "atkmm-2.22.5" "atkmm-2.22.5.tar.bz2" build_atkmm "atkmm-2.22.5" extract_package "gtkmm-2.24.2" "gtkmm-2.24.2.tar.bz2" build_gtkmm "gtkmm-2.24.2" #extract_package "gnet-2.0.8" "gnet-2.0.8.tar.gz" #build_gnet "gnet-2.0.8" build_dbus workrave-1_10_10/build/win32/crossbuilder/dbus.diff000066400000000000000000000020521263301626300222050ustar00rootroot00000000000000diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 19f6fa0..91d5a03 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -2847,6 +2847,7 @@ _dbus_get_autolaunch_address (const char *scope, DBusString *address, { printf ("please add the path to %s to your PATH environment variable\n", daemon_name); printf ("or start the daemon manually\n\n"); + dbus_set_error_const (error, DBUS_ERROR_FAILED, "Failed to locate dbus-daemon"); goto out; } @@ -3126,6 +3127,8 @@ _dbus_get_install_root(char *prefix, int len) //the Latin "bin", but that is not likely I think... if (lastSlash - prefix >= 4 && strnicmp(lastSlash - 4, "\\bin", 4) == 0) lastSlash[-3] = 0; + if (lastSlash - prefix >= 4 && strnicmp(lastSlash - 4, "\\lib", 4) == 0) + lastSlash[-3] = 0; else if (lastSlash - prefix >= 10 && strnicmp(lastSlash - 10, "\\bin\\debug", 10) == 0) lastSlash[-9] = 0; else if (lastSlash - prefix >= 12 && strnicmp(lastSlash - 12, "\\bin\\release", 12) == 0) workrave-1_10_10/build/win32/crossbuilder/gnet-2.0.8.diff000066400000000000000000000025451263301626300226570ustar00rootroot00000000000000diff -ur gnet-2.0.7/src/makefile.mingw source/gnet-2.0.7/src/makefile.mingw --- gnet-2.0.7/src/makefile.mingw 2005-02-10 10:35:34.000000000 +0100 +++ source/gnet-2.0.7/src/makefile.mingw 2006-01-28 15:34:41.000000000 +0100 @@ -1,6 +1,6 @@ -CC = gcc -FLAGS = -g -Wall -mno-cygwin -mcpu=pentium -DGNET_EXPERIMENTAL=1 -INCLUDE = -I./ `pkg-config --cflags glib-2.0` -LIBS = `pkg-config --libs glib-2.0` -lws2_32 +#CC = gcc +FLAGS = -g -O2 -Wall -DGNET_EXPERIMENTAL=1 +INCLUDE = -I./ -I.. `pkg-config --cflags glib-2.0` +LIBS = `pkg-config --libs glib-2.0 gthread-2.0` -lws2_32 OFILES = gnet-private.o gnet.o ipv6.o inetaddr.o iochannel.o tcp.o udp.o mcast.o socks-private.o socks.o conn.o conn-http.o server.o pack.o md5.o sha.o uri.o base64.o @@ -23,4 +23,9 @@ $(CC) $(FLAGS) $(INCLUDE) -c sha.c $(CC) $(FLAGS) $(INCLUDE) -c uri.c $(CC) $(FLAGS) $(INCLUDE) -c base64.c - dllwrap $(INCLUDE) --export-all --output-def gnet.def --implib libgnet-2.0.a -o gnet-2.0.dll $(OFILES) $(LIBS) + ${CC} -shared -o gnet-2.0.dll -Wl,--out-implib,libgnet-2.0.a -Wl,--enable-auto-import -Wl,--whole-archive $(OFILES) -Wl,--no-whole-archive $(LIBS) + i686-w64-mingw32-dlltool --def ../gnet.def --dllname gnet-2.0.dll --output-lib libgnet-2.0.a + +## i586-mingw32msvc-dllwrap $(INCLUDE) -def ../gnet.def --output-def gnet.def --implib libgnet-2.0.a -o gnet-2.0.dll $(OFILES) $(LIBS) + + workrave-1_10_10/build/win32/crossbuilder/mingw-utils-0.3.diff000066400000000000000000000137261263301626300240370ustar00rootroot00000000000000diff -ur mingw-utils-0.3/pexports/pe.h mingw-utils-0.3.fix/pexports/pe.h --- mingw-utils-0.3/pexports/pe.h 2002-04-10 15:39:06.000000000 +0200 +++ mingw-utils-0.3.fix/pexports/pe.h 2007-02-13 20:55:30.000000000 +0100 @@ -117,7 +117,7 @@ char f_opthdr[2]; /* sizeof(optional hdr) */ char f_flags[2]; /* flags */ -}; +} __attribute__ ((packed)); #define FILHDR struct external_PE_filehdr @@ -155,7 +155,7 @@ /* IMAGE_DATA_DIRECTORY DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES]; */ char DataDirectory[16][2][4]; /* 16 entries, 2 elements/entry, 4 chars */ -} PEAOUTHDR; +} __attribute__ ((packed)) PEAOUTHDR; #undef AOUTSZ Only in mingw-utils-0.3.fix/pexports: pe.h~ diff -ur mingw-utils-0.3/pexports/pexports.c mingw-utils-0.3.fix/pexports/pexports.c --- mingw-utils-0.3/pexports/pexports.c 2003-11-25 16:23:09.000000000 +0100 +++ mingw-utils-0.3.fix/pexports/pexports.c 2007-02-13 21:33:54.000000000 +0100 @@ -19,13 +19,13 @@ #endif /* get pointer to section header n */ -#define IMAGE_SECTION_HDR(n) ((PIMAGE_SECTION_HEADER) ((DWORD) nt_hdr + \ +#define IMAGE_SECTION_HDR(n) ((PIMAGE_SECTION_HEADER) ((void *) nt_hdr + \ 4 + sizeof(IMAGE_FILE_HEADER) + \ nt_hdr->FileHeader.SizeOfOptionalHeader + \ n * sizeof(IMAGE_SECTION_HEADER))) /* convert relative virtual address to a useable pointer */ -#define RVA_TO_PTR(rva,type) ((type) rva_to_ptr((DWORD) rva)) +#define RVA_TO_PTR(rva,type) ((type) rva_to_ptr(rva)) typedef struct str_list { char *s; @@ -146,7 +146,7 @@ return 1; } - nt_hdr = (PIMAGE_NT_HEADERS) ((DWORD) dos_hdr + dos_hdr->e_lfanew); + nt_hdr = (PIMAGE_NT_HEADERS) ((void *)dos_hdr + dos_hdr->e_lfanew); exp_rva = nt_hdr->OptionalHeader.DataDirectory[0].VirtualAddress; @@ -181,7 +181,7 @@ PIMAGE_EXPORT_DIRECTORY exports; char *export_name; PWORD ordinal_table; - char **name_table; + DWORD *name_table; DWORD *function_table; int i; static int first = 1; @@ -203,8 +203,8 @@ /* set up various pointers */ export_name = RVA_TO_PTR(exports->Name,char*); ordinal_table = RVA_TO_PTR(exports->AddressOfNameOrdinals,PWORD); - name_table = RVA_TO_PTR(exports->AddressOfNames,char**); - function_table = RVA_TO_PTR(exports->AddressOfFunctions,void*); + name_table = RVA_TO_PTR(exports->AddressOfNames, DWORD *); + function_table = RVA_TO_PTR(exports->AddressOfFunctions,DWORD*); if (verbose) { @@ -297,14 +297,14 @@ } /* convert rva to pointer into loaded file */ -DWORD +void * rva_to_ptr(DWORD rva) { PIMAGE_SECTION_HEADER section = find_section(rva); if (section->PointerToRawData == 0) return 0; else - return ((DWORD) dos_hdr + (DWORD) rva - (section->VirtualAddress - section->PointerToRawData)); + return (((void *) dos_hdr) + (DWORD) rva - (section->VirtualAddress - section->PointerToRawData)); } /* Load a portable executable into memory */ Only in mingw-utils-0.3.fix/pexports: pexports.c~ diff -ur mingw-utils-0.3/pexports/pexports.h mingw-utils-0.3.fix/pexports/pexports.h --- mingw-utils-0.3/pexports/pexports.h 2002-05-26 12:13:58.000000000 +0200 +++ mingw-utils-0.3.fix/pexports/pexports.h 2007-02-13 21:39:01.000000000 +0100 @@ -2,7 +2,7 @@ pexports - a program to extract exported symbols from a Portable Executable (PE) file. - Copyright (C) 1998 Anders Norlander + Copyright (C) 1998, 2007 Anders Norlander pexports is distributed under the GNU General Public License and has absolutely NO WARRANTY. @@ -24,7 +24,7 @@ typedef unsigned short WORD; typedef unsigned int DWORD; typedef unsigned char BYTE; -typedef long LONG; +typedef int LONG; typedef WORD *PWORD; typedef DWORD *PDWORD; @@ -32,7 +32,7 @@ typedef struct _IMAGE_DATA_DIRECTORY { DWORD VirtualAddress; DWORD Size; -} IMAGE_DATA_DIRECTORY, *PIMAGE_DATA_DIRECTORY; +} __attribute__ ((packed)) IMAGE_DATA_DIRECTORY, *PIMAGE_DATA_DIRECTORY; typedef struct _IMAGE_FILE_HEADER { WORD Machine; @@ -42,7 +42,7 @@ DWORD NumberOfSymbols; WORD SizeOfOptionalHeader; WORD Characteristics; -} IMAGE_FILE_HEADER, *PIMAGE_FILE_HEADER; +} __attribute__ ((packed)) IMAGE_FILE_HEADER, *PIMAGE_FILE_HEADER; typedef struct _IMAGE_OPTIONAL_HEADER { WORD Magic; @@ -77,14 +77,14 @@ DWORD LoaderFlags; DWORD NumberOfRvaAndSizes; IMAGE_DATA_DIRECTORY DataDirectory[16]; -} IMAGE_OPTIONAL_HEADER, *PIMAGE_OPTIONAL_HEADER; +} __attribute__ ((packed)) IMAGE_OPTIONAL_HEADER, *PIMAGE_OPTIONAL_HEADER; typedef struct _IMAGE_NT_HEADERS { char Signature[4]; IMAGE_FILE_HEADER FileHeader; IMAGE_OPTIONAL_HEADER OptionalHeader; -} IMAGE_NT_HEADERS, *PIMAGE_NT_HEADERS; +} __attribute__ ((packed)) IMAGE_NT_HEADERS, *PIMAGE_NT_HEADERS; typedef struct _IMAGE_SECTION_HEADER { BYTE Name[8]; @@ -100,7 +100,7 @@ WORD NumberOfRelocations; WORD NumberOfLinenumbers; DWORD Characteristics; -} IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; +} __attribute__ ((packed)) IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; typedef struct _IMAGE_EXPORT_DIRECTORY { DWORD Characteristics; @@ -111,10 +111,10 @@ DWORD Base; DWORD NumberOfFunctions; DWORD NumberOfNames; - PDWORD *AddressOfFunctions; - PDWORD *AddressOfNames; - PWORD *AddressOfNameOrdinals; -} IMAGE_EXPORT_DIRECTORY, *PIMAGE_EXPORT_DIRECTORY; + DWORD AddressOfFunctions; + DWORD AddressOfNames; + DWORD AddressOfNameOrdinals; +} __attribute__ ((packed)) IMAGE_EXPORT_DIRECTORY, *PIMAGE_EXPORT_DIRECTORY; typedef struct _IMAGE_DOS_HEADER { WORD e_magic; @@ -136,7 +136,7 @@ WORD e_oeminfo; WORD e_res2[10]; LONG e_lfanew; -} IMAGE_DOS_HEADER, *PIMAGE_DOS_HEADER; +} __attribute__ ((packed)) IMAGE_DOS_HEADER, *PIMAGE_DOS_HEADER; PIMAGE_SECTION_HEADER find_section(DWORD rva); @@ -144,7 +144,7 @@ PIMAGE_DOS_HEADER load_pe_image(const char *filename); -DWORD +void * rva_to_ptr(DWORD rva); void Only in mingw-utils-0.3.fix/pexports: pexports.h~ workrave-1_10_10/build/win32/crossbuilder/mingw32000066400000000000000000000013421263301626300216300ustar00rootroot00000000000000export CROSSROOT="/usr/local/cross-packages$1" export TOOLSROOT="/usr/local/cross-tools" export CFLAGS="-I$CROSSROOT/include -g -O2" export CXXFLAGS="-I$CROSSROOT/include -g -O2" export CPPFLAGS="-I$CROSSROOT/include" export LDFLAGS="-L$CROSSROOT/lib -g" #export CC='i386-mingw32msvc-gcc -mms-bitfields -mno-cygwin' #export CXX='i386-mingw32msvc-g++ -mms-bitfields -mno-cygwin' export DLLTOOL="i386-mingw32msvc-dlltool" export RANLIB="i386-mingw32msvc-ranlib" export OBJDUMP="i386-mingw32msvc-objdump" export STRIP="i386-mingw32msvc-strip" export WINDRES="i386-mingw32msvc-windres" export AS="i386-mingw32msvc-as" export MACHTYPE="i386-mingw32msvc" export PKG_CONFIG_PATH="$CROSSROOT/lib/pkgconfig" export PATH="$TOOLSROOT/bin:$PATH" workrave-1_10_10/build/win32/crossbuilder/mingw32-x000066400000000000000000000012331263301626300220740ustar00rootroot00000000000000export CROSSROOT="/usr/local/cross-packages$1" export CFLAGS="-I$CROSSROOT/include -g -O2" export CXXFLAGS="-I$CROSSROOT/include -g -O2" export CPPFLAGS="-I$CROSSROOT/include" export LDFLAGS="-L$CROSSROOT/lib -g" #export CC='i586-mingw32msvc-gcc -mms-bitfields -mno-cygwin' #export CXX='i586-mingw32msvc-g++ -mms-bitfields -mno-cygwin' #export DLLTOOL="i586-mingw32msvc-dlltool" #export RANLIB="i586-mingw32msvc-ranlib" #export OBJDUMP="i586-mingw32msvc-objdump" #export STRIP="i586-mingw32msvc-strip" #export WINDRES="i586-mingw32msvc-windres" #export AS="i586-mingw32msvc-as" #export MACHTYPE="i586-mingw32msvc" export PKG_CONFIG_PATH="$CROSSROOT/lib/pkgconfig" workrave-1_10_10/build/win32/mksetup.sh000077500000000000000000000024401263301626300177460ustar00rootroot00000000000000#!/bin/bash TINDERBOX_HOME=${HOME}/src/tinderbox WORKRAVE_GIT_DIR=${HOME}/src/workrave-v1_10 WIN32_MAKERUNTIME=${TINDERBOX_HOME}/bin/make-runtime.sh WIN32_MINGW_ENV=${TINDERBOX_HOME}/bin/mingw32 WIN32_ISCC="${HOME}/.wine/drive_c/Program Files (x86)/Inno Setup 5/ISCC.exe" export TINDERBOX_BUILD=yes unix2dos=perl -e 'while (<>) { s/$$/\r/; print; }' cd ${WORKRAVE_GIT_DIR}/frontend/gtkmm/win32/setup/ ${WIN32_MAKERUNTIME} ${WORKRAVE_GIT_DIR} cd ${WORKRAVE_GIT_DIR}/common/win32/harpoonHelper/src mkdir Release cp -a ${TINDERBOX_HOME}/prebuilt/Debug64/harpoonHelper.exe Release cd ${WORKRAVE_GIT_DIR}/common/win32/harpoon/src mkdir Release cp -a ${TINDERBOX_HOME}/prebuilt/Debug/harpoon.dll Release cp -a ${TINDERBOX_HOME}/prebuilt/Debug64/harpoon64.dll Release cd ${WORKRAVE_GIT_DIR}/frontend/applets/win32/src mkdir Release; cp -a ${TINDERBOX_HOME}/prebuilt/Debug/workrave-applet.dll Release cp -a ${TINDERBOX_HOME}/prebuilt/Debug64/workrave-applet.dll Release/workrave-applet64.dll cd ${WORKRAVE_GIT_DIR} . ${WIN32_MINGW_ENV} ${WORKRAVE_GIT_DIR}/build/win32/autogencross.sh || exit 1 make || exit 1 cp -a ${WORKRAVE_GIT_DIR}/frontend/gtkmm/src/.libs/workrave.exe ${WORKRAVE_GIT_DIR}/frontend/gtkmm/src cd ${WORKRAVE_GIT_DIR}/frontend/gtkmm/win32/setup unix2dos setup.iss wine "${WIN32_ISCC}" setup.iss workrave-1_10_10/build/win32/tinderbox/000077500000000000000000000000001263301626300177155ustar00rootroot00000000000000workrave-1_10_10/build/win32/tinderbox/Makefile000066400000000000000000000173471263301626300213710ustar00rootroot00000000000000###################################################################### # Defines ###################################################################### BUILD_DATE=`date +"%Y%m%d"` GIT_URL=git@github.com:rcaelers/workrave.git TINDERBOX_HOME=${HOME}/src/tinderbox TINDERBOX_SNAPSHOTS_DIR=${TINDERBOX_HOME}/snapshots TINDERBOX_BIN_DIR=${TINDERBOX_SNAPSHOTS_DIR}/${BUILD_DATE} WIN32_MAKERUNTIME=${TINDERBOX_HOME}/bin/make-runtime.sh WIN32_MINGW_ENV=${TINDERBOX_HOME}/bin/mingw32 WIN32_ISCC=${HOME}/.wine/fake_windows/Program Files/Inno Setup 5/ISCC.exe WIN32_NMAKE=wine ${HOME}/.wine/fake_windows/Program\ Files/Microsoft\ Visual\ C++\ Toolkit\ 2003/bin/nmake.exe WORKRAVE_GIT_DIR=${TINDERBOX_HOME}/workrave CONF_FLAGS = --quiet WORKRAVE_GIT_BRANCH_PREFIX=origin WORKRAVE_GIT_BRANCH=master WORKRAVE_TAG=v1_9_4 #WORKRAVE_GIT_BRANCH_PREFIX=origin #WORKRAVE_GIT_BRANCH=master #WORKRAVE_TAG=master #WORKRAVE_GIT_BRANCH_PREFIX=refs/tags #WORKRAVE_GIT_BRANCH=v1_9_0-no-networking #WORKRAVE_TAG=v1_9_0-no-networking #CONF_FLAGS = --quiet --disable-distribution #WORKRAVE_GIT_BRANCH_PREFIX=origin #WORKRAVE_GIT_BRANCH=bug791 #WORKRAVE_TAG=bug791 WORKRAVE_GIT_VERSION=`( cd ${WORKRAVE_GIT_DIR} ; git describe --tags --abbrev=10 --dirty 2>/dev/null )` WORKRAVE_VERSION=`cat ${WORKRAVE_GIT_DIR}/configure.ac | grep AM_INIT_AUTOMAKE | cut -d ',' -f2 | cut -d' ' -f2 | cut -d')' -f1` WORKRAVE_PREVERSION=`cat ${WORKRAVE_GIT_DIR}/configure.ac | grep AM_INIT_AUTOMAKE | perl -ne ' $$_ =~ /.*([0-9]+).([0-9]+).([0-9]+)/ ; printf "%d.%d.%d.99", $$1, $$2, ($$3 - 1) '` export TINDERBOX_BUILD=yes unix2dos=perl -e 'while (<>) { s/$$/\r/; print; }' ###################################################################### # Miscellaneous ###################################################################### usage: @echo Usage: "make all" to make all files from scratch all: setup git-setup workrave-win32-all debug: workrave-win32-debug-setup init: mkdir -p ${TINDERBOX_BIN_DIR} ( cd `dirname ${WORKRAVE_GIT_DIR}`; git clone ${GIT_URL} ${WORKRAVE_GIT_DIR} ) setup: ( cd ${WORKRAVE_GIT_DIR}; \ mkdir -p ${TINDERBOX_BIN_DIR}; \ git clean -fdx; \ ) ###################################################################### # GIT ###################################################################### git-setup: ( cd ${WORKRAVE_GIT_DIR}; \ git clean -fdx; \ git checkout ${WORKRAVE_GIT_BRANCH}; \ git reset --hard HEAD; \ git pull; ) git-mkbranch: ( cd ${WORKRAVE_GIT_DIR}; \ git branch --track ${WORKRAVE_GIT_BRANCH} ${WORKRAVE_GIT_BRANCH_PREFIX}/${WORKRAVE_GIT_BRANCH}; ) ###################################################################### # Windows ###################################################################### workrave-win32-dir=\ ( cd ${1}; \ git clean -fdx; \ cd ${1}/frontend/gtkmm/win32/setup/; \ ${WIN32_MAKERUNTIME} ${WORKRAVE_GIT_DIR}; ) workrave-win32-build-original=\ ( . ${HOME}/bin/vcvars32.sh; \ cd ${1}/common/win32/harpoon/src; \ mkdir Release; \ ${WIN32_NMAKE} /f harpoon.mak CFG="harpoon - Win32 Release"; \ cd ${1}/applets/frontend/win32/src; \ mkdir Release; \ ${WIN32_NMAKE} /f Applet.mak CFG="Applet - Win32 Release" ); \ ( cd ${1}; \ . ${WIN32_MINGW_ENV}; \ ./build/win32/autogencross.sh ${CONF_FLAGS} ${2} && make ; \ $$TARGET-nm -nosC --line-numbers ${1}/frontend/gtkmm/src/workrave.exe >${1}/frontend/gtkmm/src/workrave.sym ) workrave-win32-build=\ ( cd ${1}/common/win32/harpoonHelper/src; \ mkdir Release; \ cp -a ${TINDERBOX_HOME}/prebuilt/${3}64/harpoonHelper.exe Release; \ cd ${1}/common/win32/harpoon/src; \ mkdir Release; \ cp -a ${TINDERBOX_HOME}/prebuilt/${3}/harpoon.dll Release; \ cp -a ${TINDERBOX_HOME}/prebuilt/${3}64/harpoon64.dll Release; \ cd ${1}/frontend/applets/win32/src; \ mkdir Release; \ cp -a ${TINDERBOX_HOME}/prebuilt/${3}/workrave-applet.dll Release; \ cp -a ${TINDERBOX_HOME}/prebuilt/${3}64/workrave-applet.dll Release/workrave-applet64.dll ); \ ( cd ${1}; \ . ${WIN32_MINGW_ENV}; \ ./build/win32/autogencross.sh ${CONF_FLAGS} ${2} && make ; \ cp -a ${1}/frontend/gtkmm/src/.libs/workrave.exe ${1}/frontend/gtkmm/src; \ $$TARGET-nm -nosC --line-numbers ${1}/frontend/gtkmm/src/workrave.exe >${1}/frontend/gtkmm/src/workrave.sym) # $$TARGET-objdump -D --line-numbers ${1}/frontend/gtkmm/src/workrave.exe >${1}/frontend/gtkmm/src/workrave.debugsym ) workrave-win32-strip=\ ( . ${WIN32_MINGW_ENV}; \ $$TARGET-strip ${1}/frontend/gtkmm/src/workrave.exe ) workrave-win32-setup=\ ( cd ${1}/frontend/gtkmm/win32/setup/; \ unix2dos setup.iss; \ wine "${WIN32_ISCC}" setup.iss ); \ mv ${1}/frontend/gtkmm/win32/setup/Output/setup.exe ${TINDERBOX_BIN_DIR}/workrave-win32-${WORKRAVE_GIT_VERSION}-${BUILD_DATE}-${2}.exe; \ bzip2 -c ${1}/frontend/gtkmm/src/workrave.sym >${TINDERBOX_BIN_DIR}/workrave-win32-${WORKRAVE_GIT_VERSION}-${BUILD_DATE}-${2}.sym.bz2; ## bzip2 -c ${1}/frontend/gtkmm/src/workrave.debugsym >${TINDERBOX_BIN_DIR}/workrave-win32-${WORKRAVE_GIT_VERSION}-${BUILD_DATE}-${2}.debugsym.bz2 workrave-win32-release-dir: $(call workrave-win32-dir,${WORKRAVE_GIT_DIR}) workrave-win32-release-build: workrave-win32-release-dir $(call workrave-win32-build,${WORKRAVE_GIT_DIR},--disable-debug,Release) $(call workrave-win32-strip,${WORKRAVE_GIT_DIR}) workrave-win32-release-setup: workrave-win32-release-build $(call workrave-win32-setup,${WORKRAVE_GIT_DIR},installer) workrave-win32-debug-dir: $(call workrave-win32-dir,${WORKRAVE_GIT_DIR}) workrave-win32-debug-build: workrave-win32-debug-dir $(call workrave-win32-build,${WORKRAVE_GIT_DIR},--enable-debug --enable-tracing,Debug) workrave-win32-debug-setup: workrave-win32-debug-build $(call workrave-win32-setup,${WORKRAVE_GIT_DIR},debug-installer) ( cd ${WORKRAVE_GIT_DIR}/frontend/gtkmm/src; \ zip ${TINDERBOX_BIN_DIR}/workrave-win32-${WORKRAVE_GIT_VERSION}-${BUILD_DATE}-debug.zip workrave.exe ) workrave-win32-all: \ workrave-win32-release-setup \ workrave-win32-debug-setup ###################################################################### # Source ###################################################################### workrave-source: ( cd ${WORKRAVE_GIT_DIR}; \ ./autogen.sh --disable-gnome \ && make dist \ && mv ${WORKRAVE_GIT_DIR}/workrave-${WORKRAVE_VERSION}.tar.gz ${TINDERBOX_BIN_DIR}/workrave-src-${WORKRAVE_GIT_VERSION}-${BUILD_DATE}.tar.gz ) ###################################################################### # Debian ###################################################################### workrave-deb: chmod u+x ${WORKRAVE_GIT_DIR}/debian/rules ( cd ${WORKRAVE_GIT_DIR}; \ dch --ignore-dirname -v ${WORKRAVE_VERSION}+git${BUILD_DATE}-1 "Nighly snapshot"; \ ./autogen.sh \ && dpkg-buildpackage -rfakeroot ) mv ${WORKRAVE_GIT_DIR}/../workrave_*_i386.deb ${TINDERBOX_BIN_DIR}/ ## workrave-${BUILD_DATE}_i386.deb ###################################################################### # Upload ###################################################################### upload-purge: for i in `find ${TINDERBOX_SNAPSHOTS_DIR} -type d -mtime +5 -print`; \ do \ echo Purging old snapshot: $$i; \ rm -rf $$i; \ done #upload-sf: # ( cd ${TINDERBOX_SNAPSHOTS_DIR} ; \ # rsync -rv --delete --rsh="ssh -i/home/robc/.ssh/miss_workrave_id_dsa -l miss-workrave,workrave" . miss-workrave,workrave@shell.sourceforge.net:/home/users/m/mi/miss-workrave/public_html/download/snapshots ) # #shell-sf: # ssh -i/home/robc/.ssh/miss_workrave_id_dsa -t miss-workrave,workrave@shell.sourceforge.net create < /dev/null upload: ( cd ${TINDERBOX_SNAPSHOTS_DIR} ; \ rsync -rv --delete --rsh=ssh . workrave@liberator.krandor.org:/home/workrave/public_html ) # sitecopy --update snapshots workrave-1_10_10/build/win32/tinderbox/bin/000077500000000000000000000000001263301626300204655ustar00rootroot00000000000000workrave-1_10_10/build/win32/tinderbox/bin/make-runtime.sh000066400000000000000000000075601263301626300234270ustar00rootroot00000000000000#!/bin/bash RUNTIMEDIR="./" ALL_LINGUAS="nl de eo pl da es zh_TW ru fr pt_BR" if [ "x$1" != "x" ]; then if [ -e $1 ]; then ALL_LINGUAS=$(cat $1/po/LINGUAS |grep -v '^#') echo $ALL_LINGUAS fi fi . `dirname $0`/mingw32 mkdir -p $RUNTIMEDIR/runtime-base mkdir -p $RUNTIMEDIR/runtime-gtk mkdir -p $RUNTIMEDIR/runtime-wimp ## Helper function copy_dir() { sourcedir=$1; source=$2 dest=$3; prefix=`dirname $source` mkdir -p $TARGETDIR/$dest/$prefix cp -a $CROSSROOT/$sourcedir/$source $TARGETDIR/$dest/$prefix } ## Base runtime TARGETDIR=$RUNTIMEDIR/runtime-base copy_dir bin gnet-2.0.dll lib find $TARGETDIR -name "*.dll" -print | xargs $STRIP for lang in $ALL_LINGUAS; do mkdir -p $TARGETDIR/lib/locale/$lang/LC_MESSAGES/ cp -a /usr/share/locale/$lang/LC_MESSAGES/iso_639.mo $TARGETDIR/lib/locale/$lang/LC_MESSAGES/ cp -a /usr/share/locale/$lang/LC_MESSAGES/iso_3166.mo $TARGETDIR/lib/locale/$lang/LC_MESSAGES/ done ## Dbus runtime TARGETDIR=$RUNTIMEDIR/runtime-dbus copy_dir bin dbus*.exe bin copy_dir lib libdbus-1.dll lib copy_dir etc dbus-1 etc ## Gtk runtime if [ -d $CROSSROOT/lib/gtk-2.0/2.4.0 ]; then GTKVER=2.4.0 elif [ -d $CROSSROOT/lib/gtk-2.0/2.10.0 ]; then GTKVER=2.10.0 fi if [ -d $CROSSROOT/lib/pango/1.4.0 ]; then PANVER=1.4.0 elif [ -d $CROSSROOT/lib/pango/1.5.0 ]; then PANVER=1.5.0 fi TARGETDIR=$RUNTIMEDIR/runtime-gtk copy_dir etc gtk-2.0 etc copy_dir etc pango etc copy_dir bin zlib1.dll lib copy_dir bin iconv.dll lib copy_dir bin intl.dll lib copy_dir bin libexpat-1.dll lib copy_dir bin freetype6.dll lib copy_dir bin libpng*.dll lib copy_dir bin jpeg62.dll lib copy_dir bin libjpeg-7.dll lib copy_dir bin libtiff3.dll lib copy_dir bin libtiff-3.dll lib copy_dir bin libfontconfig-1.dll lib copy_dir bin libatk-1.0-0.dll lib copy_dir bin libgdk-win32-2.0-0.dll lib copy_dir bin libgdk_pixbuf-2.0-0.dll lib copy_dir bin libglib-2.0-0.dll lib copy_dir bin libgio-2.0-0.dll lib copy_dir bin libgmodule-2.0-0.dll lib copy_dir bin libgobject-2.0-0.dll lib copy_dir bin libgthread-2.0-0.dll lib copy_dir bin libgtk-win32-2.0-0.dll lib copy_dir bin libpango-1.0-0.dll lib copy_dir bin libpangoft2-1.0-0.dll lib copy_dir bin libpangowin32-1.0-0.dll lib copy_dir bin libpangocairo-1.0-0.dll lib copy_dir bin libcairo-2.dll lib copy_dir lib gtk-2.0/$GTKVER/immodules/*.dll lib copy_dir lib gtk-2.0/$GTKVER/loaders/libpixbufloader-ico.dll lib copy_dir lib gtk-2.0/$GTKVER/loaders/libpixbufloader-png.dll lib copy_dir lib gtk-2.0/$GTKVER/loaders/libpixbufloader-pnm.dll lib copy_dir lib pango/$PANVER/modules lib for lang in $ALL_LINGUAS; do copy_dir lib locale/$lang lib done for lang in $ALL_LINGUAS; do copy_dir share locale/$lang lib done TARGETDIR=$RUNTIMEDIR/runtime-wimp if [ -f $CROSSROOT/lib/gtk-2.0/$GTKVER/engines/libwimp.dll ]; then copy_dir lib gtk-2.0/$GTKVER/engines/libwimp.dll lib copy_dir share themes/* share fi cp -a $TARGETDIR/share/themes/MS-Windows/gtk-2.0/gtkrc $TARGETDIR/share/themes/Raleigh/gtk-2.0/ find $RUNTIMEDIR -name "*.dll" -not -name "iconv.dll" -not -name "intl.dll" -not -name "zlib1.dll" -print | xargs $STRIP workrave-1_10_10/build/win32/tinderbox/bin/mingw32000066400000000000000000000007541263301626300217040ustar00rootroot00000000000000#export CROSSROOT="/mnt/bulk/sources/mingw-opensuse/usr/i686-w64-mingw32/sys-root/mingw" export CROSSROOT="/usr/local/cross-packages-gtk2.14/" export CFLAGS="-I$CROSSROOT/include" export CXXFLAGS="-I$CROSSROOT/include" export CPPFLAGS="-I$CROSSROOT/include" export LDFLAGS="-L$CROSSROOT/lib" export PKG_CONFIG_PATH="$CROSSROOT/lib/pkgconfig" export PKG_CONFIG_LIBDIR="$CROSSROOT/lib/pkgconfig" #export PKG_CONFIG_SYSROOT_DIR=/mnt/bulk/sources/mingw-opensuse export TARGET=i686-w64-mingw32 workrave-1_10_10/build/win32/tinderbox/bin/nightlybuild000066400000000000000000000002441263301626300231060ustar00rootroot00000000000000#!/bin/sh export TERM=xterm # Limit virtual memory to 300MB ulimit -v 309715200 exit ( cd $HOME/src/tinderbox/; script -f -c "make --quiet all"; cat typescript ) workrave-1_10_10/build/win32/tinderbox/bin/vcvars32.sh000066400000000000000000000004271263301626300224750ustar00rootroot00000000000000#export MSVCDir="C:\\Program Files\\Microsoft Visual Studio\\VC98" export MSVCDir="C:\\Program Files\\Microsoft Visual C++ Toolkit 2003" export INCLUDE="$MSVCDir\\include;C:\\Program Files\\Microsoft SDK\\include" export LIB="$MSVCDir\\lib;C:\\Program Files\\Microsoft SDK\\lib" workrave-1_10_10/common/000077500000000000000000000000001263301626300151465ustar00rootroot00000000000000workrave-1_10_10/common/Makefile.am000066400000000000000000000003121263301626300171760ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2007, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = include src win32 bin workrave-1_10_10/common/bin/000077500000000000000000000000001263301626300157165ustar00rootroot00000000000000workrave-1_10_10/common/bin/DBus-client-template-freedesktop.cc000066400000000000000000000410521263301626300244620ustar00rootroot00000000000000// DBus-client-template.hh --- DBUS template // // Copyright (C) 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // \#ifdef HAVE_CONFIG_H \#include "config.h" \#endif \#include \#include \#include \#include \#include "DBusBinding.hh" \#include "DBusException.hh" \#include "${model.include_filename}" using namespace std; using namespace workrave; #for interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for class ${interface.qname}_Impl : public ${interface.qname}, public DBusBaseTypes { public: ${interface.qname}_Impl(DBus *dbus, const string &service, const string &path); #for $method in interface.methods #slurp $interface.type2csymbol(method.return_type()) ${method.qname}(#slurp #set comma = '' #for p in method.params #if p.direction != 'out' or (not 'return' in p.hint) #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #set comma = ',' #end if #if p.direction == 'out' #if 'return' in p.hint /**/ #slurp #slurp #else if 'ptr' in p.hint *$p.name#slurp #else &$p.name#slurp #end if #else if p.direction == 'in' #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #end if #end for ); #slurp void ${method.qname}_async(#slurp #set comma = '' #for p in method.params #if p.direction == 'in' #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #set comma = ',' #end if #end for $comma ${method.name}_slot slot #slurp ); #slurp #end for private: #for $method in interface.methods typedef sigc::signal ${method.qname}_signal; #slurp struct ${method.qname}_async_closure { class ${interface.qname}_Impl *impl; ${method.qname}_signal signal; }; static void ${method.qname}_async_closure_free(void *mem) { delete (${method.qname}_async_closure *)mem; } static void ${method.qname}_fcn_static(DBusPendingCall *pending, void *user_data); void ${method.qname}_fcn(DBusPendingCall *pending, void *user_data); #end for #for enum in $interface.enums void get_${enum.qname}(DBusMessageIter *reader, ${enum.csymbol} *result); void put_${enum.qname}(DBusMessageIter *writer, const ${enum.csymbol} *result); #end for #for struct in $interface.structs void get_${struct.qname}(DBusMessageIter *reader, ${struct.csymbol} *result); void put_${struct.qname}(DBusMessageIter *writer, const ${struct.csymbol} *result); #end for #for seq in $interface.sequences void get_${seq.qname}(DBusMessageIter *reader, ${seq.csymbol} *result); void put_${seq.qname}(DBusMessageIter *writer, const ${seq.csymbol} *result); #end for #for dict in $interface.dictionaries void get_${dict.qname}(DBusMessageIter *reader, ${dict.csymbol} *result); void put_${dict.qname}(DBusMessageIter *writer, const ${dict.csymbol} *result); #end for DBus *dbus; string service; string path; }; ${interface.qname}_Impl::${interface.qname}_Impl(DBus *dbus, const string &service, const string &path) : dbus(dbus), service(service), path(path) { } ${interface.qname} *${interface.qname}::instance(DBus *dbus, const string &service, const string &path) { return new ${interface.qname}_Impl(dbus, service, path); } #for enum in $interface.enums void ${interface.qname}::get_${enum.qname}(DBusMessageIter *reader, ${enum.csymbol} *result) { std::string value; int argtype = dbus_message_iter_get_arg_type(reader); if (argtype != DBUS_TYPE_STRING) throw DBusTypeException("Type mismatch. Excepted string"); get_string(reader, &value); #set ifs = 'if' #for e in enum.values $ifs ("$e.name" == value) { *result = $e.csymbol; } #set $ifs = 'else if' #end for else { throw DBusTypeException("Illegal enum value"); } } void ${interface.qname}::put_${enum.qname}(DBusMessageIter *writer, const ${enum.csymbol} *result) { string value; switch (*result) { #for e in enum.values case $e.csymbol: value = "$e.name"; break; #end for default: throw DBusTypeException("Illegal enum value"); } put_string(writer, &value); } #end for #for struct in $interface.structs void ${interface.qname}::get_${struct.qname}(DBusMessageIter *reader, ${struct.csymbol} *result) { DBusMessageIter it; dbus_message_iter_recurse(reader, &it); #for p in struct.fields get_${p.type}(&it, ($interface.type2csymbol(p.type) *) &(result->${p.name})); #end for dbus_message_iter_next(reader); } void ${interface.qname}::put_${struct.qname}(DBusMessageIter *writer, const ${struct.csymbol} *result) { DBusMessageIter it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_STRUCT, NULL, &it); if (!ok) { throw DBusSystemException("Internal error"); } #for p in struct.fields put_${p.type}(&it, ($interface.type2csymbol(p.type) *) &(result->${p.name})); #end for ok = dbus_message_iter_close_container(writer, &it); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for seq in $interface.sequences void ${interface.qname}::get_${seq.qname}(DBusMessageIter *reader, ${seq.csymbol} *result) { DBusMessageIter it; dbus_message_iter_recurse(reader, &it); while (dbus_message_iter_has_next(&it)) { $interface.type2csymbol(seq.data_type) tmp; get_${seq.data_type}(&it, &tmp); result->push_back(tmp); } dbus_message_iter_next(reader); } void ${interface.qname}::put_${seq.qname}(DBusMessageIter *writer, const ${seq.csymbol} *result) { DBusMessageIter arr; ${seq.csymbol}::const_iterator it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_ARRAY, "$interface.type2sig(seq.data_type)", &arr); if (!ok) { throw DBusSystemException("Internal error"); } for(it = result->begin(); it != result->end(); it++) { put_${seq.data_type}(&arr, &(*it)); } ok = dbus_message_iter_close_container(writer, &arr); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for dict in $interface.dictionaries void ${interface.qname}::get_${dict.qname}(DBusMessageIter *reader, ${dict.csymbol} *result) { DBusMessageIter arr_it; DBusMessageIter dict_it; dbus_message_iter_recurse(reader, &arr_it); while (dbus_message_iter_has_next(&arr_it)) { $interface.type2csymbol(dict.key_type) key; $interface.type2csymbol(dict.value_type) value; dbus_message_iter_recurse(&arr_it, &dict_it); get_${dict.key_type}(&dict_it, &key); get_${dict.value_type}(&dict_it, &value); (*result)[key] = value; dbus_message_iter_next(&arr_it); } dbus_message_iter_next(reader); } void ${interface.qname}::put_${dict.qname}(DBusMessageIter *writer, const ${dict.csymbol} *result) { DBusMessageIter arr_it; DBusMessageIter dict_it; ${dict.csymbol}::const_iterator it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_ARRAY, "$interface.type2sig(dict.value_type)", &arr_it); if (!ok) { throw DBusSystemException("Internal error"); } for (it = result->begin(); it != result->end(); it++) { ok = dbus_message_iter_open_container(&arr_it, DBUS_TYPE_DICT_ENTRY, NULL, &dict_it); if (!ok) { throw DBusSystemException("Internal error"); } put_${dict.key_type}(&dict_it, &(it->first)); put_${dict.value_type}(&dict_it, &(it->second)); ok = dbus_message_iter_close_container(&arr_it, &dict_it); if (!ok) { throw DBusSystemException("Internal error"); } } ok = dbus_message_iter_close_container(writer, &arr_it); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for method in $interface.methods $interface.type2csymbol(method.return_type()) ${interface.qname}_Impl::${method.qname}(#slurp #set comma = '' #for p in method.params #if p.direction != 'out' or (not 'return' in p.hint) #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #set comma = ',' #end if #if p.direction == 'out' #if 'return' in p.hint /**/ #slurp #slurp #else if 'ptr' in p.hint *$p.name#slurp #else &$p.name#slurp #end if #else if p.direction == 'in' #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #end if #end for ) { #if method.condition != '' \#if $method.condition #end if DBusMessage *message = NULL; DBusMessage *reply = NULL; DBusPendingCall *pending = NULL; DBusMessageIter reader; DBusMessageIter writer; dbus_bool_t ok; #set have_in_args = False #for p in method.params #if p.direction == 'in' #set have_in_args = True #end if #if 'return' in p.hint #if 'ptrtr' in p.hint $interface.type2csymbol(p.type) *${p.name} = NULL; #else $interface.type2csymbol(p.type) ${p.name}; #end if #end if #end for try { message = dbus_message_new_method_call(service.c_str(), path.c_str(), "$interface.name", "$method.name"); dbus_message_iter_init_append(message, &writer); #for arg in method.params: #if arg.direction == 'in' #if 'ptrptr' in p.hint put_${arg.type}(&writer, ${arg.name}); #else put_${arg.type}(&writer, &${arg.name}); #end if #end if #end for if (!dbus_connection_send_with_reply(dbus->conn(), message, &pending, -1)) { throw DBusSystemException("Cannot send"); } if (NULL == pending) { throw DBusSystemException("No pending reply"); } dbus_connection_flush(dbus->conn()); // free message dbus_message_unref(message); message = NULL; // block until we receive a reply dbus_pending_call_block(pending); // get the reply message reply = dbus_pending_call_steal_reply(pending); if (NULL == reply) { throw DBusSystemException("No reply"); } // free the pending message handle dbus_pending_call_unref(pending); pending = NULL; ok = dbus_message_iter_init(reply, &reader); #if have_in_args if (!ok) { throw DBusSystemException("No parameters"); } #end if #for arg in method.params: #if $arg.direction == 'out' get_${arg.type}(&reader, &${arg.name}); #end if #end for } catch (DBusException) { if (reply != NULL) { dbus_message_unref(reply); } if (message != NULL) { dbus_message_unref(message); } if (pending != NULL) { dbus_pending_call_unref(pending); } throw; } #if method.return_type() != 'void' return $method.return_name(); #end if #if method.condition != '' \#else (void) object; reply = dbus_message_new_error(message, "org.workrave.NotImplemented", "This method is unavailable in current configuration"); \#endif #end if } void ${interface.qname}_Impl::${method.qname}_async(#slurp #set comma = '' #for p in method.params #if p.direction == 'in' #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #set comma = ',' #end if #end for $comma ${method.name}_slot slot ) { #if method.condition != '' \#if $method.condition #end if DBusMessage *message = NULL; DBusPendingCall *pending = NULL; DBusMessageIter writer; try { message = dbus_message_new_method_call(service.c_str(), path.c_str(), "$interface.name", "$method.name"); dbus_message_iter_init(message, &writer); #for arg in method.params: #if arg.direction == 'in' #if 'ptrptr' in p.hint put_${arg.type}(&writer, ${arg.name}); #else put_${arg.type}(&writer, &${arg.name}); #end if #end if #end for if (!dbus_connection_send_with_reply(dbus->conn(), message, &pending, -1)) { throw DBusSystemException("Cannot send"); } if (NULL == pending) { throw DBusSystemException("No pending reply"); } ${method.qname}_async_closure *closure = new ${method.qname}_async_closure; closure->impl = this; closure->signal.connect(slot); if (!dbus_pending_call_set_notify(pending, ${interface.qname}_Impl::${method.qname}_fcn_static, closure, ${method.qname}_async_closure_free)) { throw DBusSystemException("Cannot set notifier"); } // free message dbus_message_unref(message); message = NULL; } catch (DBusException) { if (message != NULL) { dbus_message_unref(message); } if (pending != NULL) { dbus_pending_call_unref(pending); } throw; } #if method.condition != '' \#else (void) object; reply = dbus_message_new_error(message, "org.workrave.NotImplemented", "This method is unavailable in current configuration"); \#endif #end if } void ${interface.qname}_Impl::${method.qname}_fcn_static(DBusPendingCall *pending, void *user_data) { ${method.qname}_async_closure *closure = (${method.qname}_async_closure *)user_data; closure->impl->${method.qname}_fcn(pending, user_data); } void ${interface.qname}_Impl::${method.qname}_fcn(DBusPendingCall *pending, void *user_data) { #if method.condition != '' \#if $method.condition #end if ${method.qname}_async_closure *closure = (${method.qname}_async_closure *)user_data; DBusMessage *reply = NULL; DBusMessageIter reader; DBusError error; dbus_bool_t ok; #set have_out_args = False #for p in method.params #if p.direction == 'out' #set have_out_args = True #if 'ptrtr' in p.hint $interface.type2csymbol(p.type) *${p.name} = NULL; #else $interface.type2csymbol(p.type) ${p.name}; #end if #end if #end for dbus_error_init(&error); try { reply = dbus_pending_call_steal_reply(pending); if (reply == NULL) { throw DBusSystemException("Cannot get reply"); } ok = dbus_message_iter_init(reply, &reader); #if have_out_args if (!ok) { throw DBusSystemException("No parameters"); } #end if #for arg in method.params: #if $arg.direction == 'out' get_${arg.type}(&reader, &${arg.name}); #end if #end for closure->signal.emit((DBusError *)NULL #slurp #for p in method.params #if p.direction == 'out' , $p.name #slurp #end if #end for ); } catch (DBusException) { if (reply != NULL) { dbus_message_unref(reply); } if (pending != NULL) { dbus_pending_call_unref(pending); } throw; } #if method.condition != '' \#endif #end if } #end for #if interface.condition != '' \#endif #end if #end for workrave-1_10_10/common/bin/DBus-client-template-freedesktop.hh000066400000000000000000000043211263301626300244720ustar00rootroot00000000000000// // \#ifndef DBUS__${model.name}_HH \#define DBUS__${model.name}_HH \#include \#include "DBus.hh" \#include namespace workrave { class DBus; } #for $interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for using namespace std; class $interface.qname { public: static $interface.qname *instance(workrave::DBus *dbus, const std::string &service, const std::string &path); #for $m in interface.methods typedef sigc::slot ${m.qname}_slot; #slurp virtual $interface.type2csymbol(m.return_type()) ${m.qname}(#slurp #set comma = '' #for p in m.params #if p.direction != 'out' or (not 'return' in p.hint) #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #set comma = ',' #end if #if p.direction == 'out' #if 'return' in p.hint /**/ #slurp #slurp #else if 'ptr' in p.hint *$p.name#slurp #else &$p.name#slurp #end if #else if p.direction == 'in' #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #end if #end for ) = 0; virtual void ${m.qname}_async(#slurp #set comma = '' #for p in m.params #if p.direction == 'in' #if 'const' in p.hint const #slurp #end if $comma $interface.type2csymbol(p.type) #slurp #if 'ref' in p.hint &$p.name#slurp #else if 'ptr' in p.hint *$p.name#slurp #else $p.name#slurp #end if #set comma = ',' #end if #end for $comma ${m.name}_slot slot #slurp ) = 0; #end for }; #if interface.condition != '' \#endif // $interface.condition #end if #end for \#endif // DBUS__HH workrave-1_10_10/common/bin/DBus-template-freedesktop.cc000066400000000000000000000326131263301626300232110ustar00rootroot00000000000000// DBus-template.hh --- DBUS template // // Copyright (C) 2007, 2008, 2009, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // \#ifdef HAVE_CONFIG_H \#include "config.h" \#endif \#include \#include \#include \#include \#include "DBus-freedesktop.hh" \#include "DBusBinding-freedesktop.hh" \#include "DBusException.hh" \#include "${model.include_filename}" using namespace std; #for interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for class ${interface.qname}_Stub : public DBusBindingBase, public ${interface.qname} { private: typedef DBusMessage * (${interface.qname}_Stub::*DBusMethod)(void *object, DBusMessage *message); virtual DBusMessage *call(int method_num, void *object, DBusMessage *message); virtual DBusIntrospect *get_method_introspect() { return method_introspect; } virtual DBusIntrospect *get_signal_introspect() { return signal_introspect; } public: ${interface.qname}_Stub(DBus *dbus); ~${interface.qname}_Stub(); #for $m in interface.signals void ${m.qname}(const string &path, #slurp #set comma = '' #for p in m.params $comma $interface.type2csymbol(p.type) $p.name#slurp #set comma = ',' #end for ); #end for private: #for $m in interface.methods DBusMessage *${m.qname}(void *object, DBusMessage *message); #end for #for enum in $interface.enums void get_${enum.qname}(DBusMessageIter *reader, ${enum.csymbol} *result); void put_${enum.qname}(DBusMessageIter *writer, const ${enum.csymbol} *result); #end for #for struct in $interface.structs void get_${struct.qname}(DBusMessageIter *reader, ${struct.csymbol} *result); void put_${struct.qname}(DBusMessageIter *writer, const ${struct.csymbol} *result); #end for #for seq in $interface.sequences void get_${seq.qname}(DBusMessageIter *reader, ${seq.csymbol} *result); void put_${seq.qname}(DBusMessageIter *writer, const ${seq.csymbol} *result); #end for #for dict in $interface.dictionaries void get_${dict.qname}(DBusMessageIter *reader, ${dict.csymbol} *result); void put_${dict.qname}(DBusMessageIter *writer, const ${dict.csymbol} *result); #end for static DBusMethod method_table[]; static DBusIntrospect method_introspect[]; static DBusIntrospect signal_introspect[]; }; ${interface.qname} *${interface.qname}::instance(const DBus *dbus) { ${interface.qname}_Stub *iface = NULL; DBusBindingBase *binding = dbus->find_binding("${interface.name}"); if (binding != NULL) { iface = dynamic_cast<${interface.qname}_Stub *>(binding); } return iface; } ${interface.qname}_Stub::${interface.qname}_Stub(DBus *dbus) : DBusBindingBase(dbus) { } ${interface.qname}_Stub::~${interface.qname}_Stub() { } DBusMessage * ${interface.qname}_Stub::call(int method_num, void *object, DBusMessage *message) { DBusMessage *ret = NULL; if (method_num >=0 && method_num < $len(interface.methods) ) { DBusMethod m = method_table[method_num]; if (m != NULL) { ret = (this->*m)(object, message); } } return ret; } #for enum in $interface.enums void ${interface.qname}_Stub::get_${enum.qname}(DBusMessageIter *reader, ${enum.csymbol} *result) { std::string value; int argtype = dbus_message_iter_get_arg_type(reader); if (argtype != DBUS_TYPE_STRING) throw DBusTypeException("Type mismatch. Excepted string"); get_string(reader, &value); #set ifs = 'if' #for e in enum.values $ifs ("$e.name" == value) { *result = $e.csymbol; } #set $ifs = 'else if' #end for else { throw DBusTypeException("Illegal enum value"); } } void ${interface.qname}_Stub::put_${enum.qname}(DBusMessageIter *writer, const ${enum.csymbol} *result) { string value; switch (*result) { #for e in enum.values case $e.csymbol: value = "$e.name"; break; #end for default: throw DBusTypeException("Illegal enum value"); } put_string(writer, &value); } #end for #for struct in $interface.structs void ${interface.qname}_Stub::get_${struct.qname}(DBusMessageIter *reader, ${struct.csymbol} *result) { DBusMessageIter it; dbus_message_iter_recurse(reader, &it); #for p in struct.fields #if p.type != p.ext_type $interface.type2csymbol(p.ext_type) _${p.name}; #end if #end for #for p in struct.fields #if p.type != p.ext_type get_${p.ext_type}(&it, &_${p.name}); #else get_${p.ext_type}(&it, ($interface.type2csymbol(p.ext_type) *) &(result->${p.name})); #end if #end for #for p in struct.fields #if p.type != p.ext_type result->${p.name} = ($interface.type2csymbol(p.type)) _${p.name}; #end if #end for dbus_message_iter_next(reader); } void ${interface.qname}_Stub::put_${struct.qname}(DBusMessageIter *writer, const ${struct.csymbol} *result) { DBusMessageIter it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_STRUCT, NULL, &it); if (!ok) { throw DBusSystemException("Internal error"); } #for p in struct.fields #if p.type != p.ext_type $interface.type2csymbol(p.ext_type) _${p.name} = ($interface.type2csymbol(p.ext_type))result->${p.name}; #end if #end for #for p in struct.fields #if p.type != p.ext_type put_${p.ext_type}(&it, &_${p.name}); #else put_${p.ext_type}(&it, ($interface.type2csymbol(p.type) *) &(result->${p.name})); #end if #end for ok = dbus_message_iter_close_container(writer, &it); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for seq in $interface.sequences void ${interface.qname}_Stub::get_${seq.qname}(DBusMessageIter *reader, ${seq.csymbol} *result) { DBusMessageIter it; dbus_message_iter_recurse(reader, &it); while (dbus_message_iter_has_next(&it)) { $interface.type2csymbol(seq.data_type) tmp; get_${seq.data_type}(&it, &tmp); result->push_back(tmp); } dbus_message_iter_next(reader); } void ${interface.qname}_Stub::put_${seq.qname}(DBusMessageIter *writer, const ${seq.csymbol} *result) { DBusMessageIter arr; ${seq.csymbol}::const_iterator it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_ARRAY, "$interface.type2sig(seq.data_type)", &arr); if (!ok) { throw DBusSystemException("Internal error"); } for(it = result->begin(); it != result->end(); it++) { put_${seq.data_type}(&arr, &(*it)); } ok = dbus_message_iter_close_container(writer, &arr); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for dict in $interface.dictionaries void ${interface.qname}_Stub::get_${dict.qname}(DBusMessageIter *reader, ${dict.csymbol} *result) { DBusMessageIter arr_it; DBusMessageIter dict_it; dbus_message_iter_recurse(reader, &arr_it); while (dbus_message_iter_has_next(&arr_it)) { $interface.type2csymbol(dict.key_type) key; $interface.type2csymbol(dict.value_type) value; dbus_message_iter_recurse(&arr_it, &dict_it); get_${dict.key_type}(&dict_it, &key); get_${dict.value_type}(&dict_it, &value); (*result)[key] = value; dbus_message_iter_next(&arr_it); } dbus_message_iter_next(reader); } void ${interface.qname}_Stub::put_${dict.qname}(DBusMessageIter *writer, const ${dict.csymbol} *result) { DBusMessageIter arr_it; DBusMessageIter dict_it; ${dict.csymbol}::const_iterator it; dbus_bool_t ok; ok = dbus_message_iter_open_container(writer, DBUS_TYPE_ARRAY, "$interface.type2sig(dict.value_type)", &arr_it); if (!ok) { throw DBusSystemException("Internal error"); } for (it = result->begin(); it != result->end(); it++) { ok = dbus_message_iter_open_container(&arr_it, DBUS_TYPE_DICT_ENTRY, NULL, &dict_it); if (!ok) { throw DBusSystemException("Internal error"); } put_${dict.key_type}(&dict_it, &(it->first)); put_${dict.value_type}(&dict_it, &(it->second)); ok = dbus_message_iter_close_container(&arr_it, &dict_it); if (!ok) { throw DBusSystemException("Internal error"); } } ok = dbus_message_iter_close_container(writer, &arr_it); if (!ok) { throw DBusSystemException("Internal error"); } } #end for #for method in $interface.methods DBusMessage * ${interface.qname}_Stub::${method.name}(void *object, DBusMessage *message) { DBusMessage *reply = NULL; #if method.condition != '' \#if $method.condition #end if DBusMessageIter reader; DBusMessageIter writer; dbus_bool_t ok; try { #if method.csymbol != "" ${interface.csymbol} *dbus_object = (${interface.csymbol} *) object; #else (void) object; #end if #set have_in_args = False #for p in method.params #if p.direction == 'in' #set have_in_args = True #end if #if p.direction == 'sender' const char *sender = dbus_message_get_sender(message); #end if #if 'ptrptr' in p.hint $interface.type2csymbol(p.type) *${p.name} #slurp #else $interface.type2csymbol(p.type) ${p.name} #slurp #end if #if p.direction == 'bind' = ${p.bind} #slurp else if p.direction == 'sender' = sender #slurp #end if ; #end for ok = dbus_message_iter_init(message, &reader); #if have_in_args if (!ok) { throw DBusSystemException("No parameters"); } #end if #for arg in method.params: #if $arg.direction == 'in' get_${arg.type}(&reader, &${arg.name}); #end if #end for #if method.csymbol != "" #if method.return_type() != 'void' $method.return_name() = dbus_object->${method.csymbol}( #slurp #else dbus_object->${method.csymbol}( #slurp #end if #set comma = '' #for p in method.params #if p.hint == [] or 'ref' in p.hint $comma $p.name#slurp #else if 'ptr' in p.hint $comma &$p.name#slurp #else if 'ptrptr' in p.hint $comma &$p.name#slurp #end if #set comma = ',' #end for ); #end if reply = dbus_message_new_method_return(message); if (reply == NULL) { throw DBusSystemException("Internal error"); } dbus_message_iter_init_append(reply, &writer); #for arg in method.params: #if arg.direction == 'out' #if 'ptrptr' in p.hint put_${arg.type}(&writer, ${arg.name}); #else put_${arg.type}(&writer, &${arg.name}); #end if #end if #end for } catch (DBusException) { if (reply != NULL) { dbus_message_unref(reply); } throw; } #if method.condition != '' \#else (void) object; reply = dbus_message_new_error(message, "org.workrave.NotImplemented", "This method is unavailable in current configuration"); \#endif #end if return reply; } #end for #for signal in interface.signals void ${interface.qname}_Stub::${signal.qname}(const string &path, #slurp #set comma = '' #for p in signal.params $comma $interface.type2csymbol(p.type) $p.name#slurp #set comma = ',' #end for ) { DBusMessage *msg = NULL; DBusMessageIter writer; msg = dbus_message_new_signal(path.c_str(), "$interface.name", "$signal.qname"); if (msg == NULL) { throw DBusSystemException("Unable to send signal"); } dbus_message_iter_init_append(msg, &writer); try { #for arg in signal.params: put_${arg.type}(&writer, &${arg.name}); #end for } catch (DBusException &e) { dbus_message_unref(msg); throw; } send(msg); } #end for ${interface.qname}_Stub::DBusMethod ${interface.qname}_Stub::method_table[] = { #for method in $interface.methods &${interface.qname}_Stub::$method.qname, #end for }; DBusIntrospect ${interface.qname}_Stub::method_introspect[] = { #for method in $interface.methods { "$method.qname", "$method.introspect_sig()" }, #end for { NULL, NULL } }; DBusIntrospect ${interface.qname}_Stub::signal_introspect[] = { #for signal in $interface.signals { "$signal.qname", "$signal.introspect_sig()" }, #end for { NULL, NULL } }; #if interface.condition != '' \#endif // $interface.condition #end if #end for void init_${model.name}(DBus *dbus) { #for interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if dbus->register_binding("$interface.name", new ${interface.qname}_Stub(dbus)); #if interface.condition != '' \#endif // $interface.condition #end if #end for } workrave-1_10_10/common/bin/DBus-template-freedesktop.hh000066400000000000000000000016221263301626300232170ustar00rootroot00000000000000// // \#ifndef DBUS__HH \#define DBUS__HH \#ifdef HAVE_CONFIG_H \#include "config.h" \#endif \#include "DBusBinding-freedesktop.hh" #for $interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for using namespace std; class $interface.qname { public: virtual ~${interface.qname}() {} static $interface.qname *instance(const DBus *dbus); #for $m in interface.signals virtual void ${m.qname}(const string &path, #slurp #set comma = '' #for p in m.params $comma $interface.type2csymbol(p.type) $p.name#slurp #set comma = ',' #end for ) = 0; #end for }; #if interface.condition != '' \#endif // $interface.condition #end if #end for #endif // DBUS__HH workrave-1_10_10/common/bin/DBus-template-gio.cc000066400000000000000000000341341263301626300214540ustar00rootroot00000000000000// DBus-template.hh --- DBUS template // // Copyright (C) 2007, 2008, 2009, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // \#ifdef HAVE_CONFIG_H \#include "config.h" \#endif \#include \#include \#include \#include \#include \#include \#include "DBus-gio.hh" \#include "DBusBinding-gio.hh" \#include "DBusException.hh" \#include "${model.include_filename}" using namespace std; #for interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for class ${interface.qname}_Stub : public DBusBindingBase, public ${interface.qname} { private: typedef void (${interface.qname}_Stub::*DBusMethodPointer)(void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs); struct DBusMethod { const string name; DBusMethodPointer fn; }; virtual void call(const std::string &method_name, void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs); virtual const char *get_interface_introspect() { return interface_introspect; } public: ${interface.qname}_Stub(DBus *dbus); ~${interface.qname}_Stub(); #for $m in interface.signals void ${m.qname}(const string &path, #slurp #set comma = '' #for p in m.params #if p.hint == [] $comma $interface.type2csymbol(p.type) $p.name#slurp #else if 'ptr' in p.hint $comma $interface.type2csymbol(p.type) *$p.name#slurp #else if 'ref' in p.hint $comma $interface.type2csymbol(p.type) &$p.name#slurp #end if #set comma = ',' #end for ); #end for private: #for $m in interface.methods void ${m.qname}(void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs); #end for #for enum in $interface.enums void get_${enum.qname}(GVariant *variant, ${enum.csymbol} *result); GVariant *put_${enum.qname}(const ${enum.csymbol} *result); #end for #for struct in $interface.structs void get_${struct.qname}(GVariant *variant, ${struct.csymbol} *result); GVariant *put_${struct.qname}(const ${struct.csymbol} *result); #end for #for seq in $interface.sequences void get_${seq.qname}(GVariant *variant, ${seq.csymbol} *result); GVariant *put_${seq.qname}(const ${seq.csymbol} *result); #end for #for dict in $interface.dictionaries void get_${dict.qname}(GVariant *variant, ${dict.csymbol} *result); GVariant *put_${dict.qname}(const ${dict.csymbol} *result); #end for static const DBusMethod method_table[]; static const char *interface_introspect; }; ${interface.qname} *${interface.qname}::instance(const DBus *dbus) { ${interface.qname}_Stub *iface = NULL; DBusBindingBase *binding = dbus->find_binding("${interface.name}"); if (binding != NULL) { iface = dynamic_cast<${interface.qname}_Stub *>(binding); } return iface; } ${interface.qname}_Stub::${interface.qname}_Stub(DBus *dbus) : DBusBindingBase(dbus) { } ${interface.qname}_Stub::~${interface.qname}_Stub() { } void ${interface.qname}_Stub::call(const std::string &method_name, void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs) { const DBusMethod *table = method_table; while (table->fn != NULL) { if (method_name == table->name) { DBusMethodPointer ptr = table->fn; if (ptr != NULL) { (this->*ptr)(object, invocation, sender, inargs); } return; } table++; } throw DBusUsageException(std::string("No such member:") + method_name ); } #for enum in $interface.enums void ${interface.qname}_Stub::get_${enum.qname}(GVariant *variant, ${enum.csymbol} *result) { std::string value; get_string(variant, &value); #set if_stm = 'if' #for e in enum.values $if_stm ("$e.name" == value) { *result = $e.csymbol; } #set $if_stm = 'else if' #end for else { throw DBusTypeException("Illegal enum value"); } } GVariant * ${interface.qname}_Stub::put_${enum.qname}(const ${enum.csymbol} *result) { string value; switch (*result) { #for e in enum.values case $e.csymbol: value = "$e.name"; break; #end for default: throw DBusTypeException("Illegal enum value"); } return put_string(&value); } #end for #for struct in $interface.structs void ${interface.qname}_Stub::get_${struct.qname}(GVariant *variant, ${struct.csymbol} *result) { #set num_expected_fields = len($struct.fields) gsize num_fields = g_variant_n_children(variant); if (num_fields != $num_expected_fields) { throw DBusSystemException("Incorrect number of field in struct"); } #for p in struct.fields #if p.type != p.ext_type $interface.type2csymbol(p.ext_type) _${p.name}; #end if #end for #set index = 0 #for p in struct.fields GVariant *v_${p.name} = g_variant_get_child_value(variant, $index); #if p.type != p.ext_type get_${p.ext_type}(v_${p.name}, &_${p.name}); #else get_${p.ext_type}(v_${p.name}, ($interface.type2csymbol(p.ext_type) *) &(result->${p.name})); #end if #set index = index + 1 #end for #for p in struct.fields #if p.type != p.ext_type result->${p.name} = ($interface.type2csymbol(p.type)) _${p.name}; #end if #end for #for p in struct.fields g_variant_unref(v_${p.name}); #end for } GVariant * ${interface.qname}_Stub::put_${struct.qname}(const ${struct.csymbol} *result) { GVariantBuilder builder; g_variant_builder_init(&builder, (GVariantType *)"$struct.sig()"); #for p in struct.fields #if p.type != p.ext_type $interface.type2csymbol(p.ext_type) f_${p.name} = ($interface.type2csymbol(p.ext_type))result->${p.name}; #end if #end for GVariant *v; #for p in struct.fields #if p.type != p.ext_type v = put_${p.ext_type}(&f_${p.name}); #else v = put_${p.ext_type}(($interface.type2csymbol(p.type) *) &(result->${p.name})); #end if g_variant_builder_add_value(&builder, v); #end for return g_variant_builder_end(&builder); } #end for #for seq in $interface.sequences void ${interface.qname}_Stub::get_${seq.qname}(GVariant *variant, ${seq.csymbol} *result) { GVariantIter iter; g_variant_iter_init(&iter, variant); GVariant *child; while ((child = g_variant_iter_next_value(&iter))) { $interface.type2csymbol(seq.data_type) tmp; get_${seq.data_type}(child, &tmp); result->push_back(tmp); g_variant_unref (child); } } GVariant * ${interface.qname}_Stub::put_${seq.qname}(const ${seq.csymbol} *result) { GVariantBuilder builder; g_variant_builder_init(&builder, (GVariantType *)"$seq.sig()"); ${seq.csymbol}::const_iterator it; for (it = result->begin(); it != result->end(); it++) { GVariant *v = put_${seq.data_type}(&(*it)); g_variant_builder_add_value(&builder, v); } return g_variant_builder_end(&builder); } #end for #for dict in $interface.dictionaries void ${interface.qname}_Stub::get_${dict.qname}(GVariant *variant, ${dict.csymbol} *result) { GVariantIter iter; g_variant_iter_init(&iter, variant); GVariant *child; while ((child = g_variant_iter_next_value(&iter))) { GVariant *v_key = g_variant_get_child_value(child, 0); GVariant *v_value = g_variant_get_child_value(child, 1); $interface.type2csymbol(dict.key_type) key; $interface.type2csymbol(dict.value_type) value; get_${dict.key_type}(v_key, &key); get_${dict.value_type}(v_value, &value); (*result)[key] = value; g_variant_unref(v_key); g_variant_unref(v_value); g_variant_unref(child); } } void ${interface.qname}_Stub::put_${dict.qname}(GVariant *variant, const ${dict.csymbol} *result) { GVariantBuilder builder; g_variant_builder_init(&builder, (GVariantType *)"$dict.sig()"); ${dict.csymbol}::const_iterator it; for (it = result->begin(); it != result->end(); it++) { GVariant *v_key = put_${dict.key_type}(&(it->first)); GVariant *v_value = put_${dict.value_type}(&(it->second)); GVariant *v_entry = g_variant_new_dict_entry(v_key, v_value); g_variant_builder_add_value(&builder, v_entry); } return g_variant_builder_end(&builder); } #end for #for method in $interface.methods void ${interface.qname}_Stub::${method.name}(void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs) { #if method.condition != '' \#if $method.condition #end if (void) sender; try { #if method.csymbol != "" ${interface.csymbol} *dbus_object = (${interface.csymbol} *) object; #else (void) object; #end if #for p in method.params #if 'ptrptr' in p.hint $interface.type2csymbol(p.type) *p_${p.name} #slurp #else $interface.type2csymbol(p.type) p_${p.name} #slurp #end if #if p.direction == 'bind' = ${p.bind} #slurp #else if p.direction == 'sender' = sender #slurp #end if ; #end for gsize num_in_args = g_variant_n_children(inargs); if (num_in_args != $method.num_in_args) { throw DBusSystemException("Incorrect numer of in-parameters"); } #set index = 0 #for arg in method.params: #if $arg.direction == 'in' GVariant *v_${arg.name} = g_variant_get_child_value(inargs, $index); get_${arg.type}(v_${arg.name}, &p_${arg.name}); #set index = index + 1 #end if #end for #if method.csymbol != "" #if method.return_type() != 'void' p_$method.return_name() = dbus_object->${method.csymbol}( #slurp #else dbus_object->${method.csymbol}( #slurp #end if #set comma = '' #for p in method.params #if p.hint == [] or 'ref' in p.hint $comma p_$p.name#slurp #else if 'ptr' in p.hint $comma &p_$p.name#slurp #else if 'ptrptr' in p.hint $comma &p_$p.name#slurp #end if #set comma = ',' #end for ); #end if #if method.num_out_args > 0 GVariantBuilder builder; g_variant_builder_init(&builder, (GVariantType*)"$method.sig_of_type('out')"); #for arg in method.params: #if arg.direction == 'out' #if 'ptrptr' in p.hint GVariant *v_${arg.name} = put_${arg.type}(p_${arg.name}); #else GVariant *v_${arg.name} = put_${arg.type}(&p_${arg.name}); #end if g_variant_builder_add_value(&builder, v_${arg.name}); #end if #end for GVariant *out = g_variant_builder_end(&builder); #else GVariant *out = NULL; #end if g_dbus_method_invocation_return_value(invocation, out); } catch (DBusException) { throw; } #if method.condition != '' \#else (void) object; g_dbus_method_invocation_return_dbus_error (invocation, "org.workrave.NotImplemented", "This method is unavailable in current configuration"); \#endif #end if } #end for #for signal in interface.signals void ${interface.qname}_Stub::${signal.qname}(const string &path, #slurp #set comma = '' #for p in signal.params #if p.hint == [] $comma $interface.type2csymbol(p.type) $p.name#slurp #else if 'ptr' in p.hint $comma $interface.type2csymbol(p.type) *$p.name#slurp #else if 'ref' in p.hint $comma $interface.type2csymbol(p.type) &$p.name#slurp #end if #set comma = ',' #end for ) { GDBusConnection *connection = dbus->get_connection(); if (connection == NULL) { return; } #if len(signal.params) > 0 GVariantBuilder builder; g_variant_builder_init(&builder, (GVariantType*)"$signal.sig()"); #for arg in signal.params: #if 'ptr' in p.hint GVariant *v_${arg.name} = put_${arg.type}(${arg.name}); #else GVariant *v_${arg.name} = put_${arg.type}(&${arg.name}); #end if g_variant_builder_add_value(&builder, v_${arg.name}); #end for GVariant *out = g_variant_builder_end(&builder); #else GVariant *out = NULL; #end if GError *error = NULL; g_dbus_connection_emit_signal(connection, NULL, path.c_str(), "${interface.name}", "${signal.name}", out, &error); if (error != NULL) { g_error_free(error); } } #end for const ${interface.qname}_Stub::DBusMethod ${interface.qname}_Stub::method_table[] = { #for method in $interface.methods { "$method.name", &${interface.qname}_Stub::$method.qname }, #end for { "", NULL } }; const char * ${interface.qname}_Stub::interface_introspect = " \n" #for method in $interface.methods " \n" #for p in method.params #if p.direction == 'in' or p.direction == 'out' " \n" #end if #end for " \n" #end for #for signal in $interface.signals " \n" #for a in signal.params " \n" #end for " \n" #end for " \n"; #if interface.condition != '' \#endif // $interface.condition #end if #end for void init_${model.name}(DBus *dbus) { #for interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if dbus->register_binding("$interface.name", new ${interface.qname}_Stub(dbus)); #if interface.condition != '' \#endif // $interface.condition #end if #end for } workrave-1_10_10/common/bin/DBus-template-gio.hh000066400000000000000000000022051263301626300214600ustar00rootroot00000000000000// // \#ifndef DBUS_${model.name}_HH \#define DBUS_${model.name}_HH \#ifdef HAVE_CONFIG_H \#include "config.h" \#endif \#include "DBusBinding-gio.hh" #for $interface in $model.interfaces #if interface.condition != '' \#if $interface.condition #end if #for imp in interface.imports #for include in imp.includes \#include "${include}" #end for #end for #for imp in interface.imports #for ns in imp.namespaces using namespace $ns; #end for #end for using namespace std; class $interface.qname { public: virtual ~${interface.qname}() {} static $interface.qname *instance(const DBus *dbus); #for $m in interface.signals virtual void ${m.qname}(const string &path, #slurp #set comma = '' #for p in m.params #if p.hint == [] $comma $interface.type2csymbol(p.type) $p.name#slurp #else if 'ptr' in p.hint $comma $interface.type2csymbol(p.type) *$p.name#slurp #else if 'ref' in p.hint $comma $interface.type2csymbol(p.type) &$p.name#slurp #end if #set comma = ',' #end for ) = 0; #end for }; #if interface.condition != '' \#endif // $interface.condition #end if #end for #endif // DBUS_${model.name}_HH workrave-1_10_10/common/bin/DBus-xml.xml000066400000000000000000000007641263301626300201020ustar00rootroot00000000000000 #for interface in $model.interfaces #for method in $interface.methods #for p in method.params #end for #end for #end for workrave-1_10_10/common/bin/Makefile.am000066400000000000000000000004531263301626300177540ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2007, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.py) $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.xml) workrave-1_10_10/common/bin/create_locale.py000066400000000000000000000030541263301626300210540ustar00rootroot00000000000000# LoclaeInfo.py (c) 2006 Canonical, released under the GPL # # a helper class to get locale info import string import re import subprocess import gettext from gettext import gettext as _ from xml.etree.ElementTree import ElementTree languages = {} countries = {} et = ElementTree(file = "/usr/share/xml/iso-codes/iso_639.xml") it = et.getiterator('iso_639_entry') for elm in it: lang = elm.attrib["name"] if elm.attrib.has_key("iso_639_1_code"): code = elm.attrib["iso_639_1_code"] else: code = elm.attrib["iso_639_2T_code"] languages[code] = lang et = ElementTree(file="/usr/share/xml/iso-codes/iso_3166.xml") it = et.getiterator('iso_3166_entry') for elm in it: if elm.attrib.has_key("common_name"): descr = elm.attrib["common_name"] else: descr = elm.attrib["name"] if elm.attrib.has_key("alpha_2_code"): code = elm.attrib["alpha_2_code"] else: code = elm.attrib["alpha_3_code"] countries[code] = descr print "struct language_t" print "{" print " const char *code;" print " const char *lang;" print "} languages []= " print "{" keys = languages.keys() keys.sort(); for k in keys: txt = "{ \"%s\", \"%s\" }," % (k, languages[k]) print txt.encode('utf-8') print "};" print print "struct country_t" print "{" print " const char *code;" print " const char *country;" print "} countries []= " print "{" keys = countries.keys() keys.sort(); for k in keys: txt = "{ \"%s\", \"%s\" }," % (k, countries[k]) print txt.encode('utf-8') print "};" workrave-1_10_10/common/bin/dbusgen.py000066400000000000000000000402531263301626300177230ustar00rootroot00000000000000#!/usr/bin/python # # Copyright (C) 2007, 2008, 2009, 2011 Rob Caelers # All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # """ DBUS C++ binding generator """ import re import string import sys import os import xml from Cheetah.Template import Template from optparse import OptionParser from xml.dom.minidom import parse class NodeBase(object): pass class ArgNode(NodeBase): def __init__(self, interface_node): NodeBase.__init__(self) self.interface_node = interface_node self.name = '' self.type = '' self.ext_type = '' self.direction = '' self.hint = [] def sig(self): return self.interface_node.type2sig(self.ext_type) class DefaultTypeNode(NodeBase): def __init__(self, csymbol, type_sig): NodeBase.__init__(self) self.csymbol = csymbol self.type_sig = type_sig def sig(self): return self.type_sig class TopNode(NodeBase): def __init__(self, name): NodeBase.__init__(self) self.file_name = name self.name = None self.interfaces = [] def parse(self): dom = parse(self.file_name) nodelist = dom.getElementsByTagName('unit') for node in nodelist: self.handle_node(node) def handle_node(self, node): self.name = node.getAttribute('name') nodelist = node.getElementsByTagName('interface') for child in nodelist: p = InterfaceNode(self) p.handle(child) self.interfaces.append(p) class InterfaceNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent self.types = {} self.name = None self.csymbol = None self.qname = None self.methods = [] self.signals = [] self.structs = [] self.sequences = [] self.dictionaries = [] self.enums = [] self.imports = [] self.add_default_types() def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.condition = node.getAttribute('condition') for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'method': p = MethodNode(self) p.handle(child) self.methods.append(p) elif child.nodeName == 'signal': p = SignalNode(self) p.handle(child) self.signals.append(p) elif child.nodeName == 'struct': p = StructNode(self) p.handle(child) self.structs.append(p) elif child.nodeName == 'sequence': p = SequenceNode(self) p.handle(child) self.sequences.append(p) elif child.nodeName == 'dictionary': p = DictionaryNode(self) p.handle(child) self.dictionaries.append(p) elif child.nodeName == 'enum': p = EnumNode(self) p.handle(child) self.enums.append(p) elif child.nodeName == 'import': p = ImportNode(self) p.handle(child) self.imports.append(p) elif child.nodeName == 'type': p = TypeNode(self) p.handle(child) def add_default_types(self): self.types['void']= DefaultTypeNode('void','i') self.types['int']= DefaultTypeNode('int','i') self.types['uint8']= DefaultTypeNode('guint8', 'y') self.types['int16']= DefaultTypeNode('gint16','n') self.types['uint16']= DefaultTypeNode('guint16','q') self.types['int32']= DefaultTypeNode('gint32','i') self.types['uint32']= DefaultTypeNode('guint32','u') self.types['int64']= DefaultTypeNode('gint64','x') self.types['uint64']= DefaultTypeNode('guint64','t') self.types['string']= DefaultTypeNode('std::string','s') self.types['bool']= DefaultTypeNode('bool','b') self.types['double']= DefaultTypeNode('double','d') def type2csymbol(self, type): if type in self.types: return self.types[type].csymbol else: print 'C type of type ' + type + ' unknown' sys.exit(1) def type2sig(self, type): if type in self.types: return self.types[type].sig() else: print 'Signature of type ' + type + ' unknown' sys.exit(1) class MethodNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent self.name = None self.csymbol = None self.qname = None self.condition = "" self.params = [] self.num_in_args = 0 self.num_out_args = 0 def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.condition = node.getAttribute('condition') for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'arg': self.handle_arg(child) def handle_arg(self, node): p = ArgNode(self.parent) p.name = node.getAttribute('name') p.type = node.getAttribute('type') p.ext_type = node.getAttribute('ext_type') p.direction = node.getAttribute('direction') p.bind = node.getAttribute('bind') if p.ext_type == '': p.ext_type = p.type; if p.direction == 'in': self.num_in_args = self.num_in_args + 1 if p.direction == 'out': self.num_out_args = self.num_out_args + 1 hint = node.getAttribute('hint') if hint != None and hint != '': p.hint = hint.split(',') self.params.append(p) def introspect_sig(self): method_sig = '' for p in self.params: if p.direction != 'bind': param_sig = self.parent.type2sig(p.ext_type) method_sig = method_sig + '%s\\0%s\\0%s\\0' % (p.direction, param_sig, p.name) return method_sig def sig(self): method_sig = '' for p in self.params: if p.direction != 'bind': param_sig = self.parent.type2sig(p.ext_type) method_sig = method_sig + '%s\\0%s\\0%s\\0' % (p.direction, param_sig, p.name) return method_sig def sig_of_type(self, type): method_sig = '' for p in self.params: if p.direction == type: param_sig = self.parent.type2sig(p.ext_type) method_sig = method_sig + '%s' % (param_sig, ) return '(' + method_sig + ')' def return_type(self): ret = 'void' for p in self.params: if 'return' in p.hint: ret = p.type return ret def return_name(self): ret = 'ret' for p in self.params: if 'return' in p.hint: ret = p.name return ret class SignalNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.params = [] for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'arg': self.handle_arg(child) def handle_arg(self, node): p = ArgNode(self.parent) p.name = node.getAttribute('name') p.type = node.getAttribute('type') p.ext_type = node.getAttribute('ext_type') if p.ext_type == '': p.ext_type = p.type; hint = node.getAttribute('hint') if hint != None and hint != '': p.hint = hint.split(',') self.params.append(p) def introspect_sig(self): method_sig = '' for p in self.params: param_sig = self.parent.type2sig(p.ext_type) method_sig = method_sig + '%s\\0%s\\0' % (param_sig, p.name) return method_sig def sig(self): method_sig = '' for p in self.params: param_sig = self.parent.type2sig(p.ext_type) method_sig = method_sig + param_sig return '(' + method_sig + ')' def return_type(self): ret = 'void' for p in self.params: if 'return' in p.hint: ret = p.type return ret def return_name(self): ret = 'ret' for p in self.params: if 'return' in p.hint: ret = p.name return ret class StructNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.fields = [] for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'field': self.handle_field(child) self.parent.types[self.name] = self def handle_field(self, node): arg = ArgNode(self.parent) arg.name = node.getAttribute('name') arg.type = node.getAttribute('type') arg.ext_type = node.getAttribute('ext_type') if arg.ext_type == '': arg.ext_type = arg.type; self.fields.append(arg) def sig(self): struct_sig = '' for f in self.fields: field_sig = self.parent.type2sig(f.ext_type) struct_sig = struct_sig + field_sig return '(' + struct_sig + ')' class SequenceNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.container_type = node.getAttribute('container') self.data_type = node.getAttribute('type') self.parent.types[self.name] = self def sig(self): return 'a' + self.parent.type2sig(self.data_type) class DictionaryNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.key_type = node.getAttribute('key_type') self.value_type = node.getAttribute('value_type') if self.csymbol == '': self.csymbol = 'std::map<%s,%s>' % ( self.parent.type2csymbol(self.key_type), self.parent.type2csymbol(self.value_type)) self.parent.types[self.name] = self def sig(self): return 'e{' + \ self.parent.type2sig(self.key_type) + \ self.parent.type2sig(self.value_type) + '}' class EnumNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent self.count = 0 def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.values = [] for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'value': self.handle_value(child) self.parent.types[self.name] = self def handle_value(self, node): arg = ArgNode(self.parent) val = node.getAttribute('value') if val != '': self.count = int(val) arg.name = node.getAttribute('name') arg.csymbol = node.getAttribute('csymbol') arg.value = self.count self.values.append(arg) def sig(self): return 's' class TypeNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent self.count = 0 def handle(self, node): self.name = node.getAttribute('name') self.csymbol = node.getAttribute('csymbol') self.qname = self.name.replace('.','_') self.parent.types[self.name] = self def sig(self): print 'Signature of type ' + self.name + ' unknown' sys.exit(1) class ImportNode(NodeBase): def __init__(self, parent): NodeBase.__init__(self) self.parent = parent self.includes = [] self.namespaces = [] def handle(self, node): for child in node.childNodes: if child.nodeType == node.ELEMENT_NODE: if child.nodeName == 'include': self.handle_include(child) elif child.nodeName == 'namespace': self.handle_namespace(child) def handle_include(self, node): self.includes.append(node.getAttribute('name')) def handle_namespace(self, node): self.namespaces.append(node.getAttribute('name')) # Main program if __name__ == '__main__': usage = "usage: %prog [options] " parser = OptionParser(usage=usage) parser.add_option("-l", "--language", dest="language", help="Generate stubs for this language") parser.add_option("-g", "--gio", action="store_true", dest="gio", help="Generate GIO based stubs") parser.add_option("-c", "--client", action="store_true", dest="client", help="Generate client stubs") parser.add_option("-s", "--server", action="store_true", dest="server", help="Generate server stubs" ) (options, args) = parser.parse_args() templates = [] directory = os.path.dirname(sys.argv[0]) brand = "freedesktop" if options.gio: brand = "gio" if options.language: if options.language == 'C': header_ext=".h" elif options.language == 'C++': if options.client: templates.append(directory+"/DBus-client-template-" + brand + ".cc") templates.append(directory+"/DBus-client-template-" + brand + ".hh") if options.server: templates.append(directory+"/DBus-template-" + brand + ".cc") templates.append(directory+"/DBus-template-" + brand + ".hh") header_ext=".hh" elif options.language == 'xml': templates.append(directory+"/DBus-xml.xml") header_ext=".xml" else: parser.error("Unsupported language: " + options.language) sys.exit(1) if len(templates) == 0: parser.error("Specify language") sys.exit(1) binding = TopNode(args[0]) binding.parse() binding.include_filename = binding.name + header_ext for template_name in templates: t = Template(file=template_name) t.model = binding s = str(t) ext = os.path.splitext(template_name)[1] f = open(binding.name + ext, 'w+') try: f.write(s) finally: f.close() workrave-1_10_10/common/include/000077500000000000000000000000001263301626300165715ustar00rootroot00000000000000workrave-1_10_10/common/include/DBus-freedesktop.hh000066400000000000000000000101471263301626300222630ustar00rootroot00000000000000// DBus.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSFREEDESKTOP_HH #define DBUSFREEDESKTOP_HH #include #include #include #include #include namespace workrave { class DBusBindingBase; class DBus { public: DBus(); ~DBus(); typedef DBusMessage *DBusSignal; void init(); void register_service(const std::string &service); void register_object_path(const std::string &object_path); void connect(const std::string &path, const std::string &interface_name, void *object); void disconnect(const std::string &path, const std::string &interface_name); void register_binding(const std::string &interface_name, DBusBindingBase *binding); DBusBindingBase *find_binding(const std::string &interface_name) const; bool is_available() const; bool is_owner() const; DBusConnection *conn() { return connection; } private: typedef std::map Bindings; typedef Bindings::iterator BindingIter; typedef Bindings::const_iterator BindingCIter; typedef std::map Interfaces; typedef Interfaces::iterator InterfaceIter; typedef Interfaces::const_iterator InterfaceCIter; typedef std::map Objects; typedef Objects::iterator ObjectIter; typedef Objects::const_iterator ObjectCIter; DBusHandlerResult dispatch_static(DBusConnection *connection, DBusMessage *message); static DBusHandlerResult dispatch_static(DBusConnection *connection, DBusMessage *message, void *user_data); DBusHandlerResult dispatch(DBusConnection *connection, DBusMessage *message); DBusHandlerResult handle_introspect(DBusConnection *connection, DBusMessage *message); DBusHandlerResult handle_method(DBusConnection *connection, DBusMessage *message); void *find_object(const std::string &path, const std::string &interface_name) const; void send(DBusMessage *msg) const; friend class DBusBindingBase; private: //! Connection to the DBus. DBusConnection *connection; //! Bindings for interfaces. Bindings bindings; //! Objects objects; //! bool owner; GMainContext *context; GSource *queue; GSList *watches; GSList *timeouts; static GSourceFuncs queue_funcs; static gboolean queue_prepare(GSource *source, gint *timeout); static gboolean queue_check(GSource *source); static gboolean queue_dispatch(GSource *source, GSourceFunc callback, gpointer user_data); static gboolean watch_dispatch(GIOChannel *source, GIOCondition condition, gpointer user_data); static void watch_finalize(gpointer data); static void watch_free(void *data); static dbus_bool_t watch_add(DBusWatch *watch, void *data); static void watch_remove(DBusWatch *watch, void *data); static void watch_toggled(DBusWatch *watch, void *data); static gboolean timeout_dispatch(gpointer data); static void timeout_free(void *data); static dbus_bool_t timeout_add(DBusTimeout *timeout, void *data); static void timeout_remove(DBusTimeout *timeout, void *data); static void timeout_toggled(DBusTimeout *timeout, void *data); static void wakeup(void *data); void connection_setup(GMainContext *context); }; } #endif // DBUSFREEDESKTOP_HH workrave-1_10_10/common/include/DBus-gio.hh000066400000000000000000000127441263301626300205330ustar00rootroot00000000000000// DBus.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSGIO_HH #define DBUSGIO_HH #include #include #include #include #include #include "IDBusWatch.hh" namespace workrave { class DBusBindingBase; class DBus { public: DBus(); ~DBus(); void init(); void register_service(const std::string &service); void register_object_path(const std::string &object_path); void connect(const std::string &path, const std::string &interface_name, void *object); void disconnect(const std::string &path, const std::string &interface_name); void register_binding(const std::string &interface_name, DBusBindingBase *binding); DBusBindingBase *find_binding(const std::string &interface_name) const; bool is_available() const; bool is_running(const std::string &name) const; GDBusConnection *get_connection() const { return connection; } void watch(const std::string &name, IDBusWatch *cb); void unwatch(const std::string &name); private: typedef std::map Bindings; typedef Bindings::iterator BindingIter; typedef Bindings::const_iterator BindingCIter; typedef std::map Services; typedef Services::iterator ServicesIter; typedef Services::const_iterator ServicesCIter; struct InterfaceData { InterfaceData() : introspection_data(NULL), registration_id(0), object(NULL) {} std::string object_path; std::string interface_name; GDBusNodeInfo *introspection_data; guint registration_id; void *object; }; typedef std::map Interfaces; typedef Interfaces::iterator InterfaceIter; typedef Interfaces::const_iterator InterfaceCIter; struct ObjectData { ObjectData() : registered(false) {} Interfaces interfaces; bool registered; }; typedef std::map Objects; typedef Objects::iterator ObjectIter; typedef Objects::const_iterator ObjectCIter; struct WatchData { guint id; IDBusWatch *callback; bool seen; }; typedef std::map Watched; typedef Watched::iterator WatchIter; typedef Watched::const_iterator WatchCIter; void *find_object(const std::string &path, const std::string &interface_name) const; void send() const; std::string get_introspect(const std::string &path, const std::string &interface_name); void update_object_registration(InterfaceData &data); static void on_bus_name_appeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data); static void on_bus_name_vanished(GDBusConnection *connection, const gchar *name, gpointer user_data); void bus_name_presence(const std::string &name, bool present); static void on_method_call(GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *method_name, GVariant *parameters, GDBusMethodInvocation *invocation, gpointer user_data); static GVariant * on_get_property(GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *property_name, GError **error, gpointer user_data); static gboolean on_set_property (GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *property_name, GVariant *value, GError **error, gpointer user_data); static void on_bus_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data); static void on_name_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data); static void on_name_lost(GDBusConnection *connection, const gchar *name, gpointer user_data); private: //! Services services; //! Bindings for interfaces. Bindings bindings; //! Objects objects; // Watched watched; //! bool owner; GDBusConnection *connection; static const GDBusInterfaceVTable interface_vtable; }; } #endif // DBUSGIO_HH workrave-1_10_10/common/include/DBus.hh000066400000000000000000000017031263301626300177500ustar00rootroot00000000000000// DBus.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUS_HH #define DBUS_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DBUS_GIO #include "DBus-gio.hh" #else #include "DBus-freedesktop.hh" #endif #endif // DBUS_HH workrave-1_10_10/common/include/DBusBinding-freedesktop.hh000066400000000000000000000055231263301626300235600ustar00rootroot00000000000000// DBusBinding.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSBINDINGFREEDESKTOP_HH #define DBUSBINDINGFREEDESKTOP_HH #include #include #include namespace workrave { class DBus; struct DBusIntrospectArg { const char *name; const char *type; const char *direction; }; struct DBusIntrospect { const char *name; const char *signature; }; class DBusBaseTypes { public: void get_uint8(DBusMessageIter *it, guint8 *value); void get_uint16(DBusMessageIter *it, guint16 *value); void get_int16(DBusMessageIter *it, gint16 *value); void get_uint32(DBusMessageIter *it, guint32 *value); void get_int32(DBusMessageIter *it, gint32 *value); void get_uint64(DBusMessageIter *it, guint64 *value); void get_int64(DBusMessageIter *it, gint64 *value); void get_bool(DBusMessageIter *it, bool *value); void get_double(DBusMessageIter *it, double *value); void get_string(DBusMessageIter *it, std::string *value); void put_uint8(DBusMessageIter *it, const guint8 *value); void put_uint16(DBusMessageIter *it, const guint16 *value); void put_int16(DBusMessageIter *it, const gint16 *value); void put_uint32(DBusMessageIter *it, const guint32 *value); void put_int32(DBusMessageIter *it, const gint32 *value); void put_uint64(DBusMessageIter *it, const guint64 *value); void put_int64(DBusMessageIter *it, const gint64 *value); void put_bool(DBusMessageIter *it, const bool *value); void put_double(DBusMessageIter *it, const double *value); void put_string(DBusMessageIter *it, const std::string *value); }; class DBusBindingBase : public DBusBaseTypes { public: DBusBindingBase(DBus *dbus); virtual ~DBusBindingBase(); virtual DBusIntrospect *get_method_introspect() = 0; virtual DBusIntrospect *get_signal_introspect() = 0; DBusMessage *call(const std::string &method, void *object, DBusMessage *message); protected: virtual DBusMessage *call(int method, void *object, DBusMessage *message) = 0; void send(DBusMessage *msg); DBus *dbus; }; } #endif // DBUSBINDINGFREEDESKTOP_HH workrave-1_10_10/common/include/DBusBinding-gio.hh000066400000000000000000000044121263301626300220170ustar00rootroot00000000000000// DBusBinding-gio.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSBINDINGGIO_HH #define DBUSBINDINGGIO_HH #include #include namespace workrave { class DBus; class DBusBaseTypes { public: void get_uint8(GVariant *v, guint8 *value); void get_uint16(GVariant *v, guint16 *value); void get_int16(GVariant *v, gint16 *value); void get_uint32(GVariant *v, guint32 *value); void get_int32(GVariant *v, gint32 *value); void get_uint64(GVariant *v, guint64 *value); void get_int64(GVariant *v, gint64 *value); void get_bool(GVariant *v, bool *value); void get_double(GVariant *v, double *value); void get_string(GVariant *v, std::string *value); GVariant *put_uint8(const guint8 *value); GVariant *put_uint16(const guint16 *value); GVariant *put_int16(const gint16 *value); GVariant *put_uint32(const guint32 *value); GVariant *put_int32(const gint32 *value); GVariant *put_uint64(const guint64 *value); GVariant *put_int64(const gint64 *value); GVariant *put_bool(const bool *value); GVariant *put_double(const double *value); GVariant *put_string(const std::string *value); }; class DBusBindingBase : public DBusBaseTypes { public: DBusBindingBase(DBus *dbus); virtual ~DBusBindingBase(); virtual const char *get_interface_introspect() = 0; virtual void call(const std::string &method, void *object, GDBusMethodInvocation *invocation, const std::string &sender, GVariant *inargs) = 0; protected: DBus *dbus; }; } #endif // DBUSBINDINGGIO_HH workrave-1_10_10/common/include/DBusBinding.hh000066400000000000000000000017551263301626300212520ustar00rootroot00000000000000// DBusBinding.hh --- DBUS interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSBINDING_HH #define DBUSBINDING_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DBUS_GIO #include "DBusBinding-gio.hh" #else #include "DBusBinding-freedesktop.hh" #endif #endif // DBUSBINDING_HH workrave-1_10_10/common/include/DBusException.hh000066400000000000000000000047271263301626300216400ustar00rootroot00000000000000// DBusException.hh --- DBUS interface // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSEXCEPTION_HH #define DBUSEXCEPTION_HH #include "Exception.hh" namespace workrave { class DBusException : public workrave::Exception { public: explicit DBusException(const std::string &id, const std::string &detail) : Exception(detail), dbus_id(id) { } explicit DBusException(const std::string &detail) : Exception(detail), dbus_id("org.workrave.Error") { } virtual ~DBusException() throw() { } std::string id() const { return dbus_id; } private: std::string dbus_id; }; class DBusSystemException : public DBusException { public: explicit DBusSystemException(const std::string &id, const std::string &detail) : DBusException(id, detail) { } explicit DBusSystemException(const std::string &detail) : DBusException("org.workrave.SystemError", detail) { } virtual ~DBusSystemException() throw() { } }; class DBusTypeException : public DBusException { public: explicit DBusTypeException(const std::string &id, const std::string &detail) : DBusException(id, detail) { } explicit DBusTypeException(const std::string &detail) : DBusException("org.workrave.TypeError", detail) { } virtual ~DBusTypeException() throw() { } }; class DBusUsageException : public DBusException { public: explicit DBusUsageException(const std::string &id, const std::string &detail) : DBusException(id, detail) { } explicit DBusUsageException(const std::string &detail) : DBusException("org.workrave.UsageError", detail) { } virtual ~DBusUsageException() throw() { } }; } #endif // DBUSEXCEPTION_HH workrave-1_10_10/common/include/DBusProxy-gio.hh000066400000000000000000000056601263301626300215740ustar00rootroot00000000000000// DBusProxy-gio.hh --- support for simple DBUS method execution // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // It is possible that it uses some code and ideas from the KShutdown utility: // file src/actions/lock.cpp // Copyright (C) 2009 Konrad Twardowski // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef DBUSPROXYGIO_HH #define DBUSPROXYGIO_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include class DBusProxy { private: GDBusProxy *proxy; GError *error; GDBusProxyFlags flags; public: DBusProxy (): proxy(NULL), error(NULL), flags(G_DBUS_PROXY_FLAGS_NONE) {} ~DBusProxy() { clear(); } bool init(GBusType bus_type, const char *name, const char *object_path, const char *interface_name, GDBusProxyFlags flags_in = static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS) ); bool init_with_connection(GDBusConnection *connection, const char *name, const char *object_path, const char *interface_name, GDBusProxyFlags flags_in = static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS) ); //Consumes (=deletes) method_parameters if it is floating //method_result may be null, in this case the result of the method is ignored bool call_method(const char *method_name, GVariant *method_parameters, GVariant **method_result); //Calls method asyncronously and does not accept result (no callback will be run) //Consumes (=deletes) method_parameters if it is floating bool call_method_asynch_no_result(const char *method_name, GVariant *method_parameters); void clear() { if (error != NULL) { g_error_free(error); error = NULL; } if (proxy != NULL) { g_object_unref(proxy); proxy = NULL; } } bool is_valid() { return proxy != NULL; } gchar *get_last_error_message() { if (error == NULL) return NULL; else return error->message; } }; #endif workrave-1_10_10/common/include/DBusProxy.hh000066400000000000000000000017761263301626300210240ustar00rootroot00000000000000// DBusProxy.cc --- support for simple DBUS method execution // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DBUSPROXY_HH #define DBUSPROXY_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DBUS_GIO #include "DBusProxy-gio.hh" #else #error "This header file requires DBUS_GIO" #endif #endif //DBUSPROXY_HH workrave-1_10_10/common/include/Exception.hh000066400000000000000000000026011263301626300210470ustar00rootroot00000000000000// Exception.hh --- Base exception // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EXCEPTION_HH #define EXCEPTION_HH #include #include namespace workrave { class Exception : public std::exception { public: explicit Exception(const std::string &detail) : detailed_information(detail) { } explicit Exception(const Exception &parent, const std::string &detail) { detailed_information = parent.details() + ", " + detail; } virtual ~Exception() throw() { } virtual std::string details() const throw() { return detailed_information; } private: // std::string detailed_information; }; }; #endif // EXCEPTION_HH workrave-1_10_10/common/include/GlibMutex.hh000066400000000000000000000026711263301626300210200ustar00rootroot00000000000000// GLibMutex.hh // // Copyright (C) 2007, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GLIBMUTEX_HH #define GLIBMUTEX_HH #include #if GLIB_CHECK_VERSION(2, 31, 18) class Mutex { public: Mutex() { g_rec_mutex_init(&gmutex); }; ~Mutex() { g_rec_mutex_clear(&gmutex); }; void lock() { g_rec_mutex_lock(&gmutex); } void unlock() { g_rec_mutex_unlock(&gmutex); } private: GRecMutex gmutex; }; #else class Mutex { public: Mutex() { g_static_rec_mutex_init(&gmutex); }; ~Mutex() { g_static_rec_mutex_free(&gmutex); }; void lock() { g_static_rec_mutex_lock(&gmutex); } void unlock() { g_static_rec_mutex_unlock(&gmutex); } private: GStaticRecMutex gmutex; }; #endif #endif // GLIBMUTEX_HH workrave-1_10_10/common/include/GlibThread.hh000066400000000000000000000023551263301626300211240ustar00rootroot00000000000000// GlibThread.hh --- GLib Thread class // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GLIBTHREAD_HH #define GLIBTHREAD_HH #include "Runnable.hh" #include /*! * Thread class. */ class Thread { public: Thread(bool autodelete = false); Thread(Runnable *runnable, bool autodelete = false); virtual ~Thread(); virtual void run(); void start(); void wait(); private: void internal_run(); private: static gpointer thread_handler(gpointer data); GThread *thread_handle; Runnable *runnable; bool autodelete; }; #endif // GLIBTHREAD_HH workrave-1_10_10/common/include/IDBusWatch.hh000066400000000000000000000020301263301626300210420ustar00rootroot00000000000000// IDBusWatch.hh --- DBUS bus watch interface // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IDBUSWATCH_HH #define IDBUSWATCH_HH #include namespace workrave { class IDBusWatch { public: virtual ~IDBusWatch() {} virtual void bus_name_presence(const std::string &name, bool present) = 0; }; } #endif // IDBUSWATCH_HH workrave-1_10_10/common/include/Locale.hh000066400000000000000000000032401263301626300203100ustar00rootroot00000000000000// Locale.hh // // Copyright (C) 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef LOCALE_HH #define LOCALE_HH #include #include #include using namespace std; class Locale { public: struct Language { std::string language_name; std::string country_name; }; typedef std::map LanguageMap; typedef LanguageMap::iterator LanguageMapIter; typedef LanguageMap::const_iterator LanguageMapCIter; static bool get_language(const std::string &code, std::string &language); static bool get_country(const std::string &code, std::string &language); static void get_all_languages_in_current_locale(LanguageMap &list); static void get_all_languages_in_native_locale(LanguageMap &list); static void set_locale(const std::string &code); static std::string get_locale(); static void lookup(const string &domain, string &str); static LanguageMap languages_native_locale; static int get_week_start(); private: void init(); }; #endif // LOCALE_HH workrave-1_10_10/common/include/Makefile.am000066400000000000000000000003711263301626300206260ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = win32 EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) workrave-1_10_10/common/include/Mutex.hh000066400000000000000000000016601263301626300202170ustar00rootroot00000000000000// Mutex.hh // // Copyright (C) 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MUTEX_HH #define MUTEX_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(HAVE_GLIB) #include "GlibMutex.hh" #else #error Port missing #endif #endif // MUTEX_HH workrave-1_10_10/common/include/Runnable.hh000066400000000000000000000016441263301626300206650ustar00rootroot00000000000000// Runnable.hh --- Runnable interface // // Copyright (C) 2001, 2002, 2003, 2005 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef RUNNABLE_HH #define RUNNABLE_HH class Runnable { public: virtual ~Runnable() {} virtual void run() = 0; }; #endif // RUNNABLE_HH workrave-1_10_10/common/include/StringUtil.hh000066400000000000000000000021661263301626300212230ustar00rootroot00000000000000// StringUtil.hh --- General purpose string utility functions // // Copyright (C) 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef STRINGUTIL_HH #define STRINGUTIL_HH #include #include class StringUtil { public: static void split(const std::string &in, const char delim, std::vector &result); static std::string search_replace(const std::string &in, const std::string &search, const std::string &replace); }; #endif // STRINGUTIL_HH workrave-1_10_10/common/include/Thread.hh000066400000000000000000000016651263301626300203310ustar00rootroot00000000000000// Thread.hh // // Copyright (C) 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef THREAD_HH #define THREAD_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(HAVE_GLIB) #include "GlibThread.hh" #else #error Port missing #endif #endif // THREAD_HH workrave-1_10_10/common/include/Util.hh000066400000000000000000000035411263301626300200320ustar00rootroot00000000000000// Util.hh --- General purpose utility functions // // Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef UTIL_HH #define UTIL_HH #include #include using namespace std; class Util { public: // Grmbl. Ideally, this was call just SearchPath, however // Windows feels it is necessary to do a "#define SearchPath SearchPathA" enum SearchPathId { SEARCH_PATH_IMAGES = 0, SEARCH_PATH_SOUNDS, SEARCH_PATH_CONFIG, SEARCH_PATH_EXERCISES, SEARCH_PATH_SIZEOF }; static const string& get_home_directory(); static void set_home_directory(const string &home); #ifdef PLATFORM_OS_WIN32 static string get_application_directory(); static bool registry_set_value(const char *path, const char *name, const char *value); static bool registry_get_value(const char *path, const char *name, char *out); #endif static const set &get_search_path(SearchPathId type); static bool file_exists(string path); static string complete_directory(string path, SearchPathId type); static bool running_gnome(); private: static set search_paths[SEARCH_PATH_SIZEOF]; static string home_directory; }; #endif // UTIL_HH workrave-1_10_10/common/include/WRID.hh000066400000000000000000000031141263301626300176560ustar00rootroot00000000000000// WRID.hh --- Definition of Workrave link ID // // Copyright (C) 2007, 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ // #ifndef WR_WRID_HH #define WR_WRID_HH #include "debug.hh" #include #include namespace workrave { class WRID { private: typedef unsigned char uuid_type[16]; public: WRID(); WRID(const WRID &rhs); WRID(const std::string &str); WRID& operator=(const WRID &lid); bool operator==(const WRID& lid) const; bool operator!=(const WRID& lid) const; bool operator<(const WRID& lid) const; std::string str() const; guint8 *raw() const; bool set(const std::string &str); const static size_t RAW_LENGTH = sizeof(uuid_type); const static size_t STR_LENGTH = sizeof(uuid_type) * 2; private: void create(); void get_random_bytes(unsigned char *buf, size_t length); //! Unique ID uuid_type id; }; }; #endif // WRID_HH workrave-1_10_10/common/include/debug.hh000066400000000000000000000051471263301626300202070ustar00rootroot00000000000000// debug.hh // // Copyright (C) 2001 - 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DEBUG_HH #define DEBUG_HH #include #ifndef TRACING #define TRACE_ENTER(x) #define TRACE_ENTER_MSG(x,y) #define TRACE_RETURN(x) #define TRACE_EXIT() #define TRACE_MSG(x) #define TRACE_MSG2(x,y) #else #include #include #include #include #include "Mutex.hh" extern Mutex g_log_mutex; extern std::ofstream g_log_stream; class Debug { public: static void init(); static std::string trace_get_time(); }; #define TRACE_ENTER(x ) g_log_mutex.lock(); \ const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << std::endl; \ g_log_mutex.unlock(); #define TRACE_ENTER_MSG(x, y) g_log_mutex.lock(); \ const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << " " << y << std::endl; \ g_log_mutex.unlock(); #define TRACE_RETURN(y) g_log_mutex.lock(); \ std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << y << std::endl; \ g_log_mutex.unlock(); #define TRACE_EXIT() g_log_mutex.lock(); \ std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << std::endl; \ g_log_mutex.unlock(); #define TRACE_MSG(msg) g_log_mutex.lock(); \ std::cerr << Debug::trace_get_time() << " " << _trace_method_name << " " << msg << std::endl; \ g_log_mutex.unlock(); #define TRACE_MSG2(x,y) g_log_mutex.lock(); \ std::cerr << Debug::trace_get_time() << " " << _trace_method_name << " " << x << " " << y << std::endl; \ g_log_mutex.unlock(); #endif // TRACING #endif // DEBUG_HH workrave-1_10_10/common/include/nls.h000066400000000000000000000026151263301626300175420ustar00rootroot00000000000000/* * nls.h --- i18n-isation * * Copyright (C) 2002, 2003, 2006, 2008, 2009 Raymond Penners * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef WORKRAVE_NLS_H #define WORKRAVE_NLS_H #ifdef ENABLE_NLS # include # include # define _(String) ((const char *)gettext(String)) # ifdef gettext_noop # define N_(String) gettext_noop (String) # else # define N_(String) (String) # endif #else /* Stubs that do something close enough. */ # define textdomain(String) (String) # define gettext(String) (String) # define dgettext(Domain,Message) (Message) # define dcgettext(Domain,Message,Type) (Message) # define bindtextdomain(Domain,Directory) (Domain) # define _(String) (String) # define N_(String) (String) #endif #endif // WORKRAVE_NLS_H workrave-1_10_10/common/include/timeutil.h000066400000000000000000000042411263301626300205770ustar00rootroot00000000000000/* * timeutil.h --- Utilities * * Copyright (C) 2001, 2002, 2003, 2007 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef TIMEUTIL_H #define TIMEUTIL_H #include /*****************************************************************************/ /* Time functions */ #define MICRO_PER_SEC 1000000 #define tvRESETTIME(tv) \ { (tv).tv_sec = 0; (tv).tv_usec = 0; } #define tvSETTIME(tv, sec, usec) \ { (tv).tv_sec = (sec); (tv).tv_usec = (usec); } #define tvADDTIME(ret, a, b) \ { (ret).tv_sec = (a).tv_sec + (b).tv_sec; \ if (((ret).tv_usec = (a).tv_usec+(b).tv_usec) >= MICRO_PER_SEC) \ { \ (ret).tv_sec++; \ (ret).tv_usec -= MICRO_PER_SEC; \ } } #define tvSUBTIME(ret, a, b) \ { (ret).tv_sec = (a).tv_sec - (b).tv_sec; \ if (((ret).tv_usec = (a).tv_usec - (b).tv_usec) < 0) \ { \ (ret).tv_sec--; \ (ret).tv_usec += MICRO_PER_SEC; \ } } #define tvTIMEGEQ(a, b) ((a).tv_sec > (b).tv_sec || ((a).tv_sec == (b).tv_sec && (a).tv_usec >= (b).tv_usec)) #define tvTIMEGT(a, b) ((a).tv_sec > (b).tv_sec || ((a).tv_sec == (b).tv_sec && (a).tv_usec > (b).tv_usec)) #define tvTIMELT(a, b) ((a).tv_sec < (b).tv_sec || ((a).tv_sec == (b).tv_sec && (a).tv_usec < (b).tv_usec)) #define tvTIMELEQ0(a) ((a).tv_sec < 0 || ((a).tv_sec == 0 && (a).tv_usec <= 0)) #define tvTIMELT0(a) ((a).tv_sec < 0 || ((a).tv_sec == 0 && (a).tv_usec < 0)) #define tvTIMEEQ0(a) (((a).tv_sec == 0 && (a).tv_usec == 0)) #endif /* TIMEUTIL_H */ workrave-1_10_10/common/include/win32/000077500000000000000000000000001263301626300175335ustar00rootroot00000000000000workrave-1_10_10/common/include/win32/Makefile.am000066400000000000000000000003471263301626300215730ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) workrave-1_10_10/common/include/win32/W32CriticalSection.hh000066400000000000000000000044751263301626300234410ustar00rootroot00000000000000// W32CriticalSection.hh --- RAII for critical section objects // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32CRITICALSECTION_HH #define W32CRITICALSECTION_HH #include #include class W32CriticalSection : public CRITICAL_SECTION { public: W32CriticalSection() { InitializeCriticalSection( this ); } W32CriticalSection( DWORD dwSpinCount ) { InitializeCriticalSectionAndSpinCount( this, dwSpinCount ); } ~W32CriticalSection() { DeleteCriticalSection( this ); } class Guard { public: explicit Guard( W32CriticalSection &cs ) : critsec_( cs ) { EnterCriticalSection( &critsec_ ); } ~Guard() { LeaveCriticalSection( &critsec_ ); } private: W32CriticalSection &critsec_; Guard( const Guard & ); Guard& operator=( const Guard & ); }; class AdvancedGuard; private: W32CriticalSection( const W32CriticalSection & ); W32CriticalSection& operator=( const W32CriticalSection & ); }; class W32CriticalSection::AdvancedGuard : public W32CriticalSection { public: AdvancedGuard(); explicit AdvancedGuard( W32CriticalSection &cs ); ~AdvancedGuard(); bool TryLock( W32CriticalSection &cs ); bool TryLockFor( W32CriticalSection &cs, const DWORD milliseconds ); void Lock( W32CriticalSection &cs ); void Unlock( W32CriticalSection &cs ); private: std::list list_; AdvancedGuard( const AdvancedGuard & ); AdvancedGuard& operator=( const AdvancedGuard & ); }; #endif // W32CRITICALSECTION_HH workrave-1_10_10/common/include/win32/crashlog.h000066400000000000000000000011251263301626300215050ustar00rootroot00000000000000#ifndef CRASHLOG_H #define CRASHLOG_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #include #include #include #include #include void print_module_list(FILE *log); EXCEPTION_DISPOSITION __cdecl exception_handler(struct _EXCEPTION_RECORD *exception_record, void *establisher_frame, struct _CONTEXT *context_record, void *dispatcher_context); LONG WINAPI exception_filter(EXCEPTION_POINTERS *ep); #ifdef __cplusplus } #endif /* __cplusplus */ #endif workrave-1_10_10/common/src/000077500000000000000000000000001263301626300157355ustar00rootroot00000000000000workrave-1_10_10/common/src/DBus-freedesktop.cc000066400000000000000000000404651263301626300214230ustar00rootroot00000000000000// DBus.c // // Copyright (C) 2007, 2008, 2009, 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // Based on code from pidgin. // // Glib integration based on dbus-glib and libgdbus: // // Copyright (C) 2007-2008 Intel Corporation // Copyright (C) 2002, 2003 CodeFactory AB // Copyright (C) 2005 Red Hat, Inc. // // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include "DBus-freedesktop.hh" #include "DBusBinding-freedesktop.hh" #include "DBusException.hh" using namespace std; using namespace workrave; //! Construct a new D-BUS bridge DBus::DBus() : connection(NULL), owner(false), context(NULL), queue(NULL), watches(NULL), timeouts(NULL) { } //! Destruct the D-BUS bridge DBus::~DBus() { if (connection != NULL) { dbus_connection_unref(connection); } } //! Initialize D-BUS bridge void DBus::init() { DBusError error; dbus_error_init(&error); connection = dbus_bus_get_private(DBUS_BUS_STARTER, &error); if (dbus_error_is_set(&error)) { connection = NULL; dbus_error_free(&error); throw DBusSystemException("Unable to obtain session bus"); } dbus_connection_set_exit_on_disconnect(connection, FALSE); connection_setup(NULL); //dbus_connection_setup_with_g_main(connection, NULL); } //! Registers the specified service void DBus::register_service(const std::string &service) { DBusError error; int result = 0; dbus_error_init(&error); result = dbus_bus_request_name(connection, service.c_str(), DBUS_NAME_FLAG_ALLOW_REPLACEMENT | DBUS_NAME_FLAG_DO_NOT_QUEUE, &error); if (dbus_error_is_set(&error)) { dbus_connection_unref(connection); connection = NULL; dbus_error_free(&error); throw DBusSystemException("Unable to request service"); } owner = (result == DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER); } //! Registers the specified object path void DBus::register_object_path(const string &object_path) { static DBusObjectPathVTable vtable = { NULL, &DBus::dispatch_static, NULL, NULL, NULL, NULL }; if (!dbus_connection_register_object_path(connection, object_path.c_str(), &vtable, this)) { throw DBusSystemException("Unable to register object"); } } //! Connect a D-DBUS object/interface to a C object void DBus::connect(const std::string &object_path, const std::string &interface_name, void *cobject) { DBusBindingBase *binding = find_binding(interface_name); if (binding == NULL) { throw DBusSystemException("No such interface"); } ObjectIter it = objects.find(object_path); if (it != objects.end()) { Interfaces &interfaces = it->second; interfaces[interface_name] = cobject; } else { Interfaces interfaces; interfaces[interface_name] = cobject; objects[object_path] = interfaces; } } //! Disconnect a D-DBUS object/interface to a C object void DBus::disconnect(const std::string &object_path, const std::string &interface_name) { ObjectIter it = objects.find(object_path); if (it != objects.end()) { Interfaces &interfaces = it->second; interfaces.erase(interface_name); } } //! Register an interface binding void DBus::register_binding(const std::string &name, DBusBindingBase *interface) { bindings[name] = interface; } //! Find an interface binding DBusBindingBase * DBus::find_binding(const std::string &interface_name) const { DBusBindingBase *ret = NULL; BindingCIter it = bindings.find(interface_name); if (it != bindings.end()) { ret = it->second; } return ret; } void DBus::send(DBusMessage *msg) const { dbus_connection_send(connection, msg, NULL); dbus_message_unref(msg); dbus_connection_flush(connection); } void * DBus::find_object(const std::string &path, const std::string &interface_name) const { void *cobject = NULL; ObjectCIter object_it = objects.find(path); if (object_it != objects.end()) { InterfaceCIter interface_it = object_it->second.find(interface_name); if (interface_it != object_it->second.end()) { cobject = interface_it->second; } } return cobject; } bool DBus::is_owner() const { return owner; } bool DBus::is_available() const { return connection != NULL; } DBusHandlerResult DBus::dispatch(DBusConnection *connection, DBusMessage *message) { try { if (dbus_message_get_type(message) == DBUS_MESSAGE_TYPE_METHOD_CALL && dbus_message_has_interface(message, DBUS_INTERFACE_INTROSPECTABLE) && dbus_message_has_member(message, "Introspect")) { return handle_introspect(connection, message); } else if (dbus_message_get_type(message) == DBUS_MESSAGE_TYPE_METHOD_CALL) { return handle_method(connection, message); } } catch (DBusException &e) { DBusMessage *reply; reply = dbus_message_new_error(message, e.id().c_str(), e.details().c_str()); if (reply != NULL) { dbus_connection_send(connection, reply, NULL); dbus_message_unref(reply); } } return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; } DBusHandlerResult DBus::dispatch_static(DBusConnection *connection, DBusMessage *message, void *user_data) { DBus *dbus = (DBus *) user_data; return dbus->dispatch(connection, message); } static const char * dbus_gettext(const char **ptr) { const char *text = *ptr; *ptr += strlen(text) + 1; return text; } DBusHandlerResult DBus::handle_introspect(DBusConnection *connection, DBusMessage *message) { string str; string path = dbus_message_get_path(message); ObjectCIter object_it = objects.find(path); if (object_it != objects.end()) { str = "\n"; str += "\n"; str += "\n"; str += "\n"; str += "\n"; str += "\n"; str += "\n"; for (InterfaceCIter interface_it = object_it->second.begin(); interface_it != object_it->second.end(); interface_it++) { string interface_name = interface_it->first; DBusBindingBase *binding = find_binding(interface_name); if (binding == NULL) { throw DBusSystemException("Internal error, unknown interface"); } str += "\n"; DBusIntrospect *table = binding->get_method_introspect(); while (table->name != NULL) { str += string("\n"; const char *text = table->signature; while (*text) { const char *name, *direction, *type; direction = dbus_gettext(&text); type = dbus_gettext(&text); name = dbus_gettext(&text); str += string("\n"; } str += "\n"; table++; } table = binding->get_signal_introspect(); while (table->name != NULL) { str += string("\n"; const char *text = table->signature; while (*text) { const char *name, *type; type = dbus_gettext(&text); name = dbus_gettext(&text); str += string("\n"; } str += "\n"; table++; } str += "\n"; } str += "\n"; const char *cstr = str.c_str(); DBusMessage *reply = dbus_message_new_method_return(message); dbus_message_append_args(reply, DBUS_TYPE_STRING, &cstr, DBUS_TYPE_INVALID); dbus_connection_send(connection, reply, NULL); dbus_message_unref(reply); return DBUS_HANDLER_RESULT_HANDLED; } return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; } DBusHandlerResult DBus::handle_method(DBusConnection *connection, DBusMessage *message) { string path = dbus_message_get_path(message); string interface_name = dbus_message_get_interface(message); string method = dbus_message_get_member(message); void *cobject = find_object(path, interface_name); if (cobject == NULL) { throw DBusUsageException(string("no such object: ") + path + " " + interface_name ); } DBusBindingBase *binding = find_binding(interface_name); if (binding == NULL) { throw DBusSystemException(string("No such binding: ") + interface_name ); } DBusMessage *reply = binding->call(method, cobject, message); if (reply == NULL) { throw DBusUsageException("Call failure"); } dbus_connection_send(connection, reply, NULL); dbus_message_unref(reply); return DBUS_HANDLER_RESULT_HANDLED; } typedef struct { DBusWatch *watch; GSource *source; DBus *dbus; } WatchData; typedef struct { DBusTimeout *timeout; guint id; DBus *dbus; } TimeoutData; typedef struct { GSource source; DBusConnection *connection; } QueueData; gboolean DBus::queue_prepare(GSource *source, gint *timeout) { DBusConnection *connection = ((QueueData *) source)->connection; *timeout = -1; return (dbus_connection_get_dispatch_status(connection) == DBUS_DISPATCH_DATA_REMAINS); } gboolean DBus::queue_check(GSource *source) { (void) source; return FALSE; } gboolean DBus::queue_dispatch(GSource *source, GSourceFunc callback, gpointer data) { (void) data; (void) callback; DBusConnection *connection = ((QueueData *) source)->connection; dbus_connection_ref(connection); dbus_connection_dispatch(connection); dbus_connection_unref(connection); return TRUE; } gboolean DBus::watch_dispatch(GIOChannel *source, GIOCondition condition, gpointer data) { (void) source; WatchData *watch_data = (WatchData *)data; unsigned int flags = 0; if (condition & G_IO_IN) flags |= DBUS_WATCH_READABLE; if (condition & G_IO_OUT) flags |= DBUS_WATCH_WRITABLE; if (condition & G_IO_ERR) flags |= DBUS_WATCH_ERROR; if (condition & G_IO_HUP) flags |= DBUS_WATCH_HANGUP; dbus_watch_handle(watch_data->watch, flags); return TRUE; } GSourceFuncs DBus::queue_funcs = { DBus::queue_prepare, DBus::queue_check, DBus::queue_dispatch, NULL, NULL, NULL, }; void DBus::watch_finalize(gpointer data) { WatchData *watch_data = (WatchData*) data; if (watch_data->watch) dbus_watch_set_data(watch_data->watch, NULL, NULL); g_free(watch_data); } void DBus::watch_free(void *data) { WatchData *watch_data = (WatchData*) data; if (watch_data->source != NULL) { watch_data->dbus->watches = g_slist_remove(watch_data->dbus->watches, watch_data); g_source_destroy(watch_data->source); g_source_unref(watch_data->source); } } dbus_bool_t DBus::watch_add(DBusWatch *watch, void *data) { DBus *dbus = (DBus*)data; GIOCondition condition = (GIOCondition) (G_IO_ERR | G_IO_HUP); GIOChannel *channel; GSource *source; WatchData *watch_data; unsigned int flags; int fd; if (dbus_watch_get_enabled(watch) == FALSE) return TRUE; flags = dbus_watch_get_flags(watch); if (flags & DBUS_WATCH_READABLE) condition = (GIOCondition) (condition | G_IO_IN); if (flags & DBUS_WATCH_WRITABLE) condition = (GIOCondition) (condition | G_IO_OUT); fd = dbus_watch_get_unix_fd(watch); watch_data = g_new0(WatchData, 1); channel = g_io_channel_unix_new(fd); source = g_io_create_watch(channel, condition); watch_data->watch = watch; watch_data->source = source; watch_data->dbus = dbus; g_source_set_callback(source, (GSourceFunc) watch_dispatch, watch_data, watch_finalize); g_source_attach(source, dbus->context); watch_data->dbus->watches = g_slist_prepend(watch_data->dbus->watches, watch_data); dbus_watch_set_data(watch, watch_data, watch_free); g_io_channel_unref(channel); return TRUE; } void DBus::watch_remove(DBusWatch *watch, void *data) { WatchData *watch_data = (WatchData*) dbus_watch_get_data(watch); DBus *dbus = (DBus*)data; dbus_watch_set_data(watch, NULL, NULL); if (watch_data != NULL) { dbus->watches = g_slist_remove(dbus->watches, watch_data); if (watch_data->source != NULL) { g_source_destroy(watch_data->source); g_source_unref(watch_data->source); } } } void DBus::watch_toggled(DBusWatch *watch, void *data) { if (dbus_watch_get_enabled(watch)) watch_add(watch, data); else watch_remove(watch, data); } gboolean DBus::timeout_dispatch(gpointer data) { TimeoutData *timeout_data = (TimeoutData*) data; dbus_timeout_handle(timeout_data->timeout); return FALSE; } void DBus::timeout_free(void *data) { TimeoutData *timeout_data = (TimeoutData*)data; if (timeout_data->id > 0) g_source_remove(timeout_data->id); g_free(timeout_data); } dbus_bool_t DBus::timeout_add(DBusTimeout *timeout, void *data) { TimeoutData *timeout_data; DBus *dbus = (DBus *) data; if (dbus_timeout_get_enabled(timeout) == FALSE) return TRUE; timeout_data = g_new0(TimeoutData, 1); timeout_data->timeout = timeout; timeout_data->dbus = dbus; timeout_data->id = g_timeout_add(dbus_timeout_get_interval(timeout), timeout_dispatch, timeout_data); dbus->timeouts = g_slist_prepend(dbus->timeouts, timeout_data); dbus_timeout_set_data(timeout, timeout_data, timeout_free); return TRUE; } void DBus::timeout_remove(DBusTimeout *timeout, void *data) { TimeoutData *timeout_data = (TimeoutData*)dbus_timeout_get_data(timeout); DBus *dbus = (DBus *) data; if (timeout_data == NULL) return; dbus->timeouts = g_slist_remove(dbus->timeouts, timeout_data); if (timeout_data->id > 0) g_source_remove(timeout_data->id); timeout_data->id = 0; } void DBus::timeout_toggled(DBusTimeout *timeout, void *data) { if (dbus_timeout_get_enabled(timeout)) timeout_add(timeout, data); else timeout_remove(timeout, data); } void DBus::wakeup(void *data) { DBus *dbus = (DBus*) data; g_main_context_wakeup(dbus->context); } void DBus::connection_setup(GMainContext *context) { if (context == NULL) context = g_main_context_default(); context = g_main_context_ref(context); queue = g_source_new(&queue_funcs, sizeof(QueueData)); ((QueueData*)queue)->connection = connection; g_source_attach(queue, context); dbus_connection_set_watch_functions(connection, watch_add, watch_remove, watch_toggled, this, NULL); dbus_connection_set_timeout_functions(connection, timeout_add, timeout_remove, timeout_toggled, this, NULL); dbus_connection_set_wakeup_main_function(connection, wakeup, this, NULL); } workrave-1_10_10/common/src/DBus-gio.cc000066400000000000000000000336271263301626300176700ustar00rootroot00000000000000// DBus-gio.c // // Copyright (C) 2011, 2012, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "DBus-gio.hh" #include "debug.hh" #include #include #include #include #include "DBusException.hh" #include "DBusBinding-gio.hh" using namespace std; using namespace workrave; const GDBusInterfaceVTable DBus::interface_vtable = { &DBus::on_method_call, &DBus::on_get_property, &DBus::on_set_property, NULL, }; //! Construct a new D-BUS bridge DBus::DBus() : connection(NULL) { } //! Destruct the D-BUS bridge DBus::~DBus() { for (ServicesCIter i = services.begin(); i != services.end(); i++) { g_bus_unown_name(i->second); } for (ObjectIter object_it = objects.begin();object_it != objects.end(); object_it++) { for (InterfaceIter interface_it = object_it->second.interfaces.begin(); interface_it != object_it->second.interfaces.end(); interface_it++) { if (interface_it->second.registration_id != 0) { g_dbus_connection_unregister_object(connection, interface_it->second.registration_id); } if (interface_it->second.introspection_data != NULL) { g_dbus_node_info_unref(interface_it->second.introspection_data); } } } } //! Initialize D-BUS bridge void DBus::init() { } //! Registers the specified service void DBus::register_service(const std::string &service_name) { guint owner_id; owner_id = g_bus_own_name(G_BUS_TYPE_SESSION, service_name.c_str(), G_BUS_NAME_OWNER_FLAGS_NONE, &DBus::on_bus_acquired, NULL, //&DBus::on_name_acquired, NULL, //&DBus::on_name_lost, this, NULL); services[service_name] = owner_id; } //! Registers the specified object path void DBus::register_object_path(const string &object_path) { objects[object_path].registered = true; } void DBus::update_object_registration(InterfaceData &data) { TRACE_ENTER_MSG("DBus::update_object_registration", data.object_path); if (connection == NULL) { TRACE_RETURN("No Connection"); return; } if (data.registration_id != 0) { g_dbus_connection_unregister_object(connection, data.registration_id); } string introspection_xml = get_introspect(data.object_path, data.interface_name); TRACE_MSG("Intro: %s" << introspection_xml); GError *error = NULL; data.introspection_data = g_dbus_node_info_new_for_xml(introspection_xml.c_str(), &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); g_error_free(error); } data.registration_id = g_dbus_connection_register_object(connection, data.object_path.c_str(), data.introspection_data->interfaces[0], &interface_vtable, this, NULL, NULL); TRACE_EXIT(); } //! Connect a D-DBUS object/interface to a C object void DBus::connect(const std::string &object_path, const std::string &interface_name, void *object) { DBusBindingBase *binding = find_binding(interface_name); if (binding == NULL) { throw DBusSystemException("No such interface"); } ObjectIter oit = objects.find(object_path); if (oit == objects.end()) { objects[object_path].registered = false; } ObjectData &object_data = objects[object_path]; InterfaceIter iit = object_data.interfaces.find(interface_name); if (iit != object_data.interfaces.end()) { throw DBusSystemException("Interface already registered"); } InterfaceData &interface_data = object_data.interfaces[interface_name]; interface_data.object_path = object_path; interface_data.interface_name = interface_name; interface_data.object = object; if (object_data.registered) { update_object_registration(interface_data); } } //! Disconnect a D-DBUS object/interface to a C object void DBus::disconnect(const std::string &object_path, const std::string &interface_name) { ObjectIter it = objects.find(object_path); if (it != objects.end()) { Interfaces &interfaces = it->second.interfaces; if (interfaces[interface_name].registration_id != 0) { g_dbus_connection_unregister_object(connection, interfaces[interface_name].registration_id); } if (interfaces[interface_name].introspection_data != NULL) { g_dbus_node_info_unref(interfaces[interface_name].introspection_data); } interfaces.erase(interface_name); } } //! Register an interface binding void DBus::register_binding(const std::string &name, DBusBindingBase *interface) { bindings[name] = interface; } //! Find an interface binding DBusBindingBase * DBus::find_binding(const std::string &interface_name) const { DBusBindingBase *ret = NULL; BindingCIter it = bindings.find(interface_name); if (it != bindings.end()) { ret = it->second; } return ret; } void * DBus::find_object(const std::string &path, const std::string &interface_name) const { void *object = NULL; ObjectCIter object_it = objects.find(path); if (object_it != objects.end()) { InterfaceCIter interface_it = object_it->second.interfaces.find(interface_name); if (interface_it != object_it->second.interfaces.end()) { object = interface_it->second.object; } } return object; } bool DBus::is_running(const std::string &name) const { TRACE_ENTER("DBus::is_owner"); GError *error = NULL; gboolean running = FALSE; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_sync(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.freedesktop.DBus", "/org/freedesktop/DBus", "org.freedesktop.DBus", NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); g_error_free(error); } if (error == NULL && proxy != NULL) { GVariant *result = g_dbus_proxy_call_sync(proxy, "NameHasOwner", g_variant_new("(s)", name.c_str()), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); g_error_free(error); } else { GVariant *first = g_variant_get_child_value(result, 0); running = g_variant_get_boolean(first); g_variant_unref(first); g_variant_unref(result); } } TRACE_RETURN(running); return running; } bool DBus::is_available() const { return true; } void DBus::on_bus_name_appeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data) { (void) connection; (void) name_owner; DBus *dbus = (DBus *)user_data; dbus->watched[name].seen = true; dbus->bus_name_presence(name, true); } void DBus::on_bus_name_vanished(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) connection; DBus *dbus = (DBus *)user_data; if (dbus->watched[name].seen) { dbus->bus_name_presence(name, false); } } void DBus::bus_name_presence(const std::string &name, bool present) { if (watched.find(name) != watched.end()) { watched[name].callback->bus_name_presence(name, present); } } void DBus::watch(const std::string &name, IDBusWatch *cb) { guint id = g_bus_watch_name_on_connection(connection, name.c_str(), G_BUS_NAME_WATCHER_FLAGS_NONE, on_bus_name_appeared, on_bus_name_vanished, this, NULL); watched[name].id = id; watched[name].callback = cb; watched[name].seen = false; } void DBus::unwatch(const std::string &name) { guint id = watched[name].id; g_bus_unwatch_name(id); watched.erase(name); } string DBus::get_introspect(const string &object_path, const string &interface_name) { TRACE_ENTER_MSG("DBus::get_introspect", object_path); string str; str += "\n"; str += "\n"; ObjectCIter object_it = objects.find(object_path); if (object_it != objects.end()) { InterfaceCIter interface_it = object_it->second.interfaces.find(interface_name); if (interface_it != object_it->second.interfaces.end()) { DBusBindingBase *binding = find_binding(interface_it->first); if (binding == NULL) { throw DBusSystemException("Internal error, unknown interface"); } const char *interface_introspect = binding->get_interface_introspect(); str += string(interface_introspect); } } str += "\n"; TRACE_RETURN(str); return str; } void DBus::on_method_call(GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *method_name, GVariant *parameters, GDBusMethodInvocation *invocation, gpointer user_data) { (void) connection; (void) sender; try { DBus *self = (DBus *) user_data; void *object = self->find_object(object_path, interface_name); if (object == NULL) { throw DBusUsageException(string("No such object: ") + object_path + " " + interface_name ); } DBusBindingBase *binding = self->find_binding(interface_name); if (binding == NULL) { throw DBusSystemException(string("No such binding: ") + interface_name ); } binding->call(method_name, object, invocation, sender, parameters); } catch (DBusException &e) { g_dbus_method_invocation_return_error (invocation, G_IO_ERROR, G_IO_ERROR_FAILED_HANDLED, "%s", e.details().c_str()); } } GVariant * DBus::on_get_property(GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *property_name, GError **error, gpointer user_data) { (void) connection; (void) sender; (void) object_path; (void) interface_name; (void) property_name; (void) error; (void) user_data; return NULL; } gboolean DBus::on_set_property(GDBusConnection *connection, const gchar *sender, const gchar *object_path, const gchar *interface_name, const gchar *property_name, GVariant *value, GError **error, gpointer user_data) { (void) connection; (void) sender; (void) object_path; (void) interface_name; (void) property_name; (void) value; (void) error; (void) user_data; return FALSE; } void DBus::on_bus_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) name; TRACE_ENTER_MSG("DBus::on_bus_acquired", name); DBus *self = (DBus *) user_data; self->connection = connection; for (ObjectIter object_it = self->objects.begin();object_it != self->objects.end(); object_it++) { for (InterfaceIter interface_it = object_it->second.interfaces.begin(); interface_it != object_it->second.interfaces.end(); interface_it++) { self->update_object_registration(interface_it->second); } } TRACE_EXIT(); } void DBus::on_name_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) connection; (void) name; (void) user_data; TRACE_ENTER_MSG("DBus::on_name_acquired", name); TRACE_EXIT(); } void DBus::on_name_lost(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) connection; (void) name; (void) user_data; TRACE_ENTER_MSG("DBus::on_name_lost", name); TRACE_EXIT(); } workrave-1_10_10/common/src/DBusBinding-freedesktop.cc000066400000000000000000000141111263301626300227030ustar00rootroot00000000000000// DBusBinding.c // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "DBus-freedesktop.hh" #include "DBusBinding-freedesktop.hh" #include "DBusException.hh" using namespace workrave; DBusBindingBase::DBusBindingBase(DBus *dbus) : dbus(dbus) { } DBusBindingBase::~DBusBindingBase() { } DBusMessage * DBusBindingBase::call(const std::string &method, void *object, DBusMessage *message) { DBusMessage *ret = NULL; bool found = false; int count = 0; DBusIntrospect *table = get_method_introspect(); while (!found && table[count].name != NULL) { if (method == table[count].name) { found = true; } else { count++; } } if (found) { ret = call(count, object, message); } else { throw DBusUsageException(std::string("No such member:") + method ); } return ret; } void DBusBaseTypes::get_uint8(DBusMessageIter *it, guint8 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_BYTE) { throw DBusTypeException("UInt8 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_uint16(DBusMessageIter *it, guint16 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_UINT16) { throw DBusTypeException("UInt16 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_int16(DBusMessageIter *it, gint16 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_INT16) { throw DBusTypeException("Int16 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_uint32(DBusMessageIter *it, guint32 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_UINT32) { throw DBusTypeException("UInt32 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_int32(DBusMessageIter *it, gint32 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_INT32) { throw DBusTypeException("Int32 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_uint64(DBusMessageIter *it, guint64 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_UINT64) { throw DBusTypeException("UInt64 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_int64(DBusMessageIter *it, gint64 *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_INT64) { throw DBusTypeException("Int64 expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_bool(DBusMessageIter *it, bool *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_BOOLEAN) { throw DBusTypeException("Boolean expected"); } gboolean v; dbus_message_iter_get_basic(it, &v); dbus_message_iter_next(it); *value = v; } void DBusBaseTypes::get_double(DBusMessageIter *it, double *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_DOUBLE) { throw DBusTypeException("Double expected"); } dbus_message_iter_get_basic(it, value); dbus_message_iter_next(it); } void DBusBaseTypes::get_string(DBusMessageIter *it, std::string *value) { int argtype = dbus_message_iter_get_arg_type(it); if (argtype != DBUS_TYPE_STRING) { throw DBusTypeException("String expected"); } char *cstr = NULL; dbus_message_iter_get_basic(it, &cstr); dbus_message_iter_next(it); if (cstr != NULL) { *value = cstr; } } void DBusBaseTypes::put_uint8(DBusMessageIter *it, const guint8 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_BYTE, value); } void DBusBaseTypes::put_uint16(DBusMessageIter *it, const guint16 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_UINT16, value); } void DBusBaseTypes::put_int16(DBusMessageIter *it, const gint16 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_INT16, value); } void DBusBaseTypes::put_uint32(DBusMessageIter *it, const guint32 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_UINT32, value); } void DBusBaseTypes::put_int32(DBusMessageIter *it, const gint32 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_INT32, value); } void DBusBaseTypes::put_uint64(DBusMessageIter *it, const guint64 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_UINT64, value); } void DBusBaseTypes::put_int64(DBusMessageIter *it, const gint64 *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_INT64, value); } void DBusBaseTypes::put_double(DBusMessageIter *it, const double *value) { dbus_message_iter_append_basic(it, DBUS_TYPE_DOUBLE, value); } void DBusBaseTypes::put_bool(DBusMessageIter *it, const bool *value) { gboolean v = *value; dbus_message_iter_append_basic(it, DBUS_TYPE_BOOLEAN, &v); } void DBusBaseTypes::put_string(DBusMessageIter *it, const std::string *value) { const char *cstr = value->c_str(); dbus_message_iter_append_basic(it, DBUS_TYPE_STRING, &cstr); } void DBusBindingBase::send(DBusMessage *msg) { dbus->send(msg); } workrave-1_10_10/common/src/DBusBinding-gio.cc000066400000000000000000000115741263301626300211600ustar00rootroot00000000000000// DBusBinding-gio.c // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include "DBus-gio.hh" #include "DBusBinding-gio.hh" #include "DBusException.hh" using namespace workrave; DBusBindingBase::DBusBindingBase(DBus *dbus) : dbus(dbus) { } DBusBindingBase::~DBusBindingBase() { } void DBusBaseTypes::get_uint8(GVariant *v, guint8 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_BYTE)) { throw DBusTypeException("UInt8 expected"); } *value = g_variant_get_byte(v); } void DBusBaseTypes::get_uint16(GVariant *v, guint16 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_UINT16)) { throw DBusTypeException("UInt16 expected"); } *value = g_variant_get_uint16(v); } void DBusBaseTypes::get_int16(GVariant *v, gint16 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_INT16)) { throw DBusTypeException("Int16 expected"); } *value = g_variant_get_int16(v); } void DBusBaseTypes::get_uint32(GVariant *v, guint32 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_UINT32)) { throw DBusTypeException("UInt32 expected"); } *value = g_variant_get_uint32(v); } void DBusBaseTypes::get_int32(GVariant *v, gint32 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_INT32)) { throw DBusTypeException("Int32 expected"); } *value = g_variant_get_int32(v); } void DBusBaseTypes::get_uint64(GVariant *v, guint64 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_UINT64)) { throw DBusTypeException("UInt64 expected"); } *value = g_variant_get_uint64(v); } void DBusBaseTypes::get_int64(GVariant *v, gint64 *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_INT64)) { throw DBusTypeException("Int64 expected"); } *value = g_variant_get_int64(v); } void DBusBaseTypes::get_bool(GVariant *v, bool *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_BOOLEAN)) { throw DBusTypeException("Boolean expected"); } *value = g_variant_get_boolean(v); } void DBusBaseTypes::get_double(GVariant *v, double *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_DOUBLE)) { throw DBusTypeException("Double expected"); } *value = g_variant_get_double(v); } void DBusBaseTypes::get_string(GVariant *v, std::string *value) { const GVariantType *argtype = g_variant_get_type(v); if (!g_variant_type_equal(argtype, G_VARIANT_TYPE_STRING)) { throw DBusTypeException("String expected"); } const char *cstr = g_variant_get_string(v, NULL); if (cstr != NULL) { *value = cstr; } } GVariant * DBusBaseTypes::put_uint8(const guint8 *value) { return g_variant_new_byte(*value); } GVariant * DBusBaseTypes::put_uint16(const guint16 *value) { return g_variant_new_uint16(*value); } GVariant * DBusBaseTypes::put_int16(const gint16 *value) { return g_variant_new_int16(*value); } GVariant * DBusBaseTypes::put_uint32(const guint32 *value) { return g_variant_new_uint32(*value); } GVariant * DBusBaseTypes::put_int32(const gint32 *value) { return g_variant_new_int32(*value); } GVariant * DBusBaseTypes::put_uint64(const guint64 *value) { return g_variant_new_uint64(*value); } GVariant * DBusBaseTypes::put_int64(const gint64 *value) { return g_variant_new_int64(*value); } GVariant * DBusBaseTypes::put_double(const double *value) { return g_variant_new_double(*value); } GVariant * DBusBaseTypes::put_bool(const bool *value) { gboolean v = *value; return g_variant_new_boolean(v); } GVariant * DBusBaseTypes::put_string(const std::string *value) { const char *cstr = value->c_str(); return g_variant_new_string(cstr); } workrave-1_10_10/common/src/DBusProxy-gio.cc000066400000000000000000000113411263301626300207170ustar00rootroot00000000000000// DBusProxy-gio.cc --- support for simple DBUS method execution // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // It is possible that it uses some code and ideas from the KShutdown utility: // file src/actions/lock.cpp // Copyright (C) 2009 Konrad Twardowski // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "DBusProxy-gio.hh" #include bool DBusProxy::init_with_connection(GDBusConnection *connection, const char *name, const char *object_path, const char *interface_name, GDBusProxyFlags flags_in) { TRACE_ENTER_MSG("DBus_proxy::init_with_connection", name); this->flags = flags_in; proxy = g_dbus_proxy_new_sync(connection, flags, NULL, name, object_path, interface_name, NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); return false; } TRACE_EXIT(); return true; } bool DBusProxy::init(GBusType bus_type, const char *name, const char *object_path, const char *interface_name, GDBusProxyFlags flags_in) { TRACE_ENTER_MSG("DBus_proxy::init", name); this->flags = flags_in; error = NULL; proxy = g_dbus_proxy_new_for_bus_sync(bus_type, flags, NULL, name, object_path, interface_name, NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); return false; } TRACE_EXIT(); return true; } //Consumes (=deletes) method_parameters if it is floating //method_result may be null, in this case the result of the method is ignored bool DBusProxy::call_method(const char *method_name, GVariant *method_parameters, GVariant **method_result) { TRACE_ENTER_MSG("DBus_proxy::call_method", method_name); if (proxy == NULL) return false; if (error != NULL) { g_error_free(error); error = NULL; } GVariant *result = g_dbus_proxy_call_sync(proxy, method_name, method_parameters, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (method_result == NULL) { if (result != NULL) { g_variant_unref(result); result = NULL; } } else { if (error != NULL) { *method_result = NULL; if (result != NULL) { g_variant_unref(result); result = NULL; } } else { *method_result = result; } } if (error != NULL) { TRACE_RETURN(error->message); return false; } TRACE_EXIT(); return true; } //Consumes (=deletes) method_parameters if it is floating bool DBusProxy::call_method_asynch_no_result(const char *method_name, GVariant *method_parameters) { TRACE_ENTER_MSG("DBus_proxy::call_method_asynch_no_result", method_name); if (proxy == NULL) return false; if (error != NULL) { g_error_free(error); error = NULL; } g_dbus_proxy_call(proxy, method_name, method_parameters, G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL); TRACE_EXIT(); return true; } workrave-1_10_10/common/src/GlibThread.cc000066400000000000000000000043031263301626300202510ustar00rootroot00000000000000// GlibThread.hh --- GlibThread class // // Copyright (C) 2002, 2005, 2007, 2008, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "GlibThread.hh" #include Thread::Thread(Runnable *runnable, bool autodelete) { thread_handle = NULL; this->runnable = runnable; this->autodelete = autodelete; } Thread::Thread(bool autodelete) { thread_handle = NULL; this->runnable = NULL; this->autodelete = autodelete; } Thread::~Thread() { wait(); } void Thread::start() { if (thread_handle == NULL) { GError *error = NULL; #if GLIB_CHECK_VERSION(2, 31, 18) thread_handle = g_thread_try_new("workrave", thread_handler, this, &error); #else thread_handle = g_thread_create(thread_handler, this, TRUE, &error); #endif if (error != NULL) { g_error_free(error); } } } void Thread::wait() { if (thread_handle != NULL) { g_thread_join(thread_handle); thread_handle = NULL; } } void Thread::run() { if (runnable != NULL) { runnable->run(); } } void Thread::internal_run() { run(); thread_handle = NULL; } gpointer Thread::thread_handler(gpointer data) { Thread *t = (Thread *) data; if (t != NULL) { t->internal_run(); if (t->autodelete) { delete t; } } return 0; } workrave-1_10_10/common/src/Locale.cc000066400000000000000000000144201263301626300174440ustar00rootroot00000000000000// Locale.cc // // Copyright (C) 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "nls.h" #include #include #include #include #include "Locale.hh" #include "StringUtil.hh" #include "locale.inc" extern "C" int _nl_msg_cat_cntr; Locale::LanguageMap Locale::languages_native_locale; int compare_languages (const void *a, const void *b) { return strcmp(((language_t *)a)->code, ((language_t *)b)->code); } int compare_countries (const void *a, const void *b) { return strcmp(((country_t*)a)->code, ((country_t*)b)->code); } bool Locale::get_language(const string &code, string &language) { language_t key = { code.c_str(), NULL }; language_t *val; val = (language_t *) bsearch(&key, languages, sizeof(languages) / sizeof (language_t), sizeof(language_t), compare_languages); if (val != NULL) { language = val->lang; return true; } return false; } bool Locale::get_country(const string &code, string &country) { country_t key = { code.c_str(), NULL }; country_t *val; val = (country_t *) bsearch(&key, countries, sizeof(countries) / sizeof (country_t), sizeof(country_t), compare_countries); if (val != NULL) { country = val->country; return true; } return false; } void Locale::set_locale(const std::string &code) { if (code != "") { g_setenv("LANGUAGE", code.c_str(), 1); g_setenv("LANG", code.c_str(), 1); } else { g_unsetenv("LANGUAGE"); g_unsetenv("LANG"); } #ifndef PLATFORM_OS_WIN32_NATIVE ++_nl_msg_cat_cntr; #endif } std::string Locale::get_locale() { string ret; const char *lang_env = g_getenv("LANGUAGE"); if (lang_env == NULL) { lang_env = g_getenv("LANG"); } if (lang_env != NULL) { ret = lang_env; } return ret; } void Locale::lookup(const string &domain, string &str) { string ret; if (str != "") { ret = dgettext(domain.c_str(), str.c_str()); str = ret; } } void Locale::init() { } void Locale::get_all_languages_in_current_locale(LanguageMap &languages) { std::vector all_linguas; #ifdef HAVE_LANGUAGE_SELECTION StringUtil::split(string(ALL_LINGUAS), ' ', all_linguas); all_linguas.push_back("en"); for (vector::iterator i = all_linguas.begin(); i != all_linguas.end(); i++) { string code = *i; string lang_code; string country_code; Language &language_entry = languages[code]; lang_code = code.substr(0,2); if (code.length() >= 5) { country_code = code.substr(3,2); } Locale::get_language(lang_code, language_entry.language_name); Locale::get_country(country_code, language_entry.country_name); Locale::lookup("iso_639", language_entry.language_name); Locale::lookup("iso_3166", language_entry.country_name); } #endif } void Locale::get_all_languages_in_native_locale(LanguageMap &list) { #ifdef HAVE_LANGUAGE_SELECTION static bool init_done = false; if (init_done) { list = languages_native_locale; return; } std::vector all_linguas; StringUtil::split(string(ALL_LINGUAS), ' ', all_linguas); all_linguas.push_back("en"); string lang_save = Locale::get_locale(); for (vector::iterator i = all_linguas.begin(); i != all_linguas.end(); i++) { string code = *i; string lang_code; string country_code; Locale::set_locale(code); Language &language_entry = languages_native_locale[code]; lang_code = code.substr(0,2); if (code.length() >= 5) { country_code = code.substr(3,2); } Locale::get_language(lang_code, language_entry.language_name); Locale::get_country(country_code, language_entry.country_name); Locale::lookup("iso_639", language_entry.language_name); Locale::lookup("iso_3166", language_entry.country_name); } init_done = true; Locale::set_locale(lang_save); list = languages_native_locale; #endif } #ifdef PLATFORM_OS_WIN32 #include #endif #ifdef PLATFORM_OS_UNIX #include #endif int Locale::get_week_start() { int week_start = 0; #ifdef PLATFORM_OS_WIN32 WCHAR wsDay[4]; if ( # if defined(_WIN32_WINNT_VISTA) && WINVER >= _WIN32_WINNT_VISTA && defined(LOCALE_NAME_USER_DEFAULT) GetLocaleInfoEx(LOCALE_NAME_USER_DEFAULT, LOCALE_IFIRSTDAYOFWEEK, wsDay, 4) # else GetLocaleInfoW(LOCALE_USER_DEFAULT, LOCALE_IFIRSTDAYOFWEEK, wsDay, 4) # endif ) { char *ws = g_utf16_to_utf8(reinterpret_cast(wsDay), -1, NULL, NULL, NULL); if (ws != NULL) { week_start = (ws[0] - '0' + 1) % 7; g_free(ws); } } #endif #ifdef PLATFORM_OS_UNIX union { unsigned int word; char *string; } langinfo; gint week_1stday = 0; gint first_weekday = 1; guint week_origin; langinfo.string = nl_langinfo(_NL_TIME_FIRST_WEEKDAY); first_weekday = langinfo.string[0]; langinfo.string = nl_langinfo(_NL_TIME_WEEK_1STDAY); week_origin = langinfo.word; if (week_origin == 19971130) /* Sunday */ week_1stday = 0; else if (week_origin == 19971201) /* Monday */ week_1stday = 1; else g_warning ("Unknown value of _NL_TIME_WEEK_1STDAY.\n"); week_start = (week_1stday + first_weekday - 1) % 7; #endif return week_start; } workrave-1_10_10/common/src/Makefile.am000066400000000000000000000022511263301626300177710ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = win32 noinst_LTLIBRARIES = libworkrave-common.la dbussources = if HAVE_DBUS if HAVE_DBUS_GIO dbussources += DBus-gio.cc \ DBusBinding-gio.cc \ DBusProxy-gio.cc else dbussources += DBus-freedesktop.cc \ DBusBinding-freedesktop.cc endif endif localesources = Locale.cc libworkrave_common_la_SOURCES = \ debug.cc \ GlibThread.cc \ Util.cc \ StringUtil.cc \ WRID.cc \ ${dbussources} \ ${localesources} ## glibnls.c \ if PLATFORM_OS_WIN32 ldadd_platform = win32/libworkrave-common-win32.la endif libworkrave_common_la_LIBADD = ${ldadd_platform} AM_CPPFLAGS = -W -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" -DWORKRAVE_DATADIR="\"${datadir}\"" \ -D_XOPEN_SOURCE=600 \ @WR_COMMON_INCLUDES@ \ @GLIB_CFLAGS@ @DBUS_CFLAGS@ EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) locale.inc Locale.cc: locale.inc locale.inc: $(PYTHON) $(top_srcdir)/common/bin/create_locale.py > locale.inc workrave-1_10_10/common/src/StringUtil.cc000066400000000000000000000033511263301626300203520ustar00rootroot00000000000000// StringUtil.cc --- General purpose string utility functions // // Copyright (C) 2007, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include "StringUtil.hh" using namespace std; void StringUtil::split(const string &in, const char delim, vector &result) { string::size_type start_pos = 0; string::size_type end_pos = in.find(delim, 0); while ((end_pos = in.find(delim, start_pos)) != string::npos) { string s = in.substr(start_pos, end_pos - start_pos); result.push_back(s); start_pos = end_pos + 1; end_pos = in.find(delim, start_pos); } string s = in.substr(start_pos, in.size() - start_pos); result.push_back(s); } string StringUtil::search_replace(const string &in, const string &search, const string &replace) { string str = in; string::size_type pos = 0; while ((pos = str.find(search, pos)) != string::npos) { str.replace(pos, search.size(), replace); pos++; } return str; } workrave-1_10_10/common/src/Util.cc000066400000000000000000000242631263301626300171700ustar00rootroot00000000000000// Util.cc --- General purpose utility functions // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef PLATFORM_OS_WIN32 #include // HACK: #include , need -fvtable-thunks. // Perhaps we should enable this, but let's hack it for now... //#include extern "C" { #define SHGetPathFromIDList SHGetPathFromIDListA HRESULT WINAPI SHGetSpecialFolderLocation(HWND,int,void**); BOOL WINAPI SHGetPathFromIDList(void *,LPSTR); #ifndef PLATFORM_OS_WIN32 VOID WINAPI CoTaskMemFree(PVOID); #endif #define PathCanonicalize PathCanonicalizeA BOOL WINAPI PathCanonicalize(LPSTR,LPCSTR); #define CSIDL_APPDATA 26 } // (end of hack) #endif #ifdef PLATFORM_OS_OSX #include #include #endif #include "Util.hh" #include using namespace std; set Util::search_paths[Util::SEARCH_PATH_SIZEOF]; string Util::home_directory = ""; //! Returns the user's home directory. const string& Util::get_home_directory() { // Already cached? static string ret; if (home_directory.length() != 0) { ret = home_directory; } else if (ret.length() == 0) { // Default to current directory ret = "./"; #if defined(PLATFORM_OS_UNIX) || defined(PLATFORM_OS_OSX) const char *home = getenv("WORKRAVE_HOME"); if (home == NULL) { home = getenv("HOME"); } if (home != NULL) { ret = home; ret += "/.workrave/"; mkdir(ret.c_str(), 0700); } #elif defined(PLATFORM_OS_WIN32) void *pidl; char buf[MAX_PATH]; HRESULT hr = SHGetSpecialFolderLocation(HWND_DESKTOP, CSIDL_APPDATA, &pidl); if (SUCCEEDED(hr)) { SHGetPathFromIDList(pidl, buf); CoTaskMemFree(pidl); strcat (buf, "\\Workrave"); BOOL dirok = FALSE; dirok = CreateDirectory(buf, NULL); if (! dirok) { if (GetLastError() == ERROR_ALREADY_EXISTS) { dirok = TRUE; } } if (dirok) { ret = string(buf) + "\\"; } } #endif } return ret; } //! Returns the user's home directory. void Util::set_home_directory(const string &home) { #ifdef PLATFORM_OS_WIN32 if (home.substr(0, 2) == ".\\" || home.substr(0, 3) == "..\\") { char buffer[MAX_PATH]; // Path relative to location of workrave root. string appdir = get_application_directory(); home_directory = appdir + "\\" + home + "\\"; PathCanonicalize(buffer, home_directory.c_str()); home_directory = buffer; } else #endif { home_directory = home + "/"; } #ifdef PLATFORM_OS_WIN32 CreateDirectory(home_directory.c_str(), NULL); #else mkdir(home_directory.c_str(), 0777); #endif } //! Returns \c true if the specified file exists. bool Util::file_exists(string path) { // 'stat' might be faster. but this is portable.. FILE *f = NULL; bool ret = false; f = fopen(path.c_str(), "r"); if (f != NULL) { fclose(f); ret = true; } return ret; } #ifdef PLATFORM_OS_WIN32 //! Returns the directory in which workrave is installed. string Util::get_application_directory() { char app_dir_name[MAX_PATH]; GetModuleFileName(GetModuleHandle(NULL), app_dir_name, sizeof(app_dir_name)); // app_dir_name == c:\program files\workrave\lib\workrave.exe char *s = strrchr(app_dir_name, '\\'); assert (s); *s = '\0'; // app_dir_name == c:\program files\workrave\lib s = strrchr(app_dir_name, '\\'); assert (s); *s = '\0'; // app_dir_name == c:\program files\workrave return string(app_dir_name); } bool Util::registry_get_value(const char *path, const char *name, char *out) { HKEY handle; bool rc = false; LONG err; err = RegOpenKeyEx(HKEY_CURRENT_USER, path, 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD type, size; size = MAX_PATH; err = RegQueryValueExA(handle, name, 0, &type, (LPBYTE) out, &size); if (err == ERROR_SUCCESS) { rc = true; } RegCloseKey(handle); } return rc; } bool Util::registry_set_value(const char *path, const char *name, const char *value) { HKEY handle; bool rc = false; DWORD disp; LONG err; err = RegCreateKeyEx(HKEY_CURRENT_USER, path, 0, "", REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &handle, &disp); if (err == ERROR_SUCCESS) { if (value != NULL) { err = RegSetValueEx(handle, name, 0, REG_SZ, (BYTE *) value, strlen(value)+1); } else { err = RegDeleteValue(handle, name); } RegCloseKey(handle); rc = (err == ERROR_SUCCESS); } return rc; } #endif //! Returns the searchpath for the specified file type. const set & Util::get_search_path(SearchPathId type) { if (search_paths[type].size() > 0) return search_paths[type]; set &searchPath = search_paths[type]; string home_dir = get_home_directory(); #if defined(PLATFORM_OS_WIN32) string app_dir = get_application_directory(); #elif defined(PLATFORM_OS_OSX) char execpath[MAXPATHLEN+1]; uint32_t pathsz = sizeof (execpath); _NSGetExecutablePath (execpath, &pathsz); gchar *dir_path = g_path_get_dirname(execpath); string app_dir = dir_path; g_free(dir_path); #endif if (type == SEARCH_PATH_IMAGES) { #if defined(PLATFORM_OS_UNIX) if (home_dir != "./") { searchPath.insert(home_dir + "/images"); } searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/images"); searchPath.insert(string(WORKRAVE_DATADIR) + "/icons/hicolor"); searchPath.insert("/usr/local/share/workrave/images"); searchPath.insert("/usr/share/workrave/images"); #elif defined(PLATFORM_OS_WIN32) #if defined(DATA_PATH) searchPath.insert(string(DATA_PATH) + "frontend\\common\\share\\images"); #endif searchPath.insert(app_dir + "\\share\\images"); #elif defined(PLATFORM_OS_OSX) searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/images"); searchPath.insert(app_dir + "/share/workrave/images"); searchPath.insert(app_dir + "/../Resources/images"); #endif } if (type == SEARCH_PATH_SOUNDS) { #if defined(PLATFORM_OS_UNIX) if (home_dir != "./") { searchPath.insert(home_dir + "/sounds"); } searchPath.insert(string(WORKRAVE_DATADIR) + "/sounds/workrave"); searchPath.insert("/usr/local/share/sounds/workrave"); searchPath.insert("/usr/share/sounds/workrave"); #elif defined(PLATFORM_OS_WIN32) #if defined(DATA_PATH) searchPath.insert(string(DATA_PATH) + "frontend\\common\\share\\sounds"); #endif searchPath.insert(app_dir + "\\share\\sounds"); #elif defined(PLATFORM_OS_OSX) searchPath.insert(string(WORKRAVE_DATADIR) + "/sounds/workrave"); searchPath.insert(app_dir + "/share/sounds/workrave"); searchPath.insert(app_dir + "/../Resources/sounds"); #endif } else if (type == SEARCH_PATH_CONFIG) { #if defined(PLATFORM_OS_UNIX) if (home_dir != "./") { searchPath.insert(home_dir + "/"); searchPath.insert(home_dir + "/etc"); } searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/etc"); searchPath.insert("/usr/local/share/workrave/etc"); searchPath.insert("/usr/share/workrave/etc"); #elif defined(PLATFORM_OS_WIN32) searchPath.insert(home_dir + "\\"); searchPath.insert(app_dir + "\\etc"); #elif defined(PLATFORM_OS_OSX) searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/etc"); searchPath.insert(app_dir + "/etc"); searchPath.insert(home_dir + "/"); searchPath.insert(app_dir + "/../Resources/config"); #endif } else if (type == SEARCH_PATH_EXERCISES) { #if defined(PLATFORM_OS_UNIX) searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/exercises"); #elif defined(PLATFORM_OS_WIN32) #if defined(DATA_PATH) searchPath.insert(string(DATA_PATH) + "frontend\\plugin\\exercises\\common\\share"); #endif searchPath.insert(app_dir + "\\share\\exercises"); #elif defined(PLATFORM_OS_OSX) searchPath.insert(string(WORKRAVE_PKGDATADIR) + "/exercises"); searchPath.insert(app_dir + "/share/exercises"); searchPath.insert(app_dir + "/../Resources/exercises"); #else #error Not properly ported. #endif } return searchPath; } //! Completes the directory for the specified file and file type. string Util::complete_directory(string path, Util::SearchPathId type) { string fullPath; bool found = false; const set &searchPath = get_search_path(type); for (set::const_iterator i = searchPath.begin(); !found && i != searchPath.end(); i++) { fullPath = (*i) + G_DIR_SEPARATOR_S + path; found = file_exists(fullPath); } if (!found) { fullPath = path; } return fullPath; } bool Util::running_gnome() { bool ret = false; #ifdef PLATFORM_OS_UNIX gchar *tmp = g_find_program_in_path("gnome-open"); if (tmp != NULL) { g_free(tmp); tmp = (gchar *)g_getenv("GNOME_DESKTOP_SESSION_ID"); ret = ((tmp != NULL) && (*tmp != '\0')); } #endif return ret; } workrave-1_10_10/common/src/WRID.cc000066400000000000000000000115321263301626300170130ustar00rootroot00000000000000// WRID.c --- Definition of Workrave link ID // // Copyright (C) 2007, 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include "WRID.hh" #if defined(PLATFORM_OS_WIN32) #include #include #elif defined(PLATFORM_OS_UNIX) || defined(PLATFORM_OS_OSX) #include #include #include #include #include #include #endif #include "WRID.hh" using namespace workrave; WRID::WRID() { TRACE_ENTER("WRID::WRID"); create(); TRACE_MSG(str()); TRACE_EXIT(); } WRID::WRID(const WRID &rhs) { TRACE_ENTER("WRID::WRID copy"); memcpy(id, rhs.id, sizeof(id)); TRACE_EXIT(); } WRID::WRID(const std::string &str) { TRACE_ENTER("WRID::WRID str"); set(str); TRACE_EXIT(); } WRID& WRID::operator=(const WRID &lid) { TRACE_ENTER("WRID::WRID::="); if (this != &lid) { memcpy(id, lid.id, sizeof(id)); } TRACE_EXIT(); return *this; } bool WRID::operator==(const WRID& lid) const { return memcmp(id, lid.id, sizeof(id)) == 0; } bool WRID::operator!=(const WRID& lid) const { return memcmp(id, lid.id, sizeof(id)) != 0; } bool WRID::operator<(const WRID& lid) const { return memcmp(id, lid.id, sizeof(id)) < 0; } std::string WRID::str() const { static const char *hex = "0123456789abcdef"; char uuid_str[STR_LENGTH + 1]; for (unsigned int i = 0; i < RAW_LENGTH; i++) { uuid_str[2 * i] = hex[(id[i] & 0xf0) >> 4]; uuid_str[2 * i + 1] = hex[id[i] & 0x0f]; } uuid_str[STR_LENGTH] = '\0'; return uuid_str; } guint8 * WRID::raw() const { return (guint8 *) &id; } void WRID::create() { GTimeVal now; g_get_current_time(&now); guint32 *id32 = ((guint32 *)&id); id32[3] = GUINT32_TO_BE(now.tv_sec); get_random_bytes(id, sizeof(id) - 4); } bool WRID::set(const std::string &str) { size_t len = str.length(); bool ret = true; if (len != STR_LENGTH) { ret = false; } if (ret) { memset(id, 0, sizeof(id)); for (unsigned int i = 0; ret && i < len; i++) { char nibble = str[i]; if (nibble >= '0' && nibble <= '9') { nibble -= '0'; } else if (nibble >= 'a' && nibble <= 'f') { nibble -= 'a'; nibble += 10; } else if (nibble >= 'A' && nibble <= 'F') { nibble -= 'A'; nibble += 10; } else { nibble = 0; ret = false; } if (i % 2 == 0) { id[i / 2] |= ((nibble << 4) & 0xf0); } else { id[i / 2] |= (nibble & 0x0f); } } } return ret; } #if defined (PLATFORM_OS_UNIX) || defined (PLATFORM_OS_OSX) void WRID::get_random_bytes(unsigned char *buf, size_t length) { int fd = -1; bool ok = false; do { fd = open("/dev/urandom", O_RDONLY); } while (fd < 0 && errno == EINTR); if (fd >= 0) { size_t s = 0; do { s = read(fd, buf, length); } while (errno == EINTR); if (s == length) { ok = true; } close(fd); } if (!ok) { GRand *grand = g_rand_new(); for (unsigned int i = 0; i < length; i++) { guint32 r = 0; if (i % 4 == 0) { r = g_rand_int(grand); } buf[i] = r & 0xff; r >>= 8; } g_rand_free(grand); } } #elif defined(PLATFORM_OS_WIN32) void WRID::get_random_bytes(unsigned char *buf, size_t length) { HCRYPTPROV hProv; /* 0x40 bit = CRYPT_SILENT, only introduced in more recent PSDKs * and will only work for Win2K and later. */ DWORD flags = CRYPT_VERIFYCONTEXT; if (LOBYTE(LOWORD(GetVersion())) >= 5 ) { flags |= 0x40; } if (CryptAcquireContext(&hProv, NULL, NULL, PROV_RSA_FULL, flags)) { CryptGenRandom(hProv, (DWORD)length, buf); } CryptReleaseContext(hProv, 0); } #else #error Unsupported platform #endif workrave-1_10_10/common/src/debug.cc000066400000000000000000000041751263301626300173410ustar00rootroot00000000000000// debug.cc // // Copyright (C) 2001, 2002, 2003, 2007, 2009, 2011, 2012 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef TRACING #include #include #ifdef PLATFORM_OS_WIN32 #define WIN32_LEAN_AND_MEAN #include /* for GetFileAttributes */ #endif #include "Mutex.hh" #include "debug.hh" using namespace std; Mutex g_log_mutex; std::ofstream g_log_stream; std::string Debug::trace_get_time() { char logtime[128]; time_t ltime; time(<ime); struct tm *tmlt = localtime(<ime); strftime(logtime, 128, "%d%b%Y %H:%M:%S ", tmlt); return logtime; } void Debug::init() { std::string debug_filename; #if defined(WIN32) || defined(PLATFORM_OS_WIN32) char path_buffer[MAX_PATH]; DWORD ret = GetTempPath(MAX_PATH, path_buffer); if (ret > MAX_PATH || ret == 0) { debug_filename = "C:\\temp\\"; } else { debug_filename = path_buffer; } g_mkdir(debug_filename.c_str(), 0); #elif defined(PLATFORM_OS_OSX) debug_filename = "/tmp/"; #elif defined(PLATFORM_OS_UNIX) debug_filename = "/tmp/"; #else #error Unknown platform. #endif char logfile[128]; time_t ltime; time(<ime); struct tm *tmlt = localtime(<ime); strftime(logfile, 128, "workrave-%d%b%Y-%H%M%S", tmlt); debug_filename += logfile; g_log_stream.open(debug_filename.c_str(), std::ios::app); if (g_log_stream.is_open()) { std::cerr.rdbuf(g_log_stream.rdbuf()); } } #endif workrave-1_10_10/common/src/locale.inc000066400000000000000000000446261263301626300177030ustar00rootroot00000000000000struct language_t { const char *code; const char *lang; } languages []= { { "aa", "Afar" }, { "ab", "Abkhazian" }, { "ace", "Achinese" }, { "ach", "Acoli" }, { "ada", "Adangme" }, { "ady", "Adyghe; Adygei" }, { "ae", "Avestan" }, { "af", "Afrikaans" }, { "afa", "Afro-Asiatic (Other)" }, { "afh", "Afrihili" }, { "ain", "Ainu" }, { "ak", "Akan" }, { "akk", "Akkadian" }, { "ale", "Aleut" }, { "alg", "Algonquian languages" }, { "alt", "Southern Altai" }, { "am", "Amharic" }, { "an", "Aragonese" }, { "ang", "English, Old (ca. 450-1100)" }, { "anp", "Angika" }, { "apa", "Apache languages" }, { "ar", "Arabic" }, { "arc", "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" }, { "arn", "Mapudungun; Mapuche" }, { "arp", "Arapaho" }, { "art", "Artificial (Other)" }, { "arw", "Arawak" }, { "as", "Assamese" }, { "ast", "Asturian; Bable; Leonese; Asturleonese" }, { "ath", "Athapascan languages" }, { "aus", "Australian languages" }, { "av", "Avaric" }, { "awa", "Awadhi" }, { "ay", "Aymara" }, { "az", "Azerbaijani" }, { "ba", "Bashkir" }, { "bad", "Banda languages" }, { "bai", "Bamileke languages" }, { "bal", "Baluchi" }, { "ban", "Balinese" }, { "bas", "Basa" }, { "bat", "Baltic (Other)" }, { "be", "Belarusian" }, { "bej", "Beja; Bedawiyet" }, { "bem", "Bemba" }, { "ber", "Berber (Other)" }, { "bg", "Bulgarian" }, { "bh", "Bihari" }, { "bho", "Bhojpuri" }, { "bi", "Bislama" }, { "bik", "Bikol" }, { "bin", "Bini; Edo" }, { "bla", "Siksika" }, { "bm", "Bambara" }, { "bn", "Bengali" }, { "bnt", "Bantu (Other)" }, { "bo", "Tibetan" }, { "br", "Breton" }, { "bra", "Braj" }, { "bs", "Bosnian" }, { "btk", "Batak languages" }, { "bua", "Buriat" }, { "bug", "Buginese" }, { "byn", "Blin; Bilin" }, { "ca", "Catalan; Valencian" }, { "cad", "Caddo" }, { "cai", "Central American Indian (Other)" }, { "car", "Galibi Carib" }, { "cau", "Caucasian (Other)" }, { "ce", "Chechen" }, { "ceb", "Cebuano" }, { "cel", "Celtic (Other)" }, { "ch", "Chamorro" }, { "chb", "Chibcha" }, { "chg", "Chagatai" }, { "chk", "Chuukese" }, { "chm", "Mari" }, { "chn", "Chinook jargon" }, { "cho", "Choctaw" }, { "chp", "Chipewyan; Dene Suline" }, { "chr", "Cherokee" }, { "chy", "Cheyenne" }, { "cmc", "Chamic languages" }, { "co", "Corsican" }, { "cop", "Coptic" }, { "cpe", "Creoles and pidgins, English based (Other)" }, { "cpf", "Creoles and pidgins, French-based (Other)" }, { "cpp", "Creoles and pidgins, Portuguese-based (Other)" }, { "cr", "Cree" }, { "crh", "Crimean Tatar; Crimean Turkish" }, { "crp", "Creoles and pidgins (Other)" }, { "cs", "Czech" }, { "csb", "Kashubian" }, { "cu", "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" }, { "cus", "Cushitic (Other)" }, { "cv", "Chuvash" }, { "cy", "Welsh" }, { "da", "Danish" }, { "dak", "Dakota" }, { "dar", "Dargwa" }, { "day", "Land Dayak languages" }, { "de", "German" }, { "del", "Delaware" }, { "den", "Slave (Athapascan)" }, { "dgr", "Dogrib" }, { "din", "Dinka" }, { "doi", "Dogri" }, { "dra", "Dravidian (Other)" }, { "dsb", "Lower Sorbian" }, { "dua", "Duala" }, { "dum", "Dutch, Middle (ca. 1050-1350)" }, { "dv", "Divehi; Dhivehi; Maldivian" }, { "dyu", "Dyula" }, { "dz", "Dzongkha" }, { "ee", "Ewe" }, { "efi", "Efik" }, { "egy", "Egyptian (Ancient)" }, { "eka", "Ekajuk" }, { "el", "Greek, Modern (1453-)" }, { "elx", "Elamite" }, { "en", "English" }, { "enm", "English, Middle (1100-1500)" }, { "eo", "Esperanto" }, { "es", "Spanish; Castilian" }, { "et", "Estonian" }, { "eu", "Basque" }, { "ewo", "Ewondo" }, { "fa", "Persian" }, { "fan", "Fang" }, { "fat", "Fanti" }, { "ff", "Fulah" }, { "fi", "Finnish" }, { "fil", "Filipino; Pilipino" }, { "fiu", "Finno-Ugrian (Other)" }, { "fj", "Fijian" }, { "fo", "Faroese" }, { "fon", "Fon" }, { "fr", "French" }, { "frm", "French, Middle (ca. 1400-1600)" }, { "fro", "French, Old (842-ca. 1400)" }, { "frr", "Northern Frisian" }, { "frs", "Eastern Frisian" }, { "fur", "Friulian" }, { "fy", "Western Frisian" }, { "ga", "Irish" }, { "gaa", "Ga" }, { "gay", "Gayo" }, { "gba", "Gbaya" }, { "gd", "Gaelic; Scottish Gaelic" }, { "gem", "Germanic (Other)" }, { "gez", "Geez" }, { "gil", "Gilbertese" }, { "gl", "Galician" }, { "gmh", "German, Middle High (ca. 1050-1500)" }, { "gn", "Guarani" }, { "goh", "German, Old High (ca. 750-1050)" }, { "gon", "Gondi" }, { "gor", "Gorontalo" }, { "got", "Gothic" }, { "grb", "Grebo" }, { "grc", "Greek, Ancient (to 1453)" }, { "gsw", "Swiss German; Alemannic" }, { "gu", "Gujarati" }, { "gv", "Manx" }, { "gwi", "Gwich´in" }, { "ha", "Hausa" }, { "hai", "Haida" }, { "haw", "Hawaiian" }, { "he", "Hebrew" }, { "hi", "Hindi" }, { "hil", "Hiligaynon" }, { "him", "Himachali" }, { "hit", "Hittite" }, { "hmn", "Hmong" }, { "ho", "Hiri Motu" }, { "hr", "Croatian" }, { "hsb", "Upper Sorbian" }, { "ht", "Haitian; Haitian Creole" }, { "hu", "Hungarian" }, { "hup", "Hupa" }, { "hy", "Armenian" }, { "hz", "Herero" }, { "ia", "Interlingua (International Auxiliary Language Association)" }, { "iba", "Iban" }, { "id", "Indonesian" }, { "ie", "Interlingue; Occidental" }, { "ig", "Igbo" }, { "ii", "Sichuan Yi; Nuosu" }, { "ijo", "Ijo languages" }, { "ik", "Inupiaq" }, { "ilo", "Iloko" }, { "inc", "Indic (Other)" }, { "ine", "Indo-European (Other)" }, { "inh", "Ingush" }, { "io", "Ido" }, { "ira", "Iranian (Other)" }, { "iro", "Iroquoian languages" }, { "is", "Icelandic" }, { "it", "Italian" }, { "iu", "Inuktitut" }, { "ja", "Japanese" }, { "jbo", "Lojban" }, { "jpr", "Judeo-Persian" }, { "jrb", "Judeo-Arabic" }, { "jv", "Javanese" }, { "ka", "Georgian" }, { "kaa", "Kara-Kalpak" }, { "kab", "Kabyle" }, { "kac", "Kachin; Jingpho" }, { "kam", "Kamba" }, { "kar", "Karen languages" }, { "kaw", "Kawi" }, { "kbd", "Kabardian" }, { "kg", "Kongo" }, { "kha", "Khasi" }, { "khi", "Khoisan (Other)" }, { "kho", "Khotanese" }, { "ki", "Kikuyu; Gikuyu" }, { "kj", "Kuanyama; Kwanyama" }, { "kk", "Kazakh" }, { "kl", "Kalaallisut; Greenlandic" }, { "km", "Central Khmer" }, { "kmb", "Kimbundu" }, { "kn", "Kannada" }, { "ko", "Korean" }, { "kok", "Konkani" }, { "kos", "Kosraean" }, { "kpe", "Kpelle" }, { "kr", "Kanuri" }, { "krc", "Karachay-Balkar" }, { "krl", "Karelian" }, { "kro", "Kru languages" }, { "kru", "Kurukh" }, { "ks", "Kashmiri" }, { "ku", "Kurdish" }, { "kum", "Kumyk" }, { "kut", "Kutenai" }, { "kv", "Komi" }, { "kw", "Cornish" }, { "ky", "Kirghiz; Kyrgyz" }, { "la", "Latin" }, { "lad", "Ladino" }, { "lah", "Lahnda" }, { "lam", "Lamba" }, { "lb", "Luxembourgish; Letzeburgesch" }, { "lez", "Lezghian" }, { "lg", "Ganda" }, { "li", "Limburgan; Limburger; Limburgish" }, { "ln", "Lingala" }, { "lo", "Lao" }, { "lol", "Mongo" }, { "loz", "Lozi" }, { "lt", "Lithuanian" }, { "lu", "Luba-Katanga" }, { "lua", "Luba-Lulua" }, { "lui", "Luiseno" }, { "lun", "Lunda" }, { "luo", "Luo (Kenya and Tanzania)" }, { "lus", "Lushai" }, { "lv", "Latvian" }, { "mad", "Madurese" }, { "mag", "Magahi" }, { "mai", "Maithili" }, { "mak", "Makasar" }, { "man", "Mandingo" }, { "map", "Austronesian (Other)" }, { "mas", "Masai" }, { "mdf", "Moksha" }, { "mdr", "Mandar" }, { "men", "Mende" }, { "mg", "Malagasy" }, { "mga", "Irish, Middle (900-1200)" }, { "mh", "Marshallese" }, { "mi", "Maori" }, { "mic", "Mi'kmaq; Micmac" }, { "min", "Minangkabau" }, { "mis", "Uncoded languages" }, { "mk", "Macedonian" }, { "mkh", "Mon-Khmer (Other)" }, { "ml", "Malayalam" }, { "mn", "Mongolian" }, { "mnc", "Manchu" }, { "mni", "Manipuri" }, { "mno", "Manobo languages" }, { "mo", "Moldavian" }, { "moh", "Mohawk" }, { "mos", "Mossi" }, { "mr", "Marathi" }, { "ms", "Malay" }, { "mt", "Maltese" }, { "mul", "Multiple languages" }, { "mun", "Munda languages" }, { "mus", "Creek" }, { "mwl", "Mirandese" }, { "mwr", "Marwari" }, { "my", "Burmese" }, { "myn", "Mayan languages" }, { "myv", "Erzya" }, { "na", "Nauru" }, { "nah", "Nahuatl languages" }, { "nai", "North American Indian" }, { "nap", "Neapolitan" }, { "nb", "Norwegian Bokmål; Bokmål, Norwegian" }, { "nd", "Ndebele, North; North Ndebele" }, { "nds", "Low German; Low Saxon; German, Low; Saxon, Low" }, { "ne", "Nepali" }, { "new", "Newari; Nepal Bhasa" }, { "ng", "Ndonga" }, { "nia", "Nias" }, { "nic", "Niger-Kordofanian (Other)" }, { "niu", "Niuean" }, { "nl", "Dutch; Flemish" }, { "nn", "Norwegian Nynorsk; Nynorsk, Norwegian" }, { "no", "Norwegian" }, { "nog", "Nogai" }, { "non", "Norse, Old" }, { "nqo", "N'ko" }, { "nr", "Ndebele, South; South Ndebele" }, { "nso", "Northern Sotho, Pedi; Sepedi" }, { "nub", "Nubian languages" }, { "nv", "Navajo; Navaho" }, { "nwc", "Classical Newari; Old Newari; Classical Nepal Bhasa" }, { "ny", "Chichewa; Chewa; Nyanja" }, { "nym", "Nyamwezi" }, { "nyn", "Nyankole" }, { "nyo", "Nyoro" }, { "nzi", "Nzima" }, { "oc", "Occitan (post 1500); Provençal" }, { "oj", "Ojibwa" }, { "om", "Oromo" }, { "or", "Oriya" }, { "os", "Ossetian; Ossetic" }, { "osa", "Osage" }, { "ota", "Turkish, Ottoman (1500-1928)" }, { "oto", "Otomian languages" }, { "pa", "Panjabi; Punjabi" }, { "paa", "Papuan (Other)" }, { "pag", "Pangasinan" }, { "pal", "Pahlavi" }, { "pam", "Pampanga; Kapampangan" }, { "pap", "Papiamento" }, { "pau", "Palauan" }, { "peo", "Persian, Old (ca. 600-400 B.C.)" }, { "phi", "Philippine (Other)" }, { "phn", "Phoenician" }, { "pi", "Pali" }, { "pl", "Polish" }, { "pon", "Pohnpeian" }, { "pra", "Prakrit languages" }, { "pro", "Provençal, Old (to 1500)" }, { "ps", "Pushto" }, { "pt", "Portuguese" }, { "qaa-qtz", "Reserved for local use" }, { "qu", "Quechua" }, { "raj", "Rajasthani" }, { "rap", "Rapanui" }, { "rar", "Rarotongan; Cook Island Maori" }, { "rm", "Romansh" }, { "rn", "Rundi" }, { "ro", "Romanian" }, { "roa", "Romance (Other)" }, { "rom", "Romany" }, { "ru", "Russian" }, { "rup", "Aromanian; Arumanian; Macedo-Romanian" }, { "rw", "Kinyarwanda" }, { "sa", "Sanskrit" }, { "sad", "Sandawe" }, { "sah", "Yakut" }, { "sai", "South American Indian (Other)" }, { "sal", "Salishan languages" }, { "sam", "Samaritan Aramaic" }, { "sas", "Sasak" }, { "sat", "Santali" }, { "sc", "Sardinian" }, { "scn", "Sicilian" }, { "sco", "Scots" }, { "sd", "Sindhi" }, { "se", "Northern Sami" }, { "sel", "Selkup" }, { "sem", "Semitic (Other)" }, { "sg", "Sango" }, { "sga", "Irish, Old (to 900)" }, { "sgn", "Sign Languages" }, { "shn", "Shan" }, { "si", "Sinhala; Sinhalese" }, { "sid", "Sidamo" }, { "sio", "Siouan languages" }, { "sit", "Sino-Tibetan (Other)" }, { "sk", "Slovak" }, { "sl", "Slovenian" }, { "sla", "Slavic (Other)" }, { "sm", "Samoan" }, { "sma", "Southern Sami" }, { "smi", "Sami languages (Other)" }, { "smj", "Lule Sami" }, { "smn", "Inari Sami" }, { "sms", "Skolt Sami" }, { "sn", "Shona" }, { "snk", "Soninke" }, { "so", "Somali" }, { "sog", "Sogdian" }, { "son", "Songhai languages" }, { "sq", "Albanian" }, { "sr", "Serbian" }, { "srn", "Sranan Tongo" }, { "srr", "Serer" }, { "ss", "Swati" }, { "ssa", "Nilo-Saharan (Other)" }, { "st", "Sotho, Southern" }, { "su", "Sundanese" }, { "suk", "Sukuma" }, { "sus", "Susu" }, { "sux", "Sumerian" }, { "sv", "Swedish" }, { "sw", "Swahili" }, { "syc", "Classical Syriac" }, { "syr", "Syriac" }, { "ta", "Tamil" }, { "tai", "Tai (Other)" }, { "te", "Telugu" }, { "tem", "Timne" }, { "ter", "Tereno" }, { "tet", "Tetum" }, { "tg", "Tajik" }, { "th", "Thai" }, { "ti", "Tigrinya" }, { "tig", "Tigre" }, { "tiv", "Tiv" }, { "tk", "Turkmen" }, { "tkl", "Tokelau" }, { "tl", "Tagalog" }, { "tlh", "Klingon; tlhIngan-Hol" }, { "tli", "Tlingit" }, { "tmh", "Tamashek" }, { "tn", "Tswana" }, { "to", "Tonga (Tonga Islands)" }, { "tog", "Tonga (Nyasa)" }, { "tpi", "Tok Pisin" }, { "tr", "Turkish" }, { "ts", "Tsonga" }, { "tsi", "Tsimshian" }, { "tt", "Tatar" }, { "tum", "Tumbuka" }, { "tup", "Tupi languages" }, { "tut", "Altaic (Other)" }, { "tvl", "Tuvalu" }, { "tw", "Twi" }, { "ty", "Tahitian" }, { "tyv", "Tuvinian" }, { "udm", "Udmurt" }, { "ug", "Uighur; Uyghur" }, { "uga", "Ugaritic" }, { "uk", "Ukrainian" }, { "umb", "Umbundu" }, { "und", "Undetermined" }, { "ur", "Urdu" }, { "uz", "Uzbek" }, { "vai", "Vai" }, { "ve", "Venda" }, { "vi", "Vietnamese" }, { "vo", "Volapük" }, { "vot", "Votic" }, { "wa", "Walloon" }, { "wak", "Wakashan languages" }, { "wal", "Walamo" }, { "war", "Waray" }, { "was", "Washo" }, { "wen", "Sorbian languages" }, { "wo", "Wolof" }, { "xal", "Kalmyk; Oirat" }, { "xh", "Xhosa" }, { "yao", "Yao" }, { "yap", "Yapese" }, { "yi", "Yiddish" }, { "yo", "Yoruba" }, { "ypk", "Yupik languages" }, { "za", "Zhuang; Chuang" }, { "zap", "Zapotec" }, { "zbl", "Blissymbols; Blissymbolics; Bliss" }, { "zen", "Zenaga" }, { "zh", "Chinese" }, { "znd", "Zande languages" }, { "zu", "Zulu" }, { "zun", "Zuni" }, { "zxx", "No linguistic content" }, { "zza", "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" }, }; struct country_t { const char *code; const char *country; } countries []= { { "AD", "Andorra" }, { "AE", "United Arab Emirates" }, { "AF", "Afghanistan" }, { "AG", "Antigua and Barbuda" }, { "AI", "Anguilla" }, { "AL", "Albania" }, { "AM", "Armenia" }, { "AN", "Netherlands Antilles" }, { "AO", "Angola" }, { "AQ", "Antarctica" }, { "AR", "Argentina" }, { "AS", "American Samoa" }, { "AT", "Austria" }, { "AU", "Australia" }, { "AW", "Aruba" }, { "AX", "Åland Islands" }, { "AZ", "Azerbaijan" }, { "BA", "Bosnia and Herzegovina" }, { "BB", "Barbados" }, { "BD", "Bangladesh" }, { "BE", "Belgium" }, { "BF", "Burkina Faso" }, { "BG", "Bulgaria" }, { "BH", "Bahrain" }, { "BI", "Burundi" }, { "BJ", "Benin" }, { "BM", "Bermuda" }, { "BN", "Brunei Darussalam" }, { "BO", "Bolivia" }, { "BR", "Brazil" }, { "BS", "Bahamas" }, { "BT", "Bhutan" }, { "BV", "Bouvet Island" }, { "BW", "Botswana" }, { "BY", "Belarus" }, { "BZ", "Belize" }, { "CA", "Canada" }, { "CC", "Cocos (Keeling) Islands" }, { "CD", "Congo, The Democratic Republic of the" }, { "CF", "Central African Republic" }, { "CG", "Congo" }, { "CH", "Switzerland" }, { "CI", "Côte d'Ivoire" }, { "CK", "Cook Islands" }, { "CL", "Chile" }, { "CM", "Cameroon" }, { "CN", "China" }, { "CO", "Colombia" }, { "CR", "Costa Rica" }, { "CU", "Cuba" }, { "CV", "Cape Verde" }, { "CX", "Christmas Island" }, { "CY", "Cyprus" }, { "CZ", "Czech Republic" }, { "DE", "Germany" }, { "DJ", "Djibouti" }, { "DK", "Denmark" }, { "DM", "Dominica" }, { "DO", "Dominican Republic" }, { "DZ", "Algeria" }, { "EC", "Ecuador" }, { "EE", "Estonia" }, { "EG", "Egypt" }, { "EH", "Western Sahara" }, { "ER", "Eritrea" }, { "ES", "Spain" }, { "ET", "Ethiopia" }, { "FI", "Finland" }, { "FJ", "Fiji" }, { "FK", "Falkland Islands (Malvinas)" }, { "FM", "Micronesia, Federated States of" }, { "FO", "Faroe Islands" }, { "FR", "France" }, { "GA", "Gabon" }, { "GB", "United Kingdom" }, { "GD", "Grenada" }, { "GE", "Georgia" }, { "GF", "French Guiana" }, { "GG", "Guernsey" }, { "GH", "Ghana" }, { "GI", "Gibraltar" }, { "GL", "Greenland" }, { "GM", "Gambia" }, { "GN", "Guinea" }, { "GP", "Guadeloupe" }, { "GQ", "Equatorial Guinea" }, { "GR", "Greece" }, { "GS", "South Georgia and the South Sandwich Islands" }, { "GT", "Guatemala" }, { "GU", "Guam" }, { "GW", "Guinea-Bissau" }, { "GY", "Guyana" }, { "HK", "Hong Kong" }, { "HM", "Heard Island and McDonald Islands" }, { "HN", "Honduras" }, { "HR", "Croatia" }, { "HT", "Haiti" }, { "HU", "Hungary" }, { "ID", "Indonesia" }, { "IE", "Ireland" }, { "IL", "Israel" }, { "IM", "Isle of Man" }, { "IN", "India" }, { "IO", "British Indian Ocean Territory" }, { "IQ", "Iraq" }, { "IR", "Iran, Islamic Republic of" }, { "IS", "Iceland" }, { "IT", "Italy" }, { "JE", "Jersey" }, { "JM", "Jamaica" }, { "JO", "Jordan" }, { "JP", "Japan" }, { "KE", "Kenya" }, { "KG", "Kyrgyzstan" }, { "KH", "Cambodia" }, { "KI", "Kiribati" }, { "KM", "Comoros" }, { "KN", "Saint Kitts and Nevis" }, { "KP", "Korea, Democratic People's Republic of" }, { "KR", "Korea, Republic of" }, { "KW", "Kuwait" }, { "KY", "Cayman Islands" }, { "KZ", "Kazakhstan" }, { "LA", "Lao People's Democratic Republic" }, { "LB", "Lebanon" }, { "LC", "Saint Lucia" }, { "LI", "Liechtenstein" }, { "LK", "Sri Lanka" }, { "LR", "Liberia" }, { "LS", "Lesotho" }, { "LT", "Lithuania" }, { "LU", "Luxembourg" }, { "LV", "Latvia" }, { "LY", "Libyan Arab Jamahiriya" }, { "MA", "Morocco" }, { "MC", "Monaco" }, { "MD", "Moldova, Republic of" }, { "ME", "Montenegro" }, { "MG", "Madagascar" }, { "MH", "Marshall Islands" }, { "MK", "Macedonia, Republic of" }, { "ML", "Mali" }, { "MM", "Myanmar" }, { "MN", "Mongolia" }, { "MO", "Macao" }, { "MP", "Northern Mariana Islands" }, { "MQ", "Martinique" }, { "MR", "Mauritania" }, { "MS", "Montserrat" }, { "MT", "Malta" }, { "MU", "Mauritius" }, { "MV", "Maldives" }, { "MW", "Malawi" }, { "MX", "Mexico" }, { "MY", "Malaysia" }, { "MZ", "Mozambique" }, { "NA", "Namibia" }, { "NC", "New Caledonia" }, { "NE", "Niger" }, { "NF", "Norfolk Island" }, { "NG", "Nigeria" }, { "NI", "Nicaragua" }, { "NL", "Netherlands" }, { "NO", "Norway" }, { "NP", "Nepal" }, { "NR", "Nauru" }, { "NU", "Niue" }, { "NZ", "New Zealand" }, { "OM", "Oman" }, { "PA", "Panama" }, { "PE", "Peru" }, { "PF", "French Polynesia" }, { "PG", "Papua New Guinea" }, { "PH", "Philippines" }, { "PK", "Pakistan" }, { "PL", "Poland" }, { "PM", "Saint Pierre and Miquelon" }, { "PN", "Pitcairn" }, { "PR", "Puerto Rico" }, { "PS", "Palestinian Territory, Occupied" }, { "PT", "Portugal" }, { "PW", "Palau" }, { "PY", "Paraguay" }, { "QA", "Qatar" }, { "RE", "Reunion" }, { "RO", "Romania" }, { "RS", "Serbia" }, { "RU", "Russian Federation" }, { "RW", "Rwanda" }, { "SA", "Saudi Arabia" }, { "SB", "Solomon Islands" }, { "SC", "Seychelles" }, { "SD", "Sudan" }, { "SE", "Sweden" }, { "SG", "Singapore" }, { "SH", "Saint Helena" }, { "SI", "Slovenia" }, { "SJ", "Svalbard and Jan Mayen" }, { "SK", "Slovakia" }, { "SL", "Sierra Leone" }, { "SM", "San Marino" }, { "SN", "Senegal" }, { "SO", "Somalia" }, { "SR", "Suriname" }, { "ST", "Sao Tome and Principe" }, { "SV", "El Salvador" }, { "SY", "Syrian Arab Republic" }, { "SZ", "Swaziland" }, { "TC", "Turks and Caicos Islands" }, { "TD", "Chad" }, { "TF", "French Southern Territories" }, { "TG", "Togo" }, { "TH", "Thailand" }, { "TJ", "Tajikistan" }, { "TK", "Tokelau" }, { "TL", "Timor-Leste" }, { "TM", "Turkmenistan" }, { "TN", "Tunisia" }, { "TO", "Tonga" }, { "TR", "Turkey" }, { "TT", "Trinidad and Tobago" }, { "TV", "Tuvalu" }, { "TW", "Taiwan" }, { "TZ", "Tanzania, United Republic of" }, { "UA", "Ukraine" }, { "UG", "Uganda" }, { "UM", "United States Minor Outlying Islands" }, { "US", "United States" }, { "UY", "Uruguay" }, { "UZ", "Uzbekistan" }, { "VA", "Holy See (Vatican City State)" }, { "VC", "Saint Vincent and the Grenadines" }, { "VE", "Venezuela" }, { "VG", "Virgin Islands, British" }, { "VI", "Virgin Islands, U.S." }, { "VN", "Viet Nam" }, { "VU", "Vanuatu" }, { "WF", "Wallis and Futuna" }, { "WS", "Samoa" }, { "YE", "Yemen" }, { "YT", "Mayotte" }, { "ZA", "South Africa" }, { "ZM", "Zambia" }, { "ZW", "Zimbabwe" }, }; workrave-1_10_10/common/src/win32/000077500000000000000000000000001263301626300166775ustar00rootroot00000000000000workrave-1_10_10/common/src/win32/Makefile.am000066400000000000000000000013321263301626300207320ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2007, 2008, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in if PLATFORM_OS_WIN32 noinst_LTLIBRARIES = libworkrave-common-win32.la libworkrave_common_win32_la_SOURCES = \ crashlog.c libworkrave_common_win32_la_LIBADD = libworkrave_common_win32_la_CXXFLAGS = @GLIB_CFLAGS@ endif AM_CPPFLAGS = -W -D_XOPEN_SOURCE=600 -I. -I$(top_srcdir)/common/include \ -I$(top_srcdir)/common/include/win32 -I$(top_srcdir)/common/win32/harpoon/include EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.c) \ $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) workrave-1_10_10/common/src/win32/W32CriticalSection.cc000066400000000000000000000170661263301626300225730ustar00rootroot00000000000000// W32CriticalSection.cc --- RAII for critical section objects // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include #include #include "W32CriticalSection.hh" /* A critical section is a fast and light thread synchronization object in Windows. Critical sections are used by creating a CRITICAL_SECTION object which must be initialized, can be locked and unlocked multiple times, and then can be deleted. http://msdn.microsoft.com/en-us/library/windows/desktop/ms682530.aspx This class, W32CriticalSection, is an RAII wrapper around Microsoft's CRITICAL_SECTION object that handles the initialization, locking/unlocking and deletion. The locking is thread re-entrant, unlike Microsoft's own critical_section class which is not. To use W32CriticalSection: Add a W32CriticalSection object to your class or somewhere that it's available to your threads. When creating the object you can specify the spin count, which specifies how many times to try for the locked object instead of taking a context switch. While the latter sounds expensive, remember that a context switch isn't needed unless the object is locked. Whether it's worthwhile to set the spin depends on how many threads are in contention and whether you've done some type of profiling. You then create a W32CriticalSection::Guard object in any scope of code that you need to lock and unlock. ***That is important: The W32CriticalSection::Guard object's destructor is called when it goes out of scope, and it will unlock the W32CriticalSection object that it locked. Example guard simple: W32CriticalSection section; // section's constructor creates and initializes a CRITICAL_SECTION void SomeFunction() { W32CriticalSection::Guard guard( section ); // guard's constructor locks section here shared_thread_variable = 123; // some awesome guarded code here } // the guard's destructor is called on return and it unlocks section here Advanced: There are two nested guard classes, W32CriticalSection::AdvancedGuard and W32CriticalSection::Guard. A single W32CriticalSection::AdvancedGuard object can be used to guard multiple W32CriticalSection objects and locking and unlocking can be controlled by its methods: bool TryLock( W32CriticalSection &cs ): Calls TryEnterCriticalSection() bool TryLockFor( W32CriticalSection &cs, DWORD milliseconds ): Calls TryEnterCriticalSection() void Lock( W32CriticalSection &cs ): Calls EnterCriticalSection() void Unlock( W32CriticalSection &cs ): Calls LeaveCriticalSection() W32CriticalSection::Guard cannot be used on multiple W32CriticalSection objects and has none of the above methods. Both W32CriticalSection::AdvancedGuard and W32CriticalSection::Guard destruct similar in that they unlock what that they had locked. To use W32CriticalSection::AdvancedGuard it is recommended to create and initialize in the scope of what needs to be locked for the RAII advantage, like W32CriticalSection::Guard (see its example). You can set an initial lock on construction or you can set one at any time by calling the Lock() method (you do not need to do both on the same W32CriticalSection object although it's fine to do). The destructor for W32CriticalSection::AdvancedGuard calls LeaveCriticalSection() for every section it has locked for the number of times it has not already unlocked. If you lock an object three times and later unlock it once via Unlock() then when the destructor is called it calls LeaveCriticalSection() twice for that object. And for multiple objects the unlocking order is reverse from the locking order. For (a convoluted) example: W32CriticalSection::AdvancedGuard guard( a ); // calls Lock( a ) guard.Lock( a ); guard.Lock( b ); guard.Lock( a ); guard.Lock( c ); guard.Unlock( a ); The AdvancedGuard object destructor would call LeaveCriticalSection() in this order: c, b, a, a Example guard advanced: W32CriticalSection section, section2; void SomeFunction() { W32CriticalSection::AdvancedGuard guard( section ); // guard's constructor locks section shared_thread_variable = 123; // some awesome guarded code here SomeOtherFunction(); // something will happen in some other thread that locks section2 for a bit guard.Lock( section2 ); // we're waiting for section2 mp_update_core(); // some awesome dangerous thing here } // when the guard's destructor is called on return it unlocks section and section2 here */ W32CriticalSection::AdvancedGuard::AdvancedGuard() : W32CriticalSection( 500 ) {} // Lock 'cs' once. W32CriticalSection::AdvancedGuard::AdvancedGuard( W32CriticalSection &cs ) : W32CriticalSection( 500 ) { Lock( cs ); } // Unlock all the locks held that have not yet been unlocked via Unlock(). W32CriticalSection::AdvancedGuard::~AdvancedGuard() { for( std::list::reverse_iterator i = list_.rbegin(); i != list_.rend(); ++i ) { LeaveCriticalSection( *i ); } } // Try to lock 'cs' once without blocking for it. // Returns true if acquired. bool W32CriticalSection::AdvancedGuard::TryLock( W32CriticalSection &cs ) { if( !TryEnterCriticalSection( &cs ) ) return false; Guard guard( *this ); list_.push_back( &cs ); return true; } // Try to lock 'cs' once by blocking for it only for a specific number of 'milliseconds'. // Returns true if acquired. bool W32CriticalSection::AdvancedGuard::TryLockFor( W32CriticalSection &cs, const DWORD milliseconds ) { const int spin = ( milliseconds ? 4000 : 1 ); const DWORD start = GetTickCount(); DWORD remaining = milliseconds; for( DWORD interval = 1; /**/; interval *= 2 ) { for( int i = 0; i < spin; ++i ) { if( TryEnterCriticalSection( &cs ) ) { Guard guard( *this ); list_.push_back( &cs ); return true; } if( milliseconds != INFINITE ) { DWORD elapsed = GetTickCount() - start; if( elapsed >= milliseconds ) return false; remaining = milliseconds - elapsed; } } if( ( interval > 128 ) || ( interval > remaining ) ) interval = 1; Sleep( interval ); } } // Lock 'cs' once by blocking for it. // Returns after the lock has been acquired. void W32CriticalSection::AdvancedGuard::Lock( W32CriticalSection &cs ) { EnterCriticalSection( &cs ); Guard guard( *this ); list_.push_back( &cs ); } // Unlock 'cs' once. // Returns after the lock has been released. void W32CriticalSection::AdvancedGuard::Unlock( W32CriticalSection &cs ) { Guard guard( *this ); for( std::list::reverse_iterator i = list_.rbegin(); i != list_.rend(); ++i ) { if( *i != &cs ) continue; list_.erase( (++i).base() ); LeaveCriticalSection( &cs ); return; } } workrave-1_10_10/common/src/win32/crashlog.c000066400000000000000000000531111263301626300206460ustar00rootroot00000000000000/* * crashlog.c * * Copyright (C) 2003, 2004, 2005, 2007, 2010, 2011 Rob Caelers * Copyright (C) 2007 Ray Satiro * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Based on Dr. Mingw. and OpenTTD */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "crashlog.h" #include "harpoon.h" #include #ifndef _O_APPEND #define _O_APPEND 0x0008 #endif #ifndef _O_TEXT #define _O_TEXT 0x4000 #endif static void unwind_stack(FILE *log, HANDLE process, PCONTEXT context); static void dump_registers(FILE *log, PCONTEXT context); static void dump_registry(FILE *log, HKEY key, char *name); /* static void print_module_list(FILE *log); */ static DWORD GetModuleBase(DWORD dwAddress) { MEMORY_BASIC_INFORMATION Buffer; return VirtualQuery((LPCVOID) dwAddress, &Buffer, sizeof(Buffer)) ? (DWORD) Buffer.AllocationBase : 0; } static EXCEPTION_DISPOSITION __cdecl double_exception_handler(struct _EXCEPTION_RECORD *exception_record, void *establisher_frame, struct _CONTEXT *context_record, void *dispatcher_context) { (void) exception_record; (void) establisher_frame; (void) context_record; (void) dispatcher_context; MessageBox(NULL, "Workrave has unexpectedly crashed and failed to create a crash " "log. This is serious. Please report this to crashes@workrave.org or " "file a bugreport at: http://issues.workrave.org/. " , "Double exception", MB_OK); exit(1); } LONG WINAPI exception_filter(EXCEPTION_POINTERS *ep) { return exception_handler(ep->ExceptionRecord, NULL, ep->ContextRecord, NULL); } EXCEPTION_DISPOSITION __cdecl exception_handler(struct _EXCEPTION_RECORD *exception_record, void *establisher_frame, struct _CONTEXT *context_record, void *dispatcher_context) { char crash_log_name[MAX_PATH]; char crash_text[1024]; TCHAR szModule[MAX_PATH]; HMODULE hModule; FILE *log; (void) establisher_frame; (void) dispatcher_context; __try1(double_exception_handler); harpoon_unblock_input(); /* Modified for Unicode >= WinNT. No UnicoWS check for Me/98/95. jay satiro, workrave project, july 2007 */ WCHAR env_var[ 20 ] = { 0, }; WCHAR crashlog[] = L"\\workrave-crashlog.txt"; WCHAR *wbuffer = NULL; WCHAR *p_wbuffer = NULL; DWORD ( WINAPI *GetEnvironmentVariableW ) ( LPCWSTR, LPWSTR, DWORD ); HANDLE ( WINAPI *CreateFileW ) ( LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE ); GetEnvironmentVariableW = ( DWORD ( WINAPI * ) ( LPCWSTR, LPWSTR, DWORD ) ) GetProcAddress( GetModuleHandleA( "kernel32.dll" ), "GetEnvironmentVariableW" ); CreateFileW = ( HANDLE ( WINAPI * ) ( LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE ) ) GetProcAddress( GetModuleHandleA( "kernel32.dll" ), "CreateFileW" ); if( GetEnvironmentVariableW && CreateFileW ) // >= WinNT { HANDLE handle; DWORD bufsize, ret; wcsncpy( env_var, L"APPDATA", 19 ); env_var[ 19 ] = '\0'; bufsize = ( *GetEnvironmentVariableW ) ( env_var, NULL, 0 ); // bufsize is size in wide chars, including null if( !bufsize ) // If %appdata% is unsuitable, try temp: { wcsncpy( env_var, L"TEMP", 19 ); env_var[ 19 ] = '\0'; bufsize = ( *GetEnvironmentVariableW ) ( env_var, NULL, 0 ); } ret = 0; wbuffer = NULL; if( bufsize ) { // We will need room for \\?\ so add 4 if( (wbuffer = (WCHAR *)calloc( 4 + bufsize + wcslen( crashlog ), sizeof( WCHAR ) ) ) != NULL) { wcscpy( wbuffer, L"\\\\?\\" ); p_wbuffer = wbuffer + 4; ret = ( *GetEnvironmentVariableW ) ( env_var, p_wbuffer, bufsize ); } } if( !ret ) // Environment unsuitable, notify & terminate. { free( wbuffer ); snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. The environment is " "unsuitable to create a crash log. Please file a bug report:\n" "http://issues.workrave.org/\n" "Thanks."); MessageBoxA( NULL, crash_text, "Exception", MB_OK ); __except1; exit( 1 ); } //last wchar p_wbuffer = wbuffer + wcslen(wbuffer) - 1; while( *p_wbuffer == L'\\' ) // remove trailing slashes { *p_wbuffer-- = L'\0'; } // append filename to end of string wcscpy( ++p_wbuffer, crashlog ); // compare first wchar of returned environment string if( wbuffer[ 4 ] == L'\\' ) /* If possible network path, don't include literal \\?\ \\?\\\1.2.3.4\workrave-crashlog.txt should be \\1.2.3.4\workrave-crashlog.txt */ p_wbuffer = wbuffer + 4; else // Point to start of wbuffer: p_wbuffer = wbuffer; handle = ( *CreateFileW ) ( p_wbuffer, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL ); int fd = _open_osfhandle( (intptr_t) handle, _O_APPEND | _O_TEXT ); log = _fdopen( fd, "w" ); } else // if( GetVersion() & (DWORD) 0x80000000 ) // Windows Me/98/95 { GetModuleFileName(GetModuleHandle(NULL), crash_log_name, sizeof(crash_log_name)); // crash_log_name == c:\program files\workrave\lib\workrave.exe char *s = strrchr(crash_log_name, '\\'); assert (s); *s = '\0'; // crash_log_name == c:\program files\workrave\lib s = strrchr(crash_log_name, '\\'); assert (s); *s = '\0'; // crash_log_name == c:\program files\workrave strcat(crash_log_name, "\\workrave-crashlog.txt"); log = fopen(crash_log_name, "w"); } if( log == NULL ) // workrave-crashlog.txt wasn't created. { snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. An attempt to create " "a crashlog has failed. Please file a bug report:\n" "http://issues.workrave.org/\n" "Thanks."); MessageBoxA( NULL, crash_text, "Exception", MB_OK ); __except1; exit( 1 ); } SYSTEMTIME SystemTime; GetLocalTime(&SystemTime); fprintf(log, "Crash log created on %02d/%02d/%04d at %02d:%02d:%02d.\n\n", SystemTime.wDay, SystemTime.wMonth, SystemTime.wYear, SystemTime.wHour, SystemTime.wMinute, SystemTime.wSecond); fprintf(log, "version = %s\n", VERSION); fprintf(log, "compile date = %s\n", __DATE__); fprintf(log, "compile time = %s\n", __TIME__); fprintf(log, "features = " #ifdef HAVE_DISTRIBUTION "DISTRIBUTION " #endif #ifdef HAVE_EXERCISES "EXERCISES " #endif #ifdef HAVE_GCONF "GCONF?? " #endif #ifdef HAVE_GDOME "GDOME " #endif #ifdef HAVE_GNET "GNET " #endif #ifdef HAVE_GNET2 "GNET2 " #endif #ifdef HAVE_XRECORD "XRECORD?? " #endif #ifndef NDEBUG "DEBUG " #endif "\n" ); // write locale info: char *buffer = NULL; int bufsize = GetLocaleInfoA( LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE, buffer, 0); if( bufsize ) buffer = (char *)calloc( bufsize + 1, 1 ); if( buffer ) { GetLocaleInfoA( LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE, buffer, bufsize); buffer[ bufsize ] = '\0'; fprintf( log, "locale = %s\n", buffer ); free( buffer ); } fprintf(log, "\n\n"); fprintf(log, "code = %x\n", (int) exception_record->ExceptionCode); fprintf(log, "flags = %x\n", (int) exception_record->ExceptionFlags); fprintf(log, "address = %x\n", (int) exception_record->ExceptionAddress); fprintf(log, "params = %d\n", (int) exception_record->NumberParameters); fprintf(log, "%s caused ", GetModuleFileName(NULL, szModule, MAX_PATH) ? szModule : "Application"); switch (exception_record->ExceptionCode) { case EXCEPTION_ACCESS_VIOLATION: fprintf(log, "an Access Violation"); break; case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: fprintf(log, "an Array Bound Exceeded"); break; case EXCEPTION_BREAKPOINT: fprintf(log, "a Breakpoint"); break; case EXCEPTION_DATATYPE_MISALIGNMENT: fprintf(log, "a Datatype Misalignment"); break; case EXCEPTION_FLT_DENORMAL_OPERAND: fprintf(log, "a Float Denormal Operand"); break; case EXCEPTION_FLT_DIVIDE_BY_ZERO: fprintf(log, "a Float Divide By Zero"); break; case EXCEPTION_FLT_INEXACT_RESULT: fprintf(log, "a Float Inexact Result"); break; case EXCEPTION_FLT_INVALID_OPERATION: fprintf(log, "a Float Invalid Operation"); break; case EXCEPTION_FLT_OVERFLOW: fprintf(log, "a Float Overflow"); break; case EXCEPTION_FLT_STACK_CHECK: fprintf(log, "a Float Stack Check"); break; case EXCEPTION_FLT_UNDERFLOW: fprintf(log, "a Float Underflow"); break; case EXCEPTION_GUARD_PAGE: fprintf(log, "a Guard Page"); break; case EXCEPTION_ILLEGAL_INSTRUCTION: fprintf(log, "an Illegal Instruction"); break; case EXCEPTION_IN_PAGE_ERROR: fprintf(log, "an In Page Error"); break; case EXCEPTION_INT_DIVIDE_BY_ZERO: fprintf(log, "an Integer Divide By Zero"); break; case EXCEPTION_INT_OVERFLOW: fprintf(log, "an Integer Overflow"); break; case EXCEPTION_INVALID_DISPOSITION: fprintf(log, "an Invalid Disposition"); break; case EXCEPTION_INVALID_HANDLE: fprintf(log, "an Invalid Handle"); break; case EXCEPTION_NONCONTINUABLE_EXCEPTION: fprintf(log, "a Noncontinuable Exception"); break; case EXCEPTION_PRIV_INSTRUCTION: fprintf(log, "a Privileged Instruction"); break; case EXCEPTION_SINGLE_STEP: fprintf(log, "a Single Step"); break; case EXCEPTION_STACK_OVERFLOW: fprintf(log, "a Stack Overflow"); break; case DBG_CONTROL_C: fprintf(log, "a Control+C"); break; case DBG_CONTROL_BREAK: fprintf(log, "a Control+Break"); break; case DBG_TERMINATE_THREAD: fprintf(log, "a Terminate Thread"); break; case DBG_TERMINATE_PROCESS: fprintf(log, "a Terminate Process"); break; case RPC_S_UNKNOWN_IF: fprintf(log, "an Unknown Interface"); break; case RPC_S_SERVER_UNAVAILABLE: fprintf(log, "a Server Unavailable"); break; default: fprintf(log, "an Unknown [0x%lX] Exception", exception_record->ExceptionCode); break; } fprintf(log, " at location %08x", (int) exception_record->ExceptionAddress); if ((hModule = (HMODULE) GetModuleBase((DWORD) exception_record->ExceptionAddress) && GetModuleFileName(hModule, szModule, sizeof(szModule)))) fprintf(log, " in module %s", szModule); // If the exception was an access violation, print out some additional information, to the error log and the debugger. if(exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION && exception_record->NumberParameters >= 2) fprintf(log, " %s location %08x\n\n", exception_record->ExceptionInformation[0] ? "writing to" : "reading from", exception_record->ExceptionInformation[1]); DWORD pid = GetCurrentProcessId(); HANDLE process = OpenProcess(PROCESS_ALL_ACCESS, TRUE, pid); dump_registers(log, context_record); unwind_stack(log, process, context_record); print_module_list(log); fprintf(log, "\nRegistry dump:\n\n"); dump_registry(log, HKEY_CURRENT_USER, "Software\\Workrave"); fclose(log); if( GetEnvironmentVariableW && CreateFileW ) // >= WinNT { WCHAR *one = L"Workrave has unexpectedly crashed. A crash log has been saved to:\n"; WCHAR *two = L"\nPlease file a bug report: http://issues.workrave.org/\n" L"Thanks."; WCHAR *nomem = L"Workrave is out of memory!"; int size = wcslen( one ) + wcslen( p_wbuffer ) + wcslen( two ) + 1; WCHAR *message = (WCHAR *)calloc( size, sizeof( WCHAR ) ); if( !message ) // Low memory... { // % + % + null = 3 extra size = wcslen( one ) + wcslen( env_var ) + wcslen( crashlog ) + wcslen( two ) + 3; message = (WCHAR *)calloc( size, sizeof( WCHAR ) ); if( message ) { snwprintf( message, size - 1, L"%ws%%%ws%%%ws%ws", one, env_var, crashlog, two ); message[ size - 1 ] = L'\0'; } else // No memory... message = nomem; } else // A buffer was allocated with enough memory to hold p_wbuffer { snwprintf( message, size - 1, L"%ws%ws%ws", one, p_wbuffer, two ); message[ size - 1 ] = L'\0'; } MessageBoxW( NULL, message, L"Exception", MB_OK ); } else { snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. A crash log has been saved to " "%s. Please mail this file to crashes@workrave.org or " "file a bugreport at: http://issues.workrave.org/. " "Thanks.", crash_log_name); MessageBoxA(NULL, crash_text, "Exception", MB_OK); } __except1; exit(1); } static BOOL WINAPI stack_walk(HANDLE process, LPSTACKFRAME stack_frame, PCONTEXT context_record) { if (!stack_frame->Reserved[0]) { stack_frame->Reserved[0] = 1; stack_frame->AddrPC.Mode = AddrModeFlat; stack_frame->AddrPC.Offset = context_record->Eip; stack_frame->AddrStack.Mode = AddrModeFlat; stack_frame->AddrStack.Offset = context_record->Esp; stack_frame->AddrFrame.Mode = AddrModeFlat; stack_frame->AddrFrame.Offset = context_record->Ebp; stack_frame->AddrReturn.Mode = AddrModeFlat; if (!ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + sizeof(DWORD)), &stack_frame->AddrReturn.Offset, sizeof(DWORD), NULL)) return FALSE; } else { stack_frame->AddrPC.Offset = stack_frame->AddrReturn.Offset; if (!ReadProcessMemory(process, (LPCVOID) stack_frame->AddrFrame.Offset, &stack_frame->AddrFrame.Offset, sizeof(DWORD), NULL)) return FALSE; if (!ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + sizeof(DWORD)), &stack_frame->AddrReturn.Offset, sizeof(DWORD), NULL)) return FALSE; } ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + 2*sizeof(DWORD)), stack_frame->Params, sizeof(stack_frame->Params), NULL); return TRUE; } static void unwind_stack(FILE *log, HANDLE process, PCONTEXT context) { STACKFRAME sf; fprintf(log, "Stack trace:\n\n"); ZeroMemory(&sf, sizeof(STACKFRAME)); sf.AddrPC.Offset = context->Eip; sf.AddrPC.Mode = AddrModeFlat; sf.AddrStack.Offset = context->Esp; sf.AddrStack.Mode = AddrModeFlat; sf.AddrFrame.Offset = context->Ebp; sf.AddrFrame.Mode = AddrModeFlat; fprintf(log, "PC Frame Ret\n"); while (TRUE) { if (!stack_walk(process, &sf, context)) break; if (sf.AddrFrame.Offset == 0) break; fprintf(log, "%08X %08X %08X\n", (int) sf.AddrPC.Offset, (int) sf.AddrFrame.Offset, (int) sf.AddrReturn.Offset); } } static void print_module_info(FILE *log, HMODULE mod) { TCHAR buffer[MAX_PATH]; HANDLE file; SYSTEMTIME file_time; FILETIME write_time; GetModuleFileName(mod, buffer, MAX_PATH); file = CreateFile(buffer, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, 0); if (file != INVALID_HANDLE_VALUE) { if (GetFileTime(file, NULL, NULL, &write_time)) { FileTimeToSystemTime(&write_time, &file_time); } CloseHandle(file); } fprintf(log, " %-20s handle: %p date: %d-%.2d-%.2d %.2d:%.2d:%.2d\n", buffer, mod, file_time.wYear, file_time.wMonth, file_time.wDay, file_time.wHour, file_time.wMinute, file_time.wSecond ); } void print_module_list(FILE *log) { HMODULE lib; BOOL (WINAPI *EnumProcessModules)(HANDLE, HMODULE*, DWORD, LPDWORD); EnumProcessModules = NULL; lib = LoadLibrary("psapi.dll"); if (lib != NULL) { EnumProcessModules = GetProcAddress(lib, "EnumProcessModules"); } if (EnumProcessModules != NULL) { HMODULE modules[100]; DWORD needed; BOOL res; int count, i; HANDLE proc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, GetCurrentProcessId()); if (proc != NULL) { res = EnumProcessModules(proc, modules, sizeof(modules), &needed); CloseHandle(proc); if (res) { count = min(needed / sizeof(HMODULE), 100); for (i = 0; i != count; i++) { print_module_info(log, modules[i]); } return; } } } print_module_info(log, NULL); } static void dump_registers(FILE *log, PCONTEXT context) { fprintf(log, "Registers:\n\n"); if (context->ContextFlags & CONTEXT_INTEGER) { fprintf(log, "eax=%08lx ebx=%08lx ecx=%08lx edx=%08lx esi=%08lx edi=%08lx\n", context->Eax, context->Ebx, context->Ecx, context->Edx, context->Esi, context->Edi); } if (context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, "eip=%08lx esp=%08lx ebp=%08lx iopl=%1lx %s %s %s %s %s %s %s %s %s %s\n", context->Eip, context->Esp, context->Ebp, (context->EFlags >> 12) & 3, // IOPL level value context->EFlags & 0x00100000 ? "vip" : " ", // VIP (virtual interrupt pending) context->EFlags & 0x00080000 ? "vif" : " ", // VIF (virtual interrupt flag) context->EFlags & 0x00000800 ? "ov" : "nv", // VIF (virtual interrupt flag) context->EFlags & 0x00000400 ? "dn" : "up", // OF (overflow flag) context->EFlags & 0x00000200 ? "ei" : "di", // IF (interrupt enable flag) context->EFlags & 0x00000080 ? "ng" : "pl", // SF (sign flag) context->EFlags & 0x00000040 ? "zr" : "nz", // ZF (zero flag) context->EFlags & 0x00000010 ? "ac" : "na", // AF (aux carry flag) context->EFlags & 0x00000004 ? "po" : "pe", // PF (parity flag) context->EFlags & 0x00000001 ? "cy" : "nc" // CF (carry flag) ); } if (context->ContextFlags & CONTEXT_SEGMENTS) { fprintf(log, "cs=%04lx ss=%04lx ds=%04lx es=%04lx fs=%04lx gs=%04lx", context->SegCs, context->SegSs, context->SegDs, context->SegEs, context->SegFs, context->SegGs); if(context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, " efl=%08lx", context->EFlags); } } else { if (context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, " efl=%08lx", context->EFlags); } } fprintf(log, "\n\n"); } static void save_key(FILE *log, HKEY key, char *name) { DWORD i; char keyname[512]; int keyname_len = strlen(keyname); fprintf(log, "key = %s\n", name); for (i = 0; ; i++) { char val[256]; DWORD val_size = sizeof(val); BYTE data[0x4000]; DWORD data_size = sizeof(data); DWORD type; LONG rc = RegEnumValue(key, i, val, &val_size, 0, &type, data, &data_size); if (rc != ERROR_SUCCESS) break; if (val_size) fprintf(log, " value = %s\n", val); if (strcmp("password", val) == 0) { fprintf(log, " string data = \n"); } else if (type == REG_SZ) { fprintf(log, " string data = %s\n", data); } else if (type == REG_DWORD && data_size==4) { fprintf(log, " dword data = %08lx\n", (long)data); } else { fprintf(log, " hex data = [unsupported]\n"); } } fprintf(log, "\n"); strcpy(keyname, name); strcat(keyname, "\\"); keyname_len = strlen(keyname); for (i = 0; ; i++) { HKEY subkey; LONG rc = RegEnumKey(key, i, keyname + keyname_len, sizeof(keyname) - keyname_len); if (rc != ERROR_SUCCESS) break; rc = RegOpenKey(key, keyname + keyname_len, &subkey); if (rc == ERROR_SUCCESS) { dump_registry(log, subkey, keyname); RegCloseKey(subkey); } } } static void dump_registry(FILE *log, HKEY key, char *name) { (void) key; HKEY handle; LONG rc = RegOpenKeyEx(HKEY_CURRENT_USER, name, 0, KEY_ALL_ACCESS, &handle); if (rc == ERROR_SUCCESS) { save_key(log, handle, name); RegCloseKey(handle); } } workrave-1_10_10/common/src/win32/crashlog.cc000066400000000000000000000537141263301626300210220ustar00rootroot00000000000000/* * crashlog.c * * Copyright (C) 2003, 2004, 2005, 2007, 2011 Rob Caelers * Copyright (C) 2007 Ray Satiro * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Based on Dr. Mingw. and OpenTTD */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "crashlog.h" #include "harpoon.h" #include #include #ifndef _O_APPEND #define _O_APPEND 0x0008 #endif #ifndef _O_TEXT #define _O_TEXT 0x4000 #endif #ifdef PLATFORM_OS_WIN32_NATIVE #define snprintf _snprintf #define snwprintf _snwprintf #endif static void unwind_stack(FILE *log, HANDLE process, PCONTEXT context); static void dump_registers(FILE *log, PCONTEXT context); static void dump_registry(FILE *log, HKEY key, char *name); /* static void print_module_list(FILE *log); */ static DWORD GetModuleBase(DWORD dwAddress) { MEMORY_BASIC_INFORMATION Buffer; return VirtualQuery((LPCVOID) dwAddress, &Buffer, sizeof(Buffer)) ? (DWORD) Buffer.AllocationBase : 0; } #ifndef PLATFORM_OS_WIN32_NATIVE static EXCEPTION_DISPOSITION __cdecl double_exception_handler(struct _EXCEPTION_RECORD *exception_record, void *establisher_frame, struct _CONTEXT *context_record, void *dispatcher_context) { (void) exception_record; (void) establisher_frame; (void) context_record; (void) dispatcher_context; MessageBox(NULL, (LPCSTR)"Workrave has unexpectedly crashed and failed to create a crash " "log. This is serious. Please report this to crashes@workrave.org or " "file a bugreport at: http://issues.workrave.org/. " , (LPCSTR)"Double exception", MB_OK); exit(1); } #endif EXCEPTION_DISPOSITION __cdecl exception_handler(struct _EXCEPTION_RECORD *exception_record, void *establisher_frame, struct _CONTEXT *context_record, void *dispatcher_context) { char crash_log_name[MAX_PATH]; char crash_text[1024]; TCHAR szModule[MAX_PATH]; HMODULE hModule; /* Modified for Unicode >= WinNT. No UnicoWS check for Me/98/95. jay satiro, workrave project, july 2007 */ WCHAR env_var[ 20 ] = { '\0', }; WCHAR crashlog[] = L"\\workrave-crashlog.txt"; WCHAR *wbuffer = NULL; WCHAR *p_wbuffer = NULL; FILE *log; DWORD ( WINAPI *GetEnvironmentVariableW ) ( LPCWSTR, LPWSTR, DWORD ); HANDLE ( WINAPI *CreateFileW ) ( LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE ); SYSTEMTIME SystemTime; (void) establisher_frame; (void) dispatcher_context; #ifdef PLATFORM_OS_WIN32_NATIVE // FIXME: win32 #else __try1(double_exception_handler); #endif harpoon_unblock_input(); GetEnvironmentVariableW = ( DWORD ( WINAPI * ) ( LPCWSTR, LPWSTR, DWORD ) ) GetProcAddress( GetModuleHandleA( "kernel32.dll" ), "GetEnvironmentVariableW" ); CreateFileW = ( HANDLE ( WINAPI * ) ( LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE ) ) GetProcAddress( GetModuleHandleA( "kernel32.dll" ), "CreateFileW" ); if( GetEnvironmentVariableW && CreateFileW ) // >= WinNT { HANDLE handle; DWORD bufsize, ret; int fd = 0; wcsncpy( env_var, L"APPDATA", 19 ); env_var[ 19 ] = '\0'; bufsize = ( *GetEnvironmentVariableW ) ( env_var, NULL, 0 ); // bufsize is size in wide chars, including null if( !bufsize ) // If %appdata% is unsuitable, try temp: { wcsncpy( env_var, L"TEMP", 19 ); env_var[ 19 ] = '\0'; bufsize = ( *GetEnvironmentVariableW ) ( env_var, NULL, 0 ); } ret = 0; wbuffer = NULL; if( bufsize ) { // We will need room for \\?\ so add 4 if( (wbuffer = (WCHAR *)calloc( 4 + bufsize + wcslen( crashlog ), sizeof( WCHAR ) ) ) != NULL) { wcscpy( wbuffer, L"\\\\?\\" ); p_wbuffer = wbuffer + 4; ret = ( *GetEnvironmentVariableW ) ( env_var, p_wbuffer, bufsize ); } } if( !ret ) // Environment unsuitable, notify & terminate. { free( wbuffer ); snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. The environment is " "unsuitable to create a crash log. Please file a bug report:\n" "http://issues.workrave.org/\n" "Thanks."); MessageBoxA( NULL, crash_text, "Exception", MB_OK ); #ifdef PLATFORM_OS_WIN32_NATIVE // FIXME: win32 #else __except1; #endif exit( 1 ); } //last wchar p_wbuffer = wbuffer + wcslen(wbuffer) - 1; while( *p_wbuffer == L'\\' ) // remove trailing slashes { *p_wbuffer-- = L'\0'; } // append filename to end of string wcscpy( ++p_wbuffer, crashlog ); // compare first wchar of returned environment string if( wbuffer[ 4 ] == L'\\' ) /* If possible network path, don't include literal \\?\ \\?\\\1.2.3.4\workrave-crashlog.txt should be \\1.2.3.4\workrave-crashlog.txt */ p_wbuffer = wbuffer + 4; else // Point to start of wbuffer: p_wbuffer = wbuffer; handle = ( *CreateFileW ) ( p_wbuffer, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL ); fd = _open_osfhandle( (intptr_t) handle, _O_APPEND | _O_TEXT ); log = _fdopen( fd, "w" ); } else // if( GetVersion() & (DWORD) 0x80000000 ) // Windows Me/98/95 { char *s = NULL; GetModuleFileName(GetModuleHandle(NULL), crash_log_name, sizeof(crash_log_name)); // crash_log_name == c:\program files\workrave\lib\workrave.exe s = strrchr(crash_log_name, '\\'); assert (s); *s = '\0'; // crash_log_name == c:\program files\workrave\lib s = strrchr(crash_log_name, '\\'); assert (s); *s = '\0'; // crash_log_name == c:\program files\workrave strcat(crash_log_name, "\\workrave-crashlog.txt"); log = fopen(crash_log_name, "w"); } if( log == NULL ) // workrave-crashlog.txt wasn't created. { snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. An attempt to create " "a crashlog has failed. Please file a bug report:\n" "http://issues.workrave.org/\n" "Thanks."); MessageBoxA( NULL, crash_text, "Exception", MB_OK ); #ifdef PLATFORM_OS_WIN32_NATIVE // FIXME: win32 #else __except1; #endif exit( 1 ); } GetLocalTime(&SystemTime); fprintf(log, "Crash log created on %02d/%02d/%04d at %02d:%02d:%02d.\n\n", SystemTime.wDay, SystemTime.wMonth, SystemTime.wYear, SystemTime.wHour, SystemTime.wMinute, SystemTime.wSecond); fprintf(log, "version = %s\n", PACKAGE_VERSION); fprintf(log, "compile date = %s\n", __DATE__); fprintf(log, "compile time = %s\n", __TIME__); fprintf(log, "features = " #ifdef HAVE_DISTRIBUTION "DISTRIBUTION " #endif #ifdef HAVE_EXERCISES "EXERCISES " #endif #ifdef HAVE_GCONF "GCONF?? " #endif #ifdef HAVE_GDOME "GDOME " #endif #ifdef HAVE_GNET "GNET " #endif #ifdef HAVE_GNET2 "GNET2 " #endif #ifdef HAVE_XRECORD "XRECORD?? " #endif #ifndef NDEBUG "DEBUG " #endif "\n" ); // write locale info: char *buffer = NULL; int bufsize = GetLocaleInfoA( LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE, buffer, 0); if( bufsize ) buffer = (char *)calloc( bufsize + 1, 1 ); if( buffer ) { GetLocaleInfoA( LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE, buffer, bufsize); buffer[ bufsize ] = '\0'; fprintf( log, "locale = %s\n", buffer ); free( buffer ); } fprintf(log, "\n\n"); fprintf(log, "code = %x\n", (int) exception_record->ExceptionCode); fprintf(log, "flags = %x\n", (int) exception_record->ExceptionFlags); fprintf(log, "address = %x\n", (int) exception_record->ExceptionAddress); fprintf(log, "params = %d\n", (int) exception_record->NumberParameters); fprintf(log, "%s caused ", GetModuleFileName(NULL, szModule, MAX_PATH) ? szModule : "Application"); switch (exception_record->ExceptionCode) { case EXCEPTION_ACCESS_VIOLATION: fprintf(log, "an Access Violation"); break; case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: fprintf(log, "an Array Bound Exceeded"); break; case EXCEPTION_BREAKPOINT: fprintf(log, "a Breakpoint"); break; case EXCEPTION_DATATYPE_MISALIGNMENT: fprintf(log, "a Datatype Misalignment"); break; case EXCEPTION_FLT_DENORMAL_OPERAND: fprintf(log, "a Float Denormal Operand"); break; case EXCEPTION_FLT_DIVIDE_BY_ZERO: fprintf(log, "a Float Divide By Zero"); break; case EXCEPTION_FLT_INEXACT_RESULT: fprintf(log, "a Float Inexact Result"); break; case EXCEPTION_FLT_INVALID_OPERATION: fprintf(log, "a Float Invalid Operation"); break; case EXCEPTION_FLT_OVERFLOW: fprintf(log, "a Float Overflow"); break; case EXCEPTION_FLT_STACK_CHECK: fprintf(log, "a Float Stack Check"); break; case EXCEPTION_FLT_UNDERFLOW: fprintf(log, "a Float Underflow"); break; case EXCEPTION_GUARD_PAGE: fprintf(log, "a Guard Page"); break; case EXCEPTION_ILLEGAL_INSTRUCTION: fprintf(log, "an Illegal Instruction"); break; case EXCEPTION_IN_PAGE_ERROR: fprintf(log, "an In Page Error"); break; case EXCEPTION_INT_DIVIDE_BY_ZERO: fprintf(log, "an Integer Divide By Zero"); break; case EXCEPTION_INT_OVERFLOW: fprintf(log, "an Integer Overflow"); break; case EXCEPTION_INVALID_DISPOSITION: fprintf(log, "an Invalid Disposition"); break; case EXCEPTION_INVALID_HANDLE: fprintf(log, "an Invalid Handle"); break; case EXCEPTION_NONCONTINUABLE_EXCEPTION: fprintf(log, "a Noncontinuable Exception"); break; case EXCEPTION_PRIV_INSTRUCTION: fprintf(log, "a Privileged Instruction"); break; case EXCEPTION_SINGLE_STEP: fprintf(log, "a Single Step"); break; case EXCEPTION_STACK_OVERFLOW: fprintf(log, "a Stack Overflow"); break; case DBG_CONTROL_C: fprintf(log, "a Control+C"); break; case DBG_CONTROL_BREAK: fprintf(log, "a Control+Break"); break; case DBG_TERMINATE_THREAD: fprintf(log, "a Terminate Thread"); break; case DBG_TERMINATE_PROCESS: fprintf(log, "a Terminate Process"); break; case RPC_S_UNKNOWN_IF: fprintf(log, "an Unknown Interface"); break; case RPC_S_SERVER_UNAVAILABLE: fprintf(log, "a Server Unavailable"); break; default: fprintf(log, "an Unknown [0x%lX] Exception", exception_record->ExceptionCode); break; } fprintf(log, " at location %08x", (int) exception_record->ExceptionAddress); hModule = (HMODULE) GetModuleBase((DWORD) exception_record->ExceptionAddress); if ((hModule != NULL && GetModuleFileName(hModule, szModule, sizeof(szModule)))) fprintf(log, " in module %s", szModule); // If the exception was an access violation, print out some additional information, to the error log and the debugger. if(exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION && exception_record->NumberParameters >= 2) fprintf(log, " %s location %08x\n\n", exception_record->ExceptionInformation[0] ? "writing to" : "reading from", exception_record->ExceptionInformation[1]); DWORD pid = GetCurrentProcessId(); HANDLE process = OpenProcess(PROCESS_ALL_ACCESS, TRUE, pid); dump_registers(log, context_record); unwind_stack(log, process, context_record); print_module_list(log); fprintf(log, "\nRegistry dump:\n\n"); dump_registry(log, HKEY_CURRENT_USER, "Software\\Workrave"); fclose(log); if( GetEnvironmentVariableW && CreateFileW ) // >= WinNT { WCHAR *one = L"Workrave has unexpectedly crashed. A crash log has been saved to:\n"; WCHAR *two = L"\nPlease file a bug report: http://issues.workrave.org/\n" L"Thanks."; WCHAR *nomem = L"Workrave is out of memory!"; int size = wcslen( one ) + wcslen( p_wbuffer ) + wcslen( two ) + 1; WCHAR *message = (WCHAR *)calloc( size, sizeof( WCHAR ) ); if( !message ) // Low memory... { // % + % + null = 3 extra size = wcslen( one ) + wcslen( env_var ) + wcslen( crashlog ) + wcslen( two ) + 3; message = (WCHAR *)calloc( size, sizeof( WCHAR ) ); if( message ) { snwprintf( message, size - 1, L"%ws%%%ws%%%ws%ws", one, env_var, crashlog, two ); message[ size - 1 ] = L'\0'; } else // No memory... message = nomem; } else // A buffer was allocated with enough memory to hold p_wbuffer { snwprintf( message, size - 1, L"%ws%ws%ws", one, p_wbuffer, two ); message[ size - 1 ] = L'\0'; } MessageBoxW( NULL, message, L"Exception", MB_OK ); } else { snprintf(crash_text, 1023, "Workrave has unexpectedly crashed. A crash log has been saved to " "%s. Please mail this file to crashes@workrave.org or " "file a bugreport at: http://issues.workrave.org/. " "Thanks.", crash_log_name); MessageBoxA(NULL, crash_text, "Exception", MB_OK); } #ifdef PLATFORM_OS_WIN32_NATIVE // FIXME: win32 #else __except1; #endif exit(1); } static BOOL WINAPI stack_walk(HANDLE process, LPSTACKFRAME stack_frame, PCONTEXT context_record) { if (!stack_frame->Reserved[0]) { stack_frame->Reserved[0] = 1; stack_frame->AddrPC.Mode = AddrModeFlat; stack_frame->AddrPC.Offset = context_record->Eip; stack_frame->AddrStack.Mode = AddrModeFlat; stack_frame->AddrStack.Offset = context_record->Esp; stack_frame->AddrFrame.Mode = AddrModeFlat; stack_frame->AddrFrame.Offset = context_record->Ebp; stack_frame->AddrReturn.Mode = AddrModeFlat; if (!ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + sizeof(DWORD)), &stack_frame->AddrReturn.Offset, sizeof(DWORD), NULL)) return FALSE; } else { stack_frame->AddrPC.Offset = stack_frame->AddrReturn.Offset; if (!ReadProcessMemory(process, (LPCVOID) stack_frame->AddrFrame.Offset, &stack_frame->AddrFrame.Offset, sizeof(DWORD), NULL)) return FALSE; if (!ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + sizeof(DWORD)), &stack_frame->AddrReturn.Offset, sizeof(DWORD), NULL)) return FALSE; } ReadProcessMemory(process, (LPCVOID) (stack_frame->AddrFrame.Offset + 2*sizeof(DWORD)), stack_frame->Params, sizeof(stack_frame->Params), NULL); return TRUE; } static void unwind_stack(FILE *log, HANDLE process, PCONTEXT context) { STACKFRAME sf; fprintf(log, "Stack trace:\n\n"); ZeroMemory(&sf, sizeof(STACKFRAME)); sf.AddrPC.Offset = context->Eip; sf.AddrPC.Mode = AddrModeFlat; sf.AddrStack.Offset = context->Esp; sf.AddrStack.Mode = AddrModeFlat; sf.AddrFrame.Offset = context->Ebp; sf.AddrFrame.Mode = AddrModeFlat; fprintf(log, "PC Frame Ret\n"); while (TRUE) { if (!stack_walk(process, &sf, context)) break; if (sf.AddrFrame.Offset == 0) break; fprintf(log, "%08X %08X %08X\n", (int) sf.AddrPC.Offset, (int) sf.AddrFrame.Offset, (int) sf.AddrReturn.Offset); } } static void print_module_info(FILE *log, HMODULE mod) { TCHAR buffer[MAX_PATH]; HANDLE file; SYSTEMTIME file_time; FILETIME write_time; GetModuleFileName(mod, buffer, MAX_PATH); file = CreateFile(buffer, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, 0); if (file != INVALID_HANDLE_VALUE) { if (GetFileTime(file, NULL, NULL, &write_time)) { FileTimeToSystemTime(&write_time, &file_time); } CloseHandle(file); } fprintf(log, " %-20s handle: %p date: %d-%.2d-%.2d %.2d:%.2d:%.2d\n", buffer, mod, file_time.wYear, file_time.wMonth, file_time.wDay, file_time.wHour, file_time.wMinute, file_time.wSecond ); } void print_module_list(FILE *log) { HMODULE lib; BOOL (WINAPI *EnumProcessModules)(HANDLE, HMODULE*, DWORD, LPDWORD); EnumProcessModules = NULL; lib = LoadLibrary("psapi.dll"); if (lib != NULL) { EnumProcessModules = (BOOL (WINAPI *)(HANDLE, HMODULE*, DWORD, LPDWORD)) GetProcAddress(lib, "EnumProcessModules"); } if (EnumProcessModules != NULL) { HMODULE modules[100]; DWORD needed; BOOL res; int count, i; HANDLE proc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, GetCurrentProcessId()); if (proc != NULL) { res = EnumProcessModules(proc, modules, sizeof(modules), &needed); CloseHandle(proc); if (res) { count = min(needed / sizeof(HMODULE), 100); for (i = 0; i != count; i++) { print_module_info(log, modules[i]); } return; } } } print_module_info(log, NULL); } static void dump_registers(FILE *log, PCONTEXT context) { fprintf(log, "Registers:\n\n"); if (context->ContextFlags & CONTEXT_INTEGER) { fprintf(log, "eax=%08lx ebx=%08lx ecx=%08lx edx=%08lx esi=%08lx edi=%08lx\n", context->Eax, context->Ebx, context->Ecx, context->Edx, context->Esi, context->Edi); } if (context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, "eip=%08lx esp=%08lx ebp=%08lx iopl=%1lx %s %s %s %s %s %s %s %s %s %s\n", context->Eip, context->Esp, context->Ebp, (context->EFlags >> 12) & 3, // IOPL level value context->EFlags & 0x00100000 ? "vip" : " ", // VIP (virtual interrupt pending) context->EFlags & 0x00080000 ? "vif" : " ", // VIF (virtual interrupt flag) context->EFlags & 0x00000800 ? "ov" : "nv", // VIF (virtual interrupt flag) context->EFlags & 0x00000400 ? "dn" : "up", // OF (overflow flag) context->EFlags & 0x00000200 ? "ei" : "di", // IF (interrupt enable flag) context->EFlags & 0x00000080 ? "ng" : "pl", // SF (sign flag) context->EFlags & 0x00000040 ? "zr" : "nz", // ZF (zero flag) context->EFlags & 0x00000010 ? "ac" : "na", // AF (aux carry flag) context->EFlags & 0x00000004 ? "po" : "pe", // PF (parity flag) context->EFlags & 0x00000001 ? "cy" : "nc" // CF (carry flag) ); } if (context->ContextFlags & CONTEXT_SEGMENTS) { fprintf(log, "cs=%04lx ss=%04lx ds=%04lx es=%04lx fs=%04lx gs=%04lx", context->SegCs, context->SegSs, context->SegDs, context->SegEs, context->SegFs, context->SegGs); if(context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, " efl=%08lx", context->EFlags); } } else { if (context->ContextFlags & CONTEXT_CONTROL) { fprintf(log, " efl=%08lx", context->EFlags); } } fprintf(log, "\n\n"); } static void save_key(FILE *log, HKEY key, char *name) { DWORD i; char keyname[512]; int keyname_len = strlen(keyname); fprintf(log, "key = %s\n", name); for (i = 0; ; i++) { char val[256]; DWORD val_size = sizeof(val); BYTE data[0x4000]; DWORD data_size = sizeof(data); DWORD type; LONG rc = RegEnumValue(key, i, val, &val_size, 0, &type, data, &data_size); if (rc != ERROR_SUCCESS) break; if (val_size) fprintf(log, " value = %s\n", val); if (strcmp("password", val) == 0) { fprintf(log, " string data = \n"); } else if (type == REG_SZ) { fprintf(log, " string data = %s\n", data); } else if (type == REG_DWORD && data_size==4) { fprintf(log, " dword data = %08lx\n", (long)data); } else { fprintf(log, " hex data = [unsupported]\n"); } } fprintf(log, "\n"); strcpy(keyname, name); strcat(keyname, "\\"); keyname_len = strlen(keyname); for (i = 0; ; i++) { HKEY subkey; LONG rc = RegEnumKey(key, i, keyname + keyname_len, sizeof(keyname) - keyname_len); if (rc != ERROR_SUCCESS) break; rc = RegOpenKey(key, keyname + keyname_len, &subkey); if (rc == ERROR_SUCCESS) { dump_registry(log, subkey, keyname); RegCloseKey(subkey); } } } static void dump_registry(FILE *log, HKEY key, char *name) { (void) key; HKEY handle; LONG rc = RegOpenKeyEx(HKEY_CURRENT_USER, name, 0, KEY_ALL_ACCESS, &handle); if (rc == ERROR_SUCCESS) { save_key(log, handle, name); RegCloseKey(handle); } } workrave-1_10_10/common/win32/000077500000000000000000000000001263301626300161105ustar00rootroot00000000000000workrave-1_10_10/common/win32/.gitignore000066400000000000000000000000401263301626300200720ustar00rootroot00000000000000Release Debug Release64 Debug64 workrave-1_10_10/common/win32/Makefile.am000066400000000000000000000003121263301626300201400ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008, 2010 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = harpoon harpoonHelper workrave-1_10_10/common/win32/buildall.cmd000066400000000000000000000002611263301626300203640ustar00rootroot00000000000000@ECHO OFF CMD /V:ON /E:ON /C buildone.cmd DEBUG64 CMD /V:ON /E:ON /C buildone.cmd RELEASE64 CMD /V:ON /E:ON /C buildone.cmd DEBUG CMD /V:ON /E:ON /C buildone.cmd RELEASE workrave-1_10_10/common/win32/buildone.cmd000066400000000000000000000014161263301626300204000ustar00rootroot00000000000000@ECHO OFF SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION SET MSSdk="C:\Program Files\Microsoft SDKs\Windows\v7.0" IF "%~1"=="DEBUG64" ( call %MSSdk%\bin/setenv /x64 /Debug msbuild harpoon.sln /t:Clean;Rebuild /p:Configuration=Debug64;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="RELEASE64" ( call %MSSdk%\bin/setenv.cmd /x64 /Release msbuild harpoon.sln /t:Clean;Rebuild /p:Configuration=Release64;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="DEBUG" ( call %MSSdk%\bin/setenv.cmd /x86 /Debug msbuild harpoon.sln /t:Clean;Rebuild /p:Configuration=Debug;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="RELEASE" ( call %MSSdk%\bin/setenv.cmd /x86 /Release msbuild harpoon.sln /t:Clean;Rebuild /p:Configuration=Release;VCBuildUseEnvironment=true ) workrave-1_10_10/common/win32/harpoon.sln000066400000000000000000000071561263301626300203050ustar00rootroot00000000000000 Microsoft Visual Studio Solution File, Format Version 10.00 # Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "harpoon", "harpoon\src\harpoon.vcproj", "{1DBE998D-2623-4A77-A87D-DBDFEF210531}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "harpoonHelper", "harpoonHelper\src\harpoonHelper.vcproj", "{46E776F1-7859-41C7-B885-6F45E27CE48F}" ProjectSection(ProjectDependencies) = postProject {1DBE998D-2623-4A77-A87D-DBDFEF210531} = {1DBE998D-2623-4A77-A87D-DBDFEF210531} EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Debug|Win64 = Debug|Win64 Debug64|Win32 = Debug64|Win32 Debug64|Win64 = Debug64|Win64 Release|Win32 = Release|Win32 Release|Win64 = Release|Win64 Release64|Win32 = Release64|Win32 Release64|Win64 = Release64|Win64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug|Win32.ActiveCfg = Debug|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug|Win32.Build.0 = Debug|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug|Win64.ActiveCfg = Debug|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug|Win64.Build.0 = Debug|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug64|Win32.ActiveCfg = Debug64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug64|Win32.Build.0 = Debug64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug64|Win64.ActiveCfg = Debug64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Debug64|Win64.Build.0 = Debug64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release|Win32.ActiveCfg = Release|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release|Win32.Build.0 = Release|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release|Win64.ActiveCfg = Release|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release|Win64.Build.0 = Release|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release64|Win32.ActiveCfg = Release64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release64|Win32.Build.0 = Release64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release64|Win64.ActiveCfg = Release64|Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531}.Release64|Win64.Build.0 = Release64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug|Win32.ActiveCfg = Debug|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug|Win32.Build.0 = Debug|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug|Win64.ActiveCfg = Debug|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug|Win64.Build.0 = Debug|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug64|Win32.ActiveCfg = Debug64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug64|Win32.Build.0 = Debug64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug64|Win64.ActiveCfg = Debug64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Debug64|Win64.Build.0 = Debug64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release|Win32.ActiveCfg = Release|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release|Win32.Build.0 = Release|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release|Win64.ActiveCfg = Release|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release|Win64.Build.0 = Release|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release64|Win32.ActiveCfg = Release64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release64|Win32.Build.0 = Release64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release64|Win64.ActiveCfg = Release64|Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F}.Release64|Win64.Build.0 = Release64|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal workrave-1_10_10/common/win32/harpoon/000077500000000000000000000000001263301626300175565ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoon/Makefile.am000066400000000000000000000002721263301626300216130ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = include src workrave-1_10_10/common/win32/harpoon/include/000077500000000000000000000000001263301626300212015ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoon/include/Makefile.am000066400000000000000000000003051263301626300232330ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/common/win32/harpoon/include/harpoon.h000066400000000000000000000063571263301626300230330ustar00rootroot00000000000000/* * harpoon.h * * Copyright (C) 2002, 2003, 2007, 2010 Raymond Penners * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef HARPOON_H #define HARPOON_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif #define HARPOON_MAX_UNBLOCKED_APPS 3 #ifdef _WIN64 #define HARPOON_WINDOW_CLASS "Harpoon64NotificationWindow" #else #define HARPOON_WINDOW_CLASS "HarpoonNotificationWindow" #endif #ifdef __cplusplus extern "C" { #endif #ifdef HARPOON_EXPORTS #define HARPOON_API __declspec(dllexport) #else #define HARPOON_API __declspec(dllimport) #endif typedef enum { HARPOON_NOTHING = -1, HARPOON_BUTTON_PRESS = 0, HARPOON_BUTTON_RELEASE, HARPOON_2BUTTON_PRESS, HARPOON_MOUSE_WHEEL, HARPOON_KEY_PRESS, HARPOON_KEY_RELEASE, HARPOON_MOUSE_MOVE, HARPOON_EVENT__SIZEOF } HarpoonEventType; typedef enum { HARPOON_KEY_REPEAT_FLAG = (1 << 0) } HarpoonKeyFlags; typedef struct { HarpoonEventType type; int x; int y; int button; int wheel; } HarpoonEventMouse; typedef struct { HarpoonEventType type; int flags; } HarpoonEventKeyboard; typedef union HarpoonEventUnion { HarpoonEventType type; HarpoonEventMouse mouse; HarpoonEventKeyboard keyboard; } HarpoonEvent; typedef void (* HarpoonHookFunc) (HarpoonEvent *event); HARPOON_API BOOL harpoon_init( char imported_critical_filename_list[][ 511 ], BOOL debug ); HARPOON_API void harpoon_exit (void); HARPOON_API void harpoon_unhook(); HARPOON_API BOOL harpoon_hook( HarpoonHookFunc func, BOOL keyboard_lowlevel, BOOL mouse_lowlevel ); HARPOON_API void harpoon_block_input(void); HARPOON_API void harpoon_unblock_input(void); HARPOON_API char *_mbstrncpy_lowercase( const char *, const char *, int ); #ifdef __cplusplus } #endif #ifndef XBUTTON1 #define XBUTTON1 0x0001 #endif #ifndef XBUTTON2 #define XBUTTON2 0x0002 #endif #ifndef PLATFORM_OS_WIN32_NATIVE #ifndef WM_XBUTTONDOWN #define WM_XBUTTONDOWN 523 #endif #ifndef WM_XBUTTONUP #define WM_XBUTTONUP 524 #endif #ifndef WM_XBUTTONDBLCLK #define WM_XBUTTONDBLCLK 525 #endif #ifndef WM_MOUSEHWHEEL #define WM_MOUSEHWHEEL 526 #endif #ifndef WM_NCXBUTTONDOWN #define WM_NCXBUTTONDOWN 171 #endif #ifndef WM_NCXBUTTONUP #define WM_NCXBUTTONUP 172 #endif #ifndef WM_NCXBUTTONDBLCLK #define WM_NCXBUTTONDBLCLK 173 #endif #ifndef WM_NCMOUSEHOVER #define WM_NCMOUSEHOVER 672 #endif #ifndef WM_NCMOUSELEAVE #define WM_NCMOUSELEAVE 674 #endif #ifndef WM_UNICHAR #define WM_UNICHAR 265 #endif #ifndef WM_APPCOMMAND #define WM_APPCOMMAND 793 #endif #endif #endif /* HARPOON_H */ workrave-1_10_10/common/win32/harpoon/src/000077500000000000000000000000001263301626300203455ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoon/src/Makefile.am000066400000000000000000000005071263301626300224030ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2008, 2010 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) \ $(wildcard $(srcdir)/*.vcproj) $(wildcard $(srcdir)/*.dsp) $(wildcard $(srcdir)/*.def) workrave-1_10_10/common/win32/harpoon/src/harpoon.c000066400000000000000000001237441263301626300221720ustar00rootroot00000000000000/* * harpoon.c * * Copyright (C) 2002-2008 Raymond Penners * Copyright (C) 2007 Ray Satiro * Copyright (C) 2009-2010 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #define _CRT_SECURE_NO_WARNINGS #include #include #include #include "harpoon.h" #ifndef WH_KEYBOARD_LL #error WH_KEYBOARD_LL not defined. #endif #if defined(__GNUC__) # define DLLSHARE(v) v __attribute__((section (".shared"), shared)) # ifndef INLINE # define INLINE inline # endif #else # ifndef INLINE # define INLINE # endif # define snprintf _snprintf # define DLLSHARE(v) v # pragma comment(linker, "/SECTION:.shared,RWS") # pragma data_seg(".shared") #endif HWND DLLSHARE(notification_window) = NULL; HHOOK DLLSHARE(mouse_hook) = NULL; HHOOK DLLSHARE(mouse_ll_hook) = NULL; HHOOK DLLSHARE(keyboard_hook) = NULL; HHOOK DLLSHARE(keyboard_ll_hook) = NULL; HHOOK DLLSHARE(msg_hook) = NULL; BOOL DLLSHARE(block_input) = FALSE; BOOL DLLSHARE(initialized) = FALSE; char DLLSHARE( critical_file_list[ HARPOON_MAX_UNBLOCKED_APPS ][ 511 ] ) = { 0, }; HWND DLLSHARE( debug_hwnd ) = NULL; int DLLSHARE( debug ) = FALSE; #if !defined(__GNUC__) #pragma data_seg() #endif #define IDM_MENU_SAVE 0 #define IDM_MENU_MONITOR 1 #define IDM_MENU_CLEAR 2 #define IDM_MENU_UNHOOK 3 // Each instance of harpoon should have the // filename of the process it is attached to. static unsigned char exec_filename[ 511 ]; static int exec_filename_critical = FALSE; static int exec_filename_workrave = FALSE; static void _get_exec_filename( void ); static DWORD exec_process_id = 0; static void debug_send_message( const char * ); static INLINE void if_debug_send_message( const char * ); static void debug_process_menu_selection( WORD ); static void debug_save_data(); static HMENU menu = NULL; static HANDLE dll_handle = NULL; static volatile HarpoonHookFunc user_callback = NULL; static ATOM notification_class = 0; #if(_WIN32_WINNT < 0x0500) typedef struct { MOUSEHOOKSTRUCT MOUSEHOOKSTRUCT; DWORD mouseData; } MOUSEHOOKSTRUCTEX, *PMOUSEHOOKSTRUCTEX; #endif static void harpoon_hook_block_only(void); /********************************************************************** * Misc **********************************************************************/ #ifdef GRAVEYARD static DWORD harpoon_get_service_pack() { HKEY hKey; DWORD dwCSDVersion; DWORD dwSize; DWORD ret = 0; if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, "System\\CurrentControlSet\\Control\\Windows", 0, KEY_QUERY_VALUE, &hKey) == ERROR_SUCCESS) { dwSize = sizeof(dwCSDVersion); if (RegQueryValueEx(hKey, "CSDVersion", NULL, NULL, (unsigned char*)&dwCSDVersion, &dwSize) == ERROR_SUCCESS) { ret = (LOWORD(dwCSDVersion)); } RegCloseKey(hKey); } return ret; } #endif /********************************************************************** * Blocking **********************************************************************/ HARPOON_API void harpoon_unblock_input(void) { block_input = FALSE; if_debug_send_message( "block_input = FALSE" ); if (user_callback == NULL && initialized) { harpoon_unhook(); } } HARPOON_API void harpoon_block_input(void) { block_input = TRUE; if_debug_send_message( "block_input = TRUE" ); if (user_callback == NULL && initialized) { harpoon_hook_block_only(); } } static int is_app_blocked() // Ensures we don't block any critical applications { int i; static int runonce = TRUE; if( runonce ) { runonce = FALSE; /* We only need to get the filename once per process. Workrave already has exec_filename_workrave set TRUE. See harpoon hook/init functions. */ if( exec_filename_workrave ) exec_filename_critical = TRUE; _get_exec_filename(); // exec_filename[]should now contain the process filename for( i = 0; i < HARPOON_MAX_UNBLOCKED_APPS; ++i ) if( strncmp( exec_filename, critical_file_list[ i ], 510 ) == 0 ) exec_filename_critical = TRUE; if( exec_filename_critical ) if_debug_send_message( "-->Harpoon hooked (exec_filename_critical == TRUE)" ); else if_debug_send_message( "-->Harpoon hooked" ); } if( exec_filename_critical ) // don't block input to critical app return FALSE; else return TRUE; } static INLINE LRESULT harpoon_generic_hook_return( int code, WPARAM wpar, LPARAM lpar, HHOOK hook, BOOL forcecallnext ) { // note: make sure is_app_blocked() is evaluated second. // this way we can get the instance's process name asap. if(is_app_blocked() && !forcecallnext && block_input && code == HC_ACTION ) // block mouse input: return (LRESULT) -1; else return CallNextHookEx( hook, code, wpar, lpar ); } /********************************************************************** * Messaging **********************************************************************/ static INLINE void harpoon_post_message(HarpoonEventType evt, int par1, int par2) { PostMessage (notification_window, WM_USER + evt, (WPARAM) par1, (LPARAM) par2); } static LRESULT CALLBACK harpoon_window_proc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { if( debug_hwnd ) { if( HIWORD( wParam ) == 0 && lParam == 0 && uMsg == WM_COMMAND ) // Menu item selected debug_process_menu_selection( LOWORD( wParam ) ); else if( uMsg == WM_SIZE && wParam != SIZE_MINIMIZED ) // If the notification window is resized, resize debug_hwnd. { MoveWindow( debug_hwnd, 0, 0, LOWORD( lParam ), HIWORD( lParam ), TRUE ); if_debug_send_message( "WM_SIZE: notification_window resized." ); } else if( uMsg == WM_SYSCOMMAND && wParam == SC_CLOSE ) // Prevent the user from closing the notification window. { if_debug_send_message( "The notification window cannot be closed." ); if_debug_send_message( "Preferences > Advanced > harpoon > Disable Debug" ); return (LRESULT) -1; } } if (user_callback) { HarpoonEvent evt; int evt_type; evt.type = HARPOON_NOTHING; evt_type = uMsg - WM_USER; if (evt_type >= 0 && evt_type < HARPOON_EVENT__SIZEOF) { evt.type = (HarpoonEventType) evt_type; switch (evt.type) { case HARPOON_KEY_PRESS: case HARPOON_KEY_RELEASE: evt.keyboard.flags = (int) lParam; break; case HARPOON_BUTTON_PRESS: case HARPOON_BUTTON_RELEASE: case HARPOON_2BUTTON_PRESS: case HARPOON_MOUSE_WHEEL: case HARPOON_MOUSE_MOVE: /* The x and y mouse coordinates are packed into lParam. Here we separate x and y. It's important to cast as signed, because the coordinate(s) could be negative. Casting to the signed type allows the compiler to properly promote the signed short to a signed int. */ evt.mouse.x = (short)LOWORD( lParam ); evt.mouse.y = (short)HIWORD( lParam ); if (evt.type == HARPOON_MOUSE_WHEEL) { evt.mouse.button = -1; evt.mouse.wheel = (int) wParam; } else { evt.mouse.button = (int) wParam; evt.mouse.wheel = 0; } break; default: evt.type = HARPOON_NOTHING; } if (evt.type != HARPOON_NOTHING) { (*user_callback)(&evt); } } } return DefWindowProc(hwnd, uMsg, wParam, lParam); } /********************************************************************** * Mouse hook **********************************************************************/ static LRESULT CALLBACK harpoon_mouse_hook (int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = FALSE; if (code == HC_ACTION) { PMOUSEHOOKSTRUCT pmhs = (PMOUSEHOOKSTRUCT) lpar; HarpoonEventType evt = HARPOON_NOTHING; int button = -1; int x = pmhs->pt.x; int y = pmhs->pt.y; // If WH_MOUSE_LL is hooked, // WH_MOUSE messages are not appended to the debug window. // This is mainly to avoid overflow. switch (wpar) { case WM_NCLBUTTONDOWN: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCLBUTTONDOWN" ); case WM_LBUTTONDOWN: button = 0; evt = HARPOON_BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_LBUTTONDOWN ) debug_send_message( "WH_MOUSE: WM_LBUTTONDOWN" ); break; case WM_NCMBUTTONDOWN: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCMBUTTONDOWN" ); case WM_MBUTTONDOWN: button = 1; evt = HARPOON_BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_MBUTTONDOWN ) debug_send_message( "WH_MOUSE: WM_MBUTTONDOWN" ); break; case WM_NCRBUTTONDOWN: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCRBUTTONDOWN" ); case WM_RBUTTONDOWN: button = 2; evt = HARPOON_BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_RBUTTONDOWN ) debug_send_message( "WH_MOUSE: WM_RBUTTONDOWN" ); break; case WM_NCXBUTTONDOWN: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCXBUTTONDOWN" ); case WM_XBUTTONDOWN: button = ( HIWORD( wpar ) == XBUTTON1 ) ? 3 : 4; evt = HARPOON_BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_XBUTTONDOWN ) debug_send_message( "WH_MOUSE: WM_XBUTTONDOWN" ); break; case WM_NCLBUTTONUP: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCLBUTTONUP" ); case WM_LBUTTONUP: button = 0; evt = HARPOON_BUTTON_RELEASE; if( debug && !mouse_ll_hook && wpar == WM_LBUTTONUP ) debug_send_message( "WH_MOUSE: WM_LBUTTONUP" ); break; case WM_NCMBUTTONUP: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCMBUTTONUP" ); case WM_MBUTTONUP: button = 1; evt = HARPOON_BUTTON_RELEASE; if( debug && !mouse_ll_hook && wpar == WM_MBUTTONUP ) debug_send_message( "WH_MOUSE: WM_MBUTTONUP" ); break; case WM_NCRBUTTONUP: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCRBUTTONUP" ); case WM_RBUTTONUP: button = 2; evt = HARPOON_BUTTON_RELEASE; if( debug && !mouse_ll_hook && wpar == WM_RBUTTONUP ) debug_send_message( "WH_MOUSE: WM_RBUTTONUP" ); break; case WM_NCXBUTTONUP: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCXBUTTONUP" ); case WM_XBUTTONUP: button = ( HIWORD( wpar ) == XBUTTON1 ) ? 3 : 4; evt = HARPOON_BUTTON_RELEASE; if( debug && !mouse_ll_hook && wpar == WM_XBUTTONUP ) debug_send_message( "WH_MOUSE: WM_XBUTTONUP" ); break; case WM_NCLBUTTONDBLCLK: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCLBUTTONDBLCLK" ); case WM_LBUTTONDBLCLK: button = 0; evt = HARPOON_2BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_LBUTTONDBLCLK ) debug_send_message( "WH_MOUSE: WM_LBUTTONDBLCLK" ); break; case WM_NCMBUTTONDBLCLK: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCMBUTTONDBLCLK" ); case WM_MBUTTONDBLCLK: button = 1; evt = HARPOON_2BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_MBUTTONDBLCLK ) debug_send_message( "WH_MOUSE: WM_MBUTTONDBLCLK" ); break; case WM_NCRBUTTONDBLCLK: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCRBUTTONDBLCLK" ); case WM_RBUTTONDBLCLK: button = 2; evt = HARPOON_2BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_RBUTTONDBLCLK ) debug_send_message( "WH_MOUSE: WM_RBUTTONDBLCLK" ); break; case WM_NCXBUTTONDBLCLK: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCXBUTTONDBLCLK" ); case WM_XBUTTONDBLCLK: button = ( HIWORD( wpar ) == XBUTTON1 ) ? 3 : 4; evt = HARPOON_2BUTTON_PRESS; if( debug && !mouse_ll_hook && wpar == WM_XBUTTONDBLCLK ) debug_send_message( "WH_MOUSE: WM_XBUTTONDBLCLK" ); break; case WM_MOUSEWHEEL: evt = HARPOON_MOUSE_WHEEL; button = 1; if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_MOUSEWHEEL" ); break; #ifdef WM_MOUSEHWHEEL case WM_MOUSEHWHEEL: evt = HARPOON_MOUSE_WHEEL; button = 2; if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_MOUSEHWHEEL" ); break; #endif case WM_NCMOUSEMOVE: if( debug && !mouse_ll_hook ) debug_send_message( "WH_MOUSE: WM_NCMOUSEMOVE" ); case WM_MOUSEMOVE: evt = HARPOON_MOUSE_MOVE; if( debug && !mouse_ll_hook && wpar == WM_MOUSEMOVE ) debug_send_message( "WH_MOUSE: WM_MOUSEMOVE" ); } /* The low-level mouse hook is always preferred over the regular mouse hook. The low-level hook posts its own message to the notification window. Here, we check to see if there is a low-level hook. If not, we post our own message. */ if( !mouse_ll_hook && evt != HARPOON_NOTHING ) harpoon_post_message (evt, button, MAKELONG(x, y)); if (evt == HARPOON_BUTTON_RELEASE) { forcecallnext = TRUE; } } return harpoon_generic_hook_return (code, wpar, lpar, mouse_hook, forcecallnext); } static LRESULT CALLBACK harpoon_mouse_ll_hook (int code, WPARAM wpar, LPARAM lpar) { if (code == HC_ACTION) { PMSLLHOOKSTRUCT pmhs = (PMSLLHOOKSTRUCT) lpar; HarpoonEventType evt = HARPOON_NOTHING; int button = -1; int x = pmhs->pt.x; int y = pmhs->pt.y; switch (wpar) { case WM_LBUTTONDOWN: button = 0; evt = HARPOON_BUTTON_PRESS; if_debug_send_message( "WH_MOUSE_LL: WM_LBUTTONDOWN" ); break; case WM_MBUTTONDOWN: button = 1; evt = HARPOON_BUTTON_PRESS; if_debug_send_message( "WH_MOUSE_LL: WM_MBUTTONDOWN" ); break; case WM_RBUTTONDOWN: button = 2; evt = HARPOON_BUTTON_PRESS; if_debug_send_message( "WH_MOUSE_LL: WM_RBUTTONDOWN" ); break; case WM_XBUTTONDOWN: button = ( HIWORD( wpar ) == XBUTTON1 ) ? 3 : 4; evt = HARPOON_BUTTON_PRESS; if_debug_send_message( "WH_MOUSE_LL: WM_XBUTTONDOWN" ); break; case WM_LBUTTONUP: button = 0; evt = HARPOON_BUTTON_RELEASE; if_debug_send_message( "WH_MOUSE_LL: WM_LBUTTONUP" ); break; case WM_MBUTTONUP: button = 1; evt = HARPOON_BUTTON_RELEASE; if_debug_send_message( "WH_MOUSE_LL: WM_MBUTTONUP" ); break; case WM_RBUTTONUP: button = 2; evt = HARPOON_BUTTON_RELEASE; if_debug_send_message( "WH_MOUSE_LL: WM_RBUTTONUP" ); break; case WM_XBUTTONUP: button = ( HIWORD( wpar ) == XBUTTON1 ) ? 3 : 4; evt = HARPOON_BUTTON_RELEASE; if_debug_send_message( "WH_MOUSE_LL: WM_XBUTTONUP" ); break; case WM_MOUSEWHEEL: evt = HARPOON_MOUSE_WHEEL; button = 1; if_debug_send_message( "WH_MOUSE_LL: WM_MOUSEWHEEL" ); break; #ifdef WM_MOUSEHWHEEL case WM_MOUSEHWHEEL: evt = HARPOON_MOUSE_WHEEL; button = 2; if_debug_send_message( "WH_MOUSE_LL: WM_MOUSEHWHEEL" ); break; #endif case WM_MOUSEMOVE: evt = HARPOON_MOUSE_MOVE; if_debug_send_message( "WH_MOUSE_LL: WM_MOUSEMOVE" ); } if( evt != HARPOON_NOTHING ) harpoon_post_message (evt, button, MAKELONG(x, y)); } return harpoon_generic_hook_return (code, wpar, lpar, mouse_ll_hook, TRUE); } static LRESULT CALLBACK harpoon_mouse_block_hook (int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = FALSE; if (code == HC_ACTION) { if_debug_send_message( "WH_MOUSE" ); switch (wpar) { case WM_LBUTTONUP: case WM_MBUTTONUP: case WM_RBUTTONUP: case WM_XBUTTONUP: forcecallnext = TRUE; } } return harpoon_generic_hook_return (code, wpar, lpar, mouse_hook, forcecallnext); } /********************************************************************** * Keyboard hook **********************************************************************/ #ifdef GRAVEYARD static BOOL harpoon_supports_keyboard_ll(void) { OSVERSIONINFO info; BOOL ret = FALSE; if (GetVersionEx (&info)) { if (info.dwPlatformId > VER_PLATFORM_WIN32_NT) { ret = TRUE; } else if (info.dwPlatformId == VER_PLATFORM_WIN32_NT) { /* Check for min. SP3. */ DWORD sp = harpoon_get_service_pack(); ret = (sp >= 0x300); } } return ret; } #endif static LRESULT CALLBACK harpoon_keyboard_hook (int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = FALSE; if (code == HC_ACTION) { BOOL pressed = (lpar & (1 << 31)) == 0; BOOL prevpressed = (lpar & (1 << 30)) != 0; HarpoonEventType evt; int flags = 0; if (pressed && prevpressed) { flags |= HARPOON_KEY_REPEAT_FLAG; } evt = pressed ? HARPOON_KEY_PRESS : HARPOON_KEY_RELEASE; forcecallnext = !pressed; /* The low-level keyboard hook is always preferred over the regular keyboard hook. The low-level hook posts its own message to the notification window. Here, we check to see if there is a low-level hook. If not, we post our own message. */ if( !keyboard_ll_hook ) { // The low level hook also intercepts keys injected using keybd_event. // Some application use this function to toggle the keyboard lights... if (wpar != VK_NUMLOCK && wpar != VK_CAPITAL && wpar != VK_SCROLL) { harpoon_post_message (evt, 0, flags); } } if_debug_send_message( "WH_KEYBOARD" ); } return harpoon_generic_hook_return (code, wpar, lpar, keyboard_hook, forcecallnext); } static LRESULT CALLBACK harpoon_keyboard_ll_hook (int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = FALSE; if (code == HC_ACTION) { KBDLLHOOKSTRUCT *kb = (KBDLLHOOKSTRUCT *) lpar; BOOL pressed = !(kb->flags & (1<<7)); forcecallnext = !pressed; // The low level hook also intercepts keys injected using keybd_event. // Some application use this function to toggle the keyboard lights... if (kb->vkCode != VK_NUMLOCK && kb->vkCode != VK_CAPITAL && kb->vkCode != VK_SCROLL) { HarpoonEventType evt = pressed ? HARPOON_KEY_PRESS : HARPOON_KEY_RELEASE; harpoon_post_message( evt, 0, 0 ); if_debug_send_message( "WH_KEYBOARD_LL" ); } } return harpoon_generic_hook_return (code, wpar, lpar, keyboard_ll_hook, forcecallnext); } static LRESULT CALLBACK harpoon_keyboard_block_hook (int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = FALSE; if (code == HC_ACTION) { BOOL pressed = (lpar & (1 << 31)) == 0; forcecallnext = !pressed; if_debug_send_message( "WH_KEYBOARD" ); } return harpoon_generic_hook_return (code, wpar, lpar, keyboard_hook, forcecallnext); } static LRESULT CALLBACK harpoon_msg_block_hook(int code, WPARAM wpar, LPARAM lpar) { BOOL forcecallnext = TRUE; if (code >= 0) { //if (is_app_blocked() && block_input) //{ // ((MSG*)lpar)->message = WM_NULL; //} if (((MSG*)lpar)->message == WM_KEYDOWN) { if (is_app_blocked() && block_input) { ((MSG*)lpar)->message = WM_NULL; } } if ( ((MSG*)lpar)->message >= WM_MOUSEFIRST && ((MSG*)lpar)->message <= WM_MOUSELAST) { if (is_app_blocked() && block_input) { ((MSG*)lpar)->message = WM_NULL; } } if ( ((MSG*)lpar)->message >= WM_NCMOUSEMOVE && ((MSG*)lpar)->message <= WM_NCMOUSEMOVE + 0x10) { if (is_app_blocked() && block_input) { ((MSG*)lpar)->message = WM_NULL; } } } return CallNextHookEx(msg_hook, code, wpar, lpar); } /********************************************************************** * Initialisation **********************************************************************/ HARPOON_API BOOL harpoon_init ( char imported_critical_file_list[][511], BOOL debug_harpoon ) { int i; RECT rect; HMENU menu_popup; DWORD dwStyle, dwExStyle; WNDCLASSEX wclass = { sizeof( WNDCLASSEX ), 0, harpoon_window_proc, 0, 0, dll_handle, NULL, NULL, NULL, NULL, HARPOON_WINDOW_CLASS, NULL }; harpoon_exit(); /* This main init function is only called from workrave Set exec_filename_workrave/critical TRUE */ exec_filename_workrave = TRUE; exec_filename_critical = TRUE; notification_class = RegisterClassEx( &wclass ); if( !notification_class ) return FALSE; if( debug_harpoon ) // The notification window should be visible and have a menu. { dwStyle = WS_OVERLAPPEDWINDOW | WS_VISIBLE; dwExStyle = WS_EX_APPWINDOW | WS_EX_STATICEDGE; menu = CreateMenu(); menu_popup = CreatePopupMenu(); if( menu && menu_popup ) { AppendMenu( menu_popup, MF_STRING, IDM_MENU_SAVE, "&Save" ); AppendMenu( menu_popup, MF_SEPARATOR, 0,0 ); AppendMenu( menu_popup, MF_STRING | MF_CHECKED, IDM_MENU_MONITOR, "Capture &Debug Messages" ); AppendMenu( menu_popup, MF_SEPARATOR, 0,0 ); AppendMenu( menu_popup, MF_STRING, IDM_MENU_CLEAR, "&Clear Display" ); AppendMenu( menu_popup, MF_STRING, IDM_MENU_UNHOOK, "&Unhook" ); AppendMenu( menu, MF_POPUP, (UINT_PTR)menu_popup, "&Menu" ); } else { DestroyMenu( menu ); DestroyMenu( menu_popup ); menu = menu_popup = NULL; } } else { dwStyle = WS_OVERLAPPED; dwExStyle = WS_EX_TOOLWINDOW; menu = menu_popup = NULL; } notification_window = CreateWindowEx( dwExStyle, HARPOON_WINDOW_CLASS, HARPOON_WINDOW_CLASS, dwStyle, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, menu, dll_handle, NULL ); if( !notification_window ) { DestroyMenu( menu ); UnregisterClass( HARPOON_WINDOW_CLASS, dll_handle ); notification_class = 0; return FALSE; } if( debug_harpoon ) // We need an edit control to send debug messages to. { GetClientRect( notification_window, &rect ); debug_hwnd = CreateWindow( "EDIT", "", WS_CHILD | WS_VISIBLE | WS_VSCROLL | ES_AUTOVSCROLL | ES_MULTILINE | ES_WANTRETURN, rect.left, rect.top, rect.right, rect.bottom, notification_window, NULL, dll_handle, NULL ); if( debug_hwnd ) { SendMessage( debug_hwnd, EM_SETLIMITTEXT, 0x7FFFFFFE, 0 ); // Assign debug flag global. debug = debug_harpoon; debug_send_message( "Note: If both WH_MOUSE and WH_MOUSE_LL are hooked, " "WH_MOUSE messages are not appended to the debug window. " "This is done mainly to avoid overflow." ); debug_send_message( "Initializing..." ); } else { debug = FALSE; } UpdateWindow( notification_window ); } for( i = 0; i < HARPOON_MAX_UNBLOCKED_APPS; ++i ) { strncpy( critical_file_list[ i ], imported_critical_file_list[ i ], 510 ); critical_file_list[ i ][ 510 ] = '\0'; if( critical_file_list[ i ][ 0 ] != '\0' ) { if_debug_send_message( "Critical file will not have input blocked:" ); if_debug_send_message( critical_file_list[ i ] ); } } if_debug_send_message( "harpoon_init() success" ); initialized = TRUE; return TRUE; } HARPOON_API void harpoon_exit (void) { if_debug_send_message( "harpoon_exit() called" ); harpoon_unhook(); initialized = FALSE; block_input = FALSE; debug = FALSE; debug_hwnd = NULL; if (notification_window) { DestroyWindow( notification_window ); notification_window = NULL; } if (notification_class) { UnregisterClass (HARPOON_WINDOW_CLASS, dll_handle); notification_class = 0; } } HARPOON_API void harpoon_unhook () { if_debug_send_message( "harpoon_unhook() called" ); if (msg_hook) { UnhookWindowsHookEx(msg_hook); if_debug_send_message( "UnhookWindowsHookEx(msg_hook)" ); msg_hook = NULL; } if (mouse_hook) { UnhookWindowsHookEx(mouse_hook); if_debug_send_message( "UnhookWindowsHookEx(mouse_hook)" ); mouse_hook = NULL; } if (mouse_ll_hook) { UnhookWindowsHookEx(mouse_ll_hook); if_debug_send_message( "UnhookWindowsHookEx(mouse_ll_hook)" ); mouse_ll_hook = NULL; } if (keyboard_hook) { UnhookWindowsHookEx(keyboard_hook); if_debug_send_message( "UnhookWindowsHookEx(keyboard_hook)" ); keyboard_hook = NULL; } if (keyboard_ll_hook) { UnhookWindowsHookEx(keyboard_ll_hook); if_debug_send_message( "UnhookWindowsHookEx(keyboard_ll_hook)" ); keyboard_ll_hook = NULL; } user_callback = NULL; } HARPOON_API BOOL harpoon_hook( HarpoonHookFunc func, BOOL keyboard_lowlevel, BOOL mouse_lowlevel ) { if_debug_send_message( "harpoon_hook() called" ); /* This hook init function is only called from workrave Set exec_filename_workrave/critical TRUE */ exec_filename_workrave = TRUE; exec_filename_critical = TRUE; if( !notification_window || !func ) { if_debug_send_message( "!notification_window || !func" ); if_debug_send_message( "harpoon hook initialization failure" ); return FALSE; } harpoon_unhook(); user_callback = func; if( mouse_lowlevel == TRUE ) { mouse_ll_hook = SetWindowsHookEx( WH_MOUSE_LL, harpoon_mouse_ll_hook, dll_handle, 0 ); if( mouse_ll_hook ) if_debug_send_message( "SetWindowsHookEx: WH_MOUSE_LL (success)" ); else if_debug_send_message( "SetWindowsHookEx: WH_MOUSE_LL (failure)" ); } /* WH_MOUSE is always hooked. It's needed to determine which applications to block. There is no way to determine the destination window/application when using only LL hooks. */ mouse_hook = SetWindowsHookEx( WH_MOUSE, harpoon_mouse_hook, dll_handle, 0 ); if( mouse_hook ) if_debug_send_message( "SetWindowsHookEx: WH_MOUSE (success)" ); else if_debug_send_message( "SetWindowsHookEx: WH_MOUSE (failure)" ); if( keyboard_lowlevel == TRUE ) { keyboard_ll_hook = SetWindowsHookEx( WH_KEYBOARD_LL, harpoon_keyboard_ll_hook, dll_handle, 0 ); if( keyboard_ll_hook ) if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD_LL (success)" ); else if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD_LL (failure)" ); } keyboard_hook = SetWindowsHookEx( WH_KEYBOARD, harpoon_keyboard_hook, dll_handle, 0 ); if( keyboard_hook ) if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD (success)" ); else if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD (failure)" ); if( ( !keyboard_hook && !keyboard_ll_hook ) || !mouse_hook ) { if_debug_send_message( "harpoon_hook() failure" ); return FALSE; } else { if_debug_send_message( "harpoon_hook() success" ); return TRUE; } } static void harpoon_hook_block_only(void) { if_debug_send_message( "harpoon_hook_block_only() called" ); /* This hook init function is only called from workrave Set exec_filename_workrave/critical TRUE */ exec_filename_workrave = TRUE; exec_filename_critical = TRUE; if (user_callback == NULL) { harpoon_unhook(); #ifdef _WIN64 if (msg_hook == NULL) { msg_hook = SetWindowsHookEx(WH_GETMESSAGE, harpoon_msg_block_hook, dll_handle, 0); if ( msg_hook ) if_debug_send_message( "SetWindowsHookEx: WH_GETMESSAGE (success)" ); else { if_debug_send_message( "SetWindowsHookEx: WH_GETMESSAGE (failure)" ); harpoon_exit(); } } #else if (mouse_hook == NULL) { mouse_hook = SetWindowsHookEx(WH_MOUSE, harpoon_mouse_block_hook, dll_handle, 0); if( mouse_hook ) if_debug_send_message( "SetWindowsHookEx: WH_MOUSE (success)" ); else { if_debug_send_message( "SetWindowsHookEx: WH_MOUSE (failure)" ); harpoon_exit(); } } if (keyboard_hook == NULL) { keyboard_hook = SetWindowsHookEx(WH_KEYBOARD, harpoon_keyboard_block_hook, dll_handle, 0); if (keyboard_hook) if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD (success)" ); else { if_debug_send_message( "SetWindowsHookEx: WH_KEYBOARD (failure)" ); harpoon_exit(); } } #endif } } static void _get_exec_filename() { // keep this code out of dllmain. don't call from dllmain. // jay satiro, workrave project, august 2007 // no _pgmptr. no psapi, for compatibility. // GetModuleBaseNameA( GetCurrentProcess(), NULL, lpstr, 255 ); /* GetModuleFileNameA: MSDN does not note: -SetLastError code is not set on success (appears <= XP) -The maximum number of possible characters returned. -On Vista, the copied string is always null terminated: if ( bytes_copied == nSize ) dest_ptr[ nSize - 1 ] = '\0'; return bytes_copied; The last character could be lost if that null is unaccounted for. -- e.g. fullpath = "F:\f\f.exe" GetModuleFileNameA( NULL, buffer, 10 ): On XP and others, no termination: 'F',':','\','f','\','f','.','e','x','e' On Vista, ERROR_INSUFFICIENT_BUFFER: 'F',':','\','f','\','f','.','e','x','\0' */ int size; DWORD ret; unsigned char *p, *buffer; for( size = 1024, buffer = NULL; buffer = realloc( buffer, size + 1 ); size *= 2 ) // This doubles the buffer until it can hold the filename. { SetLastError( NO_ERROR ); ret = GetModuleFileNameA( NULL, buffer, size ); if( ret && GetLastError() == NO_ERROR ) break; if( size >= 65536 ) // far enough { free( buffer ); buffer = NULL; break; } } if( !buffer ) { // Filename can't be ascertained :( exec_filename[ 0 ] = '\0'; if_debug_send_message( "This application's filename can't be ascertained :(" ); return; } buffer[ ret ] = '\0'; // MS ANSI codepages include DBCS: // http://codesnipers.com/?q=node/34 // Search the path to find where the filename starts: if( p = (unsigned char *)_mbsrchr( buffer, '\\' ) ) // Point to first (mb) filename character ++p; else // No path. Probably a Windows Me/98/95 filename p = buffer; _mbstrncpy_lowercase( exec_filename, p, 510 ); exec_filename[ 510 ] = '\0'; free( buffer ); } /********************************************************************** * Main **********************************************************************/ BOOL APIENTRY DllMain ( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) // don't call init or debug stuff from here { dll_handle = hModule; switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: exec_process_id = GetCurrentProcessId(); case DLL_PROCESS_DETACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: break; } return TRUE; } HARPOON_API char * _mbstrncpy_lowercase( const char *out, const char *in, int bytes ) // keep this code out of dllmain. don't call from dllmain. { int mb = 0; unsigned char *src = (unsigned char *)in; unsigned char *dest = (unsigned char *)out; if( bytes <= 0 || !in || !out ) return NULL; while( ( mb = _mbsnextc( src ) ) > 0 ) // This makes a lowercase copy of the filename. { // Point to next (mb) character: ( mb >> 8 ) ? ( src += 2 ) : ( src += 1 ); mb = _mbctolower( mb ); *dest++ = (unsigned char) mb; if( --bytes == 0 ) break; if( *dest = (unsigned char)( mb >> 8 ) ) { ++dest; if( --bytes == 0 ) break; } } memset( dest, 0, bytes ); return (char *)out; } /********************************************************************** * Debug **********************************************************************/ static void debug_send_message( const char *str ) /* Here we send a message to the edit control. debug_send_message( "WH_MOUSE" ) would append something like this: 1:55:05 PM: whatever.exe(123): WH_MOUSE The passed in str should be no more than 480 bytes long: max exec_filename len 510 pid/time/formatting chars about 30 buffer len is 1024 - 540 = ~480 max str len */ { static char str_previous_call[ 100 ] = { '\0' }; static WORD wHour_previous_call = 0; static WORD wMinute_previous_call = 0; static WORD wSecond_previous_call = 0; char buffer[ 1024 ]; char mer[ 3 ] = "AM"; SYSTEMTIME local; /* SCROLLINFO si = { sizeof( SCROLLINFO ), SIF_POS | SIF_RANGE, 0, 0, 0, 0, 0 }; */ GetLocalTime( &local ); if( local.wSecond == wSecond_previous_call && local.wMinute == wMinute_previous_call && local.wHour == wHour_previous_call && strncmp( str, str_previous_call, 100 ) == 0 ) // we only update once per second if the message is the same // the first 100 chars of the message are compared to last msg return; else { wSecond_previous_call = local.wSecond; wMinute_previous_call = local.wMinute; wHour_previous_call = local.wHour; strncpy( str_previous_call, str, 99 ); str_previous_call[ 99 ] = '\0'; } if( local.wHour > 12 ) // Make clock 12 hour, set meridiem identifier to PM { local.wHour = local.wHour - 12; mer[ 0 ] = 'P'; } else if( local.wHour == 0 ) //12am local.wHour = (WORD)12; snprintf( buffer, 1023, "%u:%02u:%02u %s:\t%s (%u):\t %s\r\n", (DWORD)local.wHour, (DWORD)local.wMinute, (DWORD)local.wSecond, mer, exec_filename, exec_process_id, str ); buffer[ 1023 ] = '\0'; // Move caret to the end of current text SendMessage( debug_hwnd, EM_SETSEL, 0, -1 ); SendMessage( debug_hwnd, EM_SETSEL, -1, -1 ); // Append at caret position SendMessage( debug_hwnd, EM_REPLACESEL, 0, (LPARAM)buffer ); /* GetScrollInfo( debug_hwnd, SB_VERT, &si ); if( si.nPos >= si.nMax ) // If the scrollbar position is at the bottom, scroll to caret SendMessage( debug_hwnd, EM_SCROLLCARET, 0, 0 ); */ } static INLINE void if_debug_send_message( const char *str ) { if( debug ) debug_send_message( str ); } static void debug_process_menu_selection( WORD idm ) { DWORD ret; switch( idm ) { case IDM_MENU_SAVE: if_debug_send_message( "IDM_MENU_SAVE" ); debug_save_data(); break; case IDM_MENU_MONITOR: if_debug_send_message( "IDM_MENU_MONITOR" ); ret = CheckMenuItem( menu, IDM_MENU_MONITOR, MF_UNCHECKED ); if( ret == MF_UNCHECKED ) // Menu item was previously unchecked. Toggle to checked. { CheckMenuItem( menu, IDM_MENU_MONITOR, MF_CHECKED ); debug = TRUE; debug_send_message( "-->Message Capture Enabled." ); } else // User selected to disable messages. { debug = FALSE; debug_send_message( "-->Message Capture Disabled." ); } break; case IDM_MENU_CLEAR: SetWindowText( debug_hwnd, "" ); if_debug_send_message( "IDM_MENU_CLEAR" ); break; case IDM_MENU_UNHOOK: harpoon_unhook(); if_debug_send_message( "IDM_MENU_UNHOOK" ); break; } return; } static void debug_save_data() // This is called if the user opts to save the messages to a file. { char *buffer; char filename[ MAX_PATH ] = { '\0' }; int unload = FALSE; HANDLE handle; HMODULE hmm; DWORD ret, text_length; OPENFILENAME ofn = { #if defined(WINVER) && (_WIN32_WINNT >= 0x0500) OPENFILENAME_SIZE_VERSION_400, #else sizeof( OPENFILENAME ), #endif debug_hwnd, //hwndOwner NULL, //hInstance "All Files\0*.*\0\0", //lpstrFilter NULL, //lpstrCustomFilter 0, //nMaxCustFilter 1, //nFilterIndex filename, //lpstrFile MAX_PATH, //nMaxFile NULL, //lpstrFileTitle 0, //nMaxFileTitle NULL, //lpstrInitialDir NULL, //lpstrTitle OFN_PATHMUSTEXIST | OFN_OVERWRITEPROMPT, //Flags 0, //nFileOffset 0, //nFileExtension "txt", //lpstrDefExt 0, //lCustData NULL, //lpfnHook NULL //lpTemplateName #if defined(WINVER) && (_WIN32_WINNT >= 0x0500) , NULL, 0, 0 #endif }; BOOL ( WINAPI *GetSaveFileNameA ) ( OPENFILENAME * ); if( ( hmm = GetModuleHandleA( "comdlg32.dll" ) ) == NULL ) { if( ( hmm = LoadLibraryA( "comdlg32.dll" ) ) == NULL ) { debug_send_message( "-->Data not saved. LoadLibrary() failed" ); return; } unload = TRUE; } GetSaveFileNameA = ( BOOL ( WINAPI * ) ( OPENFILENAME * ) ) GetProcAddress( hmm, "GetSaveFileNameA" ); if( GetSaveFileNameA == NULL ) { debug_send_message( "-->Data not saved. GetProcAddress() failed" ); if( unload ) FreeLibrary( hmm ); return; } if( ( *GetSaveFileNameA ) ( &ofn ) == 0 ) { debug_send_message( "-->Data not saved. GetSaveFileName() failed" ); if( unload ) FreeLibrary( hmm ); return; } if( unload ) FreeLibrary( hmm ); handle = CreateFile( filename, //lpFileName GENERIC_WRITE, //dwDesiredAccess 0, //dwShareMode NULL, //lpSecurityAttributes CREATE_ALWAYS, //dwCreationDisposition FILE_ATTRIBUTE_NORMAL, //dwFlagsAndAttributes NULL //hTemplateFile ); if( handle == INVALID_HANDLE_VALUE ) { debug_send_message( "-->Data not saved. CreateFile() failed" ); return; } text_length = (DWORD)GetWindowTextLength( debug_hwnd ); if( !text_length ) { debug_send_message( "-->Data not saved. GetWindowTextLength() failed" ); CloseHandle( handle ); return; } if( !( buffer = malloc( text_length + 1 ) ) ) { debug_send_message( "-->Data not saved. malloc() failed" ); CloseHandle( handle ); return; } ret = (DWORD)GetWindowText( debug_hwnd, buffer, (int)text_length + 1 ); if( ret != text_length ) { debug_send_message( "-->Data not saved. GetWindowText() failed" ); CloseHandle( handle ); free( buffer ); return; } buffer[ text_length ] = '\0'; WriteFile( handle, //hFile buffer, //lpBuffer text_length, //nNumberOfBytesToWrite &ret, //lpNumberOfBytesWritten (always first set to 0 by WriteFile) NULL //lpOverlapped ); if( ret != text_length ) debug_send_message( "-->Data possibly not saved. WriteFile() failed" ); CloseHandle( handle ); free( buffer ); return; } workrave-1_10_10/common/win32/harpoon/src/harpoon.def000066400000000000000000000002561263301626300224760ustar00rootroot00000000000000EXPORTS harpoon_unblock_input @1 harpoon_block_input @2 harpoon_init @3 harpoon_exit @4 harpoon_unhook @5 harpoon_hook @6 _mbstrncpy_lowercase @7 workrave-1_10_10/common/win32/harpoon/src/harpoon.mak000066400000000000000000000110411263301626300225020ustar00rootroot00000000000000# Microsoft Developer Studio Generated NMAKE File, Based on harpoon.dsp !IF "$(CFG)" == "" CFG=harpoon - Win32 Debug !MESSAGE No configuration specified. Defaulting to harpoon - Win32 Debug. !ENDIF !IF "$(CFG)" != "harpoon - Win32 Release" && "$(CFG)" != "harpoon - Win32 Debug" !MESSAGE Invalid configuration "$(CFG)" specified. !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "harpoon.mak" CFG="harpoon - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "harpoon - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "harpoon - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE !ERROR An invalid configuration is specified. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF !IF "$(CFG)" == "harpoon - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros ALL : "$(OUTDIR)\harpoon.dll" CLEAN : -@erase "$(INTDIR)\harpoon.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\harpoon.dll" -@erase "$(OUTDIR)\harpoon.exp" -@erase "$(OUTDIR)\harpoon.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HARPOON_EXPORTS" /D _WIN32_WINNT=0x400 /D WINVER=0x400 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\harpoon.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\harpoon.pdb" /machine:I386 /def:".\harpoon.def" /out:"$(OUTDIR)\harpoon.dll" /implib:"$(OUTDIR)\harpoon.lib" DEF_FILE= \ ".\harpoon.def" LINK32_OBJS= \ "$(INTDIR)\harpoon.obj" "$(OUTDIR)\harpoon.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "harpoon - Win32 Debug" OUTDIR=.\Debug INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros ALL : "$(OUTDIR)\harpoon.dll" CLEAN : -@erase "$(INTDIR)\harpoon.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\harpoon.dll" -@erase "$(OUTDIR)\harpoon.exp" -@erase "$(OUTDIR)\harpoon.ilk" -@erase "$(OUTDIR)\harpoon.lib" -@erase "$(OUTDIR)\harpoon.pdb" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HARPOON_EXPORTS" /D _WIN32_WINNT=0x400 /D WINVER=0x400 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\harpoon.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\harpoon.pdb" /debug /machine:I386 /def:".\harpoon.def" /out:"$(OUTDIR)\harpoon.dll" /implib:"$(OUTDIR)\harpoon.lib" /pdbtype:sept DEF_FILE= \ ".\harpoon.def" LINK32_OBJS= \ "$(INTDIR)\harpoon.obj" "$(OUTDIR)\harpoon.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1" !IF EXISTS("harpoon.dep") !INCLUDE "harpoon.dep" !ELSE !MESSAGE Warning: cannot find "harpoon.dep" !ENDIF !ENDIF !IF "$(CFG)" == "harpoon - Win32 Release" || "$(CFG)" == "harpoon - Win32 Debug" SOURCE=.\harpoon.c "$(INTDIR)\harpoon.obj" : $(SOURCE) "$(INTDIR)" !ENDIF workrave-1_10_10/common/win32/harpoon/src/harpoon.vcproj000066400000000000000000000274411263301626300232500ustar00rootroot00000000000000 workrave-1_10_10/common/win32/harpoon/src/harpoon.vcxproj000066400000000000000000000414051263301626300234340ustar00rootroot00000000000000 Debug64 Win32 Debug Win32 Release64 Win32 Release Win32 {1DBE998D-2623-4A77-A87D-DBDFEF210531} harpoon DynamicLibrary false MultiByte DynamicLibrary false MultiByte DynamicLibrary false MultiByte DynamicLibrary false MultiByte <_ProjectFileVersion>10.0.30319.1 $(SolutionDir)$(Configuration)\ $(Configuration)\ true $(SolutionDir)$(Configuration)\ $(Configuration)\ false $(SolutionDir)$(Configuration)\ $(Configuration)\ true $(SolutionDir)$(Configuration)\ $(Configuration)\ false _DEBUG;%(PreprocessorDefinitions) true true Win32 .\Debug/harpoon.tlb Disabled ..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;_USRDLL;HARPOON_EXPORTS;_WIN32_WINNT=0x400;WINVER=0x400;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug .\Debug/harpoon.pch .\Debug/ .\Debug/ .\Debug/ Level3 true EditAndContinue _DEBUG;%(PreprocessorDefinitions) 0x0409 kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) $(OutDir)harpoon.dll true .\harpoon.def true .\Debug/harpoon.pdb false .\Debug/harpoon.lib MachineX86 true .\Debug/harpoon.bsc NDEBUG;%(PreprocessorDefinitions) true true Win32 .\Release/harpoon.tlb MaxSpeed OnlyExplicitInline ..\include;%(AdditionalIncludeDirectories) NDEBUG;WIN32;_WINDOWS;_USRDLL;HARPOON_EXPORTS;_WIN32_WINNT=0x400;WINVER=0x400;%(PreprocessorDefinitions) true MultiThreaded true .\Release/harpoon.pch .\Release/ .\Release/ .\Release/ Level3 true NDEBUG;%(PreprocessorDefinitions) 0x0409 kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) $(OutDir)harpoon.dll true .\harpoon.def .\Release/harpoon.pdb false .\Release/harpoon.lib MachineX86 true .\Release/harpoon.bsc _DEBUG;%(PreprocessorDefinitions) true true Win32 .\Debug64/harpoon.tlb Disabled ..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;_USRDLL;HARPOON_EXPORTS;_WIN32_WINNT=0x400;WINVER=0x400;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug .\Debug64/harpoon.pch .\Debug64/ .\Debug64/ .\Debug64/ Level3 true EditAndContinue _DEBUG;%(PreprocessorDefinitions) 0x0409 /MACHINE:AMD64 %(AdditionalOptions) kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) $(OutDir)harpoon64.dll true .\harpoon.def true .\Debug64/harpoon.pdb false .\Debug64/harpoon64.lib NotSet true .\Debug64/harpoon.bsc NDEBUG;%(PreprocessorDefinitions) true true Win32 .\Release64/harpoon.tlb MaxSpeed OnlyExplicitInline ..\include;%(AdditionalIncludeDirectories) NDEBUG;WIN32;_WINDOWS;_USRDLL;HARPOON_EXPORTS;_WIN32_WINNT=0x400;WINVER=0x400;%(PreprocessorDefinitions) true MultiThreaded true .\Release64/harpoon.pch .\Release64/ .\Release64/ .\Release64/ Level3 true NDEBUG;%(PreprocessorDefinitions) 0x0409 /MACHINE:AMD64 %(AdditionalOptions) kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) $(OutDir)harpoon64.dll true .\harpoon.def .\Release64/harpoon.pdb false .\Release64/harpoon64.lib NotSet true .\Release64/harpoon.bsc %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) workrave-1_10_10/common/win32/harpoonHelper/000077500000000000000000000000001263301626300207165ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoonHelper/Makefile.am000066400000000000000000000003161263301626300227520ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008, 2010 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = include src EXTRA_DIST = workrave-1_10_10/common/win32/harpoonHelper/include/000077500000000000000000000000001263301626300223415ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoonHelper/include/HarpoonHelper.h000066400000000000000000000041211263301626300252560ustar00rootroot00000000000000// Harpoon.hh --- ActivityMonitor for W32 // // Copyright (C) 2002, 2004, 2006, 2007, 2010 Raymond Penners // Copyright (C) 2007 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef HARPOON_HELPER_H #define HARPOON_HELPER_H #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include #include "HarpoonHelper.h" #include "harpoon.h" #define HARPOON_HELPER_WINDOW_CLASS "HarpoonHelperNotificationWindow" typedef enum { HARPOON_HELPER_NOTHING = -1, HARPOON_HELPER_INIT = 0, HARPOON_HELPER_EXIT, HARPOON_HELPER_BLOCK, HARPOON_HELPER_UNBLOCK, HARPOON_HELPER_EVENT__SIZEOF } HarpoonHelperEventType; //! Activity monitor for a local X server. class HarpoonHelper { public: //! Constructor. HarpoonHelper(char *args); //! Destructor. virtual ~HarpoonHelper(); bool init(HINSTANCE hInstance); void run(); void terminate(); private: HINSTANCE hInstance; HWND notification_window; char *args; char critical_filename_list[ HARPOON_MAX_UNBLOCKED_APPS ][ 511 ]; ATOM notification_class; static LRESULT CALLBACK harpoon_window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); void init_critical_filename_list(); bool check_for_taskmgr_debugger( char *out ); }; #endif // HARPOON_HELPER_H workrave-1_10_10/common/win32/harpoonHelper/include/Makefile.am000066400000000000000000000003051263301626300243730ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/common/win32/harpoonHelper/src/000077500000000000000000000000001263301626300215055ustar00rootroot00000000000000workrave-1_10_10/common/win32/harpoonHelper/src/Config.cpp000066400000000000000000000074151263301626300234250ustar00rootroot00000000000000// Config.cpp --- Configuration Access // // Copyright (C) 2002, 2005, 2006, 2007, 2009 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #define _CRT_SECURE_NO_WARNINGS #include #include #include "Debug.h" #include "Config.h" using namespace std; Config::Config() { key_root = "Software/Workrave"; } bool Config::get_value(const string &key, string &out) const { TRACE_ENTER_MSG("Config::get_value", key << "," << out); HKEY handle; bool rc = false; string k, p, p32, c; LONG err; k = key_add_part(key_root, key); key_split(k, p, c); p32 = key_win32ify(p); err = RegOpenKeyEx(HKEY_CURRENT_USER, p32.c_str(), 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD size, type; char *buffer; // get the size, in bytes, required for buffer err = RegQueryValueExA( handle, c.c_str(), NULL, NULL, NULL, &size ); if (err != ERROR_SUCCESS || !size) { RegCloseKey( handle ); TRACE_EXIT(); return false; } else if( !( buffer = (char *)malloc( size + 1 ) ) ) { RegCloseKey( handle ); TRACE_EXIT(); return false; } err = RegQueryValueExA( handle, c.c_str(), NULL, &type, (LPBYTE)buffer, &size ); buffer[ size ] = '\0'; if ( err == ERROR_SUCCESS && type == REG_SZ ) { out = buffer; rc = true; } RegCloseKey( handle ); free( buffer ); } TRACE_EXIT(); return rc; } //! Returns the value of the specified attribute /*! * \retval true value successfully returned. * \retval false attribute not found. */ bool Config::get_value(const string &key, int &out) const { string s; bool rc = get_value(key, s); if (rc) { int f = sscanf(s.c_str(), "%d", &out); rc = (f == 1); } return rc; } bool Config::get_value(const string &key, bool &out) const { int l; bool rc = get_value(key, l); if (rc) { out = l ? true : false; } return rc; } string Config::key_add_part(string s, string t) const { string ret = s; add_trailing_slash(ret); return ret + t; } void Config::key_split(const string &key, string &parent, string &child) const { const char *s = key.c_str(); const char *slash = strrchr(s, '/'); if (slash) { parent = key.substr(0, slash-s); child = slash+1; } else { parent = ""; child = ""; } } string Config::key_win32ify(const string &key) const { string rc = key; strip_trailing_slash(rc); for (unsigned int i = 0; i < rc.length(); i++) { if (rc[i] == '/') { rc[i] = '\\'; } } return rc; } //! Removes the trailing '/'. void Config::strip_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] == '/') { key = key.substr(0, len - 1); } } } //! Adds add trailing '/' if it isn't there yet. void Config::add_trailing_slash(string &key) const { int len = key.length(); if (len > 0) { if (key[len - 1] != '/') { key += '/'; } } } workrave-1_10_10/common/win32/harpoonHelper/src/Config.h000066400000000000000000000027241263301626300230700ustar00rootroot00000000000000// Config.hh // // Copyright (C) 2002, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CONFIG_H #define CONFIG_H #include #include #include #include class Config { public: Config(); bool get_value(const std::string &key, std::string &out) const; bool get_value(const std::string &key, int &out) const; bool get_value(const std::string &key, bool &out) const; private: std::string key_win32ify(const std::string &key) const; std::string key_add_part(std::string s, std::string t) const; void key_split(const std::string &key, std::string &parent, std::string &child) const; void strip_trailing_slash(std::string &key) const; void add_trailing_slash(std::string &key) const; std::string key_root; PHKEY key_root_handle; }; #endif // CONFIG_H workrave-1_10_10/common/win32/harpoonHelper/src/Debug.cpp000066400000000000000000000026241263301626300232430ustar00rootroot00000000000000// debug.cc // // Copyright (C) 2001, 2002, 2003, 2007, 2009, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef NDEBUG #include "Debug.h" using namespace std; std::ofstream g_log_stream; std::string Debug::trace_get_time() { char logtime[128]; time_t ltime; time(<ime); struct tm tmlt; localtime_s(&tmlt, <ime); strftime(logtime, 128, "%d%b%Y %H:%M:%S ", &tmlt); return logtime; } void Debug::init() { char logfile[128]; time_t ltime; time(<ime); struct tm tmlt; localtime_s(&tmlt, <ime); strftime(logfile, 128, "C:\\temp\\workrave-harpoon-helper-%d%b%Y-%H%M%S", &tmlt); g_log_stream.open(logfile, std::ios::app); if (g_log_stream.is_open()) { std::cerr.rdbuf(g_log_stream.rdbuf()); } } #endif workrave-1_10_10/common/win32/harpoonHelper/src/Debug.h000066400000000000000000000042101263301626300227010ustar00rootroot00000000000000// Debug.hh // // Copyright (C) 2001 - 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DEBUG_HH #define DEBUG_HH #include #ifdef NDEBUG #define TRACE_ENTER(x) #define TRACE_ENTER_MSG(x,y) #define TRACE_RETURN(x) #define TRACE_EXIT() #define TRACE_MSG(x) #else #include #include #include #include #include extern std::ofstream g_log_stream; class Debug { public: static void init(); static std::string trace_get_time(); }; #define TRACE_ENTER(x) const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << std::endl; \ std::cerr.flush(); #define TRACE_ENTER_MSG(x, y) const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << " " << y << std::endl; \ std::cerr.flush(); #define TRACE_RETURN(y) std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << y << std::endl; \ std::cerr.flush(); #define TRACE_EXIT() std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << std::endl; \ std::cerr.flush(); #define TRACE_MSG(msg) std::cerr << Debug::trace_get_time() << " " << _trace_method_name << " " << msg << std::endl; \ std::cerr.flush(); #endif // TRACING #endif // DEBUG_H workrave-1_10_10/common/win32/harpoonHelper/src/HarpoonHelper.cpp000066400000000000000000000160041263301626300247600ustar00rootroot00000000000000// Harpoon.cc --- ActivityMonitor for W32 // // Copyright (C) 2007 Ray Satiro // Copyright (C) 2007, 2008, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #define _CRT_SECURE_NO_WARNINGS #include #include #include #include "HarpoonHelper.h" #include "Debug.h" #include "Config.h" using namespace std; HarpoonHelper::HarpoonHelper(char *args) : args(args) { } HarpoonHelper::~HarpoonHelper() { terminate(); } bool HarpoonHelper::init(HINSTANCE hInstance) { TRACE_ENTER("HarpoonHelper::init"); this->hInstance = hInstance; DWORD dwStyle, dwExStyle; dwStyle = WS_OVERLAPPED; dwExStyle = WS_EX_TOOLWINDOW; WNDCLASSEX wclass = { sizeof(WNDCLASSEX), 0, harpoon_window_proc, 0, 0, hInstance, NULL, NULL, NULL, NULL, HARPOON_HELPER_WINDOW_CLASS, NULL }; notification_class = RegisterClassEx(&wclass); if( !notification_class ) return FALSE; notification_window = CreateWindowEx( dwExStyle, HARPOON_HELPER_WINDOW_CLASS, HARPOON_HELPER_WINDOW_CLASS, dwStyle, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL ); if (!notification_window) { UnregisterClass(HARPOON_WINDOW_CLASS, hInstance); notification_class = 0; return FALSE; } init_critical_filename_list(); bool debug = false; bool mouse_lowlevel = false; bool keyboard_lowlevel = true; if (LOBYTE(LOWORD(GetVersion())) >= 6) { mouse_lowlevel = true; } Config config; config.get_value("advanced/harpoon/debug", debug); config.get_value("advanced/harpoon/mouse_lowlevel", mouse_lowlevel); config.get_value("advanced/harpoon/keyboard_lowlevel", keyboard_lowlevel); if (!harpoon_init(critical_filename_list, (BOOL)debug)) { TRACE_RETURN(false); return false; } TRACE_RETURN(true); return true; } //! Stops the activity monitoring. void HarpoonHelper::terminate() { harpoon_exit(); } void HarpoonHelper::run() { TRACE_ENTER("HarpoonHelper::run"); MSG msg; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } TRACE_EXIT(); } void HarpoonHelper::init_critical_filename_list() { TRACE_ENTER("HarpoonHelper::init_critical_filename_list"); Config config; int i; for (i = 0; i < HARPOON_MAX_UNBLOCKED_APPS; ++i) critical_filename_list[i][0] = '\0'; // Task Manager is always on the critical_filename_list if (GetVersion() >= 0x80000000) { // Windows Me/98/95 strcpy(critical_filename_list[0], "taskman.exe"); } else if (!check_for_taskmgr_debugger(critical_filename_list[0])) { strcpy(critical_filename_list[0], "taskmgr.exe"); } strcpy(critical_filename_list[1], "workrave.exe"); strcpy(critical_filename_list[2], args); TRACE_MSG(args); int filecount = 0; config.get_value("advanced/critical_files/filecount", filecount); if (filecount > 0) { if (filecount >= HARPOON_MAX_UNBLOCKED_APPS - 2) { filecount = HARPOON_MAX_UNBLOCKED_APPS - 3; } char loc[40]; string buffer; for(i = 1; i <= filecount; ++i) { sprintf(loc, "advanced/critical_files/file%d", i ); if (config.get_value(loc, buffer)) { strncpy_s(critical_filename_list[i + 2], buffer.c_str(), 510); critical_filename_list[i][510] = '\0'; } } } TRACE_EXIT(); } bool HarpoonHelper::check_for_taskmgr_debugger( char *out ) { HKEY hKey = NULL; LONG err; DWORD size; unsigned char *p, *p2, *buffer; // If there is a debugger for taskmgr, it's always critical err = RegOpenKeyExA( HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\" "Image File Execution Options\\taskmgr.exe", 0, KEY_QUERY_VALUE, &hKey ); if( err != ERROR_SUCCESS ) { RegCloseKey( hKey ); return false; } // get the size, in bytes, required for buffer err = RegQueryValueExA( hKey, "Debugger", NULL, NULL, NULL, &size ); if( err != ERROR_SUCCESS || !size ) { RegCloseKey( hKey ); return false; } if( !( buffer = (unsigned char *)malloc( size + 1 ) ) ) { RegCloseKey( hKey ); return false; } err = RegQueryValueExA( hKey, "Debugger", NULL, NULL, (LPBYTE)buffer, &size ); if( err != ERROR_SUCCESS || !size ) { free( buffer ); RegCloseKey( hKey ); return false; } buffer[ size ] = '\0'; // get to innermost quoted for( p2 = buffer; *p2 == '\"'; ++p2 ) ; if( p2 != buffer ) // e.g. "my debugger.exe" /y /x { if( (p = _mbschr( p2, '\"' )) ) *p = '\0'; } else // e.g. debugger.exe /y /x { if( (p = _mbschr( p2, ' ' )) ) *p = '\0'; } // Search the path to find where the filename starts: if( (p = (unsigned char *)_mbsrchr( p2, '\\' )) ) // Point to first (mb) filename character ++p; else // No path. p = p2; _mbstrncpy_lowercase( out, (char *)p, 510 ); out[ 510 ] = '\0'; RegCloseKey( hKey ); free( buffer ); return true; } LRESULT CALLBACK HarpoonHelper::harpoon_window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { TRACE_ENTER("HarpoonHelper::harpoon_window_proc"); int evt_type; evt_type = uMsg - WM_USER; TRACE_MSG(evt_type); if (evt_type >= 0 && evt_type < HARPOON_HELPER_EVENT__SIZEOF) { switch ((HarpoonHelperEventType) evt_type) { case HARPOON_HELPER_INIT: TRACE_MSG("init"); break; case HARPOON_HELPER_EXIT: TRACE_MSG("exit"); PostQuitMessage(0); break; case HARPOON_HELPER_BLOCK: TRACE_MSG("block"); harpoon_block_input(); break; case HARPOON_HELPER_UNBLOCK: TRACE_MSG("unblock"); harpoon_unblock_input(); break; } } TRACE_EXIT(); return DefWindowProc(hwnd, uMsg, wParam, lParam); } workrave-1_10_10/common/win32/harpoonHelper/src/Makefile.am000066400000000000000000000006441263301626300235450ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2008, 2010 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) \ $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) \ $(wildcard $(srcdir)/*.cpp) \ $(wildcard $(srcdir)/*.dsp) $(wildcard $(srcdir)/*.vcproj) $(wildcard $(srcdir)/*.def) workrave-1_10_10/common/win32/harpoonHelper/src/harpoonHelper.vcproj000066400000000000000000000167341263301626300255530ustar00rootroot00000000000000 workrave-1_10_10/common/win32/harpoonHelper/src/harpoonHelper.vcxproj000066400000000000000000000232431263301626300257340ustar00rootroot00000000000000 Debug64 Win32 Debug Win32 Release64 Win32 Release Win32 {46E776F1-7859-41C7-B885-6F45E27CE48F} harpoonHelper Win32Proj Application MultiByte true Application MultiByte Application MultiByte true Application MultiByte <_ProjectFileVersion>10.0.30319.1 $(SolutionDir)$(Configuration)\ $(Configuration)\ true $(SolutionDir)$(Configuration)\ $(Configuration)\ false $(SolutionDir)$(Configuration)\ $(Configuration)\ true $(SolutionDir)$(Configuration)\ $(Configuration)\ false Disabled ..\..\harpoon\include;..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;PLATFORM_OS_WIN32_NATIVE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true Windows MachineX86 MaxSpeed true ..\..\harpoon\include;..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;PLATFORM_OS_WIN32_NATIVE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase true Windows true true MachineX86 Disabled ..\..\harpoon\include;..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;PLATFORM_OS_WIN32_NATIVE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue /MACHINE:AMD64 %(AdditionalOptions) true Windows NotSet MaxSpeed true ..\..\harpoon\include;..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;PLATFORM_OS_WIN32_NATIVE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase /MACHINE:AMD64 %(AdditionalOptions) true Windows true true NotSet {1dbe998d-2623-4a77-a87d-dbdfef210531} false workrave-1_10_10/common/win32/harpoonHelper/src/main.cpp000066400000000000000000000024251263301626300231400ustar00rootroot00000000000000// main.cc --- Main // // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "HarpoonHelper.h" #include "Debug.h" int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { #ifndef NDEBUG Debug::init(); #endif TRACE_ENTER_MSG("WinMain", szCmdLine); HarpoonHelper *h = new HarpoonHelper(szCmdLine); h->init(hInstance); h->run(); TRACE_EXIT(); return (0); } workrave-1_10_10/config.xml000066400000000000000000000016611263301626300156510ustar00rootroot00000000000000 workrave-1_10_10/configure.ac000066400000000000000000001133021263301626300161440ustar00rootroot00000000000000dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright (C) 2001 - 2014 Rob Caelers & Raymond Penners dnl m4_define([workrave_major_version], [1]) m4_define([workrave_minor_version], [10]) m4_define([workrave_micro_version], [10]) m4_define([workrave_version_suffix], [0]) m4_define([workrave_version], [workrave_major_version.workrave_minor_version.workrave_micro_version.workrave_version_suffix]) #m4_define([workrave_version], # [workrave_major_version.workrave_minor_version]) m4_define([workrave_resource_version], [workrave_major_version,workrave_minor_version,workrave_micro_version,workrave_version_suffix]) AC_PREREQ([2.67]) AC_INIT([workrave], [workrave_version], [http://issues.workrave.org/cgi-bin/bugzilla/enter_bug.cgi], [workrave], [http://www.workrave.org]) AC_CONFIG_SRCDIR([backend/include/ICore.hh]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign silent-rules tar-ustar subdir-objects]) dnl AM_SILENT_RULES([yes]) GNOME_SHELL_VERSION=3.6.2 AC_SUBST(GNOME_SHELL_VERSION) if test -d $srcdir/.git && test "$TINDERBOX_BUILD" = yes; then git_version=`git describe --tags --abbrev=10 --dirty 2>/dev/null` AC_DEFINE_UNQUOTED(GIT_VERSION, "$git_version", [GIT Version]) fi dnl dnl Command line options. dnl AC_ARG_ENABLE(app-gtk, [AS_HELP_STRING([--disable-app-gtk], [compile without Gtk support (NOT recommended)])]) AC_ARG_ENABLE(app-text, [AS_HELP_STRING([--enable-app-text], [compile with dummy text GUI support (NOT recommended)])]) AC_ARG_ENABLE(xml, [AS_HELP_STRING([--disable-xml], [compile without XML support])]) AC_ARG_ENABLE(gconf, [AS_HELP_STRING([--enable-gconf], [compile with Gnome gconf2 support])]) AC_ARG_ENABLE(gsettings, [AS_HELP_STRING([--disable-gsettings], [compile without GSettings support])]) AC_ARG_ENABLE(gnome2, [AS_HELP_STRING([--disable-gnome2], [compile without Gnome 2 support])]) AC_ARG_ENABLE(gnome3, [AS_HELP_STRING([--disable-gnome3], [compile without Gnome 3 support])]) AC_ARG_ENABLE(indicator, [AS_HELP_STRING([--enable-indicator], [compile with Unity indicator applet support])]) AC_ARG_ENABLE(xfce, [AS_HELP_STRING([--enable-xfce], [compile with preliminary XFCE applet support])]) AC_ARG_ENABLE(mate, [AS_HELP_STRING([--enable-mate], [compile with preliminary MATE applet support])]) AC_ARG_ENABLE(dbus, [AS_HELP_STRING([--disable-dbus], [compile without DBus support])]) AC_ARG_ENABLE(gstreamer, [AS_HELP_STRING([--disable-gstreamer], [compile without GStreamer audio support])]) AC_ARG_ENABLE(pulse, [AS_HELP_STRING([--disable-pulse], [compile without PulseAudio support])]) AC_ARG_ENABLE(debug, [AS_HELP_STRING([--enable-debug], [compile with debugging flags set])]) AC_ARG_ENABLE(distribution, [AS_HELP_STRING([--disable-distribution], [compile without support for distributed operation])]) AC_ARG_ENABLE(experimental, [AS_HELP_STRING([--enable-experimental], [compile with experimental features])]) AC_ARG_ENABLE(exercises, [AS_HELP_STRING([--disable-exercises], [compile without exercises support])]) AC_ARG_ENABLE(tests, [AS_HELP_STRING([--enable-tests], [compile with test code])]) AC_ARG_ENABLE(tracing, [AS_HELP_STRING([--enable-tracing], [compile with method call tracing])], [test "x$enable_tracing" = "xyes" && enable_debug=yes]) AC_ARG_ENABLE(monitors, [AS_HELP_STRING([--enable-monitors=LIST], [comma separated list of activity monitors to use, currently support: record, screensaver, x11events (Unix Only) @<:@default=yes@:>@])]) case x"$target" in xNONE | x) target_or_host="$host" ;; *) target_or_host="$target" ;; esac dnl dnl Checks for programs dnl AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AM_PROG_CC_C_O AM_PROG_AR AC_PROG_OBJC AC_PROG_OBJCXX AC_PROG_CXX AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_LIBTOOL AC_CHECK_PROGS(M4, gm4 m4, m4) AC_CHECK_PROGS(WINDRES, ${target_or_host}-windres,false) dnl dnl checks for compiler characteristics dnl AC_LANG([C++]) AC_REQUIRE_CPP AC_C_INLINE AC_C_CONST dnl dnl Headers/Types/Functions dnl AC_HEADER_STDC AC_CHECK_HEADERS([errno.h stdlib.h sys/time.h sys/select.h unistd.h]) AC_CHECK_MEMBER(MOUSEHOOKSTRUCT.hwnd,AC_DEFINE(HAVE_STRUCT_MOUSEHOOKSTRUCT,,[struct MOUSEHOOKSTRUCT]),, [#include ]) AC_CHECK_MEMBER(MOUSEHOOKSTRUCTEX.mouseData,AC_DEFINE(HAVE_STRUCT_MOUSEHOOKSTRUCTEX,,[struct MOUSEHOOKSTRUCTEX]),, [#include ]) have_ishelldispatch=no AC_MSG_CHECKING([IShellDispatch]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ IShellDispatch* pShellDispatch = NULL; ]])],[have_ishelldispatch=yes AC_DEFINE(HAVE_ISHELLDISPATCH, 1, "IShellDispatch") AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)]) AC_CHECK_FUNCS([gettimeofday nanosleep select setlocale realpath]) have_extern_timezone_defined=no AC_MSG_CHECKING([external timezone variable defined in time.h]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ timezone += 1; return 0;]])],[have_extern_timezone_defined=yes AC_DEFINE(HAVE_EXTERN_TIMEZONE_DEFINED, 1, "External timezone") AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)]) have_extern_timezone=no AC_MSG_CHECKING([external timezone variable]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ extern long timezone; timezone += 1; return 0;]])],[have_extern_timezone=yes AC_DEFINE(HAVE_EXTERN_TIMEZONE, 1, "External timezone") AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)]) dnl Update version and date. AC_SUBST(VERSION) ISODATE=`date +%Y-%m-%d` AC_SUBST(ISODATE) RESOURCE_VERSION=workrave_resource_version AC_SUBST(RESOURCE_VERSION) AC_CANONICAL_HOST AC_PREFIX_PROGRAM(workrave) dnl dnl Checking target platform. dnl AC_MSG_CHECKING([for platform]) platform_os_win32=no platform_os_osx=no platform_os_unix=no platform_variant_x11=no case "$target_or_host" in *-*mingw*|*-*-mingw*|*-*-cygwin*) platform_os_win32=yes platform_os_name="Windows" AC_DEFINE(PLATFORM_OS_WIN32,,[Define if compiling for the Win32 platform]) AC_DEFINE(HAVE_LANGUAGE_SELECTION,,[Define if the UI language can be defined in the preferences]) ;; *-*-darwin* | *-*-rhapsody*) platform_os_osx=yes platform_os_name="OS X" AC_DEFINE(PLATFORM_OS_OSX,,[Define if compiling for the OS X platform]) ;; *) platform_os_unix=yes platform_os_name="Unix" AC_DEFINE(PLATFORM_OS_UNIX,,[Define if compiling for a Unix platform]) ;; esac AC_MSG_RESULT([$platform_os_name]) AM_CONDITIONAL(PLATFORM_OS_WIN32, test "x$platform_os_win32" = "xyes") AM_CONDITIONAL(PLATFORM_OS_OSX, test "x$platform_os_osx" = "xyes") AM_CONDITIONAL(PLATFORM_OS_UNIX, test "x$platform_os_unix" = "xyes") AM_CONDITIONAL(HAVE_LANGUAGE_SELECTION, test "x$platform_os_win32" = "xyes") dnl dnl Debug dnl config_debug=no config_tracing=no if test "x$enable_debug" = "xyes" then config_debug=yes CFLAGS="${CFLAGS} -O0 -g -Wall" CXXFLAGS="${CXXFLAGS} -O0 -g -Wall" LDFLAGS="${LDFLAGS} -g" AC_DEFINE([GLIBCXX_FORCE_NEW], , [Define for debugging purposes]) AC_DEFINE([GLIBCPP_FORCE_NEW], , [Define for debugging purposes]) else AC_DEFINE([NDEBUG], , [Define if debugging code should be disabled]) fi if test "x$enable_tracing" = "xyes" then config_tracing=yes AC_DEFINE([TRACING], , [Define to enable method call tracing]) fi dnl dnl Windows specific checks dnl have_dsound=no LIBSTDCPP_LIBS= WIN32CONSOLE= DIRECTSOUNDLIBS= if test "x$platform_os_win32" = "xyes" then LIBSTDCPP_LIBS=-lstdc++ AC_DEFINE([_WIN32_IE], [0x0600], [Windows version]) AC_DEFINE([_WIN32_WINNT], [0x0600], [Windows version]) #if test "x$enable_debug" != "xyes" #then WIN32CONSOLE=-mwindows #else # WIN32CONSOLE=-mconsole #fi enable_gconf=no enable_gnome2=no enable_gnome3=no enable_xml=no enable_indicator=no enable_xfce=no enable_mate=no AC_CHECK_HEADER(dsound.h, [ AC_DEFINE(HAVE_DSOUND, 1, [Define if we have DirectSound]) have_dsound=yes DIRECTSOUNDLIBS="-ldsound -luuid -ldxguid -ldxerr8" ]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #include static REFIID foo = __uuidof(IAudioEndpointVolume); ]], [[ IMMDeviceEnumerator *device_enum = NULL; ]])],[ have_mmdeviceapi=yes AC_DEFINE(HAVE_MMDEVICEAPI_H, 1, [Define if we have mm device api]) AC_MSG_RESULT(yes) ],[AC_MSG_RESULT(no)]) fi AC_SUBST(LIBSTDCPP_LIBS) AC_SUBST(WIN32CONSOLE) AC_SUBST(DIRECTSOUNDLIBS) AM_CONDITIONAL(HAVE_DSOUND, test "x$have_dsound" = "xyes") dnl dnl OSX specific checks dnl PKG_PROG_PKG_CONFIG AC_SUBST(OSX_CFLAGS) if test "x$platform_os_osx" = "xyes" then PKG_CHECK_MODULES(IGE, gtk-mac-integration >= 2.0, [AC_DEFINE(HAVE_GTK_MAC_INTEGRATION, 1, [Define if we have gtk-mac-integration 2.0+])], [PKG_CHECK_MODULES(IGE, ige-mac-integration >= 0.6, AC_DEFINE(HAVE_IGE_MAC_INTEGRATION, 1, [Define if we have ige-mac-integration 0.6+]))]) AC_CHECK_LIB(resolv, res_query) AC_CHECK_HEADER(CoreFoundation/CoreFoundation.h, [ AC_CHECK_HEADER(IOKit/IOKitLib.h, [ AC_DEFINE(HAVE_IOKIT, 1, [Define if we have IOKit]) LIBS="$LIBS -framework IOKit -framework CoreFoundation" ])]) config_gnome2=no config_gnome3=no config_gconf=no LDFLAGS="$LDFLAGS -headerpad_max_install_names" LIBS="$LIBS -framework CoreServices -framework Carbon -framework Cocoa -framework Foundation" OSX_CFLAGS="" fi AC_SUBST(IGE_LIBS) AC_SUBST(IGE_CFLAGS) dnl dnl Unix specific checks dnl if test "x$platform_os_unix" = "xyes" then AC_PATH_X AC_PATH_XTRA if test x$have_x != xyes ; then AC_MSG_ERROR(X11 required on Unix platform) fi LIBS_save=$LIBS if test -n "$ac_x_libraries" then LIBS="$LIBS -L$x_libraries" fi CPPFLAGS_save="$CPPFLAGS" if test -n "$x_includes" then CPPFLAGS="$CPPFLAGS -I$x_includes" fi have_xrecord=no AC_CHECK_LIB(Xtst, XRecordEnableContext, have_xrecord=yes X_LIBS="$X_LIBS -lXtst" AC_DEFINE(HAVE_XRECORD,,[Define if the RECORD extension is available]), ) if test x$have_xrecord != xyes ; then AC_MSG_ERROR(X RECORD extension headers files required on Unix platform) fi AC_CHECK_LIB(Xext, XScreenSaverRegister, have_xscreensaver=yes X_LIBS="$X_LIBS -lX11 -lXext", [], [-lX11 -lXext -lm]) AC_CHECK_LIB(Xss, XScreenSaverRegister, have_xscreensaver=yes X_LIBS="$X_LIBS -lX11 -lXss", [], [-lX11 -lXext -lm]) if test "x$have_xscreensaver" == "xyes"; then AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #include ]], [[]])], [], [have_xscreensaver=no]) fi if test "x$have_xscreensaver" = "xyes" ; then AC_DEFINE(HAVE_SCREENSAVER, 1, [Define if XScreenSaver is available.]) fi PKG_CHECK_MODULES(X11SM, sm ice) LIBS=$LIBS_save CPPFLAGS=$CPPFLAGS_save with_cxx11=no # Enable C++11 std if gtkmm >= 3.18.0 PKG_CHECK_MODULES(GTKMM, gtkmm-3.0 >= 3.18.0, [ AX_CXX_COMPILE_STDCXX_11([noext]) with_cxx11=yes ], [] ) fi dnl dnl Monitors dnl if test "x$platform_os_unix" = "xyes" then if test "x$enable_monitors" == "x"; then if test "x$have_xrecord" == "xyes" ; then enable_monitors="record" fi if test "x$have_xscreensaver" == "xyes" ; then if test "x$enable_monitors" != "x"; then enable_monitors="$enable_monitors," fi enable_monitors="${enable_monitors}screensaver" fi if test "x$enable_monitors" != "x"; then enable_monitors="$enable_monitors," fi enable_monitors="${enable_monitors}x11events" fi loop=${enable_monitors}, while echo $loop | grep \, &> /dev/null do monitor=${loop%%\,*} loop=${loop#*\,} case "$monitor" in record) if test "x$have_xrecord" != "xyes" ; then AC_MSG_ERROR([record activity monitor not supported.]) fi ;; x11events) ;; screensaver) if test "x$have_xscreensaver" != "xyes" ; then AC_MSG_ERROR([screensaver activity monitor not supported.]) fi ;; *) AC_MSG_ERROR([unknown activity monitor: $monitor]) ;; esac done AC_DEFINE_UNQUOTED(HAVE_MONITORS, "$enable_monitors", "Enabled activity monitors") fi dnl dnl DBus dnl config_dbus=no config_dbus_gio=no have_python_cheetah=no if test "x$enable_dbus" != "xno" -a "x$platform_os_win32" != "xyes" then PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.26.0], [config_dbus_gio=yes config_dbus=yes ], [ config_dbus_gio=no]) fi if test "x$config_dbus_gio" == "xno" -a "x$enable_dbus" != "xno" then if test "x$platform_os_win32" = "xyes" then PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2], [config_dbus=yes], [true]) else PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2], [PKG_CHECK_MODULES([DBUSGLIB], [dbus-glib-1], [config_dbus=yes], [true]) PKG_CHECK_EXISTS([dbus-glib-1 >= 0.84], [AC_DEFINE(HAVE_DBUSGLIB_GET_PRIVATE, , [DBus-glib 0.84+ support])])], [true]) if test "x$config_dbus" != "xyes" -a "x$enable_dbus" = "xyes"; then AC_MSG_ERROR([DBus and DBus-glib development headers not found.]) fi fi fi if test "x$config_dbus" = "xyes" then AC_DEFINE(HAVE_DBUS, , [DBus support]) if test "x$platform_os_win32" != "xyes" then AC_DEFINE(HAVE_DBUSGLIB, , [DBus-glib support]) fi if test "x$config_dbus_gio" == "xyes"; then AC_DEFINE(HAVE_DBUS_GIO, 1, [Have GIO DBUS support]) fi AS_AC_EXPAND(DATADIR, "$datadir") DBUS_SERVICES_DIR="$DATADIR/dbus-1/services" AC_SUBST(DBUS_SERVICES_DIR) AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for DBUS is]) AC_CHECK_PROG(PYTHON, python, python) AC_MSG_CHECKING([for the Cheetah Python package]) ac_cheetah_result=`$PYTHON -c "from Cheetah.Template import Template" 2>&1` if test -z "$ac_cheetah_result"; then AC_MSG_RESULT([yes]) have_python_cheetah=yes else AC_MSG_ERROR([No, Please install python-cheetah]) fi fi AM_CONDITIONAL(HAVE_DBUS, test x$config_dbus = xyes) AM_CONDITIONAL(HAVE_DBUS_GIO, test $config_dbus_gio = yes) AM_CONDITIONAL(HAVE_PYTHON_CHEETAH, test x$have_python_cheetah = xyes) dnl dnl Gnome dnl if test "x$enable_gnome3" = "xyes" -a "x$enable_gnome2" = "xyes"; then AC_MSG_ERROR([Cannot compile for both Gnome 2 and 3 at the moment.]) fi config_gnome2=no config_gnome3=no config_panelapplet4=no if test "x$enable_gnome3" != "xno" -a "x$config_dbus" = "xyes" then PKG_CHECK_MODULES(GNOME3, libpanel-applet gio-2.0 >= 2.26.0, [config_gnome3=yes config_panelapplet5=yes AC_DEFINE(HAVE_PANELAPPLET45, 1, [Support for Gnome panel applet v4/v5]) AC_DEFINE(HAVE_PANELAPPLET5, 1, [Support for Gnome panel applet v5])], [ ]) if test "x$config_panelapplet5" != "xyes" then PKG_CHECK_MODULES([GNOME3], [libpanelapplet-4.0 gio-2.0 >= 2.26.0], [config_gnome3=yes config_panelapplet4=yes AC_DEFINE(HAVE_PANELAPPLET45, 1, [Support for Gnome panel applet v4/v5]), AC_DEFINE(HAVE_PANELAPPLET4, 1, [Support for Gnome panel applet v4])], [if test "x$enable_gnome3" = "xyes"; then AC_MSG_ERROR([Gnome 3 development headers not found.]) fi]) fi fi if test "x$enable_gnome2" != "xno" -a "x$config_gnome3" = "xno" -a "x$config_dbus" = "xyes" then PKG_CHECK_MODULES([GNOME2], [libpanelapplet-2.0 >= 2.0.10 \ libbonobo-2.0 >= 2.0.0 \ gtk+-2.0 >= 2.6.0 \ gdk-2.0 >= 2.8 \ dbus-glib-1], [config_gnome2=yes config_panelapplet2=yes AC_DEFINE(HAVE_PANELAPPLET2, 1, [Support for Gnome panel applet v2])], PKG_CHECK_EXISTS([dbus-glib-1 >= 0.84], [AC_DEFINE(HAVE_DBUSGLIB_GET_PRIVATE, , [DBus-glib 0.84+ support])]), [if test "x$enable_gnome2" = "xyes"; then AC_MSG_ERROR([Gnome 2 development headers not found.]) fi]) fi if test "x$config_gnome2" = "xyes" then AC_DEFINE([HAVE_GNOME2], , [Define if Gnome 2 is available]) fi if test "x$config_gnome3" = "xyes" then AC_DEFINE([HAVE_GNOME3], , [Define if Gnome 3 is available]) fi if test "x$config_gnome2" = "xyes" -o "x$config_gnome3" = "xyes" then AC_DEFINE([HAVE_GNOME], , [Define if Gnome 2 or 3 is available]) fi AM_CONDITIONAL(HAVE_GNOME, test "x$config_gnome2" = "xyes" -o "x$config_gnome3" = "xyes") AM_CONDITIONAL(HAVE_GNOME2, test "x$config_gnome2" = "xyes") AM_CONDITIONAL(HAVE_GNOME3, test "x$config_gnome3" = "xyes") AM_CONDITIONAL(HAVE_PANELAPPLET2, test "x$config_panelapplet2" = "xyes") AM_CONDITIONAL(HAVE_PANELAPPLET45, test "x$config_panelapplet4" = "xyes" -o "x$config_panelapplet5" = "xyes") AM_CONDITIONAL(HAVE_PANELAPPLET4, test "x$config_panelapplet4" = "xyes") AM_CONDITIONAL(HAVE_PANELAPPLET5, test "x$config_panelapplet5" = "xyes") AM_CONDITIONAL(HAVE_PANELAPPLET, test "x$config_panelapplet4" = "xyes" -o "x$config_panelapplet5" = "xyes" -o "x$config_panelapplet2" = "xyes") dnl dnl GLIB dnl PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.10 gmodule-2.0 gthread-2.0], [AC_DEFINE(HAVE_GLIB, , [Define if GLib is available])]) config_gsettings=no if test "x$enable_gsettings" != "xno" then if test "x$platform_os_unix" == "xyes"; then GLIB_GSETTINGS config_gsettings=yes AC_DEFINE(HAVE_GSETTINGS, 1, [Have GSettings]) fi fi AM_CONDITIONAL(HAVE_GSETTINGS, test "x$config_gsettings" = "xyes") dnl dnl GTK+ dnl config_gtk=no config_gtk_version=none if test "x$enable_gnome2" != "xyes" then PKG_CHECK_MODULES(GTK, glib-2.0 >= 2.28.0 gio-2.0 >= 2.26.0 gtk+-3.0 >= 3.0.0 gdk-3.0 >= 3.0.0 sigc++-2.0 >= 2.2.4.2 glibmm-2.4 >= 2.28.0 gtkmm-3.0 >= 3.0.0, [config_gtk=yes config_gtk_version=3 AC_DEFINE(HAVE_GTK3, 1, Support for GTK3) AC_DEFINE([HAVE_APP_GTK], , [Define if GTK+ is available])], [] ) if test x$config_gtk = xno then PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0 \ gdk-2.0 >= 2.8 \ sigc++-2.0 \ glibmm-2.4 >= 2.10 \ gtkmm-2.4 >= 2.10, [config_gtk=yes config_gtk_version=2 AC_DEFINE([HAVE_APP_GTK], , [Define if GTK+ is available])]) fi fi AM_CONDITIONAL(HAVE_APP_GTKMM, test $config_gtk = yes) AM_CONDITIONAL(HAVE_GTK3, test "x$config_gtk_version" = "x3") dnl dnl Introspection dnl #if test "x$platform_os_win32" != "xyes" #then GOBJECT_INTROSPECTION_CHECK([0.6.7]) #fi dnl dnl Indicator applet dnl config_indicator=no INDICATOR_REQUIRED_VERSION=0.3.19 DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 DBUSMENUGTK_REQUIRED_VERSION=0.3.95 if test "x$enable_indicator" != "xno" -a "x$config_gtk_version" = "x3" then if test "x$found_introspection" != "xyes" then AC_MSG_ERROR([Introspection development headers not found.]) else PKG_CHECK_MODULES(INDICATOR, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION, [ config_indicator=yes AC_DEFINE(HAVE_INDICATOR, 1, [Support for indicator applet])], [if test "x$enable_indicator" = "xyes"; then AC_MSG_ERROR([Indicator development headers not found.]) fi]) if test "x$config_indicator" != "xno" then PKG_CHECK_EXISTS(dbusmenu-gtk3-0.4 >= 0.5.90, [ AC_DEFINE(HAVE_DBUSMENU_NEW_INCLUDES, 1, [DBusmenu header in new location])], [ true ] ) fi fi fi with_localinstall="no" AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all of the files localy instead of system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no) AS_IF([test "x$with_localinstall" = "xyes"], INDICATORDIR="${libdir}/indicators3/7" INDICATORICONSDIR="${datadir}/libindicate/icons" , INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4 | sed -e 's%/$%%'` INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4` ) AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) AM_CONDITIONAL(HAVE_INDICATOR, test "x$config_indicator" = "xyes") dnl dnl Xfce dnl config_xfce=no if test "x$enable_xfce" != "xno" then PKG_CHECK_MODULES([GTK2], [gtk+-2.0 >= 2.6.0 gdk-2.0 >= 2.8 ], [config_gtk2=yes AC_DEFINE(HAVE_GTK2, 1, [Support for xfce applet])], [if test "x$enable_xfce" = "xyes"; then AC_MSG_ERROR([GTK2 development headers not found.]) fi]) if test x$config_gtk2 = xyes then PKG_CHECK_MODULES([LIBXFCE4PANEL], [libxfce4panel-1.0 >= 4.4], [config_xfce=yes AC_DEFINE(HAVE_XFCE, 1, [Support for xfce applet])], [if test "x$enable_xfce" = "xyes"; then AC_MSG_ERROR([XFCE Panel applet development headers not found.]) fi]) fi fi AM_CONDITIONAL(HAVE_XFCE, test "x$config_xfce" = "xyes") AM_CONDITIONAL(HAVE_GTK2, test "x$config_gtk2" = "xyes") dnl dnl Xfce dnl config_mate=no if test "x$enable_mate" != "xno" then PKG_CHECK_MODULES([LIBMATEPANEL], [libmatepanelapplet-4.0], [config_mate=yes AC_DEFINE(HAVE_MATE, 1, [Support for mate applet])], [if test "x$enable_mate" = "xyes"; then AC_MSG_ERROR([MATE Panel applet development headers not found.]) fi]) fi AM_CONDITIONAL(HAVE_MATE, test "x$config_mate" = "xyes") dnl dnl GConf dnl config_gconf=no if test "x$enable_gconf" != "xno" -a "x$config_gnome3" != "xyes" then PKG_CHECK_MODULES([GCONF], [gconf-2.0 >= 2.31.1], [config_gconf=yes AC_DEFINE([HAVE_GCONF], , [Define if GConf is available])], [if test "x$enable_gconf" = "xyes"; then AC_MSG_ERROR([GConf development headers not found.]) fi]) fi AM_CONDITIONAL(HAVE_GCONF, test "x$config_gconf" = "xyes") dnl dnl XML dnl config_xml=no if test "x$enable_xml" != "xno" then PKG_CHECK_MODULES([GDOME], [gdome2], [config_xml=yes AC_DEFINE([HAVE_GDOME], ,[Define if GDome is available])], [if test "x$enable_xml" = "xyes"; then AC_MSG_ERROR([GDome2 development headers not found.]) fi]) fi AM_CONDITIONAL(HAVE_GDOME, test "x$config_xml" = "xyes") dnl dnl GIO/GNet2 networking dnl config_distribution=no have_gnet=no if test "x$enable_distribution" != "xno" then PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.22.0], [config_distribution=yes AC_DEFINE(HAVE_GIO_NET, 1, [Have GIO networking support])], [PKG_CHECK_MODULES([GNET], [gnet-2.0], [config_distribution=yes have_gnet=yes AC_DEFINE([HAVE_GNET], , [Define if GNet is available]) AC_DEFINE([HAVE_GNET2], , [Define if GNet2 is available])], [if test "x$enable_distribution" = "xyes"; then AC_MSG_ERROR([GIO/GNet development headers not found.]) fi])]) fi if test $config_distribution = yes then AC_DEFINE([HAVE_DISTRIBUTION], , [Define if network-distributed operation is available]) fi AM_CONDITIONAL(HAVE_DISTRIBUTION, test "x$config_distribution" = "xyes") AM_CONDITIONAL(HAVE_GNET, test $have_gnet = yes) dnl dnl GStreamer dnl config_gstreamer=no if test "x$enable_gstreamer" != "xno"; then PKG_CHECK_MODULES([GSTREAMER], [gstreamer-0.10], [config_gstreamer=yes AC_DEFINE(HAVE_GSTREAMER, 1, [Use GStreamer for playing sounds])], [ ]) if test "x$config_gstreamer" != "xyes"; then PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0], [config_gstreamer=yes AC_DEFINE(HAVE_GSTREAMER, 1, [Use GStreamer for playing sounds])], [if test "x$enable_gstreamer" = "xyes"; then AC_MSG_ERROR([GStreamer development headers not found.]) fi]) fi fi dnl dnl PulseAudio dnl config_pulse=no if test "$platform_os_unix" = "yes" -a "x$enable_pulse" != "xno" then PA_REQUIRED_VERSION=0.9.15 PKG_CHECK_MODULES([PULSE], [glib-2.0 libpulse >= $PA_REQUIRED_VERSION libpulse-mainloop-glib >= $PA_REQUIRED_VERSION], [config_pulse=yes AC_DEFINE(CONFIG_PULSE, 1, [Define if PULSE sound server should be used])], [if test "x$enable_pulse" = "xyes"; then AC_MSG_ERROR([Pulseaudio development headers not found.]) fi]) fi AM_CONDITIONAL(CONFIG_PULSE, test "x$config_pulse" = "xyes") dnl dnl Internationalization dnl AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external]) dnl Hack because windows gettext package is SEVERELY broken... if test "x$platform_os_win32" = "xyes" then USE_NLS=yes AC_DEFINE(ENABLE_NLS,1,[Define to 1 if translation of program messages to the user's native language is requested.]) AC_DEFINE(USE_INCLUDED_LIBINTL, "no", [Dont]) AC_DEFINE(BUILD_INCLUDED_LIBINTL, "no", [Dont]) USE_INCLUDED_LIBINTL=no BUILD_INCLUDED_LIBINTL=no fi GETTEXT_PACKAGE=workrave AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the gettext domain name.]) IT_PROG_INTLTOOL([0.40.0]) dnl dnl Manual dnl dnl (taken from clutter) dnl AC_ARG_ENABLE(manual, AS_HELP_STRING([--enable-manual], [Build user manual. Requires jw and xmlto binaries.])) if test "x$enable_manual" = "xyes"; then AC_PATH_PROG(JW, jw, no) if test "x$JW" = "xno"; then AC_MSG_ERROR(['jw' program needed by the manual not found in path]) fi AC_PATH_PROG(XMLTO, xmlto, no) if test "x$XMLTO" = "xno"; then AC_MSG_ERROR(['xmlto' program needed by the manual not found in path]) fi fi AM_CONDITIONAL(ENABLE_MANUAL, test "x$enable_manual" = "xyes") dnl dnl What variant to build dnl variant="" if test "x$platform_os_win32" = "xyes" then variant="$variant win32" elif test "x$platform_os_osx" = "xyes" then variant="$variant osx unix" elif test "x$platform_os_unix" = "xyes" then variant="$variant x11 unix" fi WR_BACKEND_INCLUDES="-I\$(top_srcdir)/backend/include" WR_COMMON_INCLUDES="-I\$(top_srcdir)/common/include" WR_FRONTEND_COMMON_INCLUDES="-I\$(top_srcdir)/frontend/common/include" for v in $variant; do if test -d common/src/$v then WR_COMMON_INCLUDES="$WR_COMMON_INCLUDES -I\$(top_srcdir)/common/include/$v" fi done WR_LDADD="-lworkrave-backend -lworkrave-frontend-common -lworkrave-common" WR_LDFLAGS="-L\$(top_builddir)/common/src/ -L\$(top_builddir)/backend/src/ -L\$(top_builddir)/frontend/common/src" AC_SUBST(WR_LDADD) AC_SUBST(WR_LDFLAGS) AC_SUBST(WR_FRONTEND_COMMON_INCLUDES) AC_SUBST(WR_COMMON_INCLUDES) AC_SUBST(WR_BACKEND_INCLUDES) dnl dnl Defines dnl config_tests=no if test "x$enable_tests" = "xyes"; then config_tests=yes AC_DEFINE([HAVE_TESTS], , [Define if test code is enabled]) fi AM_CONDITIONAL(HAVE_TESTS, test "x$config_tests" = "xyes") config_exercises=no if test "x$enable_exercises" != "xno"; then config_exercises=yes AC_DEFINE(HAVE_EXERCISES,,[Define if exercises are available]) fi AM_CONDITIONAL(HAVE_EXERCISES, test "x$config_exercises" = "xyes") config_experimental=no if test "x$enable_experimental" = "xyes"; then config_experimental=yes AC_DEFINE(HAVE_EXPERIMENTAL,,[Define if experimental features are available]) fi AM_CONDITIONAL(HAVE_EXPERIMENTAL, test "x$config_experimental" = "xyes") config_text=no if test "x$enable_app_text" = "xyes"; then config_text=yes AC_DEFINE(HAVE_APP_TEXT,,[Define if Text is available]) fi AM_CONDITIONAL(HAVE_APP_TEXT, test "x$config_text" = "xyes") dnl dnl Generate language list. dnl if test "x$platform_os_win32" = "xyes" then LANGFILE="./frontend/gtkmm/win32/setup/lang.iss" ALL_LINGUAS="$(cat ./po/LINGUAS |grep -v '^#' | tr '\n' ' ' )" AC_DEFINE_UNQUOTED(ALL_LINGUAS, "$ALL_LINGUAS" ,[All available languages]) echo -n "; language.iss --- Inno setup file, support languages" > $LANGFILE echo -en "\r\n" >> $LANGFILE for a in $ALL_LINGUAS; do X="Source: \"..\\..\\..\\..\\po\\$a.gmo\"; DestDir: \"{app}\\lib\\locale\\$a\\LC_MESSAGES\"; DestName: \"workrave.mo\"; Flags: ignoreversion;" echo -n $X >> $LANGFILE echo -en "\r\n" >> $LANGFILE done fi dnl dnl Makefile output dnl AC_CONFIG_FILES([Makefile backend/Makefile backend/test/Makefile backend/src/Makefile backend/src/org.workrave.gschema.xml.in backend/src/unix/Makefile backend/src/osx/Makefile backend/src/win32/Makefile backend/include/Makefile common/Makefile common/bin/Makefile common/src/Makefile common/src/win32/Makefile common/include/Makefile common/include/win32/Makefile common/win32/Makefile common/win32/harpoon/Makefile common/win32/harpoon/include/Makefile common/win32/harpoon/src/Makefile common/win32/harpoonHelper/Makefile common/win32/harpoonHelper/include/Makefile common/win32/harpoonHelper/src/Makefile frontend/Makefile frontend/common/Makefile frontend/common/include/Makefile frontend/common/share/Makefile frontend/common/share/sounds/Makefile frontend/common/share/sounds/subtle/Makefile frontend/common/share/sounds/default/Makefile frontend/common/share/images/Makefile frontend/common/share/images/16x16/Makefile frontend/common/share/images/24x24/Makefile frontend/common/share/images/32x32/Makefile frontend/common/share/images/48x48/Makefile frontend/common/share/images/64x64/Makefile frontend/common/share/images/96x96/Makefile frontend/common/share/images/128x128/Makefile frontend/common/share/images/scalable/Makefile frontend/common/share/images/win32/Makefile frontend/common/share/images/osx/Makefile frontend/common/src/Makefile frontend/common/src/win32/Makefile frontend/common/src/x11/Makefile frontend/common/src/osx/Makefile frontend/applets/Makefile frontend/applets/win32/Makefile frontend/applets/win32/src/Makefile frontend/applets/win32/include/Makefile frontend/applets/common/Makefile frontend/applets/common/src/Makefile frontend/applets/common/include/Makefile frontend/applets/gnome2/Makefile frontend/applets/gnome2/src/Makefile frontend/applets/gnome3/Makefile frontend/applets/gnome3/src/Makefile frontend/applets/indicator/Makefile frontend/applets/indicator/src/Makefile frontend/applets/indicator/include/Makefile frontend/applets/xfce/Makefile frontend/applets/xfce/src/Makefile frontend/applets/xfce/include/Makefile frontend/applets/mate/Makefile frontend/applets/mate/src/Makefile frontend/applets/mate/include/Makefile frontend/applets/gnome-shell/Makefile frontend/applets/gnome-shell/src/Makefile frontend/applets/cinnamon/Makefile frontend/applets/cinnamon/src/Makefile frontend/gtkmm/Makefile frontend/gtkmm/osx/Makefile frontend/gtkmm/win32/Makefile frontend/gtkmm/win32/setup/Makefile frontend/gtkmm/win32/setup/setup.iss frontend/gtkmm/win32/setup/src/Makefile frontend/gtkmm/src/Makefile frontend/gtkmm/src/org.workrave.gui.gschema.xml.in frontend/gtkmm/src/win32/Makefile frontend/gtkmm/src/unix/Makefile frontend/gtkmm/src/osx/Makefile frontend/text/Makefile frontend/text/src/Makefile frontend/plugin/Makefile frontend/plugin/distribution/Makefile frontend/plugin/distribution/gtkmm/Makefile frontend/plugin/distribution/gtkmm/src/Makefile frontend/plugin/statistics/Makefile frontend/plugin/statistics/gtkmm/Makefile frontend/plugin/statistics/gtkmm/src/Makefile frontend/plugin/exercises/Makefile frontend/plugin/exercises/common/Makefile frontend/plugin/exercises/common/share/Makefile frontend/plugin/exercises/common/src/Makefile frontend/plugin/exercises/gtkmm/Makefile frontend/plugin/exercises/gtkmm/src/Makefile po/Makefile.in contrib/Makefile contrib/plot/Makefile contrib/send_menu_command/Makefile contrib/send_menu_command/win32/Makefile contrib/send_dbus_command/Makefile contrib/send_dbus_command/kde/Makefile build/Makefile m4/Makefile ]) AC_OUTPUT dnl ======================================================================== echo "" echo " Workrave $VERSION" echo " ===================" echo "" echo " prefix: ${prefix}" echo "" echo " OS : ${platform_os_name}" echo "" echo " GConf configuration : ${config_gconf}" echo " GSettings configuration : ${config_gsettings}" echo " XML configuration : ${config_xml}" echo "" if test "$platform_os_unix" = "yes"; then echo " Activity Monitors : ${enable_monitors}" echo "" fi echo " Gtk GUI : ${config_gtk} (Gtk${config_gtk_version})" echo " Gnome 2 support : ${config_gnome2}" echo " Gnome 3 support : ${config_gnome3}" echo "GObject-Introspection support : ${found_introspection}" echo " Indicator support : ${config_indicator}" echo " XFCE support : ${config_xfce}" echo " MATE support : ${config_mate}" if test "${config_dbus_gio}" = "yes"; then echo " DBUS support : ${config_dbus} (GIO)" else echo " DBUS support : ${config_dbus}" fi echo " Networking support : ${config_distribution}" echo " GStreamer support : ${config_gstreamer}" if test "$platform_os_unix" = "yes"; then echo " Pulseaudio support : ${config_pulse}" fi echo " Exercises : ${config_exercises}" echo "" if test "$platform_os_unix" = "yes"; then echo " C++11 support : ${with_cxx11}" fi echo " Experimental features : ${config_experimental}" echo " Debugging : ${config_debug}" echo " Debug logs : ${config_tracing}" echo " Test code : ${config_tests}" echo "" workrave-1_10_10/contrib/000077500000000000000000000000001263301626300153165ustar00rootroot00000000000000workrave-1_10_10/contrib/Makefile.am000066400000000000000000000003461263301626300173550ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in DIST_SUBDIRS = plot send_dbus_command send_menu_command workrave-1_10_10/contrib/mouse-speed/000077500000000000000000000000001263301626300175445ustar00rootroot00000000000000workrave-1_10_10/contrib/mouse-speed/dbus-penalty.py000066400000000000000000000055101263301626300225260ustar00rootroot00000000000000#!/usr/bin/python import os import sys import pwd import dbus import dbus.decorators import dbus.glib import time import gobject import subprocess class WorkraveDBus: def __init__(self): bus = dbus.SessionBus() obj = bus.get_object("org.workrave.Workrave", "/org/workrave/Workrave/Core") self.workrave = dbus.Interface(obj, "org.workrave.CoreInterface") self.config = dbus.Interface(obj, "org.workrave.ConfigInterface") self.workrave.connect_to_signal("MicrobreakChanged", self.on_microbreak_changed, sender_keyword='sender') self.workrave.connect_to_signal("RestbreakChanged", self.on_restbreak_changed, sender_keyword='sender') self.workrave.connect_to_signal("DailylimitChanged", self.on_dailylimit_signal, sender_keyword='sender') def on_microbreak_changed(self, progress, sender=None): self.on_break_changed("microbreak", progress) def on_restbreak_changed(self, progress, sender=None): self.on_break_changed("restbreak", progress) def on_dailylimit_signal(self, progress, sender=None): self.on_break_changed("dailylimit", progress) def on_break_changed(self, breakid, progress, sender=None): if progress == "prelude": print "Break warning %s" % breakid elif progress == "break": print "Break %s started" % breakid #slow down mouse with mouse-speed from https://github.com/rubo77/mouse-speed/blob/master/usr/bin/mouse-speed subprocess.call(["/usr/bin/mouse-speed", "-d", "30"]) elif progress == "none": print "Break %s idle" % breakid self.on_break_idle(breakid) else: print "Unknown progress for %s: %s" % (breakid, progress) def on_break_idle(self, breakid): if breakid == "microbreak": configid = "micro_pause" elif breakid == "restbreak": configid = "rest_break" elif breakid == "dailylimit": configid = "daily_limit" limit = self.config.GetInt("/timers/%s/limit" % configid)[0] autoreset = self.config.GetInt("timers/%s/auto_reset" % configid)[0] if self.workrave.GetTimerIdle(breakid) >= autoreset: print "Break %s taken" % breakid #reset mouse speed to 100% #TODO: only call this if the microbreak was long enough #use GetTimerElapsed/GetTimerIdle to figure this out subprocess.call(["/usr/bin/mouse-speed", "-r"]) elif self.workrave.GetTimerElapsed(breakid) < limit: print "Break %s skipped" % breakid else: print "Break %s postponed" if __name__ == '__main__': d = WorkraveDBus() loop = gobject.MainLoop() loop.run() workrave-1_10_10/contrib/plot/000077500000000000000000000000001263301626300162745ustar00rootroot00000000000000workrave-1_10_10/contrib/plot/Makefile.am000066400000000000000000000003251263301626300203300ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = gnuplot-workrave workrave-dumpworkrave-1_10_10/contrib/plot/README000066400000000000000000000013641263301626300171600ustar00rootroot00000000000000Some scripts to graph keyboarding activity over time. There are two parts: * workrave-dump extracts the statistics from the workrave historical statistics file. Run it like so: % workrave-dump > workrave.out * gnuplot-workrave reads in the "workrave.out" file generated above (the filename is fixed) and generates a PNG graph as shown above. Run it like so: % gnuplot-workrave These scripts are completely free for anyone to do whatever they want. Let me know if you can figure out a way to eliminate the need for the intermediate "workrave.out" file. http://www.tsaiberspace.net/projects/workrave/ http://issues.workrave.org/cgi-bin/bugzilla/show_bug.cgi?id=522 Robert Tsai workrave-1_10_10/contrib/plot/gnuplot-workrave000066400000000000000000000005671263301626300215550ustar00rootroot00000000000000#!/usr/bin/gnuplot set title "Workrave" set ylabel "Keystrokes" set timefmt "%Y%m%d%H%M" set format x "%Y-%m-%d" set xtics rotate set xdata time set yrange [*:55000] set autoscale ymin set key off set tmargin 4 set bmargin 8 set lmargin 12 set rmargin 8 set terminal png transparent medium set output "workrave.png" plot "workrave.out" using 1:28 smooth sbezier linewidth 3 workrave-1_10_10/contrib/plot/workrave-dump000066400000000000000000000101221263301626300210160ustar00rootroot00000000000000#!/usr/bin/perl -w use strict; use integer; use POSIX qw(strftime); use Time::Local; $ENV{'PATH'} = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"; # WorkRaveStats 4 # D 16 5 104 14 51 17 5 104 3 59 # B 0 7 9 8 40 0 0 9 386 # B 1 7 4 1 0 1 3 4 362 # B 2 7 0 0 0 0 0 0 0 # m 6 6049 234742 113560 266 417 16617 # D 17 5 104 16 49 18 5 104 3 59 # B 0 7 1 0 3 0 0 1 526 # B 1 7 3 0 0 0 2 2 1768 # B 2 7 0 0 0 0 0 0 872 # m 6 15272 39275 11937 36 30 1899 # # D(ate): [ tm_mday tm_mon tm_year tm_hour tm_min ] {2} # # B(reak): # # = break type # 0 = microbreak # 1 = rest break # 2 = daily limit # # STATS_BREAKVALUE_SIZEOF - number of following numbers # # STATS_BREAKVALUE_PROMPTED - break prompts + repeated prompts # STATS_BREAKVALUE_TAKEN - prompted breaks taken # STATS_BREAKVALUE_NATURAL_TAKEN - natural breaks taken # STATS_BREAKVALUE_SKIPPED - breaks skipped # STATS_BREAKVALUE_POSTPONED - breaks postponed # STATS_BREAKVALUE_UNIQUE_BREAKS - break prompts # STATS_BREAKVALUE_TOTAL_OVERDUE - overdue time (seconds) # # m(isc): # # STATS_VALUE_SIZEOF # STATS_VALUE_TOTAL_ACTIVE_TIME (seconds) # STATS_VALUE_TOTAL_MOUSE_MOVEMENT # STATS_VALUE_TOTAL_CLICK_MOVEMENT # STATS_VALUE_TOTAL_MOVEMENT_TIME (seconds) # STATS_VALUE_TOTAL_CLICKS # STATS_VALUE_TOTAL_KEYSTROKES sub dumpdata($$$$$) { my ($tmdate, $break, $misc, $breakstats, $miscstats) = @_; die "No timestamp at line $.\n" if !defined($tmdate); die "No breaks at line $.\n" if !defined($break); foreach my $breaktype (0..2) { die "No breaktype #$breaktype at line $.\n" if !defined($break->{$breaktype}); } die "No misc at line $.\n" if !defined($misc); my $ts = strftime("%Y%m%d%H%M", gmtime(timegm(0, @$tmdate{qw(min hour mday mon year)}))); my @breakstrs; foreach my $breaktype (0..2) { $breakstrs[$breaktype] = join(" ", @{$break->{$breaktype}}{@$breakstats}); } my $breakstr = join(" ", @breakstrs); my $miscstr = join(" ", @$misc{@$miscstats}); print "$ts $breakstr $miscstr\n"; } # # Initialize RRD # my @breakstats = qw(prompted taken natural skipped postponed unique overduetime); my @miscstats = qw(activetime mousemovement clickmovement movementtime clicks keystrokes); my $step = 24 * 3600; # 24-hr steps my $heartbeat = 4 * $step; my (@DS); my @breaktypes qw(micro rest daily); foreach my $breaktype (@breaktypes) { foreach my $breakstat (@breakstats) { my $key = "$breaktype$breakstat"; push @DS, "DS:$key:GAUGE:$heartbeat:0:U"; } } foreach my $miscstat (@miscstats) { push @DS, "DS:$miscstat:GAUGE:$heartbeat:0:U"; } umask(022); # # Populate data # my $source = ( $^O eq 'MSWin32' ) ? "$ENV{APPDATA}\\Workrave\\historystats" : "$ENV{HOME}/.workrave/historystats"; my $first = 1; my ($tmdate, $break, $misc) = (undef, undef, undef); open(SOURCE, $source) or die "open $source: $!\n"; while () { chomp; if (/^WorkRaveStats 4$/) { # Ignore header next; } elsif (m/^D\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+) \s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s*$/x) { if ($first) { $first = 0; } else { dumpdata($tmdate, $break, $misc, [@breakstats], [@miscstats]); } $tmdate = { mday => $1, mon => $2, year => $3, hour => $4, min => $5, }; =cut $tmdate = { mday => $6, mon => $7, year => $8, hour => $9, min => $10, }; =cut $break = $misc = undef; } elsif (m/^B\s+([012])\s+7 \s+(\d+)\s+(\d+)\s+(\d+) \s+(\d+)\s+(\d+)\s+(\d+) \s+(\d+)\s*$/x) { my $type = $1; $break->{$type} = { prompted => $2, taken => $3, natural => $4, skipped => $5, postponed => $6, unique => $7, overduetime => $8, }; } elsif (m/^m\s+6\s+(\d+)\s+(\d+)\s+(\d+) \s+([-0-9]+)\s+(\d+)\s+(\d+)\s*$/x) { $misc = { activetime => $1, mousemovement => $2, clickmovement => $3, movementtime => $4, clicks => $5, keystrokes => $6, }; } else { die "Unrecognized line (line $.): [$_]\n"; } } close(SOURCE) or die "close $source: $!\n"; dumpdata($tmdate, $break, $misc, [@breakstats], [@miscstats]); workrave-1_10_10/contrib/send_dbus_command/000077500000000000000000000000001263301626300207625ustar00rootroot00000000000000workrave-1_10_10/contrib/send_dbus_command/Makefile.am000066400000000000000000000003011263301626300230100ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in DIST_SUBDIRS = kde workrave-1_10_10/contrib/send_dbus_command/kde/000077500000000000000000000000001263301626300215255ustar00rootroot00000000000000workrave-1_10_10/contrib/send_dbus_command/kde/Makefile.am000066400000000000000000000003151263301626300235600ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = workrave-kde.sh workrave-1_10_10/contrib/send_dbus_command/kde/workrave-kde.sh000066400000000000000000000117331263301626300244670ustar00rootroot00000000000000#!/bin/sh # This is script that provides basic KDE interface for WorkRave. # It does depend on kdialog and qdbus, which should be part of your # KDE SC installation. # # Skrypt zapewnia podstawowy interfejs do WorkRave pod KDE. # Do działania wymaga kdialog i qdbus, które powinny być częścią Twojej # instalacji KDE SC. # # Author: Mirosław „Minio” Zalewski http://minio.xt.pl # Last modified: Fri, 03 Aug 2012 18:04:46 +0200 # License: None ########################################################################## # basic l10n # Currently only Polish and English (default) are supported. # Patches for another languages are welcome. case $LANG in pl_PL*) WIN_TITLE="WorkRave do KDE" OPEN_WINDOW="Okno główne" SET_NORMAL="Tryb normalny" SET_QUIET="Tryb cichy" SET_SUSPENDED="Tryb zawieszony" TOGGLE_READING="Przełącz tryb czytelniczy" PREFERENCES_WINDOW="Okno ustawień" STATISTICS_WINDOW="Okno statystyk" ENABLED="włączony" DISABLED="wyłączony" CURRENT_MODE="Aktualny tryb" NORMAL="Normalny" QUIET="Cichy" SUSPENDED="Zawieszony" MICRO_BREAK_TIME="Najbliższa mikroprzerwa za" REST_BREAK_TIME="Najbliższy odpoczynek za" READING_MODE="Tryb czytelniczy" ERROR="Błąd podczas wykonywania metody" FATAL_ERROR="Stało się coś bardzo złego. Ten komunikat błędu nie powinien \ się nigdy wyświetlić." ;; *) WIN_TITLE="WorkRave for KDE" OPEN_WINDOW="Open main window" SET_NORMAL="Set Normal mode" SET_QUIET="Set Quiet mode" SET_SUSPENDED="Set Suspended mode" TOGGLE_READING="Toggle Reading mode" PREFERENCES_WINDOW="Open preferences window" STATISTICS_WINDOW="Open statistics window" ENABLED="enabled" DISABLED="disabled" CURRENT_MODE="Current mode" NORMAL="Normal" QUIET="Quiet" SUSPENDED="Suspended" MICRO_BREAK_TIME="Time left to micro-break" REST_BREAK_TIME="Time left to rest break" READING_MODE="Reading mode" ERROR="Error while trying to access method" FATAL_ERROR="Something terrible had happened. You should have never seen \ this message." ;; esac PID_FILE="/tmp/workrave-kde.sh-is-running-${USER}" clean_up() { rm -f "$PID_FILE" >/dev/null 2>&1 } try() { if [ -z "$1" ]; then exit fi if ! ret=$(qdbus $SESSION_BUS $@) ; then kdialog --error "$(echo "$ERROR\n$@")" clean_up kill $$ fi echo $ret } seconds_to_readable() { local secs="$1" h=$((secs/3600)) m=$((secs%3600/60)) s=$((secs%60)) if [ "$h" -gt 0 ]; then echo -n "$h:" fi echo "$m:$s" } if [ -e "$PID_FILE" ]; then if which wmctrl >/dev/null 2>&1 ; then wmctrl -R "$WIN_TITLE" fi exit fi echo $$ > "$PID_FILE" trap clean_up 0 trap "exit 2" 1 2 3 15 SESSION_BUS="org.workrave.Workrave" METHOD_ROOT="/org/workrave/Workrave" CORE_INTERFACE="$METHOD_ROOT/Core org.workrave.CoreInterface" CONTROL_INTERFACE="$METHOD_ROOT/UI org.workrave.ControlInterface" APPLET_INTERFACE="$METHOD_ROOT/UI org.workrave.AppletInterface" CONFIG_INTERFACE="$METHOD_ROOT/Core org.workrave.ConfigInterface" case "$(try "$CORE_INTERFACE.GetOperationMode")" in normal) CURRENT_OPERATION_MODE="$NORMAL" ;; quiet) CURRENT_OPERATION_MODE="$QUIET";; suspended) CURRENT_OPERATION_MODE="$SUSPENDED" ;; esac #TODO: This have to do until upstream provide interface for reading state of # Reading mode (should be in 1.9.5 or 1.10, whichever comes first) case "$(try "$CONFIG_INTERFACE.GetInt" "general/usage-mode" |tr -d [:blank:][:alpha:])" in 0) READING_STATE="$DISABLED";; 1) READING_STATE="$ENABLED";; esac microbreak_limit="$(try "$CONFIG_INTERFACE.GetInt" "timers/micro_pause/limit" |tr -d [:blank:][:alpha:])" microbreak_current="$(try "$CORE_INTERFACE.GetTimerElapsed" "microbreak")" next_microbreak=$((microbreak_limit - microbreak_current)) SELECT_ACTION="$MICRO_BREAK_TIME: $(seconds_to_readable "$next_microbreak")\n" restbreak_limit="$(try "$CONFIG_INTERFACE.GetInt" "timers/rest_break/limit" |tr -d [:blank:][:alpha:])" restbreak_current="$(try "$CORE_INTERFACE.GetTimerElapsed" "restbreak")" next_restbreak=$((restbreak_limit - restbreak_current)) SELECT_ACTION="${SELECT_ACTION}$REST_BREAK_TIME: $(seconds_to_readable "$next_restbreak")\n" SELECT_ACTION="${SELECT_ACTION}$CURRENT_MODE: $CURRENT_OPERATION_MODE\n" SELECT_ACTION="${SELECT_ACTION}$READING_MODE: $READING_STATE" action=$(kdialog --title "$WIN_TITLE" --icon workrave --menu "$(/bin/echo -e "$SELECT_ACTION")"\ open "$OPEN_WINDOW" set_normal "$SET_NORMAL" set_quiet "$SET_QUIET"\ set_suspended "$SET_SUSPENDED" toggle_reading "$TOGGLE_READING"\ prefs "$PREFERENCES_WINDOW" stats "$STATISTICS_WINDOW") if [ -z "$action" ]; then exit fi case "$action" in open) try "$CONTROL_INTERFACE.OpenMain" ;; set_normal) try "$CORE_INTERFACE.SetOperationMode" "normal";; set_quiet) try "$CORE_INTERFACE.SetOperationMode" "quiet";; set_suspended) try "$CORE_INTERFACE.SetOperationMode" "suspended";; toggle_reading) try "$APPLET_INTERFACE.Command" "12";; prefs) try "$CONTROL_INTERFACE.Preferences";; stats) try "$CONTROL_INTERFACE.Statistics";; *) kdialog --error "$FATAL_ERROR";; esac clean_up workrave-1_10_10/contrib/send_menu_command/000077500000000000000000000000001263301626300207715ustar00rootroot00000000000000workrave-1_10_10/contrib/send_menu_command/Makefile.am000066400000000000000000000003031263301626300230210ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in DIST_SUBDIRS = win32 workrave-1_10_10/contrib/send_menu_command/win32/000077500000000000000000000000001263301626300217335ustar00rootroot00000000000000workrave-1_10_10/contrib/send_menu_command/win32/Makefile.am000066400000000000000000000004121263301626300237640ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2006, 2012, 2013 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = send_workrave_command.c Send_Command_to_Workrave_Example.cs README.txt workrave-1_10_10/contrib/send_menu_command/win32/README.txt000066400000000000000000000001441263301626300234300ustar00rootroot00000000000000Here are some command line examples that you can use to send a menu command to Workrave in Windows. workrave-1_10_10/contrib/send_menu_command/win32/Send_Command_to_Workrave_Example.cs000066400000000000000000000061311263301626300306470ustar00rootroot00000000000000/* Copyright (C) 2011, 2012 Rob Caelers All rights reserved. This file is part of Workrave. Workrave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Workrave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Workrave. If not, see . */ using System; using System.Text; using System.Runtime.InteropServices; namespace WorkraveControl { class Program { enum MenuCommand { MENU_COMMAND_PREFERENCES, MENU_COMMAND_EXERCISES, MENU_COMMAND_REST_BREAK, MENU_COMMAND_MODE_NORMAL, MENU_COMMAND_MODE_QUIET, MENU_COMMAND_MODE_SUSPENDED, MENU_COMMAND_NETWORK_CONNECT, MENU_COMMAND_NETWORK_DISCONNECT, MENU_COMMAND_NETWORK_LOG, MENU_COMMAND_NETWORK_RECONNECT, MENU_COMMAND_STATISTICS, MENU_COMMAND_ABOUT, MENU_COMMAND_MODE_READING, MENU_COMMAND_OPEN, }; [DllImport("user32.dll", CharSet = CharSet.Unicode)] static extern IntPtr FindWindowEx(IntPtr parentHandle, IntPtr childAfter, string lclassName, string windowTitle); [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] static extern int GetClassName(IntPtr hWnd, StringBuilder lpClassName, int nMaxCount); [DllImport("user32.dll")] static extern int GetWindowText(IntPtr window, [In][Out] StringBuilder text, int copyCount); [DllImport("user32.dll")] static extern int SendMessage(IntPtr window, int message, int wparam, int lparam); const int WM_USER = 0x0400; static IntPtr RecursiveFindWindow(IntPtr hwnd, String className, String title) { StringBuilder c = new StringBuilder(100); int rc = GetClassName(hwnd, c, c.Capacity); StringBuilder t = new StringBuilder(100); rc = GetWindowText(hwnd, t, t.Capacity); if (c.ToString().Equals(className) && t.ToString().Equals(title)) { return hwnd; } else { IntPtr result = IntPtr.Zero; IntPtr child = FindWindowEx(hwnd, IntPtr.Zero, null, null); while (child != IntPtr.Zero) { result = RecursiveFindWindow(child, className, title); if (result != IntPtr.Zero) { return result; } child = FindWindowEx(hwnd, child, null, null); } return IntPtr.Zero; } } static void Main(string[] args) { IntPtr window = RecursiveFindWindow(IntPtr.Zero, "gdkWindowToplevel", "Workrave"); if (window != IntPtr.Zero) { SendMessage(window, WM_USER, (int) MenuCommand.MENU_COMMAND_MODE_QUIET, 0); } } } } workrave-1_10_10/contrib/send_menu_command/win32/send_workrave_command.c000066400000000000000000000075351263301626300264600ustar00rootroot00000000000000/* Copyright (C) 2012 Jay Satiro All rights reserved. This file is part of Workrave. Workrave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Workrave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Workrave. If not, see . */ /** This is a simple win32 example that will send a menu command to Workrave from the command line. Visual Studio: cl /W4 send_workrave_command.c MinGW or cygwin: gcc -Wall -Wextra -Wno-unknown-pragmas -o send_workrave_command.exe send_workrave_command.c x:\Workrave\other>send_workrave_command.exe MENU_COMMAND_MODE_NORMAL - Copyright (C) 2012 Jay Satiro All rights reserved. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - Sending Workrave command MENU_COMMAND_MODE_NORMAL... Command sent. */ #include #include #include #include #pragma comment( lib, "user32.lib" ) const char *command[] = { "MENU_COMMAND_PREFERENCES", "MENU_COMMAND_EXERCISES", "MENU_COMMAND_REST_BREAK", "MENU_COMMAND_MODE_NORMAL", "MENU_COMMAND_MODE_QUIET", "MENU_COMMAND_MODE_SUSPENDED", "MENU_COMMAND_NETWORK_CONNECT", "MENU_COMMAND_NETWORK_DISCONNECT", "MENU_COMMAND_NETWORK_LOG", "MENU_COMMAND_NETWORK_RECONNECT", "MENU_COMMAND_STATISTICS", "MENU_COMMAND_ABOUT", "MENU_COMMAND_MODE_READING", /* toggle reading mode */ "MENU_COMMAND_OPEN", NULL }; /* print_license() Print the GPL license and copyright. If you've made substantial modifications to this program add an additional copyright with your name. */ void print_license( void ) { printf( "-\n" ); /* Example copyright notice. Leave this example intact. Copy it below to use as a template. printf( "Copyright (C) 2012 Your Name \n" ); */ printf( "Copyright (C) 2012 Jay Satiro \n" "All rights reserved. License GPLv3+: GNU GPL version 3 or later \n" ". \n" "This is free software: you are free to change and redistribute it. \n" "There is NO WARRANTY, to the extent permitted by law. \n" ); printf( "-\n" ); return; } void print_commands( void ) { int i; for( i = 0; command[ i ]; ++i ) printf( "%s\n", command[ i ] ); return; } void show_usage_and_exit( void ) { printf( "Specify one of the following commands:\n" ); print_commands(); exit( 1 ); } int find_command( const char *str ) { int i; if( !str ) return -1; for( i = 0; command[ i ]; ++i ) { if( !_stricmp( str, command[ i ] ) ) return i; } return -1; } int main( int argc, char **argv ) { int cmd = -1; HWND hwnd = NULL; print_license(); printf( "\n" ); if( argc < 2 ) show_usage_and_exit(); cmd = find_command( argv[ 1 ] ); if( cmd == -1 ) show_usage_and_exit(); hwnd = FindWindowEx( NULL, NULL, "gdkWindowToplevel", "Workrave" ); if( !hwnd ) { printf( "Error: Workrave window not found!\n" ); return 1; } printf( "Sending Workrave command %s...\n", command[ cmd ] ); fflush( stdout ); SetLastError( 0 ); if( SendMessageTimeout( hwnd, WM_USER, cmd, 0, SMTO_BLOCK, 15000, NULL ) ) { printf( "Command sent.\n" ); return 0; } if( GetLastError() == ERROR_TIMEOUT ) printf( "Error: SendMessageTimeout() timed out!\n" ); else printf( "Error: SendMessageTimeout() failed!\n" ); return 1; } workrave-1_10_10/doc/000077500000000000000000000000001263301626300144235ustar00rootroot00000000000000workrave-1_10_10/doc/Makefile.am000066400000000000000000000035251263301626300164640ustar00rootroot00000000000000DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@-@VERSION@ HTML_FILES = html/*.html IMAGE_FILES = images/*.png EXTRA_DIST = manual.xsl style.css $(srcdir)/$(IMAGE_FILES) CLEANFILES = pdf-build.stamp txt-build.stamp htmldoc-build.stamp pdf-build.stamp: manual.xml SP_ENCODING=XML SP_CHARSET_FIXED=YES \ $(JW) -b pdf $(srcdir)/manual.xml && \ mv $(srcdir)/manual.pdf manual-@VERSION@.pdf && \ touch pdf-build.stamp txt-build.stamp: manual.xml $(XMLTO) txt $(srcdir)/manual.xml && \ mv $(srcdir)/manual.txt manual-@VERSION@.txt && \ touch txt-build.stamp htmldoc-build.stamp: manual.xml $(mkinstalldirs) html && \ $(XMLTO) -m manual.xsl -o html/ xhtml $(srcdir)/manual.xml && \ cp $(srcdir)/style.css html/ && \ touch htmldoc-build.stamp doc: txt-build.stamp htmldoc-build.stamp pdf-build.stamp if ENABLE_MANUAL all-local: doc else all-local: endif clean-local: rm -rf html/*.html rm -f html/style.css rm -f manual*.txt rm -f *.pdf uninstall-local: rm -rf $(DOCDIR); install-data-local: installfiles=`echo $(srcdir)/html/*`; \ if test "$$installfiles" = '$(srcdir)/html/*'; then \ echo '-- Nothing to install' ; \ else \ $(mkinstalldirs) $(DOCDIR)/html/images ; \ for file in `ls $(srcdir)/$(HTML_FILES)`; do \ if [ -f $$file ]; then \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DOCDIR)/html/$$basefile; \ fi \ done; \ for file in `ls $(srcdir)/$(IMAGE_FILES)`; do \ if [ -f $$file ]; then \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DOCDIR)/html/images/$$basefile; \ fi \ done; \ $(INSTALL_DATA) $(srcdir)/style.css $(DOCDIR)/html/style.css; \ $(INSTALL_DATA) $(srcdir)/manual-@VERSION@.txt $(DOCDIR)/manual-@VERSION@.txt; \ $(INSTALL_DATA) $(srcdir)/manual-@VERSION@.pdf $(DOCDIR)/manual-@VERSION@.pdf; \ fi .PHONY : doc workrave-1_10_10/doc/faq.xml000066400000000000000000000012601263301626300157130ustar00rootroot00000000000000 Frequently Asked Questions When I try to uninstall Workrave, a dialog pops up stating that Workrave is still running and cannot be uninstalled. How do can I uninstall Workrave? You simply cannot uninstall Workrave while the program is running. So, first quit the program by right clicking the little status window (or sheep icon in the system tray) to open the menu. Select "Quit", and then run the uninstaller. workrave-1_10_10/doc/intro.xml000066400000000000000000000017551263301626300163100ustar00rootroot00000000000000 Introduction
About Workrave FIXME
About this document This documentation is available in various formats like HTML, text and PDF. The latest version is always available at &docurl;.
Where to get it You can obtain Workrave from &appurl; or perhaps from your distributor.
License This work is licensed under the Creative Commons Attribution-Share Alike 3.0 Netherlands License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/nl/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
workrave-1_10_10/doc/manual.xml000066400000000000000000000022521263301626300164230ustar00rootroot00000000000000 ]> Workrave User Manual Rob Caelers robc@krandor.nl Workrave Project 2008 Rob Caelers This work is licensed under the Creative Commons Attribution-Share Alike 3.0 Netherlands License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/nl/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. &intro; &faq; workrave-1_10_10/doc/manual.xsl000066400000000000000000000007451263301626300164360ustar00rootroot00000000000000 workrave-1_10_10/doc/style.css000066400000000000000000000017371263301626300163050ustar00rootroot00000000000000body address { line-height: 1.3; margin: .6em 0; } body blockquote { margin-top: .75em; line-height: 1.5; margin-bottom: .75em; } html body { margin: 1em 2% 1em 2%; line-height: 1.2; background-color: #ffffff; } body pre { margin: .75em 0; line-height: 1.3; color: #4f3f3f; font-weight: bold; } body div { margin: 0; } dl { margin: .4em 0; line-height: 1.2; } .legalnotice { font-size: small; } h1,h2,h3,h4,h5,h6, div.example p b, .question, div.table p b, div.procedure p b { color: #990000; } .option { color: #0000ca; font-weight: bold; } .parameter { color: #007a00; font-weight: bold; } a { color: #000000; } a:hover { color: #3c3c3c; border-bottom: 1px solid #dc0000; } hr { background-color: #9c9c9c; border-style: none; height: 1px; } li { list-style-type: square; } .programlisting, .screen { background-color: #F8F9FD; border-color: #907777; border-width: 1px; border-style: solid; padding: 0.5em; } workrave-1_10_10/frontend/000077500000000000000000000000001263301626300154755ustar00rootroot00000000000000workrave-1_10_10/frontend/Makefile.am000066400000000000000000000003411263301626300175270ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2005, 2008, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = common gtkmm plugin applets text workrave-1_10_10/frontend/applets/000077500000000000000000000000001263301626300171455ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/Makefile.am000066400000000000000000000004041263301626300211770ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2005, 2008, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = win32 common gnome2 gnome3 indicator gnome-shell cinnamon xfce mate workrave-1_10_10/frontend/applets/cinnamon/000077500000000000000000000000001263301626300207475ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/cinnamon/Makefile.am000066400000000000000000000002701263301626300230020ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/applets/cinnamon/src/000077500000000000000000000000001263301626300215365ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/cinnamon/src/.gitignore000066400000000000000000000000161263301626300235230ustar00rootroot00000000000000metadata.json workrave-1_10_10/frontend/applets/cinnamon/src/Makefile.am000066400000000000000000000010611263301626300235700ustar00rootroot00000000000000topextensiondir = $(datadir)/cinnamon/applets extensionurl = http://www.workrave.org uuid = workrave@workrave.org extensiondir = $(topextensiondir)/$(uuid) dist_extension_DATA = applet.js nodist_extension_DATA = metadata.json $(EXTRA_EXTENSION) EXTRA_DIST = metadata.json.in metadata.json: metadata.json.in $(top_builddir)/config.status $(AM_V_GEN) sed -e "s|[@]LOCALEDIR@|$(datadir)/locale|" \ -e "s|[@]uuid@|$(uuid)|" \ -e "s|[@]shell_current@|$(GNOME_SHELL_VERSION)|" \ -e "s|[@]url@|$(extensionurl)|" $< > $@ CLEANFILES = metadata.json workrave-1_10_10/frontend/applets/cinnamon/src/applet.js000066400000000000000000000232711263301626300233660ustar00rootroot00000000000000// TODO: text color in timebar // TODO: vertically center timebar // TODO: after cinnamon restart, workrave internal applet is not removed. const Applet = imports.ui.applet; const St = imports.gi.St; const Mainloop = imports.mainloop; const Lang = imports.lang; const PopupMenu = imports.ui.popupMenu; const Gettext = imports.gettext; const GLib = imports.gi.GLib; const Gio = imports.gi.Gio; const Workrave = imports.gi.Workrave; const _ = Gettext.gettext; let start = GLib.get_monotonic_time(); global.log('workrave-applet: start @ ' + start); const IndicatorIface = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; let IndicatorProxy = Gio.DBusProxy.makeProxyWrapper(IndicatorIface); function MyApplet(metadata, orientation, panel_height, instanceId) { this._init(metadata, orientation, panel_height, instanceId); } MyApplet.prototype = { __proto__: Applet.Applet.prototype, _init: function(metadata, orientation, panel_height) { Applet.Applet.prototype._init.call(this, orientation, panel_height); this.menuManager = new PopupMenu.PopupMenuManager(this); this.menu = new Applet.AppletPopupMenu(this, orientation); this.menuManager.addMenu(this.menu); this._timerbox = new Workrave.Timerbox(); this._force_icon = false; this._height = panel_height; this._bus_name = 'org.workrave.CinnamonApplet'; this._bus_id = 0; this._area = new St.DrawingArea(); this._area.set_width(this.width=24); this._area.set_height(this.height=this.panel_height); this._area.connect('repaint', Lang.bind(this, this._draw)); this.actor.add_actor(this._area, { y_align: St.Align.MIDDLE, y_fill: false }); this.actor.show(); this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); this._proxy = new IndicatorProxy(Gio.DBus.session, 'org.workrave.Workrave', '/org/workrave/Workrave/UI'); this._timers_updated_id = this._proxy.connectSignal("TimersUpdated", Lang.bind(this, this._onTimersUpdated)); this._menu_updated_id = this._proxy.connectSignal("MenuUpdated", Lang.bind(this, this._onMenuUpdated)); this._trayicon_updated_id = this._proxy.connectSignal("TrayIconUpdated", Lang.bind(this, this._onTrayIconUpdated)); this._updateMenu(null); Gio.DBus.session.watch_name('org.workrave.Workrave', Gio.BusNameWatcherFlags.NONE, // no auto launch Lang.bind(this, this._onWorkraveAppeared), Lang.bind(this, this._onWorkraveVanished)); }, on_applet_removed_from_panel: function() { this._onDestroy(); }, on_applet_clicked: function(event) { this.menu.toggle(); }, _onDestroy: function() { this._proxy.EmbedRemote(false, 'CinnamonApplet'); this._stop(); this._destroy(); }, _destroy: function() { this._proxy.disconnectSignal(this._timers_updated_id); this._proxy.disconnectSignal(this._menu_updated_id); this._proxy.disconnectSignal(this._trayicon_updated_id); this._proxy = null; this.actor.destroy(); }, _start: function() { if (! this._alive) { this._bus_id = Gio.DBus.session.own_name(this._bus_name, Gio.BusNameOwnerFlags.NONE, null, null); this._proxy.GetMenuRemote(Lang.bind(this, this._onGetMenuReply)); this._proxy.GetTrayIconEnabledRemote(Lang.bind(this, this._onGetTrayIconEnabledReply)); this._proxy.EmbedRemote(true, this._bus_name); this._timeoutId = Mainloop.timeout_add(5000, Lang.bind(this, this._onTimer)); this._alive = true; this._update_count = 0; } }, _stop: function() { if (this._alive) { Mainloop.source_remove(this._timeoutId); Gio.DBus.session.unown_name(this._bus_id); this._bus_id = 0; this._timerbox.set_enabled(false); this._timerbox.set_force_icon(false); this._area.queue_repaint(); this._alive = false; this._updateMenu(null); this._area.set_width(this.width=24); } }, _draw: function(area) { let [width, height] = area.get_surface_size(); let cr = area.get_context(); let bar_height = this._timerbox.get_height(); this.actor.style = "padding-top: "+ ( (height - bar_height + 1) / 2) +"px;"; this._timerbox.draw(cr); }, _onTimer: function() { if (! this._alive) { return false; } if (this._update_count == 0) { this._timerbox.set_enabled(false); this._timerbox.set_force_icon(false); this._area.queue_repaint(); } this._update_count = 0; return this._alive; }, _onWorkraveAppeared: function(owner) { this._start(); }, _onWorkraveVanished: function(oldOwner) { this._stop(); }, _onTimersUpdated : function(emitter, senderName, [microbreak, restbreak, daily]) { if (! this._alive) { this._start(); } this._update_count++; this._timerbox.set_slot(0, microbreak[1]); this._timerbox.set_slot(1, restbreak[1]); this._timerbox.set_slot(2, daily[1]); var timebar = this._timerbox.get_time_bar(0); if (timebar != null) { this._timerbox.set_enabled(true); timebar.set_progress(microbreak[6], microbreak[7], microbreak[5]); timebar.set_secondary_progress(microbreak[3], microbreak[4], microbreak[2]); timebar.set_text(microbreak[0]); } timebar = this._timerbox.get_time_bar(1); if (timebar != null) { this._timerbox.set_enabled(true); timebar.set_progress(restbreak[6], restbreak[7], restbreak[5]); timebar.set_secondary_progress(restbreak[3], restbreak[4], restbreak[2]); timebar.set_text(restbreak[0]); } timebar = this._timerbox.get_time_bar(2); if (timebar != null) { this._timerbox.set_enabled(true); timebar.set_progress(daily[6], daily[7], daily[5]); timebar.set_secondary_progress(daily[3], daily[4], daily[2]); timebar.set_text(daily[0]); } let width = this._timerbox.get_width(); this._area.set_width(this.width=width); this._area.queue_repaint(); }, _onGetMenuReply : function([menuitems], excp) { this._updateMenu(menuitems); }, _onGetTrayIconEnabledReply : function([enabled], excp) { this._updateTrayIcon(enabled); }, _onMenuUpdated : function(emitter, senderName, [menuitems]) { this._updateMenu(menuitems); }, _onTrayIconUpdated : function(emitter, senderName, [enabled]) { this._updateTrayIcon(enabled); }, _onCommandReply : function(menuitems) { }, _onMenuCommand : function(item, event, dummy, command) { this._proxy.CommandRemote(command, Lang.bind(this, this._onCommandReply)); }, _onMenuOpenCommand: function(item, event) { this._proxy.GetMenuRemote(); // A dummy method call to re-activate the service }, _functionExists: function(func) { return (typeof(func) == typeof(Function)); }, _updateTrayIcon : function(enabled) { this._force_icon = enabled; //Never force icon, cinnamon shows tray icon //this._timerbox.set_force_icon(this._force_icon); }, _updateMenu : function(menuitems) { this.menu.removeAll(); let current_menu = this.menu; let indent = ""; if (menuitems == null || menuitems.length == 0) { let popup = new PopupMenu.PopupMenuItem(_("Open")); popup.connect('activate', Lang.bind(this, this._onMenuOpenCommand)); current_menu.addMenuItem(popup); } else { for (item in menuitems) { let text = indent + menuitems[item][0]; let command = menuitems[item][1]; let flags = menuitems[item][2]; if ((flags & 1) != 0) { let popup = new PopupMenu.PopupSubMenuMenuItem(text); this.menu.addMenuItem(popup); current_menu = popup.menu; indent = " "; // Look at CSS?? } else if ((flags & 2) != 0) { current_menu = this.menu; indent = ""; } else { let active = ((flags & 16) != 0); let popup; if (text == "") { popup = new PopupSub.PopupSeparatorMenuItem(); } else if ((flags & 4) != 0) { popup = new PopupMenu.PopupSwitchMenuItem(text); popup.setToggleState(active); } else if ((flags & 8) != 0) { popup = new PopupMenu.PopupMenuItem(text); if (this._functionExists(popup.setShowDot)) { popup.setShowDot(active); } else if (this._functionExists(popup.setOrnament)) { popup.setOrnament(active ? PopupMenu.Ornament.DOT : PopupMenu.Ornament.NONE); } } else { popup = new PopupMenu.PopupMenuItem(text); } popup.connect('activate', Lang.bind(this, this._onMenuCommand, command)); current_menu.addMenuItem(popup); } } } } }; function main(metadata, orientation, panel_height, instanceId) { let myApplet = new MyApplet(metadata, orientation, panel_height, instanceId); return myApplet; } workrave-1_10_10/frontend/applets/cinnamon/src/metadata.json.in000066400000000000000000000001761263301626300246220ustar00rootroot00000000000000{ "uuid": "@uuid@", "name": "Workrave", "description": "Applet that shows all the Workrave timers.", "icon": "workrave" } workrave-1_10_10/frontend/applets/common/000077500000000000000000000000001263301626300204355ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/common/Makefile.am000066400000000000000000000003001263301626300224620ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src include workrave-1_10_10/frontend/applets/common/include/000077500000000000000000000000001263301626300220605ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/common/include/Makefile.am000066400000000000000000000003341263301626300241140ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/frontend/applets/common/include/control.h000066400000000000000000000060441263301626300237150ustar00rootroot00000000000000/* * Copyright (C) 2014 Rob Caelers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef __WORKRAVE_TIMERBOX_CONTROL_H__ #define __WORKRAVE_TIMERBOX_CONTROL_H__ #include #include "timerbox.h" #define WORKRAVE_TIMERBOX_CONTROL_TYPE (workrave_timerbox_control_get_type()) #define WORKRAVE_TIMERBOX_CONTROL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WORKRAVE_TIMERBOX_CONTROL_TYPE, WorkraveTimerboxControl)) #define WORKRAVE_IS_TIMERBOX_CONTROL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WORKRAVE_TIMERBOX_CONTROL_TYPE)) #define WORKRAVE_TIMERBOX_CONTROL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WORKRAVE_TIMERBOX_CONTROL_TYPE, WorkraveTimerboxControlClass)) #define WORKRAVE_IS_TIMERBOX_CONTROL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WORKRAVE_TIMERBOX_CONTROL_TYPE)) #define WORKRAVE_TIMERBOX_CONTROL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WORKRAVE_TIMERBOX_CONTROL_TYPE, WorkraveTimerboxControlClass)) typedef struct _WorkraveTimerboxControl WorkraveTimerboxControl; typedef struct _WorkraveTimerboxControlClass WorkraveTimerboxControlClass; typedef struct _WorkraveTimerboxControlPrivate WorkraveTimerboxControlPrivate; struct _WorkraveTimerboxControl { GObject parent_instance; /*< private >*/ WorkraveTimerboxControlPrivate *priv; }; struct _WorkraveTimerboxControlClass { GObjectClass parent_class; }; GType workrave_timerbox_control_get_type(void); enum WorkraveTimerboxControlTrayIconMode { WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_NEVER, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_FOLLOW, }; /* * Method definitions. */ /* TODO: add gobject introspection */ GtkImage *workrave_timerbox_control_get_image(WorkraveTimerboxControl *self); WorkraveTimerbox *workrave_timerbox_control_get_timerbox(WorkraveTimerboxControl *self); GDBusProxy *workrave_timerbox_control_get_applet_proxy(WorkraveTimerboxControl *self); GDBusProxy *workrave_timerbox_control_get_core_proxy(WorkraveTimerboxControl *self); GDBusProxy *workrave_timerbox_control_get_control_proxy(WorkraveTimerboxControl *self); void workrave_timerbox_control_set_show_tray_icon_when_not_running(WorkraveTimerboxControl *self, gboolean show); void workrave_timerbox_control_set_show_tray_icon(WorkraveTimerboxControl *self, enum WorkraveTimerboxControlTrayIconMode mode); #endif /* __WORKRAVE_TIMERBOX_CONTROL_H__ */ workrave-1_10_10/frontend/applets/common/include/timebar.h000066400000000000000000000053551263301626300236640ustar00rootroot00000000000000/* * workrave-timebar.h * * Copyright (C) 2011 Rob Caelers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef __WORKRAVE_TIMEBAR_H__ #define __WORKRAVE_TIMEBAR_H__ #include #include #define WORKRAVE_TYPE_TIMEBAR (workrave_timebar_get_type()) #define WORKRAVE_TIMEBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WORKRAVE_TYPE_TIMEBAR, WorkraveTimebar)) #define WORKRAVE_IS_TIMEBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WORKRAVE_TYPE_TIMEBAR)) #define WORKRAVE_TIMEBAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WORKRAVE_TYPE_TIMEBAR, WorkraveTimebarClass)) #define WORKRAVE_IS_TIMEBAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WORKRAVE_TYPE_TIMEBAR)) #define WORKRAVE_TIMEBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WORKRAVE_TYPE_TIMEBAR, WorkraveTimebarClass)) typedef struct _WorkraveTimebar WorkraveTimebar; typedef struct _WorkraveTimebarClass WorkraveTimebarClass; typedef struct _WorkraveTimebarPrivate WorkraveTimebarPrivate; typedef enum WorkraveColorId { COLOR_ID_ACTIVE = 0, COLOR_ID_INACTIVE, COLOR_ID_OVERDUE, COLOR_ID_1_ACTIVE_DURING_BREAK, COLOR_ID_2_ACTIVE_DURING_BREAK, COLOR_ID_INACTIVE_OVER_ACTIVE, COLOR_ID_INACTIVE_OVER_OVERDUE, COLOR_ID_BG, COLOR_ID_SIZEOF } WorkraveColorId; struct _WorkraveTimebar { GObject parent_instance; /*< private >*/ WorkraveTimebarPrivate *priv; }; struct _WorkraveTimebarClass { GObjectClass parent_class; }; GType workrave_timebar_get_type(void); /* * Method definitions. */ void workrave_timebar_do_action(WorkraveTimebar *self, int param); void workrave_timebar_draw(WorkraveTimebar *self, cairo_t *cr); void workrave_timebar_set_progress(WorkraveTimebar *self, int value, int max_value, WorkraveColorId color); void workrave_timebar_set_secondary_progress(WorkraveTimebar *self, int value, int max_value, WorkraveColorId color); void workrave_timebar_set_text(WorkraveTimebar *self, const gchar *text); void workrave_timebar_get_dimensions(WorkraveTimebar *self, int *width, int *height); #endif /* __WORKRAVE_TIMEBAR_H__ */ workrave-1_10_10/frontend/applets/common/include/timerbox.h000066400000000000000000000055271263301626300240730ustar00rootroot00000000000000/* * workrave-timerbox.h * * Copyright (C) 2011, 2013 Rob Caelers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef __WORKRAVE_TIMERBOX_H__ #define __WORKRAVE_TIMERBOX_H__ #include #include #include #include "timebar.h" #define WORKRAVE_TYPE_TIMERBOX (workrave_timerbox_get_type()) #define WORKRAVE_TIMERBOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WORKRAVE_TYPE_TIMERBOX, WorkraveTimerbox)) #define WORKRAVE_IS_TIMERBOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WORKRAVE_TYPE_TIMERBOX)) #define WORKRAVE_TIMERBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WORKRAVE_TYPE_TIMERBOX, WorkraveTimerboxClass)) #define WORKRAVE_IS_TIMERBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WORKRAVE_TYPE_TIMERBOX)) #define WORKRAVE_TIMERBOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WORKRAVE_TYPE_TIMERBOX, WorkraveTimerboxClass)) typedef struct _WorkraveTimerbox WorkraveTimerbox; typedef struct _WorkraveTimerboxClass WorkraveTimerboxClass; typedef struct _WorkraveTimerboxPrivate WorkraveTimerboxPrivate; struct _WorkraveTimerbox { GObject parent_instance; /*< private >*/ WorkraveTimerboxPrivate *priv; }; struct _WorkraveTimerboxClass { GObjectClass parent_class; }; GType workrave_timerbox_get_type(void); typedef enum WorkraveBreakId { BREAK_ID_NONE = -1, BREAK_ID_MICRO_BREAK = 0, BREAK_ID_REST_BREAK, BREAK_ID_DAILY_LIMIT, BREAK_ID_SIZEOF } WorkraveBreakId; /* * Method definitions. */ void workrave_timerbox_update(WorkraveTimerbox *self, GtkImage *image); void workrave_timerbox_draw(WorkraveTimerbox *self, cairo_t *cr); void workrave_timerbox_set_slot(WorkraveTimerbox *self, int slot, WorkraveBreakId brk); void workrave_timerbox_set_enabled(WorkraveTimerbox *self, gboolean enabled); void workrave_timerbox_set_force_icon(WorkraveTimerbox *self, gboolean force); void workrave_timerbox_set_operation_mode(WorkraveTimerbox *self, gchar *mode); int workrave_timerbox_get_width(WorkraveTimerbox *self); int workrave_timerbox_get_height(WorkraveTimerbox *self); WorkraveTimebar *workrave_timerbox_get_time_bar(WorkraveTimerbox *self, WorkraveBreakId timer); #endif /* __WORKRAVE_TIMERBOX_H__ */ workrave-1_10_10/frontend/applets/common/src/000077500000000000000000000000001263301626300212245ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/common/src/.gitignore000066400000000000000000000001011263301626300232040ustar00rootroot00000000000000/indicator-workrave-test /Workrave-1.0.gir /Workrave-1.0.typelib workrave-1_10_10/frontend/applets/common/src/Makefile.am000066400000000000000000000035051263301626300232630ustar00rootroot00000000000000-include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --add-include-path=$(srcdir)/../include --warn-all \ --include GObject-2.0 \ --include Gtk-3.0 \ --include cairo-1.0 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(srcdir)/../include if HAVE_INTROSPECTION if HAVE_GTK3 workravelibdir = $(libdir) workravelib_LTLIBRARIES = libworkrave-private-1.0.la libworkrave_private_1_0_la_SOURCES = \ timebar.c \ timerbox.c \ control.c libworkrave_private_1_0_la_CFLAGS = \ -Wall -std=c99 $(GTK_CFLAGS) -I$(srcdir)/../include \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" libworkrave_private_1_0_la_LIBADD = \ $(GTK_LIBS) introspection_sources = $(libworkrave_private_1_0_la_SOURCES) Workrave-1.0.gir: libworkrave-private-1.0.la Workrave_1_0_gir_INCLUDES = GObject-2.0 Workrave_1_0_gir_CFLAGS = $(INCLUDES) $(GTK_CFLAGS) -I$(srcdir)/../include Workrave_1_0_gir_LIBS = libworkrave-private-1.0.la Workrave_1_0_gir_FILES = $(introspection_sources) $(srcdir)/../include/timerbox.h $(srcdir)/../include/timebar.h INTROSPECTION_GIRS += Workrave-1.0.gir girdir = $(datadir)/gir-1.0 gir_DATA = $(INTROSPECTION_GIRS) typelibdir = $(libdir)/girepository-1.0 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) CLEANFILES = $(gir_DATA) $(typelib_DATA) endif endif if HAVE_GTK2 workravegtk2libdir = $(libdir) workravegtk2lib_LTLIBRARIES = libworkrave-gtk2-private-1.0.la libworkrave_gtk2_private_1_0_la_SOURCES = \ timebar.c \ timerbox.c \ control.c \ compat.c libworkrave_gtk2_private_1_0_la_CFLAGS = \ -Wall -DUSE_GTK2 -std=c99 $(GTK2_CFLAGS) -I$(srcdir)/../include \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" libworkrave_gtk2_private_1_0_la_LIBADD = \ $(GTK2_LIBS) introspection_sources = $(libworkrave_private_1_0_la_SOURCES) endif EXTRA_DIST = compat.h workrave-1_10_10/frontend/applets/common/src/compat.c000066400000000000000000000130101263301626300226460ustar00rootroot00000000000000#include "compat.h" /* Copy functions from GTK 3.0 to be used if GTK 2.x is used */ static cairo_format_t gdk_cairo_format_for_content(cairo_content_t content) { switch (content) { case CAIRO_CONTENT_COLOR: return CAIRO_FORMAT_RGB24; case CAIRO_CONTENT_ALPHA: return CAIRO_FORMAT_A8; case CAIRO_CONTENT_COLOR_ALPHA: default: return CAIRO_FORMAT_ARGB32; } } static cairo_surface_t * gdk_cairo_surface_coerce_to_image(cairo_surface_t *surface, cairo_content_t content, int src_x, int src_y, int width, int height) { cairo_surface_t *copy; cairo_t *cr; copy = cairo_image_surface_create(gdk_cairo_format_for_content(content), width, height); cr = cairo_create(copy); cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE); cairo_set_source_surface(cr, surface, -src_x, -src_y); cairo_paint(cr); cairo_destroy(cr); return copy; } static void convert_alpha(guchar *dest_data, int dest_stride, guchar *src_data, int src_stride, int src_x, int src_y, int width, int height) { int x, y; src_data += src_stride * src_y + src_x * 4; for (y = 0; y < height; y++) { guint32 *src = (guint32 *)src_data; for (x = 0; x < width; x++) { guint alpha = src[x] >> 24; if (alpha == 0) { dest_data[x * 4 + 0] = 0; dest_data[x * 4 + 1] = 0; dest_data[x * 4 + 2] = 0; } else { dest_data[x * 4 + 0] = (((src[x] & 0xff0000) >> 16) * 255 + alpha / 2) / alpha; dest_data[x * 4 + 1] = (((src[x] & 0x00ff00) >> 8) * 255 + alpha / 2) / alpha; dest_data[x * 4 + 2] = (((src[x] & 0x0000ff) >> 0) * 255 + alpha / 2) / alpha; } dest_data[x * 4 + 3] = alpha; } src_data += src_stride; dest_data += dest_stride; } } static void convert_no_alpha(guchar *dest_data, int dest_stride, guchar *src_data, int src_stride, int src_x, int src_y, int width, int height) { int x, y; src_data += src_stride * src_y + src_x * 4; for (y = 0; y < height; y++) { guint32 *src = (guint32 *)src_data; for (x = 0; x < width; x++) { dest_data[x * 3 + 0] = src[x] >> 16; dest_data[x * 3 + 1] = src[x] >> 8; dest_data[x * 3 + 2] = src[x]; } src_data += src_stride; dest_data += dest_stride; } } /** * gdk_pixbuf_get_from_surface: * @surface: surface to copy from * @src_x: Source X coordinate within @surface * @src_y: Source Y coordinate within @surface * @width: Width in pixels of region to get * @height: Height in pixels of region to get * * Transfers image data from a #cairo_surface_t and converts it to an RGB(A) * representation inside a #GdkPixbuf. This allows you to efficiently read * individual pixels from cairo surfaces. For #GdkWindows, use * gdk_pixbuf_get_from_window() instead. * * This function will create an RGB pixbuf with 8 bits per channel. * The pixbuf will contain an alpha channel if the @surface contains one. * * Return value: (transfer full): A newly-created pixbuf with a reference * count of 1, or %NULL on error */ GdkPixbuf * gdk_pixbuf_get_from_surface(cairo_surface_t *surface, gint src_x, gint src_y, gint width, gint height) { cairo_content_t content; GdkPixbuf *dest; /* General sanity checks */ g_return_val_if_fail(surface != NULL, NULL); g_return_val_if_fail(width > 0 && height > 0, NULL); content = (cairo_content_t)(cairo_surface_get_content(surface) | CAIRO_CONTENT_COLOR); dest = gdk_pixbuf_new(GDK_COLORSPACE_RGB, !!(content & CAIRO_CONTENT_ALPHA), 8, width, height); surface = gdk_cairo_surface_coerce_to_image(surface, content, src_x, src_y, width, height); cairo_surface_flush(surface); if (cairo_surface_status(surface) || dest == NULL) { cairo_surface_destroy(surface); return NULL; } if (gdk_pixbuf_get_has_alpha(dest)) convert_alpha(gdk_pixbuf_get_pixels(dest), gdk_pixbuf_get_rowstride(dest), cairo_image_surface_get_data(surface), cairo_image_surface_get_stride(surface), 0, 0, width, height); else convert_no_alpha(gdk_pixbuf_get_pixels(dest), gdk_pixbuf_get_rowstride(dest), cairo_image_surface_get_data(surface), cairo_image_surface_get_stride(surface), 0, 0, width, height); cairo_surface_destroy(surface); return dest; } workrave-1_10_10/frontend/applets/common/src/compat.h000066400000000000000000000007661263301626300226710ustar00rootroot00000000000000#ifndef __WORKRAVE_TIMERBOX_COMPAT_H__ #define __WORKRAVE_TIMERBOX_COMPAT_H__ #include GdkPixbuf * gdk_pixbuf_get_from_surface(cairo_surface_t *surface, gint src_x, gint src_y, gint width, gint height); #define GdkRGBA GdkColor #define gdk_rgba_parse(x,y) gdk_color_parse((y),(x)); #endif /* __WORKRAVE_TIMERBOX_COMPAT_H__ */ workrave-1_10_10/frontend/applets/common/src/control.c000066400000000000000000000601341263301626300230540ustar00rootroot00000000000000/* Copyright (C) 2011 - 2014 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "control.h" #include "timerbox.h" // TODO: Allow client to specify this name. #define WORKRAVE_DBUS_NAME "org.workrave.Applet" #define WORKRAVE_DBUS_APPLET_NAME "org.workrave.Workrave" #define WORKRAVE_DBUS_APPLET_IFACE "org.workrave.AppletInterface" #define WORKRAVE_DBUS_APPLET_OBJ "/org/workrave/Workrave/UI" #define WORKRAVE_DBUS_CONTROL_NAME "org.workrave.Workrave" #define WORKRAVE_DBUS_CONTROL_IFACE "org.workrave.ControlInterface" #define WORKRAVE_DBUS_CONTROL_OBJ "/org/workrave/Workrave/UI" #define WORKRAVE_DBUS_CORE_NAME "org.workrave.Workrave" #define WORKRAVE_DBUS_CORE_IFACE "org.workrave.CoreInterface" #define WORKRAVE_DBUS_CORE_OBJ "/org/workrave/Workrave/Core" enum { MENU_CHANGED, ALIVE_CHANGED, LAST_SIGNAL }; static guint signals[LAST_SIGNAL] = { 0 }; struct _WorkraveTimerboxControlPrivate { GtkImage *image; GCancellable *applet_proxy_cancel; GDBusProxy *applet_proxy; GCancellable *control_proxy_cancel; GDBusProxy *control_proxy; GCancellable *core_proxy_cancel; GDBusProxy *core_proxy; guint owner_id; guint watch_id; gboolean workrave_running; gboolean alive; gboolean tray_icon_enabled; enum WorkraveTimerboxControlTrayIconMode tray_icon_mode; gboolean tray_icon_visible_when_not_running; guint timer; guint startup_timer; guint startup_count; guint update_count; WorkraveTimerbox *timerbox; }; typedef struct _TimerData TimerData; struct _TimerData { char *bar_text; int slot; int bar_secondary_color; int bar_secondary_val; int bar_secondary_max; int bar_primary_color; int bar_primary_val; int bar_primary_max; }; G_DEFINE_TYPE(WorkraveTimerboxControl, workrave_timerbox_control, G_TYPE_OBJECT); #define WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(o) \ (G_TYPE_INSTANCE_GET_PRIVATE((o), WORKRAVE_TIMERBOX_CONTROL_TYPE, WorkraveTimerboxControlPrivate)) static void workrave_timerbox_control_class_init (WorkraveTimerboxControlClass *klass); static void workrave_timerbox_control_init (WorkraveTimerboxControl *self); static void workrave_timerbox_control_dispose (GObject *object); static void workrave_timerbox_control_finalize (GObject *object); static void workrave_timerbox_control_check (WorkraveTimerboxControl *self); static void workrave_timerbox_control_create_dbus(WorkraveTimerboxControl *self); static gboolean on_timer (gpointer user_data); static void on_dbus_applet_ready (GObject *object, GAsyncResult *res, gpointer user_data); static void on_dbus_core_ready (GObject *object, GAsyncResult *res, gpointer user_data); static void on_dbus_control_ready (GObject *object, GAsyncResult *res, gpointer user_data); static void on_dbus_signal (GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data); static void on_update_timers (WorkraveTimerboxControl *self, GVariant *parameters); static void on_bus_acquired (GDBusConnection *connection, const gchar *name, gpointer user_data); static void on_workrave_appeared (GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data); static void on_workrave_vanished (GDBusConnection *connection, const gchar *name, gpointer user_data); GDBusProxy * workrave_timerbox_control_get_applet_proxy(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); return priv->applet_proxy; } GDBusProxy * workrave_timerbox_control_get_core_proxy(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); return priv->core_proxy; } GDBusProxy * workrave_timerbox_control_get_control_proxy(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); return priv->control_proxy; } WorkraveTimerbox * workrave_timerbox_control_get_timerbox(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); return priv->timerbox; } GtkImage * workrave_timerbox_control_get_image(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->image == NULL) { priv->image = GTK_IMAGE(gtk_image_new()); workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_set_force_icon(priv->timerbox, FALSE); workrave_timerbox_update(priv->timerbox, priv->image); gtk_widget_show(GTK_WIDGET(priv->image)); } return priv->image; } static void workrave_timerbox_control_update_show_tray_icon(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->alive) { switch(priv->tray_icon_mode) { case WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS: workrave_timerbox_set_force_icon(priv->timerbox, TRUE); break; case WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_NEVER: workrave_timerbox_set_force_icon(priv->timerbox, FALSE); break; case WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_FOLLOW: workrave_timerbox_set_force_icon(priv->timerbox, priv->tray_icon_enabled); break; } } else { workrave_timerbox_set_force_icon(priv->timerbox, priv->tray_icon_visible_when_not_running); } } void workrave_timerbox_control_set_tray_icon_mode(WorkraveTimerboxControl *self, enum WorkraveTimerboxControlTrayIconMode mode) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); priv->tray_icon_mode = mode; workrave_timerbox_control_update_show_tray_icon(self); } void workrave_timerbox_control_set_tray_icon_visible_when_not_running(WorkraveTimerboxControl *self, gboolean show) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); priv->tray_icon_visible_when_not_running = show; workrave_timerbox_control_update_show_tray_icon(self); workrave_timerbox_update(priv->timerbox, priv->image); gtk_widget_show(GTK_WIDGET(priv->image)); } static void workrave_timerbox_control_class_init(WorkraveTimerboxControlClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS(klass); g_type_class_add_private(klass, sizeof(WorkraveTimerboxControlPrivate)); signals[MENU_CHANGED] = g_signal_new ("menu-changed", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, 0, NULL, NULL, g_cclosure_marshal_VOID__VARIANT, G_TYPE_NONE, 1, G_TYPE_VARIANT); signals[ALIVE_CHANGED] = g_signal_new ("alive-changed", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, 0, NULL, NULL, g_cclosure_marshal_VOID__BOOLEAN, G_TYPE_NONE, 1, G_TYPE_BOOLEAN); object_class->dispose = workrave_timerbox_control_dispose; object_class->finalize = workrave_timerbox_control_finalize; } static void workrave_timerbox_control_init(WorkraveTimerboxControl *self) { self->priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); priv->image = NULL; priv->applet_proxy = NULL; priv->applet_proxy_cancel = NULL; priv->core_proxy = NULL; priv->core_proxy_cancel = NULL; priv->control_proxy = NULL; priv->control_proxy_cancel = NULL; priv->owner_id = 0; priv->watch_id = 0; priv->workrave_running = FALSE; priv->alive = FALSE; priv->tray_icon_enabled = FALSE; priv->tray_icon_mode = WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_FOLLOW; priv->tray_icon_visible_when_not_running = FALSE; priv->timer = 0; priv->startup_timer = 0; priv->startup_count = 0; priv->timerbox = NULL; priv->update_count = 0; priv->timerbox = g_object_new(WORKRAVE_TYPE_TIMERBOX, NULL); workrave_timerbox_control_create_dbus(self); priv->watch_id = g_bus_watch_name(G_BUS_TYPE_SESSION, "org.workrave.Workrave", G_BUS_NAME_WATCHER_FLAGS_NONE, on_workrave_appeared, on_workrave_vanished, self, NULL); } static void workrave_timerbox_control_dispose(GObject *object) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(object); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->watch_id != 0) { g_bus_unwatch_name(priv->watch_id); } if (priv->owner_id != 0) { g_bus_unown_name(priv->owner_id); } if (priv->timer != 0) { g_source_remove(priv->timer); priv->timer = 0; } if (priv->image != NULL) { g_object_unref(priv->image); priv->image = NULL; } G_OBJECT_CLASS(workrave_timerbox_control_parent_class)->dispose(object); return; } static void workrave_timerbox_control_finalize(GObject *object) { // WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(object); G_OBJECT_CLASS(workrave_timerbox_control_parent_class)->finalize(object); return; } static void workrave_timerbox_control_start(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->alive) { return; } priv->owner_id = g_bus_own_name(G_BUS_TYPE_SESSION, WORKRAVE_DBUS_NAME, G_BUS_NAME_OWNER_FLAGS_NONE, on_bus_acquired, NULL, NULL, self, NULL); GError *error = NULL; if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->applet_proxy, "Embed", g_variant_new("(bs)", TRUE, WORKRAVE_DBUS_NAME), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request embedding for %s: %s", WORKRAVE_DBUS_APPLET_NAME, error->message); } else { if (result != NULL) { g_variant_unref(result); } } } if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->applet_proxy, "GetTrayIconEnabled", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request tray icon enabled for %s: %s", WORKRAVE_DBUS_APPLET_NAME, error->message); } else { if (result != NULL) { g_variant_get(result, "(b)", &priv->tray_icon_enabled); g_variant_unref(result); } } } if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->core_proxy, "GetOperationMode", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request operation mode for %s: %s", WORKRAVE_DBUS_APPLET_NAME, error->message); } else { gchar *mode; g_variant_get(result, "(s)", &mode); workrave_timerbox_set_operation_mode(priv->timerbox, mode); g_variant_unref(result); } } if (error == NULL) { priv->timer = g_timeout_add_seconds(10, on_timer, self); priv->alive = TRUE; priv->update_count = 0; g_signal_emit (self, signals[ALIVE_CHANGED], 0, TRUE); } else { g_error_free(error); } } static void workrave_timerbox_control_stop(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->alive) { if (priv->timer != 0) { g_source_remove(priv->timer); priv->timer = 0; } if (priv->startup_timer != 0) { g_source_remove(priv->startup_timer); priv->startup_timer = 0; } if (priv->owner_id != 0) { g_bus_unown_name(priv->owner_id); priv->owner_id = 0; } priv->alive = FALSE; workrave_timerbox_control_update_show_tray_icon(self); workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_update(priv->timerbox, priv->image); g_signal_emit (self, signals[ALIVE_CHANGED], 0, FALSE); } } static gboolean on_start_delay(gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); workrave_timerbox_control_start(self); priv->startup_count++; return !priv->alive && priv->startup_count < 15; } static void workrave_timerbox_control_check(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->workrave_running && priv->applet_proxy != NULL && priv->core_proxy != NULL && priv->control_proxy != NULL) { // The Workrave interface may be started after the service becomes // available, so introduce a delay. priv->startup_count = 0; priv->startup_timer = g_timeout_add_seconds(2, on_start_delay, self); } } static void workrave_timerbox_control_create_dbus(WorkraveTimerboxControl *self) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); GSettings *settings = g_settings_new("org.workrave.gui"); gboolean autostart = g_settings_get_boolean(settings, "autostart"); g_object_unref(settings); GDBusProxyFlags flags = autostart ? : G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START; priv->applet_proxy_cancel = g_cancellable_new(); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, flags, NULL, WORKRAVE_DBUS_APPLET_NAME, WORKRAVE_DBUS_APPLET_OBJ, WORKRAVE_DBUS_APPLET_IFACE, priv->applet_proxy_cancel, on_dbus_applet_ready, self); priv->core_proxy_cancel = g_cancellable_new(); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, flags, NULL, WORKRAVE_DBUS_CORE_NAME, WORKRAVE_DBUS_CORE_OBJ, WORKRAVE_DBUS_CORE_IFACE, priv->core_proxy_cancel, on_dbus_core_ready, self); priv->control_proxy_cancel = g_cancellable_new(); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, flags, NULL, WORKRAVE_DBUS_CONTROL_NAME, WORKRAVE_DBUS_CONTROL_OBJ, WORKRAVE_DBUS_CONTROL_IFACE, priv->control_proxy_cancel, on_dbus_control_ready, self); } static gboolean on_timer(gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (priv->alive && priv->update_count == 0) { workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_set_force_icon(priv->timerbox, priv->tray_icon_visible_when_not_running); workrave_timerbox_update(priv->timerbox, priv->image); } priv->update_count = 0; return priv->alive; } static void on_dbus_applet_ready(GObject *object, GAsyncResult *res, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (priv->applet_proxy_cancel != NULL) { g_object_unref(priv->applet_proxy_cancel); priv->applet_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy for %s: %s", WORKRAVE_DBUS_APPLET_NAME, error->message); g_error_free(error); } else { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_dbus_signal), self); priv->applet_proxy = proxy; } workrave_timerbox_control_check(self); } static void on_dbus_core_ready(GObject *object, GAsyncResult *res, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (priv->core_proxy_cancel != NULL) { g_object_unref(priv->core_proxy_cancel); priv->core_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy for %s: %s", WORKRAVE_DBUS_CORE_NAME, error->message); g_error_free(error); } else { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_dbus_signal), self); priv->core_proxy = proxy; } workrave_timerbox_control_check(self); } static void on_dbus_control_ready(GObject *object, GAsyncResult *res, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (priv->control_proxy_cancel != NULL) { g_object_unref(priv->control_proxy_cancel); priv->control_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy for %s: %s", WORKRAVE_DBUS_CONTROL_NAME, error->message); g_error_free(error); } else { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_dbus_signal), self); priv->control_proxy = proxy; } workrave_timerbox_control_check(self); } static void on_dbus_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (g_strcmp0(signal_name, "TimersUpdated") == 0) { on_update_timers(self, parameters); } if (g_strcmp0(signal_name, "MenuUpdated") == 0) { g_signal_emit (self, signals[MENU_CHANGED], 0, parameters); } else if (g_strcmp0(signal_name, "TrayIconUpdated") == 0) { g_variant_get(parameters, "(b)", &priv->tray_icon_enabled); workrave_timerbox_control_update_show_tray_icon(self); workrave_timerbox_update(priv->timerbox, priv->image); } else if (g_strcmp0(signal_name, "OperationModeChanged") == 0) { gchar *mode; g_variant_get(parameters, "(s)", &mode); workrave_timerbox_set_operation_mode(priv->timerbox, mode); workrave_timerbox_update(priv->timerbox, priv->image); } } static void on_update_timers(WorkraveTimerboxControl *self, GVariant *parameters) { WorkraveTimerboxControlPrivate *priv = WORKRAVE_TIMERBOX_CONTROL_GET_PRIVATE(self); if (! priv->alive) { workrave_timerbox_control_start(self); } priv->update_count++; TimerData td[BREAK_ID_SIZEOF]; g_variant_get(parameters, "((siuuuuuu)(siuuuuuu)(siuuuuuu))", &td[BREAK_ID_MICRO_BREAK].bar_text, &td[BREAK_ID_MICRO_BREAK].slot, &td[BREAK_ID_MICRO_BREAK].bar_secondary_color, &td[BREAK_ID_MICRO_BREAK].bar_secondary_val, &td[BREAK_ID_MICRO_BREAK].bar_secondary_max, &td[BREAK_ID_MICRO_BREAK].bar_primary_color, &td[BREAK_ID_MICRO_BREAK].bar_primary_val, &td[BREAK_ID_MICRO_BREAK].bar_primary_max, &td[BREAK_ID_REST_BREAK].bar_text, &td[BREAK_ID_REST_BREAK].slot, &td[BREAK_ID_REST_BREAK].bar_secondary_color, &td[BREAK_ID_REST_BREAK].bar_secondary_val, &td[BREAK_ID_REST_BREAK].bar_secondary_max, &td[BREAK_ID_REST_BREAK].bar_primary_color, &td[BREAK_ID_REST_BREAK].bar_primary_val, &td[BREAK_ID_REST_BREAK].bar_primary_max, &td[BREAK_ID_DAILY_LIMIT].bar_text, &td[BREAK_ID_DAILY_LIMIT].slot, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_color, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_val, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_max, &td[BREAK_ID_DAILY_LIMIT].bar_primary_color, &td[BREAK_ID_DAILY_LIMIT].bar_primary_val, &td[BREAK_ID_DAILY_LIMIT].bar_primary_max ); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { workrave_timerbox_set_slot(priv->timerbox, i, td[i].slot); } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { WorkraveTimebar *timebar = workrave_timerbox_get_time_bar(priv->timerbox, i); if (timebar != NULL) { workrave_timerbox_set_enabled(priv->timerbox, TRUE); workrave_timerbox_control_update_show_tray_icon(self); workrave_timebar_set_progress(timebar, td[i].bar_primary_val, td[i].bar_primary_max, td[i].bar_primary_color); workrave_timebar_set_secondary_progress(timebar, td[i].bar_secondary_val, td[i].bar_secondary_max, td[i].bar_secondary_color); workrave_timebar_set_text(timebar, td[i].bar_text); } } workrave_timerbox_update(priv->timerbox, priv->image); } static void on_bus_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) connection; (void) name; (void) user_data; } static void on_workrave_appeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); self->priv->workrave_running = TRUE; workrave_timerbox_control_check(self); } static void on_workrave_vanished(GDBusConnection *connection, const gchar *name, gpointer user_data) { WorkraveTimerboxControl *self = WORKRAVE_TIMERBOX_CONTROL(user_data); self->priv->workrave_running = FALSE; workrave_timerbox_control_stop(self); } workrave-1_10_10/frontend/applets/common/src/timebar.c000066400000000000000000000322221263301626300230140ustar00rootroot00000000000000/* * workrave-timebar.c * * Copyright (C) 2011 Rob Caelers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "timebar.h" #include #include #define WORKRAVE_TIMEBAR_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), WORKRAVE_TYPE_TIMEBAR, WorkraveTimebarPrivate)) static void workrave_timebar_class_init(WorkraveTimebarClass *klass); static void workrave_timebar_init(WorkraveTimebar *self); static void workrave_timebar_init_ui(WorkraveTimebar *self); static void workrave_timebar_draw_filled_box(WorkraveTimebar *self, cairo_t *cr, int x, int y, int width, int height); static void workrave_timebar_draw_frame(WorkraveTimebar *self, cairo_t *cr, int width, int height); static void workrave_timebar_compute_bar_dimensions(WorkraveTimebar *self, int *bar_width, int *sbar_width, int *bar_height); G_DEFINE_TYPE(WorkraveTimebar, workrave_timebar, G_TYPE_OBJECT); const int MARGINX = 4; const int MARGINY = 2; const int MIN_HORIZONTAL_BAR_WIDTH = 12; const int MIN_HORIZONTAL_BAR_HEIGHT = 20; // stolen from gtk's progress bar const int BORDER_SIZE = 2; enum { PROP_0, PROP_NAME }; #ifdef USE_GTK2 #include "compat.h" #endif struct _WorkraveTimebarPrivate { gchar *name; //! Color of the time-bar. WorkraveColorId bar_color; //! Color of the time-bar. WorkraveColorId secondary_bar_color; //! Color of the text. GdkRGBA bar_text_color; //! The current value. int bar_value; //! The maximum value. int bar_max_value; //! The current value. int secondary_bar_value; //! The maximum value. int secondary_bar_max_value; //! Text to show; gchar *bar_text; int width; int height; #ifndef USE_GTK2 GtkStyleContext *style_context; #endif PangoContext *pango_context; PangoLayout *pango_layout; }; static GdkRGBA bar_colors[COLOR_ID_SIZEOF]; #ifdef USE_GTK2 static void set_color(cairo_t *cr, GdkColor color) { cairo_set_source_rgb(cr, color.red / 65535.0, color.green / 65535.0, color.blue / 65535.0); } #else static void set_color(cairo_t *cr, GdkRGBA color) { cairo_set_source_rgb(cr, color.red, color.green, color.blue); } #endif static void workrave_timebar_class_init(WorkraveTimebarClass *klass) { g_type_class_add_private(klass, sizeof(WorkraveTimebarPrivate)); gdk_rgba_parse(&bar_colors[COLOR_ID_ACTIVE], "lightblue"); gdk_rgba_parse(&bar_colors[COLOR_ID_INACTIVE], "lightgreen"); gdk_rgba_parse(&bar_colors[COLOR_ID_OVERDUE], "orange"); gdk_rgba_parse(&bar_colors[COLOR_ID_1_ACTIVE_DURING_BREAK], "red"); gdk_rgba_parse(&bar_colors[COLOR_ID_2_ACTIVE_DURING_BREAK], "#e00000"); gdk_rgba_parse(&bar_colors[COLOR_ID_INACTIVE_OVER_ACTIVE], "#00d4b2"); gdk_rgba_parse(&bar_colors[COLOR_ID_INACTIVE_OVER_OVERDUE], "lightgreen"); gdk_rgba_parse(&bar_colors[COLOR_ID_BG], "#eeeeee"); } static void workrave_timebar_init(WorkraveTimebar *self) { self->priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); self->priv->bar_color = COLOR_ID_INACTIVE_OVER_OVERDUE; self->priv->secondary_bar_color = COLOR_ID_2_ACTIVE_DURING_BREAK; gdk_rgba_parse(&self->priv->bar_text_color, "black"); self->priv->bar_value = 20; self->priv->bar_max_value = 50; self->priv->secondary_bar_value = 100; self->priv->secondary_bar_max_value = 600; self->priv->bar_text = g_strdup(""); workrave_timebar_init_ui(self); } void workrave_timebar_draw_bar(WorkraveTimebar *self, cairo_t *cr) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE); cairo_rectangle(cr, 0, 0, priv->width, priv->height); cairo_clip(cr); // Frame workrave_timebar_draw_frame(self, cr, priv->width, priv->height); int bar_width = 0; int sbar_width = 0; int bar_height = 0; workrave_timebar_compute_bar_dimensions(self, &bar_width, &sbar_width, &bar_height); // g_debug("bar_width %d %d", bar_width, sbar_width); if (sbar_width > 0) { // Overlap // We should assert() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. // assert(secondary_bar_color == COLOR_ID_INACTIVE); int overlap_color; switch (priv->bar_color) { case COLOR_ID_ACTIVE: overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; break; case COLOR_ID_OVERDUE: overlap_color = COLOR_ID_INACTIVE_OVER_OVERDUE; break; default: // We could abort() becaue this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; } if (sbar_width >= bar_width) { if (bar_width) { GdkRGBA color = bar_colors[overlap_color]; set_color(cr, color); workrave_timebar_draw_filled_box(self, cr, BORDER_SIZE, BORDER_SIZE, bar_width, bar_height); } if (sbar_width > bar_width) { GdkRGBA color = bar_colors[priv->secondary_bar_color]; set_color(cr, color); workrave_timebar_draw_filled_box(self, cr, BORDER_SIZE + bar_width, BORDER_SIZE, sbar_width - bar_width, bar_height); } } else { if (sbar_width) { GdkRGBA color = bar_colors[overlap_color]; set_color(cr, color); workrave_timebar_draw_filled_box(self, cr, BORDER_SIZE, BORDER_SIZE, sbar_width, bar_height); } GdkRGBA color = bar_colors[priv->bar_color]; set_color(cr, color); workrave_timebar_draw_filled_box(self, cr, BORDER_SIZE + sbar_width, BORDER_SIZE, bar_width - sbar_width, bar_height); } } else { // No overlap GdkRGBA color = bar_colors[priv->bar_color]; set_color(cr, color); workrave_timebar_draw_filled_box(self, cr, BORDER_SIZE, BORDER_SIZE, bar_width, bar_height); } } void workrave_timebar_draw_text(WorkraveTimebar *self, cairo_t *cr) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); // g_debug("bar_text %s", priv->bar_text); pango_layout_set_text(priv->pango_layout, priv->bar_text, -1); int text_width, text_height; pango_layout_get_pixel_size(priv->pango_layout, &text_width, &text_height); int text_x, text_y; text_x = priv->width - text_width - MARGINX; if (text_x < 0) { text_x = MARGINX; } text_y = (priv->height - text_height) / 2; cairo_move_to(cr, text_x, text_y); set_color(cr, priv->bar_text_color); pango_cairo_show_layout(cr, priv->pango_layout); } #ifndef USE_GTK2 static void workrave_timebar_init_ui(WorkraveTimebar *self) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); priv->style_context = gtk_style_context_new(); GtkWidgetPath *path = gtk_widget_path_new(); gtk_widget_path_append_type(path, GTK_TYPE_BUTTON); gtk_style_context_set_path(priv->style_context, path); gtk_style_context_add_class(priv->style_context, GTK_STYLE_CLASS_TROUGH); GdkScreen *screen = gdk_screen_get_default(); priv->pango_context = gdk_pango_context_get_for_screen(screen); const PangoFontDescription *font_desc = gtk_style_context_get_font(priv->style_context, GTK_STATE_FLAG_ACTIVE); pango_context_set_language(priv->pango_context, gtk_get_default_language()); pango_context_set_font_description(priv->pango_context, font_desc); priv->pango_layout = pango_layout_new(priv->pango_context); pango_layout_set_text(priv->pango_layout, "-9:59:59", -1); pango_layout_get_pixel_size(priv->pango_layout, &priv->width, &priv->height); priv->width = MAX(priv->width + 2 * MARGINX, MIN_HORIZONTAL_BAR_WIDTH); priv->height = MAX(priv->height + 2 * MARGINY, MIN_HORIZONTAL_BAR_HEIGHT); gtk_widget_path_free(path); } static void workrave_timebar_draw_frame(WorkraveTimebar *self, cairo_t *cr, int width, int height) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); gtk_style_context_save(priv->style_context); gtk_style_context_set_state(priv->style_context, (GtkStateFlags)GTK_STATE_FLAG_ACTIVE); gtk_render_frame(priv->style_context, cr, 0, 0, width -1, height -1); GdkRGBA color = bar_colors[COLOR_ID_BG]; set_color(cr, color); cairo_rectangle(cr, BORDER_SIZE, BORDER_SIZE, width - 2 * BORDER_SIZE , height - 2 *BORDER_SIZE); cairo_fill(cr); gtk_style_context_restore(priv->style_context); } #else static void workrave_timebar_init_ui(WorkraveTimebar *self) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); GdkScreen *screen = gdk_screen_get_default(); priv->pango_context = gdk_pango_context_get_for_screen(screen); const PangoFontDescription *font_desc = pango_font_description_from_string("Sans 10"); pango_context_set_language(priv->pango_context, gtk_get_default_language()); pango_context_set_font_description(priv->pango_context, font_desc); priv->pango_layout = pango_layout_new(priv->pango_context); pango_layout_set_text(priv->pango_layout, "-9:59:59", -1); pango_layout_get_pixel_size(priv->pango_layout, &priv->width, &priv->height); priv->width = MAX(priv->width + 2 * MARGINX, MIN_HORIZONTAL_BAR_WIDTH); priv->height = MAX(priv->height + 2 * MARGINY, MIN_HORIZONTAL_BAR_HEIGHT); } static void workrave_timebar_draw_frame(WorkraveTimebar *self, cairo_t *cr, int width, int height) { cairo_set_source_rgb(cr, 0.6, 0.6, 0.6); cairo_set_line_width (cr, 1); cairo_rectangle(cr, 0, 0, width, height); cairo_fill(cr); cairo_set_source_rgb(cr, 0.5, 0.5, 0.5); cairo_move_to(cr, 1.5, 1.5); cairo_line_to(cr, width - 1.5, 1.5); cairo_move_to(cr, 1.5, 1.5); cairo_line_to(cr, 1.5, height - 1.5); cairo_stroke (cr); cairo_set_source_rgb(cr, 0.8, 0.8, 0.8); cairo_move_to(cr, 1.5, height - 1.5); cairo_line_to(cr, width - 1.5, height - 1.5); cairo_move_to(cr, width - 1.5, 1.5); cairo_line_to(cr, width - 1.5, height - 1.5); cairo_stroke (cr); GdkRGBA color = bar_colors[COLOR_ID_BG]; set_color(cr, color); cairo_rectangle(cr, 2, 2, width - 4 , height - 4); cairo_fill(cr); } #endif static void workrave_timebar_draw_filled_box(WorkraveTimebar *self, cairo_t *cr, int x, int y, int width, int height) { cairo_rectangle(cr, x, y, width, height); cairo_fill(cr); } static void workrave_timebar_compute_bar_dimensions(WorkraveTimebar *self, int *bar_width, int *sbar_width, int *bar_height) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); // Primary bar *bar_width = 0; if (priv->bar_max_value > 0) { *bar_width = (priv->bar_value * (priv->width - 2 * BORDER_SIZE)) / priv->bar_max_value; } // Secondary bar *sbar_width = 0; if (priv->secondary_bar_max_value > 0) { *sbar_width = (priv->secondary_bar_value * (priv->width - 2 * BORDER_SIZE)) / priv->secondary_bar_max_value; } *bar_height = priv->height - 2 * BORDER_SIZE; } void workrave_timebar_set_progress(WorkraveTimebar *self, int value, int max_value, WorkraveColorId color) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); priv->bar_value = value <= max_value ? value : max_value; priv->bar_max_value = max_value; priv->bar_color = color; } void workrave_timebar_set_secondary_progress(WorkraveTimebar *self, int value, int max_value, WorkraveColorId color) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); priv->secondary_bar_value = value <= max_value ? value : max_value; priv->secondary_bar_max_value = max_value; priv->secondary_bar_color = color; } void workrave_timebar_set_text(WorkraveTimebar *self, const gchar *text) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); g_free(priv->bar_text); priv->bar_text = g_strdup(text); } void workrave_timebar_draw(WorkraveTimebar *self, cairo_t *cr) { workrave_timebar_draw_bar(self, cr); workrave_timebar_draw_text(self, cr); } void workrave_timebar_get_dimensions(WorkraveTimebar *self, int *width, int *height) { WorkraveTimebarPrivate *priv = WORKRAVE_TIMEBAR_GET_PRIVATE(self); *width = priv->width; *height = priv->height; } workrave-1_10_10/frontend/applets/common/src/timerbox.c000066400000000000000000000321141263301626300232220ustar00rootroot00000000000000/* * workrave-timerbox.c * * Copyright (C) 2011, 2012, 2013 Rob Caelers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "timerbox.h" #include #include "timebar.h" #ifdef USE_GTK2 #include "compat.h" #endif #define WORKRAVE_TIMERBOX_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), WORKRAVE_TYPE_TIMERBOX, WorkraveTimerboxPrivate)) static void workrave_timerbox_class_init(WorkraveTimerboxClass *klass); static void workrave_timerbox_init(WorkraveTimerbox *self); static void workrave_timerbox_dispose(GObject *gobject); static void workrave_timerbox_finalize(GObject *gobject); static void workrave_timerbox_set_property(GObject *gobject, guint property_id, const GValue *value, GParamSpec *pspec); static void workrave_timerbox_get_property (GObject *gobject, guint property_id, GValue *value, GParamSpec *pspec); static void workrave_timerbox_update_sheep(WorkraveTimerbox *self, cairo_t *cr); static void workrave_timerbox_update_time_bars(WorkraveTimerbox *self, cairo_t *cr); static void workrave_timerbox_compute_dimensions(WorkraveTimerbox *self, int *width, int *height); G_DEFINE_TYPE(WorkraveTimerbox, workrave_timerbox, G_TYPE_OBJECT); enum { PROP_0, PROP_NAME }; const int PADDING_X = 2; const int PADDING_Y = 2; struct _WorkraveTimerboxPrivate { gchar *name; GdkPixbuf *normal_sheep_icon; GdkPixbuf *quiet_sheep_icon; GdkPixbuf *suspended_sheep_icon; WorkraveTimebar *slot_to_time_bar[BREAK_ID_SIZEOF]; GdkPixbuf *break_to_icon[BREAK_ID_SIZEOF]; WorkraveBreakId slot_to_break[BREAK_ID_SIZEOF]; short break_to_slot[BREAK_ID_SIZEOF]; gboolean break_visible[BREAK_ID_SIZEOF]; gboolean enabled; short filled_slots; int width; int height; gboolean force_icon; gchar *mode; }; static void workrave_timerbox_class_init(WorkraveTimerboxClass *klass) { GObjectClass *gobject_class = G_OBJECT_CLASS(klass); GParamSpec *pspec; gobject_class->dispose = workrave_timerbox_dispose; gobject_class->finalize = workrave_timerbox_finalize; gobject_class->set_property = workrave_timerbox_set_property; gobject_class->get_property = workrave_timerbox_get_property; pspec = g_param_spec_string("workrave", "Workrave construct prop", "Set workrave's name", "no-name-set" /* default value */, G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE); g_object_class_install_property(gobject_class, PROP_NAME, pspec); g_type_class_add_private(klass, sizeof(WorkraveTimerboxPrivate)); } static void workrave_timerbox_init(WorkraveTimerbox *self) { self->priv = WORKRAVE_TIMERBOX_GET_PRIVATE(self); const char *icons[] = { "timer-micro-break.png", "timer-rest-break.png", "timer-daily.png" }; self->priv->normal_sheep_icon = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave-icon-medium.png", NULL); self->priv->quiet_sheep_icon = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave-quiet-icon-medium.png", NULL); self->priv->suspended_sheep_icon = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave-suspended-icon-medium.png", NULL); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { self->priv->slot_to_time_bar[i] = g_object_new(WORKRAVE_TYPE_TIMEBAR, NULL); GString *filename = g_string_new(""); g_string_printf(filename, "%s/images/%s", WORKRAVE_PKGDATADIR, icons[i]); self->priv->break_to_icon[i] = gdk_pixbuf_new_from_file(filename->str, NULL); g_string_free(filename, TRUE); self->priv->break_visible[i] = FALSE; self->priv->slot_to_break[i] = BREAK_ID_NONE; self->priv->break_to_slot[i] = -1; } self->priv->filled_slots = 0; self->priv->enabled = FALSE; self->priv->force_icon = FALSE; self->priv->mode = g_strdup("normal"); } static void workrave_timerbox_dispose(GObject *gobject) { WorkraveTimerbox *self = WORKRAVE_TIMERBOX(gobject); g_object_unref(self->priv->normal_sheep_icon); g_object_unref(self->priv->quiet_sheep_icon); g_object_unref(self->priv->suspended_sheep_icon); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { g_object_unref(self->priv->break_to_icon[i]); g_object_unref(self->priv->slot_to_time_bar[i]); } /* Chain up to the parent class */ G_OBJECT_CLASS(workrave_timerbox_parent_class)->dispose(gobject); } static void workrave_timerbox_finalize(GObject *gobject) { /* Chain up to the parent class */ G_OBJECT_CLASS(workrave_timerbox_parent_class)->finalize(gobject); } static void workrave_timerbox_set_property(GObject *gobject, guint property_id, const GValue *value, GParamSpec *pspec) { WorkraveTimerbox *self = WORKRAVE_TIMERBOX(gobject); switch (property_id) { case PROP_NAME: g_free (self->priv->name); self->priv->name = g_value_dup_string(value); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, property_id, pspec); break; } } static void workrave_timerbox_get_property(GObject *gobject, guint property_id, GValue *value, GParamSpec *pspec) { WorkraveTimerbox *self = WORKRAVE_TIMERBOX(gobject); switch (property_id) { case PROP_NAME: g_value_set_string(value, self->priv->name); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, property_id, pspec); break; } } void workrave_timerbox_update_sheep(WorkraveTimerbox *self, cairo_t *cr) { WorkraveTimerboxPrivate *priv = self->priv; if ((priv->enabled && priv->filled_slots == 0) || priv->force_icon) { if (!priv->enabled || g_strcmp0("normal", priv->mode) == 0) { gdk_cairo_set_source_pixbuf(cr, priv->normal_sheep_icon, 0, 0); } else if (g_strcmp0("suspended", priv->mode) == 0) { gdk_cairo_set_source_pixbuf(cr, priv->suspended_sheep_icon, 0, 0); } else if (g_strcmp0("quiet", priv->mode) == 0) { gdk_cairo_set_source_pixbuf(cr, priv->quiet_sheep_icon, 0, 0); } cairo_paint(cr); } } void workrave_timerbox_update_time_bars(WorkraveTimerbox *self, cairo_t *cr) { WorkraveTimerboxPrivate *priv = self->priv; if (priv->enabled) { int x = 0, y = 0; int bar_width, bar_height; if (priv->force_icon) { x += gdk_pixbuf_get_width(priv->normal_sheep_icon); } workrave_timebar_get_dimensions(priv->slot_to_time_bar[0], &bar_width, &bar_height); int icon_width = gdk_pixbuf_get_width(priv->break_to_icon[0]); int icon_height = gdk_pixbuf_get_height(priv->break_to_icon[0]); int icon_bar_width = icon_width + 2 * PADDING_X + bar_width; int icon_dy = 0; int bar_dy = 0; if (bar_height > icon_height) { icon_dy = (bar_height - icon_height + 1) / 2; } else { bar_dy = (icon_height - bar_height + 1) / 2; } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { WorkraveBreakId bid = priv->slot_to_break[i]; if (bid != BREAK_ID_NONE) { WorkraveTimebar *bar = priv->slot_to_time_bar[bid]; cairo_surface_t *surface = cairo_get_target(cr); cairo_surface_t *bar_surface = cairo_surface_create_for_rectangle(surface, x+icon_width+PADDING_X, y + bar_dy, bar_width, bar_height); cairo_t *bar_cr = cairo_create(bar_surface); workrave_timebar_draw(bar, bar_cr); cairo_surface_destroy(bar_surface); cairo_destroy(bar_cr); gdk_cairo_set_source_pixbuf(cr, priv->break_to_icon[bid], x, y + icon_dy); cairo_fill(cr); cairo_paint(cr); x += icon_bar_width + 2 * PADDING_X; } } } } static void workrave_timerbox_compute_dimensions(WorkraveTimerbox *self, int *width, int *height) { WorkraveTimerboxPrivate *priv = self->priv; int bar_width, bar_height; workrave_timebar_get_dimensions(priv->slot_to_time_bar[0], &bar_width, &bar_height); int icon_width = gdk_pixbuf_get_width(priv->break_to_icon[0]); int icon_height = gdk_pixbuf_get_height(priv->break_to_icon[0]); if (priv->enabled && priv->filled_slots > 0) { *width = priv->filled_slots * (icon_width + 4 * PADDING_X + bar_width) - 2 * PADDING_X; *height = MAX(icon_height, bar_height); if (priv->force_icon) { *width += gdk_pixbuf_get_width(priv->normal_sheep_icon) + PADDING_X; } } else { *width = gdk_pixbuf_get_width(priv->normal_sheep_icon); *height = gdk_pixbuf_get_height(priv->normal_sheep_icon); } } /** * workrave_timerbox_set_slot: * @self: a @WorkraveTimerbox * @slot: slot to set * @brk: break to put in slot * */ void workrave_timerbox_set_slot(WorkraveTimerbox *self, int slot, WorkraveBreakId brk) { WorkraveTimerboxPrivate *priv = self->priv; WorkraveBreakId old_brk = priv->slot_to_break[slot]; if (old_brk != brk) { if (old_brk != BREAK_ID_NONE) { priv->break_visible[old_brk] = FALSE; priv->break_to_slot[old_brk] = -1; priv->filled_slots--; } priv->slot_to_break[slot] = brk; if (brk != BREAK_ID_NONE) { int old_slot = priv->break_to_slot[brk]; if (old_slot >= 0) { priv->slot_to_break[old_slot] = BREAK_ID_NONE; } else { priv->filled_slots++; } priv->break_visible[brk] = TRUE; priv->break_to_slot[brk] = slot; } } } /** * workrave_timerbox_update: * @self: a @WorkraveTimerbox * @image: a @GtkImage where the timerbox will be drawn into * */ void workrave_timerbox_update(WorkraveTimerbox *self, GtkImage *image) { int width = 24; int height = 24; workrave_timerbox_compute_dimensions(self, &width, &height); cairo_surface_t *surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, width, height); cairo_t *cr = cairo_create(surface); workrave_timerbox_draw(self, cr); GdkPixbuf *pixbuf = gdk_pixbuf_get_from_surface(surface, 0, 0, width, height); gtk_image_set_from_pixbuf(image, pixbuf); g_object_unref(pixbuf); cairo_surface_destroy(surface); cairo_destroy(cr); } /** * workrave_timerbox_draw: * @self: a @WorkraveTimerbox * @cr: a @cairo_t where the timerbox will be drawn into * */ void workrave_timerbox_draw(WorkraveTimerbox *self, cairo_t *cr) { cairo_save(cr); cairo_set_source_rgba(cr, 0, 0, 0, 0); cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE); cairo_paint(cr); cairo_restore(cr); workrave_timerbox_update_time_bars(self, cr); workrave_timerbox_update_sheep(self, cr); } /** * workrave_timerbox_get_width: * @self: a @WorkraveTimerbox * * Return value: (transfer none): The width of the @WorkraveTimerbox * */ int workrave_timerbox_get_width(WorkraveTimerbox *self) { int width; int height; workrave_timerbox_compute_dimensions(self, &width, &height); return width; } /** * workrave_timerbox_get_height: * @self: a @WorkraveTimerbox * * Return value: (transfer none): The width of the @WorkraveTimerbox * */ int workrave_timerbox_get_height(WorkraveTimerbox *self) { int width; int height; workrave_timerbox_compute_dimensions(self, &width, &height); return height; } /** * workrave_timerbox_get_time_bar: * @self: a @WorkraveTimerbox * @timer: the ID of the #WorkraveTimebar to return * * Return value: (transfer none): The @WorkraveTimebar of the specified timer * */ WorkraveTimebar * workrave_timerbox_get_time_bar(WorkraveTimerbox *self, WorkraveBreakId timer) { WorkraveTimerboxPrivate *priv = self->priv; return priv->slot_to_time_bar[timer]; } /** * workrave_timerbox_set_enabled: * @self: a @WorkraveTimerbox * @enabled: * */ void workrave_timerbox_set_enabled(WorkraveTimerbox *self, gboolean enabled) { WorkraveTimerboxPrivate *priv = self->priv; priv->enabled = enabled; } /** * workrave_timerbox_set_force_icon: * @self: a @WorkraveTimerbox * @force: Whether the icon is always visible * */ void workrave_timerbox_set_force_icon(WorkraveTimerbox *self, gboolean force) { WorkraveTimerboxPrivate *priv = self->priv; priv->force_icon = force; } /** * workrave_timerbox_set_operation_mode: * @self: a @WorkraveTimerbox * @mode: * */ void workrave_timerbox_set_operation_mode(WorkraveTimerbox *self, gchar *mode) { WorkraveTimerboxPrivate *priv = self->priv; g_free(priv->mode); priv->mode = g_strdup(mode); } workrave-1_10_10/frontend/applets/gnome-shell/000077500000000000000000000000001263301626300213575ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome-shell/Makefile.am000066400000000000000000000002701263301626300234120ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/applets/gnome-shell/src/000077500000000000000000000000001263301626300221465ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome-shell/src/.gitignore000066400000000000000000000000161263301626300241330ustar00rootroot00000000000000metadata.json workrave-1_10_10/frontend/applets/gnome-shell/src/Makefile.am000066400000000000000000000011111263301626300241740ustar00rootroot00000000000000topextensiondir = $(datadir)/gnome-shell/extensions extensionurl = http://www.workrave.org uuid = workrave@workrave.org extensiondir = $(topextensiondir)/$(uuid) dist_extension_DATA = extension.js stylesheet.css nodist_extension_DATA = metadata.json $(EXTRA_EXTENSION) EXTRA_DIST = metadata.json.in metadata.json: metadata.json.in $(top_builddir)/config.status $(AM_V_GEN) sed -e "s|[@]LOCALEDIR@|$(datadir)/locale|" \ -e "s|[@]uuid@|$(uuid)|" \ -e "s|[@]shell_current@|$(GNOME_SHELL_VERSION)|" \ -e "s|[@]url@|$(extensionurl)|" $< > $@ CLEANFILES = metadata.json workrave-1_10_10/frontend/applets/gnome-shell/src/extension.js000066400000000000000000000232321263301626300245220ustar00rootroot00000000000000const St = imports.gi.St; const Mainloop = imports.mainloop; const Main = imports.ui.main; const Shell = imports.gi.Shell; const Lang = imports.lang; const PopupMenu = imports.ui.popupMenu; const PanelMenu = imports.ui.panelMenu; const Gettext = imports.gettext; const MessageTray = imports.ui.messageTray; const Gtk = imports.gi.Gtk; const Gdk = imports.gi.Gdk; const GLib = imports.gi.GLib; const Cairo = imports.cairo; const Clutter = imports.gi.Clutter; const Util = imports.misc.util; const Gio = imports.gi.Gio; const Workrave = imports.gi.Workrave; const _ = Gettext.gettext; let start = GLib.get_monotonic_time(); global.log('workrave-applet: start @ ' + start); const IndicatorIface = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; let IndicatorProxy = Gio.DBusProxy.makeProxyWrapper(IndicatorIface); function _workraveButton() { this._init(); } _workraveButton.prototype = { __proto__: PanelMenu.Button.prototype, _init: function() { PanelMenu.Button.prototype._init.call(this, 0.0); this._timerbox = new Workrave.Timerbox(); this._force_icon = false; this._height = 24; this._bus_name = 'org.workrave.GnomeShellApplet'; this._bus_id = 0; this._area = new St.DrawingArea({ style_class: "workrave", reactive: false}); this._area.set_width(this.width=24); this._area.set_height(this.height=24); this._area.connect('repaint', Lang.bind(this, this._draw)); this.actor.add_actor(this._area); this.actor.show(); this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); this._proxy = new IndicatorProxy(Gio.DBus.session, 'org.workrave.Workrave', '/org/workrave/Workrave/UI'); this._timers_updated_id = this._proxy.connectSignal("TimersUpdated", Lang.bind(this, this._onTimersUpdated)); this._menu_updated_id = this._proxy.connectSignal("MenuUpdated", Lang.bind(this, this._onMenuUpdated)); this._trayicon_updated_id = this._proxy.connectSignal("TrayIconUpdated", Lang.bind(this, this._onTrayIconUpdated)); this._updateMenu(null); Gio.DBus.session.watch_name('org.workrave.Workrave', Gio.BusNameWatcherFlags.NONE, // no auto launch Lang.bind(this, this._onWorkraveAppeared), Lang.bind(this, this._onWorkraveVanished)); }, _onDestroy: function() { this._proxy.EmbedRemote(false, 'GnomeShellApplet'); this._stop(); this._destroy(); }, _destroy: function() { this._proxy.disconnectSignal(this._timers_updated_id); this._proxy.disconnectSignal(this._menu_updated_id); this._proxy.disconnectSignal(this._trayicon_updated_id); this._proxy = null; this.actor.destroy(); }, _start: function() { if (! this._alive) { this._bus_id = Gio.DBus.session.own_name(this._bus_name, Gio.BusNameOwnerFlags.NONE, null, null); this._proxy.GetMenuRemote(Lang.bind(this, this._onGetMenuReply)); this._proxy.GetTrayIconEnabledRemote(Lang.bind(this, this._onGetTrayIconEnabledReply)); this._proxy.EmbedRemote(true, this._bus_name); this._timeoutId = Mainloop.timeout_add(5000, Lang.bind(this, this._onTimer)); this._alive = true; this._update_count = 0; } }, _stop: function() { if (this._alive) { Mainloop.source_remove(this._timeoutId); Gio.DBus.session.unown_name(this._bus_id); this._bus_id = 0; this._timerbox.set_enabled(false); this._timerbox.set_force_icon(false); this._area.queue_repaint(); this._alive = false; this._updateMenu(null); this._area.set_width(this.width=24); } }, _draw: function(area) { let [width, height] = area.get_surface_size(); let cr = area.get_context(); this._timerbox.draw(cr); }, _onTimer: function() { if (! this._alive) { return false; } if (this._update_count == 0) { this._timerbox.set_enabled(false); //this._timerbox.set_force_icon(false); this._area.queue_repaint(); } this._update_count = 0; return this._alive; }, _onWorkraveAppeared: function(owner) { this._start(); }, _onWorkraveVanished: function(oldOwner) { this._stop(); }, _onTimersUpdated : function(emitter, senderName, [microbreak, restbreak, daily]) { if (! this._alive) { this._start(); } this._update_count++; this._timerbox.set_slot(0, microbreak[1]); this._timerbox.set_slot(1, restbreak[1]); this._timerbox.set_slot(2, daily[1]); var timebar = this._timerbox.get_time_bar(0); if (timebar != null) { this._timerbox.set_enabled(true); //this._timerbox.set_force_icon(this._force_icon); timebar.set_progress(microbreak[6], microbreak[7], microbreak[5]); timebar.set_secondary_progress(microbreak[3], microbreak[4], microbreak[2]); timebar.set_text(microbreak[0]); } timebar = this._timerbox.get_time_bar(1); if (timebar != null) { this._timerbox.set_enabled(true); //this._timerbox.set_force_icon(this._force_icon); timebar.set_progress(restbreak[6], restbreak[7], restbreak[5]); timebar.set_secondary_progress(restbreak[3], restbreak[4], restbreak[2]); timebar.set_text(restbreak[0]); } timebar = this._timerbox.get_time_bar(2); if (timebar != null) { this._timerbox.set_enabled(true); //this._timerbox.set_force_icon(this._force_icon); timebar.set_progress(daily[6], daily[7], daily[5]); timebar.set_secondary_progress(daily[3], daily[4], daily[2]); timebar.set_text(daily[0]); } let width = this._timerbox.get_width(); this._area.set_width(this.width=width); this._area.queue_repaint(); }, _onGetMenuReply : function([menuitems], excp) { this._updateMenu(menuitems); }, _onGetTrayIconEnabledReply : function([enabled], excp) { this._updateTrayIcon(enabled); }, _onMenuUpdated : function(emitter, senderName, [menuitems]) { this._updateMenu(menuitems); }, _onTrayIconUpdated : function(emitter, senderName, [enabled]) { this._updateTrayIcon(enabled); }, _onCommandReply : function(menuitems) { }, _onMenuCommand : function(item, event, command) { this._proxy.CommandRemote(command, Lang.bind(this, this._onCommandReply)); }, _onMenuOpenCommand: function(item, event) { this._proxy.GetMenuRemote(); // A dummy method call to re-activate the service }, _functionExists: function(func) { return (typeof(func) == typeof(Function)); }, _updateTrayIcon : function(enabled) { this._force_icon = enabled; this._timerbox.set_force_icon(this._force_icon); }, _updateMenu : function(menuitems) { this.menu.removeAll(); let current_menu = this.menu; let indent = ""; if (menuitems == null || menuitems.length == 0) { let popup = new PopupMenu.PopupMenuItem(_("Open")); popup.connect('activate', Lang.bind(this, this._onMenuOpenCommand)); current_menu.addMenuItem(popup); } else { for (item in menuitems) { let text = indent + menuitems[item][0]; let command = menuitems[item][1]; let flags = menuitems[item][2]; if ((flags & 1) != 0) { let popup = new PopupMenu.PopupSubMenuMenuItem(text); this.menu.addMenuItem(popup); current_menu = popup.menu; indent = " "; // Look at CSS?? } else if ((flags & 2) != 0) { current_menu = this.menu; indent = ""; } else { let active = ((flags & 16) != 0); let popup; if (text == "") { popup = new PopupSub.PopupSeparatorMenuItem(); } else if ((flags & 4) != 0) { popup = new PopupMenu.PopupSwitchMenuItem(text); popup.setToggleState(active); } else if ((flags & 8) != 0) { popup = new PopupMenu.PopupMenuItem(text); if (this._functionExists(popup.setShowDot)) { popup.setShowDot(active); } else if (this._functionExists(popup.setOrnament)) { popup.setOrnament(active ? PopupMenu.Ornament.DOT : PopupMenu.Ornament.NONE); } } else { popup = new PopupMenu.PopupMenuItem(text); } popup.connect('activate', Lang.bind(this, this._onMenuCommand, command)); current_menu.addMenuItem(popup); } } } } }; let workravePanelButton; let workraveUserExtensionLocalePath; function init(extensionMeta) { /* do nothing */ workraveUserExtensionLocalePath = extensionMeta.path + '/locale'; } function disable() { workravePanelButton.destroy(); workravePanelButton = null; } function enable() { Gettext.bindtextdomain("workrave", workraveUserExtensionLocalePath); Gettext.textdomain("workrave"); workravePanelButton = new _workraveButton(); Main.panel.addToStatusArea('workrave-applet', workravePanelButton); } workrave-1_10_10/frontend/applets/gnome-shell/src/metadata.json.in000066400000000000000000000004711263301626300252300ustar00rootroot00000000000000{ "extension-id": "workrave", "uuid": "@uuid@", "name": "Workrave", "description": "Applet that shows all the Workrave timers.", "shell-version": [ "3.2", "3.3", "3.4", "3.5", "3.5.4", "3.6.0", "3.6", "3.8", "3.10", "3.12", "3.14", "3.16", "@shell_current@" ], "localedir": "@LOCALEDIR@", "url": "@url@" } workrave-1_10_10/frontend/applets/gnome-shell/src/stylesheet.css000066400000000000000000000000001263301626300250370ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome-shell/src/test.js000066400000000000000000000042351263301626300234670ustar00rootroot00000000000000const Mainloop = imports.mainloop; const Lang = imports.lang; const Gettext = imports.gettext; const GLib = imports.gi.GLib; const Gtk = imports.gi.Gtk; const Gdk = imports.gi.Gdk; const Cairo = imports.cairo; const Clutter = imports.gi.Clutter; const DBus = imports.dbus; const Workrave = imports.gi.Workrave; const _ = Gettext.gettext; let start = GLib.get_monotonic_time(); //global.log('system-monitor-applet: start @ ' + start); let alive = false; function onIndicatorUpdate (result, microbreak, restbreak, daily) { alive = true; timerbox.set_slot(0, microbreak[1]); timerbox.set_slot(1, restbreak[1]); timerbox.set_slot(2, daily[1]); var timebar = timerbox.get_time_bar(0); if (timebar != null) { timerbox.set_enabled(true); timebar.set_progress(microbreak[6], microbreak[7], microbreak[5]); timebar.set_secondary_progress(microbreak[3], microbreak[4], microbreak[2]); timebar.set_text(microbreak[0]); } timebar = timerbox.get_time_bar(1); if (timebar != null) { timerbox.set_enabled(true); timebar.set_progress(restbreak[6], restbreak[7], restbreak[5]); timebar.set_secondary_progress(restbreak[3], restbreak[4], restbreak[2]); timebar.set_text(restbreak[0]); } timebar = timerbox.get_time_bar(2); if (timebar != null) { timerbox.set_enabled(true); timebar.set_progress(daily[6], daily[7], daily[5]); timebar.set_secondary_progress(daily[3], daily[4], daily[2]); timebar.set_text(daily[0]); } // timerbox.draw(timerbox, ); } const IndicatorIface = { name: 'org.workrave.AppletInterface', methods: [ { name: 'SetEnabled', inSignature: 'b', outSignature: '' } ], signals: [ { name: 'Update', inSignature: '(siuuuuuu)(siuuuuuu)(siuuuuuu)' } ], properties: [] }; Gtk.init(0, null); let timerbox = new Workrave.Timerbox(); let IndicatorProxy = DBus.makeProxyClass(IndicatorIface); let proxy = new IndicatorProxy(DBus.session, 'org.workrave.Workrave', '/org/workrave/Workrave/UI'); let id = proxy.connect("Update", onIndicatorUpdate); Mainloop.run(''); workrave-1_10_10/frontend/applets/gnome2/000077500000000000000000000000001263301626300203345ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome2/Makefile.am000066400000000000000000000002701263301626300223670ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/applets/gnome2/src/000077500000000000000000000000001263301626300211235ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome2/src/.gitignore000066400000000000000000000007021263301626300231120ustar00rootroot00000000000000/Workrave-Applet-common.c /Workrave-Applet-skels.c /Workrave-Applet-stubs.c /Workrave-Applet.h /Workrave-Applet.server /Workrave-Applet.server.in /Workrave-Control-common.c /Workrave-Control-skels.c /Workrave-Control-stubs.c /Workrave-Control.h /Workrave-Control.server /Workrave-Control.server.in /GNOME_WorkraveApplet.xml /workrave-applet /DBusGUI.xml /DBusGnomeApplet.xml /applet-client-bindings.h /applet-server-bindings.h /gui-client-bindings.h workrave-1_10_10/frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in000066400000000000000000000041241263301626300261460ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/gnome2/src/Makefile.am000066400000000000000000000047701263301626300231670ustar00rootroot00000000000000EXTRA_DIST = $(ui_DATA) \ $(wildcard $(srcdir)/*.xml.in) \ Workrave-Applet.server.in.in \ WorkraveApplet.c \ WorkraveApplet.h \ DBusGUI.xml \ DBusGnomeApplet.xml \ gnome-applet.xml MAINTAINERCLEANFILES = Makefile.in GNOME_WorkraveApplet.xml \ Workrave-Applet.server.in Workrave-Applet.server \ DBusGnomeApplet.xml DBusGUI.xml SUBDIRS = if HAVE_PANELAPPLET2 uidir = $(datadir)/gnome-2.0/ui ui_DATA = GNOME_WorkraveApplet.xml serverdir = $(libdir)/bonobo/servers server_in_files = Workrave-Applet.server.in server_DATA = $(server_in_files:.server.in=.server) AM_CPPFLAGS = -I$(srcdir) FLAGS = @GNOME2_CFLAGS@ @DBUSGLIB_CFLAGS@ \ @WR_FRONTEND_COMMON_INCLUDES@ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -DWORKRAVE_UIDATADIR="\"${uidir}\"" \ -DGNOMELOCALEDIR="\"$(datadir)/locale\"" appletdir = ${libdir}/gnome-applets applet_PROGRAMS = workrave-applet workrave_applet_SOURCES = WorkraveApplet.c workrave_applet_LDADD = @GNOME2_LIBS@ @DBUSGLIB_LIBS@ workrave_applet_CXXFLAGS = ${FLAGS} workrave_applet_CFLAGS = ${FLAGS} GNOME_WorkraveApplet.xml: GNOME_WorkraveApplet.xml.in sed -e "s|\@PIXDIR\@|$(pkgdatadir)/images|" $< > $@ Workrave-Applet.server.in: Workrave-Applet.server.in.in sed -e "s|\@APPLETDIR\@|$(appletdir)|" -e "s|\@ICONSDIR\@|$(datadir)/icons/hicolor/48x48/apps|" $< > $@ @INTLTOOL_SERVER_RULE@ BUILT_SOURCES=applet-server-bindings.h applet-client-bindings.h gui-client-bindings.h Workrave-Applet.server Workrave-Applet.server.in # Correctly clean the generated headers, but keep the xml description CLEANFILES = $(BUILT_SOURCES) # We don't want to install this header #noinst_HEADERS = $(DBUS_HEADER_SOURCES) #Rule to generate the binding headers applet-server-bindings.h: DBusGnomeApplet.xml dbus-binding-tool --prefix=workrave --mode=glib-server $<> $@ applet-client-bindings.h: DBusGnomeApplet.xml dbus-binding-tool --prefix=workrave --mode=glib-client $<> $@ gui-client-bindings.h: DBusGUI.xml dbus-binding-tool --prefix=workrave --mode=glib-client $<> $@ endif if HAVE_PYTHON_CHEETAH DBusGUI.xml: $(top_srcdir)/frontend/gtkmm/src/workrave-gui.xml $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py --server --language=xml $(top_srcdir)/frontend/gtkmm/src/workrave-gui.xml DBusGUI DBusGnomeApplet.xml: gnome-applet.xml $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py --server --language=xml $(srcdir)/gnome-applet.xml DBusGnomeApplet endif workrave-1_10_10/frontend/applets/gnome2/src/Workrave-Applet.server.in.in000066400000000000000000000024251263301626300264130ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/gnome2/src/WorkraveApplet.c000066400000000000000000000665111263301626300242460ustar00rootroot00000000000000// WorkraveApplet.cc // // Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "credits.h" #include #include #include #define DBUS_API_SUBJECT_TO_CHANGE #include #include #include #include "WorkraveApplet.h" #include "applet-server-bindings.h" #include "gui-client-bindings.h" G_DEFINE_TYPE (WorkraveApplet, workrave_applet, G_TYPE_OBJECT); static WorkraveApplet *g_applet = NULL; static DBusGConnection *g_connection = NULL; static void workrave_applet_hide_menus(gboolean hide); static void workrave_applet_set_hidden(gchar *name, gboolean hidden); static void workrave_applet_destroy(GtkObject *object); /************************************************************************/ /* DBUS */ /************************************************************************/ static WorkraveApplet* workrave_applet_new() { return (WorkraveApplet *)g_object_new(WORKRAVE_APPLET_TYPE, NULL); } static void workrave_applet_class_init(WorkraveAppletClass *klass) { } static void workrave_applet_init(WorkraveApplet *applet) { applet->image = NULL; applet->socket = NULL; applet->size = 48; applet->socket_id = 0; applet->orientation = 0; applet->last_showlog_state = FALSE; applet->last_reading_mode_state = FALSE; applet->last_mode = 0; applet->applet = NULL; applet->support = NULL; applet->ui = NULL; applet->core = NULL; } static void workrave_dbus_server_init() { DBusGProxy *driver_proxy; GError *err = NULL; guint request_name_result; g_return_if_fail(g_connection == NULL); g_return_if_fail(g_applet != NULL); g_connection = dbus_g_bus_get(DBUS_BUS_SESSION, &err); if (g_connection == NULL) { g_warning("DBUS Service registration failed: %s", err ? err->message : ""); g_error_free(err); return; } dbus_connection_set_exit_on_disconnect(dbus_g_connection_get_connection(g_connection), FALSE); driver_proxy = dbus_g_proxy_new_for_name(g_connection, DBUS_SERVICE_DBUS, DBUS_PATH_DBUS, DBUS_INTERFACE_DBUS); if (!org_freedesktop_DBus_request_name(driver_proxy, DBUS_SERVICE_APPLET, 0, &request_name_result, &err)) { g_warning("DBUS Service name request failed."); g_clear_error(&err); } if (request_name_result == DBUS_REQUEST_NAME_REPLY_EXISTS) { g_warning("DBUS Service already started elsewhere"); return; } dbus_g_object_type_install_info(WORKRAVE_APPLET_TYPE, &dbus_glib_workrave_object_info); dbus_g_connection_register_g_object(g_connection, "/org/workrave/Workrave/GnomeApplet", G_OBJECT(g_applet)); g_applet->support = dbus_g_proxy_new_for_name(g_connection, "org.workrave.Workrave", "/org/workrave/Workrave/UI", "org.workrave.GnomeAppletSupportInterface"); g_applet->ui = dbus_g_proxy_new_for_name(g_connection, "org.workrave.Workrave", "/org/workrave/Workrave/UI", "org.workrave.ControlInterface"); g_applet->core = dbus_g_proxy_new_for_name(g_connection, "org.workrave.Workrave", "/org/workrave/Workrave/Core", "org.workrave.CoreInterface"); } static void workrave_dbus_server_cleanup() { DBusGProxy *driver_proxy; GError *err = NULL; guint release_name_result; driver_proxy = dbus_g_proxy_new_for_name(g_connection, DBUS_SERVICE_DBUS, DBUS_PATH_DBUS, DBUS_INTERFACE_DBUS); if (!org_freedesktop_DBus_release_name(driver_proxy, DBUS_SERVICE_APPLET, &release_name_result, &err)) { g_warning("DBUS Service name release failed."); g_clear_error(&err); } if (g_connection != NULL) { dbus_g_connection_unref(g_connection); g_connection = NULL; } } static gboolean workrave_is_running(void) { DBusGProxy *dbus = NULL; GError *error = NULL; gboolean running = FALSE; if (g_connection != NULL) { dbus = dbus_g_proxy_new_for_name(g_connection, "org.freedesktop.DBus", "/org/freedesktop/DBus", "org.freedesktop.DBus"); } if (dbus != NULL) { dbus_g_proxy_call(dbus, "NameHasOwner", &error, G_TYPE_STRING, "org.workrave.Workrave", G_TYPE_INVALID, G_TYPE_BOOLEAN, &running, G_TYPE_INVALID); } return running; } static gboolean workrave_applet_get_socket_id(WorkraveApplet *applet, guint *id, GError **err) { *id = applet->socket_id; return TRUE; } static gboolean workrave_applet_get_size(WorkraveApplet *applet, guint *size, GError **err) { *size = applet->size; return TRUE; } static gboolean workrave_applet_get_orientation(WorkraveApplet *applet, guint *orientation, GError **err) { *orientation = applet->orientation; return TRUE; } static gboolean workrave_applet_set_menu_status(WorkraveApplet *applet, const char *name, gboolean status, GError **err) { BonoboUIComponent *ui = NULL; gboolean set = FALSE; if (applet != NULL && applet->applet != NULL) { ui = panel_applet_get_popup_component(PANEL_APPLET(applet->applet)); } if (ui != NULL) { const char *s = bonobo_ui_component_get_prop(ui, name, "state", NULL); set = (s != NULL && atoi(s) != 0); if ((status && !set) || (!status && set)) { bonobo_ui_component_set_prop(ui, name, "state", status ? "1" : "0", NULL); } } return TRUE; } static gboolean workrave_applet_get_menu_status(WorkraveApplet *applet, const char *name, gboolean *status, GError **err) { BonoboUIComponent *ui = NULL; gboolean ret = FALSE; if (applet != NULL && applet->applet != NULL) { ui = panel_applet_get_popup_component(PANEL_APPLET(applet->applet)); } if (ui != NULL) { const char *s = bonobo_ui_component_get_prop(ui, name, "state", NULL); ret = (s != NULL && atoi(s) != 0); } *status = ret; return TRUE; } gboolean workrave_applet_set_menu_active(WorkraveApplet *applet, const char *name, gboolean status, GError **err) { workrave_applet_set_hidden((char *) name, !status); return TRUE; } static gboolean workrave_applet_get_menu_active(WorkraveApplet *applet, const char *name, gboolean *active, GError **err) { BonoboUIComponent *ui = NULL; gboolean ret = FALSE; if (applet != NULL && applet->applet != NULL) { ui = panel_applet_get_popup_component(PANEL_APPLET(applet->applet)); } if (ui != NULL) { const char *s = bonobo_ui_component_get_prop(ui, name, "hidden", NULL); *active = (s != NULL && atoi(s) != 0); ret = TRUE; } return ret; } /************************************************************************/ /* GNOME::Applet */ /************************************************************************/ static void dbus_callback(DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) { GError *error = NULL; dbus_g_proxy_end_call(proxy, call, &error, G_TYPE_INVALID); if (error != NULL) { g_warning("DBUS Failed: %s", error ? error->message : ""); g_error_free(error); } } static void verb_about(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL); GtkAboutDialog *about = GTK_ABOUT_DIALOG(gtk_about_dialog_new()); gtk_container_set_border_width(GTK_CONTAINER(about), 5); gtk_show_about_dialog(NULL, "name", "Workrave", #ifdef GIT_VERSION "version", PACKAGE_VERSION "\n(" GIT_VERSION ")", #else "version", PACKAGE_VERSION, #endif "copyright", workrave_copyright, "website", "http://www.workrave.org", "website_label", "www.workrave.org", "comments", _("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI)."), "translator-credits", workrave_translators, "authors", workrave_authors, "logo", pixbuf, NULL); g_object_unref(pixbuf); } static void verb_open(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "OpenMain", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_preferences(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "Preferences", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_exercises(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "Exercises", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_statistics(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "Statistics", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_restbreak(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "RestBreak", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_connect(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "NetworkConnect", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_disconnect(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "NetworkDisconnect", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_reconnect(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "NetworkReconnect", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static void verb_quit(BonoboUIComponent *uic, gpointer data, const gchar *verbname) { if (!workrave_is_running()) { return; } if (g_applet->ui != NULL) { dbus_g_proxy_begin_call(g_applet->ui, "Quit", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } static const BonoboUIVerb workrave_applet_verbs [] = { BONOBO_UI_VERB("About", verb_about), BONOBO_UI_VERB("Open", verb_open), BONOBO_UI_VERB("Exercises", verb_exercises), BONOBO_UI_VERB("Preferences", verb_preferences), BONOBO_UI_VERB("Restbreak", verb_restbreak), BONOBO_UI_VERB("Connect", verb_connect), BONOBO_UI_VERB("Disconnect", verb_disconnect), BONOBO_UI_VERB("Reconnect", verb_reconnect), BONOBO_UI_VERB("Statistics", verb_statistics), BONOBO_UI_VERB("Quit", verb_quit), BONOBO_UI_VERB_END }; static void change_orient(PanelApplet *applet, PanelAppletOrient o, gpointer data) { switch (o) { case PANEL_APPLET_ORIENT_UP: g_applet->orientation = 0; break; case PANEL_APPLET_ORIENT_RIGHT: g_applet->orientation = 1; break; case PANEL_APPLET_ORIENT_DOWN: g_applet->orientation = 2; break; case PANEL_APPLET_ORIENT_LEFT: g_applet->orientation = 3; break; } if (g_applet->support != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->support, "SetOrientation", dbus_callback, NULL, NULL, G_TYPE_UINT, g_applet->orientation, G_TYPE_INVALID); } } static void change_background(PanelApplet * widget, PanelAppletBackgroundType type, GdkColor * color, GdkPixmap * pixmap, void *data) { static GdkPixmap *keep = NULL; long xid = 0; GValueArray *val = g_value_array_new(4); if (type == PANEL_NO_BACKGROUND) { GtkStyle *style = gtk_widget_get_style(GTK_WIDGET(widget)); if (style->bg_pixmap[GTK_STATE_NORMAL]) { pixmap = style->bg_pixmap[GTK_STATE_NORMAL]; type = PANEL_PIXMAP_BACKGROUND; } else { color = &style->bg[GTK_STATE_NORMAL]; if (color != NULL) { type = PANEL_COLOR_BACKGROUND; } } } if (type == PANEL_COLOR_BACKGROUND && color != NULL) { g_value_array_append(val, NULL); g_value_init(g_value_array_get_nth(val, 0), G_TYPE_UINT); g_value_set_uint(g_value_array_get_nth(val, 0), color->pixel); g_value_array_append(val, NULL); g_value_init(g_value_array_get_nth(val, 1), G_TYPE_UINT); g_value_set_uint(g_value_array_get_nth(val, 1), color->red); g_value_array_append(val, NULL); g_value_init(g_value_array_get_nth(val, 2), G_TYPE_UINT); g_value_set_uint(g_value_array_get_nth(val, 2), color->green); g_value_array_append(val, NULL); g_value_init(g_value_array_get_nth(val, 3), G_TYPE_UINT); g_value_set_uint(g_value_array_get_nth(val, 3), color->blue); } else { int i; for (i = 0; i < 4; i++) { g_value_array_prepend(val, NULL); g_value_init(g_value_array_get_nth(val, 0), G_TYPE_UINT); g_value_set_uint(g_value_array_get_nth(val, 0), 0); } } if (type == PANEL_PIXMAP_BACKGROUND) { if (keep != NULL) { gdk_pixmap_unref(keep); keep = pixmap; } if (pixmap != NULL) { gdk_pixmap_ref(pixmap); } xid = GDK_PIXMAP_XID(pixmap); } if (g_applet->support != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->support, "SetBackground", dbus_callback, NULL, NULL, G_TYPE_UINT, type, G_TYPE_VALUE_ARRAY, val, G_TYPE_UINT, xid, G_TYPE_INVALID); } g_value_array_free(val); } static gboolean plug_removed(GtkSocket *socket, void *manager) { gtk_widget_show(GTK_WIDGET(g_applet->image)); gtk_widget_hide(GTK_WIDGET(g_applet->socket)); workrave_applet_hide_menus(TRUE); return TRUE; } static gboolean plug_added(GtkSocket *socket, void *manager) { gtk_widget_hide(GTK_WIDGET(g_applet->image)); gtk_widget_show(GTK_WIDGET(g_applet->socket)); workrave_applet_hide_menus(FALSE); return TRUE; } static gboolean button_pressed(GtkWidget *widget, GdkEventButton *event, gpointer data) { gboolean ret = FALSE; if (event->button == 1) { if (g_applet->support != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->support, "ButtonClicked", dbus_callback, NULL, NULL, G_TYPE_UINT, event->button, G_TYPE_INVALID); ret = TRUE; } } return ret; } static void showlog_callback(BonoboUIComponent *ui, const char *path, Bonobo_UIComponent_EventType type, const char *state, gpointer user_data) { gboolean new_state; if (state == NULL || strcmp(state, "") == 0) { /* State goes blank when component is removed; ignore this. */ return; } new_state = strcmp(state, "0") != 0; if (1) { g_applet->last_showlog_state = new_state; if (g_applet->ui != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->ui, "NetworkLog", dbus_callback, NULL, NULL, G_TYPE_BOOLEAN, new_state, G_TYPE_INVALID); } } } static void reading_mode_callback(BonoboUIComponent *ui, const char *path, Bonobo_UIComponent_EventType type, const char *state, gpointer user_data) { gboolean new_state; if (state == NULL || strcmp(state, "") == 0) { /* State goes blank when component is removed; ignore this. */ return; } new_state = strcmp(state, "0") != 0; if (1) { g_applet->last_reading_mode_state = new_state; if (g_applet->ui != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->ui, "ReadingMode", dbus_callback, NULL, NULL, G_TYPE_BOOLEAN, new_state, G_TYPE_INVALID); } } } static void mode_callback(BonoboUIComponent *ui, const char *path, Bonobo_UIComponent_EventType type, const char *state, gpointer user_data) { gboolean new_state; int mode = 0; char *mode_str = ""; if (state == NULL || strcmp(state, "") == 0) { /* State goes blank when component is removed; ignore this. */ return; } new_state = strcmp(state, "0") != 0; if (path != NULL && new_state) { if (g_ascii_strcasecmp(path, "Normal") == 0) { mode = 0; mode_str = "normal"; } else if (g_ascii_strcasecmp(path, "Suspended") == 0) { mode = 1; mode_str = "suspended"; } else if (g_ascii_strcasecmp(path, "Quiet") == 0) { mode = 2; mode_str = "quiet"; } if (mode != -1) { g_applet->last_mode = mode; if (g_applet->ui != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->core, "SetOperationMode", dbus_callback, NULL, NULL, G_TYPE_STRING, mode_str, G_TYPE_INVALID); } } } } static void workrave_applet_set_hidden(gchar *name, gboolean hidden) { BonoboUIComponent *ui = NULL; gboolean set = FALSE; if (g_applet != NULL && g_applet->applet != NULL) { ui = panel_applet_get_popup_component(PANEL_APPLET(g_applet->applet)); } if (ui != NULL) { const char *s = bonobo_ui_component_get_prop(ui, name, "hidden", NULL); set = (s != NULL && atoi(s) != 0); if ((hidden && !set) || (!hidden && set)) { bonobo_ui_component_set_prop(ui, name, "hidden", hidden ? "1" : "0", NULL); } } } static void workrave_applet_hide_menus(gboolean hide) { workrave_applet_set_hidden("/commands/Preferences", hide); workrave_applet_set_hidden("/commands/Restbreak", hide); workrave_applet_set_hidden("/commands/Network", hide); workrave_applet_set_hidden("/commands/Normal", hide); workrave_applet_set_hidden("/commands/Suspended", hide); workrave_applet_set_hidden("/commands/Quiet", hide); workrave_applet_set_hidden("/commands/Mode", hide); workrave_applet_set_hidden("/commands/Statistics", hide); workrave_applet_set_hidden("/commands/Exercises", hide); workrave_applet_set_hidden("/commands/ReadingMode", hide); workrave_applet_set_hidden("/commands/Quit", hide); } /* stolen from clock applet :) */ static inline void force_no_focus_padding(GtkWidget *widget) { static gboolean first = TRUE; if (first) { gtk_rc_parse_string ("\n" " style \"hdate-applet-button-style\"\n" " {\n" " GtkWidget::focus-line-width=0\n" " GtkWidget::focus-padding=0\n" " }\n" "\n" " widget \"*.hdate-applet-button\" style \"hdate-applet-button-style\"\n" "\n"); first = FALSE; } gtk_widget_set_name(widget, "hdate-applet-button"); } void size_allocate(GtkWidget *widget, GtkAllocation *allocation, gpointer user_data) { static int prev_width = -1; static int prev_height = -1; if (prev_height == -1 || prev_width == -1 || allocation->width != prev_width || allocation->height != prev_height) { prev_height = allocation->height; prev_width = allocation->width; if (g_applet->orientation == 1 || g_applet->orientation == 3) { g_applet->size = allocation->width; } else { g_applet->size = allocation->height; } if (g_applet->support != NULL && workrave_is_running()) { dbus_g_proxy_begin_call(g_applet->support, "SetSize", dbus_callback, NULL, NULL, G_TYPE_UINT, g_applet->size, G_TYPE_INVALID); } } } static void workrave_applet_destroy(GtkObject *object) { workrave_dbus_server_cleanup(); } static void workrave_applet_realize(GtkWidget *widget, void *data) { } static void workrave_applet_unrealize(GtkWidget *widget, void *data) { if (g_applet != NULL) { g_object_unref(g_applet); g_applet = NULL; } workrave_dbus_server_cleanup(); } static gboolean workrave_applet_fill(PanelApplet *applet) { GdkPixbuf *pixbuf = NULL; GtkWidget *hbox = NULL; BonoboUIComponent *ui = NULL; PanelAppletOrient orient; // Create menus. panel_applet_setup_menu_from_file(applet, WORKRAVE_UIDATADIR, "GNOME_WorkraveApplet.xml", NULL, workrave_applet_verbs, applet); // Add listeners for menu toggle-items. ui = panel_applet_get_popup_component(applet); bonobo_ui_component_add_listener(ui, "ShowLog", showlog_callback, NULL); bonobo_ui_component_add_listener(ui, "Normal", mode_callback, NULL); bonobo_ui_component_add_listener(ui, "Suspended", mode_callback, NULL); bonobo_ui_component_add_listener(ui, "Quiet", mode_callback, NULL); bonobo_ui_component_add_listener(ui, "ReadingMode", reading_mode_callback, NULL); panel_applet_set_flags(PANEL_APPLET(applet), PANEL_APPLET_EXPAND_MINOR); gtk_container_set_border_width(GTK_CONTAINER(applet), 0); panel_applet_set_background_widget(applet, GTK_WIDGET(applet)); gtk_widget_set_events(GTK_WIDGET(applet), gtk_widget_get_events(GTK_WIDGET(applet)) | GDK_BUTTON_PRESS_MASK); g_signal_connect(G_OBJECT(applet), "button_press_event", G_CALLBACK(button_pressed), g_applet); // Socket. g_applet->socket = gtk_socket_new(); gtk_container_set_border_width(GTK_CONTAINER(g_applet->socket), 0); // Image pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave-icon-medium.png", NULL); g_applet->image = gtk_image_new_from_pixbuf(pixbuf); // Signals. g_signal_connect(g_applet->socket, "plug_removed", G_CALLBACK(plug_removed), NULL); g_signal_connect(g_applet->socket, "plug_added", G_CALLBACK(plug_added), NULL); g_signal_connect(G_OBJECT(applet), "change_orient", G_CALLBACK(change_orient), NULL); // Container. hbox = gtk_vbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER(applet), hbox); gtk_box_pack_end(GTK_BOX(hbox), g_applet->socket, TRUE, TRUE, 0); gtk_box_pack_end(GTK_BOX(hbox), g_applet->image, TRUE, TRUE, 0); gtk_container_set_border_width(GTK_CONTAINER(hbox), 0); g_applet->socket_id = gtk_socket_get_id(GTK_SOCKET(g_applet->socket)); g_applet->size = panel_applet_get_size(applet); orient = panel_applet_get_orient(applet); switch (orient) { case PANEL_APPLET_ORIENT_UP: g_applet->orientation = 0; break; case PANEL_APPLET_ORIENT_RIGHT: g_applet->orientation = 1; break; case PANEL_APPLET_ORIENT_DOWN: g_applet->orientation = 2; break; case PANEL_APPLET_ORIENT_LEFT: g_applet->orientation = 3; break; } force_no_focus_padding(GTK_WIDGET(applet)); force_no_focus_padding(GTK_WIDGET(g_applet->socket)); force_no_focus_padding(GTK_WIDGET(g_applet->image)); force_no_focus_padding(GTK_WIDGET(hbox)); g_signal_connect(G_OBJECT(applet), "destroy", G_CALLBACK(workrave_applet_destroy), NULL); g_signal_connect(G_OBJECT(hbox), "realize", G_CALLBACK(workrave_applet_realize), NULL); g_signal_connect(G_OBJECT(hbox), "unrealize", G_CALLBACK(workrave_applet_unrealize), NULL); gtk_widget_show(GTK_WIDGET(g_applet->image)); gtk_widget_show(GTK_WIDGET(g_applet->socket)); gtk_widget_show(GTK_WIDGET(hbox)); gtk_widget_show(GTK_WIDGET(applet)); g_signal_connect(G_OBJECT(applet), "size-allocate", G_CALLBACK(size_allocate), NULL); g_signal_connect(G_OBJECT(applet), "change_background", G_CALLBACK(change_background), NULL); return TRUE; } static gboolean workrave_applet_factory(PanelApplet *applet, const gchar *iid, gpointer data) { gboolean retval = FALSE; if (!strcmp(iid, "OAFIID:GNOME_WorkraveApplet")) { g_applet = workrave_applet_new(); g_applet->applet = applet; workrave_dbus_server_init(); retval = workrave_applet_fill(applet); if (g_applet->support != NULL) { dbus_g_proxy_begin_call(g_applet->support, "EmbedRequest", dbus_callback, NULL, NULL, G_TYPE_INVALID); } } return retval; } PANEL_APPLET_BONOBO_FACTORY("OAFIID:GNOME_WorkraveApplet_Factory", PANEL_TYPE_APPLET, "Workrave Applet", "0", workrave_applet_factory, NULL) workrave-1_10_10/frontend/applets/gnome2/src/WorkraveApplet.h000066400000000000000000000040471263301626300242470ustar00rootroot00000000000000#ifndef __WORKRAVEAPPLET_H__ #define __WORKRAVEAPPLET_H__ #include #include G_BEGIN_DECLS #define WORKRAVE_APPLET_TYPE (workrave_applet_get_type()) #define WORKRAVE_APPLET(o) (G_TYPE_CHECK_INSTANCE_CAST((o), WORKRAVE_APPLET_TYPE, WorkraveApplet)) #define WORKRAVE_APPLET_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), WORKRAVE_APPLET_TYPE, WorkraveAppletClass)) #define WORKRAVE_APPLET_IS_OBJECT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), WORKRAVE_APPLET_TYPE)) #define WORKRAVE_APPLET_IS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), WORKRAVE_APPLET_TYPE)) #define WORKRAVE_APPLET_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), WORKRAVE_APPLET_TYPE, WorkraveAppletClass)) typedef struct _WorkraveApplet WorkraveApplet; typedef struct _WorkraveAppletClass WorkraveAppletClass; struct _WorkraveApplet { GObject base; GtkWidget *event_box; GtkWidget *image; GtkWidget *socket; PanelApplet *applet; int size; int socket_id; int orientation; gboolean last_showlog_state; gboolean last_reading_mode_state; int last_mode; DBusGProxy *support; DBusGProxy *ui; DBusGProxy *core; }; struct _WorkraveAppletClass { GObjectClass base; }; #define DBUS_SERVICE_APPLET "org.workrave.Workrave.GnomeApplet" #define WORKRAVE_DBUS_ERROR g_quark_from_static_string ("workrave") static GType workrave_applet_get_type(void); static gboolean workrave_applet_get_socket_id(WorkraveApplet *, guint *, GError **); static gboolean workrave_applet_get_size(WorkraveApplet *, guint *, GError **); static gboolean workrave_applet_get_orientation(WorkraveApplet *, guint *, GError **); static gboolean workrave_applet_set_menu_status(WorkraveApplet *, const char *, gboolean, GError **); static gboolean workrave_applet_get_menu_status(WorkraveApplet *, const char *, gboolean *, GError **); static gboolean workrave_applet_set_menu_active(WorkraveApplet *, const char *, gboolean, GError **); static gboolean workrave_applet_get_menu_active(WorkraveApplet *, const char *, gboolean *, GError **); G_END_DECLS #endif /*__WORKRAVEAPPLET_H__*/ workrave-1_10_10/frontend/applets/gnome2/src/gnome-applet.xml000066400000000000000000000030301263301626300242310ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/gnome3/000077500000000000000000000000001263301626300203355ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome3/Makefile.am000066400000000000000000000002721263301626300223720ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/applets/gnome3/src/000077500000000000000000000000001263301626300211245ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome3/src/.gitignore000066400000000000000000000003431263301626300231140ustar00rootroot00000000000000/org.workrave.WorkraveApplet.panel-applet.in /org.workrave.WorkraveApplet.panel-applet /org.gnome.panel.applet.WorkraveAppletFactory.service /workrave-applet /workrave-gnome-applet-generated.c /workrave-gnome-applet-generated.hworkrave-1_10_10/frontend/applets/gnome3/src/Makefile.am000066400000000000000000000062711263301626300231660ustar00rootroot00000000000000EXTRA_DIST = org.workrave.WorkraveApplet.panel-applet.in.in \ org.gnome.panel.applet.WorkraveAppletFactory.service.in \ v4/WorkraveApplet.c \ v5/WorkraveApplet.c \ WorkraveApplet.h \ workrave-gnome-applet.xml \ v4/workrave-gnome-applet-menu.xml \ v5/workrave-gnome-applet-menu.xml BUILT_SOURCES = CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(schemas_DATA) MAINTAINERCLEANFILES = Makefile.in DBusGnomeApplet.xml DBusGUI.xml SUBDIRS = if HAVE_PANELAPPLET45 xmluidir = $(datadir)/gnome-panel/ui applet_in_files = org.workrave.WorkraveApplet.panel-applet.in applet_DATA = $(applet_in_files:.panel-applet.in=.panel-applet) if HAVE_PANELAPPLET4 LIBPANEL_APPLET_DIR = `$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0` appletdir = $(datadir)/gnome-panel/4.0/applets xmlui_DATA = v4/workrave-gnome-applet-menu.xml applet_source = v4/WorkraveApplet.c else LIBPANEL_APPLET_DIR = `$PKG_CONFIG --variable=libpanel_applet_dir libpanel-applet` appletdir = $(datadir)/gnome-panel/5.0/applets xmlui_DATA = v5/workrave-gnome-applet-menu.xml applet_source = v5/WorkraveApplet.c endif APPLET_IN_PROCESS = false APPLET_LOCATION = ${libdir}/gnome-applets/workrave-applet $(applet_in_files): $(applet_in_files).in Makefile $(AM_V_GEN)sed \ -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ -e "s|\@IN_PROCESS\@|$(APPLET_IN_PROCESS)|" \ -e "s|\@VERSION\@|$(PACKAGE_VERSION)|" \ $< > $@ %.panel-applet: %.panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache servicedir = $(datadir)/dbus-1/services service_in_files = org.gnome.panel.applet.WorkraveAppletFactory.service.in service_DATA = $(service_in_files:.service.in=.service) org.gnome.panel.applet.WorkraveAppletFactory.service: $(service_in_files) $(AM_V_GEN)sed \ -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ AM_CPPFLAGS = -I$(srcdir) FLAGS = @GNOME3_CFLAGS@ @WR_FRONTEND_COMMON_INCLUDES@ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ \ -std=c99 -I$(srcdir)/../include -I$(srcdir)/../../common/include \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -DWORKRAVE_UIDATADIR="\"${xmluidir}\"" \ -DGNOMELOCALEDIR="\"$(datadir)/locale\"" libappletdir = ${libdir}/gnome-applets libapplet_PROGRAMS = workrave-applet workrave_applet_SOURCES = ${applet_source} workrave-gnome-applet-generated.c workrave_applet_LDADD = @GNOME3_LIBS@ -L$(builddir)/../../common/src -lworkrave-private-1.0 workrave_applet_CXXFLAGS = ${FLAGS} workrave_applet_CFLAGS = ${FLAGS} # ------------------------------------------------------------------------ GDBUS_SERVER_GENERATED = workrave-gnome-applet-generated.h workrave-gnome-applet-generated.c $(GDBUS_SERVER_GENERATED) : workrave-gnome-applet.xml $(AM_V_GEN) gdbus-codegen \ --interface-prefix org.workrave. \ --c-namespace Workrave \ --c-generate-object-manager \ --generate-c-code workrave-gnome-applet-generated \ $< BUILT_SOURCES += $(GDBUS_SERVER_GENERATED) CLEANFILES += $(GDBUS_SERVER_GENERATED) endif workrave-1_10_10/frontend/applets/gnome3/src/WorkraveApplet.h000066400000000000000000000051741263301626300242520ustar00rootroot00000000000000// WorkraveApplet.h // // Copyright (C) 2003 - 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef __WORKRAVEAPPLET_H__ #define __WORKRAVEAPPLET_H__ #include G_BEGIN_DECLS #define WORKRAVE_TYPE_APPLET (workrave_applet_get_type ()) #define WORKRAVE_APPLET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), WORKRAVE_TYPE_APPLET, WorkraveApplet)) #define WORKRAVE_APPLET_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), WORKRAVE_TYPE_APPLET, WorkraveAppletClass)) #define WORKRAVE_IS_APPLET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), WORKRAVE_TYPE_APPLET)) #define WORKRAVE_IS_APPLET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), WORKRAVE_TYPE_APPLET)) #define WORKRAVE_APPLET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WORKRAVE_TYPE_APPLET, WorkraveAppletClass)) typedef struct _WorkraveApplet WorkraveApplet; typedef struct _WorkraveAppletClass WorkraveAppletClass; typedef struct _WorkraveAppletPrivate WorkraveAppletPrivate; struct _WorkraveApplet { PanelApplet parent_object; /*< private >*/ WorkraveAppletPrivate *priv; }; struct _WorkraveAppletClass { PanelAppletClass parent_class; }; #define DBUS_SERVICE_APPLET "org.workrave.Workrave.GnomeApplet" #define WORKRAVE_DBUS_ERROR g_quark_from_static_string ("workrave") GType workrave_applet_get_type(void) G_GNUC_CONST; gboolean workrave_applet_get_socket_id(WorkraveApplet *, guint *, GError **); gboolean workrave_applet_get_size(WorkraveApplet *, guint *, GError **); gboolean workrave_applet_get_orientation(WorkraveApplet *, guint *, GError **); gboolean workrave_applet_set_menu_status(WorkraveApplet *, const char *, gboolean, GError **); gboolean workrave_applet_get_menu_status(WorkraveApplet *, const char *, gboolean *, GError **); gboolean workrave_applet_set_menu_active(WorkraveApplet *, const char *, gboolean, GError **); gboolean workrave_applet_get_menu_active(WorkraveApplet *, const char *, gboolean *, GError **); G_END_DECLS #endif /*__WORKRAVEAPPLET_H__*/ workrave-1_10_10/frontend/applets/gnome3/src/org.gnome.panel.applet.WorkraveAppletFactory.service.in000066400000000000000000000001221263301626300336600ustar00rootroot00000000000000[D-BUS Service] Name=org.gnome.panel.applet.WorkraveAppletFactory Exec=@LOCATION@ workrave-1_10_10/frontend/applets/gnome3/src/org.workrave.WorkraveApplet.panel-applet.in.in000066400000000000000000000004021263301626300320310ustar00rootroot00000000000000[Applet Factory] Id=WorkraveAppletFactory InProcess=@IN_PROCESS@ Location=@LOCATION@ _Name=Workrave Applet Factory _Description=Workrave Applet [WorkraveApplet] _Name=Workrave _Description=Workrave Applet Icon=workrave BonoboId=OAFIID:GNOME_WorkraveApplet; workrave-1_10_10/frontend/applets/gnome3/src/v4/000077500000000000000000000000001263301626300214555ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome3/src/v4/WorkraveApplet.c000066400000000000000000000357021263301626300245760ustar00rootroot00000000000000// Copyright (C) 2002 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "WorkraveApplet.h" #include "control.h" #include "MenuEnums.hh" #include "credits.h" #include "nls.h" #include #include #include #include struct _WorkraveAppletPrivate { GtkActionGroup *action_group; WorkraveTimerboxControl *timerbox_control; GtkImage *image; gboolean alive; }; G_DEFINE_TYPE (WorkraveApplet, workrave_applet, PANEL_TYPE_APPLET); static void workrave_applet_fill(WorkraveApplet *applet); static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data); struct Menuitems { enum MenuCommand id; gboolean autostart; gboolean visible_when_not_running; char *action; char *dbuscmd; }; static struct Menuitems menu_data[] = { { MENU_COMMAND_OPEN, TRUE, TRUE, "Open", "OpenMain" }, { MENU_COMMAND_PREFERENCES, FALSE, FALSE, "Preferences", "Preferences" }, { MENU_COMMAND_EXERCISES, FALSE, FALSE, "Exercises", "Exercises" }, { MENU_COMMAND_REST_BREAK, FALSE, FALSE, "Restbreak", "RestBreak" }, { MENU_COMMAND_MODE_NORMAL, FALSE, FALSE, "Normal", NULL }, { MENU_COMMAND_MODE_QUIET, FALSE, FALSE, "Quiet", NULL }, { MENU_COMMAND_MODE_SUSPENDED, FALSE, FALSE, "Suspended", NULL }, { MENU_COMMAND_NETWORK_CONNECT, FALSE, FALSE, "Join", "NetworkConnect" }, { MENU_COMMAND_NETWORK_DISCONNECT, FALSE, FALSE, "Disconnect", "NetworkDisconnect" }, { MENU_COMMAND_NETWORK_LOG, FALSE, FALSE, "ShowLog", "NetworkLog" }, { MENU_COMMAND_NETWORK_RECONNECT, FALSE, FALSE, "Reconnect", "NetworkReconnect" }, { MENU_COMMAND_STATISTICS, FALSE, FALSE, "Statistics", "Statistics" }, { MENU_COMMAND_ABOUT, FALSE, TRUE, "About", NULL }, { MENU_COMMAND_MODE_READING, FALSE, FALSE, "ReadingMode", "ReadingMode" }, { MENU_COMMAND_QUIT, FALSE, FALSE, "Quit", "Quit" } }; int lookup_menu_index_by_id(enum MenuCommand id) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (menu_data[i].id == id) { return i; } } return -1; } int lookup_menu_index_by_action(const char *action) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (g_strcmp0(menu_data[i].action, action) == 0) { return i; } } return -1; } void on_alive_changed(gpointer instance, gboolean alive, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); applet->priv->alive = alive; if (!alive) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GtkAction *action = gtk_action_group_get_action(applet->priv->action_group, menu_data[i].action); gtk_action_set_visible(action, menu_data[i].visible_when_not_running); } } } void on_menu_changed(gpointer instance, GVariant *parameters, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); GVariantIter *iter; g_variant_get (parameters, "(a(sii))", &iter); char *text; int id; int flags; gboolean visible[sizeof(menu_data)/sizeof(struct Menuitems)]; for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { visible[i] = menu_data[i].visible_when_not_running; } while (g_variant_iter_loop(iter, "(sii)", &text, &id, &flags)) { int index = lookup_menu_index_by_id((enum MenuCommand)id); if (index == -1) { continue; } GtkAction *action = gtk_action_group_get_action(applet->priv->action_group, menu_data[index].action); if (flags & MENU_ITEM_FLAG_SUBMENU_END || flags & MENU_ITEM_FLAG_SUBMENU_BEGIN) { continue; } visible[index] = TRUE; if (GTK_IS_TOGGLE_ACTION(action)) { GtkToggleAction *toggle = GTK_TOGGLE_ACTION(action); gtk_toggle_action_set_active(toggle, flags & MENU_ITEM_FLAG_ACTIVE); } } g_variant_iter_free (iter); for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GtkAction *action = gtk_action_group_get_action(applet->priv->action_group, menu_data[i].action); gtk_action_set_visible(action, visible[i]); } } static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data) { GError *error = NULL; GVariant *result; result = g_dbus_proxy_call_finish(proxy, res, &error); if (error != NULL) { g_warning("DBUS Failed: %s", error ? error->message : ""); g_error_free(error); } if (result != NULL) { g_variant_unref(result); } } static void on_menu_about(GSimpleAction *action, GVariant *parameter, gpointer user_data) { GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL); GtkAboutDialog *about = GTK_ABOUT_DIALOG(gtk_about_dialog_new()); gtk_container_set_border_width(GTK_CONTAINER(about), 5); gtk_show_about_dialog(NULL, "name", "Workrave", #ifdef GIT_VERSION "version", PACKAGE_VERSION "\n(" GIT_VERSION ")", #else "version", PACKAGE_VERSION, #endif "copyright", workrave_copyright, "website", "http://www.workrave.org", "website_label", "www.workrave.org", "comments", _("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI)."), "translator-credits", workrave_translators, "authors", workrave_authors, "logo", pixbuf, NULL); g_object_unref(pixbuf); } static void on_menu_command(GtkAction *action, WorkraveApplet *applet) { int index = lookup_menu_index_by_action(gtk_action_get_name(action)); if (index == -1) { return; } GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, NULL, menu_data[index].autostart ? G_DBUS_CALL_FLAGS_NONE : G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, applet); } } static void on_menu_toggle(GtkAction *action, WorkraveApplet *applet) { gboolean new_state = FALSE; if (GTK_IS_TOGGLE_ACTION(action)) { GtkToggleAction *toggle = GTK_TOGGLE_ACTION(action); new_state = gtk_toggle_action_get_active(toggle); } int index = lookup_menu_index_by_action(gtk_action_get_name(action)); if (index == -1) { return; } GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, g_variant_new("(b)", new_state), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); } } static void on_menu_mode_changed(GtkRadioAction *action, GtkRadioAction *current, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); const char *modes[] = { "normal", "suspended", "quiet" }; int mode = 0; if (GTK_IS_RADIO_ACTION(action)) { GtkRadioAction *toggle = GTK_RADIO_ACTION(action); mode = gtk_radio_action_get_current_value(toggle); } if (mode >= 0 && mode < G_N_ELEMENTS(modes)) { GDBusProxy *proxy = workrave_timerbox_control_get_core_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "SetOperationMode", g_variant_new("(s)", modes[mode]), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); } } } static const GtkActionEntry menu_actions [] = { { "Open", GTK_STOCK_OPEN, N_("_Open"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Statistics", NULL, N_("_Statistics"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Preferences", GTK_STOCK_PREFERENCES, N_("_Preferences"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Exercises", NULL, N_("_Exercises"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Restbreak", NULL, N_("_Restbreak"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Mode", NULL, N_("_Mode"), NULL, NULL, NULL }, { "Network", NULL, N_("_Network"), NULL, NULL, NULL }, { "Join", NULL, N_("_Join"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Disconnect", NULL, N_("_Disconnect"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Reconnect", NULL, N_("_Reconnect"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "About", GTK_STOCK_ABOUT, N_("_About"), NULL, NULL, G_CALLBACK(on_menu_about) }, { "Quit", GTK_STOCK_QUIT, N_("_Quit"), NULL, NULL, G_CALLBACK(on_menu_command) }, }; static const GtkToggleActionEntry toggle_actions[] = { { "ShowLog", NULL, N_("Show log"), NULL, NULL, G_CALLBACK(on_menu_toggle), FALSE }, { "ReadingMode", NULL, N_("Reading mode"), NULL, NULL, G_CALLBACK(on_menu_toggle), FALSE }, }; static const GtkRadioActionEntry mode_actions[] = { { "Normal", NULL, N_("Normal"), NULL, NULL, 0 }, { "Suspended", NULL, N_("Suspended"), NULL, NULL, 1 }, { "Quiet", NULL, N_("Quiet"), NULL, NULL, 2 }, }; static gboolean button_pressed(GtkWidget *widget, GdkEventButton *event, WorkraveApplet *applet) { gboolean ret = FALSE; if (event->button == 1) { GDBusProxy *proxy = workrave_timerbox_control_get_applet_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "ButtonClicked", g_variant_new("(u)", event->button), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); ret = TRUE; } } return ret; } static void workrave_applet_class_init(WorkraveAppletClass *class) { g_type_class_add_private(class, sizeof(WorkraveAppletPrivate)); } static void workrave_applet_fill(WorkraveApplet *applet) { applet->priv->timerbox_control = g_object_new(WORKRAVE_TIMERBOX_CONTROL_TYPE, NULL); applet->priv->image = workrave_timerbox_control_get_image(applet->priv->timerbox_control); g_signal_connect(G_OBJECT(applet->priv->timerbox_control), "menu-changed", G_CALLBACK(on_menu_changed), applet); g_signal_connect(G_OBJECT(applet->priv->timerbox_control), "alive-changed", G_CALLBACK(on_alive_changed), applet); workrave_timerbox_control_set_tray_icon_visible_when_not_running(applet->priv->timerbox_control, TRUE); workrave_timerbox_control_set_tray_icon_mode(applet->priv->timerbox_control, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS); applet->priv->action_group = gtk_action_group_new("WorkraveAppletActions"); gtk_action_group_set_translation_domain(applet->priv->action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions(applet->priv->action_group, menu_actions, G_N_ELEMENTS (menu_actions), applet); gtk_action_group_add_toggle_actions(applet->priv->action_group, toggle_actions, G_N_ELEMENTS (toggle_actions), applet); gtk_action_group_add_radio_actions (applet->priv->action_group, mode_actions, G_N_ELEMENTS(mode_actions), 0, G_CALLBACK(on_menu_mode_changed), applet); gchar *ui_path = g_build_filename(WORKRAVE_UIDATADIR, "workrave-gnome-applet-menu.xml", NULL); panel_applet_setup_menu_from_file(PANEL_APPLET(applet), ui_path, applet->priv->action_group); g_free(ui_path); panel_applet_set_flags(PANEL_APPLET(applet), PANEL_APPLET_EXPAND_MINOR); gtk_container_set_border_width(GTK_CONTAINER(applet), 0); panel_applet_set_background_widget(PANEL_APPLET(applet), GTK_WIDGET(applet)); gtk_widget_set_events(GTK_WIDGET(applet), gtk_widget_get_events(GTK_WIDGET(applet)) | GDK_BUTTON_PRESS_MASK); g_signal_connect(G_OBJECT(applet), "button_press_event", G_CALLBACK(button_pressed), applet); gtk_container_add(GTK_CONTAINER(applet), GTK_WIDGET(applet->priv->image)); gtk_widget_show(GTK_WIDGET(applet->priv->image)); gtk_widget_show(GTK_WIDGET(applet)); on_alive_changed(NULL, FALSE, applet); // TODO: orientation? } static void workrave_applet_init(WorkraveApplet *applet) { applet->priv = G_TYPE_INSTANCE_GET_PRIVATE(applet, WORKRAVE_TYPE_APPLET, WorkraveAppletPrivate); WorkraveAppletPrivate *priv = applet->priv; priv->action_group = NULL; priv->image = NULL; priv->timerbox_control = NULL; priv->alive = FALSE; workrave_applet_fill(applet); } static gboolean applet_factory(PanelApplet *applet, const gchar *iid, gpointer user_data) { if (g_strcmp0(iid, "WorkraveApplet") == 0) { gtk_widget_show_all(GTK_WIDGET(applet)); return TRUE; } return FALSE; } PANEL_APPLET_OUT_PROCESS_FACTORY("WorkraveAppletFactory", WORKRAVE_TYPE_APPLET, applet_factory, NULL) workrave-1_10_10/frontend/applets/gnome3/src/v4/workrave-gnome-applet-menu.xml000066400000000000000000000014531263301626300273720ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/gnome3/src/v5/000077500000000000000000000000001263301626300214565ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/gnome3/src/v5/WorkraveApplet.c000066400000000000000000000347251263301626300246030ustar00rootroot00000000000000// Copyright (C) 2002 - 2014 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "WorkraveApplet.h" #include "control.h" #include "MenuEnums.hh" #include "credits.h" #include "nls.h" #include #include #include #include struct _WorkraveAppletPrivate { GSimpleActionGroup *action_group; WorkraveTimerboxControl *timerbox_control; GtkImage *image; gboolean alive; }; G_DEFINE_TYPE (WorkraveApplet, workrave_applet, PANEL_TYPE_APPLET); static void workrave_applet_fill(WorkraveApplet *applet); static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data); struct Menuitems { enum MenuCommand id; gboolean autostart; gboolean visible_when_not_running; char *action; char *state; char *dbuscmd; }; static struct Menuitems menu_data[] = { { MENU_COMMAND_OPEN, TRUE, TRUE, "open", NULL, "OpenMain" }, { MENU_COMMAND_PREFERENCES, FALSE, FALSE, "preferences", NULL, "Preferences" }, { MENU_COMMAND_EXERCISES, FALSE, FALSE, "exercises", NULL, "Exercises" }, { MENU_COMMAND_REST_BREAK, FALSE, FALSE, "restbreak", NULL, "RestBreak" }, { MENU_COMMAND_MODE_NORMAL, FALSE, FALSE, "mode", "normal", NULL }, { MENU_COMMAND_MODE_QUIET, FALSE, FALSE, "mode", "quiet", NULL }, { MENU_COMMAND_MODE_SUSPENDED, FALSE, FALSE, "mode", "suspended", NULL }, { MENU_COMMAND_NETWORK_CONNECT, FALSE, FALSE, "join", NULL, "NetworkConnect" }, { MENU_COMMAND_NETWORK_DISCONNECT, FALSE, FALSE, "disconnect", NULL, "NetworkDisconnect" }, { MENU_COMMAND_NETWORK_LOG, FALSE, FALSE, "showlog", NULL, "NetworkLog" }, { MENU_COMMAND_NETWORK_RECONNECT, FALSE, FALSE, "reconnect", NULL, "NetworkReconnect" }, { MENU_COMMAND_STATISTICS, FALSE, FALSE, "statistics", NULL, "Statistics" }, { MENU_COMMAND_ABOUT, FALSE, TRUE, "about", NULL, NULL }, { MENU_COMMAND_MODE_READING, FALSE, FALSE, "readingmode", NULL, "ReadingMode" }, { MENU_COMMAND_QUIT, FALSE, FALSE, "quit", NULL, "Quit" } }; // { 0, FALSE, FALSE, "network", NULL, NULL }, int lookup_menu_index_by_id(enum MenuCommand id) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (menu_data[i].id == id) { return i; } } return -1; } int lookup_menu_index_by_action(const char *action) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (g_strcmp0(menu_data[i].action, action) == 0) { return i; } } return -1; } void on_alive_changed(gpointer instance, gboolean alive, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); applet->priv->alive = alive; if (!alive) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GAction *action = g_action_map_lookup_action(G_ACTION_MAP(applet->priv->action_group), menu_data[i].action); g_simple_action_set_enabled(G_SIMPLE_ACTION(action), menu_data[i].visible_when_not_running); } } } void on_menu_changed(gpointer instance, GVariant *parameters, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); GVariantIter *iter; g_variant_get (parameters, "(a(sii))", &iter); char *text; int id; int flags; gboolean visible[sizeof(menu_data)/sizeof(struct Menuitems)]; for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { visible[i] = menu_data[i].visible_when_not_running; } while (g_variant_iter_loop(iter, "(sii)", &text, &id, &flags)) { int index = lookup_menu_index_by_id((enum MenuCommand)id); if (index == -1) { continue; } GAction *action = g_action_map_lookup_action(G_ACTION_MAP(applet->priv->action_group), menu_data[index].action); if (flags & MENU_ITEM_FLAG_SUBMENU_END || flags & MENU_ITEM_FLAG_SUBMENU_BEGIN) { continue; } visible[index] = TRUE; if (g_action_get_state_type(G_ACTION(action)) != NULL) { if (menu_data[index].state == NULL) { g_simple_action_set_state(G_SIMPLE_ACTION(action), g_variant_new_boolean(flags & MENU_ITEM_FLAG_ACTIVE)); } else { if (flags & MENU_ITEM_FLAG_ACTIVE) { g_simple_action_set_state(G_SIMPLE_ACTION(action), g_variant_new_string(menu_data[index].state)); } } } } g_variant_iter_free (iter); for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GAction *action = g_action_map_lookup_action(G_ACTION_MAP(applet->priv->action_group), menu_data[i].action); g_simple_action_set_enabled(G_SIMPLE_ACTION(action), visible[i]); } } static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data) { GError *error = NULL; GVariant *result; result = g_dbus_proxy_call_finish(proxy, res, &error); if (error != NULL) { g_warning("DBUS Failed: %s", error ? error->message : ""); g_error_free(error); } if (result != NULL) { g_variant_unref(result); } } static void on_menu_about(GSimpleAction *action, GVariant *parameter, gpointer user_data) { GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL); GtkAboutDialog *about = GTK_ABOUT_DIALOG(gtk_about_dialog_new()); gtk_container_set_border_width(GTK_CONTAINER(about), 5); gtk_show_about_dialog(NULL, "name", "Workrave", #ifdef GIT_VERSION "version", PACKAGE_VERSION "\n(" GIT_VERSION ")", #else "version", PACKAGE_VERSION, #endif "copyright", workrave_copyright, "website", "http://www.workrave.org", "website_label", "www.workrave.org", "comments", _("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI)."), "translator-credits", workrave_translators, "authors", workrave_authors, "logo", pixbuf, NULL); g_object_unref(pixbuf); } static void on_menu_command(GSimpleAction *action, GVariant *parameter, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); int index = lookup_menu_index_by_action(g_action_get_name(G_ACTION(action))); if (index == -1) { return; } GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, NULL, menu_data[index].autostart ? G_DBUS_CALL_FLAGS_NONE : G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, applet); } } static void on_menu_mode(GSimpleAction *action, GVariant *parameter, gpointer user_data) { g_action_change_state (G_ACTION(action), parameter); } static void on_menu_toggle(GSimpleAction *action, GVariant *parameter, gpointer user_data) { GVariant *state = g_action_get_state(G_ACTION(action)); gboolean new_state = !g_variant_get_boolean(state); g_action_change_state (G_ACTION(action), g_variant_new_boolean(new_state)); g_variant_unref(state); } static void on_menu_toggle_changed(GSimpleAction *action, GVariant *value, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); gboolean new_state = g_variant_get_boolean(value); int index = lookup_menu_index_by_action(g_action_get_name(G_ACTION(action))); if (index == -1) { return; } g_simple_action_set_state(action, value); GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, g_variant_new("(b)", new_state), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); } } static void on_menu_mode_changed(GSimpleAction *action, GVariant *value, gpointer user_data) { WorkraveApplet *applet = WORKRAVE_APPLET(user_data); const gchar *mode = g_variant_get_string(value, 0); g_simple_action_set_state(action, value); GDBusProxy *proxy = workrave_timerbox_control_get_core_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "SetOperationMode", g_variant_new("(s)", mode), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); } } static const GActionEntry menu_actions [] = { { "open", on_menu_command }, { "statistics", on_menu_command }, { "preferences", on_menu_command }, { "exercises", on_menu_command }, { "restbreak", on_menu_command }, { "mode", on_menu_mode, "s", "'normal'", on_menu_mode_changed }, { "join", on_menu_command }, { "disconnect", on_menu_command }, { "reconnect", on_menu_command }, { "showlog", on_menu_toggle, NULL, "false", on_menu_toggle_changed }, { "readingmode", on_menu_toggle, NULL, "false", on_menu_toggle_changed }, { "about", on_menu_about }, { "quit", on_menu_command }, }; static gboolean button_pressed(GtkWidget *widget, GdkEventButton *event, WorkraveApplet *applet) { gboolean ret = FALSE; if (event->button == 1) { GDBusProxy *proxy = workrave_timerbox_control_get_applet_proxy(applet->priv->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "ButtonClicked", g_variant_new("(u)", event->button), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); ret = TRUE; } } return ret; } static void workrave_applet_class_init(WorkraveAppletClass *class) { g_type_class_add_private(class, sizeof(WorkraveAppletPrivate)); } static void workrave_applet_fill(WorkraveApplet *applet) { applet->priv->timerbox_control = g_object_new(WORKRAVE_TIMERBOX_CONTROL_TYPE, NULL); applet->priv->image = workrave_timerbox_control_get_image(applet->priv->timerbox_control); g_signal_connect(G_OBJECT(applet->priv->timerbox_control), "menu-changed", G_CALLBACK(on_menu_changed), applet); g_signal_connect(G_OBJECT(applet->priv->timerbox_control), "alive-changed", G_CALLBACK(on_alive_changed), applet); workrave_timerbox_control_set_tray_icon_visible_when_not_running(applet->priv->timerbox_control, TRUE); workrave_timerbox_control_set_tray_icon_mode(applet->priv->timerbox_control, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS); applet->priv->action_group = g_simple_action_group_new(); g_action_map_add_action_entries (G_ACTION_MAP (applet->priv->action_group), menu_actions, G_N_ELEMENTS (menu_actions), applet); gchar *ui_path = g_build_filename(WORKRAVE_UIDATADIR, "workrave-gnome-applet-menu.xml", NULL); panel_applet_setup_menu_from_file(PANEL_APPLET(applet), ui_path, applet->priv->action_group, GETTEXT_PACKAGE); g_free(ui_path); gtk_widget_insert_action_group (GTK_WIDGET (applet), "workrave", G_ACTION_GROUP (applet->priv->action_group)); panel_applet_set_flags(PANEL_APPLET(applet), PANEL_APPLET_EXPAND_MINOR); gtk_container_set_border_width(GTK_CONTAINER(applet), 0); panel_applet_set_background_widget(PANEL_APPLET(applet), GTK_WIDGET(applet)); gtk_widget_set_events(GTK_WIDGET(applet), gtk_widget_get_events(GTK_WIDGET(applet)) | GDK_BUTTON_PRESS_MASK); g_signal_connect(G_OBJECT(applet), "button_press_event", G_CALLBACK(button_pressed), applet); gtk_container_add(GTK_CONTAINER(applet), GTK_WIDGET(applet->priv->image)); gtk_widget_show(GTK_WIDGET(applet->priv->image)); gtk_widget_show(GTK_WIDGET(applet)); on_alive_changed(NULL, FALSE, applet); } static void workrave_applet_init(WorkraveApplet *applet) { applet->priv = G_TYPE_INSTANCE_GET_PRIVATE(applet, WORKRAVE_TYPE_APPLET, WorkraveAppletPrivate); WorkraveAppletPrivate *priv = applet->priv; priv->action_group = NULL; priv->image = NULL; priv->timerbox_control = NULL; priv->alive = FALSE; workrave_applet_fill(applet); } static gboolean applet_factory(PanelApplet *applet, const gchar *iid, gpointer user_data) { if (g_strcmp0(iid, "WorkraveApplet") == 0) { gtk_widget_show_all(GTK_WIDGET(applet)); return TRUE; } return FALSE; } PANEL_APPLET_OUT_PROCESS_FACTORY("WorkraveAppletFactory", WORKRAVE_TYPE_APPLET, applet_factory, NULL) workrave-1_10_10/frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml000066400000000000000000000052051263301626300273720ustar00rootroot00000000000000
_Open workrave.open
_Restbreak workrave.restbreak _Exercises workrave.exercises _Statistics workrave.statistics
_Mode
Normal workrave.mode normal Suspended workrave.mode suspended Quiet workrave.mode quiet
_Network
_Join workrave.join _Disconnect workrave.disconnect _Reconnect workrave.reconnect Show log workrave.showlog
Reading mode workrave.readingmode
_Preferences workrave.preferences _About workrave.about _Quit workrave.quit
workrave-1_10_10/frontend/applets/gnome3/src/workrave-gnome-applet.xml000066400000000000000000000020251263301626300260730ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/indicator/000077500000000000000000000000001263301626300211215ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/indicator/Makefile.am000066400000000000000000000003001263301626300231460ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src include workrave-1_10_10/frontend/applets/indicator/include/000077500000000000000000000000001263301626300225445ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/indicator/include/Makefile.am000066400000000000000000000003241263301626300245770ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/frontend/applets/indicator/include/indicator-applet.h000066400000000000000000000031151263301626300261540ustar00rootroot00000000000000/* * Copyright (C) 2011, 2013 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #define WORKRAVE_INDICATOR_SERVICE_NAME "org.workrave.Workrave" #define WORKRAVE_INDICATOR_SERVICE_IFACE "org.workrave.AppletInterface" #define WORKRAVE_INDICATOR_SERVICE_OBJ "/org/workrave/Workrave/UI" #define WORKRAVE_INDICATOR_SERVICE_VERSION 1 #define WORKRAVE_INDICATOR_CORE_NAME "org.workrave.Workrave" #define WORKRAVE_INDICATOR_CORE_IFACE "org.workrave.CoreInterface" #define WORKRAVE_INDICATOR_CORE_OBJ "/org/workrave/Workrave/Core" #define WORKRAVE_INDICATOR_MENU_NAME "org.workrave.Workrave" #define WORKRAVE_INDICATOR_MENU_OBJ "/org/workrave/Workrave/Menu" #define DBUSMENU_WORKRAVE_MENUITEM_TYPE "x-workrave-menu-item" #define INDICATOR_MENUITEM_TYPE "indicator-item" #define INDICATOR_MENUITEM_PROP_LABEL "indicator-label" #define INDICATOR_MENUITEM_PROP_ICON "indicator-icon" workrave-1_10_10/frontend/applets/indicator/src/000077500000000000000000000000001263301626300217105ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/indicator/src/.gitignore000066400000000000000000000000311263301626300236720ustar00rootroot00000000000000/indicator-workrave-test workrave-1_10_10/frontend/applets/indicator/src/Makefile.am000066400000000000000000000017411263301626300237470ustar00rootroot00000000000000if HAVE_INDICATOR # libexec_PROGRAMS = indicator-workrave-test workravelibdir = $(INDICATORDIR) workravelib_LTLIBRARIES = libworkrave.la libworkrave_la_SOURCES = \ indicator-workrave.c libworkrave_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall -std=c99 -I$(srcdir)/../include -I$(srcdir)/../../common/include \ -DG_LOG_DOMAIN=\"Indicator-Workrave\" \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" libworkrave_la_LIBADD = \ $(INDICATOR_LIBS) -L$(builddir)/../../common/src -lworkrave-private-1.0 libworkrave_la_LDFLAGS = \ -module \ -avoid-version #indicator_workrave_test_SOURCES = \ # test.c #indicator_workrave_test_CFLAGS = \ # -Wall -std=c99 $(GTK_CFLAGS) -I../include -I../../common/include \ # -DG_LOG_DOMAIN=\"Indicator-Workrave\" \ # -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ # -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" #indicator_workrave_test_LDADD = \ # $(GTK_LIBS) ../../common/src/libworkrave-1.0.la BUILT_SOURCES = endif CLEANFILES = \ $(BUILT_SOURCES) EXTRA_DIST = workrave-1_10_10/frontend/applets/indicator/src/indicator-workrave.c000066400000000000000000000516141263301626300256750ustar00rootroot00000000000000/* * Copyright (C) 2011, 2012, 2013 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include /* GStuff */ #include #include #include #include #include /* Indicator Stuff */ #include #include #include /* DBusMenu */ #ifdef HAVE_DBUSMENU_NEW_INCLUDES #include #include #else #include #include #endif #include #include #include "indicator-applet.h" #include "timerbox.h" #include "timebar.h" #define INDICATOR_WORKRAVE_TYPE (indicator_workrave_get_type()) #define INDICATOR_WORKRAVE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), INDICATOR_WORKRAVE_TYPE, IndicatorWorkrave)) #define INDICATOR_WORKRAVE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATOR_WORKRAVE_TYPE, IndicatorWorkraveClass)) #define IS_INDICATOR_WORKRAVE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), INDICATOR_WORKRAVE_TYPE)) #define IS_INDICATOR_WORKRAVE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATOR_WORKRAVE_TYPE)) #define INDICATOR_WORKRAVE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), INDICATOR_WORKRAVE_TYPE, IndicatorWorkraveClass)) #define DBUS_NAME ("org.workrave.IndicatorApplet") typedef struct _IndicatorWorkrave IndicatorWorkrave; typedef struct _IndicatorWorkraveClass IndicatorWorkraveClass; typedef struct _IndicatorWorkravePrivate IndicatorWorkravePrivate; struct _IndicatorWorkraveClass { IndicatorObjectClass parent_class; }; struct _IndicatorWorkrave { IndicatorObject parent; IndicatorWorkravePrivate *priv; }; struct _IndicatorWorkravePrivate { GtkLabel *label; GtkImage *image; DbusmenuGtkMenu *menu; GCancellable *workrave_ui_proxy_cancel; GDBusProxy *workrave_ui_proxy; GCancellable *workrave_core_proxy_cancel; GDBusProxy *workrave_core_proxy; guint owner_id; guint watch_id; gboolean workrave_running; gboolean alive; gboolean force_icon; guint timer; guint startup_timer; guint startup_count; guint update_count; WorkraveTimerbox *timerbox; }; typedef struct _TimerData TimerData; struct _TimerData { char *bar_text; int slot; int bar_secondary_color; int bar_secondary_val; int bar_secondary_max; int bar_primary_color; int bar_primary_val; int bar_primary_max; }; typedef struct _MenuItemData MenuItemData; struct _MenuItemData { GtkWidget *icon; GtkWidget *label; }; #define INDICATOR_WORKRAVE_GET_PRIVATE(o) \ (G_TYPE_INSTANCE_GET_PRIVATE((o), INDICATOR_WORKRAVE_TYPE, IndicatorWorkravePrivate)) GType indicator_workrave_get_type(void); static void indicator_workrave_class_init (IndicatorWorkraveClass *klass); static void indicator_workrave_init (IndicatorWorkrave *self); static void indicator_workrave_dispose (GObject *object); static void indicator_workrave_finalize (GObject *object); static GtkImage *get_icon (IndicatorObject *io); static GtkMenu *get_menu (IndicatorObject *io); static const gchar *get_accessible_desc (IndicatorObject *io); static void indicator_workrave_check (IndicatorWorkrave *self); static void indicator_workrave_create_dbus(IndicatorWorkrave *self); static gboolean on_timer (gpointer user_data); static void on_dbus_ui_ready (GObject *object, GAsyncResult *res, gpointer user_data); static void on_dbus_core_ready (GObject *object, GAsyncResult *res, gpointer user_data); static void on_dbus_signal (GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data); static void on_update_indicator (IndicatorWorkrave *self, GVariant *parameters); static void on_bus_acquired (GDBusConnection *connection, const gchar *name, gpointer user_data); static void on_workrave_appeared (GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data); static void on_workrave_vanished (GDBusConnection *connection, const gchar *name, gpointer user_data); /* Indicator Module Config */ INDICATOR_SET_VERSION INDICATOR_SET_TYPE(INDICATOR_WORKRAVE_TYPE) G_DEFINE_TYPE(IndicatorWorkrave, indicator_workrave, INDICATOR_OBJECT_TYPE); static void indicator_workrave_class_init(IndicatorWorkraveClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS(klass); g_type_class_add_private(klass, sizeof(IndicatorWorkravePrivate)); object_class->dispose = indicator_workrave_dispose; object_class->finalize = indicator_workrave_finalize; IndicatorObjectClass *io_class = INDICATOR_OBJECT_CLASS(klass); io_class->get_menu = get_menu; io_class->get_image = get_icon; io_class->get_accessible_desc = get_accessible_desc; } static void indicator_workrave_init(IndicatorWorkrave *self) { self->priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); priv->label = NULL; priv->image = NULL; priv->menu = NULL; priv->workrave_ui_proxy = NULL; priv->workrave_ui_proxy_cancel = NULL; priv->workrave_core_proxy = NULL; priv->workrave_core_proxy_cancel = NULL; priv->owner_id = 0; priv->watch_id = 0; priv->workrave_running = FALSE; priv->alive = FALSE; priv->force_icon = FALSE; priv->timer = 0; priv->startup_timer = 0; priv->startup_count = 0; priv->timerbox = NULL; priv->update_count = 0; priv->menu = dbusmenu_gtkmenu_new(WORKRAVE_INDICATOR_MENU_NAME, WORKRAVE_INDICATOR_MENU_OBJ); priv->timerbox = g_object_new(WORKRAVE_TYPE_TIMERBOX, NULL); indicator_workrave_create_dbus(self); priv->watch_id = g_bus_watch_name(G_BUS_TYPE_SESSION, "org.workrave.Workrave", G_BUS_NAME_WATCHER_FLAGS_NONE, on_workrave_appeared, on_workrave_vanished, self, NULL); } static void indicator_workrave_dispose(GObject *object) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(object); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->watch_id != 0) { g_bus_unwatch_name(priv->watch_id); } if (priv->owner_id != 0) { g_bus_unown_name(priv->owner_id); } if (priv->timer != 0) { g_source_remove(priv->timer); priv->timer = 0; } if (priv->label != NULL) { g_object_unref(priv->label); priv->label = NULL; } if (priv->image != NULL) { g_object_unref(priv->image); priv->image = NULL; } if (priv->menu != NULL) { g_object_unref(G_OBJECT(priv->menu)); priv->menu = NULL; } G_OBJECT_CLASS(indicator_workrave_parent_class)->dispose(object); return; } static void indicator_workrave_finalize(GObject *object) { // IndicatorWorkrave *self = INDICATOR_WORKRAVE(object); G_OBJECT_CLASS(indicator_workrave_parent_class)->finalize(object); return; } static GtkImage * get_icon(IndicatorObject *io) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(io); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->image == NULL) { priv->image = GTK_IMAGE(gtk_image_new()); workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_set_force_icon(priv->timerbox, FALSE); workrave_timerbox_update(priv->timerbox, priv->image); gtk_widget_show(GTK_WIDGET(priv->image)); } return priv->image; } static GtkMenu * get_menu(IndicatorObject *io) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(io); return GTK_MENU(self->priv->menu); } static const gchar * get_accessible_desc(IndicatorObject *io) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(io); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); const gchar *name = NULL; if (priv->label != NULL) { name = "Workrave"; } return name; } static void indicator_workrave_start(IndicatorWorkrave *self) { IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->alive) { return; } priv->owner_id = g_bus_own_name(G_BUS_TYPE_SESSION, DBUS_NAME, G_BUS_NAME_OWNER_FLAGS_NONE, on_bus_acquired, NULL, NULL, self, NULL); GError *error = NULL; if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->workrave_ui_proxy, "Embed", g_variant_new("(bs)", TRUE, DBUS_NAME), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request embedding for %s: %s", WORKRAVE_INDICATOR_SERVICE_NAME, error->message); } else { if (result != NULL) { g_variant_unref(result); } } } if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->workrave_ui_proxy, "GetTrayIconEnabled", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request tray icon enabled for %s: %s", WORKRAVE_INDICATOR_SERVICE_NAME, error->message); } else { if (result != NULL) { g_variant_get(result, "(b)", &priv->force_icon); g_variant_unref(result); } } } if (error == NULL) { GVariant *result = g_dbus_proxy_call_sync(priv->workrave_core_proxy, "GetOperationMode", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_warning("Could not request operation mode for %s: %s", WORKRAVE_INDICATOR_SERVICE_NAME, error->message); } else { gchar *mode; g_variant_get(result, "(s)", &mode); workrave_timerbox_set_operation_mode(priv->timerbox, mode); g_variant_unref(result); } } if (error == NULL) { priv->timer = g_timeout_add_seconds(10, on_timer, self); priv->alive = TRUE; priv->update_count = 0; } else { g_error_free(error); } } static void indicator_workrave_stop(IndicatorWorkrave *self) { IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->alive) { if (priv->timer != 0) { g_source_remove(priv->timer); priv->timer = 0; } if (priv->startup_timer != 0) { g_source_remove(priv->startup_timer); priv->startup_timer = 0; } if (priv->owner_id != 0) { g_bus_unown_name(priv->owner_id); priv->owner_id = 0; } workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_set_force_icon(priv->timerbox, FALSE); workrave_timerbox_update(priv->timerbox, priv->image); priv->alive = FALSE; } } static gboolean on_start_delay(gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); indicator_workrave_start(self); priv->startup_count++; return !priv->alive && priv->startup_count < 15; } static void indicator_workrave_check(IndicatorWorkrave *self) { IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->workrave_running && priv->workrave_ui_proxy != NULL && priv->workrave_core_proxy != NULL) { // The Workrave interface may be started after the service becomes // available, so introduce a delay. priv->startup_count = 0; priv->startup_timer = g_timeout_add_seconds(2, on_start_delay, self); } } static void indicator_workrave_create_dbus(IndicatorWorkrave *self) { IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); GSettings *settings = g_settings_new("org.workrave.gui"); gboolean autostart = g_settings_get_boolean(settings, "autostart"); g_object_unref(settings); GDBusProxyFlags flags = autostart ? : G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START; priv->workrave_ui_proxy_cancel = g_cancellable_new(); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, flags, NULL, WORKRAVE_INDICATOR_SERVICE_NAME, WORKRAVE_INDICATOR_SERVICE_OBJ, WORKRAVE_INDICATOR_SERVICE_IFACE, priv->workrave_ui_proxy_cancel, on_dbus_ui_ready, self); priv->workrave_core_proxy_cancel = g_cancellable_new(); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, flags, NULL, WORKRAVE_INDICATOR_CORE_NAME, WORKRAVE_INDICATOR_CORE_OBJ, WORKRAVE_INDICATOR_CORE_IFACE, priv->workrave_core_proxy_cancel, on_dbus_core_ready, self); } static gboolean on_timer(gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (priv->alive && priv->update_count == 0) { workrave_timerbox_set_enabled(priv->timerbox, FALSE); workrave_timerbox_set_force_icon(priv->timerbox, FALSE); workrave_timerbox_update(priv->timerbox, priv->image); } priv->update_count = 0; return priv->alive; } static void on_dbus_ui_ready(GObject *object, GAsyncResult *res, gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (priv->workrave_ui_proxy_cancel != NULL) { g_object_unref(priv->workrave_ui_proxy_cancel); priv->workrave_ui_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy for %s: %s", WORKRAVE_INDICATOR_SERVICE_NAME, error->message); g_error_free(error); } else { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_dbus_signal), self); priv->workrave_ui_proxy = proxy; } indicator_workrave_check(self); } static void on_dbus_core_ready(GObject *object, GAsyncResult *res, gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (priv->workrave_core_proxy_cancel != NULL) { g_object_unref(priv->workrave_core_proxy_cancel); priv->workrave_core_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy for %s: %s", WORKRAVE_INDICATOR_CORE_NAME, error->message); g_error_free(error); } else { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_dbus_signal), self); priv->workrave_core_proxy = proxy; } indicator_workrave_check(self); } static void on_dbus_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (g_strcmp0(signal_name, "TimersUpdated") == 0) { on_update_indicator(self, parameters); } else if (g_strcmp0(signal_name, "TrayIconUpdated") == 0) { g_variant_get(parameters, "(b)", &priv->force_icon); workrave_timerbox_set_force_icon(priv->timerbox, priv->force_icon); workrave_timerbox_update(priv->timerbox, priv->image); } else if (g_strcmp0(signal_name, "OperationModeChanged") == 0) { gchar *mode; g_variant_get(parameters, "(s)", &mode); workrave_timerbox_set_operation_mode(priv->timerbox, mode); workrave_timerbox_update(priv->timerbox, priv->image); } } static void on_update_indicator(IndicatorWorkrave *self, GVariant *parameters) { IndicatorWorkravePrivate *priv = INDICATOR_WORKRAVE_GET_PRIVATE(self); if (! priv->alive) { indicator_workrave_start(self); } priv->update_count++; TimerData td[BREAK_ID_SIZEOF]; g_variant_get(parameters, "((siuuuuuu)(siuuuuuu)(siuuuuuu))", &td[BREAK_ID_MICRO_BREAK].bar_text, &td[BREAK_ID_MICRO_BREAK].slot, &td[BREAK_ID_MICRO_BREAK].bar_secondary_color, &td[BREAK_ID_MICRO_BREAK].bar_secondary_val, &td[BREAK_ID_MICRO_BREAK].bar_secondary_max, &td[BREAK_ID_MICRO_BREAK].bar_primary_color, &td[BREAK_ID_MICRO_BREAK].bar_primary_val, &td[BREAK_ID_MICRO_BREAK].bar_primary_max, &td[BREAK_ID_REST_BREAK].bar_text, &td[BREAK_ID_REST_BREAK].slot, &td[BREAK_ID_REST_BREAK].bar_secondary_color, &td[BREAK_ID_REST_BREAK].bar_secondary_val, &td[BREAK_ID_REST_BREAK].bar_secondary_max, &td[BREAK_ID_REST_BREAK].bar_primary_color, &td[BREAK_ID_REST_BREAK].bar_primary_val, &td[BREAK_ID_REST_BREAK].bar_primary_max, &td[BREAK_ID_DAILY_LIMIT].bar_text, &td[BREAK_ID_DAILY_LIMIT].slot, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_color, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_val, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_max, &td[BREAK_ID_DAILY_LIMIT].bar_primary_color, &td[BREAK_ID_DAILY_LIMIT].bar_primary_val, &td[BREAK_ID_DAILY_LIMIT].bar_primary_max ); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { workrave_timerbox_set_slot(priv->timerbox, i, td[i].slot); } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { WorkraveTimebar *timebar = workrave_timerbox_get_time_bar(priv->timerbox, i); if (timebar != NULL) { workrave_timerbox_set_enabled(priv->timerbox, TRUE); workrave_timerbox_set_force_icon(priv->timerbox, priv->force_icon); workrave_timebar_set_progress(timebar, td[i].bar_primary_val, td[i].bar_primary_max, td[i].bar_primary_color); workrave_timebar_set_secondary_progress(timebar, td[i].bar_secondary_val, td[i].bar_secondary_max, td[i].bar_secondary_color); workrave_timebar_set_text(timebar, td[i].bar_text); } } workrave_timerbox_update(priv->timerbox, priv->image); } static void on_bus_acquired(GDBusConnection *connection, const gchar *name, gpointer user_data) { (void) connection; (void) name; (void) user_data; } static void on_workrave_appeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); self->priv->workrave_running = TRUE; indicator_workrave_check(self); } static void on_workrave_vanished(GDBusConnection *connection, const gchar *name, gpointer user_data) { IndicatorWorkrave *self = INDICATOR_WORKRAVE(user_data); self->priv->workrave_running = FALSE; indicator_workrave_stop(self); } workrave-1_10_10/frontend/applets/indicator/src/test.c000066400000000000000000000150671263301626300230440ustar00rootroot00000000000000/* * Copyright (C) 2011 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include /* GStuff */ #include #include #include #include #include "timerbox.h" #include "indicator-applet.h" static GtkWidget *image; static GCancellable *workrave_proxy_cancel; static GDBusProxy *workrave_proxy; static WorkraveTimerbox *timerbox; static guint timer; static gboolean alive; static void receive_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data); static gboolean on_timer(gpointer user_data); static gboolean delete_event( GtkWidget *widget, GdkEvent *event, gpointer data ) { /* Change TRUE to FALSE and the main window will be destroyed with * a "delete-event". */ return TRUE; } /* Another callback */ static void destroy( GtkWidget *widget, gpointer data ) { gtk_main_quit (); } static void on_dbus_ready(GObject *object, GAsyncResult *res, gpointer user_data) { GError *error = NULL; g_debug("indicator-workrave: workrave_proxy_cb"); GDBusProxy *proxy = g_dbus_proxy_new_for_bus_finish(res, &error); if (workrave_proxy_cancel != NULL) { g_object_unref(workrave_proxy_cancel); workrave_proxy_cancel = NULL; } if (error != NULL) { g_warning("Could not grab DBus proxy: %s", error->message); g_error_free(error); return; } workrave_proxy = proxy; g_signal_connect(proxy, "g-signal", G_CALLBACK(receive_signal), NULL); } typedef struct TimerData { char *bar_text; int slot; int bar_secondary_color; int bar_secondary_val; int bar_secondary_max; int bar_primary_color; int bar_primary_val; int bar_primary_max; } TimerData; static void receive_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) { g_debug("indicator-workrave: signal %s", signal_name); if (g_strcmp0(signal_name, "Update") == 0) { } else if (g_strcmp0(signal_name, "Update") == 0) { alive = TRUE; if (timer == 0) { timer = g_timeout_add_seconds(10, on_timer, NULL); } TimerData td[BREAK_ID_SIZEOF]; memset(td, 0, sizeof(td)); g_variant_get(parameters, "((siuuuuuu)(siuuuuuu)(siuuuuuu))", &td[BREAK_ID_MICRO_BREAK].bar_text, &td[BREAK_ID_MICRO_BREAK].slot, &td[BREAK_ID_MICRO_BREAK].bar_secondary_color, &td[BREAK_ID_MICRO_BREAK].bar_secondary_val, &td[BREAK_ID_MICRO_BREAK].bar_secondary_max, &td[BREAK_ID_MICRO_BREAK].bar_primary_color, &td[BREAK_ID_MICRO_BREAK].bar_primary_val, &td[BREAK_ID_MICRO_BREAK].bar_primary_max, &td[BREAK_ID_REST_BREAK].bar_text, &td[BREAK_ID_REST_BREAK].slot, &td[BREAK_ID_REST_BREAK].bar_secondary_color, &td[BREAK_ID_REST_BREAK].bar_secondary_val, &td[BREAK_ID_REST_BREAK].bar_secondary_max, &td[BREAK_ID_REST_BREAK].bar_primary_color, &td[BREAK_ID_REST_BREAK].bar_primary_val, &td[BREAK_ID_REST_BREAK].bar_primary_max, &td[BREAK_ID_DAILY_LIMIT].bar_text, &td[BREAK_ID_DAILY_LIMIT].slot, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_color, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_val, &td[BREAK_ID_DAILY_LIMIT].bar_secondary_max, &td[BREAK_ID_DAILY_LIMIT].bar_primary_color, &td[BREAK_ID_DAILY_LIMIT].bar_primary_val, &td[BREAK_ID_DAILY_LIMIT].bar_primary_max ); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { workrave_timerbox_set_slot(timerbox, i, td[i].slot); } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { WorkraveTimebar *timebar = workrave_timerbox_get_time_bar(timerbox, i); if (timebar != NULL) { workrave_timerbox_set_enabled(timerbox, TRUE); workrave_timebar_set_progress(timebar, td[i].bar_primary_val, td[i].bar_primary_max, td[i].bar_primary_color); workrave_timebar_set_secondary_progress(timebar, td[i].bar_secondary_val, td[i].bar_secondary_max, td[i].bar_secondary_color); workrave_timebar_set_text(timebar, td[i].bar_text); } } workrave_timerbox_update(timerbox, GTK_IMAGE(image)); } } static gboolean on_timer(gpointer user_data) { if (alive == FALSE) { workrave_timerbox_set_enabled(timerbox, FALSE); workrave_timerbox_update(timerbox, GTK_IMAGE(image)); timer = 0; return FALSE; } alive = FALSE; return TRUE; } int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init(&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect(window, "delete-event", G_CALLBACK (delete_event), NULL); g_signal_connect(window, "destroy", G_CALLBACK (destroy), NULL); gtk_container_set_border_width(GTK_CONTAINER(window), 10); image = gtk_image_new(); gtk_container_add(GTK_CONTAINER(window), image); gtk_widget_show(image); gtk_widget_show(window); timerbox = g_object_new(WORKRAVE_TYPE_TIMERBOX, NULL); g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, WORKRAVE_INDICATOR_SERVICE_NAME, WORKRAVE_INDICATOR_SERVICE_OBJ, WORKRAVE_INDICATOR_SERVICE_IFACE, workrave_proxy_cancel, on_dbus_ready, NULL); timer = g_timeout_add_seconds(10, on_timer, NULL); gtk_main(); return 0; } workrave-1_10_10/frontend/applets/mate/000077500000000000000000000000001263301626300200735ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/mate/Makefile.am000066400000000000000000000003001263301626300221200ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src include workrave-1_10_10/frontend/applets/mate/include/000077500000000000000000000000001263301626300215165ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/mate/include/Makefile.am000066400000000000000000000003241263301626300235510ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/frontend/applets/mate/src/000077500000000000000000000000001263301626300206625ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/mate/src/.gitignore000066400000000000000000000001371263301626300226530ustar00rootroot00000000000000org.workrave.WorkraveApplet.mate-panel-applet org.workrave.WorkraveApplet.mate-panel-applet.in workrave-1_10_10/frontend/applets/mate/src/Makefile.am000066400000000000000000000037131263301626300227220ustar00rootroot00000000000000if HAVE_MATE WORKRAVE_MENU_UI_DIR = $(datadir)/mate-panel/ui libappletdir = $(libdir)/mate-applets libapplet_PROGRAMS = workrave-applet APPLET_LOCATION = ${libappletdir}/workrave-applet workrave_applet_SOURCES = main.c workrave_applet_CFLAGS = -Wall -std=c99 -DPANEL_MATE \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ -I$(srcdir)/../include -I$(srcdir)/../../common/include \ $(LIBMATEPANEL_CFLAGS) \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -DWORKRAVE_MENU_UI_DIR="\"${WORKRAVE_MENU_UI_DIR}"\" workrave_applet_LDADD = $(LIBMATEPANEL_LIBS) $(LIBMATEGUI4_LIBS) $(LIBMATEPANEL_LIBS) \ @GTK2_LIBS@ -L$(builddir)/../../common/src -lworkrave-gtk2-private-1.0 appletsdir = $(datadir)/mate-panel/applets applets_in_files = org.workrave.WorkraveApplet.mate-panel-applet.in applets_DATA = $(applets_in_files:.mate-panel-applet.in=.mate-panel-applet) $(applets_in_files): $(applets_in_files).in Makefile $(AM_V_GEN)sed \ -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ %.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache servicedir = $(datadir)/dbus-1/services service_in_files = org.mate.panel.applet.WorkraveAppletFactory.service.in service_DATA = $(service_in_files:.service.in=.service) org.mate.panel.applet.WorkraveAppletFactory.service: $(service_in_files) $(AM_V_GEN)sed \ -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ xmluidir = $(WORKRAVE_MENU_UI_DIR) xmlui_DATA = workrave-menu.xml CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) \ org.workrave.WorkraveApplet.mate-panel-applet \ org.workrave.WorkraveApplet.mate-panel-applet.in EXTRA_DIST = \ org.workrave.WorkraveApplet.mate-panel-applet.in.in \ $(applets_in_files) \ $(service_in_files) \ $(xmlui_DATA) endif workrave-1_10_10/frontend/applets/mate/src/main.c000066400000000000000000000275021263301626300217600ustar00rootroot00000000000000// Copyright (C) 2002 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "control.h" #include "credits.h" #include "nls.h" #include "MenuEnums.hh" typedef struct _WorkraveApplet { MatePanelApplet *applet; GtkActionGroup *action_group; WorkraveTimerboxControl *timerbox_control; GtkImage *image; gboolean alive; int inhibit; } WorkraveApplet; static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data); struct Menuitems { enum MenuCommand id; gboolean autostart; gboolean visible_when_not_running; char *action; gboolean inhibit; }; static struct Menuitems menu_data[] = { { MENU_COMMAND_OPEN, TRUE, TRUE, "Open", }, { MENU_COMMAND_PREFERENCES, FALSE, FALSE, "Preferences", }, { MENU_COMMAND_EXERCISES, FALSE, FALSE, "Exercises", }, { MENU_COMMAND_REST_BREAK, FALSE, FALSE, "Restbreak", }, { MENU_COMMAND_MODE_NORMAL, FALSE, FALSE, "Normal", }, { MENU_COMMAND_MODE_QUIET, FALSE, FALSE, "Quiet", }, { MENU_COMMAND_MODE_SUSPENDED, FALSE, FALSE, "Suspended", }, { MENU_COMMAND_NETWORK_CONNECT, FALSE, FALSE, "Join", }, { MENU_COMMAND_NETWORK_DISCONNECT, FALSE, FALSE, "Disconnect", }, { MENU_COMMAND_NETWORK_LOG, FALSE, FALSE, "ShowLog", }, { MENU_COMMAND_NETWORK_RECONNECT, FALSE, FALSE, "Reconnect", }, { MENU_COMMAND_STATISTICS, FALSE, FALSE, "Statistics", }, { MENU_COMMAND_ABOUT, FALSE, TRUE, "About", }, { MENU_COMMAND_MODE_READING, FALSE, FALSE, "ReadingMode", }, { MENU_COMMAND_QUIT, FALSE, FALSE, "Quit", } }; int lookup_menu_index_by_id(enum MenuCommand id) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (menu_data[i].id == id) { return i; } } return -1; } int lookup_menu_index_by_action(const char *action) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (g_strcmp0(menu_data[i].action, action) == 0) { return i; } } return -1; } void on_alive_changed(gpointer instance, gboolean alive, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet *)(user_data); applet->alive = alive; if (!alive) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GtkAction *action = gtk_action_group_get_action(applet->action_group, menu_data[i].action); gtk_action_set_visible(action, menu_data[i].visible_when_not_running); } } } void on_menu_changed(gpointer instance, GVariant *parameters, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet *)user_data; applet->inhibit++; GVariantIter *iter; g_variant_get (parameters, "(a(sii))", &iter); char *text; int id; int flags; gboolean visible[sizeof(menu_data)/sizeof(struct Menuitems)]; for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { visible[i] = menu_data[i].visible_when_not_running; } while (g_variant_iter_loop(iter, "(sii)", &text, &id, &flags)) { int index = lookup_menu_index_by_id((enum MenuCommand)id); if (index == -1) { continue; } GtkAction *action = gtk_action_group_get_action(applet->action_group, menu_data[index].action); if (flags & MENU_ITEM_FLAG_SUBMENU_END || flags & MENU_ITEM_FLAG_SUBMENU_BEGIN) { continue; } visible[index] = TRUE; if (GTK_IS_TOGGLE_ACTION(action)) { GtkToggleAction *toggle = GTK_TOGGLE_ACTION(action); gtk_toggle_action_set_active(toggle, flags & MENU_ITEM_FLAG_ACTIVE); } } g_variant_iter_free (iter); for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GtkAction *action = gtk_action_group_get_action(applet->action_group, menu_data[i].action); gtk_action_set_visible(action, visible[i]); } applet->inhibit--; } static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data) { GError *error = NULL; GVariant *result; result = g_dbus_proxy_call_finish(proxy, res, &error); if (error != NULL) { g_warning("DBUS Failed: %s", error ? error->message : ""); g_error_free(error); } if (result != NULL) { g_variant_unref(result); } } static void on_menu_about(WorkraveApplet *applet) { GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL); GtkAboutDialog *about = GTK_ABOUT_DIALOG(gtk_about_dialog_new()); gtk_container_set_border_width(GTK_CONTAINER(about), 5); gtk_show_about_dialog(NULL, "name", "Workrave", #ifdef GIT_VERSION "version", PACKAGE_VERSION "\n(" GIT_VERSION ")", #else "version", PACKAGE_VERSION, #endif "copyright", workrave_copyright, "website", "http://www.workrave.org", "website_label", "www.workrave.org", "comments", _("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI)."), "translator-credits", workrave_translators, "authors", workrave_authors, "logo", pixbuf, NULL); g_object_unref(pixbuf); } static void on_menu_command(GtkAction *action, WorkraveApplet *applet) { if (applet->inhibit > 0) { return; } int index = lookup_menu_index_by_action(gtk_action_get_name(action)); if (index == -1) { return; } switch(menu_data[index].id) { case MENU_COMMAND_ABOUT: on_menu_about(applet); break; default: { GDBusProxy *proxy = workrave_timerbox_control_get_applet_proxy(applet->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "Command", g_variant_new("(i)", menu_data[index].id), menu_data[index].autostart ? G_DBUS_CALL_FLAGS_NONE : G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, applet); } } break; } } static void on_menu_radio_changed(GtkRadioAction *action, GtkRadioAction *current, WorkraveApplet *applet) { on_menu_command(current, applet); } static const GtkActionEntry menu_actions [] = { { "Open", GTK_STOCK_OPEN, N_("_Open"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Statistics", NULL, N_("_Statistics"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Preferences", GTK_STOCK_PREFERENCES, N_("_Preferences"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Exercises", NULL, N_("_Exercises"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Restbreak", NULL, N_("_Restbreak"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Mode", NULL, N_("_Mode"), NULL, NULL, NULL }, { "Network", NULL, N_("_Network"), NULL, NULL, NULL }, { "Join", NULL, N_("_Join"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Disconnect", NULL, N_("_Disconnect"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "Reconnect", NULL, N_("_Reconnect"), NULL, NULL, G_CALLBACK(on_menu_command) }, { "About", GTK_STOCK_ABOUT, N_("_About"), NULL, NULL, G_CALLBACK(on_menu_about) }, { "Quit", GTK_STOCK_QUIT, N_("_Quit"), NULL, NULL, G_CALLBACK(on_menu_command) }, }; static const GtkToggleActionEntry toggle_actions[] = { { "ShowLog", NULL, N_("Show log"), NULL, NULL, G_CALLBACK(on_menu_command), FALSE }, { "ReadingMode", NULL, N_("Reading mode"), NULL, NULL, G_CALLBACK(on_menu_command), FALSE }, }; static const GtkRadioActionEntry mode_actions[] = { { "Normal", NULL, N_("Normal"), NULL, NULL, 0 }, { "Suspended", NULL, N_("Suspended"), NULL, NULL, 1 }, { "Quiet", NULL, N_("Quiet"), NULL, NULL, 2 }, }; static void workrave_applet_fill(WorkraveApplet *applet) { mate_panel_applet_set_flags(applet->applet, MATE_PANEL_APPLET_HAS_HANDLE); mate_panel_applet_set_background_widget(applet->applet, GTK_WIDGET(applet->applet)); applet->timerbox_control = g_object_new(WORKRAVE_TIMERBOX_CONTROL_TYPE, NULL); applet->image = workrave_timerbox_control_get_image(applet->timerbox_control); g_signal_connect(G_OBJECT(applet->timerbox_control), "menu-changed", G_CALLBACK(on_menu_changed), applet); g_signal_connect(G_OBJECT(applet->timerbox_control), "alive-changed", G_CALLBACK(on_alive_changed), applet); workrave_timerbox_control_set_tray_icon_visible_when_not_running(applet->timerbox_control, TRUE); workrave_timerbox_control_set_tray_icon_mode(applet->timerbox_control, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS); applet->action_group = gtk_action_group_new("WorkraveAppletActions"); gtk_action_group_set_translation_domain(applet->action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions(applet->action_group, menu_actions, G_N_ELEMENTS (menu_actions), applet); gtk_action_group_add_toggle_actions(applet->action_group, toggle_actions, G_N_ELEMENTS (toggle_actions), applet); gtk_action_group_add_radio_actions (applet->action_group, mode_actions, G_N_ELEMENTS(mode_actions), 0, G_CALLBACK(on_menu_radio_changed), applet); gchar *ui_path = g_build_filename(WORKRAVE_MENU_UI_DIR, "workrave-menu.xml", NULL); mate_panel_applet_setup_menu_from_file(applet->applet, ui_path, applet->action_group); g_free(ui_path); gtk_container_add(GTK_CONTAINER(applet->applet), GTK_WIDGET(applet->image)); gtk_widget_show_all(GTK_WIDGET(applet->applet)); } static gboolean workrave_applet_factory(MatePanelApplet *applet, const gchar *iid, gpointer data) { gboolean retval = FALSE; if (g_strcmp0(iid, "WorkraveApplet") == 0) { WorkraveApplet *workrave_applet; workrave_applet = g_new0(WorkraveApplet, 1); workrave_applet->applet = applet; workrave_applet->action_group= NULL; workrave_applet->timerbox_control = NULL; workrave_applet->image = NULL; workrave_applet->alive = FALSE; workrave_applet->inhibit = 0; workrave_applet_fill(workrave_applet); retval = TRUE; } return retval; } MATE_PANEL_APPLET_OUT_PROCESS_FACTORY( "WorkraveAppletFactory", PANEL_TYPE_APPLET, "WorkraveApplet", workrave_applet_factory, NULL); workrave-1_10_10/frontend/applets/mate/src/org.mate.panel.applet.WorkraveAppletFactory.service.in000066400000000000000000000001211263301626300332360ustar00rootroot00000000000000[D-BUS Service] Name=org.mate.panel.applet.WorkraveAppletFactory Exec=@LOCATION@ workrave-1_10_10/frontend/applets/mate/src/org.workrave.WorkraveApplet.mate-panel-applet.in.in000066400000000000000000000003051263301626300325150ustar00rootroot00000000000000[Applet Factory] Id=WorkraveAppletFactory Location=@LOCATION@ _Name=Workrave Applet Factory _Description=Workrave Applet [WorkraveApplet] _Name=Workrave _Description=Workrave Applet Icon=workrave workrave-1_10_10/frontend/applets/mate/src/workrave-menu.xml000066400000000000000000000014531263301626300242110ustar00rootroot00000000000000 workrave-1_10_10/frontend/applets/win32/000077500000000000000000000000001263301626300201075ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/win32/Makefile.am000066400000000000000000000002741263301626300221460ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src include workrave-1_10_10/frontend/applets/win32/include/000077500000000000000000000000001263301626300215325ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/win32/include/Applet.hh000066400000000000000000000046621263301626300233100ustar00rootroot00000000000000// Applet.h --- Applet // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef APPLET_H #define APPLET_H #include "ICore.hh" using namespace workrave; #define APPLET_WINDOW_CLASS_NAME "WorkraveApplet" #define APPLET_BAR_TEXT_MAX_LENGTH 16 #define APPLET_MESSAGE_HEARTBEAT 0 #define APPLET_MESSAGE_MENU 1 /*!!!!!!!!!!!!!!!!!!! On Windows x64, the installed Applet will be 64-bit. Therefore Workrave (32-bit) could be passing structures to a 64-bit applet. And so we must ensure that all members of any passed structure have types that are the same size on both 32 and 64 bit Windows. All structures declared in this file are used by both Workrave (x86) and the applet (x86 & x64). */ struct AppletHeartbeatData { volatile bool enabled; short slots[BREAK_ID_SIZEOF]; char bar_text[BREAK_ID_SIZEOF][APPLET_BAR_TEXT_MAX_LENGTH]; short bar_secondary_color[BREAK_ID_SIZEOF]; int bar_secondary_val[BREAK_ID_SIZEOF]; int bar_secondary_max[BREAK_ID_SIZEOF]; short bar_primary_color[BREAK_ID_SIZEOF]; int bar_primary_val[BREAK_ID_SIZEOF]; int bar_primary_max[BREAK_ID_SIZEOF]; }; #define APPLET_MAX_MENU_ITEMS 16 #define APPLET_MENU_TEXT_MAX_LENGTH 48 #define APPLET_MENU_FLAG_TOGGLE 1 #define APPLET_MENU_FLAG_SELECTED 2 #define APPLET_MENU_FLAG_POPUP 4 struct AppletMenuItemData { char text[APPLET_MENU_TEXT_MAX_LENGTH]; // mbs int flags; short command; }; struct AppletMenuData { short num_items; /* MSDN notes: Handles have 32 significant bits on 64-bit Windows . We must ensure that our types are the same size on both 64 and 32 bit systems (see x64 comment). We will pass the command_window HWND as a LONG: */ LONG command_window; AppletMenuItemData items[APPLET_MAX_MENU_ITEMS]; }; #endif /* APPLET_H */ workrave-1_10_10/frontend/applets/win32/include/Makefile.am000066400000000000000000000003171263301626300235670ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) workrave-1_10_10/frontend/applets/win32/src/000077500000000000000000000000001263301626300206765ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/win32/src/.gitignore000066400000000000000000000000441263301626300226640ustar00rootroot00000000000000/Release /Debug /Release64 /Debug64 workrave-1_10_10/frontend/applets/win32/src/Applet.cpp000066400000000000000000000217031263301626300226320ustar00rootroot00000000000000// Applet.cpp --- COM stuff // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include #include #include #include "ClsFact.h" #include #pragma data_seg(".text") #define INITGUID #include #include #include "Guid.h" #include "Debug.h" #pragma data_seg() extern "C" BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID); BOOL RegisterServer(CLSID, LPTSTR, BOOL reg); BOOL RegisterComCat(CLSID, CATID, BOOL reg); HINSTANCE g_hInst; UINT g_DllRefCount; extern "C" BOOL WINAPI DllMain( HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) { switch(dwReason) { case DLL_PROCESS_ATTACH: g_hInst = hInstance; break; case DLL_PROCESS_DETACH: break; } return TRUE; } STDAPI DllCanUnloadNow() { TRACE_ENTER("DllCanUnloadNow"); TRACE_RETURN(g_DllRefCount); return (g_DllRefCount ? S_FALSE : S_OK); } STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppReturn) { *ppReturn = NULL; //if we don't support this classid, return the proper error code if (!IsEqualCLSID(rclsid, CLSID_WorkraveDeskBand)) return CLASS_E_CLASSNOTAVAILABLE; //create a CClassFactory object and check it for validity CClassFactory *pClassFactory = new CClassFactory(rclsid); if (NULL == pClassFactory) return E_OUTOFMEMORY; //get the QueryInterface return for our return value HRESULT hResult = pClassFactory->QueryInterface(riid, ppReturn); //call Release to decement the ref count - creating the object set it to one //and QueryInterface incremented it - since its being used externally (not by //us), we only want the ref count to be 1 pClassFactory->Release(); //return the result from QueryInterface return hResult; } static void ClearDeskBandCache() { /* Remove the cache of the deskbands on Windows 2000. This will cause the new deskband to be displayed in the toolbar menu the next time the user brings it up. See KB article Q214842 for more information on this. */ TCHAR szSubKey[MAX_PATH]; TCHAR szCATID[MAX_PATH]; LPWSTR pwszCATID; StringFromCLSID(CATID_DeskBand, &pwszCATID); if (pwszCATID) { #ifdef UNICODE lstrcpy(szCATID, pwszCATID); #else WideCharToMultiByte( CP_ACP, 0, pwszCATID, -1, szCATID, ARRAYSIZE(szCATID), NULL, NULL); #endif //free the string CoTaskMemFree(pwszCATID); wsprintf(szSubKey, TEXT("Component Categories\\%s\\Enum"), szCATID); RegDeleteKey(HKEY_CLASSES_ROOT, szSubKey); } } STDAPI DllUnregisterServer() { RegisterComCat(CLSID_WorkraveDeskBand, CATID_DeskBand, FALSE); RegisterServer(CLSID_WorkraveDeskBand, TEXT("Workrave"), FALSE); ClearDeskBandCache(); return S_OK; } STDAPI DllRegisterServer() { //Register the desk band object. if (!RegisterServer(CLSID_WorkraveDeskBand, TEXT("Workrave"), TRUE)) return SELFREG_E_CLASS; //Register the component categories for the desk band object. if (!RegisterComCat(CLSID_WorkraveDeskBand, CATID_DeskBand, TRUE)) return SELFREG_E_CLASS; ClearDeskBandCache(); return S_OK; } typedef struct{ HKEY hRootKey; LPTSTR szSubKey;//TCHAR szSubKey[MAX_PATH]; LPTSTR lpszValueName; LPTSTR szData;//TCHAR szData[MAX_PATH]; }DOREGSTRUCT, *LPDOREGSTRUCT; BOOL RegisterServer(CLSID clsid, LPTSTR lpszTitle, BOOL reg) { int i; HKEY hKey; LRESULT lResult; DWORD dwDisp; TCHAR szSubKey[MAX_PATH]; TCHAR szCLSID[MAX_PATH]; TCHAR szModule[MAX_PATH]; LPWSTR pwsz; //get the CLSID in string form StringFromIID(clsid, &pwsz); if (pwsz) { #ifdef UNICODE lstrcpy(szCLSID, pwsz); #else WideCharToMultiByte( CP_ACP, 0, pwsz, -1, szCLSID, ARRAYSIZE(szCLSID), NULL, NULL); #endif //free the string CoTaskMemFree(pwsz); } //get this app's path and file name GetModuleFileName(g_hInst, szModule, ARRAYSIZE(szModule)); DOREGSTRUCT ClsidEntries[] = {HKEY_CLASSES_ROOT, TEXT("CLSID\\%s"), NULL, lpszTitle, HKEY_CLASSES_ROOT, TEXT("CLSID\\%s\\InprocServer32"), NULL, szModule, HKEY_CLASSES_ROOT, TEXT("CLSID\\%s\\InprocServer32"), TEXT("ThreadingModel"), TEXT("Apartment") }; if (reg) { //register the CLSID entries for(i = 0; i < sizeof(ClsidEntries)/sizeof(ClsidEntries[0]); i++) { //create the sub key string - for this case, insert the file extension wsprintf(szSubKey, ClsidEntries[i].szSubKey, szCLSID); lResult = RegCreateKeyEx( ClsidEntries[i].hRootKey, szSubKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, &dwDisp); if (NOERROR == lResult) { TCHAR szData[MAX_PATH]; //if necessary, create the value string wsprintf(szData, ClsidEntries[i].szData, szModule); lResult = RegSetValueEx( hKey, ClsidEntries[i].lpszValueName, 0, REG_SZ, (LPBYTE)szData, lstrlen(szData) + 1); RegCloseKey(hKey); } else return FALSE; } } else { //create the sub key string - for this case, insert the file extension wsprintf(szSubKey, ClsidEntries[0].szSubKey, szCLSID); SHDeleteKey(ClsidEntries[0].hRootKey, szSubKey); } //If running on NT, register the extension as approved. OSVERSIONINFO osvi; osvi.dwOSVersionInfoSize = sizeof(osvi); GetVersionEx(&osvi); if (VER_PLATFORM_WIN32_NT == osvi.dwPlatformId) { lstrcpy( szSubKey, TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved")); lResult = RegCreateKeyEx( HKEY_LOCAL_MACHINE, szSubKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, &dwDisp); if (NOERROR == lResult) { TCHAR szData[MAX_PATH]; //Create the value string. lstrcpy(szData, lpszTitle); if (reg) { lResult = RegSetValueEx( hKey, szCLSID, 0, REG_SZ, (LPBYTE)szData, (lstrlen(szData) + 1) * sizeof(TCHAR)); } else { lResult = RegDeleteValue(hKey, szCLSID); } RegCloseKey(hKey); } else return FALSE; } return TRUE; } BOOL RegisterComCat(CLSID clsid, CATID CatID, BOOL reg) { ICatRegister *pcr; HRESULT hr = S_OK ; CoInitialize(NULL); hr = CoCreateInstance( CLSID_StdComponentCategoriesMgr, NULL, CLSCTX_INPROC_SERVER, IID_ICatRegister, (LPVOID*)&pcr); if (SUCCEEDED(hr)) { if (reg) { hr = pcr->RegisterClassImplCategories(clsid, 1, &CatID); } else { hr = pcr->UnRegisterClassImplCategories(clsid, 1, &CatID); } pcr->Release(); } CoUninitialize(); return SUCCEEDED(hr); } workrave-1_10_10/frontend/applets/win32/src/Applet.def000066400000000000000000000003101263301626300225750ustar00rootroot00000000000000LIBRARY workrave-applet DESCRIPTION "Workrave Taskbar Integration" EXPORTS DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE workrave-1_10_10/frontend/applets/win32/src/Applet.dsp000066400000000000000000000124731263301626300226420ustar00rootroot00000000000000# Microsoft Developer Studio Project File - Name="Applet" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=Applet - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "Applet.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "Applet.mak" CFG="Applet - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "Applet - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "Applet - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "Applet - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c # ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /I "..\..\..\..\backend\include" /I "..\..\..\common\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/workrave-applet.dll" # Begin Custom Build OutDir=.\Release InputPath=.\Release\workrave-applet.dll SOURCE="$(InputPath)" "$(OUTDIR)\Register.out" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" regsvr32.exe /s /c $(OUTDIR)\workrave-applet.dll # End Custom Build !ELSEIF "$(CFG)" == "Applet - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Applet" # PROP BASE Intermediate_Dir "Applet" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../include" /I "..\..\..\..\backend\include" /I "..\..\..\common\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/workrave-applet.dll" /pdbtype:sept !ENDIF # Begin Target # Name "Applet - Win32 Release" # Name "Applet - Win32 Debug" # Begin Source File SOURCE=.\Applet.cpp # End Source File # Begin Source File SOURCE=.\Applet.def # End Source File # Begin Source File SOURCE=.\ClsFact.cpp # End Source File # Begin Source File SOURCE=.\ClsFact.h # End Source File # Begin Source File SOURCE=.\DeskBand.cpp # End Source File # Begin Source File SOURCE=.\DeskBand.h # End Source File # Begin Source File SOURCE=.\Globals.h # End Source File # Begin Source File SOURCE=.\Guid.h # End Source File # Begin Source File SOURCE=.\Icon.cpp # End Source File # Begin Source File SOURCE=.\Icon.h # End Source File # Begin Source File SOURCE=.\resource.rc # End Source File # Begin Source File SOURCE=.\TimeBar.cpp # End Source File # Begin Source File SOURCE=.\TimeBar.h # End Source File # Begin Source File SOURCE="..\..\..\common\share\images\win32\timer-daily.ico" # End Source File # Begin Source File SOURCE="..\..\..\common\share\images\win32\timer-micropause.ico" # End Source File # Begin Source File SOURCE="..\..\..\common\share\images\win32\timer-restbreak.ico" # End Source File # Begin Source File SOURCE=.\TimerBox.cpp # End Source File # Begin Source File SOURCE=.\TimerBox.h # End Source File # Begin Source File SOURCE=.\Util.cpp # End Source File # Begin Source File SOURCE=.\Util.h # End Source File # Begin Source File SOURCE=..\..\..\common\share\images\win32\workrave.ico # End Source File # End Target # End Project workrave-1_10_10/frontend/applets/win32/src/Applet.mak000066400000000000000000000202541263301626300226200ustar00rootroot00000000000000# Microsoft Developer Studio Generated NMAKE File, Based on Applet.dsp !IF "$(CFG)" == "" CFG=Applet - Win32 Debug !MESSAGE No configuration specified. Defaulting to Applet - Win32 Debug. !ENDIF !IF "$(CFG)" != "Applet - Win32 Release" && "$(CFG)" != "Applet - Win32 Debug" !MESSAGE Invalid configuration "$(CFG)" specified. !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "Applet.mak" CFG="Applet - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "Applet - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "Applet - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE !ERROR An invalid configuration is specified. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF !IF "$(CFG)" == "Applet - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros ALL : "$(OUTDIR)\workrave-applet.dll" CLEAN : -@erase "$(INTDIR)\Applet.obj" -@erase "$(INTDIR)\ClsFact.obj" -@erase "$(INTDIR)\DeskBand.obj" -@erase "$(INTDIR)\Icon.obj" -@erase "$(INTDIR)\resource.res" -@erase "$(INTDIR)\TimeBar.obj" -@erase "$(INTDIR)\TimerBox.obj" -@erase "$(INTDIR)\Util.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\workrave-applet.dll" -@erase "$(OUTDIR)\workrave-applet.exp" -@erase "$(OUTDIR)\workrave-applet.lib" -@erase ".\Release\Register.out" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../include" /I "..\..\..\..\backend\include" /I "..\..\..\common\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\Applet.pch" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 RSC=rc.exe RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /d "NDEBUG" BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\Applet.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\workrave-applet.pdb" /machine:I386 /def:".\Applet.def" /out:"$(OUTDIR)\workrave-applet.dll" /implib:"$(OUTDIR)\workrave-applet.lib" DEF_FILE= \ ".\Applet.def" LINK32_OBJS= \ "$(INTDIR)\Applet.obj" \ "$(INTDIR)\ClsFact.obj" \ "$(INTDIR)\DeskBand.obj" \ "$(INTDIR)\Icon.obj" \ "$(INTDIR)\TimeBar.obj" \ "$(INTDIR)\TimerBox.obj" \ "$(INTDIR)\Util.obj" \ "$(INTDIR)\resource.res" "$(OUTDIR)\workrave-applet.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << OutDir=.\Release InputPath=.\Release\workrave-applet.dll SOURCE="$(InputPath)" "$(OUTDIR)\Register.out" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" < workrave-1_10_10/frontend/applets/win32/src/ClsFact.cpp000066400000000000000000000052471263301626300227310ustar00rootroot00000000000000// ClsFact.h --- CClassFactory implementation // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include "ClsFact.h" #include "Guid.h" #include "Debug.h" CClassFactory::CClassFactory(CLSID clsid) { TRACE_ENTER("CClassFactory::CClassFactory"); m_clsidObject = clsid; m_ObjRefCount = 1; g_DllRefCount++; TRACE_EXIT(); } CClassFactory::~CClassFactory() { TRACE_ENTER("CClassFactory::CClassFactory"); g_DllRefCount--; TRACE_MSG(g_DllRefCount); TRACE_EXIT(); } STDMETHODIMP CClassFactory::QueryInterface(REFIID riid, LPVOID *ppReturn) { *ppReturn = NULL; if (IsEqualIID(riid, IID_IUnknown)) { *ppReturn = this; } else if (IsEqualIID(riid, IID_IClassFactory)) { *ppReturn = (IClassFactory*)this; } if (*ppReturn) { (*(LPUNKNOWN*)ppReturn)->AddRef(); return S_OK; } return E_NOINTERFACE; } STDMETHODIMP_(DWORD) CClassFactory::AddRef() { return ++m_ObjRefCount; } STDMETHODIMP_(DWORD) CClassFactory::Release() { if (--m_ObjRefCount == 0) { delete this; return 0; } return m_ObjRefCount; } STDMETHODIMP CClassFactory::CreateInstance(LPUNKNOWN pUnknown, REFIID riid, LPVOID *ppObject) { HRESULT hResult = E_FAIL; LPVOID pTemp = NULL; *ppObject = NULL; if (pUnknown != NULL) return CLASS_E_NOAGGREGATION; //create the proper object if (IsEqualCLSID(m_clsidObject, CLSID_WorkraveDeskBand)) { #ifdef TRACING Debug::init(); #endif CDeskBand *pDeskBand = new CDeskBand(); if (NULL == pDeskBand) return E_OUTOFMEMORY; pTemp = pDeskBand; } if (pTemp) { //get the QueryInterface return for our return value hResult = ((LPUNKNOWN)pTemp)->QueryInterface(riid, ppObject); //call Release to decement the ref count ((LPUNKNOWN)pTemp)->Release(); } return hResult; } STDMETHODIMP CClassFactory::LockServer(BOOL) { return E_NOTIMPL; } workrave-1_10_10/frontend/applets/win32/src/ClsFact.h000066400000000000000000000030101263301626300223600ustar00rootroot00000000000000// ClsFact.h --- CClassFactory definitions. // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef CLASSFACTORY_H #define CLASSFACTORY_H #include #include "Globals.h" #include "DeskBand.h" /************************************************************************** CClassFactory class definition **************************************************************************/ class CClassFactory : public IClassFactory { protected: DWORD m_ObjRefCount; public: CClassFactory(CLSID); ~CClassFactory(); //IUnknown methods STDMETHODIMP QueryInterface(REFIID, LPVOID*); STDMETHODIMP_(DWORD) AddRef(); STDMETHODIMP_(DWORD) Release(); //IClassFactory methods STDMETHODIMP CreateInstance(LPUNKNOWN, REFIID, LPVOID*); STDMETHODIMP LockServer(BOOL); private: CLSID m_clsidObject; }; #endif //CLASSFACTORY_H workrave-1_10_10/frontend/applets/win32/src/Debug.cpp000066400000000000000000000026141263301626300224330ustar00rootroot00000000000000// debug.cc // // Copyright (C) 2001, 2002, 2003, 2007, 2009, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef TRACING #include "Debug.h" using namespace std; std::ofstream g_log_stream; std::string Debug::trace_get_time() { char logtime[128]; time_t ltime; time(<ime); struct tm tmlt; localtime_s(&tmlt, <ime); strftime(logtime, 128, "%d%b%Y %H:%M:%S ", &tmlt); return logtime; } void Debug::init() { char logfile[128]; time_t ltime; time(<ime); struct tm tmlt; localtime_s(&tmlt, <ime); strftime(logfile, 128, "C:\\temp\\workrave-applet-%d%b%Y-%H%M%S", &tmlt); g_log_stream.open(logfile, std::ios::app); if (g_log_stream.is_open()) { std::cerr.rdbuf(g_log_stream.rdbuf()); } } #endif workrave-1_10_10/frontend/applets/win32/src/Debug.h000066400000000000000000000041711263301626300221000ustar00rootroot00000000000000// Debug.hh // // Copyright (C) 2001 - 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DEBUG_HH #define DEBUG_HH #include #ifndef TRACING #define TRACE_ENTER(x) #define TRACE_ENTER_MSG(x,y) #define TRACE_RETURN(x) #define TRACE_EXIT() #define TRACE_MSG(x) #else #include #include #include #include extern std::ofstream g_log_stream; class Debug { public: static void init(); static std::string trace_get_time(); }; #define TRACE_ENTER(x) const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << std::endl; \ std::cerr.flush(); #define TRACE_ENTER_MSG(x, y) const char *_trace_method_name = x; \ std::cerr << Debug::trace_get_time() << ">>> " << x << " " << y << std::endl; \ std::cerr.flush(); #define TRACE_RETURN(y) std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << y << std::endl; \ std::cerr.flush(); #define TRACE_EXIT() std::cerr << Debug::trace_get_time() << "<<< " << _trace_method_name << std::endl; \ std::cerr.flush(); #define TRACE_MSG(msg) std::cerr << Debug::trace_get_time() << " " << _trace_method_name << " " << msg << std::endl; \ std::cerr.flush(); #endif // TRACING #endif // DEBUG_H workrave-1_10_10/frontend/applets/win32/src/DeskBand.cpp000066400000000000000000000422221263301626300230570ustar00rootroot00000000000000// DeskBand.cpp --- CDeskBand implementation // // Copyright (C) 2004, 2005, 2006, 2007, 2010 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include #include "DeskBand.h" #include "TimeBar.h" #include "TimerBox.h" #include "Guid.h" #include "Applet.hh" #include "Debug.h" #include "PaintHelper.h" CDeskBand::CDeskBand() { m_pSite = NULL; m_hWnd = NULL; m_hwndParent = NULL; m_bFocus = FALSE; m_dwViewMode = 0; m_dwBandID = 0; m_TimerBox = NULL; m_HasAppletMenu = FALSE; m_LastCopyData = 0; m_ObjRefCount = 1; g_DllRefCount++; } CDeskBand::~CDeskBand() { TRACE_ENTER("CDeskBand::~CDeskBand"); //this should have been freed in a call to SetSite(NULL), but just to be safe if (m_pSite) { m_pSite->Release(); m_pSite = NULL; } g_DllRefCount--; TRACE_MSG(g_DllRefCount); TRACE_EXIT(); } STDMETHODIMP CDeskBand::QueryInterface(REFIID riid, LPVOID *ppReturn) { *ppReturn = NULL; //IUnknown if (IsEqualIID(riid, IID_IUnknown)) { *ppReturn = this; } //IOleWindow else if (IsEqualIID(riid, IID_IOleWindow)) { *ppReturn = (IOleWindow*)this; } //IDockingWindow else if (IsEqualIID(riid, IID_IDockingWindow)) { *ppReturn = (IDockingWindow*)this; } //IInputObject else if (IsEqualIID(riid, IID_IInputObject)) { *ppReturn = (IInputObject*)this; } //IObjectWithSite else if (IsEqualIID(riid, IID_IObjectWithSite)) { *ppReturn = (IObjectWithSite*)this; } //IDeskBand else if (IsEqualIID(riid, IID_IDeskBand)) { *ppReturn = (IDeskBand*)this; } //IDeskBand2 else if (IsEqualIID(riid, IID_IDeskBand2)) { *ppReturn = (IDeskBand2*)this; } //IPersist else if (IsEqualIID(riid, IID_IPersist)) { *ppReturn = (IPersist*)this; } //IPersistStream else if (IsEqualIID(riid, IID_IPersistStream)) { *ppReturn = (IPersistStream*)this; } //IContextMenu else if (IsEqualIID(riid, IID_IContextMenu)) { *ppReturn = (IContextMenu*)this; } if (*ppReturn) { (*(LPUNKNOWN*)ppReturn)->AddRef(); return S_OK; } return E_NOINTERFACE; } STDMETHODIMP_(DWORD) CDeskBand::AddRef() { return ++m_ObjRefCount; } STDMETHODIMP_(DWORD) CDeskBand::Release() { if (--m_ObjRefCount == 0) { delete this; return 0; } return m_ObjRefCount; } STDMETHODIMP CDeskBand::GetWindow(HWND *phWnd) { TRACE_ENTER("CDeskBand::GetWindow"); *phWnd = m_hWnd; TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::ContextSensitiveHelp(BOOL fEnterMode) { return E_NOTIMPL; } STDMETHODIMP CDeskBand::ShowDW(BOOL fShow) { TRACE_ENTER_MSG("CDeskBand::ShowDW", fShow); if (m_hWnd) { if (fShow) { //show our window ShowWindow(m_hWnd, SW_SHOW); } else { //hide our window ShowWindow(m_hWnd, SW_HIDE); } } TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::CloseDW(DWORD dwReserved) { TRACE_ENTER("CDeskBand::CloseDW"); ShowDW(FALSE); delete m_TimerBox; m_TimerBox = NULL; if (IsWindow(m_hWnd)) DestroyWindow(m_hWnd); m_hWnd = NULL; TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::ResizeBorderDW(LPCRECT prcBorder, IUnknown* punkSite, BOOL fReserved) { return E_NOTIMPL; } STDMETHODIMP CDeskBand::UIActivateIO(BOOL fActivate, LPMSG pMsg) { if (fActivate) SetFocus(m_hWnd); return S_OK; } STDMETHODIMP CDeskBand::HasFocusIO() { if (m_bFocus) return S_OK; return S_FALSE; } STDMETHODIMP CDeskBand::TranslateAcceleratorIO(LPMSG pMsg) { return S_FALSE; } STDMETHODIMP CDeskBand::SetSite(IUnknown* punkSite) { TRACE_ENTER("CDeskBand::SetSite"); //If a site is being held, release it. if (m_pSite) { m_pSite->Release(); m_pSite = NULL; } //If punkSite is not NULL, a new site is being set. if (punkSite) { //Get the parent window. IOleWindow *pOleWindow; m_hwndParent = NULL; if (SUCCEEDED(punkSite->QueryInterface(IID_IOleWindow, (LPVOID*)&pOleWindow))) { pOleWindow->GetWindow(&m_hwndParent); pOleWindow->Release(); } if (!m_hwndParent) return E_FAIL; if (!RegisterAndCreateWindow()) return E_FAIL; //Get and keep the IInputObjectSite pointer. if (SUCCEEDED(punkSite->QueryInterface(IID_IInputObjectSite, (LPVOID*)&m_pSite))) { return S_OK; } return E_FAIL; } TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::GetSite(REFIID riid, LPVOID *ppvReturn) { TRACE_ENTER("CDeskBand::GetSite"); *ppvReturn = NULL; if (m_pSite) return m_pSite->QueryInterface(riid, ppvReturn); return E_FAIL; } STDMETHODIMP CDeskBand::GetBandInfo(DWORD dwBandID, DWORD dwViewMode, DESKBANDINFO* pdbi) { TRACE_ENTER_MSG("CDeskBand::GetBandInfo", dwBandID << " " << dwViewMode); if (pdbi) { m_dwBandID = dwBandID; m_dwViewMode = dwViewMode; if (pdbi->dwMask & DBIM_MINSIZE) { if (DBIF_VIEWMODE_FLOATING & dwViewMode) { pdbi->ptMinSize.x = 200; pdbi->ptMinSize.y = 400; } else { pdbi->ptMinSize.x = DB_MIN_SIZE_X; pdbi->ptMinSize.y = DB_MIN_SIZE_Y; } } if (pdbi->dwMask & DBIM_MAXSIZE) { pdbi->ptMaxSize.x = -1; pdbi->ptMaxSize.y = -1; } if (pdbi->dwMask & DBIM_INTEGRAL) { pdbi->ptIntegral.x = 1; pdbi->ptIntegral.y = 1; } if (pdbi->dwMask & DBIM_ACTUAL) { pdbi->ptActual.x = 100; pdbi->ptActual.y = 100; } if (pdbi->dwMask & DBIM_TITLE) { if (dwViewMode & DBIF_VIEWMODE_FLOATING) { lstrcpyW(pdbi->wszTitle, L"Workrave"); } else { pdbi->dwMask &= ~DBIM_TITLE; } } if (pdbi->dwMask & DBIM_MODEFLAGS) { pdbi->dwModeFlags = DBIMF_NORMAL; pdbi->dwModeFlags |= DBIMF_VARIABLEHEIGHT; } if (pdbi->dwMask & DBIM_BKCOLOR) { //Use the default background color by removing this flag. pdbi->dwMask &= ~DBIM_BKCOLOR; } return S_OK; } TRACE_EXIT(); return E_INVALIDARG; } STDMETHODIMP CDeskBand::CanRenderComposited(BOOL *pfCanRenderComposited) { TRACE_ENTER("CDeskBand::CanRenderComposited"); if (!pfCanRenderComposited) return E_INVALIDARG; *pfCanRenderComposited = TRUE; TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::GetCompositionState( BOOL *pfCompositionEnabled ) { TRACE_ENTER("CDeskBand::GetCompositionState"); if (!pfCompositionEnabled) return E_INVALIDARG; *pfCompositionEnabled = m_CompositionEnabled; TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::SetCompositionState( BOOL fCompositionEnabled ) { TRACE_ENTER_MSG("CDeskBand::SetCompositionState", fCompositionEnabled); m_CompositionEnabled = fCompositionEnabled; PaintHelper::SetCompositionEnabled(fCompositionEnabled != FALSE); TRACE_EXIT(); return S_OK; } STDMETHODIMP CDeskBand::GetClassID(LPCLSID pClassID) { *pClassID = CLSID_WorkraveDeskBand; return S_OK; } STDMETHODIMP CDeskBand::IsDirty() { return S_FALSE; } STDMETHODIMP CDeskBand::Load(LPSTREAM pStream) { return S_OK; } STDMETHODIMP CDeskBand::Save(LPSTREAM pStream, BOOL fClearDirty) { return S_OK; } STDMETHODIMP CDeskBand::GetSizeMax(ULARGE_INTEGER *pul) { return E_NOTIMPL; } STDMETHODIMP CDeskBand::QueryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) { TRACE_ENTER("CDeskBand::QueryContextMenu"); if ((!m_HasAppletMenu) || (CMF_DEFAULTONLY & uFlags) || !IsWindow( get_command_window() )) return MAKE_HRESULT(SEVERITY_SUCCESS, 0, USHORT(0)); int m = 0; HMENU popup = NULL; while (m < m_AppletMenu.num_items) { AppletMenuItemData *d = &m_AppletMenu.items[m]; wchar_t textw[APPLET_MENU_TEXT_MAX_LENGTH*2]; MultiByteToWideChar(CP_UTF8, 0, d->text, -1, textw, sizeof(textw)/sizeof(textw[0])); wchar_t *abbrev = wcschr(textw, '_'); UINT flags = MF_STRING | MF_BYPOSITION; if (d->flags & APPLET_MENU_FLAG_SELECTED) { flags |= MF_CHECKED; } if (abbrev != NULL) { *abbrev = '&'; } if (d->flags & APPLET_MENU_FLAG_POPUP) { if (popup == NULL) { popup = CreatePopupMenu(); } AppendMenuW(popup, flags, idCmdFirst + m, textw); } else { if (popup != NULL) { InsertMenuW(hMenu, indexMenu++, MF_POPUP | flags, (UINT) popup, textw); popup = NULL; } else { InsertMenuW(hMenu, indexMenu++, flags, idCmdFirst + m, textw); } } m++; } TRACE_EXIT(); return MAKE_HRESULT(SEVERITY_SUCCESS, 0, USHORT(m_AppletMenu.num_items + 1)); } STDMETHODIMP CDeskBand::InvokeCommand(LPCMINVOKECOMMANDINFO lpcmi) { TRACE_ENTER("CDeskBand::InvokeCommand"); int cmd = LOWORD(lpcmi->lpVerb); HRESULT ret; if (m_HasAppletMenu && cmd >= 0 && cmd < m_AppletMenu.num_items && IsWindow( get_command_window() )) { SendMessage( get_command_window(), WM_USER, m_AppletMenu.items[cmd].command, NULL ); ret = NOERROR; } else { ret = E_INVALIDARG; } TRACE_EXIT(); return ret; } STDMETHODIMP CDeskBand::GetCommandString(UINT_PTR idCommand, UINT uFlags, LPUINT lpReserved, LPSTR lpszName, UINT uMaxNameLen) { HRESULT hr = E_INVALIDARG; return hr; } LRESULT CALLBACK CDeskBand::WndProc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam) { TRACE_ENTER("CDeskBand::WndProc"); LRESULT lResult = 0; CDeskBand *pThis = (CDeskBand*)GetWindowLongPtr(hWnd, GWLP_USERDATA); switch (uMessage) { case WM_NCCREATE: { LPCREATESTRUCT lpcs = (LPCREATESTRUCT)lParam; pThis = (CDeskBand *)( lpcs->lpCreateParams ); SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pThis); SetWindowPos(hWnd, NULL, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED); //set the window handle pThis->m_hWnd = hWnd; SetTimer(hWnd, 0xdeadf00d, 3000, NULL); PaintHelper::Init(); } break; case WM_ERASEBKGND: if (pThis->m_CompositionEnabled) { lResult = 1; } break; case WM_COMMAND: pThis->OnCommand(wParam, lParam); break; case WM_TIMER: pThis->OnTimer(wParam, lParam); break; case WM_COPYDATA: pThis->OnCopyData((PCOPYDATASTRUCT) lParam); break; case WM_SETFOCUS: pThis->OnSetFocus(); break; case WM_KILLFOCUS: pThis->OnKillFocus(); break; case WM_SIZE: pThis->OnSize(lParam); break; case WM_WINDOWPOSCHANGING: pThis->OnWindowPosChanging(wParam, lParam); break; case WM_LBUTTONUP: SendMessage((HWND)LongToHandle(pThis->m_AppletMenu.command_window), WM_USER + 1, 0, NULL); break; } if (uMessage != WM_ERASEBKGND) { lResult = DefWindowProc(hWnd, uMessage, wParam, lParam); } TRACE_EXIT(); return lResult; } LRESULT CDeskBand::OnCommand(WPARAM wParam, LPARAM lParam) { return 0; } LRESULT CDeskBand::OnTimer(WPARAM wParam, LPARAM lParam) { TRACE_ENTER_MSG("CDeskBand::OnTimer", wParam << " " << lParam); if (m_TimerBox != NULL) { if (m_LastCopyData == 0 || difftime(time(NULL), m_LastCopyData) > 2) { m_TimerBox->set_enabled(false); m_TimerBox->update(false); } } TRACE_EXIT(); return 0; } LRESULT CDeskBand::OnCopyData(PCOPYDATASTRUCT copy_data) { TRACE_ENTER("CDeskBand::OnCopyData"); m_LastCopyData = time(NULL); if (copy_data->dwData == APPLET_MESSAGE_MENU && copy_data->cbData == sizeof(AppletMenuData)) { m_AppletMenu = *((AppletMenuData *) copy_data->lpData); m_HasAppletMenu = TRUE; } else if (m_TimerBox != NULL && copy_data->dwData == APPLET_MESSAGE_HEARTBEAT && copy_data->cbData == sizeof(AppletHeartbeatData)) { AppletHeartbeatData *data = (AppletHeartbeatData *) copy_data->lpData; m_TimerBox->set_enabled(data->enabled); for (int s = 0; s < BREAK_ID_SIZEOF; s++) { m_TimerBox->set_slot(s, (BreakId) data->slots[s]); } for (int b = 0; b < BREAK_ID_SIZEOF; b++) { TimeBar *bar = m_TimerBox->get_time_bar(BreakId(b)); if (bar != NULL) { bar->set_text(data->bar_text[b]); bar->set_bar_color((ITimeBar::ColorId) data->bar_primary_color[b]); bar->set_secondary_bar_color((ITimeBar::ColorId) data->bar_secondary_color[b]); bar->set_progress(data->bar_primary_val[b], data->bar_primary_max[b]); bar->set_secondary_progress(data->bar_secondary_val[b], data->bar_secondary_max[b]); } } m_TimerBox->update(false); } TRACE_EXIT(); return 0; } LRESULT CDeskBand::OnSize(LPARAM lParam) { TRACE_ENTER_MSG("CDeskBand::OnSize",lParam); int cx, cy; cx = LOWORD(lParam); cy = HIWORD(lParam); if (m_TimerBox != NULL) { m_TimerBox->set_size(cx, cy); m_TimerBox->update(true); } TRACE_EXIT(); return 0; } void CDeskBand::FocusChange(BOOL bFocus) { TRACE_ENTER_MSG("CDeskBand::OnWindowPosChanging", bFocus); m_bFocus = bFocus; //inform the input object site that the focus has changed if (m_pSite) { m_pSite->OnFocusChangeIS((IDockingWindow*)this, bFocus); } TRACE_EXIT(); } LRESULT CDeskBand::OnSetFocus() { TRACE_ENTER("CDeskBand::OnSetFocus"); FocusChange(TRUE); TRACE_EXIT(); return 0; } LRESULT CDeskBand::OnKillFocus() { TRACE_ENTER("CDeskBand::OnKillFocus"); FocusChange(FALSE); TRACE_EXIT(); return 0; } BOOL CDeskBand::RegisterAndCreateWindow() { TRACE_ENTER("CDeskBand::RegisterAndCreateWindow"); //If the window doesn't exist yet, create it now. if (!m_hWnd) { //Can't create a child window without a parent. if (!m_hwndParent) { return FALSE; } //If the window class has not been registered, then do so. WNDCLASS wc; if (!GetClassInfo(g_hInst, DB_CLASS_NAME, &wc)) { ZeroMemory(&wc, sizeof(wc)); wc.style = CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; wc.lpfnWndProc = (WNDPROC)WndProc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = g_hInst; wc.hIcon = NULL; wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc.hbrBackground = NULL;//(HBRUSH)(COLOR_WINDOWFRAME+1); wc.lpszMenuName = NULL; wc.lpszClassName = DB_CLASS_NAME; if (!RegisterClass(&wc)) { //If RegisterClass fails, CreateWindow below will fail. } } RECT rc; GetClientRect(m_hwndParent, &rc); //Create the window. The WndProc will set m_hWnd. HWND h = CreateWindowEx(WS_EX_TRANSPARENT, DB_CLASS_NAME, NULL, WS_CHILD | WS_CLIPSIBLINGS, rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top, m_hwndParent, NULL, g_hInst, (LPVOID)this); m_TimerBox = new TimerBox(h, g_hInst, this); } return (NULL != m_hWnd); TRACE_EXIT(); } LRESULT CDeskBand::OnWindowPosChanging(WPARAM wParam, LPARAM lParam) { TRACE_ENTER_MSG("CDeskBand::OnWindowPosChanging", wParam << " " << lParam); if (m_TimerBox != NULL) { m_TimerBox->update(true); } TRACE_EXIT(); return 0; } workrave-1_10_10/frontend/applets/win32/src/DeskBand.h000066400000000000000000000067411263301626300225320ustar00rootroot00000000000000// DeskBand.h --- CDeskBand definitions // // Copyright (C) 2004, 2005, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include #include #include #include "Globals.h" #include "Applet.hh" #ifndef DESKBAND_H #define DESKBAND_H #define DB_CLASS_NAME (TEXT("WorkraveApplet")) #define DB_MIN_SIZE_X 10 #define DB_MIN_SIZE_Y 10 class TimerBox; class CDeskBand : public IDeskBand2, public IInputObject, public IObjectWithSite, public IPersistStream, public IContextMenu { protected: DWORD m_ObjRefCount; public: CDeskBand(); ~CDeskBand(); //IUnknown methods STDMETHODIMP QueryInterface(REFIID, LPVOID*); STDMETHODIMP_(DWORD) AddRef(); STDMETHODIMP_(DWORD) Release(); //IOleWindow methods STDMETHOD (GetWindow) (HWND*); STDMETHOD (ContextSensitiveHelp) (BOOL); //IDockingWindow methods STDMETHOD (ShowDW) (BOOL fShow); STDMETHOD (CloseDW) (DWORD dwReserved); STDMETHOD (ResizeBorderDW) (LPCRECT prcBorder, IUnknown* punkToolbarSite, BOOL fReserved); //IDeskBand methods STDMETHOD (GetBandInfo) (DWORD, DWORD, DESKBANDINFO*); //IDeskBand2 methods STDMETHOD ( CanRenderComposited )( BOOL * ); STDMETHOD ( GetCompositionState )( BOOL * ); STDMETHOD ( SetCompositionState )( BOOL ); //IInputObject methods STDMETHOD (UIActivateIO) (BOOL, LPMSG); STDMETHOD (HasFocusIO) (); STDMETHOD (TranslateAcceleratorIO) (LPMSG); //IObjectWithSite methods STDMETHOD (SetSite) (IUnknown*); STDMETHOD (GetSite) (REFIID, LPVOID*); //IPersistStream methods STDMETHOD (GetClassID) (LPCLSID); STDMETHOD (IsDirty) (); STDMETHOD (Load) (LPSTREAM); STDMETHOD (Save) (LPSTREAM, BOOL); STDMETHOD (GetSizeMax) (ULARGE_INTEGER*); //IContextMenu methods STDMETHOD (QueryContextMenu)(HMENU, UINT, UINT, UINT, UINT); STDMETHOD (InvokeCommand)(LPCMINVOKECOMMANDINFO); STDMETHOD (GetCommandString)(UINT_PTR, UINT, LPUINT, LPSTR, UINT); HWND get_command_window() const; private: BOOL m_bFocus; HWND m_hwndParent; HWND m_hWnd; DWORD m_dwViewMode; DWORD m_dwBandID; IInputObjectSite *m_pSite; TimerBox *m_TimerBox; time_t m_LastCopyData; AppletMenuData m_AppletMenu; BOOL m_HasAppletMenu; BOOL m_CompositionEnabled; private: void FocusChange(BOOL); LRESULT OnKillFocus(); LRESULT OnSetFocus(); static LRESULT CALLBACK WndProc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam); LRESULT OnCommand(WPARAM wParam, LPARAM lParam); LRESULT OnCopyData(PCOPYDATASTRUCT data); LRESULT OnSize(LPARAM); LRESULT OnTimer(WPARAM wParam, LPARAM lParam); LRESULT OnWindowPosChanging(WPARAM wParam, LPARAM lParam); BOOL RegisterAndCreateWindow(); }; inline HWND CDeskBand::get_command_window() const { return (HWND)LongToHandle( m_AppletMenu.command_window ); } #endif //DESKBAND_H workrave-1_10_10/frontend/applets/win32/src/Globals.h000066400000000000000000000016041263301626300224330ustar00rootroot00000000000000// Globals.h --- Globals // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // extern HINSTANCE g_hInst; extern UINT g_DllRefCount; #undef ARRAYSIZE #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) workrave-1_10_10/frontend/applets/win32/src/Guid.h000066400000000000000000000017251263301626300217440ustar00rootroot00000000000000// Guid.h --- Private GUID definition. // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GUID_H #define GUID_H // {B6407CFF-FCB5-4883-90D2-3B4E7B2756BF} DEFINE_GUID(CLSID_WorkraveDeskBand, 0xb6407cff, 0xfcb5, 0x4883, 0x90, 0xd2, 0x3b, 0x4e, 0x7b, 0x27, 0x56, 0xbf); #endif workrave-1_10_10/frontend/applets/win32/src/Icon.cpp000066400000000000000000000066471263301626300223070ustar00rootroot00000000000000// Icon.cpp --- Icon // // Copyright (C) 2004, 2005, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include #include "Icon.h" #include "DeskBand.h" #include "Debug.h" #include "PaintHelper.h" #define ICON_CLASS_NAME "WorkraveIcon" Icon::Icon(HWND parent, HINSTANCE hinst, const char *resource, CDeskBand *deskband) : deskband(deskband) { init(hinst); icon = (HICON)LoadImage(hinst, resource, IMAGE_ICON, 16, 16, LR_DEFAULTCOLOR); hwnd = CreateWindowEx(0, ICON_CLASS_NAME, "", WS_CHILD | WS_CLIPSIBLINGS, 0, 0, 16, 16, parent, NULL, hinst, (LPVOID)this); paint_helper = new PaintHelper(hwnd); } Icon::~Icon() { DestroyWindow(hwnd); delete paint_helper; } LRESULT CALLBACK Icon::wnd_proc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam) { TRACE_ENTER("Icon::WndProc"); LRESULT lResult = 0; Icon *pThis = (Icon*)GetWindowLongPtr(hWnd, GWLP_USERDATA); switch (uMessage) { case WM_NCCREATE: { LPCREATESTRUCT lpcs = (LPCREATESTRUCT)lParam; pThis = (Icon *)(lpcs->lpCreateParams); SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pThis); SetWindowPos(hWnd, NULL, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED); } break; case WM_PAINT: pThis->on_paint(); break; case WM_ERASEBKGND: if (PaintHelper::GetCompositionEnabled()) { lResult = 1; } break; case WM_LBUTTONUP: SendMessage(pThis->deskband->get_command_window(), WM_USER + 1, 0, NULL); break; } if (uMessage != WM_ERASEBKGND) { lResult = DefWindowProc(hWnd, uMessage, wParam, lParam); } TRACE_EXIT(); return lResult; } void Icon::get_size(int &w, int &h) const { w = 16; h = 16; } LRESULT Icon::on_paint() { TRACE_ENTER("Icon::OnPaint"); HDC dc = paint_helper->BeginPaint(); if (dc != NULL) { paint_helper->DrawIcon(0, 0, icon, 16, 16); paint_helper->EndPaint(); } TRACE_EXIT(); return 0; } void Icon::init(HINSTANCE hinst) { //If the window class has not been registered, then do so. WNDCLASS wc; if (!GetClassInfo(hinst, ICON_CLASS_NAME, &wc)) { ZeroMemory(&wc, sizeof(wc)); wc.style = CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; wc.lpfnWndProc = (WNDPROC)wnd_proc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hinst; wc.hIcon = NULL; wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc.hbrBackground = (HBRUSH)GetStockObject(HOLLOW_BRUSH); wc.lpszMenuName = NULL; wc.lpszClassName = ICON_CLASS_NAME; RegisterClass(&wc); } } void Icon::update() { TRACE_ENTER("Icon::update"); InvalidateRect(hwnd, NULL, FALSE); TRACE_EXIT(); } workrave-1_10_10/frontend/applets/win32/src/Icon.h000066400000000000000000000025351263301626300217440ustar00rootroot00000000000000// Icon.h --- Icon // // Copyright (C) 2004, 2005, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICON_H #define ICON_H #include class CDeskBand; class PaintHelper; class Icon { public: Icon(HWND hwnd, HINSTANCE hinst, const char *resource, CDeskBand *deskband); ~Icon(); HWND get_handle() const { return hwnd; }; void get_size(int &w, int &h) const; void update(); private: CDeskBand *deskband; HWND hwnd; HICON icon; PaintHelper *paint_helper; static void init(HINSTANCE hinst); static LRESULT CALLBACK wnd_proc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam); LRESULT on_paint(); }; #endif // ICON_H workrave-1_10_10/frontend/applets/win32/src/Makefile.am000066400000000000000000000007061263301626300227350ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2006 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = Applet.cpp \ Applet.def \ Applet.dsp \ Applet.mak \ ClsFact.cpp \ ClsFact.h \ DeskBand.cpp \ DeskBand.h \ Globals.h \ Guid.h \ Icon.cpp \ Icon.h \ TimeBar.cpp \ TimeBar.h \ TimerBox.cpp \ TimerBox.h \ Util.cpp \ Util.h \ resource.rc workrave-1_10_10/frontend/applets/win32/src/PaintHelper.cpp000066400000000000000000000116671263301626300236300ustar00rootroot00000000000000#include "PaintHelper.h" #include "Debug.h" #include #include #include using namespace std; BEGIN_BUFFERED_PAINT PaintHelper::BeginBufferedPaint = NULL; END_BUFFERED_PAINT PaintHelper::EndBufferedPaint = NULL; BUFFERED_PAINT_SET_ALPHA PaintHelper::BufferedPaintSetAlpha = NULL; BUFFERED_PAINT_UNINIT PaintHelper::BufferedPaintUnInit = NULL; BUFFERED_PAINT_INIT PaintHelper::BufferedPaintInit = NULL; GET_BUFFERED_PAINT_BITS PaintHelper::GetBufferedPaintBits = NULL; bool PaintHelper::composition_enabled = false; bool PaintHelper::composition_available = false; PaintHelper::PaintHelper(HWND hwnd) : paint_buffer(NULL) { TRACE_ENTER_MSG("PaintHelper::PaintHelper", hwnd); this->hwnd = hwnd; TRACE_EXIT(); } PaintHelper::~PaintHelper() { } HDC PaintHelper::BeginPaint() { TRACE_ENTER("PaintHelper::BeginPaint"); hdc = ::BeginPaint(hwnd, &ps); paint_hdc = hdc; if (hdc) { if (composition_enabled && composition_available) { RECT rc; BP_PAINTPARAMS paint_params = {0}; GetClientRect(hwnd, &rc); paint_params.dwFlags = BPPF_ERASE; paint_params.cbSize = sizeof(paint_params); paint_buffer = BeginBufferedPaint(hdc, &rc, BPBF_TOPDOWNDIB, &paint_params, &paint_hdc); PatBlt(paint_hdc, 0, 0, rc.right - rc.left, rc.bottom - rc.top, BLACKNESS); BufferedPaintSetAlpha(paint_buffer, 0, 255); alpha_set = false; } else { paint_buffer = NULL; } } TRACE_EXIT(); return paint_hdc; } void PaintHelper::EndPaint() { TRACE_ENTER("PaintHelper::EndPaint"); if (paint_buffer != NULL) { if (!alpha_set) { BufferedPaintSetAlpha(paint_buffer, 0, 255); } EndBufferedPaint(paint_buffer, TRUE); paint_buffer = NULL; } ::EndPaint(hwnd, &ps); TRACE_EXIT(); } void PaintHelper::FixIconAlpha(HICON icon) { TRACE_ENTER("PaintHelper::FixIconAlpha"); ICONINFO icon_info; RGBQUAD *paint_bits; Gdiplus::ARGB *paint_bits_argb; int row_size; HRESULT hr = (paint_buffer != NULL) ? S_OK : E_FAIL; if (SUCCEEDED(hr)) { hr = GetBufferedPaintBits(paint_buffer, &paint_bits, &row_size); } if (SUCCEEDED(hr)) { paint_bits_argb = (Gdiplus::ARGB *)paint_bits; if (!GetIconInfo(icon, &icon_info)) { hr = E_FAIL; } } if (SUCCEEDED(hr)) { HDC hdc = GetDC(0); BITMAPINFO bmi = { 0, }; bmi.bmiHeader.biSize = sizeof(bmi.bmiHeader); if (GetDIBits(hdc, icon_info.hbmColor, 0, 0, 0, &bmi, DIB_RGB_COLORS)) { int icon_width = abs(bmi.bmiHeader.biWidth); int icon_height = abs(bmi.bmiHeader.biHeight); bmi.bmiHeader.biWidth = icon_width; bmi.bmiHeader.biHeight = -icon_height; bmi.bmiHeader.biCompression = BI_RGB; bmi.bmiHeader.biBitCount = 32; bmi.bmiHeader.biPlanes = 1; int row_delta = row_size - bmi.bmiHeader.biWidth; unsigned char *mask_data = (unsigned char*)malloc(icon_width * icon_height * 4); if (GetDIBits(hdc, icon_info.hbmMask, 0, abs(bmi.bmiHeader.biHeight), mask_data, &bmi, DIB_RGB_COLORS)) { unsigned char *mask_ptr = mask_data; for (int y = 0; y < icon_height; y++) { for (int x = 0; x < icon_width; x++) { if (mask_ptr[0]) { *paint_bits_argb++ = 0x40000000; } else { *paint_bits_argb++ |= 0xff000000; } mask_ptr += 4; } paint_bits_argb += row_delta; } alpha_set = true; } free (mask_data); } ReleaseDC(0, hdc); DeleteObject(icon_info.hbmColor); DeleteObject(icon_info.hbmMask); } TRACE_EXIT(); } void PaintHelper::DrawIcon(int x, int y, HICON hIcon, int width, int height) { TRACE_ENTER("PaintHelper::DrawIcon"); DrawIconEx(paint_hdc, x, y, hIcon, width, height, 0, NULL, DI_NORMAL); FixIconAlpha(hIcon); TRACE_EXIT(); } void PaintHelper::Init() { TRACE_ENTER("PaintHelper::Init"); HINSTANCE handle = LoadLibrary("UxTheme.dll"); composition_available = false; composition_enabled = false; if (handle != NULL) { BeginBufferedPaint = (BEGIN_BUFFERED_PAINT)::GetProcAddress(handle, "BeginBufferedPaint"); EndBufferedPaint = (END_BUFFERED_PAINT)::GetProcAddress(handle, "EndBufferedPaint"); BufferedPaintSetAlpha = (BUFFERED_PAINT_SET_ALPHA)::GetProcAddress(handle, "BufferedPaintSetAlpha"); BufferedPaintUnInit = (BUFFERED_PAINT_UNINIT)::GetProcAddress(handle, "BufferedPaintUnInit"); BufferedPaintInit = (BUFFERED_PAINT_INIT)::GetProcAddress(handle, "BufferedPaintInit"); GetBufferedPaintBits = (GET_BUFFERED_PAINT_BITS)::GetProcAddress(handle,"GetBufferedPaintBits"); if (BeginBufferedPaint != NULL && EndBufferedPaint != NULL && BufferedPaintSetAlpha != NULL && BufferedPaintUnInit != NULL && BufferedPaintInit != NULL && GetBufferedPaintBits != NULL) { composition_available = true; } } TRACE_EXIT(); } void PaintHelper::SetCompositionEnabled(bool enabled) { TRACE_ENTER_MSG("PaintHelper::SetCompositionEnabled", enabled); composition_enabled = enabled; TRACE_EXIT(); } bool PaintHelper::GetCompositionEnabled() { return composition_enabled; } workrave-1_10_10/frontend/applets/win32/src/PaintHelper.h000066400000000000000000000044601263301626300232660ustar00rootroot00000000000000// TimeBar.h --- Time bar // // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PAINTHELPER_H #define PAINTHELPER_H #define TMSCHEMA_H #include #include #include typedef HRESULT (__stdcall *BUFFERED_PAINT_INIT)(VOID); typedef HRESULT (__stdcall *BUFFERED_PAINT_UNINIT)(VOID); typedef HPAINTBUFFER (__stdcall *BEGIN_BUFFERED_PAINT)(HDC hdcTarget, const RECT* prcTarget, BP_BUFFERFORMAT dwFormat, BP_PAINTPARAMS *pPaintParams, HDC *phdc); typedef HRESULT (__stdcall *END_BUFFERED_PAINT)(HPAINTBUFFER hBufferedPaint, BOOL fUpdateTarget); typedef HRESULT (__stdcall *BUFFERED_PAINT_SET_ALPHA)(HPAINTBUFFER hBufferedPaint, const RECT *prc, BYTE alpha); typedef HRESULT (__stdcall *GET_BUFFERED_PAINT_BITS)(HPAINTBUFFER hBufferedPaint, RGBQUAD **ppbBuffer, int *pcxRow); class PaintHelper { public: PaintHelper(HWND hwnd); ~PaintHelper(); HDC BeginPaint(); void EndPaint(); void DrawIcon(int x, int y, HICON icon, int width, int height); void FixIconAlpha(HICON icon); static void SetCompositionEnabled(bool enabled); static bool GetCompositionEnabled(); static void Init(); private: HPAINTBUFFER paint_buffer; PAINTSTRUCT ps; HWND hwnd; HDC hdc; HDC paint_hdc; bool alpha_set; static bool composition_enabled; static bool composition_available; public: static BUFFERED_PAINT_UNINIT BufferedPaintUnInit; static BUFFERED_PAINT_INIT BufferedPaintInit; static BEGIN_BUFFERED_PAINT BeginBufferedPaint; static END_BUFFERED_PAINT EndBufferedPaint; static BUFFERED_PAINT_SET_ALPHA BufferedPaintSetAlpha; static GET_BUFFERED_PAINT_BITS GetBufferedPaintBits; }; #endif // PAINTHELPER_H workrave-1_10_10/frontend/applets/win32/src/TimeBar.cpp000066400000000000000000000241231263301626300227270ustar00rootroot00000000000000// TimeBar.cpp --- Time bar // // Copyright (C) 2004, 2005, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include #include "TimeBar.h" #include "DeskBand.h" #include "Debug.h" #include "PaintHelper.h" const int BORDER_SIZE = 2; const int MARGINX = 4; const int MARGINY = 0; const int MINIMAL_HEIGHT = 16; #define TIME_BAR_CLASS_NAME "WorkraveTimeBar" #define GDK_TO_COLORREF(r, g, b) (((r)>>8) | (((g)>>8) <<8) | (((b)>>8) << 16)) HBRUSH TimeBar::bar_colors[ITimeBar::COLOR_ID_SIZEOF]; HFONT TimeBar::bar_font = NULL; TimeBar::TimeBar(HWND parent, HINSTANCE hinst, CDeskBand *deskband) : deskband(deskband) { init(hinst); bar_text[0] = 0; bar_max_value = 100; bar_value = 0; secondary_bar_max_value = 0; secondary_bar_value = 100; secondary_bar_color = ITimeBar::COLOR_ID_INACTIVE; bar_color = ITimeBar::COLOR_ID_ACTIVE; hwnd = CreateWindowEx(0, TIME_BAR_CLASS_NAME, "", WS_CHILD | WS_CLIPSIBLINGS, 0, 0, 56, 16, parent, NULL, hinst, (LPVOID)this ); paint_helper = new PaintHelper(hwnd); compute_size(width, height); SetWindowPos(hwnd, NULL, 0, 0, width, height, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE); } TimeBar::~TimeBar() { DestroyWindow(hwnd); } LRESULT CALLBACK TimeBar::wnd_proc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam) { TimeBar *pThis = (TimeBar*)GetWindowLongPtr(hWnd, GWLP_USERDATA); switch (uMessage) { case WM_NCCREATE: { LPCREATESTRUCT lpcs = (LPCREATESTRUCT)lParam; pThis = (TimeBar *)( lpcs->lpCreateParams ); SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pThis); SetWindowPos(hWnd, NULL, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED ); } break; case WM_PAINT: return pThis->on_paint(); case WM_LBUTTONUP: SendMessage(pThis->deskband->get_command_window(), WM_USER + 1, 0, NULL); break; } return DefWindowProc(hWnd, uMessage, wParam, lParam); } void TimeBar::get_size(int &w, int &h) { w = width; h = height; } void TimeBar::compute_size(int &w, int &h) { TRACE_ENTER("TimeBar::compute_size"); HDC dc = GetDC(hwnd); SelectObject(dc, (HGDIOBJ) bar_font); char buf[80]; time_to_string(-(59+59*60+9*60*60), buf, sizeof(buf)); RECT rect; rect.left = 0; rect.top = 0; rect.bottom = 0; rect.right = 0; h= DrawText(dc, buf, (int)strlen( buf ), &rect, DT_CALCRECT); if (! h) { w = 32; h = 16; } else { w= rect.right; } w += 2*MARGINX + 2*BORDER_SIZE; h += 2*MARGINY + 2*BORDER_SIZE; if (h < MINIMAL_HEIGHT) h = MINIMAL_HEIGHT; ReleaseDC(hwnd, dc); TRACE_MSG(w << " " << h); TRACE_EXIT(); } LRESULT TimeBar::on_paint() { TRACE_ENTER("TimeBar::on_paint"); RECT rc; HDC dc = paint_helper->BeginPaint(); GetClientRect(hwnd, &rc); RECT r; int winx = rc.left, winy = rc.top, winw = rc.right-rc.left, winh = rc.bottom-rc.top; SelectObject(dc, (HGDIOBJ) bar_font); r.left = r.top = r.bottom = r.right = 0; TRACE_MSG("1" << winx << " " << winy << " " << winw << " " << winh); // Bar int bar_width = 0; int border_size = BORDER_SIZE; if (bar_max_value > 0) { bar_width = (bar_value * (winw - 2 * border_size)) / bar_max_value; } // Secondary bar int sbar_width = 0; if (secondary_bar_max_value > 0) { sbar_width = (secondary_bar_value * (winw - 2 * border_size)) / secondary_bar_max_value; } int bar_h = winh - 2 * border_size; TRACE_MSG("2"); if (sbar_width > 0) { // Overlap //assert(secondary_bar_color == COLOR_ID_INACTIVE); ITimeBar::ColorId overlap_color; switch (bar_color) { case ITimeBar::COLOR_ID_ACTIVE: overlap_color = ITimeBar::COLOR_ID_INACTIVE_OVER_ACTIVE; break; case ITimeBar::COLOR_ID_OVERDUE: overlap_color = ITimeBar::COLOR_ID_INACTIVE_OVER_OVERDUE; break; default: overlap_color = ITimeBar::COLOR_ID_BG; } if (sbar_width >= bar_width) { if (bar_width) { r.left = winx+ border_size ; r.top = winy+ border_size ; r.right = r.left + bar_width; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[overlap_color]); } if (sbar_width > bar_width) { r.left = winx + bar_width+ border_size ; r.top = winy+ border_size ; r.right = r.left + sbar_width - bar_width; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[secondary_bar_color]); } } else { if (sbar_width) { r.left = winx+ border_size ; r.top = winy+ border_size ; r.right = r.left + sbar_width; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[overlap_color]); } r.left = winx + border_size + sbar_width; r.top = winy + border_size ; r.right = r.left + bar_width - sbar_width; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[bar_color]); } } else { // No overlap r.left = winx + border_size; r.top = winy + border_size; r.right = r.left + bar_width; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[bar_color]); } TRACE_MSG("3"); r.left = winx + border_size + __max(bar_width, sbar_width); r.top = winy + border_size; r.right = winx + winw - border_size; r.bottom = r.top + bar_h; FillRect(dc, &r, bar_colors[ITimeBar::COLOR_ID_BG]); r.left = winx; r.top = winy; r.bottom = r.top + winh; r.right = r.left + winw; DrawEdge(dc, &r, BF_ADJUST|EDGE_SUNKEN,BF_RECT); SetBkMode(dc, TRANSPARENT); r.right -= border_size + MARGINX; r.left += border_size + MARGINX; DrawText(dc, bar_text, (int)strlen( bar_text ), &r, DT_SINGLELINE|DT_VCENTER|DT_RIGHT); TRACE_MSG("4"); paint_helper->EndPaint(); TRACE_EXIT(); return 0; } void TimeBar::init(HINSTANCE hinst) { TRACE_ENTER("TimeBar::init"); //If the window class has not been registered, then do so. WNDCLASS wc; if (!GetClassInfo(hinst, TIME_BAR_CLASS_NAME, &wc)) { ZeroMemory(&wc, sizeof(wc)); wc.style = CS_HREDRAW | CS_VREDRAW | CS_GLOBALCLASS; wc.lpfnWndProc = (WNDPROC)wnd_proc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hinst; wc.hIcon = NULL; wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc.hbrBackground = (HBRUSH)CreateSolidBrush(RGB(192, 0, 0)); wc.lpszMenuName = NULL; wc.lpszClassName = TIME_BAR_CLASS_NAME; RegisterClass(&wc); HBRUSH green_mix_blue = CreateSolidBrush(0x00b2d400); HBRUSH light_green = CreateSolidBrush(GDK_TO_COLORREF(37008,61166,37008)); HBRUSH orange = CreateSolidBrush(GDK_TO_COLORREF(65535, 42405, 0)); HBRUSH light_blue = CreateSolidBrush(GDK_TO_COLORREF(44461, 55512, 59110)); HBRUSH bg = CreateSolidBrush(GetSysColor(COLOR_3DLIGHT)); bar_colors[ITimeBar::COLOR_ID_ACTIVE] = light_blue; bar_colors[ITimeBar::COLOR_ID_INACTIVE] = light_green; bar_colors[ITimeBar::COLOR_ID_OVERDUE] = orange; bar_colors[ITimeBar::COLOR_ID_INACTIVE_OVER_ACTIVE] = green_mix_blue; bar_colors[ITimeBar::COLOR_ID_INACTIVE_OVER_OVERDUE] = light_green; bar_colors[ITimeBar::COLOR_ID_BG] = bg; NONCLIENTMETRICS_PRE_VISTA_STRUCT ncm; LOGFONT lfDefault = // the default status font info on my system: { -12, 0, 0, 0, 400, 0, 0, 0, '\1', 0, 0, 0, 0, TEXT( "Tahoma" ) //0, 0x00146218, 0, 0x001461F0, 0, '@', 0, 0, 0, 0, 0, 0, 0, TEXT( "~" ) }; ZeroMemory( &ncm, sizeof( ncm ) ); ncm.cbSize = sizeof( ncm ); ncm.lfStatusFont = lfDefault; if (!SystemParametersInfo( SPI_GETNONCLIENTMETRICS, sizeof( ncm ), &ncm, 0 )) // If SystemParametersInfo fails, use my default. // Now that we're filling a pre-vista NCM struct, there // shouldn't be any problem though, regardless of target. { ncm.lfStatusFont = lfDefault; } bar_font = CreateFontIndirect(&ncm.lfStatusFont); } TRACE_EXIT(); } //! Converts the specified time to a string void TimeBar::time_to_string(time_t time, char *buf, int len) { char t[2]; if (time < 0) { t[0] = '-'; t[1] = 0; time = -time; } else { t[0] = 0; } int hrs = (int)( time / 3600 ); int min = (int)( (time / 60) % 60 ); int sec = (int)( time % 60 ); if (hrs > 0) { _snprintf_s( buf, len, _TRUNCATE, "%s%d:%02d:%02d", t, hrs, min, sec ); } else { _snprintf_s( buf, len, _TRUNCATE, "%s%d:%02d", t, min, sec ); } } void TimeBar::set_progress(int value, int max_value) { bar_value = value; bar_max_value = max_value; } void TimeBar::set_secondary_progress(int value, int max_value) { secondary_bar_value = value; secondary_bar_max_value = max_value; } void TimeBar::set_text(const char *text) { TRACE_ENTER("TimeBar::set_text"); strncpy_s(bar_text, APPLET_BAR_TEXT_MAX_LENGTH, text, _TRUNCATE); TRACE_EXIT(); } void TimeBar::update() { TRACE_ENTER("TimeBar::update"); InvalidateRect(hwnd, NULL, FALSE); TRACE_EXIT(); } void TimeBar::set_bar_color(ITimeBar::ColorId color) { bar_color = color; } void TimeBar::set_secondary_bar_color(ITimeBar::ColorId color) { secondary_bar_color = color; } workrave-1_10_10/frontend/applets/win32/src/TimeBar.h000066400000000000000000000053131263301626300223740ustar00rootroot00000000000000// TimeBar.h --- Time bar // // Copyright (C) 2004, 2005, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMEBAR_H #define TIMEBAR_H #include #include #include "ITimeBar.hh" #include "Applet.hh" class CDeskBand; class PaintHelper; class TimeBar { public: TimeBar(HWND hwnd, HINSTANCE hinst, CDeskBand *deskband); ~TimeBar(); void set_progress(int value, int max_value); void set_secondary_progress(int value, int max_value); void set_text(const char *text); void update(); void set_bar_color(ITimeBar::ColorId color); void set_secondary_bar_color(ITimeBar::ColorId color); void get_size(int &width, int &height); HWND get_handle() const { return hwnd; }; private: CDeskBand *deskband; HWND hwnd; int width, height; int bar_max_value; int bar_value; int secondary_bar_max_value; int secondary_bar_value; ITimeBar::ColorId secondary_bar_color; ITimeBar::ColorId bar_color; char bar_text[APPLET_BAR_TEXT_MAX_LENGTH]; PaintHelper *paint_helper; static HFONT bar_font; static HBRUSH bar_colors[ITimeBar::COLOR_ID_SIZEOF]; static void init(HINSTANCE hinst); static LRESULT CALLBACK wnd_proc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam); void compute_size(int &width, int &height); LRESULT on_paint(); void time_to_string(time_t time, char *buf, int len); }; struct NONCLIENTMETRICS_PRE_VISTA_STRUCT { UINT cbSize; int iBorderWidth; int iScrollWidth; int iScrollHeight; int iCaptionWidth; int iCaptionHeight; LOGFONT lfCaptionFont; int iSmCaptionWidth; int iSmCaptionHeight; LOGFONT lfSmCaptionFont; int iMenuWidth; int iMenuHeight; LOGFONT lfMenuFont; LOGFONT lfStatusFont; LOGFONT lfMessageFont; /* This is a pre-vista structure for compatibility across platforms. Normally, when Vista is the target build (WINVER 0x0600), NONCLIENTMETRICS structs contain an ifdef WINVER >= 0x0600: int iPaddedBorderWidth; */ }; #endif // TIMEBAR_H workrave-1_10_10/frontend/applets/win32/src/TimerBox.cpp000066400000000000000000000142241263301626300231360ustar00rootroot00000000000000// TimerBox.cpp --- Timer box // // Copyright (C) 2004, 2005, 2009, 2010 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // $Id$ #include "TimerBox.h" #include "TimeBar.h" #include "Util.h" #include "Icon.h" #include "Debug.h" using namespace workrave; const int PADDING_X = 2; const int PADDING_Y = 2; TimerBox::TimerBox(HWND parent, HINSTANCE hinst, CDeskBand *deskband) { const char *icon_ids[] = { "micropause", "restbreak", "dailylimit" }; sheep_icon = new Icon(parent, hinst, "workrave", deskband); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { slot_to_time_bar[i] = new TimeBar(parent, hinst, deskband); break_to_icon[i] = new Icon(parent, hinst, icon_ids[i], deskband); break_visible[i] = false; slot_to_break[i] = BREAK_ID_NONE; break_to_slot[i] = -1; } filled_slots = 0; enabled = false; parent_window = parent; } TimerBox::~TimerBox() { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { delete break_to_icon[i]; delete slot_to_time_bar[i]; } delete sheep_icon; } void TimerBox::set_slot(int slot, BreakId brk) { TRACE_ENTER_MSG("TimerBox::set_slot", slot << " " << brk); BreakId old_brk = slot_to_break[slot]; TRACE_MSG(old_brk); if (old_brk != brk) { if (old_brk != BREAK_ID_NONE) { break_visible[old_brk] = false; break_to_slot[old_brk] = -1; filled_slots--; } slot_to_break[slot] = brk; if (brk != BREAK_ID_NONE) { int old_slot = break_to_slot[brk]; if (old_slot >= 0) { slot_to_break[old_slot] = BREAK_ID_NONE; } else { filled_slots++; } break_visible[brk] = true; break_to_slot[brk] = slot; } } TRACE_EXIT(); } void TimerBox::set_size(int w, int h) { TRACE_ENTER_MSG("TimerBox::set_size", w << " " << h); width = w; height = h; TRACE_EXIT(); } void TimerBox::update(bool repaint) { TRACE_ENTER_MSG("TimerBox::update", repaint); TransparentDamageControl ctrl; TRACE_MSG("begin paint"); ctrl.BeginPaint(repaint); TRACE_MSG("bars"); update_time_bars(ctrl); TRACE_MSG("sheep"); update_sheep(ctrl); TRACE_MSG("end paint"); ctrl.EndPaint(); TRACE_EXIT(); } void TimerBox::update_sheep(TransparentDamageControl &ctrl) { TRACE_ENTER("TimerBox::update_sheep"); if (enabled && (filled_slots != 0)) { TRACE_MSG("hide"); ctrl.HideWindow(sheep_icon->get_handle()); } else { TRACE_MSG("show"); int w, h; sheep_icon->get_size(w, h); int x = (width - w)/2; int y = (height- h)/2; ctrl.ShowWindow(sheep_icon->get_handle(), x, y); } TRACE_EXIT(); } void TimerBox::update_time_bars(TransparentDamageControl &ctrl) { TRACE_ENTER("TimerBox::update_time_bars"); if (enabled) { int x = 0, y = 0; int bar_w, bar_h; int icon_width, icon_height; TRACE_MSG("1"); slot_to_time_bar[0]->get_size(bar_w, bar_h); break_to_icon[0]->get_size(icon_width, icon_height); TRACE_MSG("2"); int icon_bar_w = icon_width + 2 * PADDING_X + bar_w; int max_columns = __max(1, width / icon_bar_w); int max_rows = __max(1, (height + PADDING_Y) / (__max(icon_height, bar_h) + PADDING_Y)); int rows = __max(1, __min(max_rows, (filled_slots + max_columns - 1) / max_columns)); int columns = (filled_slots + rows -1) / rows; TRACE_MSG("3"); int box_h = rows * __max(icon_height, bar_h) + (rows - 1) * PADDING_Y; y = __max(0, (height - box_h)/2); int icon_dy = 0; int bar_dy = 0; TRACE_MSG("4"); if (bar_h > icon_height) { icon_dy = (bar_h - icon_height + 1) / 2; } else { bar_dy = (icon_height - bar_h + 1) / 2; } TRACE_MSG("5"); int current_column = 0; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakId bid = slot_to_break[i]; TRACE_MSG("6"); if (bid != BREAK_ID_NONE) { TRACE_MSG("7"); TimeBar *bar = get_time_bar(bid); ctrl.ShowWindow(break_to_icon[bid]->get_handle(), x, y + icon_dy); ctrl.ShowWindow(bar->get_handle(), x+icon_width+PADDING_X, y + bar_dy); bar->update(); x += icon_bar_w + 2 * PADDING_X; current_column++; if (current_column >= columns) { current_column = 0; x = 0; y += __max(icon_height, bar_h) + PADDING_Y; } } } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakId bid = slot_to_break[i]; break_to_icon[bid]->update(); } } TRACE_MSG("8"); for (int h = 0; h < BREAK_ID_SIZEOF; h++) { if ((! enabled) || (! break_visible[h])) { ctrl.HideWindow(break_to_icon[h]->get_handle()); } } TRACE_MSG("9"); for (int j = enabled ? filled_slots : 0; j < BREAK_ID_SIZEOF; j++) { ctrl.HideWindow(slot_to_time_bar[j]->get_handle()); } TRACE_EXIT(); } TimeBar * TimerBox::get_time_bar(BreakId timer) { TRACE_ENTER_MSG("TimerBox::get_time_bat", timer); TimeBar *ret = NULL; int slot = break_to_slot[timer]; if (slot >= 0) { ret = slot_to_time_bar[slot]; } TRACE_EXIT(); return ret; } void TimerBox::set_enabled(bool ena) { TRACE_ENTER_MSG("TimerBox::set_enabled", ena); enabled = ena; TRACE_EXIT(); } workrave-1_10_10/frontend/applets/win32/src/TimerBox.h000066400000000000000000000033001263301626300225740ustar00rootroot00000000000000// TimerBox.h --- Timer box // // Copyright (C) 2004, 2005, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOX_H #define TIMERBOX_H #include #include #include "ICore.hh" #include "Util.h" class TimeBar; class Icon; class CDeskBand; using namespace workrave; class TimerBox { public: TimerBox(HWND parent, HINSTANCE hinst, CDeskBand *deskband); ~TimerBox(); void set_slot(int slot, BreakId brk); TimeBar *get_time_bar(BreakId timer); void set_size(int width, int height); void update(bool repaint); void set_enabled(bool enabled); private: void update_sheep(TransparentDamageControl &ctrl); void update_time_bars(TransparentDamageControl &ctrl); TimeBar *slot_to_time_bar[BREAK_ID_SIZEOF]; HWND parent_window; Icon *sheep_icon; Icon *break_to_icon[BREAK_ID_SIZEOF]; BreakId slot_to_break[BREAK_ID_SIZEOF]; short break_to_slot[BREAK_ID_SIZEOF]; bool break_visible[BREAK_ID_SIZEOF]; bool enabled; short filled_slots; int width; int height; }; #endif // TIMERBOX_H workrave-1_10_10/frontend/applets/win32/src/Util.cpp000066400000000000000000000051141263301626300223200ustar00rootroot00000000000000// Util.cpp --- Utils // // Copyright (C) 2004, 2007, 2010 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "Util.h" static void MapWindowRect(HWND hwnd, HWND parent, RECT *rect) { GetClientRect(hwnd, rect); MapWindowPoints(hwnd, parent, (LPPOINT) rect, 2); } static void TransparentHideWindow(HWND hwnd) { if (IsWindowVisible(hwnd)) { RECT r; HWND bg = GetParent(GetParent(hwnd)); MapWindowRect(hwnd, bg, &r); ShowWindow(hwnd, SW_HIDE); InvalidateRect(bg, &r, TRUE); } } static void TransparentPrepareShowWindow(HWND hwnd, int x, int y, BOOL repaint) { if (IsWindowVisible(hwnd)) { RECT r; POINT p; GetWindowRect(hwnd, &r); p.x = r.left; p.y = r.top; ScreenToClient(GetParent(hwnd), &p); if (repaint || p.x != x || p.y != y) { TransparentHideWindow(hwnd); } } } void TransparentDamageControl::BeginPaint(BOOL rp) { hide_windows_num = 0; show_windows_num = 0; repaint = rp; } void TransparentDamageControl::HideWindow(HWND hwnd) { if (hide_windows_num < TRANSPARENT_DAMAGE_CONTROL_BUF_SIZE) { hide_windows[hide_windows_num++] = hwnd; } } void TransparentDamageControl::ShowWindow(HWND hwnd, int x, int y) { if (hide_windows_num < TRANSPARENT_DAMAGE_CONTROL_BUF_SIZE) { ShowWindowData *d = &show_windows[show_windows_num++]; d->hwnd = hwnd; d->x = x; d->y = y; } } void TransparentDamageControl::EndPaint() { for (int h = 0; h < hide_windows_num; h++) { TransparentHideWindow(hide_windows[h]); } for (int s = 0; s < show_windows_num; s++) { ShowWindowData *d = &show_windows[s]; TransparentPrepareShowWindow(d->hwnd, d->x, d->y, repaint); } for (int p = 0; p < show_windows_num; p++) { ShowWindowData *d = &show_windows[p]; SetWindowPos(d->hwnd, NULL, d->x, d->y, 0, 0, SWP_SHOWWINDOW|SWP_NOZORDER|SWP_NOSIZE); } } workrave-1_10_10/frontend/applets/win32/src/Util.h000066400000000000000000000024561263301626300217730ustar00rootroot00000000000000// Util.h --- Utils // // Copyright (C) 2004, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef UTIL_H #define UTIL_H #include #define TRANSPARENT_DAMAGE_CONTROL_BUF_SIZE 16 class TransparentDamageControl { public: void BeginPaint(BOOL repaint); void HideWindow(HWND hwnd); void ShowWindow(HWND hwnd, int x, int y); void EndPaint(); private: int hide_windows_num; HWND hide_windows[TRANSPARENT_DAMAGE_CONTROL_BUF_SIZE]; struct ShowWindowData { HWND hwnd; int x, y; }; ShowWindowData show_windows[TRANSPARENT_DAMAGE_CONTROL_BUF_SIZE]; int show_windows_num; BOOL repaint; }; #endif // UTIL_H workrave-1_10_10/frontend/applets/win32/src/buildall.cmd000066400000000000000000000002611263301626300231520ustar00rootroot00000000000000@ECHO OFF CMD /V:ON /E:ON /C buildone.cmd DEBUG64 CMD /V:ON /E:ON /C buildone.cmd RELEASE64 CMD /V:ON /E:ON /C buildone.cmd DEBUG CMD /V:ON /E:ON /C buildone.cmd RELEASE workrave-1_10_10/frontend/applets/win32/src/buildone.cmd000066400000000000000000000014231263301626300231640ustar00rootroot00000000000000@ECHO OFF SET MSSdk="C:\Program Files\Microsoft SDKs\Windows\v7.0" REM PATH=%PATH%;C:\Windows\Microsoft.NET\Framework\v3.5 IF "%~1"=="DEBUG64" ( call %MSSdk%\bin/setenv /x64 /Debug msbuild Applet.sln /t:Clean;Rebuild /p:Configuration=Debug64;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="RELEASE64" ( call %MSSdk%\bin/setenv.cmd /x64 /Release msbuild Applet.sln /t:Clean;Rebuild /p:Configuration=Release64;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="DEBUG" ( call %MSSdk%\bin/setenv.cmd /x86 /Debug msbuild Applet.sln /t:Clean;Rebuild /p:Configuration=Debug;VCBuildUseEnvironment=true ) ELSE IF "%~1"=="RELEASE" ( call %MSSdk%\bin/setenv.cmd /x86 /Release msbuild Applet.sln /t:Clean;Rebuild /p:Configuration=Release;VCBuildUseEnvironment=true ) workrave-1_10_10/frontend/applets/win32/src/resource.rc000066400000000000000000000005431263301626300230550ustar00rootroot00000000000000dailylimit ICON DISCARDABLE "../../../common/share/images/win32/timer-daily.ico" micropause ICON DISCARDABLE "../../../common/share/images/win32/timer-micropause.ico" restbreak ICON DISCARDABLE "../../../common/share/images/win32/timer-restbreak.ico" workrave ICON DISCARDABLE "../../../common/share/images/win32/workrave.ico" workrave-1_10_10/frontend/applets/xfce/000077500000000000000000000000001263301626300200725ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/xfce/Makefile.am000066400000000000000000000003001263301626300221170ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src include workrave-1_10_10/frontend/applets/xfce/include/000077500000000000000000000000001263301626300215155ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/xfce/include/Makefile.am000066400000000000000000000003241263301626300235500ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.h) workrave-1_10_10/frontend/applets/xfce/src/000077500000000000000000000000001263301626300206615ustar00rootroot00000000000000workrave-1_10_10/frontend/applets/xfce/src/.gitignore000066400000000000000000000000311263301626300226430ustar00rootroot00000000000000/indicator-workrave-test workrave-1_10_10/frontend/applets/xfce/src/Makefile.am000066400000000000000000000021541263301626300227170ustar00rootroot00000000000000if HAVE_XFCE plugin_PROGRAMS = xfce4-workrave-plugin plugindir = $(libdir)/xfce4/panel-plugins xfce4_workrave_plugin_SOURCES = main.c #s-menu.c s-menu.h image.c image.h xfce4_workrave_plugin_CFLAGS = -Wall -std=c99 \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ -I$(srcdir)/../include -I$(srcdir)/../../common/include \ $(LIBXFCE4UTIL_CFLAGS) $(LIBXFCEGUI4_CFLAGS) $(LIBXFCE4PANEL_CFLAGS) \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" xfce4_workrave_plugin_LDADD = $(LIBXFCE4UTIL_LIBS) $(LIBXFCEGUI4_LIBS) $(LIBXFCE4PANEL_LIBS) \ @GTK2_LIBS@ -L$(builddir)/../../common/src -lworkrave-gtk2-private-1.0 desktopdir = $(datadir)/xfce4/panel-plugins desktop_in_in_files = workrave-xfce-applet.desktop.in.in desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) %.desktop.in: %.desktop.in.in sed -e "s,\@libexecdir\@,$(libdir),g" < $< > $@ desktop_DATA = \ $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ EXTRA_DIST = \ $(desktop_in_in_files) CLEANFILES = \ $(desktop_in_files) \ $(desktop_DATA) endif workrave-1_10_10/frontend/applets/xfce/src/main.c000066400000000000000000000304761263301626300217630ustar00rootroot00000000000000// Copyright (C) 2002 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "control.h" #include "credits.h" #include "nls.h" #include "MenuEnums.hh" typedef struct _WorkraveApplet { XfcePanelPlugin* plugin; WorkraveTimerboxControl *timerbox_control; GtkImage *image; gboolean alive; int inhibit; GtkMenuItem *menu_items[MENU_COMMAND_SIZEOF]; } WorkraveApplet; static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data); static void on_menu_command(GtkMenuItem *menuitem, gpointer user_data); static void on_menu_check_changed(GtkMenuItem *item, gpointer user_data); static void on_menu_radio_changed(GtkMenuItem *item, gpointer user_data); static void on_menu_about(GtkMenuItem *item, WorkraveApplet *applet); static void on_menu_mode_changed(const char *mode, WorkraveApplet *applet); struct Menuitems { enum MenuCommand id; gboolean autostart; char *dbuscmd; }; // TODO: move this meta data to GenericDbusApplet static struct Menuitems menu_data[] = { { MENU_COMMAND_OPEN, TRUE, "OpenMain" }, { MENU_COMMAND_PREFERENCES, FALSE, "Preferences" }, { MENU_COMMAND_EXERCISES, FALSE, "Exercises" }, { MENU_COMMAND_REST_BREAK, FALSE, "RestBreak" }, { MENU_COMMAND_MODE_SUBMENU, FALSE, NULL }, { MENU_COMMAND_MODE_NORMAL, FALSE, NULL }, { MENU_COMMAND_MODE_QUIET, FALSE, NULL }, { MENU_COMMAND_MODE_SUSPENDED, FALSE, NULL }, { MENU_COMMAND_NETWORK_SUBMENU, FALSE, NULL }, { MENU_COMMAND_NETWORK_CONNECT, FALSE, "NetworkConnect" }, { MENU_COMMAND_NETWORK_DISCONNECT, FALSE, "NetworkDisconnect" }, { MENU_COMMAND_NETWORK_LOG, FALSE, "NetworkLog" }, { MENU_COMMAND_NETWORK_RECONNECT, FALSE, "NetworkReconnect" }, { MENU_COMMAND_STATISTICS, FALSE, "Statistics" }, { MENU_COMMAND_ABOUT, FALSE, NULL }, { MENU_COMMAND_MODE_READING, FALSE, "ReadingMode" }, { MENU_COMMAND_QUIT, FALSE, "Quit" } }; int lookup_menu_index_by_id(enum MenuCommand id) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { if (menu_data[i].id == id) { return i; } } return -1; } int lookup_menu_index_by_menu_item(WorkraveApplet *applet, GtkMenuItem *item) { for (int i = 0; i < MENU_COMMAND_SIZEOF; i++) { if (applet->menu_items[i] == item) { return lookup_menu_index_by_id(i); } } return -1; } void on_alive_changed(gpointer instance, gboolean alive, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet*)user_data; applet->alive = alive; if (!alive) { for (int i = 0; i < sizeof(menu_data)/sizeof(struct Menuitems); i++) { GtkMenuItem *item = applet->menu_items[i]; if (item != NULL) { gtk_widget_set_visible(GTK_WIDGET(item), FALSE); } } } } void on_menu_changed(gpointer instance, GVariant *parameters, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet*)user_data; GVariantIter *iter; g_variant_get (parameters, "(a(sii))", &iter); char *text; int id; int flags; GSList *radio_group = NULL; GtkWidget *menu = NULL; while (g_variant_iter_loop(iter, "(sii)", &text, &id, &flags)) { int index = lookup_menu_index_by_id((enum MenuCommand)id); if (index == -1) { continue; } GtkMenuItem *item = applet->menu_items[id]; if (flags & MENU_ITEM_FLAG_SUBMENU_END) { radio_group = NULL; menu = NULL; } else if (item == NULL) { if (flags & MENU_ITEM_FLAG_SUBMENU_BEGIN) { menu = gtk_menu_new(); item = GTK_MENU_ITEM(gtk_menu_item_new_with_label(text)); gtk_menu_item_set_submenu(item, menu); } else if (flags & MENU_ITEM_FLAG_RADIO) { item = GTK_MENU_ITEM(gtk_radio_menu_item_new_with_label(radio_group, text)); radio_group = gtk_radio_menu_item_get_group(GTK_RADIO_MENU_ITEM(item)); g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(on_menu_radio_changed), applet); } else if (flags & MENU_ITEM_FLAG_CHECK) { item = GTK_MENU_ITEM(gtk_check_menu_item_new_with_label(text)); g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(on_menu_check_changed), applet); } else { item = GTK_MENU_ITEM(gtk_menu_item_new_with_label(text)); g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(on_menu_command), applet); } if (item == NULL) { continue; } applet->menu_items[id] = item; if (menu != NULL && !(flags & MENU_ITEM_FLAG_SUBMENU_BEGIN)) { gtk_menu_shell_append(GTK_MENU_SHELL(menu), GTK_WIDGET(item)); } else if (!(flags & MENU_ITEM_FLAG_SUBMENU_END)) { xfce_panel_plugin_menu_insert_item(applet->plugin, item); } } if (item != NULL) { applet->inhibit++; if (GTK_IS_CHECK_MENU_ITEM(item)) { gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item), flags & MENU_ITEM_FLAG_ACTIVE); } applet->inhibit--; gtk_widget_show(GTK_WIDGET(item)); } } g_variant_iter_free (iter); } static void dbus_call_finish(GDBusProxy *proxy, GAsyncResult *res, gpointer user_data) { GError *error = NULL; GVariant *result; result = g_dbus_proxy_call_finish(proxy, res, &error); if (error != NULL) { g_warning("DBUS Failed: %s", error ? error->message : ""); g_error_free(error); } if (result != NULL) { g_variant_unref(result); } } static void on_menu_command(GtkMenuItem *item, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet*)user_data; if (applet->inhibit > 0) { return; } int index = lookup_menu_index_by_menu_item(applet, item); if (index == -1) { return; } switch(menu_data[index].id) { case MENU_COMMAND_ABOUT: on_menu_about(item, applet); break; default: { GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, NULL, menu_data[index].autostart ? G_DBUS_CALL_FLAGS_NONE : G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, applet); } } break; } } static void on_menu_about(GtkMenuItem *item, WorkraveApplet *applet) { GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL); GtkAboutDialog *about = GTK_ABOUT_DIALOG(gtk_about_dialog_new()); gtk_container_set_border_width(GTK_CONTAINER(about), 5); gtk_show_about_dialog(NULL, "name", "Workrave", #ifdef GIT_VERSION "version", PACKAGE_VERSION "\n(" GIT_VERSION ")", #else "version", PACKAGE_VERSION, #endif "copyright", workrave_copyright, "website", "http://www.workrave.org", "website_label", "www.workrave.org", "comments", _("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI)."), "translator-credits", workrave_translators, "authors", workrave_authors, "logo", pixbuf, NULL); g_object_unref(pixbuf); } static void on_menu_check_changed(GtkMenuItem *item, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet*)user_data; if (applet->inhibit > 0) { return; } int index = lookup_menu_index_by_menu_item(applet, item); if (index == -1) { return; } gboolean new_state = FALSE; if (GTK_IS_CHECK_MENU_ITEM(item)) { new_state = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(item)); } GDBusProxy *proxy = workrave_timerbox_control_get_control_proxy(applet->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, menu_data[index].dbuscmd, g_variant_new("(b)", new_state), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, applet); } } static void on_menu_radio_changed(GtkMenuItem *item, gpointer user_data) { WorkraveApplet *applet = (WorkraveApplet*)user_data; if (applet->inhibit > 0) { return; } int index = lookup_menu_index_by_menu_item(applet,item); if (index == -1) { return; } switch(menu_data[index].id) { case MENU_COMMAND_MODE_NORMAL: on_menu_mode_changed("normal", applet); break; case MENU_COMMAND_MODE_SUSPENDED: on_menu_mode_changed("suspended", applet); break; case MENU_COMMAND_MODE_QUIET: on_menu_mode_changed("quiet", applet); break; default: break; } } static void on_menu_mode_changed(const char *mode, WorkraveApplet *applet) { GDBusProxy *proxy = workrave_timerbox_control_get_core_proxy(applet->timerbox_control); if (proxy != NULL) { g_dbus_proxy_call(proxy, "SetOperationMode", g_variant_new("(s)", mode), G_DBUS_CALL_FLAGS_NO_AUTO_START, -1, NULL, (GAsyncReadyCallback) dbus_call_finish, &applet); } } static void workrave_applet_fill(WorkraveApplet *applet) { applet->timerbox_control = g_object_new(WORKRAVE_TIMERBOX_CONTROL_TYPE, NULL); applet->image = workrave_timerbox_control_get_image(applet->timerbox_control); g_signal_connect(G_OBJECT(applet->timerbox_control), "menu-changed", G_CALLBACK(on_menu_changed), applet); g_signal_connect(G_OBJECT(applet->timerbox_control), "alive-changed", G_CALLBACK(on_alive_changed), applet); workrave_timerbox_control_set_tray_icon_visible_when_not_running(applet->timerbox_control, TRUE); workrave_timerbox_control_set_tray_icon_mode(applet->timerbox_control, WORKRAVE_TIMERBOX_CONTROL_TRAY_ICON_MODE_ALWAYS); gtk_container_add(GTK_CONTAINER(applet->plugin), GTK_WIDGET(applet->image)); gtk_widget_show_all(GTK_WIDGET(applet->plugin)); } static void workrave_applet_construct(XfcePanelPlugin *plugin) { WorkraveApplet *applet = panel_slice_new0(WorkraveApplet); applet->plugin = plugin; applet->image = NULL; applet->timerbox_control = NULL; applet->alive = FALSE; applet->inhibit = 0; for (int i = 0; i < MENU_COMMAND_SIZEOF;i ++) { applet->menu_items[i] = NULL; } workrave_applet_fill(applet); xfce_panel_plugin_set_expand(plugin, TRUE); gtk_widget_show_all(GTK_WIDGET(plugin)); } XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(workrave_applet_construct); workrave-1_10_10/frontend/applets/xfce/src/workrave-xfce-applet.desktop.in.in000066400000000000000000000002701263301626300273330ustar00rootroot00000000000000[Xfce Panel] Type=X-XFCE-PanelPlugin Encoding=UTF-8 _Name=Workrave _Comment=Workrave Icon=workrave X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-workrave-plugin X-XFCE-Unique=trueworkrave-1_10_10/frontend/common/000077500000000000000000000000001263301626300167655ustar00rootroot00000000000000workrave-1_10_10/frontend/common/Makefile.am000066400000000000000000000003001263301626300210120ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src share include workrave-1_10_10/frontend/common/include/000077500000000000000000000000001263301626300204105ustar00rootroot00000000000000workrave-1_10_10/frontend/common/include/IMixer.hh000066400000000000000000000017571263301626300221400ustar00rootroot00000000000000// IMixer.hh // // Copyright (C) 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IMIXER_HH #define IMIXER_HH #include #include "SoundPlayer.hh" class IMixer { public: virtual ~IMixer() {} virtual void init() = 0; //! Mutes or unmutes all audio. virtual bool set_mute(bool mute) = 0; }; #endif // IMIXER_HH workrave-1_10_10/frontend/common/include/IScreenLockMethod.hh000066400000000000000000000017541263301626300242420ustar00rootroot00000000000000// SystemLock.hh -- interface for locking the system // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef ISYSTEMLOCK_HH #define ISYSTEMLOCK_HH class /*interface*/ IScreenLockMethod { public: virtual ~IScreenLockMethod() {}; virtual bool is_lock_supported() = 0; virtual bool lock() = 0; }; #endif workrave-1_10_10/frontend/common/include/ISoundDriver.hh000066400000000000000000000031601263301626300233060ustar00rootroot00000000000000// ISoundDriver.hh // // Copyright (C) 2002 - 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ISOUNDDRIVER_HH #define ISOUNDDRIVER_HH #include #include "SoundTypes.hh" class ISoundDriverEvents { public: virtual ~ISoundDriverEvents() {} virtual void eos_event() = 0; }; class ISoundDriver { public: virtual ~ISoundDriver() {} virtual void init(ISoundDriverEvents *events = NULL) = 0; //! virtual bool capability(SoundCapability cap) = 0; virtual bool get_sound_enabled(SoundEvent snd, bool &enabled) = 0; virtual void set_sound_enabled(SoundEvent snd, bool enabled) = 0; virtual bool get_sound_wav_file(SoundEvent snd, std::string &filename) = 0; virtual void set_sound_wav_file(SoundEvent snd, const std::string &wav_file) = 0; //! Plays sound, returns immediately. virtual void play_sound(SoundEvent snd) = 0; //! Plays sound, returns immediately. virtual void play_sound(std::string wavfile) = 0; }; #endif // ISOUNDDRIVER_HH workrave-1_10_10/frontend/common/include/ISystemStateChangeMethod.hh000066400000000000000000000027671263301626300256120ustar00rootroot00000000000000// ISystemStateChangeMethod.hh -- interface for shutdown/suspend/hibernate // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef ISYSTEMSTATECHANGEMETHOD_HH_ #define ISYSTEMSTATECHANGEMETHOD_HH_ class /*interface*/ ISystemStateChangeMethod { public: virtual ~ISystemStateChangeMethod() {}; virtual bool shutdown() { return false;} virtual bool suspend() { return false;} virtual bool hibernate() { return false;} virtual bool suspendHybrid() { return false;} virtual bool canShutdown() { return false;} virtual bool canSuspend() { return false;} virtual bool canHibernate() { return false;} virtual bool canSuspendHybrid() { return false;} virtual bool canDoAnything() { return canShutdown() || canSuspend() || canHibernate() || canSuspendHybrid(); } }; #endif /* ISYSTEMSTATECHANGEMETHOD_HH_ */ workrave-1_10_10/frontend/common/include/ITimeBar.hh000066400000000000000000000030041263301626300223620ustar00rootroot00000000000000// ITimeBar.hh --- Time Bar // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ITIMEBAR_HH #define ITIMEBAR_HH #include class ITimeBar { public: enum ColorId { COLOR_ID_ACTIVE = 0, COLOR_ID_INACTIVE, COLOR_ID_OVERDUE, COLOR_ID_1_ACTIVE_DURING_BREAK, COLOR_ID_2_ACTIVE_DURING_BREAK, COLOR_ID_INACTIVE_OVER_ACTIVE, COLOR_ID_INACTIVE_OVER_OVERDUE, COLOR_ID_BG, COLOR_ID_SIZEOF }; virtual ~ITimeBar() {} virtual void set_progress(int value, int max_value) = 0; virtual void set_secondary_progress(int value, int max_value) = 0; virtual void set_text(std::string text) = 0; virtual void update() = 0; virtual void set_bar_color(ColorId color) = 0; virtual void set_secondary_bar_color(ColorId color) = 0; }; #endif // ITIMEBAR_HH workrave-1_10_10/frontend/common/include/ITimerBoxView.hh000066400000000000000000000033721263301626300234330ustar00rootroot00000000000000// ITimerBoxView.hh --- All timers // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ITIMERBOXVIEW_HH #define ITIMERBOXVIEW_HH #include #include "ITimeBar.hh" #include "ICore.hh" #include "Orientation.hh" using namespace workrave; class ITimerBoxView { public: enum IconType { ICON_NORMAL, ICON_QUIET, ICON_SUSPENDED }; virtual ~ITimerBoxView() {} virtual void set_slot(BreakId id, int slot) = 0; virtual void set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_value, int primary_max, ITimeBar::ColorId secondary_color, int secondary_value, int secondary_max) = 0; virtual void set_tip(std::string tip) = 0; virtual void set_icon(IconType icon) = 0; virtual void update_view() = 0; virtual void set_enabled(bool enabled) = 0; virtual void set_geometry(Orientation orientation, int size) = 0; }; #endif // ITIMERBOXVIEW_HH workrave-1_10_10/frontend/common/include/Makefile.am000066400000000000000000000003551263301626300224470ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2007 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.h) workrave-1_10_10/frontend/common/include/MenuEnums.hh000066400000000000000000000032231263301626300226450ustar00rootroot00000000000000// Copyright (C) 2001 - 1024 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MENUCOMMAND_HH #define MENUCOMMAND_HH enum MenuCommand { // Note: Do NOT remove/change any of the commands. // Append new items only at the end. MENU_COMMAND_PREFERENCES, MENU_COMMAND_EXERCISES, MENU_COMMAND_REST_BREAK, MENU_COMMAND_MODE_NORMAL, MENU_COMMAND_MODE_QUIET, MENU_COMMAND_MODE_SUSPENDED, MENU_COMMAND_NETWORK_CONNECT, MENU_COMMAND_NETWORK_DISCONNECT, MENU_COMMAND_NETWORK_LOG, MENU_COMMAND_NETWORK_RECONNECT, MENU_COMMAND_STATISTICS, MENU_COMMAND_ABOUT, MENU_COMMAND_MODE_READING, MENU_COMMAND_OPEN, MENU_COMMAND_QUIT, MENU_COMMAND_NETWORK_SUBMENU, MENU_COMMAND_MODE_SUBMENU, MENU_COMMAND_SIZEOF, }; enum MenuItemFlags { MENU_ITEM_FLAG_NONE = 0, MENU_ITEM_FLAG_SUBMENU_BEGIN = 1, MENU_ITEM_FLAG_SUBMENU_END = 2, MENU_ITEM_FLAG_CHECK = 4, MENU_ITEM_FLAG_RADIO = 8, MENU_ITEM_FLAG_ACTIVE = 16, }; #endif workrave-1_10_10/frontend/common/include/Orientation.hh000066400000000000000000000016741263301626300232340ustar00rootroot00000000000000// Orientation.hh // // Copyright (C) 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ORIENTATION_HH #define ORIENTATION_HH namespace workrave { enum Orientation { ORIENTATION_UP, ORIENTATION_RIGHT, ORIENTATION_DOWN, ORIENTATION_LEFT, }; }; #endif // ORIENTATION_HH workrave-1_10_10/frontend/common/include/Sound.hh000066400000000000000000000021271263301626300220230ustar00rootroot00000000000000// Sound.hh --- Sound class // // Copyright (C) 2002, 2003, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SOUND_HH #define SOUND_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef PLATFORM_OS_UNIX #include #endif class Sound { public: #ifdef PLATFORM_OS_UNIX static void beep(Display *x11, int frequency, int millis); #else static void beep(int frequency, int millis); #endif }; #endif // SOUND_HH workrave-1_10_10/frontend/common/include/SoundPlayer.hh000066400000000000000000000052001263301626300231730ustar00rootroot00000000000000// SoundPlayer.hh // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SOUNDPLAYER_HH #define SOUNDPLAYER_HH #include #include #include #include #include "ISoundDriver.hh" class IMixer; class SoundPlayer : public ISoundDriverEvents { public: enum Device { DEVICE_SPEAKER = 0, DEVICE_SOUNDCARD }; class Theme { public: std::string description; std::vector files; bool active; }; struct SoundRegistry { const char *label; const char *id; const char *wav_file; const char *friendly_name; }; SoundPlayer(); virtual ~SoundPlayer(); void play_sound(SoundEvent snd, bool mute_after_playback = false); void play_sound(std::string wavfile); static bool is_enabled(); static void set_enabled(bool enabled); static Device get_device(); static void set_device(Device dev); void init(); bool capability(SoundCapability cap); void restore_mute(); bool get_sound_enabled(SoundEvent snd, bool &enabled); void set_sound_enabled(SoundEvent snd, bool enabled); bool get_sound_wav_file(SoundEvent snd, std::string &filename); void set_sound_wav_file(SoundEvent snd, const std::string &wav_file); void get_sound_themes(std::vector &themes); void load_sound_theme(const std::string &path, Theme &theme); void activate_theme(const Theme &theme, bool force = true); void sync_settings(); void eos_event(); private: void register_sound_events(std::string theme = ""); public: static const char *CFG_KEY_SOUND_ENABLED; static const char *CFG_KEY_SOUND_DEVICE; static const char *CFG_KEY_SOUND_VOLUME; static const char *CFG_KEY_SOUND_EVENTS; static const char *CFG_KEY_SOUND_EVENTS_ENABLED; static const char *CFG_KEY_SOUND_MUTE; static SoundRegistry sound_registry[SOUND_MAX]; private: ISoundDriver *driver; IMixer *mixer; bool delayed_mute; bool must_unmute; }; #endif // SOUNDPLAYER_HH workrave-1_10_10/frontend/common/include/SoundTypes.hh000066400000000000000000000024241263301626300230500ustar00rootroot00000000000000// SoundType.hh // // Copyright (C) 2002 - 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SOUNDTYPES_HH #define SOUNDTYPES_HH enum SoundCapability { SOUND_CAP_EVENTS = 0, SOUND_CAP_EDIT, SOUND_CAP_VOLUME, SOUND_CAP_MUTE, SOUND_CAP_EOS_EVENT, }; enum SoundEvent { SOUND_MIN = 0, SOUND_BREAK_PRELUDE = 0, SOUND_BREAK_IGNORED, SOUND_REST_BREAK_STARTED, SOUND_REST_BREAK_ENDED, SOUND_MICRO_BREAK_STARTED, SOUND_MICRO_BREAK_ENDED, SOUND_DAILY_LIMIT, SOUND_EXERCISE_ENDED, SOUND_EXERCISES_ENDED, SOUND_EXERCISE_STEP, SOUND_MAX }; #endif // SOUNDTYPES_HH workrave-1_10_10/frontend/common/include/System.hh000066400000000000000000000066351263301626300222270ustar00rootroot00000000000000// System.hh // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SYSTEM_HH #define SYSTEM_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_GLIB #include #endif #include #if defined(HAVE_DBUS_GIO) #include #include #endif #include "IScreenLockMethod.hh" #include "ISystemStateChangeMethod.hh" class System { public: class SystemOperation { public: enum SystemOperationType { SYSTEM_OPERATION_NONE, SYSTEM_OPERATION_LOCK_SCREEN, SYSTEM_OPERATION_SHUTDOWN, SYSTEM_OPERATION_SUSPEND, SYSTEM_OPERATION_HIBERNATE, SYSTEM_OPERATION_SUSPEND_HYBRID, }; //A simple, English language name of the operation //Not translated into native language here because //this class is not concerned with UI const char *name; SystemOperationType type; bool execute() const { return System::execute(type); } bool operator< (const SystemOperation &other) const { return this->type < other.type; } private: SystemOperation(const char *name, const SystemOperationType type): name(name), type(type) {}; friend class System; }; static bool is_lockable() { return !lock_commands.empty(); } static bool lock_screen(); static std::vector get_supported_system_operations() { return supported_system_operations; } static bool execute(SystemOperation::SystemOperationType type); //display will not be owned by System, //the caller may free it after calling //this function static void init( #if defined(PLATFORM_OS_UNIX) const char *display #endif ); static void clear(); private: static std::vector lock_commands; static std::vector system_state_commands; static std::vector supported_system_operations; #if defined(PLATFORM_OS_UNIX) #ifdef HAVE_DBUS_GIO static void init_DBus(); static void init_DBus_lock_commands(); static inline bool add_DBus_lock_cmd( const char *dbus_name, const char *dbus_path, const char *dbus_interface, const char *dbus_lock_method, const char *dbus_method_to_check_existence); static void add_DBus_system_state_command( ISystemStateChangeMethod *method); static void init_DBus_system_state_commands(); static GDBusConnection* session_connection; static GDBusConnection* system_connection; #endif static inline void add_cmdline_lock_cmd( const char *command_name, const char *parameters, bool async); static void init_cmdline_lock_commands(const char *display); static bool invoke(const gchar* command, bool async = false); #endif //defined(PLATFORM_OS_UNIX) }; #endif // SYSTEM_HH workrave-1_10_10/frontend/common/include/Text.hh000066400000000000000000000016631263301626300216630ustar00rootroot00000000000000// Text.hh // // Copyright (C) 2002, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TEXT_HH #define TEXT_HH #include #include class Text { public: static std::string time_to_string(time_t t, bool display_units = false); }; #endif // TEXT_HH workrave-1_10_10/frontend/common/include/TimerBoxControl.hh000066400000000000000000000067161263301626300240350ustar00rootroot00000000000000// TimerBoxControl.hh --- All timers // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOXCONTROL_HH #define TIMERBOXCONTROL_HH #include #include "ICore.hh" #include "IConfiguratorListener.hh" #include "ITimerBoxView.hh" using namespace workrave; class TimerBoxControl : public IConfiguratorListener { public: TimerBoxControl(std::string name, ITimerBoxView &view); virtual ~TimerBoxControl(); void init(); void update(); void force_cycle(); void set_force_empty(bool s); static const std::string get_timer_config_key(std::string name, BreakId timer, const std::string &key); static int get_cycle_time(std::string name); static void set_cycle_time(std::string name, int time); static int get_timer_imminent_time(std::string name, BreakId timer); static void set_timer_imminent_time(std::string name, BreakId timer, int time); static int get_timer_slot(std::string name, BreakId timer); static void set_timer_slot(std::string name, BreakId timer, int slot); static int get_timer_flags(std::string name, BreakId timer); static void set_timer_flags(std::string name, BreakId timer, int flags); static bool is_enabled(std::string name); static void set_enabled(std::string name, bool enabled); public: static const std::string CFG_KEY_TIMERBOX; static const std::string CFG_KEY_TIMERBOX_HORIZONTAL; static const std::string CFG_KEY_TIMERBOX_CYCLE_TIME; static const std::string CFG_KEY_TIMERBOX_POSITION; static const std::string CFG_KEY_TIMERBOX_FLAGS; static const std::string CFG_KEY_TIMERBOX_IMMINENT; static const std::string CFG_KEY_TIMERBOX_ENABLED; enum SlotType { BREAK_WHEN_IMMINENT = 1, BREAK_WHEN_FIRST = 2, BREAK_SKIP = 4, BREAK_EXCLUSIVE = 8, BREAK_DEFAULT = 16, BREAK_HIDE = 32 }; private: // IConfiguratorListener void config_changed_notify(const std::string &key); void update_widgets(); void init_table(); void init_icon(); void read_configuration(); void init_slot(int slot); void cycle_slots(); private: //! View ITimerBoxView *view; //! Reconfigure the panel. bool reconfigure; //! Duration of each cycle. int cycle_time; //! Positions for the break timers. int break_position[BREAK_ID_SIZEOF]; //! Flags for the break timers. int break_flags[BREAK_ID_SIZEOF]; //! Imminent threshold for the timers. int break_imminent_time[BREAK_ID_SIZEOF]; //! Computed slot contents. int break_slots[BREAK_ID_SIZEOF][BREAK_ID_SIZEOF]; //! Current cycle for each slot. int break_slot_cycle[BREAK_ID_SIZEOF]; //! Name std::string name; //! Last known operation mode OperationMode operation_mode; //! int force_duration; //! Never show any timers. bool force_empty; }; #endif // TIMERBOXCONTROL_HH workrave-1_10_10/frontend/common/include/TimerBoxViewBase.hh000066400000000000000000000026221263301626300241120ustar00rootroot00000000000000// TimerBoxViewBase.hh --- All timers // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOXVIEWBASE_HH #define TIMERBOXVIEWBASE_HH #include #include "ITimerBoxView.hh" using namespace workrave; class TimerBoxViewBase : public ITimerBoxView { public: virtual ~TimerBoxViewBase() {} virtual void set_tip(std::string tip) { (void) tip; } virtual void set_icon(IconType icon) { (void) icon; } virtual void update_view() { } virtual void set_enabled(bool enabled) { (void) enabled; } virtual void set_geometry(Orientation orientation, int size) { (void) orientation; (void) size; } }; #endif // TIMERBOXVIEWBASE_HH workrave-1_10_10/frontend/common/include/credits.h000066400000000000000000000076001263301626300222210ustar00rootroot00000000000000/* * credits.h --- Workrave credits * * Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef CREDITS_H #define CREDITS_H #include const char *workrave_copyright = "Copyright 2001-2014 Rob Caelers & Raymond Penners"; const char *workrave_authors[] = { "Developers:", "Rob Caelers ", "Raymond Penners ", "Ray Satiro ", "", "Sounds:", "Ruairi Fullam", NULL }; const char *workrave_translators = /* bg */ "Иван Димов \n" /* ca */ "Jordi Mallach \n" /* cs */ "Juraj Kubelka \n" /* de */ "Johannes Rohr \n" /* dk */ "Christian Vejlbo \n" /* dk */ "Frederik Svarre \n" /* el */ "Prokopis Prokopidis \n" /* eo */ "Eric lesh \n" /* es */ "Pablo Rodriguez \n" /* es */ "Fco. Javier Serrador \n" /* et */ "Marko Väljaots \n" /* fi */ "Jyri-Petteri Paloposki \n" /* fr 1 */ "Thomas Basset \n" /* fr 2 */ "Benjamin Siband \n" /* fa */ "Moein Gh \n" /* ga */ "Seanán Ó Coistín \n" /* he */ "Haggai Eran \n" /* hr */ "Ivan \n" /* hu-1 */ "ORY Mate \n" /* hu-2 */ "Gabor Kelemen \n" /* it */ "Eraldo Girardi \n" /* ja */ "Masanobu Yokota \n" /* ko */ "김재용 \n" /* lt */ "Artūras Šlajus \n" /* nl */ "Raymond Penners \n" /* no */ "Morten Lunde \n" /* pl */ "Mikolaj Machowski \n" /* pt_BR -1 */ "Claudio Ferreira Filho \n" /* ro */ "Alexandru Szasz \n" /* rs */ "Goran Maričić \n" /* ru */ "Sergey Kirkinsky \n" /* ru */ "FreeWe \n" /* ru */ "Igor Zinovik \n" /* ru */ "Andrey Bondrov \n" /* ru */ "Denis Nikolaenko \n" /* sk */ "Peter Tuharsky \n" /* sl */ "Vanja Cvelbar \n" /* sv */ "Daniel Nylander \n" /* tr */ "Enver ALTIN \n" /* uk */ "Mykola Rykov \n" /* zh_CN */ "Tao WEI \n" /* zh_CN */ "Alick Zhao \n" /* zh_TW */ "Rex Tsai \n" /* zh_TW */ "Daniel YC Lin (林原志) >\n"; #endif /* CREDITS_H */ workrave-1_10_10/frontend/common/share/000077500000000000000000000000001263301626300200675ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/Makefile.am000066400000000000000000000002671263301626300221300ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = images sounds workrave-1_10_10/frontend/common/share/images/000077500000000000000000000000001263301626300213345ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/128x128/000077500000000000000000000000001263301626300222715ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/128x128/Makefile.am000066400000000000000000000001431263301626300243230ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/128x128/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/128x128/workrave.png000066400000000000000000000164271263301626300246510ustar00rootroot00000000000000PNG  IHDR>abKGDIDATxy\TUl **KK{feffiZi[Z^3,T375 DQ} 0, zs9Ͻs}<dddddddddddddddddddddddddddddddddddLZZ 3 8S`",Wr@>p ~.Ԣ2` D9[R1[4Ь.EFwJ g*1'Z- xkQX5W14}C[n "!!A,[L4nܸ̹"((H.K LMM+4V{sxJ޽{.ℳXX!z;wUVR$S FiFZJ# ~D |zQ;=K#ҨKӧHKKӨB1x`Nj*Uy󄵵̬BT*EPPF0˪2i0{gO{-! ļX=6*M謘cǎ9sRYK,̛7O[+Tmy43 xk+ (xȮ SNUjbܹIj|]F󘘘-h5}\MΘgj GhڶmK\\JJ{avIAAAesϱpB<<<>3w-UY,.,5R?mWǍ[zea MPRf‚BywhӦ #Gdo`jM#,U@n:ڷo[oEnnnc8pC!Hm@{7O|McUr۵kR$))C#ա3͚rr|#c9|:aQT۷oώ;K ؾ}{ W˪,>pwn÷ ?ǵ767?5z };I)|y=?߅'''>ۃ3K[PP3# kuBOހش7cP`ר1֖VfnPp(dhҌ{/ͦeӪ+[0W60233^r>u'|ݻw@퓼&+ѹ@@W>@`pzX`}Z*l$k>W@޺ EE$gуH0kZ4R€9` >S`ZF:[?Zټo>$!+++W-_΀8zhE;ՏW4,?+@o¢QUNt=w_| =y$B"fTT)2bUeo2bDfښ.]@qq1R)H25!!ÑZe3Dw2 竺_vX,,+ɡ,Cvpr8rSdddpl/Baa!H3.[ ҧackkk-ZĬYpuuĉopu>|8o߂~pwjCzV&Qܽß'xG_l,؞x J%6 6ۛ &K/?~HwmH(z!@;VнҎCIH;5Qq߿{nmۃ˗/e0Rg4I&~4!o8&;;[@tѨȭA_봐111<Ō1s Ļ/*>%:{ SS[oUeK9shߓev]*ľ}o> AWZF%ݫ}* iӦ [739%$3ͥ\Մ 4닍 n.K`ʨJxU66e5v W:t耝Όܹ@&Mˤ9ڷQOՖdeed=JL4I,cP"W =8v֭[Ybb" gNjnbժU憳YQ+j-ܯUCRSS Wvttԙ٭[8uff7H1Vy ޲e˸zc%4*6ғ@C$6;lڴ Aa:1 }SѾ {j^cz<˘y>Cp||<3gooo"""XVS7Laa!۶mcɨ4##+W) ܜUٌi&*8#ӘR |]ʨ--,,m tm6ُ|] g:t({H%Æ c߾}?_D25 8FuKG^4%r3Mܕ˱5S(] g* WAnݪtŋٷoK.͛ H:uc[jtJN~tpⷿ t<ѣ/?,YŅ+OFAë,Xƶ( 8rFf0C,Oδi !+K㵿# P릳7н;LC{=wlhmKz ҨUǏT֭[s ha̲J@3[;w:RF-νtve\i\\\)pµ+dduZ\Oź߷ȿu bJ06(w!yowl&A1dHGx ט5HGn "ťcc/] ;!K[tiKR?Q*>}Z}W!y.=aAܹε[7W^u&G}f׮]_izG3߿Nʯ(J-[+)[)mi:0#;kDު-KY?X0]b`A!iJlB#G+4 Jgom~zmp] B뿔FO]kbNH <ϢGlϟݴ9H_8I20z RTozNp!Yby@6FM'GZ;`@מ{cjb\Σy}ՇcggGrrN'GtJ?LdRsrPCQ'9u7>틽"7u.S >pi] iT9TŠ 7Ғqe \[ƣ [8ҪyK5GlWY\ĕI\kW),t(111aܹ\Y%rVRø \Tۮe-Rkff& "BCC8C#**Jiܯn޾pn --z ]|P}ԼxHگ\O#ut֍ݻ?0ѼxFM| 2y(VyG^XT 33y$$)%SHȹ+ ȽM!m4-ɳE> )\Yn]DdtĄɳ_Jw54BifH l ' *caK+ 4"'/IW>|8!!!hGǎ)**bʰ1,򓴘BM`g#+k G'\5,/(ݻHtG э7=6l`Q`ă(WPZ7=& cmqlּBBEddgq2 L:E?Lvn-ck[FUnl;cQs+cz\_ʛS9mEJ%g$%%-5--yW|\=ncmDNvGS,*On\vB+X%SGB$'&< 牽tKׯxJ O/T+M7?W׸|37qkVgϞG*胡ƪ,ߜ4\9y^@?g9sسdonG^@R)/ jޒ6-[ơg.w"ǎ/0R%}:ݧ#Nxeq1vp[yPT`Jzˆx8VhҌMiѤ͚Ьj1G#ȤLk.ǐj̘3z뎾=`+'Яs7|iTpet}LˆWO1=.\ T-~bO0::4m:uic;2yٱcG蠟Cn4H֗%KT*䍉/,W [ˎˣ'T >i~W֯_oP~\]]߿?ڵS=k. %W4'c0sdܝHfb֭Fɷ>Hzz@6lؠWQQQL"׋G?c\yD_8O(TgQk [)6gaΜ9TxޥK5j;w(۷J%ӦMcܹܻwsٰaܻwڳfF19|:<HpL7B+,%\ Ͼ?We}liiȑ# WWW͛7ի*켏vЄj?i&yWr|I]&M8q"O<X[[STT͛7 cƍˇ~I#=Ҫ痼Łc^a'|Q)%E^hnLoԨZ"++ׯkmݺ &,Czz:-ZP>+- SFxx8͚U5zнL;/駟d=77PVX1g*ݧV/Rx2=xvxnGk<]XpJCvP,0i]/g4JBp5c$FL| 8 Dl)"ԖXܹ3^]㏪ϭ򰴴gϞQ*$''ӧ$''GԋH*kN7H%}I )FrQ-TaO gZssq;\~ S\яz4DZJ6ӓ.]Qaa!=z̙3RS){,}.Tn~8TQSv*\EH-[B,^XT>77W7N[X?LDZvYsx^1ɅlSɶɹt$RwT[.>/"[U,-[&RRRʭѵkWʋFBԕlAr>n9k9;&aHOԔ.]G۶m155߿_'Z ˘jZ)?vI!Rܣ<*|# Es$3_E@RՀn415IENDB`workrave-1_10_10/frontend/common/share/images/16x16/000077500000000000000000000000001263301626300221215ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/16x16/Makefile.am000066400000000000000000000001411263301626300241510ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/16x16/workrave.png000066400000000000000000000003451263301626300244710ustar00rootroot00000000000000PNG  IHDRabKGDIDATxݑ; 0 DGUƐ&gZHeTXGnaIO"i1S6,b|]@ <;;fx*͝V4)7e6*yk daOӨ%ݻ;d_XZ{R;L2SRk,#}qޞ-=!>IENDB`workrave-1_10_10/frontend/common/share/images/24x24/000077500000000000000000000000001263301626300221175ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/24x24/Makefile.am000066400000000000000000000001411263301626300241470ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/24x24/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/24x24/workrave.png000066400000000000000000000014301263301626300244630ustar00rootroot00000000000000PNG  IHDRw=bKGDIDATxT_HSQvs`S :AR(Kt0ˆ:SO=hb (K "tAȋCQAzs&C}?( UU%(BKEQ/_QSUcccuBFQN4iUUi{-ızxaWe !M !hF^Txg׮apGݎD2YtYe@mm-># >uI^S2ӧ`fd%lkog_ڪť%޾~B^6}?| ੮\\Dy([U.WE٬D(ݰ9;OL{{H&Q]}55lxr:yTF9znȭ-ZE]  ]͙!ʲ%ˡhZ᮪»o ɷftAjF4O$4u0d*i \ iru SS^RO+`,c,;ڠi B]8~0'"LIENDB`workrave-1_10_10/frontend/common/share/images/32x32/000077500000000000000000000000001263301626300221155ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/32x32/Makefile.am000066400000000000000000000001411263301626300241450ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/32x32/workrave.png000066400000000000000000000007031263301626300244630ustar00rootroot00000000000000PNG  IHDR szzbKGDxIDATxVэ 6א,XcIt}=PֽIJ8 (Ӹ@U@㳈d[WD%Ȯ$UCaci Y2 ! ""¢ I VD2ĺgD$BZ,L"z,o(7kB"ZA=0 HBC 0CE-]˲{97*y 7΍?+-n!"HjP<"aPq| gG=w_o~{xAGRs>,˂^u s :+s)"ivD6d1t6Cn_1>"i( KYJS+BoMW|-IENDB`workrave-1_10_10/frontend/common/share/images/48x48/000077500000000000000000000000001263301626300221335ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/48x48/Makefile.am000066400000000000000000000001411263301626300241630ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/48x48/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/48x48/workrave.png000066400000000000000000000050651263301626300245070ustar00rootroot00000000000000PNG  IHDR00WbKGD pHYs  ~tIME !6 IDAThkPU}!h!`}Ԋ蘘vLctڢL:5TҦ~iL:Xm1֘hcB(^}߳: i?fpau^`TFeTF)oa! +{.0\ƚ ךA0@b$VN {q09k ܒ.pp^'(o6 M* VOfDG1̈́gΜT__Νljjx<nL`8cH@\5TnRlM~aÆiii۷;vÑ#Gf˖-Nuu5?8IWM|O(Ć 3 FEs).M>64DQW233;KKK}k׮WDuxQDbbb0==ݟ'OQ6I`2/GNQd쎑Jyz:gZPMU@%uKfϟA]M /m#Vl6+;-suc2c2HLL9r9 ^}U6bcbb֬YԚN1T l8ρ4 AջDGDȫ{`8ՆP[[KCC1PX$ح?1nETl V9S,[Q EE%ī6F4޵k{ Z< B!V,XZT*~?E9yΟg8~/^[Pm_>"|2DV;.WUEjplV%ajlkW.RPP0"/^L P´8«*YYY#a͙3r4 oZZ>={jH/۶?{n1 #bhC>7o%@5NffسgBR-L[m5n+զ;羸!/SĈt:Yr%UUUm@,o cniQяLΝ0=Ӹıl7zn*mW^/kϟ?b:IJe0erQ׃W|EsBQ#8csIdce̴[1qlVͦWwlWJJJU2 .z8g<^{8/{]m@(f"'0_Ɍ@UjOxTUe͚5vTft2ǍgƔ4&7rK B/q捦ܾM˥/hrn᣼|5PAl6r3&v^?GQ|$WhRh¤i)3r)vv\gbjSHwL{{;&Mچ !vڗ yJB%*I=;1 /nxjcK`vt2ǥɣɟntx0c'nz ^/]]]gM۹ssWQ{{;O-׬YeeeEee ƓccRSRc( SѻuԢ1&v@0?.W yRlܸQ̙3l޼9^)@4U6-a̠*]@"ٔ#L$W'AE!*0`̳Z^o0p,PJR*! E?.*:E<#~FnXos 1>CF6ƒ aK!%p2B |aܭ7ST+k5?{ƏCn%}]2ď~QFP+FQQO7w1b{IENDB`workrave-1_10_10/frontend/common/share/images/64x64/000077500000000000000000000000001263301626300221275ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/64x64/Makefile.am000066400000000000000000000001411263301626300241570ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/64x64/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/64x64/workrave.png000066400000000000000000000062111263301626300244750ustar00rootroot00000000000000PNG  IHDR@@iqbKGD >IDATx{XT׵3 C^5G*`DQhAO1QZJFM51憛bF%1R$RuBPA)k?0c~wZ{u{1cƌ3f̘y"xk+m`/ uČ3NXbkU߼Τ(,,,Sϟ`kmé_ ???xV }: /ڵ#Fcj:x"ٶq`ЀAWL/"MD9\ͿPo q1(.^!O),ɓR1w\v 08`EJKF?";:e-J~Ewn<:ma[?i~|vo /d1D6mڤu]gaچM膼=:m7Ws&~s5Ǫɱ3|[%|8n`޼yꊍ޼:s>on?.\K/ԢOO}N̔)S8x@:DebJ]ӧhɤV9_M@o=JDDDGG?Q5JkxXjCk"͛d444K]]۷oggJ%͎-[t!յ%1EψB@?]o@BBBdH eժUg1\6 >.85.?q-+'5T߽FeE'N0݂ul:"g o~O K9љ9Mc'~!?۠} 明B $$uaO}gwTng Zo>< JIuKnu?|3JŞ={ `d@_OR1s,E_gP*ܹ~ :;ݢPS) M!78qnѿn64/_ƍ@ P|[οZL{~vյ}ucƌiLF2alkZ0l4|Ġ7Vyɹ%aHLLQ:@Ro3&*;t5A޾5LG<;̙3DDDtc0뙺jںz<<&ˇ@/_9 ~T:fkE7+IaI1捑H\p&Woq|~(\N2D)*++g>}𤟋+2;w+/oꞷDRRR5swAG!jjia޶z{Wf!a-C`k*k4sO_A~TUUakk۲hkcWL0eڻV01bAmX0y: .8;;NQQO11b40r}կpBք`[M; ÍKߒ}?-I\9DFFrqb||<~!_n# k·{7_pBӞ tU^}2c<.ř8ZH^Ms/r1Lt+6_̚2e v2=." :H,,, BA^^99-\h_iUnN} .iVM={lܻwO,X<C79nu7 2j([[[?l j)p8k1cƌ3f̘y?7mLIENDB`workrave-1_10_10/frontend/common/share/images/96x96/000077500000000000000000000000001263301626300221415ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/96x96/Makefile.am000066400000000000000000000001411263301626300241710ustar00rootroot00000000000000icondir = $(datadir)/icons/hicolor/96x96/apps icon_DATA = workrave.png EXTRA_DIST = $(icon_DATA)workrave-1_10_10/frontend/common/share/images/96x96/workrave.png000066400000000000000000000122651263301626300245150ustar00rootroot00000000000000PNG  IHDR``w8bKGDjIDATxyx3dO$ID"DԮ4i=h±v*4PZZS ,V#N% m!$y?^331"KyYY~n`„ &L0a„ &L0a„ZA ` %tp \ċ(쟉Q:um@Y&\JVj/<̀4pqq-,,OeUG-률9Aoׅ~I888h>\ܹsG{?--MXBM.йY7V[ `0P5sUbOV&]fM/_a>|(233'W\s!joB [ hG$ͳbڴiQ"$$Dj̟?ʹ+kyd98a{Rd=).l-O'z"2n#H3/EQQBR)"##Evvv5BQF ???1b{n+JJJD||X~4h* Wg d%/{XxS[D4i$|||^ dee3fBQv3f L]^y-*|ށ=CtkH,*H;P'1 iW111;;;BBB e4\?PW`Xp_/[;M`ӿ-6nHV,>|pޞN:go;믿boo ꇴA|.q*t-Y+TٳNOO .͚5r“d_~ԩS/lpr2VW S ܣDLoʅwЁ J%J\mڵĽ~d@셳jF&1qD-[$""B|3@}Lc _Z[WHJE$)=86VL øAñ4ޭt>Z9.+3f 6lг:Ϗ={ `<1Ff=N#ٸo;HIaqL.Xf56E~ɛ_ܬ,΁!B9vT* ˫|F.]5?0Vڕ}G&M[N#vdWA@jM7<~ww`ߣʢ0W0]ڵ2jHt[ yT5i .UKj.H wY-Q.kČT0=k rrrxw){k|$CGV3woTҒ1ؾ};iiiIT= K )HF7Ndٸ:cT(_^ɫv=f|'E,\>}QLҶm[&Mرc @7By1vXq1wrknݺ ;+T֩UiSE׹|%%ʌ3^k׮u/9nzTK֭ݻV.{O[. sF_)n9 o%.X!7TXYX B!.]"ڸZ D^t;Ṯwå ѯ_?mKݛ5kʙڷz?[k .bNffV$pWVA33rKL@*f`7|``nnNDD 4733ٙ@ >=ekUY(Trooo,t6]>Dvͳq/m|0ggQT8;;3nܸ0`M4P2k @F^'O 뵏?N _y7)ׂ!ᄡg5Y!ud$<<|ӧO# ::Zԃ:u!+lQIdddM\'(9Tv= c rʚ#;kV͊tܜ]ڷ|A=Ԇd2揝BIv hOFFnݪi_Ν:x4=3$^6*|:کTN ?Oo?S2I#/ W_ωœfvzg|?OΤIpvvik vŽ{ު^ l k˿G&#"fr跓am.MXXj%@G$Aȁ#Xkp9)m۾t̾}:t& XGՒ T+mV8yY2|Z( ~gw zdh:rթ+{{{ZyP(N+$9 dXPp:^̜9|+ÃSj~G9 ff7QVb֬Y=bذR{"Ny:s'U`7&Ju̙RNW^׮x!GiN#b6A,$:e7 yV|cb&1ʄ+?N={If_e2ЩS'Fɘ1c0lBzz:{&!AZX:ff瑓KN^bp< ;nX)6H>WS֭[n4mBQe`޼y\ɺN~~>6Z-u_H>3 R 48e(|tuɾ^Heʕ̘1e̙L2'2/}t}e;`նvqsvڲQ'g߹''r_>+VڭdRIIAQ!lK-hvO$gE@/ PLVmujՆ&,Y &)U H[;~<<؏_?HF,H^i;@|`wM+u#idܻCξ\.Ν;0`#T1ϴfۢoHD⓯s%:;-?> 2l|`W/$p#=i)d޻S. 2G;@#ro71m]W d2fE՘իWLlll6lח~'?f|}}߿nGGG:t耻;$''s)?~%{ZG@z3t֧f{w/08# yUN6 3gyk^ [{nT+DvѶ#-7 @'SSӧ,,Oon0KN"9o} AHt@rw^ ?~,2>-2?-3@.1>-2?.3@/3A04B05C10<+4A/6D27E28F3+8(.;*2@.5D17G39I4:J5O&1#,7'6D09H3;K5O9?P:''1#=L7@P:AR;BS<(1?->P:BT=CV>DW?#, +7(4C0O8BTL`EOcGPeIRgJSiKTjL!*"++7'6E2J^DNcGPfJRhKSjMTkNUlNVmO.9)8G3DU=H[BMaFShKUkMWnPXoPYpQLtRNS@fbKGDH pHYs  d_tIME 9%\(IDATxc`3`$_@PHxDj4 305C86 pE$##)8k@iiIt 2pE,H98jYYET JpUXe8jPQE WA44 `H M!a-8ACAtttFF^ M}}M8$HN OC4. FF`h0@c,,, %iXځV 07PH=Zvwsq,@3@@F 4’ECB#""hVDEEY'y$&%!8?=#3++2[='7/ j%9eɅ5TUGԖ746577ҪUx5O3X;iӦϘ9s0{yf,\Txe˗V]e|M~Au7lܴy0!jki϶;v.ݵ{˞{Au*v5>HbIENDB`workrave-1_10_10/frontend/common/share/images/daily-limit.xcf000066400000000000000000000310051263301626300242530ustar00rootroot00000000000000gimp xcf file00BB@w ## Geplakte laag     *! 5 E]]]D ]D D ]]]D ]D D \\\D \D D  Drijvende laag     Vjzq{q{Bqq {B~q{B~q BqBqBqBq55555 5V%(5V%(5(5( ` ` ` `  oNWNW W{jrW{jrWrWWrW OW O  kkVbVbVV bweVbweV VVVVBBI H H H HWK     00 Nieuwe laag     0000¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾!#%(*¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾!#%(*¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾!#%(* ! # %')+Drop-Shadow#2      8   "       #-48::;:84-# )=N[beffggfeb[N=) #=YssY<#-NtrM-4[§W2 9bɫX3 ;eyQ.;fѿeB%;fıgJ/ ;fIJr[E/;fIJt^J8(:dIJt^K9* 8_t^K9* 3V|s^K9* ~ 300Nieuwe laag#2     0000  !#&(+-0358:=?BDGJLOQTVY   #&)-0369=@CFJMPSWZ]`cgjmp    #%'),.1357:<?ACFHJLOQ00Achtergrond kopiren     @0000ra ra vwvw&&AAcqŹc{qc  {BqqŹc  {B~qŹc {B~qŹc  Bq]cBqŹ]]ccBq] cBq𷹹]] cc5 c!"5 c!"5c$'(5c$'(5Źc")-. 5c")-.V%(5Źc#*03V%(5c#*03(5Źc'079(c'079 `Źc%09= `c%09= `V!,7@C `V!,7@C `w2#1;CHJ `w2#1;CHJ `2,7?FKNP `2,7?FKNPz37@GOSVWz37@GOSVW;BJQX[ \;BJQX[ \sa sa vwvw&&AAcŹcc   Źc   ŹcŹc ]cŹ]]cc] c #$𷹹]] cc ##$$ c&*+o c&*+NWc&.23Nc&.23WŹc+49: Wc+49:{jrWŹc,5<@{jrWc,5<@rWWŹc&2=EHrWc&2=EH OWŹc#0>IN Oc#0>IN V*8EPU V*8EPU w8,>JU[^ w8,>JU[^  97EPX^ce  97EPX^ce}<EPZcilm}<EPZcilmGT^gos tGT^gos tp^p^tt&&@@kbkV·bbVb  bVV·b  bweV·b  bweV·b   V\bV·\\bbV\ bV𴷷\\ bb b bb!$%b!$%·b&)*b&)*B·b &+.Bb &+.·b$,24b$,24 H·b"-48 Hb"-48 HU(2:> HU(2:> Hv0-6=BD Hv0-6=BD H/(2:@DGI H/(2:@DGIx02:AHLNOx02:AHLNO6<DJPS T6<DJPS Tma00 Achtergrond     $00$00$ra ra vwvw&&AAcqŹc{qc  {BqqŹc  {B~qŹc {B~qŹc  Bq]cBqŹ]]ccBq] cBq𷹹]] cc5 c!"5 c!"5c$'(5c$'(5Źc")-. 5c")-.V%(5Źc#*03V%(5c#*03(5Źc'079(c'079 `Źc%09= `c%09= `V!,7@C `V!,7@C `w2#1;CHJ `w2#1;CHJ `2,7?FKNP `2,7?FKNPz37@GOSVWz37@GOSVW;BJQX[ \;BJQX[ \sa sa vwvw&&AAcŹcc   Źc   ŹcŹc ]cŹ]]cc] c #$𷹹]] cc ##$$ c&*+o c&*+NWc&.23Nc&.23WŹc+49: Wc+49:{jrWŹc,5<@{jrWc,5<@rWWŹc&2=EHrWc&2=EH OWŹc#0>IN Oc#0>IN V*8EPU V*8EPU w8,>JU[^ w8,>JU[^  97EPX^ce  97EPX^ce}<EPZcilm}<EPZcilmGT^gos tGT^gos tp^p^tt&&@@kbkV·bbVb  bVV·b  bweV·b  bweV·b   V\bV·\\bbV\ bV𴷷\\ bb b bb!$%b!$%·b&)*b&)*B·b &+.Bb &+.·b$,24b$,24 H·b"-48 Hb"-48 HU(2:> HU(2:> Hv0-6=BD Hv0-6=BD H/(2:@DGI H/(2:@DGIx02:AHLNOx02:AHLNO6<DJPS T6<DJPS Tm # # # #------------------ # # # #((  aworkrave-1_10_10/frontend/common/share/images/display.png000066400000000000000000000105261263301626300235130ustar00rootroot00000000000000PNG  IHDR00WbKGD IDATxݚy\U?Nu'I&20  "(alA`BDQ("H',4 תz޻Pi: xs~}}-MJBccKD۱˶v8p,pd@cn*@ 5} ܾ[@&K)gb<$uGIeIϏl7C'F tL;8l6{S*@J !*75h }#OJi27sTS,'t"]Y2 R 9}RԹm+˲RF\5yblll) 2e/*lJ)DQDEWfժUy.{6^r19T*N".BozZ%d~6o y4sj/ޑ>}:|D"8!0`A)p{a]r.`pry^{m.RJFFFBOA*[o*K4[_/2fyI4u5od(7|E^)jOufqAV3::yurT 5eɆ7seKEr_E:yt0z;$N" ՗̎1z ^.)Kz(Ba$pl7a96jW_{6cRH0ئZ)1|!v)Ѯ^;> ?B+9c3 3Yos$Y+Wm[B6BI:s]S+!1FuyDh-QDZJe“?xT*`%3_Gt(%z_/>zhB7C,ɬgs19sIe2t\lò ,)-(#Pj >j2@)DQd&H)R?I){<[g+3o_@T&K*'≺жigH`#!PU "n$XRaE r4IS-#?P$RJ}x}*/sE:\"7wkEы/di,# ˶B)XMc"T_E!Pv B#%حzK $´B9=qw2g~tדZ}6>(^=%v gŷ}8x:K,#㩗wR 4A 5? C DE!a}ac [&~ m8yضM#=z.[ʍOS>UGu.']N̙H\vi PZA5  q*~H;i&"ǥcZ\)rtN•W] ?ϒ)y [YMP.1>>' )J/T*c0EKc* * +  =:46(hʬی-$cDA@Eh FHۋd8=qA!.>|g/C=IeX3%9_{߹,Q e,CұIIt|:Ag&L P}G!cDPX,R.bA±-f:o {f3srkn<銿g./v _v'D̖xq ϫ ЕMa WA_7D}hۨDۯ `BTT`>זHR8mq@`0X%Df4o?5`BټAD8Ƀ1Gɘ`?&ۅeKTڅҍ ]i[TƎ0+szv*Ȑlx@",Iu=&ō (3/=ygϣ6ӧYWijǞĹU90CG.^./ qAdW~hp$C,4ҡNBR bD-=/x8ƫ_iGT^N=JPcR3ѳn+cSQ*G,.ṕ;5Srvp*"ϴ{c%1Tu,Y}c mcTX51xs~Ehu@I\:F\WKv`48;Ad #x߃+Wܫ޵>>sc+s!0w\5Мf"͒f[=?f6'6~{6sL2c(fRR^֮]\?-bc bD/={6xQ|gƍAqr㸮KVSuQ-7`۶mtvvrYg1<< /@EL6 ϳn:f͚gAWWk׮eڵ$IMFWWX۷388ȤhBdlٲjڻ(znugB)%(B)TU* r!n @ww7;wdҥlٲ3f X,tR~i$cXb˖-Z2yd0dhhٽ{7jZFT*zzz+*===Ur`Ph'T X$ ̙ӕH$ޠީPr(F?NjnȖ-[RZ؆ }_Λ7%bnFZ@S]b}A } `ttTEQd FRl[+b?YiU1@@ʟ 4l7n`IENDB`workrave-1_10_10/frontend/common/share/images/lock.png000066400000000000000000000014111263301626300227670ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  ~tIME HbIDATxڅMHTQs4Su nBJha4Cĩ\hS۴(WahAAY,hV n$QF2ѹ秅ifA/|9yy\`/, ^ۨ;;;wj Sl6{ONNꮮ.H$ld2&LN/mMMs /ccc6J>pw~hhy^{Y7ǭ1pĄmjjt@d50is0(5;Zy*B!*"d'QKPlv#q9: h]Bi DH [VOO.o5` ZiRR@)X,y  \wb!Ezzzhhh c0Fu 4slo:H4EJyD"d{{9`Êc4X`L;@ h6u@~hp6s?փÑM..6k&SO)0 !™eYxoG^ pѰ/aua})eظaՂg`Uݷ7瞿<zu4 alU26I&۸=r>k[;p.@3IlN=T )۶oݗScMg0UPJ5GBt]{\Cr0.uNC( !@ՙf&ɋo4!xBpH/i RB`u[;Sϰf&l_[ҏEFc(sB'A%q{{5"'zm |}ֱft5#LzDBwf N h&)=i#5Sb52RY.Јzd켍\5;!d"={&MvOemH҅` aJUdD#p#duπa!YTs$kҴ"wٵj&Ǿq>bx^@p핷jSY<;!`tN^O!IJ!T @"Pif8ٺ㧸~۸BQ $ ^{oz4Kwت_kpAw8Qΐd-B@ ,R5*Y`E*!4H%o`䍗gq`,JN@OVFZVk( T$ZdCkt]>/o'J~'MIgf ]pę [` Z@ed&0W5l<{Z!ġÇlJr74v>*m}͛h cdNJ[[w]ȺHc$I]{]udJ.NJ&D3?pNT*6$%\q͘(7ö@*Af T ! 5A42iPSU%?a0 YdӁWʢ"K$U cȄF{un&|!_;-L !U+*QR@$3ǛBDJJm H_?tW~{KLHtf{aO^{FEo-\RIl 2j. xuW/(ӢZD ,I֦Ǚ-sջر}aw\|ImH,|U}-q፡םرIqZwYA"R 9|97%FErt٧St{k>|+,p惿M>7C՝T}NM mFEHI)%xC])ʂ,*Jff9qƔd`Ց<X'Y.΅^Q}Yns7 ?BlÙ)R DJh]us%q:yg~^ZCMi 0 šzK*zw8>93fJC)n~cB`8 LX8ͽy4M`">epЩVj27sE/l.%Rȣ;[t'B0XOXZ֝l$z(RYJUUXkq(*ʲDyF)`7Çٹs'q+3 \~$CCCdYFk-EQ`!@Sg=ƘZ!s0vZz~ ;To2jxxx0_Rۮ?QRzX,}vt`umsaڵv; [Ui 0H$ER&@1K,!77磔~ Ťa|}eR9-8(a,)*FlicYB mB iaaZ&ib#>~?{QViƪ+K'XY/Ov3ѱl+iWyDM)$zb_aVMvS_v,~7*%%B.^:6g7`kSW~㱥9x\G: *@*$yhakc8e)DHۻƵGRoR)QJ . |]PJ`I;9*(PQI) v9j"&P xDIJ,BTVT q3.\F֟,*Q@!*}mlL:Xdؖ-mN") !gNJ*î&ILĴ3B!ٮRX҄Sf2ٰmi#B)mKA` 4gLIJLl[bv6Ialb&q@ 퀖B!+Ė6J)LĶmZ*Pڨ8Nq̤eYXT4BiiaTR BZ!m mHO{akF3@OOq#3K(syZ( ۶1H0EB2sv`233OfH.((@ pm<\eYdddLT_ܹs㓖m&+~~~>PӧO{# xWZdgg_y摛˙3g3g477sM7M>??{2#G6eX,ht6q|EEEdffRTTRH$ٳgɓ}¦Me=z![l'NvenSTS/C=أgϞu8H$!'~/<#}NٹsA 0IKƇE5p`ƍ?H$Bnnu,o ODGeC=k׮ k$5גrz+i,H$2 *1`+Zo۶mS }a?4,cgZU[[1`S ]o"n`?7P|e˖8zxb įyV*8SOgvvÖecצ"(u0HKKC4)++#330x&LR__͛G}3kFeexɿWmH)9qď~ 뤳}K, $)w^uXnJ)yl޼ {?}hH)Yr%`<!hoogTM{׮]^JlfϞ={>ڜx߾}v]wyGG]__=D:"Źl8&Oۏa^4mebxŊ`YH)ٵkuuu::(|…`0(ӂw\E9`憋 .F[!''t:::Xb---Z !Ga֭?~5kon:;cXŋ=㏹t޶q0(20d9:pI)oy~DtoqKJI}}=P)%eee455!dժU466illIJ,hmme^[oQZZRB0[oEÇ lذ)%{qYvҙ|XnSJ~ _{fҥS^^i׬L*sϱi&bΝc#P(iܹ{w˗300>K$apppKKr`YQ/5f˲%F1 _8XN<6֯_Oqq1455\*WW!TUUQRR?˲HKKc͚5;v!"w<|!(//GK/䲼puѢEwy'崷c6myws 룊cPewmOD+_v.:vm?3\;wA*++ihh4WzC^]SSs( 1D)E4%7lGY%ДRNgg'tuuH$F"ȣN1tBEDii!fyyy;v/lrqqQɞ hg'Oaض흻 k.__"d!IJk0hjjbbbnmUeI˲B ! r2l6+GFFHBt:-ވ:CCCRu955UNO>EQ AwY)) He d_av˗ɧkO֬Auhmm:l6[btI ,85!:7&&}K)P0JV dYRrP\.rxUQB! ,R i^Ϳam Jݼ{cBBmW4=WUuY߷hRFzP(H1:pˍ`0Xl3C7l,wkZZZ0Mb4McvvvE1޶mEh  ISXykP˃rSUKB`KI@UAQ@J,v.B}|m0 7PHt*߯^ogΔ.?| /rbYOJ299IKKKISa6r߻wSN]=}BH$4!٦p8L*bϞ=e }=3M$c\4 e-yJ?€bDKmZ 4(;ގ߷o芭F`0ay,"xmB;yH$7iCqjBaZDIe|s 1:V1R)BMx V}d従e@*_ IENDB`workrave-1_10_10/frontend/common/share/images/osx/000077500000000000000000000000001263301626300221455ustar00rootroot00000000000000workrave-1_10_10/frontend/common/share/images/osx/Makefile.am000066400000000000000000000003241263301626300242000ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2004, 2007 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.icns) workrave-1_10_10/frontend/common/share/images/osx/workrave.icns000066400000000000000000000664421263301626300246770ustar00rootroot00000000000000icnsm"ics#H'??????'??????ics8VV+22111V2+2Vis32s a@ [>[Fe8j9Ă<_wp ¼ kIDgBSb@ Gk>Q<e2i9w<I{cV ™ gSIDg3B a@ Ow>U@e5i9³<Qj` ¦ q\IDg8Is8mk :' FѓCv+]L: ZB7+Žn %K. ICN#  icl8+1++VV+2+VVV22+2222121+22++VV]2VV21+++112+VVil32?7&R Iυ0йE @s #@(UӃX DiBj|K|yYއ'8;11ﴊ"ŘገS귱)O鿍69RT{҉#d_5{vߋwwv+aЀ ~ĊKHÃqVh8s00- ?7&R 9i0йE @s^ 2¾CՃXEjDea6-@Fu҉NK+abq^^|[~l"LrЀ ~u»:9fqVh+Zyd%% - ?7&R @s0йE Б@}f 7"JԃXEjCgkA|yO߇'06-1uΚH˞$ɋEɢ62FKw҉ VR.ji~ghew%SyЀ ~}@>pqVh0dn** - l8mk  ((+    .L #o)4ߵY Fax0!  #^=D {( M1J 0 * ]|1-e̎3u; "{ ƸhCsbbߠTGFO^iX+ -52,(+:\cH@:/###  $,-&   it32Mqv=-Sr؁؛N V3;bq#޴Յ, $  GifR6#:{p-S _%@\[F5#  ]֛PQ ud؛M& B!ou|B;ˆ_`! A!Wކ2y% ao vZ/RQ!"_^!ꀳ h؅nЄ TTނZd 2hBsHd  ;I`Hco{܉@H'y+,{wHNV !~#:Py 쎀7\\ݠ2^0"> Rz5+PdeO(|Qu{o$//*)8ih~[Ҁ eۥW#IA1O%Ű<̲jЁޜ\O X3Miv{U+]N'  ' [\ǃޝ b;i) сثG uߗ!Xpڅ6KԀ g% *v)́Kb݊|]v@I \ØXj٘hilۗK a˗DdzKH܏eq$oH6Դh5ɕ.y.i'#э+³-*h/Ͳ="n؏-4ݱ"LیJ I">nބΰl4 F ,7K\hnleV@3'G ""&9Msݲ[ _YRKD=2)dnĽx\  !).158; {hed -Lft|'H /߆8w 1 tf8;].BWsCC S hPnI)0N[ ʴxY=)s̹Vͩ\1*C-+AK+ ̖R "IeE$؇<5ɇn]ܨll_=+^W $ӉW cd.* D _t \ӁAQ {#|f! A q 5i,nr6 :l~yV$ w3݋~* 4eC N{ ܳq;-m Kz,/݆߸F" +3H  ;Vf[  _݀ ť~R&%| 5OVJ0  "12*- 0݁' 6UkoU=qv=-Sr؁؛N V3;bq#޴Յ, $  8SR@+ :{p-S _%@\[F5#  J{@Q ud؛M& p4 !o\bB.q _`! A! Dg2y$ao \F/RQ!JwnJꀳSWiT BnG O (Rxu4Z8d .9LHNV a3H^"#` wHNV !cp-Py 쎀7lII~'^0"> R`*"?PO>|Qu`W$,+%&7ih~iHҀ eW#IA)?%Ű<̲Uz\O X3Miv{U#IN  ' [I{ b;SxieثG ]xxFZ*< Qr!\!uqv=-Sr؁؛N V3;bq#޴Յ, $  >[YH/ :{p-S _%@\[F5#  QƸEQ ud؛M& {9!oeńkB3|_`! A!Kq2y% ao fƄM/RQ!PzQꀳ [_sTIxN V ,Z9c>d  3?THV` k8H"i%&jƇ wHNV !m|ą1Py 쎀7vPP+^0"> Riŏ.%EWWE"|Quiǹ_$-,''8ih~uǗNҀ eǾW#IA-E%Ű<̲]\O X3Miv{U%ÂPN! ' [P b;[#s„qثG eLb/A Z}nj$Ɔe$ÚATŇx|PƘe7? PĤX\Zi]ÌK T;dzK>{eq`?6Դh-*y. [œĐ'z+³-%Z/Ͳ=_|'4ݱ"CŜ? I5_IJ}^. F&0@OZ_^WI7+" G &9Msݲ[ RMGA<4,"dnyiP #(+.04{hWŲW 'AXckosx"G *t/g1 cX1;](:Kc~;:À G hE^?#*DN gM5#s̹VqƱsO+$:'&8K+ƯF >Wn:$ƀ4.x_]ܨl]R4É%^W K VV.* ; Sd \ӁAQ {# lX9 a 5i,nr6 :l~yV$ f+Ƹm$ 4eC CvŇjb3-m AjƁ&)p< +3H  4KVOR mG! %| 5OVJ0  +,# - 0݁' 6UkoU=t8mk@         ##%&&&&'''&&%#   !#%&(+-./0235555532/.-*&#   !$'*-/14:c^TʽV0-)$      $(-B^cS??mطv7/+&"    !&+1Q׿T92.)&!    !%)/6LX=71/*'$!  &.-(('%#!#&,16wkO3,(%"!$(.5Lm􍃓}cI1'$  5߾nS:.)&#!!!"$(+4JdհbB0&!  -eȆZ;1.,*+,/3?dm?)#  "F}N=8878;NzG+#  &LWEBBDL<*"  !*DdRQU4'  #-8jq`uR.%  #.:\y5*   $.9J=/%  #.9ChA5*  !,8AQH:/#  (4>K`uN?3'  %09GTjTE8,!  #-5CP^nYJ>/%  )2=KZfuPA5)  &-9GUaqI:."  $*7CS`q?1'  "*5CO]xG6*   ")5BO`u0$  '1;SOA4'  #-8ISE6)   &2BcVG8+   %,8dYJ;-#   *3K\L>0%  %.8ucP@2(  )4HSC6*   "-:l`H9,!  %1=K<0#  (4Ad@3'  !*7EC6*   "+8GI9,   ",9Hg>/"  ",9HtB1&  !+8FphB4(  !)6DSTE7+!  (3@K|VG;/$  %/0)  !,7AOkl\OA7,#  '2:HWk܅o`TH<2*"  "-6ANYurfZMB91(#  &.:EN\tᶧtaNB91+$   '1JU`kyJ&  &,6@KVaoz\.%  !&.:DOZhu_3)!   (2=GS`q^;0%  "+5@LZl\B6*#  '2:IWhdK:/&  ".8ERbzG4+   "+6CRc8.#  *5BW;1%  *4Dw>3(  *5N?5)  +6RA7)   !+6Qނ@6)   !+6Mh?4)  *5F~M<3(  )3Abέ{E9/%  '1=R񪋆}Q?4,! $-9Gbҹyusponmmmppru|ωUE:.'  ")3ALvֽ}xussstvx}ˏvniec`^]\\\_`bdehjlorvvvvrmbRD<2)!  #.9BQsǾzuqlkhfccbbcfhmpw֚ũvjc^YUSPNMLLLMPPSUXZ\]^^]\XUQIB:4+#  !)1;DQfrvwtplihfc`^[YWVUTTUXZ_cio}ڜ|zx}~qe_ZUQLHEB@??>?@BCEGIKMNOPPNKHD>81+$  "*2;AHOSVYZZYWUSPNKIGFEDDFHJOSY_frxroljhfedba_\XSPJGA=9753210123468:;>?@AA@>;72-(#  "(06=;8766689;@DKPW^ex˜ylfb_\ZXVUTRQOKHD@<840,+(&%%%%%'()+-/0133320.+'#  "(/38;=???=<986420/.,,,.026;@ELSZ_g|oc`ZVSONKJIGFECA>:72/+($"  !#$%'())))(%$    $(+./0000/,,((&$#"!!!"#&).38>EKPVZ^`bb`_[WSPLGD@?<;9987420-)'#   !#$$%$$#!  #(,27=AGKNPRRPOLHDA=9630/-,,+)(&$!    $).28:63/-*'&%$#"!      $(+/247787530-+'$!      $'(*++)('%"    !!       workrave-1_10_10/frontend/common/share/images/prelude-hint-sad.png000066400000000000000000000076221263301626300252160ustar00rootroot00000000000000PNG  IHDR00WbKGD pHYs  ~tIME -2IDATxytTU?իJeC@x<={lAZ={{ϴ ڍ-6n .N" YRIUowx% *9w[RvRdМϪs_:l9lfwŧ(|`P  {#p! dĉ(ؚՀGةy3.W4<'¯h #՜ wԅkw/Je;!޽ WcڴZbнJmNqq55|-k 0ӇL_:`%pb)X5޼*mQyzժ!ښu<ԯO&_E:^܆uO\{`XŊr6Z[ؿqHp랜{.pPsF.P[}K.`Wдw)( (}u@ 0kPmyp `>iC9_(a<~[ObNJlNlWN<9U*P2khڡ"Be1!l+){([Tl:Z\9~h]eY.,XJyf9E#ȖB˒{sF>!'7LY5r9%{5-KoEݹg'Mvb.- 4bNq8]y ))npn_qll+HK)RW G [ +( )}lK9@r/s~_k^w9gt/vn@CY@US<:`+)..f6FMM 55Ya;3㸉mܼ(7?b$wɅ\x唍(rc^4oţ3J DK,v'"kp-['&Ƚ>rEO>d3Fփzuy#K}0zStk62!sS P~ DDb/!5;wu׌WCimn$馩sf^Ȥ) 6 ӻRsc-<4 ^.e+,˲x< óŊz흤ep3C+GN.n]=e#tɍ:9r 5^!zb?H:m$/sfe'8o={L2 +LO_b,]z=55g38pfK 7{߽яYp:@{GyW^E*`gOħyi?|ϏZԘSjg<jͶÏt`,\x'5Yvɸb,X ^yu%5ĪTR;tW{7{ǜ5lX}Eͭ\4oxp1|{apH{.UW(/,w&O]wq㊰ E A@GeX>?i-BeeE?Ll˕P]H|#6R)tJ<%rrV6Z|"==TVM`N J =njdF;ռzъ"xqќ9,Y}@VY| )DQ'*è⭷ާx#BeƤo֜/×SW5=3f | xfZZۘqED{x罍iۿrZB?{kIJ/)1)3 Q<dˊ<}L6$|3~PL *^qյR:u{BUJǐHYWI(ǟͦQI1 s}4'Eӆ#ba}]=|EP0K.*-:sm q-7;k4 "(8kQU*k<CA6~i/[Co"[;}@?T1ҭ7_z靖ρyQ7e7uLQQ Myr rP5/21RtH_;ƻ'N@WqkmI~a#:lCUr8v- t( ;AdhH x7QXvu)xSkH&BK.=]4 UE|(21R}(X--Gxm]gz3ol-9kDRP!ҟA !T&+aUx xE{zÑX*Fa (*Xz=#롵Yqs]OoGvĞv|Q~=#Dʴ.ҏ<Жi).~ܔ9t4IdU^g %E(&%13GS=!L$H#lo{6d6NӲ~ם0bŽsnV˟'U+EAŋzJ L2H66}|T5{g )_2xjjn-[v͈j4DGih#9Nm, aqeq%v\I;UҊ(i6TѾo>{Q+`08Ծj':̈́vRI;P!UҎ(i3d )i (T o@aO,y!m2m+˸m:dĐ֠JE2ifp;0t@Lcdh3-%m![hYCJ 2_X 8*'΍ R]O{_[v̙3+bM1}zͷ+obSz#iկ˗{zu}1{f98x=dɊyu|s|hg .vj:  Kk]x`++XƪjǑ:T07kWQJvhLʌʣQwm!焬&O/cWԥض=J38 +u--;[J-xJQBlPΛN<Yzŧ=9zr5[ܺ@`euSڡk*,Ҳ[ )2355իzdJ)PJFJJ}JA%P&= hs4QvʉCU yQ;ڠEsFp(VmLZEqq6@ә>}!_aԍ/u5W-)3ɋΦtUJVV<e0Uܜ i9d,׺s@ ~gOH49ޚ)U^r%u,8q.ʌټVks엙 V~;G) \9Nd_7n))!%-\rS5сm̩=TM9n<%?95bn]׳C2x* w6VF (*ʀU*ӻ:ayXy͹o|L]VZ˥W,!moӪq2ej56[0-kf}8I`q㄀yXwiAQVaGr+_Ų,.܌ )Q/,8BKڗ-=[loN= 4;M}}UTNbwVlO={v7/j olP*˄M7]K"U$ *kv/HP)D)KG^=_U/>e5N:~vC~G~r.`ּ8wH>fSKt˒;i'͟nj5S?sMI%G /׳rFEMYأÒommɧVp̙sc6(a% (_w[CJpN?2DYy.MдsQڿIwwO+'T g[̾!49LV:;vb.&O;r71$JDh|jj X?"Qwb]+­Y KWBQ8BZℓN%;Uo.7}'_~޾ 2 2Qe|&^Iu;PlG}^njfJ b7b/X7B[ ͟_~)h.Bq:y|:~7u;kStU&a>Xt۶q\#a\SP0;{/~sSvԿ?\^?Χz&LJö- vKϟ~pzN}s{K4MD&LqO/|47 ^DZwtP ^syƆoR]L(Cy9Q6 U$xJiN. N|dꌓϮ(*@tW c"Blڼ?{X|L>Sy {QڎR]h—"3pK2DGQP² ukgIݠT4OVuMF=e[!DDt6:kֆۀdo/_/+-L(S)PRCJ iH6ȃ { cj%/*8qJ$l)ф6R(xP?|̛ko{&k2ǁ}nwe((Eڙ(miF?^v}_>ٝӞJ ͩ$M@xR"<]F:M,% ѳo]{Vߐ^y-mg@N*SpÕWO@`p#"4xl"lȇP^:)r[T3sTɧ7|࠮+S`_>Z[ͯj#Z6ܔV`3ݸL/,e;4FT"E*eՕ"[̶OTKtg7,9%EKkܴ>zYڑJ}=;~8R9~~ wxQ*gv}%L #FdLNK\z Mmw^}sfU'royF& a ; oc$OFZѹ }*O1G#\yV#ы LF" !wq wWg3S8ʅM+D)i[X~^e!E}{u;}cL{~P L"4 ۈaHƂ$Ci˲&LQÉѭڏ!_IH$$b!ҩi6,<9yDmwҏ=t}gs $H' M$CᏤQRN.C A0/=+^P9b(#! LE, ӐGyDA` u@EwدiUB>j=mD1L6mmVXjn ET+N po w.5kּe˖h4ʚ5ktwww.K ;3!)T V!DmYYD]ECC)'i=$ wU9G@9_ΒN:?H hmr&:RϽ:o {0-؜˔} }|ߦ5 Zg ګҕ޴@ cjÑޫ辶2%ղۺYFّףߴ@ g߽ȠՁgۉ@5ǧҏp`~Hf^ >ӓT۹U *ҹ% sJe ݖx +mt8 ׼lqh>_{Z, Ӣo )߽ʾĢzĽљ!Ҹ!ɼr!ù̒!ġ!)þ=!Ek5(&*v$)bpjф!  a`xeqjZMTAZQN[ON`ZTLNXQKR`XIRK?#':4i  r* &Ɖ޻z uߴlϔ2FR˘ݿӥ;՛[eܴΙ஭.rҷ!ͦ}ΪU8~є֢۸<SۮҺw Uv鱯۳;+ⵔĄ^MrҽΰAVJ5ąL̪N v{&é! ]CX ȃi (a}b. èad]7PiL& ƼÎc{ !Ԫ|Ŷ÷nŋ!Ĥv!ɿg!!е!'ɼ6!Bxb0$&*v$)bpjQܻ=!lKP(N$xdleqYLQ><YPKKYZNKK YSJK{WPIP^VGPB;$60b hu%#Գyӧzv mԟ[̽.!ѩuƓ5yRC[Хp؝+G,vŚnOkʉ͒Ӫ7Z9%ӛj˫Ӹj-d樥ϡ5ܠӳv 0]ūݿ:-.ѿͲv䶱 DȺC >6!xǾp O ՛pfdwTVsn9YH ýdNrzztvlf򶖨ztmie[RciiBǪuga]R!ÒbF!򾙱rmjeU<!˹l`\XN!X¼V !zlhfY!7rsSGB&*v$)bp   /EXdhidXF2# !MwJ,  H фE'  f Z0 "l3i1  bS+  BA# p2  CA# \- !6  5> FD$ZUQG' E SI(f\SH' |MF&H?N,+d   \ +wi $遦  6=X %IF' D D' G ?* ۃ:%   y P% HY W   T 7,K  T Ѣ.!  T ڀ T K)XȠ} T K)tf; T J) S I(S E%L = ) s0 dF! 'vt:2jj}jN:ֱEi-@ I0@l5$!!9Jg\ks>oM?<_m_"θvV^(dWWy%!B#f6GԈ||b> NuyA$~/`oobU`ƍg',(-q8R8gƂ9sH)R!C"@y/LOW < LY{M{[7֮]M_"JiĐ$ i&'GEHɩ Ri|GAXk}bHg[;]KAP㚷x_}6~[o!MS*1}8gs;$'hi)ZBh4H!zz?!_ȂYp)sډ\6v|ѱi:JJ/"0xzѪ󃇶Soyk׃\a=W_u8pn`,'`xˬft9~?obetY6 / <4\)9* $aсi$&Jb$FJMJggzLGyj=Ƽ[n%alv V^YcU&(xs8v|crZJ\Z0=:Glc83z="k8c@7PBۍ:9ªYkO)god+Y~H-?od6wl^+U\Jߜn X,R*P k8T1 $-cT*uAήNΝ˗s!azN$!,LOM0} ܿ}{weKy7 xᑓ?vGcDQRO#(9q$zv&&'VkX0RjtHF_^Z[K C~0QZʱbZ.{igsZ#R$s璵NWetY&'ވ^Dy1nGjmB0 ho`.]=w& Qter ~=Sچswtl>O>usnZ{3^R #:?bLLGXB#@I$M(|PZ=Mx:`ld(qI׈c)r֭p<59 xU[َML@ZGx%CW5xI N`XKϑN"kY8!bi+H Xhъ t+_[@nϖ$]w݇nٱu(!PZF):R Uvs4BKtw<ØzNH%'%yVtЅ˼;n֖(Nf\tхO8pP|۷1<Zx`rwo_|oXwBz"U0uj6lQH_kxGO| =?h/DC7sOUZO|oxUWPC#bEۃL, X'B4i\H 8=nvDZ<@)~cÆu܁@mS`"4y"·n~&$P9I,ŋ@)T ZH< 6TR')j# B)|E _6s(q@MjRu@j^+/޳c7s J`!u)ƐXKb If=f)WghimeVj56] 'Cj$R?y@PB1ZOk| XA:;yME}t,yMNJ q`Ͼw֙^v8º )Q\Gjrg֌|) YV-g%w"%NjqQޘ&nԐB"k>'ϒձ#@U߾/oW|3~8'!= °<Р灐8,1FN$Ib8J$rʋ^_hkk5)gcҸHN=GCKl7>3dY!n`o {>7.Yă~=+AKyhI BR!DHO!2Y3$$ NXBs_AcL<1=? ЕgyomܾcՕ_e8kPRt?RR#<í:#Ts%|vbR hs_¿} ܞHI`2ORFop 3Y?зW=G_*ǶmfO__7֤(aeyA, )@huZ9pb:K60b, 34wn9 | 8p|8?)K(ՉR=ϻ׼ GuIƀ ԥ4ES8Lhfn|[Ɵ\F}7w 0 +=:|l+'<p^9'?6opnXM,ٌL> *bǮݼ<922R<499xE5e&ѼizyndڹqK~agLkkuε !jJɓ ! A$%I2O),{Lڈ˹OOǩ fYmIgFK~l9ɐ3_Ѽ9Z,疯s`gk3ID` 3zH9i ;ͱ%&&fo=ɯ9-s"3JM4>T@L/hoGR3 =]_wv&?k7scǿkkkB)yIENDB`workrave-1_10_10/frontend/common/share/images/rest-break.xcf000066400000000000000000000177051263301626300241070ustar00rootroot00000000000000gimp xcf file00BBJselectie_naar_pad !AApAAA@BA@BABABBB BHAB ABApAAp:;/'Drijvende selectie     /'/'   _d&ZĿ[%VѥkM6BI??739@A>RpU" .ȌX8:Sf" [ZMTi{{ZQ@7:R* )95K|yz|utP=A;9)  'T6H}wyleO><>QVP:63;(lc\tsxkhieNA?GXrȼF'ھtmx|aXgVKIFLQ]fkuϫ%ó}zvkWW*kWW$j_W|1kbW7jWWqWzȝo vҧh ~қjX ow֞v \Ҟ{򁉱њtvКm}j}՛mY˕r_wՕkWa~z~םy{zWdtuwvvulWxfWWk`Wgg_%Y ]c%Yþ[%UΤiJ3?F<=516>?\{d%pǰsQ3  ,C]vvVE4Bieeb~ɻwZ?' ,>Qdw𾼶jT>+ #0>M\jxwl_QC4%   )3 image/svg+xml workrave-1_10_10/frontend/common/share/images/shutdown.png000066400000000000000000000016521263301626300237210ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  ~tIME "-ޅ7IDATxڍAL" +"tҊm46ͦic{cczh^<И64*qE.̀23,#L/knwӗ ̼b^TvŢ!"B8.u}+  irXWԋiPUugݹqh`sӳ?L:JHQhkH䣕85+=w_ti; 6:`8 : mmm[$ܼlf㷿hhh!I6(~;0S-NNNv}r]mooת*ѰG:y$4SS`{{QTMl6[2 $M`s8*< JN>^}MA DQD&!,rR$IjF*Ot)4>cyT |5UUMۇ/Չ(-..~S.<Eq<66l6F_i4KIENDB`workrave-1_10_10/frontend/common/share/images/time.png000066400000000000000000000102051263301626300227760ustar00rootroot00000000000000PNG  IHDR0/IbKGD:IDATx͙ipowϥBd;/88c%v%ImvM_UIHa$ej+uJ0僘$.v 9lG Ё9~;ȂV%]TOM? RD䉖Z dxy=ϓW@MX '4l۶ͬ5v' D~߮ _^/ ٞV&d WNt:mu߾ 2rf!i-4|'Y63^}z4?\4x ~hj^%_("TcqzJ-[FcCEň?cy$ҁcSiXξSz'ULg+vO.E族q\Jn&RO<~c(Ũ#^XHb T )%zO<]'W#kη \xmo?s ?GU5b1 #i"G_GUUEn\ȗzd8x j{n[][Wiy=C<e b(2'ٴ_<0X~u=DI< iXi"@\7oU<+\?wRJ/,fB޳vW]~&B$ G¬Zs#tUUi`PD|4@QScÝHq販e JJJP1gy}Mo﹦iQS-<  ]oo}x<˖QYUi9etttG@ɼy~N7t bF?IBX Fڌ.S+nX%̵ ǩ4 ԰dI=p+[E[<>nB |:Џ!3 ϼ0MYgEQy5 Tul|ס)TWx^k\Mcc7~~E<;~C<^O~HiQU|y7RJJ$qf#TyCׇ!+ikk祗^"O?,?ٓ| 7QPPܹL&3*++)++c\&JJJ0 X,k=t:ͩS}N"DQR l Y\ _~J &&1Ӹ> J" HCUU5֭;[?βeyEQپ};Pp8?pt:3if,:.fn%H`J<}CCC _zYy,SSSXE8PK>u'ֵ 'P' Bko{EMyv:Cbn11-y%eHW^h4C=DOOO|G| V瘘LbZYlRǙ䦛ofdlu.xAZY>rH+ 9w 2=e6V6Tfo6ǩ_:}}}\KRQQPqOaan>u44f&6+}pl^܁G"U~1yJ[8x5ܲBBSؿ? bKu)}l۹F8-[8~8Ν)=4MAt9D"hYҨ;l۩Mom L~a;/#-T;x{.0tS]UMcc# .0^~);Qzka4Τyms0y.H7&) 3W H8C'24==Lzƨkװjhlj`~<4]#U(( HCjz{{ 1 !#Sع}b1;^>^/?311:td2I<fjRTXGzE5h4&Ʈ?H4MCJ`4{"4*$}8͸a֮]KUUtT*E,ub(#u("YTUEU4M &I=7<ד=@bE XSr榥jjjbݜ;w. "64-?A1puM1ܨ>i- u#Dz.'I{` s`q$#Hˮ](**n'$R8nh  #aV2=ض͙7ˑC/fC5ׁ/9cOq 10ڌaPʕ+9y$\[9W/[G{{;2@6VVr|'wW76S]DuU- 09:HwYz{#1x)Wa p$UUq?zzˇ/U" L&D"Yx1.]Ɯꢂ"-<;RJN8ƙ(Zn*SUU3Ѕf ùyZJg05yЅtlJkk'Z[[m۶n:$&gΞ8;0bKʩk+Prs{@>Y@51Μ`@k\0uuuw^,x|9D{׈90,KGxi!Єc[i%rs4&-˚ rhv0ء0h"<8pIz{{{󁯆=OOSlrp Lف; U~Hdի׾(Wȑ#qohhjQ ۃ~2@&?U $###xGuu5d2"T`_`cVܣyۃ 2k|Sʫ-ˊO2۶d29!6{@# HXW뺌q=055[oE$:3]ާ3:/?:f͚ζ=s{AzWßѶ<.@B p8q!DىvM /G@*3Afx:3OϦ+v{kIENDB`workrave-1_10_10/frontend/common/share/images/timer-daily.png000066400000000000000000000010221263301626300242550ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  #utIME (\NIDATxMKQw35 Kw!Xp!)XWڅQAD4BHe Z a`1&q2ɘ{q;Kon=.{_־ H$0Mcx ZV'!@ 2e¾Ri)LKGv˞@ jZO`DJwY266q*e eoHp[D}۶vILXH}@cϧϨ.syYACP_Hm"o\׍% _jg{,Bl6Dr @<>EÃ#9} ?!%S(SM~hLo]/P"EIENDB`workrave-1_10_10/frontend/common/share/images/timer-micro-break.png000066400000000000000000000012361263301626300253550ustar00rootroot00000000000000PNG  IHDRabKGDSIDATx}KOSQsmJ"B` (@D0pDgL 9/h8Ġ "*A4Ѥ ʣЖrvP1 kkQϵ]X B}z&]aa_JJJ))(tt[[{ TTg222aaaXX^??_999 yy"" 99. 330>><wwyjj_vvvvvCCB77SDDh..B.""'pph$$$(::U #) vvp"""##4mmfEEe XX@@6GGlRRyLLSmmsNNLeeeiid.&&&GGG666 MMMjjj ( @( @kH%kHs%WUkkHH%%DZksHW%UԎkH%kH%kH%II==zz1bbsss1Js%sJsssnnnVVVPPP%s2PPPzzzbbb2PPPJJJ>>>222&&&kH%kH%ksHW%UkkHH%%kHs%WUkH%IܒI=zz=11bbs%ss%ssJJssPP2PPPPP2kH%kHs%WUkkHH%%DZksHW%UԎkH%ʦIܒI=z=z1bbsJsPPP2sJs%1s%P2P( @ ( @~~yĄ                 ( ĄP s @Y DS v P P @s AAV V @DS v v Pworkrave-1_10_10/frontend/common/share/images/win32/workrave-suspended.ico000066400000000000000000000144761263301626300266360ustar00rootroot00000000000000(Vh~  ( ppYuI P ADDPtD@UAD@UDtDA@ E DDpDA T UpPH( @nnee``xx\\RRwHH^EEtRRR^^r==sppmmfff((R;;JFFF( NNNGG`,,,\\\jjjee\\ &!!0ddFFm...~~ySSL55... oohx""  KLKKLKKLKKL?KKLaa_JJJ))(tt[[{ TTg222aaaXX^??_999 yy"" 99. 330>><wwyjj_vvvvvCCB77SDDh..B.""'pph$$$(::U #) vvp"""##4mmfEEe XX@@6GGlRRyLLSmmsNNLeeeiid.&&&GGG666 MMMjjj |}~ uvwxyz{mnopqrsfghijkl_P`GabcdeXPYPZ[\]^MNOPQRSTUVWBCDEFGHIJKL;<=>?@A3456789'()*+,-./ !"# !( @ppp U UpTEUUUQDDUDEUUPtDDDDTDUPPADDDDDDP PDtDDDDDUADDDDIUUDtDDDEUUUPDADDDDPUUUPDDtDDDPUUUYDADDDPYPUUDDtDIUYDDADI PDDDDtD@TDDAEPP UDDDp UPDDDA U DDDDpDTDDDDADDEDDp@Ypx0?( @kH%kHs%WUkkHH%%DZksHW%UԎkH%kH%kH%II==zz1bb1zzzJs%sJsss%sbbbPPP2PssnnnPP2PsVVVPPJJJ>>>222&&&kH%kH%ksHW%UkkHH%%kHs%WUkH%IܒI=zz=11bbss%ssJJssPP2PPPPP2s%kH%kHs%WUkkHH%%DZksHW%UԎkH%ʦIܒI=z=z1bb1ssJs%s%P2P2PsJPPCCCCCCCW@@WC@@W@@@@WC@@@@@@C@WWC@WCWWWCW@C@C@C@WC@WCWWWCWWWWWWCWW@C@@W@CWWWWCWWWWCWW@C@W@WCW@W@@WCCCx0?workrave-1_10_10/frontend/common/share/images/win32/workrave.ico000066400000000000000000000144761263301626300246460ustar00rootroot00000000000000(Vh~  ( xppwwwpH( @RRR...FFFNNNee~~y"" HH^GG` &,,,xx.. ==s55.mm\\SSL (((Rjjj!!0RRwFFmxddEEtooh\\ ee;;J^^r``nnpp\\\fff- < - - --- --- -  - < < <<<H(0///###ttt,,,PPP%%KK>aa_JJJ))(tt[[{ TTg222aaaXX^??_999 yy"" 99. 330>><wwyjj_vvvvvCCB77SDDh..B.""'pph$$$(::U #) vvp"""##4mmfEEe XX@@6GGlRRyLLSmmsNNLeeeiid.&&&GGG666 MMMjjj |}~ uvwxyz{mnopqrsfghijkl_P`GabcdeXPYPZ[\]^MNOPQRSTUVWBCDEFGHIJKL;<=>?@A3456789'()*+,-./01$ !"#$ ?( @wwwwwwxxwwwpwppppwwwwwwppwwwppwwwxpxpwwwxpppwpwpwx???( @ʦkH%zbJs2PkHs%WUI=1%sPkkHH%%sPDZksHW%UI=1%sPԎkH%zbJs2PkH%ssPPkH%zbsJP2kHs%WUI=1s%PkkHH%%sPDZksHW%UI=1s%PԎkH%ܒzbsJP2kH%ssPPkH%zbJs2PksHW%UI=1%sPkkHH%%sPkHs%WUI=1s%PkH%ܒzbsJP2kH%ssPPzzznnnbbbVVVJJJ>>>222&&&  ----  ---  ---- ----- -- --  ---------------------------- -- ----- ---  - - -- -- ---- ---  -      ???workrave-1_10_10/frontend/common/share/images/workrave-icon-medium.png000066400000000000000000000014301263301626300261040ustar00rootroot00000000000000PNG  IHDRw=bKGDIDATxT_HSQvs`S :AR(Kt0ˆ:SO=hb (K "tAȋCQAzs&C}?( UU%(BKEQ/_QSUcccuBFQN4iUUi{-ızxaWe !M !hF^Txg׮apGݎD2YtYe@mm-># >uI^S2ӧ`fd%lkog_ڪť%޾~B^6}?| ੮\\Dy([U.WE٬D(ݰ9;OL{{H&Q]}55lxr:yTF9znȭ-ZE]  ]͙!ʲ%ˡhZ᮪»o ɷftAjF4O$4u0d*i \ iru SS^RO+`,c,;ڠi B]8~0'"LIENDB`workrave-1_10_10/frontend/common/share/images/workrave-quiet-icon-medium.png000066400000000000000000000016631263301626300272410ustar00rootroot00000000000000PNG  IHDRw=bKGD\tT;^ pHYs  tIME .3b@IDATHǵQhW;֚BR-R(Xfjk(>t KE<Bj^f --!B`amј%]lI$23,4fbqɚsν%T 2Kׯ-herY{hG̙$f߇Pd,$STTT:\˲0Mx<αc0MSzDy+P"Bf^^D"Xظx{N!n(` B`(DgW|y9pD'IiܹЮ]{]NQi% 5d2ɎX 5%n^YH/% ^8nTlgUU{Q>˫Ws3Ԅ :x B;:&_c1v\Uk֐KEG|Tţwڊ|Fۆ ع6MW##(@f''*+r*D"eKs1:zcݝd޲eHr%.ƍTג^iL={*iʽ^Zw5]R绦ex02g'O.i"JN okvv#w7$ vZZZ|{3_577HCM͚Kڲ,,aTwpS/BFVd'?Ji-(<,?1:;?usBu&&&8=14Oy_bHeIENDB`workrave-1_10_10/frontend/common/share/images/workrave-sheep.svg000066400000000000000000000275711263301626300250330ustar00rootroot00000000000000 ]> workrave-1_10_10/frontend/common/share/images/workrave-suspended-icon-medium.png000066400000000000000000000015461263301626300301040ustar00rootroot00000000000000PNG  IHDRw=bKGD pHYs  tIME  ;fIDATHՕQHSa_϶vd. X Ff0H  D.Ȣ.]dyAJˎXKmvr^¹8?|~|?p*:,0Z$B - f$ u@A$n7ŸZvtt`HU>gxjrD]],T"`"8eYf>J%>bMs8JJ Fx1E> ":J'ND-z+"U*Pxn'ggEv^^1ٲ_oA>#IVL<{"JsV+/56z{bhdN'j$=OVTnn /\@;t9cU>~gQ$199$8vC+}D+$IfV*HlnBVNI x MM“Zh48z0tfW ,˹"sy9kFj4xcC+d21m*dWpl&}qIŝqv䜦qb$ ewwɲkjh5|3ul>]+o bnNOO3VOOKKd(ijFcFE|ɥ,x  Ie[[[:Zoft*++7򠛨 OOr_yqQIENDB`workrave-1_10_10/frontend/common/share/images/workrave-text.svg000066400000000000000000000077761263301626300247200ustar00rootroot00000000000000 ]> workrave-1_10_10/frontend/common/share/images/workrave.png000066400000000000000000000201071263301626300237020ustar00rootroot00000000000000PNG  IHDR{\NnbKGD pHYs  ~tIME (q0IDATxy\UGᅦG5q1j^[3Ɏ9&v6/mԴ/Cߨ݉騝܌vEA:uڇsǷ>תUVrpX9{Үn+2V$uw ۽ dKLt+mǙm;wG&`K oK+ yS vcna86QJ y o:ylEm7WBE\<1;p&.;ϋk3{RNI{h"O CIՓM"unV"ʀ.|Mm+P;=i uqW)-}Aun>𬾁+z^u)Z=zMeN1U;JPRSO96]S sk TҀ*0 By@!νx'n h;QjtX&P!H HvԵ)I ]w| | \ z]:zRו܁m6;qj E3}sxKw*pϨQݻ7,^'N%p0tP^:?@rr^I".WNwƛ*'&m4U\.I/ΩԁVAVזuƒ%K-GBB֭`ѢEL0归֬YÜ9sشiz+x3I(/M禟}ndڗ@K`e}(@.f֕U4՟_$ȁY@WOɓ fܹX?|@```effҮ];"##ٹs'駟2qD.^(/&;)9Ѯ"߮ %չZx8N!_@9@.IT%̀8PQŋ?~KGI-3g[?sә4i`у\y_"t#rCRb/M !UlJ!7 h CjgF[r!@5b`͎?2QVV<~vS Np7h 4@  2=V)ڨ@ 5Cޮ1,N @ pGB~3Qyݻwg̙ra"##믩^zy\pҥ +W$55Z`` Gq*u{C=OpWE*% A mڂoje[oyN7m*' L,X#GPXX_|A^hҤIՔ JIIaƌ1dFMXXXivɊ+XlItr+v:s;6Tr_s,1)y6EQy"DOViܸ5SQQ| /gϞUo,A+*vv]VŸ.Ծ] G6`=mhX71WϮC;;o';EEEi&+((ҥKc|f:ucǎ$%%[Ո.߭ruԖ.3?|VSS5a%?#Gq/^LF\OLLdԩRzu %..~tqc)<<͛K}Dv!eUS"c% DؑZtՑt C綻pW8lٻK'g֬Ydggl2&Lk۹pT(**ԩS|/̙3t҅k")}VZ%/%ݐ'mUC ( c"L(/< ,^O)w/>>֭[~mƕ+W{w=D׫O`@y$Gff2.fPvm3tJU#Fӥ-a6*mQdר:B"98 '&Q#ĭ%cgN>GQ( 2|___+FѴixwD$~_LY']/)6rvº!^i׉vM[:9A͖'cD5}:w $˓),"""HJJZj=hΝݛ|y[rwpp;O"۹*b}ĐbhnelYhߙ-ZS+4Ԍs\̽dL8$?ĥ ۱ :vݿpymF||WߨJZz5cƌQ#$Wg 'Ց{ad0֑ZTĮCe1,߸ˬy=  Ӱndꖕ0sLΝKII~!)4r\1$wwQKz؎+2m;1y\u󖙎> E{^_4{lfϞm+l~IM._U3yj|T[il{!Oʻt>+E/Nz;D^eN2W s?›yѫW/ޫj۷/<:uF> 1 3U1*[=և;Uek 5jݻwȑ#>W^uI ""h2228uLJ}ظk;is .\on ddg1~x^uAjբs 6iӦѱcGʒD!Q6sCnWĹPj>3>3/^̂ \>ω'8x eq49 ?ܫ9> ~3 VmHaBXq OyçO2}t>Û N~~~1]vѻYy ruٍi"F'oV=\Ƃ?^Z.o3YgWnήjȄrcՃYl 7ջSW+zX׷/_͢ +**J-׫@oݼ9P7JXږ_UkuG81ʕ2lDFFoӦ >e-ʄΰqdڵkӤi \eoq˙ t[ošCn#; W^Q/ĵ &9\*!w3BL]:wC\.֩YZ/<{7w}qyU[ƎԩSq1-)Vdts2 Z>4zhlٲ\=JhZ7ir}hh߼)((h&ըQ:0\Vn_ىqw#_R)yia$Yŷ~[zj3槟~bhhnB+III[)-IM6ŸveU+q5`?݁AOO Rڹs'O>$ .dӦM.Nٜ={ .{QPPCG3w=l/̝;3g\[ioRl)ܴ*M+^þVΦ9d/^ĉ>|˽1cиqcbbbx73g{۸Rӄiqe^{ʕ#-93:7W)g۵ժӡj<&hԄgggR=(㙙8'LJ;vPTTDNN/"EEE<161ywOtRΝ;wm%e&N奫et ۉoՉ!жi ~/ONf°1;vq4kh5Siq|{>Ɋ+xq{[mF޽unLhu k7]~w cy 0a. EG(~_|Wn'3 D*U0+f&0൧ ^Λ< }Q(G6(> s/叫i0?]GJoy֡.]/3{lrǹCq5qM=ޢQFoގ]2LJTF3. ֘J+믿NVxU(l.iUj\eBaspЧOnU?̊+.Uf[!\uήrV_MzvUjFzq[sl2utn,BWYmYAAO~Cӽ4b~iyZMyS]iRLJ>U[Q( Y?K뮻6lX/F4k,UuHS5V 8['Ls* iEd0[rn׵PDD!m|H,)m:CIl !ihjݺzcŮ Ku7_i7iT>so If挘+7ܔ*ݎKt06 {mL:q*K[$!!%ѝF6lY@iz;&VYe]%ti 0ລqiժU۷On `w vàp{T8}n.Y]鼠')JhРA߆``A(X<hq]]~eޗyH(|몢'Oҿ5ČN}N^sUp DL|s_&Rvem$˲G1^-+3o<:tWp҃k\`|yO>YDxi.[q['׿ӧӰaCIt}ѲeK=Dʹ4ԍ" !!` d|wI{"?n전z 8.JuXkrrrne7ٽg~9_?$.\׏!,ep17gp%)lCj #K(s\|d ^\}es*Eŕ/@NeA'҈cɒ%ܸq#={dϞ=<7)Wtќ;O=剣n1SG䠈 I`6^fݕNMW.UjѢ}M64hЀZjsϕ*r'O. --\)S0|p/^l\>YEÆ _">>MKJJ 7oL6W\sja?7i$.o)=3AD85A(;;oL:T`ڵ=K,b*;jԴhˆ mص!ێbѹe5kI]C[Ya \Y`[pnEMO<+rpv`H:&.Axod; vY_DЙ6[=zxP2ٳ'[nuɔ)Sx,$֬YG},Dm i]}<bO#gY)[Ӕa5i uQzsrז F9ɤ%WEaK~) iX qb}zu\,)Aup:,O`$J>pIR@;bN0 u[JOO'&&ƭHzhܸ1AAA䐔dR8&NSE[鉶Xo%ah> ,s֓2eJVGtՁz저5Cp8_&rʵ睙>X5{5zPֈN|}}>}:3gt난OBBk֬2;ӬY bLعIR¾GVW\+-dMQsܣtw%=TԤH0#Ĕf" ݴ :v3֌DFF2i$ƍ^իW /22 p 83|gO"|g9Q?;U]@_qpuVW7}G`SAr5,;M*>QHN4iBQQ'3eu4;/MU2*&oOXy\(PӓJ мs솩K#)ҹ](3QUM`a[6'=A+ûo(&Y,}{;eYu^V25 ճTvR+v)zDujup]-pvOM_uTzVzD{k4UNl8XG2U ::wTLLx;^Q2# v1;U]p]`T@[͍Z&um\C]0ti@{ :yUs::'/D}2 Om:ԟKJ&ɢKmGuu0$99.mS2G9;c}P1Q(ʌ3~?BiQMbX$YL\&]CLj9^?[2zn9Z`K.Sһ `)zOL~c?æ/r];kә*"aثߗZڱI`ػ7ma)MJ)-1tDv=E.:&`LdW'pW_}VRݝՎe*ǓN*`p; c #1F2525", ", c #D59696", "' c #3E4B4B", ") c #5F6161", "! c #0F1212", "~ c #ECECEC", "{ c #A87474", "] c #FBADAD", "^ c #7D5959", "/ c #0C0A0A", "( c #675454", "_ c #B1A2A2", ": c #150505", "< c #A9ABAB", "[ c #323333", "} c #020808", "| c #B78989", "1 c #080202", "2 c #5E5858", "3 c #FFBABA", "4 c #FFD5D5", "5 c #5F3F3F", "6 c #A5A7A7", "7 c #D1D1D1", "8 c #3A3B3B", "9 c #C7CACA", "0 c #8F7979", "a c #2E3939", "b c #A6ACAC", "c c #505050", "d c #797777", "e c #9E9494", "f c #E29696", "g c #5F6A6A", "h c #A47676", "i c #364040", "j c #553A3A", "k c #654545", "l c #FFC2C2", "m c #422E2E", "n c #BCBEBE", "o c #231818", "p c #342323", "q c #FFCDCD", "r c #FEB3B3", "s c #E19C9C", "t c #1E1212", "u c #C28181", "v c #687070", "w c #2B1D1D", "x c #FFEDED", "y c #656B6B", "z c #F7A9A9", "A c #6A4545", "B c #795252", "C c #534C4C", "D c #EDA4A4", "E c #D08D8D", "F c #736D6D", "G c #656565", "H c #B4B4B4", "I c #CA9292", "J c #FFE2E2", "K c #444545", "L c #9C9C9C", "M c #6A6A6A", " ", " ", " ", " .+@ +#+ ", " .. .@$%&*%=-@;. ", " >,' .&)!&&&&&&~&-; ", " @{]^./(_:<&&&&&&&[ ", " }.|123456&&&&&&78[ ", " 90&#a11b&&&&&&&&~c ", " [8.defg&&&&&&&&&&&* ", "/hijkl3mn&&&&&&&&&~o ", "pq]rsr3#n&&&&&&&&&&9+ ", "trrrrruv&&&&&&&&&&&&# ", " wrl3qj<&&&&&&&&&&&'kGz*<4R $0 6"$m#$v :~tfvB y #"mie H$rQ׍ 5| } 6\7-2Z2g `B -YhsqjcWr#%BX}؊ݞ;+2, ;$o--* Ҧ`V*-% ? )' ۵ ).(&TN  +l,~! ;}H3*0*"J҃Mtr'1;.2) ӼB   *N] zzߵ}~@dZ $%# =ظL܋~ D! \""p jW VL^0tQ"TO9: ^ > R&. $D%!@{i8!4< b`Pg%Y  x C#}!." =@ rvsC+vx>J4ؖ޻8{2)I & 8 }[ ' #K#L DZz*C2 4|+  @.DzU;e )` "I"۪׌` xmH(!" +`L!ݡ1-pI.p n0R & y`5R t#|"jz#%F,%Y3Ժѧۦ%VQ,m.a$K?Z'-( ݠԖ c +," ԣ '(/+1QeҾ]7 o -/&vU&*K:,B3 -1EP՗]6 )H,&w](n~djx E)(H > %/ r\%c}vO$܀_6&CsKm; ~>9"  U A$% $Le? 2"Rdx{d5-[ F v64eMCm :EZ)xH2~, b#%b%!9 t~S%.׮2փ0k M5a O s1]/hp 3"7%"P2 uR?y\ ޗQ܉9R1:,.U le ` W?=2&q<7[%0*uAP a  9 'vD!%d&+# [B",/Q E/g3lTrGܥկou7 x  etׇܻv. !:! )+[WQpjJ@lk gW n2oؠW FBJڷզ \)),5!> .[T]_B }"..#Jm;הM''/?,$ ݌ь:ݵ 3 .O1'G|p,4.v0 k.ҌD s!x,z,!ieњX'k0-' doсб%%<&,+"rTت׶H/o "EC ^Fy(U]қ l T!G" >W'5ޗVΝ87Q~"$v%$x rIbg9cBN m!$%#nLJ*B'3  sp' *'g 4o gkLXG6?r#ҾօOw/C)w h  C o $ 5_"#!\ } u^ %X].kvk p2w` F&s܀ֱ׿߇x N/!M##_"K"X=UwS=9 a- #%C%"  ?чtޭ*q  "$%#0 @Ly7%7 @'%g f|ة؀9n],1# Rܐ|M ,-#u!]>!eF(-'9cx[ } #-"-@! bO҃q *0w*7:ieT;%N0.! [ΗΖ@ ' .D1&%3΍ӥ05-,>́Wni e ,D kC(شلx-d38 j8##!  ' Lv9V},10 $5GykqZYޗޏ*'  pfC~*I `?j]פM7 7]  ]?%~*4Z(JAqSեh=zV < '0WUN+ ;/VI[AVDnW  ) < rNZ) Q ֆ=! zSQ65?'QsLtOc܃"x !"  K[<1׳۲$- ;. Y/@0ނ۠v޿ V"$$ Mݰׯ| m֪ZV3&(X ӴE uj+;,!W.W0'/,+"8ۗn "W1.4,* kуz`-5018 Yd2۩b "02H(\ҚW})o30! Vې."$$$*' ݍۣ[$JP  82bQx֏՚pK3 J+;+N%g {9GcE=Ix (9^ e۪$LOO n: . PM  oޥmYl-}y) @ { [ }o$&$ <m~3Sc5G3٦xl=UruN]^G Z;})i C%$<ݚ aQ3tsE 3o"l!5 1j<(< -.0  y @-ka!XՔH HIZj%R p6G*JL_ b >AC޲߷, N#+'o"%5}݈ $-+(jݹ_B6 )*0!$OZv1w7#-*&sdng%q#%690R_'$#VߚP T~') zLٮ(#E*U&Gz9Hێү<'N2/ $\~pdtG,+ !] l,?IQrv " $&}&.$jљP6ޜf; <ikyl&)ރИэףMB KF (=ߕճ^az ! .2- v=T?ogW]iO T)$ؗҜ"6WdOەKYJM7*5  kW : " L "!y1e^o:/3_\"P!ޛ8d V swv'8y @y{ ,/Y7_Xv5TaԍCENfIZ:m 1+#%#? ARpYTZ2NiMy1Oo v.^ڬDe)GO">c '(^H |XP +)wXT "%"7i' q **9  I"H&( 3Tֈ5}  '%r 3Nڋ<RK#9Y߃$O| m%%2 Nٱݳs/#h' ]+Ӣ6>&.s* bZ Q --Y" -85щf,e5iz]A@gM!ܰbumT  $%!%!"{0Em vcϝJ4w1 *Y8 \'5ޥF7mh !B#o -RS5c^p2ڤ9 V %Kb ob MX^Y!G!jrp vW!u#o6qԅe++  "#!}F DO 3G]  F3axw=kܶ3&П/oT   IRkYB} +63+';|"": }=-!ՔLw ~"Eb**uM'K ]C 2ә XSq|L,-_12Yژ6W*y 3j)"r%#$l4qX~k8. g"%!Mh ߮A%-)r+ /׽V"$Z G7%ڬs[  #[$<@Ck#ڳM .]!? #s&X)"Q*ۜԨnq{?'.#p0֞E_v/:d8(Grlȉ|m%' 9rϹ\t@ C vWcԻvܿQ# :  !!V iywU8 u% !O7|%Ѷ[t| +S!D#!%)o۬t?So4 w!2_" [IO7 ׸0Շy~M 6m ]C @ '8")$" Pq@0QS4Mύ3{Q W%=8 T#4$! ea_P :({ Fheeuvz ^HiYG xW8| #+=F -4["sk nxJ'^U\P`%rrUE =6ӌݏ  %G&n6>v9>Sh1'<0*<Χ^/F4+qk$F'1q0# ݝ5*/'4+EnЬȼPN*6K6(")T`.)/\*-2$33+64% ecW%j*% J.b!JA{ m )X Ry !!U-wL| Vr - 'LADTbf7٭VUr &?1ww۞82;M1?  '=q)  kDzV;Mtҗ)PߣzL264 q |I /w onOipAY-4w&: +  +Y[  ՞|d{u1cdP܉ # ;GN  } cz@9 t;^ 6 ## $!b pjj7K>ۜ9 6 G!}&?$_ a8ns){-%=TazW%0)5!,Mt~w=$+'Fެ%(}!&J)0,O,ܢBSu@#,T(Zщɣvz %46n+-goЍ (-+&J w͕֒ ?]1sD/RU, E@׍'ӓJcQ7 I"`%$}"Si|%q JO ##Z QSsVvߌ~w y!"%$!I@g; (2//FP m +]{m4`+8 T~ Ftv1 Am R  &++r'd|tn(I2g־t+Y1b p @4!(-,'hd xhdՍ"x h%p Jx IKqW0J8ڈB^7uY.WܼԹQѐ֖ Kb :Xn :L ڢ j ?K1 ؤ #kՏ)~(R,"ҫZߟ&D33&PCwʝnk, 3)-VD_&1 1$ )yί,D-75]'eб%)!]q CX/v0<:++px9ߔb  **!VB^?[$! G"h " r[#SԽf I qz ox XGY}ޘA0 l3i$w  sQ݈ٮ~Fp9 @f?iuޭNl%9M4 3T G|;392 xn}eY_5O?M]Fղ6r0\\C|  + i>  "!$D 2J=923 Z rܟF^j $Az2H   qڿ4F 82+u03 _{'MجR> s!5# trߥiFk  %!m!: \~\8F "h H 7%)#0SL#y& Ra ߛ!O/(,(& lS'$G$9j061Y ۓ}6 | )&iqjњɅQq $&w57o-IZ1ѫ#*>%r?,3Xkդ~{ =~M ܧtݹ=ySS E@ 0  wBޒ[  & "[ )SU٢ٓ݋9 ! "Q" ]-s`WGC- utM,DG&nAFן+c ][gp i }gtl[!! C~0u- @X: h#&&"}iF=Rx ",%((e%q 2"Yޒ| /" !\"s!!WZON8M[!!d .\" (gvԃ8'"1 ! ,UR $C&p Oօԋަ('Y;.ޖ) !o/1(bי0 %$#Pc5=.085F( ԥNnO#T&a nۈʋWRD/986% -+ ϱ +c*)|Wy#) A{D ?K!bCC$)m c A$%"\4ڡyܽ2 O ""n  IHܠYۦf!$I.5Fc 2zuW^> %~ c u|"G%#EE TFrv* d["9j&\Z7pl J#x&())v&!XE7 $9_6ZPJU|l!m  < )..(r /W[>ow ! %%N#; l18A۶۪COz a M##!d? EӄҤ4" H(SL H$t#۾ h<F0%5قQQ" {Bh E$P)!>FeJ + ,=! }Ifc%,h(i ){ֺr|v",*+%tbC˻ʟ!u3?91Ghx> "*(0HŞW  !x5?=96I".&T072#,u[MADߌ n wu#&&I"' 8*oka#{( 8{ݕCE׈%r  UW-fՖ֎ A!x9[{ n٧5{[X 0 h)M e8 a+$p%5"wfusS q?G3+fZ3 { z#/h g 3s{-ټG|1P5!$l%"G#{Iz]'>8Q !%&\$ mWd܃۴ܪ@& 4!$#2! ~FC}߻%E .!x!IN o? gXϓϻ &-,$wL$۪߳5(/)?Ҥ ,u1(6X0Ud3.=73$9r)/ف3Vh CW2==/$)-Ѵk_x%6(. @ׯƲ¯̹3><+,Wߥnv!# _l DkRGڱ0 F"%"&"H ` zUܳc  3 ( }x}D>އ%G\|)chf w\E['Ѳњ[ +.  6!"'  M7R0SkKlޕpߙav1o\]T ; s#%'(r& "s*cN_GM )|܅֦գDC9" {/6#&/;3/&mt ]`5٠أ߳zB Q"E(I)$z #_٬ӥq {m 4lxtR #n"lB c"J+ =/<՘GQ7  0+ p_!k Z/!0!B 1K8VElB$(" 2;!,+ VԶNڄ.RN,2t,F;F$ 2f3(nׇ U$,'3MȿȆֱ ?&7~;G0?Sβm' &79>7t%'bCoxI :#''s$? J%+zxH5 j3] F ؼЄӍzbk:;0 q Fnp \2o] )2SFCnϨ:vsA:wW wit 6 !E%&B"9)R?,g OֹЇΧsjMe8 \Dj=%4XBf;G./L{~ ,C!H%&g$.qtۀJo#e&'0%  F AN\ a8 T%N(V($5 ^ I?(1ػܠM).$,-%.dhF&,&gԄϔ*,! ەˠיx!381oۊa X5Pzԩf 3;7(_"@2 (*(#<–[Ϧ%9)AB9;$juC*P%.*A#F6R^.ѐͳw    $&#|@7 H>Bث؁ۻ(# XW""(!N; ?)V}6=N<jy! #! @ R - |QRނ֏\du _6"$$! O)Cݯ-AݠGu#$n2@|)1+)tTȰz&ej+g2,2tTQA%-)xۛyUS.3-H>˒%&354H(07yY;*'0,& ڥ̻tFx'-'O*ݳN-3 0i$E_x]SkSfa؁WU YTUo "i΁ Y v:e "Y!7  Pݞ0jފt 8 ZKK$8)*' R`F4KSV0*   D5UN}8FB k0 [1& ""xc7eayOD=Wю*h,LK8  #[~ @ T tOFh;l5gYwȍ<ީ  6 ngG '>Vvܣ+q #'[(% U/k0ܲ޶m5 #e$"c9eܲވxB  ',.O+w"bg# H?o -'-+I!jxۨ Ar$;& (׼1= $ !$v6فZ*-52#M )Ӌ+lwS"@!\TE*t-76*|Xv'([R"t!07?h8#Nkh"D7({1,FeӠ 0ES!K?kR\] Ył"Ў 'l#p$!OgScbBܳE V%))=&t t}+ 2U,ݰ#@()'!z reD?d5 s3Ll &?[z^ b#Xӗэ=1(K<*]' >JrK b$&&v#y! +%dG=#9erڡ۴y!9{f;R 1$&%L a =4a~G ux;{(! y2˘ ۢ  (0\؅ջՋykbBq$_''$ Y؊Cםڶ5#r&(@'F#\#ׄBҗڡ:V& #E'v04( .%8<ܽ˰|_#u47X-M|,iؘeK&*L#Fl 2[&5+`9:/!)(31# P& ,3.Diwɍa(-30%YBؔ |$5;!6'5) $Lr{Vd#] %-D 9!' n%eݯU A?na*!Дϼ H| Ibr 4HbOi X\"a%%#;l x*u1a؍i.KF T P   <9 !1 >  5>$mCض H·|4Hf2g tqy2iX& L (az_vg'z3ފΥ^ϑus~ Jt1"V# -t>}"[&X**K' ye{*ܗFth JP '++c(!-tPg 9)r1/V$8 dڌ #"9 ֖L&(/+D=؎`$2/.p!R ݀xִ '+##$ a|"+)WJb6d$&afhF%P ,-B#W\paֱA(r)- !߳F=2. s;ln AΛO h J_!$$  Q#_5v$)r)$ fFrpb>C (./+X$7)4<{hJ ӈѲu!(++(# P] 6 [DO5.֑@N$E+$xѷ-& &79-8PpϹʁү!" (!9uΦ%/Y>@=5SkGR1&34& ̼ ] 36;5#BG!25I)T_ْH ӳ H%?8>8)CaJr^rif$5#}c!#M#% q -)ۏ HDp* qK}IaвϝӲ ^rv2 c0,h[lp"#n#z!$XCN &5o۾mԑ՘fb 6.h D V O R8k= 9/ZR:ux>߱ՔεΒՄhL R| 3Vv [uZ >~ }&2' "O7 H77 n @^րޱ-_ | %'% dT>FvUj !%'&"DM!+4<ܑ' L"(+*&/ #|ݥo[-8J$.*,C,(b"R9Rs'r Y%.0*  {gڦG yTլ,)Kh/;4,(Kێզ:1/ &!ء K$$*|=<9$+ )0K ~hޣ xz#"seNqn֘<)2;.aJ ;B-0 ( &]ڷϨθ&'/'  |i`ϰa`%  p Xnd FO?ڨL/# )*(Y"4F jh'--)Q"l BoaYڌߓ 1-8 >b%C3ى`\-@ ~ o(SM'!F"  Oo5t~oDwiN#8<Ph i~"*(0+d*% qnP֏ yZ ~xn &`gMԬ>W !v(N+*&  ]K#?չi6 "`),+& 2~\>;ؖqԇߩ!%8'$'y&Y%#kEI 3IUO ֓h3 m$<22%Jݶ5D'2R/~J~W#!2z7.:R022W>;+QeȊų07i10"ިt+:;. ɹ\+3A,zӵD,53 )!IH*;N.y 3yI "m# G!'&קCX" |W! FT r n;Q! /: d"c!Mk cKtVGяң 6 F"C&<((&#M 0t]|ʾ1/j > G  c   6x%(_()ב ؤ  l > <^ V$$2w A  }Ga)0Kj|-W=Ѭ܋"  h(i-@-'mQ^U5b}^ !(l-.d*m" %uE݌i)GrM $.*3=3.,$D5 d!޺(ݱa%i,)00- 'fLo١7Kep EX%++(#U7Yݹ<40[$c%IS4ޯe'S43%DdޞW \+=,!I2ևԛ- $&v7 e|V+Ըf'",, "`s3S#u&*8S^K *.'eܫՑm%-(LKB W du]+ waܒRQ] M& XAVւe$8('# n Cj/{%*K+(!h?di&oܲڄ]:c5 b '"8 GF^ < D),-\ @3 % LiR%#&&-"hy'S^\>. TO8O`$4! v% cy!&*)%~~ mCqڇBZvhLMӡٵX%+)-*$pX a(>j7\֐Fbk#`()'"I Jm,hE̅wlb#&'&%$c"6:0fu̷ ̨/3>};"*ָ,v17o/\3Ңκ+/*<";,X*ؤ82.:5-Wd y+u42W(t_lJ + X"&'%`Y\^x"ߛ(f ; u ' ]x|"R I ushh$] w7`R6ug]!t"X"!ZLB-(#yX[M_ | M#:z% N ^[#K()"'\  ,t/{~y1B;ݓoȵ͒؊,]C q FX!&9& e ')1 uKۜՈ.(\ 1#`%$  |r,u\{ !'<*")# !BG i%ݟۨ'޽{yF%+-i,' 3#@ݏ6խaNp$)],Q,)!%,L }zwޡ6ߌQDJ ! &"Q%,(=؂ O)(O-$e n*Uj-f50D!Y s5g:  d?,"w%V$TG h7N!9; 'ٖҽ6L ),#m\R(+"2$A!%$,'} K ]EݫҧهAc,? \38 c9'ی *##$# , ^D]`+eLi%(S(#% 1E^9uېrӔY4<#'($0mjcy`!ye(7! PsbJru+&)("\ F &A= uG0NP' >l)rE |{C`]#(*z(!  ^/b߬hm~g ow [C+ܘҖ|  F(,y,C(e!^ ^EmY۠Η KS\%(Q(%&  MAQݟA8˿u$;(f)J)(&U#jT58O^Rc/3 A!lY]-=85%# pٞh${#mۼ))]:V=1$G@ˎ>)25> 9%0 ҐĦų %519.\бzf/}:y7' nP\}/5;,S˅%K)20d&Ttm$*NC I"&X'#$A;D.w8C !k * a[;ϩ͇ !" 8oYX* Y:cʣԺYc!!!!H ~^ d^oq ً : O 7bn:H6?f $o(h(_$48mH(7N9*r,g˪ٌpZ6o  '}"r(*)$XD%O^oy4\tn;Ҩy3w;a!($X$!3ZAA8/B}| 3>"%&;${ +Hrۦ#'(g'#l~ rwm*>ߵ0Ҧոd]&$<#%B&Q%"mFN8ߠފ)l#)J( h\J ,)' A #Cv3O(/)}ԝE6y(2=1$ qݨTN4!ZCۘd &)*")"Y: #_!Fxۙ`+~0~)>JկΗ?,K2)aWEǜ3!#.!Ve Pγ5ҳ~]2O ^J(He9RH״l-2F yHq 9WOݥ֙: #R$l"Rup oQ!֭s| F`#(*"& ^0kBݪF l v8e 781 Nc&s$l&D$)3Tx߆1Ya,4~-  ? # *0-+% 4}06a/߿@[ C!s!9j wtx#Ԏܼ_O+!:),+f'< > 6MA]cvk 5fF F $%E$ oG $>ؖ'ɉu-B("#%'(',"7> \)X eTl/7[3" GݪԘk'-/'o;@X@/^>@>.zOd (c u$d&P"< R 4 A p|h.3%3Q  #$U!R=oI4C|3 &M0#1 dc  , +t &$)'2 3 71x>DYHS߻l6'7B L +/"(g,,N'nl~j;KN Dy " gN ktqԬWѮكC|"4+.-(f!e gOϽ˔*ՏP!%&L$  "#^ ͕̆PW,Rw!7$%$Wx;*a} ."*2-z|o,3,mUZ׳/?J>-.% $Ż3 *W=A(6ǥŐ//J<::)DǘƝԼ &%8;U1 KQ_ ́Ar%/1-ckx !.2- l-?nL^dv{kF !e$m#e l xRnv"l$v"@k <ܒ7]Ι׬R`l#l%I# akγ˸o P82!Y$&(`(f%PJ ./()RK^֟xC}  1# ?9 eQ\p Ej- . F)~n!AQR<lY e  E j$[%  k5h9>+л=c7 .U? 5#$!+vm{ލ^ ` ',-**$DR71߾o5c>) J0"),{,)#N |q4ҟyם"d ` (,B//-)g"! 'Ѓ`ِO4['260!% ]qeۙ3'&&-NZĐNK #2|2%@SՃլ !.16){1xXp&":يЬ3 #*G-+&ةZ " EVIH)H/()W8Pס#'-(f^&Є۪Bc@ #!F8 6AP_zDea^W hrk7#  %$ N^Гu*p)=0):'8 ΢(= 138/26#Ĕ_I3@>+}ēԗ-Q?A4Ċ4۽ 1==u9_' cHԶ)V9:-;ͼ La'.g).q$44ոe%$/:1) P':h cX 5"'! *+YIFش096}i#6%g#4 |Ugك}kϊُbt%\&$f s>o. % y $m''3%; \72*m&yԯߥ$v *. 1 $ 5 ^D(" }_Ze/jVyW8ջ[*$: 1 E"%# 9 \ژb3BװBx2 N!$$ lwG|eN+f:b%n+w.-)r"+A#^Aׄ.adq$*,\+~&T:nؐt+ @B$&+Z.//c+s$ Ezz7"j#-p0b) R$-*LP)׼H B+**[ߊיU$D13`)\J[#(N"*<?g#..$^ C% >iϨ-M R .1&("JXI+0'Y$( " ;?Tr{Бӿ|s  gϫ6"""  ۥؠAD"$c%# li)<+jj v-(*u!b"r^+dUX>|3.Cڌ/  UQq"- "9/!%&(t%:}=0l"Qa-ݤ6K ^ JPu#g)t,V+%[I߿ފߠ[U ## p c_r˴~ۊ 4%+v- +% RkH˛ΝؙQyD$g%$p!M( ߙS!9 cd+֚.O 9$!'ؑf.3*9@J!S48-qS7i3>:( ǒA/@ AG2;וN4|$;4> +"" \< Z(Q؍}qϖ0c_$D%#EA  *:Aޓ/Ԟڎ ba#`$B!/OX*jtzشrكczKG >lXcM1 @l~if)?կ/ "y:Qx@ '7[ 9 `]Jsu B] X ,pKbΠ.ޅyq " $1&I#:wm`ޕ1U$)+.A-Z)"NY%ߣ.dGעz#(+>*&H!1 mIZQPUy# )-01/)` O1U؃G;Oۘ? (q,w&` *R$.<,n; x'%ܺwQ$012z( {n&+>$(һo#..$gHg %j!/z;p.3*} 5vb,23+)h{R1:%3*'#! B  JJNeiϨӿ܈` /!v72 e:f$6B ""G!O0a%> ##&& e vc9)s[93am ,؝*>  tMFX dB!O#?"0_ .=L=zPacJT 6 j !)-.*u"< PLS '!X&'%& <KB| ٔRғTaF"?#'-'L$1 dq ?Ps Y p: 'Kxu8!H/ٵ" ie="$! -G)Ȩ\t!A("ՃїW "n3"7:,Zݩ˾u(#4I8+ؽgU"5<4mt(ǞQ4?:n( DB#3s!38.Ә~ԋ++51@#] !Baײ$,0"'<$D-/u618$e_oF `"&%&"U %,U24)G(9#S_Lͨѡx?9|I PK !m 4>"  x+ ! 7:OV/zd[ޓٿ>aa EF X'J,`,' o ,DY u .*s1(5i4.$o#EςЇәoߠsB (.C2d2.&X4ۮ&.W6/J4$*9/V10,$ l\Fj҆x  $"] aHl&:!%_ [UQ'(sI ]tGvgB18W3!ZʗxE&`3X2# ;wչƾ{ m!u38,1QUq"ў԰ )Q(w *рͣ?,G&0/# ݺ|.2 )T~]y)M5|%{*^)$ab 0eOA׌" n $%$#) ?$ޠ֎BU \ 5c!G""l"_!:<u,gjM j 0%'(&!P ]?آJѤѱ91a 3u %+X,&U 3i>GkvMD]ݾߐQop<)*G a #i%%$!qRhjNh'7 3L޸: .Hpm#R;2 t$+ /-C(((R}XwY @ &)($L ;.Q=Ko"74!Y" cE52 PKL-#HT%eNIZ_ _o?ht.Ϯ^kY 8L+< #%#I,յdb-. P&|".{;> |$47,xmЗL?!03.'Nj /46'.(s-ͩq089Y4"" \ո@өM.2*k$pB}*V3<0! ψs,p/s%7еͱc.40"cR;p^ {"'#{ "]OS^$-r !!o$c5 ?y!Ի׮ݔGv e9 ##W kpZ>|#)\,o+&6+ !T< "^ۜ *!J'f**'݁SIJA L `u'V7v_.O m, pp  #Q$F$M#!XL (> X`sjYG|,xRi}Z~?ݟiUi' (YC@Ud!="Y!_/B B=]|L#&('(.% F3%ˑco˘4{_($k' ( '1%":zdպ{{  %((w&W"3 Rc>i+ҀeΪFە6[Eq&)8*($M~#*[q>xTqnn)1+jԺ6 (-&(KC˕ +,"7#/ 6/s6 Fqƪ'ԳH!/262,RҒ53<7H%<   !V1t3'!ޠ!גH.53'c>OԊՍ߰?nT0$ Sz'!"= ;t3(*5!U &N !w""J"e!"r2άǁoȍ~n %((:%BkvٕӃncOR{"n&T(({% u {yBiu A cc r< 7 q%cn Q81  `wm~ f p2 G] g v eI +%bjQV'+T\ , L"1 ހ\3B p!)&(($ T)kx҃QJnkT$   #B)--5(%}HEiނިkߜ)15T4-# pA3D5JX5,%-U- $2o۲Rd$B.*`jL&,% WiԀU+6K5'ѲYHXR-1("`ވu0_;n/<9)%.2N "l/. F gǚ@џ]0708 |X(F4.2" %ͣq" + j - wPެ>so)Fd_GOw.  q۸`׃P{ .1!%%[$ J {%.]|9E M a&(&F"w #pmԦLp* $&'&Q#?a 6yP8y"*:gZ#5;/x_Q}4Zvp  q%#B+.,%o3}*X1$%ݡ 'b * x8,D7 si9!pK X--~؝2 B~ wPlϿ̀Rx V&3(%  3(yW*db8.  Z22v%9 . CMQ?l`O ]bs2U!9 `nY[hW^ 'qQAp<_;BngP = +Lyy [ H#-eq su 4?E0mfT"?6\vk-tl F  21D"Oh: p n Q3]8^,2 { 4 QS1:!01+ yJ M`g=xB+.u - q cbVY(Y%Z_ $p:Dzb@  n w,0p^SZz7N $ M S 9ehV/s4o Q  G3V?}fZX'.(Imy0v:L   ?Bsw*EQC| x  v 6 ,dZ"jVsZ p # U\C @&_ L e\,dX ` n D ~uq%/"svQZ D F(v-Gz} = 8$f7>[g z>.lQMg 61 8ixuF--}OQQ %;Y&h47v5Z 8 :_r}b[&r?,jM ? N  k%d{z<+wP $0 2V~AfO8UITd-')"5G9>A I% FuTKL"Z, `Gj kDZ^1 +G& 9 J-];9Ft\2r<uY1`l&1z1poMF?Zcju'}Y^04z%z,{F\ Bs)@te N (  C.\w";c{== p,f"$X B 8- Z>)S a ZjpK [B@h3pX Dzv  heatRa/lK c lO=\^ wK|m$EW5g*?WnC xy/wy Ax`  r Y 5*m^fMpQ mXL +H4k]S#c b] W1IM3eF_oWtFzy8d&WIU<K_96 = : O,m`SoV_[ Q+ t _ e[!&I q cyzbzCZ S -6I9  n)K: $PzWL  \?& K  2r74;D}5#RXBL&jMSXP<{co~#L'GWJb.GgX}.nV9C1+( 9R7pO./IGLQmy=pXDqW2,I5X N_ Z} Du-DR8;- R  C'6K{C2B' J ~C+.@DGnOX/jtW7:@]@J]`p;22?*cG q$%1jlh`XGQtrDFbE0hoe2,t?pRt>j D$da J8}x] m l *p}5wpZ17c^l7QcYTI@6 &FV0&/[8]? jJnQnap_7G- @ p_Fx7^ H PY;T7y wA;n L  m 6U ^DE)*u23';P 7 T Ah2 6'7M  abKPxEWs`3NXNMosp;(7Yj`^ ? G6'<5j)p& 5 m Yta3I$aWuiX`6nlUd q+" } bG]U  *Uv;$<['Y  F e NO)>S2SP 2 y zq|rl3+T6 " ]yM#1IhH R m r^ ^;x)N9#2,26=xGo5Za\?$rMmJAia' ] ~es&6e:p w + -Jj'u}Q qx& / G<i2nE47N H H s[pIXWF(= b !x9y,yRCU]P ub:)?G|h*\i{YzZRLV5mvTibc_ JV$F(A{ CMH 3X. 5CXQ+YDnDLb)W  t Ue(]x72:IO>vxws>R& @OVA n YqZ!JWv/aFa*RBQ^:X|k*.r;`(G h ] ; ESZr w ? 0! k(|yM|b ]T]>z`R$D4gN ~)(oe]We 1  o=~SJl1[q3  Y>CcuK*   V^I[x[A /D7Y 6@Cc]t0(FN r g!zXa`gS}@ M [[rpjtFrq86hue4( z1 k mQ; jFS!X )  q:F}S=XRcsl M *  LYGSIak>gZT H$p 0rl]ed+K{Mlm;Y}}B3 dAbY|^<XJ]<( y- i h>)S0/  q oG$&`I - ~PWGKo%mKgh"NQn/ A ZG MW4d`C'pUFwt/Rh }K9+YRbXM&  2DZ&QCp c _V!(%Jc=gYI MkJ+5^0R) % Y O =o,C CDEx:$MX:Af % -pb*Lf\z;D;.ra^FWz V% . *S(X(M2q<S@@J{JSs 7 |eQBk Z6{3{U*- jV t j qy Bx;sGat  '4s1v^s+a7vb  `szxFgRP4\ OW:`a-5D=DL,*`/^L!'.|I  q co9tk qu#_U"'8+Z# 7 +Kw;pj].  !Ht-wcaC> 6 j C 6[eUvIA    vCc"-|%|o  zA9td01Xg~v A \5>az[ G {lxf1]0ZR8[fV{pe2\9^I!1@/uChC?9Ty B FZADu7p $w#  O gI}bNGHy t`T_hG)#c C R X0;Ag(pG7 i' j7u!X"uW ]F[L*VLSIl^Yl `MZCU,]Q1 (c=mcW'j.7KrN 8 w b^?g3d8dRx:a-8s6d,sh`RD(vY&+n ?)G}wBKehws5 ?s'"N"EYlWN{~t\+J[VOHL znuW SPY3rJ"x7$q6- X9Nl {;:  F j5rK-\9  3 2\bvyOwSHd xxly)Cu-<4 }Q~r%xIeF !nJr#>0:x*xaM_kCV+ Qq )OZsC/k4+1 w ~g9b/<x8@&4 h uLv 1?7-m 8 +0WF3:;Y2F _  1 _5Jx!I9_6 $ d8@%boGdHM;Eq 3}7wKt&JyPpvs#pi9ph`&JEHnA_u & >mEqa?OK0R)6 ?! O]W^]9_#0\0# [&9sS*Dg, V g `@1C`i!&7Ma7P(e5QJC*R?5/y%b,y`,Ul6r(f7%YsK*/#,YEiClypGL@1uTDy | q. D^9-+CrDp@;>j9P c-Xmp+ ~  A~ _~Dt/dF  y P.>g77[)h!"9YQ~t y}My{7E/trXniVaO m 9Ro& I0lT  |8:B>=+F0W _ ER 4l.A| 9  %*+X}#o>" #  >ONSqk?hx] @ v#0t<tgy /t<9;+\Eaz^E{9os~i2t^T(t#d!wz7tcQ,  < Q a&MhlG`,I"|`h!<^}"; wNEkrRy ] a ,c-eY06 t$ $0 Oga/u7MYg2nD4.ZY3w+$I+oF7wBFooNb#E(j].Q8miDNN9pCp!FD2Zya1`hT+ 2LyDF,y/t|oe^ip+.ypF-O1]dpvqx]3 ~|9Fd{m)8bdNMT l7<_\v;:xGjqqKzV-8r3^ L sOu1 U * L S' k5:T YY |OqnLrXoOc~ F C[ I8Q}h# *5t1UA4aUMO\B>tNb=p EL@&9U'9j1:FblTj n \Z?8QN0N^3&ea}F6rbLXYRV U  y {(7ik]`4;V?%M0J"qWr;dzo2 L31NF0wP4x"pr2Pe"izd~hOFEp=id4yiuCt jm$YL<:G 3o= [/;c,9ZfJ%gnE DN^.j G / 8j%\,/m{`OG] ]RHQT) v (BXkEm-yH0. hm )"OSMLxqQ I} aaG!#D3*&= SV$|F+L/6Id/:;\QPi%.mon C X e#e4\U@d[LL3sd$4"B3|Ggmr R%y'E}'8=9;oJ+&^8{@OkW2K?a~ Nr%oR1 l7FO]EgdZ{qzy:w^y @SSY 59_@|W?8K{ %XY8?gYUuG]  LFmNG[K+;L>7zbhb:)B!heFJ4ws}75,k&)hj#Q_lwNV*: loReTyW4map.' i]ik%{ Dc_Y([R"q{KQZUof`zx[LD9 Z(2p2kDP+Zdf no[-ry>s| y gb-S!Y']yja*B=Xo}kD*|T8 O%p~A'yf97~,$p  m5fx&[nz #S Bwu8:VG &Oq%vmHovoe|TLrA 9 px_1]z- Ea.EcG]}wFVH[ oHN|,d2L}&Y51gwOq.Pk.: SRN+pcY`mmJ>iEHBn!?N7]!)Ee8c0nduv~IVw[./N(ph,qC_Esptkoa5 ZJH:?+sAJKZ/S\at]L[J T[_AY,)1%A# #cJ6pI"Pq$L~/NtEwnW@Og@C @PqLEBm^z)wfd;V%#$h f>I+kYcp67F9ETe<TT4<FT4oy{A#6o%YzaC/U?} snybhQ6tp.: D  8']EJ|>FRfKL] !D P>`VB+yq0f2hn1FtZAlW8 /gK<>(RagimU[m)uKM#$M2,`-nuwN%*J#:-NeRSS S|  K6.9!B >8f:vF2w8g,d1&8O_bQ #bJl s~PxeW-:&lJc=#dSkpY UkL3OR{`I=RbB,.Q=X/k B- 25d+J6#I| [AS Bc s6H+sNV`{a$2tcHm6?S.FJ0^l mOq*=1}7>]p>$1Ar%>@z|-gA8OHP8?_;4v!bOtn1D}gpSYx?1;r<= ABT$M~0y Iv.x K[R0.ij);m}y",c fhZ9+{q+:u PNbgBs $  s&q]lrwQ5}*fNgE]v&= '! . 7!sU:@31JUTZo Ge~POje^%>Caq{0Q6,g=M#inzk/ V= wun )#v`/*1peXIcJDeV[\9w 1z0Kt-JN> *nm[k  Ehf#/ G^ 5^lU"fJkH` ?y~ S@ :u^Kx+Q 1fl|Nq?$irb+v-a8~mS*ePLPFwx%a]~9_\g*}JX*F?&9o;eS)R+\ dbbwE;yXp(Y}X OIDz#[=-{Ne')@.~VAMut  o{6k~X~I_D{n)D1}m5rxIpy<("^ZEyrnxU[4DKQA`n7^+3|1T7=8E)^dF:#%jp>l 5@ Hl@thT+,~i`m5`Vi\jkqdD3dd0{8B;U{+%C0NeM6v4.sHX UHHL$s):'QLeH U]~ sghf)z 0}6J D.=S)a.(J/*WL%%\.yE'2CJ{Ej2Xp+[\Fpbe.|}s\\F : dg`n'+gWm6Q]]SFS2_KZ xVp6v yK(0LsU,XJ "QV+-l1r=+\KtOQ$r%" f`CM%1%G8]V6]zA(gSwF$i]T^p#mD'ogm;100: <1'%Hh3T5tP6mH77r, QK(BCeBMf46^ExR)V8_sqS_ffCL#Zd|#`LL_`V-)S 4Q4T[Hk`MhdnT%f{+^s]X9I=~<uF.'aHJL;!Z]Dl  xtv s5^b[zM^ttCm&j#yv/Vo fZkaPN,ct;XQc5Mx>>?x1fY}VNI{t357r[ aDC 8SIFoiL/w#*cworkrave-1_10_10/frontend/common/share/sounds/default/break-prelude.wav000066400000000000000000000575141263301626300263030ustar00rootroot00000000000000RIFFD_WAVEfmt DXdata _J=hCpFu>8z6jmO.?E}Efu4OCPn='8eHiP%cx"^UcUsp|=:Xv8M%WhT d%MT9~#.v~C%|B;B)Wst}W: 'h3& o/W $.6BJGlO[.g}+7T~ y\%n`&FXGK A0|2g2P<TA birstyi%g~iqai3Y 99{{ u~mV. $cvG? 0hfJ! j w-Q[eQ+@ _"Z#1khu>5I/u[XN  y t h  &[_e7%K8a9tR,C8F(%M =.B m .  O3=e DXTk)Ymnd9 J B&o&T }t/z9p x Up~K{xzjM$4S)+'ggI  S4` 3[<&7  wcg _]AJn&o>Bbi t Amp | % UI[; (Zzr^kA[3@ ?  "<%]M KQLCO:f09 MLB2fx[+ 7Cri!""h## $##!O!6V  1`ELTR=6ZECܬV81QۤHT9}%r).| J&R])$93WYe_  `8w{j= %rsP e( L X 2x`D j 0s%:]cixAt3#=> y K@{v S9( e $P].#V8ަVNݡVz%['=;e ,6~ t!#^%&'''''&&%#"r=i xHrI=uغփ֒oRV\+ow 4K{lQ W!"""8"~! D@}x }wcVFvS}qr[ ) u=C P 3Hdx*\A?y^Xy)%W } U[I8ka <G69 ]Cj$'uc%~e> # .}Z!#&')*+ ,$,++)h(x&$$!\x w'݃Bdj@w֝u٥(QQoA~ vy\h!z"o#$2$ $#"!~ 45 X |u .zeP?r   d (@|Ezp y}54v%z= ` 2ws-] uD ;)yt~و؏ׂ֓bGz2  oVh" %P'?)*+,=-P--_,M+)'% #2  U {kw ؜ևtkrՊ pSPb  '%   !4K7: 9~ hwM Fp]fkYps4_O|r B K u  y _j{OUAHpG a6L/n) AvX $;A zp@ 1 D،נՄ|ؖښޅc t! #g&(*D,-j...m.x-!,d*T(&g# w# r23u ؓwվrԈסvڜ߬wr v >Ph#}})b  tN\ n:?"T)p 6by]  3 % lTH5(--%uuq $nn r q # knoYEiU  *F@'jݷج֖odԽvՋn39 &Y} }Nx #&(+,-.// /.-;,*(&&# " Akߓ^ډFwP։vv? ^ZNM  PsvZ$ 'Xtb{_{d RvyQD x  -  ) mVj$}:sz+(wYZK yB@ ; {!t}< v1 @Q݄ۏ{mԂԘ אnڢ*cj\ew kq T#%()q+,N--r-,+i*(&2$!j;d iB}*܉[هQ<܀o~I8Uz z r/xNRn : b h ]=# L` e_x;SFrc+wQWF{za;FD)@\{-\|.  ^ T}{Y{"* 4t} C :'D1=y| )K}hr;A wUmH`sOHv0  s$2k?5 )|6 I T`  ayNPVw  ~%_xy&&bki;'aLP|b$~"A4gcz B|Nm w  {mHA{b  Z7 3}w+&xNY9Nj,N ~x6p+y q Q(|A=>wx *bT\ u<: s j  g  ? r 9bot[> =w`YXz/?_z@\ ff*~nDk; -UXd5| =]hxx y H y!]{ f a $  ~4MJ{(u|p" F> x_C'|Z ~ ~-*Dp}i9  l ,Ib(d{'\w"q^Zk{s<rxV 8  6 *  O   {.s 0Zan c! &KavWvY3d30g$R* 7|Uvz y l , & A 9  q i  Tc|$2#Y\k^o5!4f=%R  : q WYv` Jl}{ ` 3  UQ~cz|pg+4s?_ryz|Ov  [ QzdC~M ~E~lnw2]>y F^|vL=>z0Ts!JtmY9*o!qHiOu.np|)P*[#yqRhpXYpiNqP<9tC#,Hw2=Y~{\A} FjysX<Qp7sD, sL$ /Ny9Uz L ~7 (VkvdD% Bq,G`r|'HrjH&uW4FHOe52?N^x"{X)nZ%e ],BOmspSMulW/\| IwZA! %Y AwLyc9Vm{.\vwW/pZ3t8L{F *Gm{|{GB KpuS( 5x toLw~rK,$@asjY-P }*4(  #O8XxlJ!' _0*=PWRE803:EJLD<35:GLLH62,8DVTU:-&8WimU. C~k]C:NO*8{:;Pwsm{v[9 7L8 > 7^ h * ( j   B ~ t N vo$eB<@1:; ?\r3|EX\qc%0R ]3# e l 3  4.VQMOVMD9?Sp~ha|z1T  @ ny JWs8P}4Rb$| x-0<Cs{*@UXZVpT{rM! 0k@^*#i[`xP}7w  +9?8 o } J .Nl=1>a}/heyLx5f) j O-= t , Oz< oo::2AP!]~ r"fn`sHmAi7/+a zcwDc'Fl@S<E9|ws tB!!:c~_9U@ u7rjet[SBo56Bqc= R ^vm 9 $ 2 ~O = ?< iQ?OBG EDqp\ IvFF\36]$@  " b r W   E ic>4zhZ:WVv4V/;)`>2T7/Lj69P R " T Z 6 ( B Z<DHy67']se%.^_P")ZZ%EC%`"?c(C  = MW: p E<0X'v +  $gfIA`?  "DkJ` [ i QKe6Ahp3 <\mYEX?r)\q2 rZjoU. vV{P DL0'kNMx6d_V b  y  | ybI)x_py@?P;blnp +VNR v_upo Kh,7_] Pf_H)![bݞgܺܐާL)ll* ; sT@5y%_ .Uk`d(gQ@2jK @$[O{g| X!v%(*,..s.-+)&a#S ZIVrݫ{լׅ؅ܻX 7 do{QMpg m "  J@-,tIstl[?kQ$ S!$'>*+-m-- ,E*'$w!`  ]qQnG׶Ԓ|bߖ  P s]hZ vl p }  U]\x*VvllEvM >pgQn |!$g'\)*2++e*)@'$" &V rq;;aTڝܻ,a:'  J}a cj/=( {k+gn pgo"#y%3zn  ~#%6'*((R('J&x$"=a +b <+t'`'ڍ،"F܍ߑsaX< 0py 3 ~AZ@ Nx  *mc"Ntn HF,~ArG IQ!#%''''{&$" w W BߏݤYڕt. VqIJxa  q^.-, m az#|IH{zQ9wSFX^tF|HPaw SF y"#$$$#O"f S Gwa] _<ڛ؀ ׸*\{rz_ l x=+}D2  #Fz6fUf{%Gi~vzrwjc{Oha em$ !"#$~$#"!qPG  yw ~فނ_2- { b~g^  wf9RDN{E4vm'\y&qu!DM > m y<!!!k!| eOG z VuB<T*ؒzy}x mv JPjcz /\ ptzmy#Y"&{A|+Ly\oC  IDD8\]  Q;ZjCv8 ~q`\| TISX tq q w8 S xX^ua3M`xe4PRQx_ "Y >\Jy{};   Ewygy.ky 69~e <@D-`|2  ! =~} |hW53Q#!SLia W`in/ &./!BQwe60S'U 'uF  ..np5 .l< fLLFIbt5y )NracG DyJ3FcYz =o^Q "q^\E  |  GyV w U_uSf0 r7d }R{ p2oq 8pS%  F kwM .v(e-[h O y l $MG *Gw$yT>xL% T't;/ 6[$xakB{4rg} {|} d %0 T FhX-wbul~ n9te ~-/9  @ l z z vjx'v&[v840~py_Zm { nC ? n |qF$VwxMsY Oc?2 r d  Nu0fF!,s "Vy5cbP,l,  E l U tsSg K rckWImEI_$eAry3A(& m y(H+X}bG$gC}tqxQKyU}Gl.6eqh!\h(?j`_]0f .yE' y^Yd "H`tt^< sVD&1c!I;N7Ws}u^3JWwHuO, 0PwO ~.`7b{YHIsF -Sw%;\yzy~}uX7)Ki~6x9hpQ"b(x P uP3*Ot>{i/J^}|2^<nP$ .VyR,  3Ir?y1WwrX0|< xAQ&(;UnJGj`7dBvkkz,Ddx+|=&Bir| 3T{bF{Y9#uD !B]uz|}1v!Kx}jL"|7 ,Vtxb?/Zzm=>n}W0 Ab}rW) ; 1Yrs]@-Xm{gDv`K,pno~7SrqxsyF`~l6kI4KfiZ;":[roW- <-) zxi@$mdfz&Qiy CqtV, <dtvW2; -Svyd? .Zym<9m|[1 ;]wr^. 5rx)8(}z n36[vnZ3 ?\zrX/< N /\Z,!S,1, ,' |~{f@%pbf|)Nk|| CotT0 ?`yrY1: *Uuye> 1W{l?^xsY+6M 4\\3 I-8"+.{~bF p`ix*Lmw DqvS/ A_xsZ/: *Vs|aC -[yn<7mz]07autZ1 4rz(9'}x r06\srV7=6,# )4?A?FF<4"  %-5;@EHHGFD@<70)$ "+-4;=:3,+%" #+*'%" )/6>BKU_c`^`c^RC6$   %(**($"#  %2:;9>AEKLD<+  !%'%#%%!  +:612+-,9=2-/+*$"!""&(((+,'$$&&     $'$(%*.//35..)-("   (+./-**('    (5>BEFGA61--(*-*"  &),.-./0,'$  !  !&.39:877631.,*&#  &# %+0479:::98886669<;<@=:738550*%  '19BDINORTUUSOJEA<:BFGFDIG8+%#   $%'#'&&$$%    *450$ #*-155776552222/,)%!  &2/@FD 2(;>]0_"I9/YAM12lHVCL]FE,< ":# !]8R8\FCQ!C93 % ";$A &Y-3?'&& ,)$9 :JFoS9m>=AAF2>G:)H^@"A(0 BE<P5NA 4&]#E8'3'<-K@16 0:#  (C@1:NGZW]eoo<Q??,G"MC["@E9   67G6U$=&PAW BAG0S@ J(.@$)UW J  O9 ",&.& #%,HL=?&!O9-) )*7 #,$)8<,7#' ;M/   $)*$ ' . &'( 3;H. 4" /#  #B7NN, /$32:E@&@6'&$1$#=CA57+'% &$#65M=V<EMG?NHCB2@A9/,(*% !  </(V%$0 */ :$4#", *5' &)$)&97+1H8).90(.AMSPB/         "&%% !$"/6E1FA@9163*.3.9#!  ".0/0067.+=JE925.)6?BF@B9)'&*,1-,.+3241  #*10*9FNOC92! #  $     "! &%&+.36<>:@DFKRTNMQLIKGJKF;-%!    "('*+061(      &01+%))&#$-.)**)%   ".7:98;CEA@<60&     !#%*.,((-*&$$%##&&%  !'265-(-484.,-*&           ((&%%# "  %$"$!     &)$ !"&($!     *..+*,/2158540,)#                        "%+,,/24410+&$"  !#             !""!!$                              workrave-1_10_10/frontend/common/share/sounds/default/exercise-ended.wav000066400000000000000000000324541263301626300264410ustar00rootroot00000000000000RIFF$5WAVEfmt "VDdata5  *             $ $         %                    '                $ "  %+  #     # $     9R;#;,D ' ^C8, $!ꂶ5 س(8C}L pS a -%T ] U݆H .C{l%&- *m!.3*!1] a}Q[ : vKz^'^tS@ 'z\/aKqHY , m  :bDA %0:Rc9aur[0 -)>Ne |> 0 ay0H1 hh/: , xG_  ~L," $%v.: u;KH)7[ iqy]$b T "]1f6!n i C&kg<"hkFs H[)Y , wHu#Kd&e 6 RmC9u UxP% F}s8$_.`r$Q("sY b  'G\K9CN #3}.X_g~iS/ +KXa<i[r#VCDh=hD}Cw2 Ssvy. !8B|$' %Lq: F AO'A7S \]s&=J׍8 wژ5@ o=> 4] ٙ &)NO $]8jO )g!~5\ ^C( )"@(e(T}(OkoQ?-%!3Dr0X ? 3("b/ `#{9_ h1.,XA*&  d 0ً^s  F| Uk]S T >I2X # @DE o }h1p fN ]'2d ~Nq6s  g ;iYKO"Ek1[(j oZ;  d  M| dZSOe) M\ ~H`@? ?I!8 ^ - gsDx W4 \XM9 $ . G M +h'^ iH &Ij 8    = a <^ r( <WQ k #a4P F yWUD4Olnq r r t%0 y g)dK e enx  Le(xo s$ J Wc5g5aB o 5mW~NyX!p,f9n  Dt1 E&H ~  !rz/BT I J-f ]tFr0 A B*jTDY t)KhE~6 A:2bsRi2 16 t\ v ] yLW]Z0|<=}`&` 0@ Ov+Q7T q-qM*x 'I(LGwrmO1c6] ~J iX.T^ -#9I!6]%T-z>|T]@m/[:o <O3"j+ k   [U 9o[GXXYizww D,tW5cZQSrS2G][W0(\= >]B'5T{@ ?& !?]m0yN" (T jcKyKd'$~ R:Rj(-Sy:Dh 9haBX* RxxbLR%tM)onjM>3\6 +'PDq#z ziv F|1ON[)=NDwvc0FtWUP(r3N`tc>^zR6Mi/TQWh6`DTHjjU !sQ2q/"Z!S(1 \IzKavQ@ dSDR%2PpFpM,IZ DUncfT 1k+gi 1Wgv(0 |sY>Hih 2 d x> G80(Xa6m<J +7!u 8+;>fEk@KQXf6P$8K[ix>-b' !  9h&OQU*d }dmuh?IV[\ *kESo3:Bg^5t>b-c,fF'@ ^~N kE>]kyoh%jnsumgmreVzKi CDFrb_Q67inhI(bigb6VTABH AnMGw7Z%6Mwc&x?=:FTQ#9O4x}k*]L U}17~%wtX(2#=g[}9Ndx;_7,,Ve3"PM6KaG,[6NdR2D]0!vl[l7+]-Z}SVzlE8uc}Gu[.b!-zV1 ,Jf8 #L5~Q%Q<0$*1H/k?IJI 8es]xoZ/K6pqui%E_S=& !;qcUD-6@i0X ,O #nYN k kf`tAzn$b6S$gl:p}r f@+<fU.zy{|}9kA+>H+H-=FP9qyrr$p}Vp0}Hd+5gDsld6y0#4] #[N:M[k\PrF41<H2%\8@!3a\W Bz@AC) h[M&r$9\3 V!AdiwY=<hu]FE6C9j;OKnA +dm.iO{9Dlp\ci'Iy<]WXZ$?+4'c{hTD49>e'd}Nq-g{b6Pez[,[^QCb-FNJHW&j~u\:`{)-vMxcR eR"bx) L.Qow_N>Dv5RKG Hq$a"X)*)J)`Uf@Z ?oF"j;ilA!J%Vu Vk{DgVkpu}>?@0eBQ7e/J9[iO[i6mBt rRpa9s )aW vM S.jH|iQ=yh^D!VQ& ,O/rw{:=wD@6!=9^5& 0Xvz^9'(q dRAp,uworkrave-1_10_10/frontend/common/share/sounds/default/exercise-step.wav000066400000000000000000000376741263301626300263460ustar00rootroot00000000000000RIFF?WAVEfmt DXdata?     !%(                    &   !           #                         %#                    ! "  """ &,% !     #!         # "       #7JM=4 oHcyan0 :\~I5A2 $ Qe y /C \!S)d' )ȿZ&8-Txth(d4# R*D% _!]v b rU΋{#=2)Z4)  UI [ |as52.)~%y(3,'1.(6ٕf' Y $$\+nCa&~Ne'&oC o 8޽ޮb{. =" DNGsi9 [,E  lHS\Wp Zq _ P}w ]i96\ @Lq @}!U  ;_7? =~ %N^N/tUj RG ;(uJo g $+~S . WR _+,c  l g] [8 q 9| G#B l Y_7^ct2 / Ls  [y _T a<-Fy V - O 51Pv^.\9^(?~ <Hz'l^h+4UVm~! B  uP * U#Y\Sf& k:b =-~\CDs&WU2 rj 0? tCA l[$!85 O )  O|^  EKfy2ZwC` `mjX|o9 &M!e(%8K,   T  VnWy$# S 5 c|f w1M$CBXm- gu'Ego&`N  8W\ ' OJb Ay  hu9x"th.L>Qepp<&X1G&MDJ  Q  Q{*xiu y 6 j nDE < /bh%Pp)& Q?gBe"d ^RC}ZNk(%k }Dyp)+iSSzy.[mJE6Ns4 : /}4y Lz {[TXu @ ee6TKkQD#~*z*c.[LQP`&]{L,PvLdG> 'C0"\6c~r e2"HJ#'  , )6,$ P#=>T, yl\1}Z>TGcPC}SZ5~[Fv5d.&V_?P8]LuqRz7TJn1L0, &M0 <zc,"t Le@WD7(k=tL[@H>(gw473A0(4@1F T HAH8;P+x_x `:=jX|1)U XBOIsn'm4 J^O " ~)8$-bv xRx 'IvW)|qD^m OC:t(^ _E!0+Kp:. x(3'Bd"MM%^rsWs:Y0G'% }(( %klRy V  _lC 5-1xyv y s6YrRn-X3@u|8> _\JD1GLNH;F_Qwm 1q Sgi}2_Y5)I4H `NH`\ IZt6Ow!m/ muOXSy`"nN`4y5>-iWO!Aw*\!;  bs#-l}j2l < [~ZW}l0, Q# \. i +(y؂g*7k.n ! S Շ! 0Q y)~A<dW Zz_ " DoP32סLh(7|נC ##| ire\#` b'0 Z)& !(s Cʼ;y=WS #+F&\ ObKP7'|Uߎ +#Xb9JW $M3#+G! ;f+1 |}IV#EI}>/~c [Xݫ5I;auv M FM X _2Gy*ZD US߾Z R3 'F FjY y'G}  i8 @ U<."f ` VrG 0/M Z /*r_A = WL>:Y  o/V {:7q? n%}k* @ W>q9 J B[5=_xE$AoW  e n  Z'oeduZ {7~j _{FkA / 'bP! c< p]R4k] K */"juQ q[u!fe]< Z[j= } 9~V=? I| m@ C I O4:+m[P 6<' 2*yQaVz C@$: D'7 wmu~+; 1 / <fMG_R4'5   e,!F[BsdS|;f ; 1 qB*Eh>m jVY1B[{SHH=  , /=-/>jo  = "'$>,9E5P} V3 ,"KEL5){- q ' `2;O(i*E:x   B  X 05i}u&3U uWyNhzD8dH\%= 48  ;4qp gG / hE:f[M:V9il i dR.~ak"+ZEd-9bS}9oW i ;=Y#2g7n  U  v/kYYEDG = #T$:2,@+ )0sgyu  Pqsl V L YlgUud|c*c%o.7Abz0%J>]CP!Pv\IjJ!ZG:?Yr #34+c_cMR*0fp/| %75FXqd>w+rc$*f{W>fj3 >jMd (#4L5["F~1 t]8S{M;2 a Wk\RDP!a`OV^kwam&o>7LW#3_P WBqz1xV+QhC>"`.WQpGRX3YDYK j + k`yj=f#0 R9YR8[pRX~GMcO P??2)7zLDpZ\NRC3; _Qe6(R$Aj0acmpHilK/z%C{Vb&Q;6 ,NoV`|g%c{7J%Ff>}<I)41xQC>y>K5SM2* r%1"'s,(u A>XRap>H%>r2&jU5kL6s{Q]-3E3N2pTL@1e2qa6RJ'>cnVb`Rq) D} q . 5+HA@/ kHvB^ FN^   ^2 * zK)* %C65[* c`<oE "}>\e$hd w ra GUZX B'N #nml3-<9X ksvK|&2  = t/(~wre2J l<>"&:;m0Io " Hr`B4)[  e  e'I~v0vr$ Rn4  7w}&0`7.3_ HIkjZx\p'o6-@j | EUjEnUg?6s1^ ,(F+(4Djs?oWq18n>  [$h~z l(sY:zD+& +(-mwnBy  eZ`.r;--yy"{VFoJ]/'H2 -Ys]YIX} FAXz'@0 Qt<W&vn"s51UX7l8cD o{Rurr@FZNl#.=9^j-X<"&WBe7#p7i+UswLV? T_pm=hv.J% ?IXdc[u }iq}2zCsQb'TFD5'j?cXW_wl}(/kh*?Z"Y /hg7C&&AFof$xAA!nc3R 4fZ/+n?0Z|GW-L D pBF !"~\ QsQ-RjUk"~9TUU@YR3p4l @cxXzm^qcQ,v x){svX+4:I/,y| ~i;"`\d l)Nn1Fs.!Hy"O4V%-8)> 4l){3{^{`fF-[F 3t,;?X-S|1y!uX#hPM#m;0a+-Y{g]'S^M$1@?xj=o+?da?t^X$"rVk')[d(=J2N$aSi\cJQ XPb"CYrQ68s9qBG`] v1%mRM.\X(|PM&c? /Pz$7/ErQs` N4h?*(!k$k;l'{9O/O[ uuF #d|D0po0!g0]<"*-D_L @K r :q$^5I%H#$^7>9o2 vu69_Zjg6\;xMqne bKXT;Gsu4-;fUE%">93p=\~*@0 Kpp R@-U \|UUG8K^!fMxD9:;-fVE(;n#.;$,bXgA+JmR$}r;96y>u'%SMHWco_Nc5 UQTzZ `'zAV'/<(Uz?Ph$ 5q.{qjk2#J oB<)#M. =o~V>j%+wJ G9 Xm= h- '0@r!Qs#10.o{[&J Aw|9N$o%/Y,%'1$,4V oS@+ (D/Uo}|wpH"rMo#hqUw<2'uBUh[ v   UH=ScBix tKbx}cp~N2U<sH|L>TiXFJ  T9f[#`IkZmXx`G<1%c G< ^_?nq|}kP6e!~HB;m6;@>;[|rhF"7JFA8/&/Nw3l3)3=QdH{'?XTO, o%x w?1yFd;xFNJ;.E,v<(=S}Cr<z1tb #`hLg}V-Gr5@U#>AE)L u!.<1&^[R1wQc _Tn5 4Jb}9t^HUb}Mf@hS~7,  ij ]&rZ/aDxl&=T]f4 4g9o`SyW6]-; a19>~HB;U j.4rD:XuP+eHGJlb&1tB|hYI3>4k 'EK"4v&|tHVd}A)7#09B9HpaR,Xq6mQ5guH}E&^Xb,nLe;gj3';BI:dO[)/Af|[!EvltcQu~7 p$JplAk'D +`H{#hZƲB >!g52 +$gI#^9-". pnjgˏw<qCd&] <L۞|8@*7%rO**Hi-f Ev+ ~H߾ɻ  ?mB!'L)), ~N>e "Mw" 09AQ)'a fۊF %{V1ڲ}o_ igea(R?  JP ' rR}Rj%sK e0YY+t2":x3PkZI 9&<U0wI/> 4/ i*X &m%".;/ !N osi6?{ 6 = 0v/M  @$?^z Ei\q k+ 5 ^3-) >z OIv>P_<   7,T @zO% c;})tx }^-- ys! v  ' eAlZDg L$q7 HWpe w .@ Qs2Po;c $K PPJ 1|cJF?  K ^? ^S A 9cx 5HyRV8imq > W q ;  d TLBJRCMn-  }u:~ o  }gQ&= `^%Jm  *y$G< 1  qKSu 7 SFXi 1 .Rn  (`7 ! M#.  ILn'  "\$ d :h ~ h[YrK $ P?{a E "Y ^ >~: >uo wH   r i & k3QoR  6 S;@< 06;E9. % `ss ^5q81+   N8a k O  d9> - i*Oq0 R u Q  y ?<9xpCw(kfa] Dq Hpo !Tw(u M%oL % la, j[+i#w]C4$cI0 - x6n%d$_xQ@RumY HtLDD_w7 }X $umU*zoQ *ykqw>}) M{b9_MB 3\ !)+f! jS; rP^m:&F) MKK(i<,W\5O(/eF5 )v5 MLLkA{}8JFJ _a->"rN*QUQLtInaX#`o6!DLT-/h!.7s /$a84=61@ (/Q2| el^\/pas@svwsPD3 E.[$BVz_kL\h[O}K(XC& L "v>& "Cf Vu3`5:{$uv,El3zg-!<d N,` >\8c+x]&ns~r<X^ A&x5o"Pby^RFXiR:{x 6Hl$>Wdw-SxP}4Gx sNn9&M4&_mV>"+RK| a)O5vGu4w<`;M )f|WB0jxG2,pI}%-oY.>GFS2#iXs9RX`n?c ;mG:]-~7_ ^gqH.#4Wy; ;\ v1{l)"0> ~$^Ow2}sxoj27QkXEcUH$;W[HlRfCw a$|3Mg1OLA`N;|%D2SO/ @ GMS3SY8iCq(%Tx Bm55e-Ga?Z<eY4JS\aegi a.cKL&g#1=AE=4+dsSONQT%s/D}F?8 )3 zMHcuJ6:b7 #`gi(~/xqij Ol9 8KgX'Y UxNj?ITs3d\oR6S4Ze4h|11Q;Lb24v2sNf,<<|#T?+Izl`D889Z|QdyjdoudSNufxE6 tT:NAqh_3\Vl]O`xR;$-JgZa$qb.K~"IpL)!~hSBl&V%zR*T}(AF0HqwO@v 5f({SR}`Ci}A4l; o]AR1!|[`lCKdAt 9fQ%-AUyFYlIM!b# 7.fU{m"(mf|e)B||EJ=(S~E D@OO?]b8 B'_oZ8^< "Xp"2l1m|4~ "u5Cn* P7nUSP<i K3a(MfH*)& E+ >^$SB1 hC (AZK=T`yfe$ ~p 55i,>SfOcvA0gb ]FfY,d/?DJ^ UZ4-&]|#P1FpQ )9yg';h#Z\[|/`IMQ<)a%T (}3EX%anz8Vtc2jP765H]1~ R  g#N< w@7de 4J7+!z<}RQP5F_bfd uv) *cN W;Z[ZKbAw{C 3jr9=`A]"GS6q2L!f:Ek"E>5<CVhkokitdb)bo O0[EI .03IU:yrl{) /-V#US~afk69qh*An1Mf2PEm1}8pYU#Rm-kY=Z% ;(N>"af=iBke=Qa^:Kz%-x%@}u F$D workrave-1_10_10/frontend/common/share/sounds/default/micro-break-ended.wav000066400000000000000000000106061263301626300270200ustar00rootroot00000000000000RIFF~WAVEfmt "V"VdataZ~~~~~~~~~~~~~~~~~~~~~~rm^RC8-! $2BL_q;xgUI=3++,28DScxʾypgb_[]afks|wm^OA7+"",;OdyͰ|bH/"7SlӽqW@, #7Kd̻r[F6*"#+7FWlǾtdVLEA@CIR\ht}wronosytgYLA9426;FTexuaN=1'"#(1A==Nn¬r]OD<5/=XvƳ{dSHFCAIWitre\THDSl~Y<+%)&%+Bgɦ_K<4,'%Ae༖|eR>3,*/@Vi{£nWGC957IiܻmB (Z߱]6 4_ѐkU9("'OuŽ滌lRA3;4!2hW6 >xQ. 1eaG( "]Ҏ`>-$4uX)  2]2  >6&  hg=.  "+6C   ;@ g܄!  @ҌE 1o߉  #ip!  RV  Bm侏l) Vya  OыD  Qޥj8  .'2,9wյcP_kU912KuŰj@%/E@. 6ezѡrv}c)*HeqTXuy{|iZWWxtTolh~zrwcTkzqa17cr{fE\bytYu؁ECEjkUa;Ep’oKlfm]@qƀ[ioputJgn}}bQ^Nz^v`Jut{vYMqOrF_q䖖eװM'o_u>Qd^w}DnжSkuagKP{Ɨ;zcZZz=s;okmРxo|᳐.AY!d`'nbߚZsPcqkw}x¸³\Y][\K>2D{yfdcUJWXcu}w~yyaYbxqxUYxxUAOYaxөn̟s^T`eQK50rgfn]V_PQilzoq~qjnuuj[licSKZhfts_XbegU3Nt`g^YkfY]doW|ƍomt|oi|ph{nUqwodFTjagxq~ѿ|{{b_\_`A@o}|zkP_p_Y]qai|ɧ{xuvuzbqwR_{uO>[ivrvĝn~pqgd_G9XurYUYWX`ihvwlhipttrkXjy}lRRU[qniŤuvykemeL48hv]SXJG_ykypt{odkxrnoyik_JKWbmst£~\Ycd]NNML^fz^[XYjiv}Ҩ{mvuhI30DWhsa{paUW[XVKcu_J49FJhu~qVKFRYqʨabdk]C+,JYpnoĩ}yybVUm`UOIoreWH7CHax|¶dFKRL_nۿy]OY];+*OnͲ{qh_VLfxnp[joGOCFRX}Ʋy`p|uRM[Mfd޿nP:>X?C)-_aһ|uR`qw`]jMh{ZfhKb]yyzɦbYswY.VWuξg>*TBF,XeomSkppY|pOYrtxwo_CNQhu|Φ{aPglxpTaeotvüc<0MVN0Nlٻͨi9>f]i|m~jQ)%Jsҿy~ZCHTej>TZB;Gk뾀uN(.'4JWqɮkF_qnuN- 7WSFX|ɿz_>C[fm[Xq{io|xfq~w{vutRMj}|vzO6'*HVTczwK3M_ixiM40GNm{ƭgLU^_^IKEAjõǯ|vskO-/))0I¤d_|eKSNbzzSB>^or_GHYZ]PXl[mƶsomnb@EPBcyy]ZVUxppaYp~l}{SHV?Zudi|tvSU_Hksyw]tfK`j|yZXCDg`m~uxu{wa[fX\ou|}w}s{oQV[IXt}y^hZD`tpVRKSxqqxg~jUj_U[\mzywuxxR=A=IgpicOSj{eYPNarvjtbO_ia^[gqv}uy}T8=9?_eXZONep_^VXhy~wa]p|n[[e[OWktut~ȿY8)(5TxwYSV`dj~loaZdl}w|f\ai|·jSNWgimtqis|kva?)/ytjB0,  luzo|r_{$?@7>[-8#\Mr{gl?[dlcJdKg?e9iwwlb]' , |{ TA{kE >4$Hk9+S 2  ? h NG[+p e X fi>465B nj.5j 6q^1rkP.#< yfDTN_`K6<XGOm6j!mm~v^0U("+5*Tx\h=t\.<h )v]|/ 3&07"BCX+w& s^NP)W}`va|p?a|yc%%jlk2c}e:~%qe<S;K+Vfqk@UAw}5e*t_A~ie#HONL 5:3W0/A8SpMPiSR.drS  0 eU  2 qQ C LK , . 7[sQB>3,|%la?|k/3\.erhR" BYS'h|+ %NTfhgn>?s%j7s}4{,\Kd{t3wnllZ(Ibj V]59IEQW'h^9yFj]%  U3 y[  m 3 TO0+8U}RNPD*U5?zWfm drits7 2NQut}Jd-XbT$E0^q?HO=  Y%}>H_2`SgzJL?; W s U A " $ / =0! nbBVp4e<Kt:dYErl[bmRaYR?5ld  4L ocAZ'FP*_wa6oH}e[u1`@&yS?)"UvKs>UW sUzYUVAGW*\M{7TPPeX}?(a5H4'h=0\}}kYi?m<4~z4He'l]&V'wVMjb J" ^Yq$,yO]'`X!| ;js+E1)~Ii,#3=jta 96 y f  dZ 5g / `  aS % c ns m( eb\}e>&':5JaLFEaU0Uu._-),Hn-mV '^00|;kKm;VcW'g@`d#]#y((XgW#^X0"}P *Pmn#MA`(0)IhIJ;*j}9m24 7+w ~ b ] w < n_UAE@!HfL"v 27U1 rU5Xqv &Z1 ^QAqzPF_Mrv{~xpZ3/o^}\>Kzw_"5 "g8 n X B g z s F P  D V=\[I*l],%%SSiGS S^I}S'@H(}QcKCuQ WB|oC~-RHgW%9s<+`E0-eU0q{5r82\ecu;q+O"[]T}l@!q)R(4moqx8B*;A=B #p<&m_K7%=:i/gDfMc~diy@&@49l^qgT%2N=X'R'LK\jLz%QC-Wj"]y l C8 M _" v @LzG Diqkn  n *M6 'c 5\5jA(*R i b#NC:ro2 (4 k t;n p&" +Drbs$[j|>0`!=j# o8CS5;F4PjTL-K {-,vWW61 y7nP   Loj! 5k C}jq'F!i^ rh;yUQwK7lE9:U Oq2lvw-IXS .V?: /[O1Pb4^ \vX;H  z\FM +W  ZS  M  m L XG # A (gT 7} +  g rRd Z_ ~# |z}mF! ] !* Pi   o'$@u.c&0A7qJn1.U^?\nh {2Fzgg"yY>}*jfrF  _Dhz||j("20,Hl}3>;8!r-@4sjsx7NkxU `i W*eF&)tKLDB$9QZ>3RLo| 4E9"nc&I!#;L\h]) ? DTXFC4VA{9K"`]ZI%Ny_66ash  j x[ [+O J y(> &( 2` `hz 9Y3 eX Rs C  uZk7 \07 )L U?(2= `  h g   %&} NcE 4!KWo;PxW5Z}x~\3Z*1k3Za w'wr g mV!C0f6JLgVCd h #A}E%5_f9!  #y |7<N !@ )  <gy* z3H4A6@['3i;_jW20P\m5,W%aQy1<?h6C{2RXO  v2 (8 ! Jc k} z ' q AW  XfX XP Mh & \ i NEV&}7S tu 45n i xT2 \ U X</= J5 - r*8H1/ 1 v #>>{-D<0c)g8 KQ4TZQ}2S);P"}:9jZv~023.z8oqv8W +#FsC7nYj: r" [%t8lA)=?dQ4.]YD!U0C|dsI ^ h2-pc"  ' A sS U r)x ,4lny06) HRr?&-wdh./98#@ x+ca<~  !OSWu ]@\2x1){@3 G ea H{5T t Ca"; ^Y3%Z nkj) b4 4 QD A  z\I+  W> ^ + hI P+;_ /:b8<O iBlSg }ShHh73twBej3<IJ9l ^ F e{.POj\LAX@6xS*NNV* >_ SP*8}fZ8} (_`Yg}NLLB xoJ7q\b;+!4V;_M L*T+i5Fol? :~S R$uNVsOH/nJ#L}Sbb d_  u c!f, 7*"v~!0O$T=xUd&l>Td<7c 0 1 t x L9| * OGg M \| 4 3 K S8P \ k Z   =J6LzC-2HHt~Lf+k~Od2Wi|K&u]GrV&36h47k / p- ml=D7'jW4C }c1ADAWR}A7qi`!] Hi3v~]N Bf;* @p 3 g -// a U AJ o ! c  v*KX)!%d JYI:>{rl$_/8\4wwGLuC F S(%.T V+DoiyA u%CQ eT z[' S{5 0rq q rL 5 }- I@h ( eBi? . 5 -p.&jWa [Uj~. TP;#B9:$AI=E+_Q<tW0Adnf^df #o:aR2^%4" /:EG%\3P&^{G"2m .Bj<j!y "EA2v*-u;>y|~IypjNh |63R<JYsrm.Hb,S 8p%(y&wV=gu2VxZ& V{5wN+[2SzI{R8+vHgA:~x.$_\~J(,an,Lil~sHk2 QL)d|dGl+eB Hxo!CPsTwgMuW,TZ0zG~hNB sQsbhMp~0?SemQS&,M,@(+j.DH/N_UIgC)G-f`MZz#=xz[Q+5 Yt ;   V Z[J!Yy Y0\oK>d4hc-y7>sB r ; G _> , \xh4_k `  aLtp f <&2U^n?'() TQLj~ \[7]Uf GWdN`q>1ke{; !f` ?KSk{8Y*v )  {QNNwwRrqJ*hR02jFwlb=Ys \ri8 <T 8Io  } & % D - WlKp_ (*j\f/M?lk(Lm_D&w " AYW} $ 0& AY - 4& ;  j`% ZJ{vOXr 3  WE'z ] |f }/jbs/  0g '  # V h  le }ki1$#4 2" *lQ, g3M  ,Vy hhU7TQ1 2L0J]t{;rf MjM~=Y}6T(Xt9I3 y\P9Tzn&wV86x$Xuh(k Y.Vnh7mk 6 Zp'!u|%zEyzD\V nKs|qW#5 a~[YU)n - C Na  xY ,z hs 3&OXoAW`<*.8f" G(`izDXJC a; R i  | }C b @ tFS^T]ck4:C( E ?&Q w (&s^dT$BZYvOc+uEwC_)N[7;|#A90 @$})m8M7 q s ) 6  Z c*W:"kdor,l>eLad^eg6`+H%rMd4 " ( 1i 60  u \ ' ~ tQ}9Ln)?Z rN6y0%i[iH+|vt<nJ*j %M hn ~ 0 % j ' 3 s  /1 qx s@  mQ+*{0'T =Azs+0 p  > Cg b O0 u^ q E ^P=ZeEjjv#)ZWgjIT gsX5ebm:^" &k6pEd !LocbJ0;d%|/>/I4>h+[U_StoAT>+[ 38ER-4 .(pUyGKS3))Q(i&"IoFN[\W P=#XHQOV)Kk@Mm^\f<+&. A@SC1EJd$ZQ(=O  k (+ GR T  -: Wo_ aG=Fa91F+"S4WT>   ,N&   P 5b :  TAL(J3qLfNg~] : uY m EMtY2`m332Bmdg}]% ]": 0-(kjUf ^O c P 1:  g1 ^G ; E I~ 9 /{c?45 AOtJ0N?0+I{*pV#Z c\ 3eX[yiaW  e UN  E  Q yu I (t Tnqc+ *^}PxT}b&sBe=a6! +XLnR v  5 s & ]^\  b T YS690@S5_H'=>V4EzV VR|jM+G - tS o U  [O   G O2wd9TDRXIg/6&4B$YMp(@]kKcMi"eVK'NaTB1)plF1Rv2-q%>Oz pU5u ~S}4cWhd )GRqAZDESV`)*%)2uvlZ`A p!w,|1hhE xhJ?' h'z#( 4kbBLO V a ?   M ' q si2Q?e>Hgq2@C,?Nz$$~]kD=2M  x &o t { m\gw$(DS\ ,*e/ %eFE L ];-?v?atDch-E||Sb&O J|~w5iD4z.o cq K 1 < q: _4  a ~ [  RfwZ: d3lL)sN \4e(dTl7888fR03(zb$  V ]2  .  ?g  % [ @ uYT;6L37\2Vm|B.0leY_ a.YO @  4 #  F l! * Pd Ky6;5V4`    bvO0,D1Ty]|i\FSECH26Br_ D  % W 1 v ~5 GDsL |#$Pa@QAee0V4o~Dw5: V:(\9t^pzm^b>ku:bo z A  (r$JM>As6JxWE f~PHFv6ftNoQsFutWHf#B%r]*`)H-D+LxD"z)x; + Zy .9sE=f|,GGQV4$}3&Cuc F  5 +G @A 0 R L Yaby'O{>ANa&G]NcMO!)<;Lx=2vy n v. < * >@  >s.3fTqo+-W=]m_V-r.*X[w_6l-(Z`v&{;.q[Wiw}OkZ%lS]^bIh p $Kn3A"+ =|  4a :  a F  upd.BOL_7;6[?{e-F[L5XgMahG9F _i|o/+ J } c N y;   6' Q 6 7 w f N yhh;"  d.  )  JS  v   tlJ,Op Y^ & D L{ (X > .3DS@-<qUBsF7-ZbC\sF`&7  7 m[ # y P T x ,r~rjpMB]X,& QxY(9) O]J)x{T:u3uw4/ ' V{ x 0 C h |\|ldr &7 Si:H.+uV`=-^Ok^#'n_Vxl\:&P4]]93Y~{) 7x\ChWA " B R G L / N ?+qC+i tlw#z>8_Fj[a4UBt>guU$"RzY5-es$lGJ{   /  1  h kB 6 k B   ).Jn^ **8:Ha&F}A9 8 7 9 n i  !  Rf DXT o J ,& < Q 2  %+ q J 0 Q"TxkUN(sA8MN7>@K6[Dw CF_M I o0 l g /` H ): Aeg|%{vzR]4K eh;:$EYYnB 'oHjq$0 j1(}Wk1`|U2&RpTd7^tk|G'o@2H>mLD  2d) 5sW0xY2yQbfUsXW!k[0YuLO~ 3yNGLYDh7qr4(-hT 6{lw681<]xCkJKm3GdM ^/  1 R  k  F.OnjX<%\ k63^ frl 4xd|d8BeTR=z@)[y3i 0vM+n/n78-vs}+@iq lp~f\H%P2@d8t!0G3-=TW8O$Sd"x6_ #'   / K; @7 4 ^ #[igVC&9BHo.As)rcLm#-d v><HR8P d  t f V G g -n ' LZ~'   z * 4 V " Jz= Iu{OB|~2 [ X       l VwHVO % - g b,ymn<e"U_('533\br-1<# u ! 5 T & v:cxS3RRl@@\*kW)y4PkD_/9= xn3|pCpg1:}C+wBg.vf{{%4'dshbzUMGQ{ Un8fV4gh># UGU%YUTF^'<.lzf`{ 4qa40>`x? 2,5K[c&PK9eYWsK'Xtqm j O | ,  Q{ z dcmj_- ={?+5WW: j p n M|q%[jh^r N$~8)b{ o U 4 ; q&  Ha,r 1](z hpAba(#wi'I 2ej|_W9N ERMe]Wy9c qULl1i 8 w0 &  |A  *(q4pSB)SF|VXSZjrtlY)lB0V/mx)pR" 55*]wV# X n _ < * [ '[ ) G S | T r c A B#  s Bl z :D8iZ4I[-[Nm(t B#rOH:W j   o(  B   2 dkhYJ7 r7  pB]| C|yl2f)kq' $E&VJt%w O = 2y Up3tj.V`LCOHi{#,MMZJww#y\ ecsQ6? 3RQ/7\H Kb ^ f= }K1UE 7A t[(#HXL4L_L,H\gLU>LIkU{ $gxCe d#^4~ 0MjX8#[7:V/uS "1vlaWt+Cfm-OS`TO3^]yjElAY|kV 3*RG@sz'Oklsj{ P J \ 4w M .n> 9n79 \xpC4Y , 3B L  W @ iP//9pj%DP_E W  g   _* .x] cL  6Rvkz61*_a|<2&F04r? rRLCOy3/ >Y^+*$G^U#+ Spb+Q{=oO`Qb77pP>@c$/QOuDtf?3 arB8j.tB  x H  O : lq ix muU> { H= ;  7 YE  $%$eH >3%<Qx;``=yI8  d   Z  ] )   E HZ*!5Dpk S(U4Tvt$)=]aXgj# +N)c>o;?Vm:    Y Y p0 ofOJ,y@-"PB?h?EaP Fz=72v~)x)/ n:Q~95'vb2JZ`HOja4hs< YRpr30=<4j@' JC W2vE&Ft=<[^x -U> nw+"j 49bKEj& ZsOE8Ps5aGYceAQ ,MJ$[,0M3>vZ(|}!8 }C&<t*4W1@k0\VSN$44lh k \ mjpm~n.[y1 EX   iti"qL)}S.DGQ<..{9'0vNOB_5r`.0g&g <N\.ZD) < 5 $ "zdfIQCBwe;wS6n#8hgyJH!+b:tEJ){E:oDOU} t- f.|#[H p n  3 I5 A p c [b qh %*x L L  %# > a b _UEt*6-h}&Ym< &2C@h0CC- .     [ j N  *< l@UVp=YzupOu-KT3 Ry PahF %z%i#\(nk b  5z gM Aj A m L u b/r$wqTPZs=xpC;'$c;G'r'V%kyy#d]m=!t<,5B<--NZA,PBF^wDQ Ax zY6u>~Nh'svFUWnAtj_rGywcgi%"vHzV$Tz _Y~[n_Wn{]kosfKJM}BA YjJKG>_>Ni(1up.D9 $?>t(9lYT!B2^rIcm U"oF=RIXGYc&v!'!{_ 0[@*))1,; xRM4%P&D6ghC '>}L- NCGE!^y}j-+O=VZr`cA}i= [^=@,;3j;BwnnR<6,(3Ff)N'.QA/Oc0'v+1UdNqV~<1?n"K` A{,>/<EgHko_T>?1^ $)t cR( o  > > f PHG 7Z7 bc m6 Q x  ^r U{sLObk%(}F2>/ 5&  Z   "  ;  DJ y< 2hk wN;{N KpUP$,m< 7MFu%WyY<  5 O 8t   B xd|H O=rEdJHY"$v}(cPWQa{e$D}%kATp!O0'a@~(olCtZo5xv`-ZGtkn>-+c4RYgE^Y  XPEfnFtFB'\&ZEN}ni8$Up[f`\ , 2qET9'D` 1F6f8JTE]7qh]joW/E[Q c A [v WFFZ< C${z{i5PVx;qpggH =E`}7#A-zs6EM.K?$Hkuh l1 l>JMNQU9lRq%q?}pg7RHgz @mhX8*bF'#{:y|)'%GGMj({McJg#o=ck* t Y # g G B F t + ^ : wT P  :# A 0 k K5C1}aexh`Ls9) =c]/ <  90 E jO  % p   2  ?1K)RQuXGT 3x,19~;?ULTL)XZZ66 x? .    KHzPb4{I!ugciJp7|!Sg;BG-Dy &+rc|&6lvgS\I y!HC=|55 Kg0\Uq[F4@as rEgMP>e!3UG2MH8sz\l\EJDP: K7p)'G/e'D|1x#]EcPNv4/M6Hy0_~#?EG*+Q,!Ua$-n?1BXe'KIi|E?Ud_" P @,"kyJU(\7WBZ9a#\-3 a}Q$5e9y kuA} >QVFdX){)Mgxc|\vS+Iio0s6F;j;l?"R3Id|<~, f@E=~+qjg}nmxM.5CUFj  0S_:ue](OM{M`jY 7}@|c2 } q 8 h , (,:B |>rO - A C   K @ 3L`+" ] `2h }   ]    f "   qe h1GJ/ *a S@n#: ~8 h[R@  !pU:r7`+Hc@{zv,JI=o JD+wD<zDErr DU % nIQ[7;DK U4{ R*vN];} 3\?BB59g:Z"k$!yC gnLo~3!jIDGo BP$}O+<L`?d\OsELt<@K[pFdXz x/Gy,Ihv\EG<z~,T~0RzJ.TVEf 5:1<ukgx'R $=KQu4Gc = H E ?l_Y!VX\-zvnu6p / ] AH   9wKkfg3+>on5N6o=  h PG  ) ^~ i v L     ?(K2j/J*GB<l|'_cw6k.OQ4"Rj]h(A(I  ciT  u 3RtvA_4RZZ({N .<cC *h# Zt!'|"7 Y +]pG\+-uzi:<+o|/m@p32ki=L+eWjQ jRO>j00Q]I; ;n^U;Y6ph=yBX828Y#(%38[P~^JaHD+z1m;j1uEa&/9-n!Gv~]r|G- Bgt_V=*tdl%[M08 ,d7Q*c:9!~VqHVdYbw~ Zvnbs5 j$3DA !R =i{,b2h[Jx%=5"c>!= Y.bWr,;E_pKFRD7c.zPb4d3~. 0&S$:|2tp|0q6+9 2?YTuy0lz)?)?Rq!X#Tg*?[C #e%TN3 ^\U8a2  B ; q wI v 0n!a0L1*6k 4 YC  9l kB4@}BfgxA^;$B*^}UHd;h   E  I    e  D=H4CW[mD _k$m %zm>pb^G9lPr I7us%e'(Km"FpO) h O]]tdy`]G'=IzU3K:ifV_.[Hh} >4E@"0LTvk+$ D xG2gE^&/"FGz)]|)Yy (5Fs,M m$Xr=J-V1DK12ftKkcnit*VL F|~bh5xyMoYQ{'%oI,V8 ,>I\|Fev:j )2+zV%Q]8)LaLo.ggKF67W  n + !\RG=w^[=ZImUf}P9k zOPC:\8  <O>0 b 7n     l 8;  rH 4yk;0ug!=Npvkd8fO4(:>C!EPOb} R ;}brN Lc3JEVwH<W;3&!& ES1eZyHik   I  B  : L  V  I s 4 '$ uP V$ M<[x 0M Vm   $   [@X N j <     l =   PT Y   =L 2 *,V>p!U<PBi2(Av[%cDyz{8#,4ja,eJM,d"6?H M3yie)JhLm&YghIa1";Y^1KOp~7a=A|&n, 8z\*Peto~*qex_|UY 1   $Ux gv * > ]L rTo JDqL$rqB@#hQ(o}lqSyx Tdg-(10p|l4@w;Yc?(]qr , : > ] | 9 Y r k / &U v!U -$!!!.;P,~]|wwoigoGp Q  B >#(`ddaA3qAO;Kf(Fl i W K I Q#Px,  )LiUD;O8T\W~M%;.9_teJiNu>*T]}^y0[7,GEh B"P96MBS0+!-7b]r-/?X}#@Yo2#(hju:aY[d2m-9Bq? )t oefv}1kjlu'Yk\/q10G-PKfK}O9x!f|P$L'G3Op.vT88[4Y 2  2kf&lz(p2YpHnxK d  Uz [^ m  h OfM<=jks"=)EW<-:$ q  a3z$cv9 3vJiF_Z\^[1Zl7pC^~%nG9i]Oz3D[*C6 _dh!eHx`0*l_w<QQQa<@yJK/#.N>A&r6 655eGx>`2Cq>g*@dM ]Z;H  V yR2<*M+s!2QuM;q ]9BH+ Y ) aa 2  U ` 55)fY=}k,w-N'tnDq # 3  Jp 7FEu7g6K&[,v#w}<2cE*H6/NoE+6o ;~JbIUcX$jSjq/{c ]sl~WpN= [r 2j.NB_P 1+O0$n>Ms]h+"`sjj-^uiY) uFEvQAy;WNTCRekxQSCT|\X4N 0ofB9rFnpcBHZj_,X r^ DC C  ]O7J\O o  ]lM m L Hvj  :pmWEp2<0+5/Ou Q|)VqGZ^T=(+MPJnh[,`   T }Kh. d  -1%q} <V:n% 8 L $1!)%PfX!y){U]  fZ`EK'w-t {T0 u =C~#k@m'We\<ALCL"L7 0 j e  =0  Ty  $s  q_mJC$-V\iw465  &n Trf < @.  J' g lff.    (Uu >Q "n / #z         2A   c N k>WB6.E)qB }\ L ;S@  x U  L   9V{ o q@9'P&{+5$739 @e,.D-n~xm.n_;#|#bPae.8%0b R5.)e^/+"m4w$A<%Y R.&H9v{/mlEz|p} Z8ds&6PP#aR0"]oEwPfV<2 #!_!mbF+gZw$Lf~pH,C% w5+\([Jg7:;F~Vpm7b6EQ8c4jU`Ad5v`#%&D]PL e,WIp xb$#EPX` 1{&}B.\cn5Syw2$ 64y:2A:.[K} J3R8T3+Q 0V U9#6U0E7u@)P  E i D 7 KU@2K7D; t cU0%@ D H  J ( v s| &    ~tRpMH3   B m A o `)IC 9 IIw |S2NC= + c= / "  >? '1 3Z I }  B } \[b8> VAOZR~bj1M]^-SH#j).n RY.-\QcN(Js>T]DUUIHa4k2VDoWOM@"& L:^5*d  Jmk9;  e L fh0 /n P b K E  K K W a{ H {p Ck{, @ M v !  V  3W { (a    K  j q- Cx   G  N :C0&{  cf[  ,J x;\{/ x}7=;3)f~!/C0lg23d3<6CYNF1%mXLsv%Vz3:@"k zKZPO/0M0 {2vyPH~K%;\~HpY:| t +T j G\X yk')S5N  1Zh_ ZG | s q ~  O E M@ 3( 68Ho E P1 .  z> @S{H,94J=_Kj0n"i\aJ%P~hg)\7A+f/.`IRTH2!=sz%.P}qIe^U-YZ?nR8|mN(]0QeezXQ_;se Zv M 5 e!88E~l_ %  DX |/_~ 2eh5_eKA3E~L[@f\ WP  b/GRD*hw_^z2G_TL 9NVNs4ALi .#)Y#>`5w!xOqA"]n?r2iJFoZO>b>P M-p(t~5uP {xdbs J7'7z-n " 3  *To +r b u< R b_ l ) * rH_  u 7 E 74TG :6fBkiL:bS/ _?IO<U\y~ebmAc"OW|jb*` r1L" K U n E , HdYdN]O9AK1sj bJeAEL5,6>h)<Vc(-~6B'lNWazN({0ab8MK+C+ls-JWq>1+ l v  ^Z60 BJbcClV~ m Z I C w + $hn- rY7'  u U  z7:%mk z  }z  e/ P:R   X  q e   . ;  0 /G$vcrF>D<p^,ES)!Sh Q E ] I a q i  ' ^ s\NL+ow/U _ -|z3keL>Yysd)t[!F bH}<~eUL__T]9R#QIV\| ?9i_k t;oGuT42b4}RLkO>7w6HVK yN0tVrJq]mQn6:V7'A : gCK   :>_To\DN\E1{(3%\djhO$k/[Dp 2A=nYm(0 `"&R,>A.G'{wy'RP_Y0\0MBs|C['8Yq'i0258cZrW39{@l<0(>k+%-~];Wh*m *wQwd;j < ! M; {! ?.k],j]7 u  y 4M0Tbo-um&>W74|%1  e *k_PQ KO#4ww83*)CC&  D * E 7 t o ? C D_ _{:Gce y 6 : 4 SC Tp  P (  <* J r  Z[    , G >{<4*lIGu3S}3ZMKbv jq(84y?'\{ *( 1 S , ? nZy!.kF1Qu,l$@A ~=4w.B#g8F |Sk1Z cM 8<"bw)PSB{~~1zVgO"\rS| <]1Obc&PD_y^$C<"a=w|)UzC:IlrN$zHLP}gz1 IWDiIZ2lr[g?zp%!n F'"2"{@|,Tb#aZ .%Ag?)K  O2 d5;>Z[6*z | v  p  Dp  A i% #  h !  g k   r   W, )zP8V5eL |    + f b  B  D [  J 0 n  k 5%?cL8 E b  !6s u  '  /% {h vX  a  cd Zw M s_$4N-<PN(-C* E_w9g&>]8{[1L|h,.*hM/u]9F*;94G5#_,I4 oevS.&s?.nZa~VLQAGd + ofKb {,-`!f N ! _ k/ P ( i +{   M  ] B + dr a B x -<zkX z v  4FO?kG%#^*ZGl$tF 6#r`lU_!i XR{ 9"B0wbyjn 7 ds ] 84$li5b!=pUn2T"]\KURbzso^220GA#qk| i A F ! yn+| 9D~bt=Y+BJ< < 6 , g y a C  7 I _;*haOj.Uad'|)~%)~npiz!YUR%uW<u@I kg*WiB ^ aw.gJ 4 zA {:P]$8QEz9c`rF4  b1/Z(_( /Pp#QNWyS0 6ilcqbP6f9WFRUtBEF{u%' oC|`2-j5f!?4) DCef!T)l^Ne#D`Lc;Ce{NL|4}??D'M?nFL 0g* +*/`4q2wXb4*O 8, s= 8 b Y N ,B%  _q*^* Y2k?9:}y h PW   y  s   1 U m@ za=:   UB-J`, tbxM !   L l{ 1 : 2 l  i[f*P0^BKTp51\L Np1C*g4'EJ:Vi,.^V|@#XI7Dxh/.w,+\-Ol.`K:7-8=??SRP~`W{9bQUP~R =V@.N0 x . X C  ;b . o: Kz  9 ; W 7 >~ HT5o^]M1 [ = XR k K Q` #p "  4 ( z )  k Y OlWr 3&MZ Egn74VM_=( \?%LBA `8' vKW^  d(:tc@pHaucp-uaYMthsy\+aUC/N0{    + H! Q xl?0R~`N }84/4}Ua+3^O4#:blr z{:a8|r8 >4eKWhRZw*Nx( c]o}HRJfv?@\$,=N. 5C)m;=?f;!,'[+OeTGHi Jbp}L.wchi{ /B ^  y{ g b ? fB 0h =x|tKA uGRW"gal:dX^vF} X@=oay`# ~m: by-sh zBp#'<9wA.k  &  R7%aqj -|9t`5z@>PcUe$] pD#WfoVxw_w&On i>vJDrH0u-6UIXcpXNC;F"K QYBwJc`7E7? HdjPK~oQ2 <ZYF,qX<>Bt # I F j $ E] T [  ( F 9 k % i^'G:>v^8  p ! ^mL#   L T F  *  s ` 45 8x   w mE 2 M      ;   wz  S  !] "     Z   c n zi Q e 8 Z J  [G ^$ ) W{Dpu.o50v,X,H>ET-t0mkNT >5iym0XGEKiC@23a5!<]/3=aCbjLu T O  #r-g:\B -A{{},jEto+vl[P  >9z]+RAf%8FA @lvS7K`ZQDR^e0v6mnBGbn.#{5(hZ?b?{bwh0} MN"Ge<%z 5('s7}2{Z q=` t8iw}Afs5& ()P@s N(@E ,(RV8QkoI8C*_ M3#4q /|MrGB[HS(?Enypc=< ;dgzu; G G  6  W /1WWi!_* =  U _ _n  tB9sI:X0Cy{DVxs3&8[H&o[>$ N~'U Hk IM #  C q D@ {   [r   i/ r  F  >q  6 y I  x pv6x=} 4e h 0R |Q"R4^xm&Ndn^ evS< i]C\ Jb GHF'8Tg}0l1M@1SbtEv@j 4E1I(Bb 9t/dp6hEL%gJ@v-c2KUOob:=T`L!< [I7zn C.u g]DvcXN LsaK & u i~;lZB 'bi+zN SuAi i??D] }gyD6w3"Q)Mx*uTx]4 sX:wz<lH-n2A F-6[P v5Z dCM:X|V5R[H(M3:Dg@ ETfO3p E \ P sgC81".(l; JsJ`rfI!$a81<|e;c7{G'"uH*6J _oZ7;KW)2\Tgut & %RwY ~ml SX[ ]y!h5~/yU\f;?]/ Yna~TqJgk",PRzyD'&pG u v B >  Bmy =Q|*uxJ2fjMt aMrBUGMPwQj~9a^zM,8_UuXw,{    e [  K {  s ! 7 m!ju?b{s`L$a,Jr F)W1i) BQca0hr8k# x6BI4gl8 NstN/'dz5=Bc`@$wS%R;Qt`>8&L U2GBD{o>FI Wx_V.FNp M   L 3 Y @  9. GU kN =    ?g  kX("P]aVt Ky W }U $  $? b 6 `   D B  ^ S 8 %R \?  | 0  *P    4  N  s x|  A m ^     X H b   } dT "A i _   y< t H  c]r4[QF  b9gLD E> @qllM&=$n(grj``q2X3S)N\m$&V!AR%I^=zsPRlaon:cp6Q928 3E>T\E0GJ,gut25;?3_KJ@  m )fiao:(>4823[[= <Ie12SfPFRQg suN( O{bz6B D2q,X|A4SoFt35D%' Sw P Y n ! <( x  = o # QrS;9iq8aq`?ZY8,?  SJ7vV'o7-Q{y<@"'cxfGo]_|v rr4H8x4umx +  o f T  (  F8kdz\-G w/?7@?JuB# U~UtO8f<I:2[V'%N| N(!B?DU'O{ E$\Kq72cdO|{l[S[#[F$7 /09yw]\]_rfC;xywAHN# b75!M}%rB]LI+2u=kt gbky-4%6E>1 N/Slu2/J0L]h~J_WMyux^'W0@YtWZe,;K-i~<|DNSOA:{%n*P$KyJL^ \F r ~ oh  V @ ^- <  h ~ K V  tp ~  :  ONQYm;fcD4#9EO%8zG-(g@JZ@4T}Iy`u'   `        f W M  <!@[Ox%nGK# f6\9fElON] mU 4YR jtP\ bLvNw@$xV|mbv*Jy\tv>v2_] %| G:TR&\&cQ] o/{v8OG[!N%&e&&T-iq53Hh*&vjEku w&'lN q" XcPpGj8h9l-)q$],r Z*8 Qzr 5"K6| ] 6! O S = B & ( ' 7  r E  Z VLn+{(N_ ~BS`o2I&{HXoCqdY4UzJz-|l7N* ;_\ARgi )e^|(B"KTr j1 x'5KngzE*lvTjE5y7S ?|7"VZL+? i  N  * V  f   I  ps    7 q$Sz2_Y <   -( J c  l 78 p \ h    D   \0   q   v K $ o   2i R  W    R   T    c (H !Q G  " =v CyZ=8tV\L4@1'HOYhI\&x\t@".nWr5m>TnvEqtF`%H_[4#[=toX KY~1mIq=osn||%q7A)jS0E7?->s$r5q6WkIOYB4cAr6` 2PPDv0, n` p 3 B1 a 6 C5 +o&za j4b tM:Wso#hN_7OdYr9BN:D%M*,"FZ$ I[QE5WQ[1d_c-)"e/0Xu~sGffcXKEFSuW~gXaiw^eZ,m%( =tc 6 &]HJ:+<EOilZ~,QR#.4w<L/ff6xsR/?kGhw 6.L$3`017 b.3fA]xK\ `H-|%z.H'YK?@4=.R/RC3+M8 {s<P1lB<.^Z};H # ekrQ2QJO8)WfH9e-#<Yy{z-q 5"A^Ya[>N^C.3J+{+YwUm:{aX@ B>If) rA\"LFk0MjfctJ'GQH<K.z"j ]uakk\X <\:85nMXe^C# K/@x3Z#lVpPiM1Thni(1V+Elns8^2M +HthVX{UEj1Uj|[&w6 HgL[|*^b]6U@Tbc{FxjVN;"J-eDp;#g!WxM2 G3WQbrA)9MP.*s" b\57ur|loMKf5x.u3j$^k0rWO523qY$|')_uq w5AA;ADG"@hc2C]sU,dO <?J,+ _*37;%i8dg\7v! ,@SbKTwiV;Lt=g)p i-KP/i2M|tV}5(BORQoL$3RH[S8::Y3Q8e ]Ev*.gq 8Oni"(qRT64X}pX@Mv"2`l`]rg"& P} 4    )   t  L N 6 v  x P} Q+ \ rF -%a*Lu55Cdo\Glh>w1;`7?ca> |9Y.jl\I[1H[GBbwj+65FpCz2H Icy!OY/.[CvHogY<21"v1U>&@#VWo  ( 2   U $ Fl p @&   : * /!  @y (S=~ ~G  *  ? W  H   4 : 3 YD   m c  G xG  } } . v   o    ; 3   \ $ N  vO  uD   zZ )  =3 F Y . 0V Xj V   *>9SS6mi?pY*&r=9unta?]~Q LDaDB<I2jL LB%,,9\%EJRA'5$Ueg-.AWHa (MTD?-_RksLO)h2U :)q9Q+-a[*ZS(uj!t@WeI1y2|?_eN>K[oZy&P7 _c&~:3aZGsM73tX=hoPoEunaV9awT1RF4tj<D@rZVc:r"5&@~d:0R_) ;Uq`>w\u5%5Q!ca~z\dfkxq=l_ W wi  .a &i 2W*:6!mFVOc-nojOCqnWs#6uAF{nf12 iKt0^s(<xXPadkQ ')=JcG_Jj#dmI[z;n5:<Q1t}l c?Z#r.9(.A/D7Nr n@#ua\T)E|s|WO +zD[4<*M:~8KG1D)T^6HF`aW /uCH}fbqGKlX_{Ln9g++ZPzT-J/ 47UsUxYQ&0&/<," 6 "rJdBr [bG$=< 0xx[G]e;ML*] O+[Yetf@M,vH8NGB"]b&A]x=z61O;LxO~t)M>fbzgQepTcy~!&+P`Nc)fY4WT gb9B ; < p r  6D } T p v=  r [S 6  e <t od    Yy e rW8qX2(u{J Q(\<RP\xxO$LGL-g>~   f U    m `A   Rs ' k$J-27%J, TL g [ ` A S !@0Lc* V*mqn[y* uK (*g$_UzplY $G%,c;M//  L8fy|KZ&B7GF1d&_!^-w >~IGN}?t.&\WHAZN=KBg oduyU)2o EE9V3X~nQOvka9PI?M.U9,|RcA<nq QC-h~IN*i^7 v/K:~*;]m4Ik3~.P=&hAy\kek]Wt1ju u({F aTnom$YW+> o?#Q=Wc'Wr\}2[p=PD4p:Pq4Ap*ii{:Nc1.PSE,;   JWy[;a&g(kw ~<aDV=GVB 7$9JwuWK jpgGAXcbC 8ehUIef'8PP}Mz[Q,S rV(n,N [ 7T%{cwV: O   m  {   g ^ 3 :P h )  n ]w - } Ai  RGc@K#-0&dJ,T;G``}WtI7; `dn6S *izL&:M@?_  a %$qoqH2JRf)((\wiOSwHdm8x"wv9N$q&vl"dgC z $ aY 3  s ^s - }A   L nb   [ 5 sT9HPgqv YD)cBo  vf^9yw<Pj q 4 j  O { O m : H ; Z" *4 a   : f  _] ^NX!36$D?]FqR)l&V|Ys RB+;N6u0PwHe^:U9y}ip!",P~XdBz'sqfpv{L:`5=DN'roqWy?a%M--pE]kY3b{?jd)7_R`tdLJlJg@g [Q=E-Ujo9bE W&Hz%R 4'y+C*\OBYv_Yn p-Q#>0f_vm~v=w{tK"!F fTT(]P@[\8pB9gtG.o8Wt37T;_TYq+XBe/Df(];BxD?{ m4|TORCloaKBfbBPy> Pp6iDs-V"h+txikD/o-q"+rG ;z7FP+ 5^fFw?O[`J GQ dQ*{Ic{AmCy.<?11]<S=gM*e- viqt': k#bu38%fc523x2YF9l1`ilC~y\ o;E0&2]:)kH1d8[gMa]{o X0ewq-nJ6#,i\XB8P~^= &X1E I.-2{j98(9~WHr,W{YhMZ2HPpl!^*3juXtAKI)q7k&op?v] E  yzoRDu}d1s0F_M=DM-A;bKeH#p gPq_-c3~N93[ :6(g7;9k P7. X69rCC5 ~M)vy=(.tg=a:8><|wX/tp&zFw)|&KC:nKI8[( ro+a 3M lLoq@Dsv`1AY='SHmF>1T{J;n`%,t $S3  [e|hf\GP=1e'p[cA&8>/@w:Hj .179'<65X1`XAYVy1: l*X\\}0n6hL9e? pi#u3V3'|igr;9  -+U,UCm~~4quW~9 P -eMe #@Oc]-o|=WbVmqP;5{Th/GEc*[+v RvkTsCXT0=II/& mrQVwB'LzQU Z?L< EFN[(*f>Y-4u  i7NUk;N81K&3k0G~d!Gc *0j~S;19l g=r[17dcV9\/@`W6)2b;,<{B XF#{u*j{hY?QC#2 e,wK3 DAmpEw} 9 PK yyhK B+ ,U^6ep)?\4 -+  86 d' ^F{UNMP1OM0gdbgDQnskycoH{n  KDj' U /-=c&S_#)fEq'uNU/u:+ck>HB+(x*;>^dbyc.!&gP*RIB9(em-~N[\t Dyr6Fcr3q+!T^`p_fS{2sgSWeCvz^@w[@Z88C4 EM }XC=5+W;" U|\Ysr+o%4wIsTQ`Eqls , L_'jGGI]TV8`"']`nOPP *; ]o' 5Ps/HBebUYA?e7?rXM3L* rs}T! ^,ZTl)"^=A,2L ax Oya[ftx.QyhF<9$ .u7rt`Xthsx4t +^O]!m&rXm./6e1^UN?}Ew$Svu-!UVw/@M*OGZLHn\ia*zomKIRa}QEvSw:iknopikd(x^!*`9'HrQ\y`.]QiH7?SnK[t\%e  M .   &  x >k ' zi0_3 d  Z[Zx3S4)6#\HwDSi]wu|]Ym*-}mO; &  H0?,PIn ) P "2xU,B%%N64\aR }7>htt%+#N>AAS sdG{tHV4$MQ<kvt5cwh}} O\"c-jY!Tu,WlQ  E  (+ B   y ` z  \ g |J d9 ,T M T 2 b 5 4 V e 4  8< V ?d   o ACB*a>k  <  t/n0eG9on%lj"AK4SQPunC>mSoST sJ8O='XP\ogluH?ovGO'vX;Y 31g2p!_5pDuu[8qL6Pm';|XZs?L@U|p CYfyG;,S:fhW{Vn{Q+[8Rg AG@]PhTOU<\cmnUR9 v }JB   =rRZ{ V6T-^(~;0 N[(;f $. >=Leo4V-};eUGh_a`wc_=%l W%YzCucXl5yb+-[v >\&!Um|[2uZQ4j UwJI\UTiv)|DKHX|z3_n-of!0qce=P]j:%d=E=6SP!M~=3x\88 RT )G!*Uqi=TpeXRs R}eA)v-~?{ V=nvM`f'm8 W#M7 -z28?yrC!,ZJ9B ,\")k Ct<yQi2_YYf-1cLIeZ*A-?d0  1'L50Eu!9/T/ X2qDu{G &"){w 4%]}d]TEmBuzb_sg0NyE<.` */S= "vr'b%Ujwn~_M{1RC0) HKIq22d KG!@%*N4,wW }Ku uK +W4UagjEzYhJhhY:Nv ZlMAUABbib}6c/X@|O.+][$oGY@E*NNP5^)x}D#d7V"!445QCqiP3>fmqG!CM0JA&%4nWK+5 l  [\[Oi r}OT(skuT;3t%=PL-HVTyJWAXHQK>92?ZQyO4p] ' T3[mpiefo~7z,2O :A;c?-3n6Y0I#]pY'dSa pQ\W]h \<4LL`j~Q.9KE 7yZf>+WN8 8"&xJ+L,rT?os{Qi) zu>8=USF]tTy(3@e9U};C?V]yL,h *`I+Ujg?N%y7+K7}Khb&ul%*sLFII?8M 1-:^$Md  sJ!RD18QZ[LAY V{TpWIE7 2ZE@7B)IM9k}TC{B9)~<JT5`"OU?W}yj>TW*Fc3)V]]`$r0#  ] eA?D2;Ptx^Qc[2d6yY-0cI1!O ?gYLTe2/?b:@tG}9Kq36c]]lUu \CNE:_Qu&Bs~NFewag/^ejc^S#/ Q|K7?!- 6C7OEaNmC3 'EWiaOi5R-i@4-KX`l+g 2WT.`.3e q"+Nr`@e")xm\ >mJp}}FR-_;7A6V"Hc2qooG= !9cQC8! 5/NfbYYW+0H; <`r&*/.PW%VQ]TfoU>>0l@+K1<=FPv,|j_X/o9R>MU^O1opqeN&&d` >#4Y_j3Amz \H>/ jKB* '4 A km! ?bg -E;qeZ $o8|WC07zKp ,+Ny}sA"*Q!pr-~r`>1rbN5>lP:pw@ Fy .T[@hP_h#_Y&fU-^Gc' ]#m2IKI?~9\7|=qC@A#6)^40g?W>Cp:`aD%4nQ()D-RxwTHk;Ij @A;p3!z{;~}>h)uPD9?,i*-UTy0T*a*'Ap!gNgMOy5HCk*v:2%[aM)bkR6 S0_}c[i1mloP@[Z Y^2xN bw4o`$6e{rxl'%%'?OsN- Fb ]_2<_?%0VQqP!]3H} C Lx8gY\Ui1'hRxnuIy~ p;K$D]@&gI7YrfB.@S#H$"wSMgmeO\mr u8y0M>/`ijB|hA$y?PAtlS]j{f+'*jY6~:xZZkN#}wI9LmmW%ZhPiiL<ow3}%H|_"-84/lL9l"3]V| h/-,Y<5>G^k_==K>Xeqj:y]6$;   !+9;yRIO/ &*(1|qK}E)C1=E; 1f9R6SVN-Jy O?bI\Xfqvp$P8#t -gQZM XK*t;!eoLQ4Fr]3 VK:y3N+cbEURxB{T=pB H8h Hv\ EsxY)VaY-$X4-QNc}Dy^"jV> 3D`rIiy)C~~~@utNdc69'x7Q95zgHC\q%8Xo\m}/ "/W ^R #fYpy  E\@fEU0S^}[b)zJvD+5ZY4mzsagDv :hZoQ Urt2S N`v7Eh [VVR7HRJh|^`1#dl0e"r?zlg{5 Do|/WFk*,VGN;`+mwzI 0J14!S'94cae#s~,Ep5xMd8E'gkYrF=o"eGC]UQ44g+q`SKp:&7VO\o0+3^z]@YM=  qQo kFVbFIepl)isfZ-g azDE<?*%(77uHMcrePQ]pM`/1#_z+ G[Kv>CnA;rl(*\^T8Bk yZGL7RNgzXiVKMJ3%s#TUJ 52pcSlW`h$ l41'2@~e>X{F O8j4k.b}3w."ktS$)om)4:l/ <q|X9.^{yYDt9D+54=<yUx 3]W$i Mb(nr M(3>7"P 0-CghlrSC- Ay}rNdTN?yZL^%]k:4HO_>|G )x5LOT j^jb]Yed-Ud#r>'&2bqr}E`h$3> +]W."7S6R5|}\c~u}J81kvCjr}r{-f@;+!37]}7e+]T6*;.xVv*Ll-%c^gHKw$K(H)Y\DM11, Eii$ON/l X<S'FO'*!Z2 b' (J8sP1 $ ^ Y /Ep(sNL>@?SB~NQ:  $IJom'Ip"pjOU`UI;RR[i,CEXWl.FZzzmxy Sk2'8zYhwwh}{K@0axrhnYK2T|>rw*IW%Gzmf@ ZBxRV+}L.=-2)3Qgn_9[xeeK7#g$p@!j~h6@<$4k4_r3.f#w;aS`ldtNI9 9+ ; XX'Y9yL-#e\"uFD~.tQUj>74Q!55<W!5Vl0_se1TC2!)6?XB!D;-|gB4rJ|uve \iq%-t?h I6wM:w<p3 ,H5N7{i:pb  LK!TVbHn8E{F^@,7N^fluWRQP!|H c:@o ](A6Ilx^%eFTY7PUi%<Ws]2%T3)_ L`-bN6C8(2VH|ysh;V?dWNQT?q88TuRTmWC(K3<:CSds#^g3 0g8\Uek [8FC\Wq&c4vg]UC/?QWGZZM0$+/=j}b F/C%502> RGf<WoB%,~4;BUfR(V+eG b#Ofh.$^rOxkQXPi=7Mk=Sj<C,^=," _Ru$cY<VA!+=GH=eAHm]uU- 8n7UR3, mk]_j}t<  2;7nTD! &$0bla=PxyRaQ^CF9xHtIv2|ym!$Pixp<0~e;$   1LZI" S!9P"F]JHLoT:Vcx?h!5Ebh^ECH\-q+i]meJKP|p'/\hfS-F i*7ew <rvnBTryk[Q: iG<p'(gc?q$x\JA1vVHCH]M*## 8p7?*=eeAg. Lzk:G&&'BvRTm;x@JRTS".IzE BvfBqhAs0;7n_ a^"eDt'\ R\a^N9e*@_i( 04aV{jJ(U8A2f^ECr}?=e BT=LrwbH9.!,v?pNG2w6wI<<lBq ~Ol[p\79p XoM `Y0 -<EFA+G?Znqphro~CAerD[MR(n'a=c)`w$W'lKjA<Nj_ (oEDDi_^#?Il1 hT-)l520,kE$] }S97@% kE0oX{}oth}(E8rF.9+&1 Dv.T^# Dm=i c/7@@7HuzJh), e:58>VpM(]Ao)ar6dZU%MxOI_|zg1Oiw {C~5 9eO _:H$WbD9(/Cd:-epN)"Vqp{Jh 6!#43Q656*k%,'ioV&h G/ 26UGfFp-=u>-IUYM48'.+/DGf7-V~SD>4P NAt1M~w "b^oeK:(Q ,}Z'Q=su%>2$hP+ M3q'@cd-WYRflhB@q1!P `k'( !3(p*<V3g d"9\KOIf2T$A7 Ny:LKG&\c3@bl5{dkkk}\ .m|\ &5JNiWNbT%"EcsDnXJdw Gm>XgtlF K { IGH!]QO`Rm^~{[=:99= g<cb(.D7{62\GCu[wPsmv D2] abYvm QK"Y15z$ nEz'TQ?MF(NcL59Q>nZ.YGW~{zBCs  UlUL`,Zx(QUbNd5VfZ Tq,OI14x @BI1M\VR 0HN7TX{'f8 [hocBh'.pxyflJq' A/H>?8>FCB#n*-=m,_} `',LmGsyo~\ ;SgmPxf2zT?1d&DPL/C]zF43!6>O`$$_.1sA+aR7UqA9ka\01 \gP&[v@D-(tLvDzt&P>Kn> {fRM fdwi!mC",!'$4=6U"s4NhW>CS/^|4p %7/$h`DwD,*$6MQ(r 5JT.8!h6oAx"fmB=+V8_=l7=/4$sjz{SLj67.1g6'1}v}39%2g4\gflr2 bbpsl`gUndwnf |XX#~Z"tM:>"m.UYIF\, ':]aszV?rh 7|B5D++u&@9~amMAC:wJ%/A8kG H5 UBj.D(h+x#:z,Z3pE#2\]2bJ r>m-D\nVFFJN?9i*g)ArK? =s1/l<63QoiOD3 ~}t/sNsSig=nlg 3H rWD0-n? r 8WYhfV]3 `5+,u,lSuZJfq6fgh7p,B]e$fm `=p`xzS" Hd9Kj?_ H4~uO$7ggPQ:}@nCpmnL S}jMU&JY9SJ.zTqkC%;\.2_ 6,0(1D(C-yR ?Z1xw:mm23MGM0ymeYTH)v6"2M@g ,dZ$Hj* {O& .V7r5) pD/E\a_VD1E< 5j7=]&|"ANwX ?EHZ.~PXmaw}xh{rXuPFGoy&rP)#x#f>=__>'+MobO`empz?~x5!\Ws 2Vc ,) u:y]KT W4+(m" d&! `]'*rxQFd[N ulPg$E+"UTcoWx^tXwOW}y< 9s}osOn(mf,Uqh~#wtAw ?_KjB(+y Fd]G*Ez?sOLiGB;SJL5R R R  YB+X?6n|Nr oD;p&Y'59btn,kg\u ).UlzHh;Z wZ* >:=8O*E?):Z)`49Je&:4i:g SY'<` )}aF'p^nZXqH+p:mZmz#wmDN$ tiM)~%gKLQV_D ^5 0i||~)Y\IbxEaS8#(.CnSLzsaPe#rW;p#8S0 # P ]%VAp5`=/.?[w 8tdxw[KI(:U6p;CEH9 %~ .$#={io1q %&HuM)wpcKPWg\OTC_2}9d#^4]$NN 3t8|{S9<~HTR6K!;50&20rXl:0"k -ey^OH}=sRAC`B!HQksb`Gz /G$j8E[7V!F9/x!3FFPI7>Mpv6Le* 7>wu[>):{ 8*wa!97Kmt8'#-@0f3Fk2)%.[;dN.3fmD#b|pls{7}DcGB43`~`^!E[dh_|99:,)G}_Bks4F%J5 Tq+jlgYnYyykk&OY K'>M8mS;rE? NeK. ONwvi7d^w~v`kmfhTQ2S lh_O8|yxe^O.w =WZ"MDPm[_[:/@@t_ tpG&p\m}OC(  2{QswwlD{lweHhGqhIx(nl]G*QG!fwDEP; 1?rtHA Edq/f7yU`(#3(v807q/L\6sm}OxJfob/Hn'PW3i&#+vUdFm36f 8MOp{ J"6-DFKDVYe\zR;& *b1AX!k cE@1OvcbM2(:,V>hGm>i)b^mV;%)Tzz)_FXPP<7Zk+3)**v+f0hBqC#c1G5 F~3v $ '57HaqymL%"?[&Oaj}~bF8s\5L( /Gel(IG]zR0Ldnwqin~ |u!wM\zK7z_R\^ {?j~;<$-L.F1gj5=`4RI ;{aP%5H IqG&BQi8kJ!s1 ?~[:6Ucptdf^fqlkb^pTtPlQVR3T#Yq .p_CR"e[s,tT7bTR.N 7 gJ.=] \X^4ue;:F0#1DM_DmY@&uvN-{]K>2$kBr[,,7Z*AZT6|8b^SB)^z{damV-, ):) )3yNcf!QF,]nynX?BMx^x@y6Kv"\yz9/-_UgsAEnow`G.!Lavdzqw6?tN& cxAk:K} Q L_D>^p70d4;' {u6M19qea]VNKIP+oHe-[]/0erL\xuS].x A5"[.F{n3]\-@`AV]% '\ %=bNy3<:~P'qyxvprLI`AqGhwqwu1Gi ),Q};N$lKey=+$*eYh2:!GjoTt+HhZPy urBn.QvP 1}H0b0+}@pW: xpK }] GlNjC!^F+amJ|)"%` f++Wx~+%"8A,ju+Df1*J}|w.ftU  UXg5<l%8+J+3}t$t%5qaxUh(2 ii]3^$ Eq M)5:?#`%qT-I@|H6;'Iq3F2zs- Xx[UpmnPH;}Ld: 0JR3L6V?D&k&*ngTBm,K|lGZCAxMz f+Otw\D T,~OSTJFU!c[{^-4;APh OVJkTZ .vS@;jM&~HZQf{m9_ #j]/LGFW@^ySD_L ;HHYW`9W5) ?i>MS'Pa3pNsRok#E?l_E/S6v[EuqyLhacR3$%v,J&}~yJ&a'":A4_r3#OMv {wW}6*/X--,RU{[8o&n.r=.Du gTrZSJZzq 7h66 a`EaiZ -up!:>M{~l]D\< 1llPm5|.Saa)SJ3geCGE SbW>#Y:sX;ZK y3|Q rBaO9YDRW4H@=Vo\_J}u:myHdot4-SJ<RNe8E(eZekC<t k A0Oe\X_n?"e-~^i+@g$y>K}8 ']g;8N;7'VoVg"ql:SteW\urM  o5[jQ]<Kv(n (Qou .$|=/6'm~ V,MFmab|r ()3xSlZ;mwrpAY ;zm 4c:1|RCJ ADZB$tzf;2m\2T16h& :Gw&bo\z$)) !8j?G?JR"[$2L0DO}]+YlV0&8y$CSvHF<TLOF~<~+W1xDQox.^@Zqv|{+|@drO}5&TUzpM~>QlUiT>np7J3.Q$V)ngQx)pGXU"$FM\KbT4T(.86]*7*_HpU@]7e{A|h  (,q $r6 '(=QM4_]~Vr ERu{i>DH2O9j+;lt tW/4]$lY, EjVxwsBPwLps\]4bk!1W=ch!? h_ 43)LRoa;b*G0's~E(G]y95v2y)w:?wQjKilJ tv?]r*xqssRk2.K5yLt wy|91eKlnQBYRD*H)?:6V4QDB tg0(Q;L&$u*Xc}xzYYOB|z<&bnLa:{K X=G. _'OoN  6;7N'd([rt33 1 JnA( Db6Os\0ploS8H(@ @o^0{+vWE 3Pi_QFm>9/_H4W^%&JB@1+(3f L8:o33:wn`?L7l4# P&C"I-h9 T&*$=C 9R9Jl 3BZBB&`<o\x]M>'7" Bia%mr*K8'D_J'Q6gw9Pc|G6<$/=A 98IMKVZsmb>T3! s0173Izx2&{]=zY1VY s>bit `"ybY-iHA#\K:a2$kg[ZSuAtr:W@^4Nys^$&d |*aOAG9L.uHz~]_y I`G\JU!HF' cthqP%1f|7L&!Jh#{j6vh)6{l\WBab@fNEC/!_7Y bQL ".6:_ir_x[ wzwCxKz_c }6wAaOFh~q_f_`=d~e^3FZ6bSGL!_Y6)Ip>g O!UkK'JlL720<QK AiHZE3& TojS1%%6xbVzh{|VG}P&5q@ 6Q6[R+kMdjYB[<~!=<.6 g+4sk&Liu}Ei,xYysgXJ&lb/-*x  FCxsL 2c)'ad]!`nj?"*5( 0]Rvhlkb/PKUMT(; B _%T< -p~I|xY5- * rI~7v5jAN06$IBGl 3K~.SN7}'9rH@EhoaZomP*BXzZmF>QP!2}$=y8S1-7/<]qd%E9Z1]t GLwseQZLb{}qER;tH~ nNOL6D\_UDdHof@ali"Jx.9+$:t^P07/3Gsa3D - 4(PIj-O _W.SG]dJQ)).eCE)woggjN*6*x4zG|!>$F4OQZg)4YGg1Rod==ts59 G^ jDRKN^#4LK PK'3K\Hz8;n bj6u;#?]\$]N3j;vh? !Ng (\j_TK@^FWWlUEp*9I.&)At|`H4$l;F)R= ?<fcD{>dTSI^fNB?Pf^ma }~mpL35i3n "^PSF&g%6$K-gGsvPq|rh8@xy@nm3  4TagR$12B?:ZMwd119:(-,DWJOsR'*]j4f:|e?zre;9R'{Hyer~]{CXa[CI6X1%x3dZl_C6. r  V[c^\1>?PPa0l&/Qjb1 5IsP4<y `t0v 4|Q*  7z^d~FDffq !4x=  @Ojp)g|p|'{@f~;B8&).U`oxoLs'6Yf u=FHtJyMY|@T.?zaA7 2_q7&3Ic sks=P*lmR??YrooTIW%W|3yNXgXJ?cME?I{L>) ]=( aubVoJ%zZe@4 +~P!!=656Jml*v7YA?#5]sv}|uuhM`-0)G}JnXN=,.23% G`non|4+`=`/]DA!;"uh<Rc/=" 67m1gL2C?Dm|a]'B /S3rd\>C)bp_P P_m<~DQ' IXWRUJCeMQbfkcm rr|{x! )8SemlWa.bJwm}7YH*?nnE'Bak ]Dk,xZ+,KQOL%A/"WS0ZmK,D D05 L /`al Tc33:84^#fo%{eYm`x{6h$c059Y@!72(aEp$.26e=JKFW_C! 3%+p3LZC]a_izoxiU[TUuZt_^URHKSd`nO+tX)  (z"O 5vX+]<3x $C^'q|&@e7 7 hXGl/r-YOk2KK-[znjp4*)AG51 5Me5{d3[Ly8dnA[fHnoboq`~F9b>sQ~o:bU"mDYJH{FuD,'__:%c 22jTAs/w(ZoPk5i;n<`L)|yvuf8Wd!#V6]XmJYhMYv{r fEud1~ _+jCZ_"$M~ 7cq{ LycKz|PJ0 J^S> w?v`W&OSf?K4s@fowIvAKhr2Y?6s|l1AGIYmh^%L%]n>JERUqnXC?>kQRZ:v(D{\V[7:""1^yaJ:%81:QJXyEk<6$(6$x)dU^SGMQP3HxV#w:eVwctx(Lp3>Qh #)Coe1 -<?ITcsug_7H C> &E/M/,\xxcynk|o{h?+5z2s+lrwiZ;Q!`Tn},d-bK4*C!#^%80;9Kbyrtv~cG3v-;5-B:a@Q}%iD w;v]>&4+" rdJ71P?sq`yRp|#Het~ *7vG@;@Q Zo?!. ]i J~1>`;wWM:'N|IY`H'r%U[%OG4a fe T86T UEy8rh64f2'g2o)Qx+&Us|yU/2CG[{O2BjXgaaySv* f; o+u"tupsTt]9/$ 3$ujUD5,.0 t_TA2u7:4:@JZ'euU) YF (BWXG;-z 1 CpAz$H&#,u0-/*F  >Te{kPe{?oBr}L6+vYeH6A=&oFDz^ZzD<0c/*JOK0szRtmX0b?gF?1kflW{,iS2fxv4'Lm2zxg-BgE+B?8)M 3u2kr/Q^o%655m(bD8K"`,`(I2IAv^JW612] |U+ Pqb~D! f*Wd`q~l|IgyP&-`"''vTMf^ &Tn*=KtAF8Iil>m )h"KA18!RwE ZyrM-g+=B-\4{5p(?7yq # Fv's!EGysWb8q"&:A7$ )y^S7\[qY0 *33$@'27>Pdnk]K 2+vkU@'!  EE1qa7ZkWYjrzM{}B[-SV |zn9|O}.%n>;: skcK6~-x-.b?&g $~g?1T`l3t%o;n@qmbcyl9<55`ol_YNUxZfb<nD( D~^LzGRMAQ\Vu5 hQ"IUi4ev xZw2YEDGRHq]t~d> -3HWF?L !4ACD=nWahmA]"Eq9])( M(=QaAAxcvnI$Jiwvw{vzaD37CJB+}q\>%0GI5"22&$&+'0:bwh<sWLb @A9{4'/F%h]r{x>q#;BBMclrpW9 F{*[o8=6:1R}i{ zGeG2/8[YmhUPW_gx-MY_esP}"A^roUEI>/ uUy_[XLq1- jZk<E+@UjriXC8AQ\P * ,+njBtK!m?{ft{vpjS3WW 7mK 0Qpj=DX0%! 1UtpDNc9w;W /GE5,0Iw$2560" R,<DUm/X~|nm  `7`B:1'J$"#1Llvgw2xiUMPMNSgQ-,Diq9Qh?3tqyh%tvuslVs/{\Hs?c9`.L+ ho?y%;pk Eds|}xo^H'2TK95X#`h""Q=Z["FA5>.&2(:@BHP8]<UP>]0^6u>'iE$&/C??TluH||3^wnSIZV4\"F$dJCF5&k0-@919@#RnS1U1Pp Q}^,~ [#LR0Wb *Ab !`z=tpt{["P5Y>gQ_grxpk =oGv #+&x%Z]H"nl^|(gG+nXI{C4*6Jmf[JYlz%If1]Z5lN@??H[lww|u~_OC9%rRTaJ!"?wImWXw<-%#'4=;%9L?jHKQ_l@n{xLp3W{.bu`M^kM0u3qqV" }'T2ez| 1_ ;dfWm8KcoN$4() "'S&O3(@O\ubGd6c+]"UTTfJC:O0B% Ia_s6 t{ef$XJWS*8g6XWG?vKRs(}H# sT#3'PaM645Brwc^ct0lzpmqy[+JzeI0 ?ao&rVdD%!@%X"R)2, 2='qjU9vMW&iB.!\-NimqfhH]TSiytlu(mEW:5 VpWWc>aq5#Ov+4?Bb1uj3$ $5s/.Y"` 9VzAqEm#,&)Urh 9+]"HftEj}Zm"Ih0'5RVD35A{HnDt@=EwbE qXG^:S#rx~EaC ))} XO[ou9A)K)?Z|rO d*:LkTqp\ KSriw]jwb{TIRYiszxu}udyIib^w2;)DC~ 5b :6KyD% -NqfqwsVbA  )fu>77[z~u  Gwwvqkb5P3> rf+)Ig<xIdnEvT3&gp yJt'zj)Q{%Z:3# [;2zg3f| $A?/gEP @pEhtL gUJdWN5MempntkwiP8rwoFH'}3gmO?Mc{K ~}3\x QUAAbBe&m;-.8CJJOrQCU'k+Lhi\P1;;wrI"+70P z`oW,NJYouovoC/@R_WGHr"=Zio=s[oec\O:,$(k&yN?i1G- t<ux}l#S73_ @dM{(.sW<, W2'3C6tN/,9Gd48,!u#^0BG%H.VR'qko%.Dg$k#!/@FA:;5%#MdlnwoF$ wk k %Z'Eh( 1FA51r*K0/3/ xM301(f_M1{6t_^V5|{}vuZw2 j*MXB?)jzyGr#tj<Xhf9%Nwxwvooz =#`^{%)P5X>P`VtP%'!@Q\}hV+#*Tf[&Yxh`TC*V %1vQ{fzf!5G^z"o tg^VXdtrGHo+3.c# M{lSe:l%.KBp0]C^}aWA57E`Ty:?+'P '5DNWS;BW0IZ?a5 3=MOJINj_C}Ywx4F;MtW`bdbPM%Ep<p8O}^BUf]:1^$GvceN:Eab<_0g-Oa-}nXD244( yC+#i;x$aaK),z$^eD6qfA1-d)6'":H!U3Y Y^gd7Nc)~jHEWnqI#dL_t1^wDq2_&;('9N_uwF 0Y w>|_}xxpo\X_^Df:p\X=M=68  w^I7 ,$&5-5B:f\.za1`zK#[H=t1piX@+2gl`?acU57 n^}Kr.vqicfn07i7Q=B94A,Shl[>)tB}tz~q]QZy {kcWC &  8J\iMeK1#h!K()-0$$=c-BHOh9] %`86KWZtf$~``,*0{CLU^YR`}b>mhbRU7F2cq>T)KVor9tZPM:G->PGIVyT<28+l)"(-=@U:~( EdfTB-}i]fwd8 qHvH si4_EFQ'bf&qAb{f`YJB;fJ<& >AvhA ^&y08@s;e(V<&0219@?ATp#"'8BV'Ru{nfe=_lTIG3@, d'5160"Mk}5wEPitmwkGoW?(2MT\u-K]s)i"EcCx:bf6iN30'C"Uq  !  !;aqjeGIu#/EWZP?80Plyb_>E $ |uIW'<!'.w;tUr;2n`}k_C/q%Q!;$0/B aUMg8^aI8'1f\J7&V0+:=!1Bhuq*@m^z(1:B`GN` ,FXb_UuSIT*D4)X sjG%(mCHV#U7 ^:I Z%ygwm^VWX0cnu+u=r:~$ ;>xy7 ye-TB% 2CJdg0SfY6v[9Cr}T9Hbm\BA%#/+mS8pd\PFOdy)auue0~u`GHY0efr|T3wpg]]Z#S&T5\Sjsy1<=?Jd"?\_,P3$*<H?(.mK;cXD@Kn]K|:1}lr|pvYV9OTfz{[3u]I?F}X+qpQ,Nv,o~x ;r%UqQU .;IVYSW[^WD.1 E*HA?R!VWTQe1=S,W|8UnMz.a'- %@j*'qYKPE,x m[E21CsRYQDH>CM<_2Y*R*Y%[W_qn[KD98=+ &z4`<T3O&V!l  *49?Pkw-q4p4z8|Lqgn}yz_B5,'# /B]u|X/ =hH!BlmAt^UVe6nfS~@w3a!L5#"tikfVIMd/C!FOPoo/Ocov~j;%:=G,w M$+! %yj`RK5F|.\Q=f s xvsrWJ{mJ BQMmAP2: .\>!|v_]4&{O2f<@b& $wC?lx. b*A?+S fn>Qs]/8W"lz"8>Mj!'1(CEIo9(KZQIE}GfTYl\r9-eR~tsoiky&Qyz  !wP5-)nawYgFg$gdbV>4F\lnaK74:=>8    0>Ocy".2N4<L^liS8,7Q_V=!x Z 01AB4') >%SJSx=#!:@zTSA&+>V#g6}A:% >{Y?lyEHlB{'i"a+c h9$>ddX[] \UC*#V20R pypjw^C7:BA:pIfcn}nS%mD i9}^K<.*'SnLf>.01o&I* pN++\ ;m zPZ{F*ElQ) Cx.,0#) !-E^ibx0 6=ZVto&z:l>c~AVTO^w b2t`K<* 1_ {pU3  }_:(uxs~w+gY]zZbm|Lq!,>G9&wJ ZfA|J"sd_YO@>B;))~>N^2~8/hQ6{]vQ/ "1Qo}]^ZF&5>?=--B2H\I~HMW_a_abfn+<:85;JX`b_]TPSRF0$&%qKc0vofT>&l9|{-5BUb_[bbclvte R0@9-3!  q M#3BPg ,"S:zVs%:Nh&uDNY.fxy7Rm%31=EL_R9S+Z.]=TQF]?b>l2fY&R0L6C2>CK>0! zO9+{ignu 8qm^N9;[r~t\HBQh}_({cH:J2!{hm@uBZ)e/f%p!-<D; g?)t%6(# ~p_WU]=^.N%3 '8EC70, Fs{_=qUHJ9}!=@P]XE:DXgqjL)l{Bpprx`|{~spw}m \H) )i=JQ,ei^H9- {e@h:Y732/,*+/y:WS=r1* 9i)Ql{@dvh^UAqxFi]\bo}|^=)9/xN"X6j?2Pv=p%SmBvetnkmeh`g`jcm[fOPH*LYjz}xwgQX+LA6 | !?k#PxuR-*DpZ"-@dt"XCFn=9/'%&$*;Tv)Ng}0 Yy+9FMG!:?-X"v4 P<b[eeghmnswy{v{hy[hSRIG?HBNJWG\3TJS m  2Y_D*{]@2D'ti4' W{99]Q~NC?BG F54Wpyib]N;*{kTzCoAxFY@*>^4hhoBU\_YE72$gA'#*3`5?,T4  Bt Cer|T?>64`9@>*b/$(-k'J2KyegrYqJg3f{ ~$YFAm3*##)-5A,OBNPCK56%#!%'#B'`b>:oo$>>}^yg\{|cSFC.&Fw]jJ-.Bt]t g2Ab X(=(jgD1>gr*fmdSKqEL?G?dKWnQ4 ;K+ >(hAJ =sHx8(E5xANG[m{lFQkQMvRVZ?20/V2W*exO1HdI\ )& ""VuT?6l=PGyF/%'^Ws n <W] RWtqKY{ihnQ`@ 600( {,"$nH3){(*B[#[O<"Y|VqU8k ncjjD# f%$ } =I}Py[]y3/e<3VCC-"W,1@ZxRsgrc8!7`!sJ A b'~e=:/o!@lW/<!F`ntlM[(H2nH')1K M:#s)Bll^*$VnCI{ZW4? '6j4x%5NrN-=S wd0IVZbf i7k^J= <=;i66|:Q8P5:H\<J4f|K2jj _CUWFW?m5 -)!m1;;F\2e C4BeRgQF7D GX]$*5 Ml^%1-+`J/hy[B5x% 9%QO{T05 [zRuB2cKc)u bDaz=~<:H1ZH=o]A7vi6{zJ-1$-y dzzz%o}:M_iH> 8[L!2rNG%3rKf:?2?@2OQ9@aB#)Km"_[Qe  -;A39j'gPD7dQ3eQ(v j%g|8"2;C3/ % 7g}87   0"" '+, )1KetqOOoqmh38aA+3t6 ,(CKO cUWy)~ZSc\H?H22=M40]9\k> ?x|l`TNF5  %uHL9|/A S(F+PTz7k X?Re?\Vsd_V2V&2 %_J(0 5%I1eH.?&;)/:w79\X03Jp+}')TD/-Mb0[D r#clRTF%l(2EDyya,v*qj x n- N"]~!-HR\29?7XL_'KLvB]+O/$=288b7P0S`yo)2c&k]j5bpd@Ua~-Ec6uMsgww]Khtf]QQ)iIRBgZjPKO8n% 0 Goy[t"7S/l62,'m{Z9.01? Nfsstj[Wj u.TC869EA  l.-Q\C2TP8Y}q%Rjv_ZYpbcI/,>E[XRvYwwG{*l,-?NXA."2FB8SsbMb?WjG4@tkK |po(2%Khvy^e-dL/-Vj.(+"|C-7.M=i5 ;3F22 /%]*n$"Z\GyW[\F20/-YJqbh3L+A _~u4c6  6p{w k _K}F'D*j$AqB9<*A<Z@Wae9}=j\X|gitl_R` Gv#")Ci{d_+9   & l?@T_aNp@q X+  !'-Pe~fqBNJJTVFP=$|ucG+"MB  5CWsqF4:0+OwjCo rtx}kBn/E(KQXG'7<&xh@`r=7{JuuZB)I#V*VYhnjWUwu}vC )nSNT OESpakBTC;p*$u|i^r{ol`I7(2HNFu>ZDEJ!7[Gt.iZB!!'EY^cqsf[S4jK$Eu^ls]XHxHF3  ks h*& .@E=251"1?0 nR|G%'Mcs}ija H+7]gshn}t`FIWI).%1]"(@i00D\o#+jP_dQ5FFMOl7OPp"6OefMOZf":;bTZY_Tdd]3Hz =x'A#) " X9 <u   "$2HVR~MXck\`CR"7!-5#Kv 18!r1rQ3-$*' y"^$T(b8U;">R_P7'PYH;IXC4BzPX_GX9CCYkkl6[rz+HXMFSZI$}wrpkKSx,IScmckyu:R3+ AKY?%G\eZYRt%se; .i{"Si} T{  (:8~G_b$+Iet"sVwru~aA95*#BY]NXYLeRj_r]xRRbk\9CM/\.d-rr2ykk[g`4 lR3;KF*#$N>|g~qvJr 2JvyI 7n+;+*HW?Q ,KP@AMRICc2~;^ER_>{vpR~vQ\h${wynL +4^q}+M_T|5eB {OwD kbpvaUPa|wvslaRK22 /KoQ::*b ?|q)M\$s%u?siyzjlpiID].% )9.!"8:`W]PKd{pG. ": v3@8NdrCk{@%LaxuL 4/3:NEV?K#Ngq[9&*+ Pq ;T X#M)M6iQ{;MI;-&3@.N1^R^aw]N[~b?'!@N7&>NMMl3r9\(7  1V`E,&wGt % +5R]J=3J:TR4(, _ B&:(5  8 [aV Y3 Yl ,MCnws2v=5o|/WokZ?Vhut{GaXf3P.60;"Tqr`:=80T%*2x\hndtW5 1JZJ<SksZC*O.a+]&S+UIbrdLo S@>_^-rei~ud|]ug}~,hHlItRg`Qv/mkGV-E$)jH.,`E61111QMGv=bW|-TaMipdG![l(=^- E6A0!0* 5\{{ckxxoM=3$sq$cC?X-`2[;C0?/[Gm^mkhdhj][l}y}_TOK\5S?h1 ,MdegXE9Ci$PlsqxntOk6~Hs0VgN%2COEMku|^KF9jcO+ zeageS^1| 6{48 .]80$7=BUXb-J&m*Jw}]SR98.61%/;In]a~`gYH^iBQY4GI[p|^nVFl+P) l@  5 Q_aqu~k;l?ZE, ,>4*LTjLqt`]|\vUI;IdcQGO[N0(!4g/i;-ZKgN\\NYr?nzQ3 f  I Hw[}`c . /' 3>+q5)%Srurnt~*+.6HRSJ82%"<dvx_[BC0+4L[Fp&%AEQh!&?Y4 &7, /CIQuvma%q\]nzti0p_u~{fWXnhuFn5V$6 tx~r]b{:?HexaZt  * =#B"2'$33.DA69KUK<:>?/ )\<KZQ;q(h]jhRNhkx~`8&b71EczN& qk_;gcgLviiiiwns}pe__m*Dk Bs"7Hza`N3 ~}p{;X6%*;ONAn6Z6:68D$F9?Walw%BXULRh}mVC4+'"(9B;?cAl#Dd2~Jg<E((+E"^ spp `&A?>qB=.*Tpd:/DX_ c^RPi2Ot t^S?" .S+Ul*n;iAb<XF-lYB uTDN _!T51>Rw!NjtNJW`S>3+ 3T1\>g2{wf\&?* ynKN6xs9Nb}|y|tTp2^W]GoL=,x"U8Sn|jW'~iQD_F=HP^Zo6N;##%$p0KO/s iRD'(FWZI54rAgLV^:l#`"M0N,i}ns}zP~/_!GK_f`R;#%1#J/j327FXa^O%?59?4H/[/3568Ie24.& +-" 6Y^L;2+2a{tjQ8}jRx=]4C>'HGKO]f_WI2fSGrHST1fm p{ ,) # 1 6!-< N D.5<=MOccr}unpy('nu|r|{pc^lwz,aDIUCeAe3bi^Uk~/d_l &2dJ5iY6#w#_*D((,IXXE& +?Trrde_VB(Hm ~bpPC@ 417<?CB91r2p7x1y,m2L7'= INOMO{QUO7W#lz rX5|m\D#6!, (%;oK]VCbwo)@9EA-Z1l>%@PVv]kmjt w*kC[NUPSLGQ5c(~# 7B<% sbTOOMUbg`f{+VzDEkM!D\^\fx""$0FZ`\Ydw$Jn x[:&19Kf{|9p]ou~2`~2Q6gEySfY:20"~x}  5FlHO>2>NZR9jS7""%%;-Q-W$ZcxgP:.%    aG9& ~4Nl{pm|!%p/]4L.:$ 5iV\vZaa`ad#j8uDLVes{zmS+ *+%'2D\pupkmyxaLEMb+Pp_SN@)BMKC2mN5($&20xmbL6((.>c. 5--J-W6PC@N-VG#lG%f)jI ;OM:v*b)J)8!5;IgzlDYx6$#3E<^:m7rCs\^v8fJ==;0 %(Rpw_I@CF>52/!$"+@E>:6+ {rt{&XN6^z(JegXE0  0Nhx}#;[orm8fY`herrr[5 $qEJX1Z*c+u-8j<I>,Kd }|V;%teYLAENA,~m acq|cs?idaab\L:27G}KU=6'  |'_(6. =>G[j]LD=2% [=, xk~[mDZ#UXTS_hT@7)rdS;) *5N\l|\?0( sZ3  ois  7#\ "J%%-IIFHP`w 5IqK]IMUAe:q$ ( K u.F\-gEbbY\ckw! #"  yY@4/,047;D[w j]enmebcfwj-i6y8CqV^jKx:010''~HU^*h kms419HDeRamysU9  #9N_jz 5Ney~~'Irp]SL<%5Y vS5.FSY[h  10#2<DD5# zi~Qt1okjb|UMUqmK07lUSpDFH>,}k^Z)\6]DX^PF=:6(w_D 'zcD#  %n%\X^a_drpjm s2][5:KTi !n7ZPLgA{BD90@Se~    mV= $EjtqlXDDC:0.{[4 #,,.9F*SD_Xp\[a^RE3 wM#fH('-* t`A  8JW~cTs3#|[9 |cPq>j3g-a,Y"X]#k6EOZ_\XVW_ij]MG@3$fFqW{Bp5l-k#kqx ,368AO[dikluyr+mEf^[sC ]4" +6 =A> 9 8@.IDSMWQZOUIQHSLXScSmLt9t v/E7; CZ o z1Rr9JNQ[isy~zoij{xursqdcik]H$;=>gK[q #*K,e+l'ms}(1y,wp^I=6,{jfi d"R>BR;]>mKYYPE6t&e \(O/;,&'*3BYlsuzzjU:+2BMV^~obG6#kQ9(#).#1&7);2;;BDTRb\cY^OSIIA?=7?+?2'(0=Pdt~o\L@8+$8Qhz&6E&R(f,-) Y(+9IQHh=K6?78>7K@QIPMHT>d;y?HOG.)1.$#/;@Nm{pgv^kRcK`O_O`B\+I::BFIE]<A/(!  na[L?38GXo  tcRF?97:|6i3e@lZswvw~"/7s3g.[2M:<@&EKR[ ix&+u.a6GD&PV]a^}^u_o`hVhNtE:0* $<p$).Z<JTYXVQV\}ceiGt'y || w"u3z?~LW][]_^YQOR^fimx3L\m&:I(R9YFbLgKhFfDj5iaN7'  $;UuqU;!8MWcu jRu5mufD!sha^XTe_Dv( rS2$:IKLUcppTp;j%d^Q@3( e?!,<MYWI;1)yngCWE3# X7$ &9HQW`gigcgq~gG&eJ, *3?SepwxspldVOJ@<>>:9634>N]t /?'PQ]irr l2\\C/#"(* *, 6"F%Z.j6{9?B?96307F|Rm]ckXzKA:537Hdz#*15 6==3'scXPNNVl%8-N2a?nL{V^ly}|ucUMB3/37<K^n~viZK;-)&4Wxvqrj_[^YQMJCFFB8:EMU0g@vC~DJPXYP>+  #$ *;S o )C\r~{uo,dBUPDT)X]onZIGP`x3V5C T-mKbli_WUG/X8'*)"!'1;:~3w*,A^v /VpwiR7gQ D=3&  ",)'$## *-%jJkXRVXM:'" "! yk J#&  0BKJDAIZktocZYb n"yzxyT ~S5'"## $@\lo}&,G8b6s(~wmv`KO7'#0j?IRbecl;U`hw )7<>8() <=3" ww.A\{qxgIb"WH4hC.+4@MXbo7Rmx`G%5$* jI' zS#-7M]ejRx$+yBrJeGPD9D!H D4~i]tTPJ+B 935?JO-S@^Ylny|qt^_KQ7D!4 & x_G,2GY q!3GWgxrF  $(()29?@>9:HX`fq ~& .$8:APCmK]my}t4c[\VOE @(H;JNGbNm^mrc[WVYbks}kTG E;C[:}56AUi#y6I_} %( ~{tvqtqxngdl #$:<RSZrUG4 eH4&'--2=@7& #-03@QUSWajrqhhq{_F?u<c6S/C/16BQf~  @Veu{sbM:4<JXftlP8    v0j8a?]D^Pd^jkgz]W]p !,5992fC!yW0A:693/)" *4=<9"<0E9PKSdM<,$)5BNROG@:.xpaRHIU{kw|{mzUo2b F rd\`~isrpv #+"|k\Y_l|}{&Irz U.  ymjwrsz(Ca'7EJKK+O3V7ZC[VV[OLO7W]dlqpynSp*w|wpnw DZhw3Ol$$(*# tojdcyjqts}}"w=lYbbY]RYO]KbGgGfF`?Z4O&>22 <>1" +<GPSP$R)[-m0~0+x"yiH$~t{S7 o$[EHV4`!r q\{Gg-]VH5%nI-0J_qiQl<m7m9g4[)A!{aJ2vk kcW%O%G>65Kk|" "  wWA6( }zwrt~,{7>FP[_ZQMMQZ`bbhz|j_,TMRm[hmfdn "+5@Vu}gUG; 5:.@>AB@AHCbN^o5IYjydM;1.+#rcZ Y_*f8fA^D]EjEHHA2 @j|lS1 #.33/&"$!&#8+G.R'_u  )3 9*;/=*B$O)a.r1x0s,j'b#cgmk[G7-0(<0L2`2z4678>9i8:>yAsJl]asP7*6AHJC57,J/V.c%y tqsux|$>Rcr   $(##0ASalw}F tF    #<4HIL]Ypr&6HwKd3K 3,+,.0v/Z2?<&FSd&p!nikrsgU;  >Vbl{_6t[MD>6*}|~~ { t t0Qwxm`VN E*=G5U%N?1# ~_NKH/=F0[,|-16;AGOV`swsnaKw-n joyybMCAELTY] djvth eedb[TSTSQO?$nZNJB;=lIKP/RS QKMXc*qLs!@YjrjV"B!1`A& 'Hi $8L`u}k`WvJd?S1E2#*6LhkKucXHC*;3&{`L1;L#bt)/68@Q~dipL|2$" ];s aP;vowyqd]_fozz| +40v+r'q"rn\A*"$Y'3 "C`p *0;FMN>% + CONFGQbr~|i}ZtWvc}owuj~csip|t{}tx (HjoPC>32&K_ w *A!S^d{&8IPOSd " 'F\kv}*r>iYu{5\|~udJ0'2CIB<:ALV\]XOKXs{z}mbcuz^A03?CFEJ_xzogX?"9 Zko"p1sMyt .@MF1Y4"'& (0=J%V&^$^WPM(F?4Whs{l\I5),>Tesxd!J*"/@IKFBER]abb`&hA}deB}`KA?<6+  *G]i|tlb\RE5&+=FM\q~lR4s`PC84376- !((%'((+2;:r1W-:1@P^ced^SE7 hTC8/,3BP\o!2E{QvSqMhF_B[7^$f tzx}+/*$!+ 7EUh zR-.A PX]h|tqx  (z*f#PB98"<BOav *Ip{lR>6797331+  &'  $2,I1S9UN\ol$4HXbdintXvOgMUMJI<:%) 2ADGUdhqba[VXTVMN<=.'f>;`r*hBbaYK3w]^?4 hG&regoqng _V,WB\b^YG-  !hR;! |[>%$.#46<EGGPAU>XBYQUbFl5i \ NA4..x%gXKDDB@=930-&"%*+)((<%W%h${! <Wbi{yz~},*P8oERWVRMF>=6T(f &03/% ~g,R0I-@,94W:U:Z#C%N'\#fj qx{ bL<3 +# $()0>IPTbwyc\^a_%ZGVa[zk *>IP V_i&k-d0V1J7?D8S9`5f(o~.BRbzsptw}qieWC0('E(b-7ER_s 6H]q$+0.)"yx ~~qd]^bbV|@y,{/Ojzzrjd_^*\8X8V/Q&K C7&  (1BP]ky&2?F?/zhYK<.  i\RH@2  !&# '050" %&  %$&* /+5D=VH`QbXiZz_ghbYRJ<,"$|4i?PE:L1I6<A.DD ><;EVeeHl-l kn}/EK F$?&:(7&1"!vU9 #.:BHJF9$yurnow8b*;~GoTWe:v!}xeF%b>"}us{|maWMA0pXH@ERicGq,}  2LlY2(8<t;m:k6e-[H0 zmq\nOrA{2% "LhzxisdTc5`ZUQRVXZ<]1Z)[YW \fo(t?uT}bityig jh-^3T&M KQX]XQEb=J>:G,L"LKJKOWYXUND?DMTV] m"->PVH!25Sq " 2!A2JBRVUm[k:\z)Pu]A 1--)'7DR$cCyd! |cRH@.  $ 7 PcryytrxpYGBEGB@BMa} )@\w'Jdu }'|2|BT`^O9 -ExUddTuJ|DtAbAKI4^$ (=HH~DxAzDR\XMFGMQPJ:&{ioXbP\V\]ZYUTOSP^\qq%CWfx}wrfYNFGRbvzdPEAEzIcGG9%-,4>GLGv>d9[:S@IH?L8D5:466<@JTYgbyd_\]ahkdP<0.//+%)494)jJ#{l]RK?- |nddmuvqj,cCdWmbtarYnSlHn8w$ "%3AHUbfvws\rH_;J3/) &> Pd/w?GMS\dwhhf_`]UXHQ6H%@?CGPWVPMRZc_i;g^UTXdr| $165:G\u~wgzTsEk7f,l&!' ;?JZOvLHB9+|m^UT#\6mKf /9.@=FDMDXAdCkJlTl\idhcg\dP_IULEP5L'=) nU@r2Y&JI Qbt1HT`mn[E.xoaN<*(38ATl~fO:$ rSv6b!K2 (6@BCHQVUTPG;,wlc^\]]cs|jO-mK$ztqlc[U~V]eo}&Hcpph$b>^W[nTJ<*   ,;L`s %)<=USohtvsgVC/vfR=* &.:?DNZiu{{wux%$!"! #&!vbO#?$6"3342./5?IR^l|  |opwz*E]lz.?IRY\`n )5CLNKILQSRPTZbiq}  v{Wu9q!o mnoonqw} 6Mcz -J.d@zJLIJIJIB1$ 1/ jW\ U,38 <iZ!(+) ),3:4@uB@:66Z8l::;88<2@G M MQVY\]_a'_?ZXUSLA$6T3 7>DHOV [`hwqyzslf_^[@U3P;J^Cj;=4)  ~sw+ #lq~'m;nQg|xr%)Gy9sryroN_svfex^@3?@)5>= $BB+)<+ ,oD^P43C?ahRJO2bCeHA,*/:1:C@5!+)ALG),67JfdbV+]n8l;E*?IH.h+.&';,`mco2TE##{R$&(4a aD  W:+W%(MU'i I4;AB5cTF,DBP6z*+ ;U.gqK@;\#H+.okLtgF!yklBdO&mS[|n;wwV,%Lyc,`;2M"u]s3 %HG >) cano{Wto 4`U7:{ %CN`L\wt)Kin@i4}y ~HS@,%$2H:XViJ 3 %Ou0f~a8ll@ u*>L{@)'>LHE5NkjczEz$2$&# q[ At[\EG= .U`TB[sjl{ ) F ;KKNartmw}qv|x\>=eM`DL)i!s'!x~@$Wy:/{4yyF5b)O(Vf\alofcqgvkq\p[{NLRNEB^HUNG5-4* < \L1eR[ s"e+{+>ZD>B!QHWU@^&D |jbrzh erNK>swt{sS:5I'>$1q.^\]K38GLA:Sx & EPd5S9ueafTY^<e$&#%=BK]lYJPvqNAUqcm|ys{tWHMV>A61BGG x0:BQjwbX[neQ_\llX0JCOaW^>!/.DYG  $J\V|az8VR;gF sr'RPLv{|}1*N4=>,rz\+ra3fN\YDZK*E)EG 7 vQz3#M'yhU6!*87/165#wJCcsaT38+)^ ItdwV-|[L LC'{u,-w+;EB2^KE#Y"y~;ojlH 'E:skc;beYrFFE'@51$9B<9Gu0CtQxawzwan;aOB<3#~q CZNQk '47&>KU&T?K]IJ>'| qojsi>?gmQ89JTmt[EW 2 :(5C4]/r*h4  #0=79EPYSGD D$6V$   +2w/D;HNHGS`dgbMnVqn{lnWKI?y([MSYVURG=Qpti`N<@RQGGLGPm"<|^ox`G8>A.*NTC70(6RR8$  0 ".-*+-&  ]G3*3+}dUI;z&z +FV[etmHmN: yttrnoy $ 108dBNY`_\afg_VY^\YX[_[TVbrxyqgngByn_D' WC7# # )K`\c|vhS5WH@0+0& lU,ICK\OxJE}@zAA0}q h hq@sbnhecVFAA=-~V. !+dRSoRTK\txf'W8IN,k "%@]$/6McrqaOBJQ/',3BP\dp-T[d} 6DPg~\>F_z {#hbik kAm^|2hB^FdCfDhVkift\}g+Rxe g~(26>N[dfraFlB:nGdEQ08&  ' )H^YPQSCJM6Q*V(W!t):;4&oS0D4H RYXZm|_G:5GmzbI8%4SVLA98DG/ .Lqv|iki^kQbNW\YclT;0=X~{c0a4"%8<'uQ&&0AXdZPVir{uV/  (2: N"m&3;5)'6Jy[gfa_bI^4Q.<-? N RODDSVZ~_ukasIk=SHB]Ai<s-t pq "!'<VfjovyvnbXKy3n qseQ 9## /Nb kr{$5EQUYbjkir  8N_0jOekiddl~yfZZydriy\>~||[MLSVI0pT A :0       -Nx~t~tdURE* 9=r2m1wIyqvt{pjji_}G( yiP8,( $m ]XT L$=*,!$ #-;<=Laquoq{sdZSF *  2GD '-55;uQ[h/olug]e\AW+J.5E+Y1Y2I&2%-!D#\fWE52@X a"M.,3 ;Mc rx#3>Njrs-2( ( 4<5&*+ xWAAMY_\QJWo 5@r@wG]tyfjxr]QI>0)7+F9VA`GfBqJ|h}'n(n0F]szy?Xaegnz4DTimP}:*}#}" ubOC?4- 0, +-29<)|hZX`%p'3@?8/-44&}j_^t$}s/0+@'a&! Oy &7:66=;12=oDK>/)3<7$     /Gd*4?zVmxX7! )D\a cr/Kakri5 hMIR[tdZbDF=,5,'?LUXN8,:GU_W?/6EQUT?))8GNNC8;AVaajz{W*ohj~Uq,gbZTPMB0u%c#Z.d532000')#"'2@Y`P2 &6CHS_}crXqFb5>+#& (!#/>YwvlvmTKB887-+?]|#1BMWkxb6 zrcVxKa4@  wg_]XNEA?6&:G&D.E)`|eH/ ultthXA,-DQXMIRcigkZKQk~ ~`F.+@JJLCn9[9QIKRCH<:=*@<1"$/"-$$)' %;-Q0V6[=cFjDy?:;=9,|t+~4~8;GZileyathzo{peo@t%.J`q(--1={DOD,DI [ krsx 5O"S*W6f@ISbmqrtz~|qimcJ_DXDNM@W2X#H407? E K 9!9Sk! !0CMh`kqtv|}zt(q0q-m2gKeraVJ@<n>lCGIKTamgdnwv|)%&F3gJmbi}\D3?UN2 uNK j  xc$M239-B?O^ZacWhNpH|Nuzmlmf[RL HC??CqItNwPc[<l|$}vmeXC-#||}^QZp2j!69-&.9FMC+rgWHh??4'%%, 28A?A_0Hizwzyy{\HD7# ,@D=<NVRLD5& {hS5fG)zroqx5Pn&1:~@fJD[dox}vol^|K7 }nSLax{thP:Aa s kZF67Sii_N:6Moui][m +4;HUzbq{kH-$2N^J((LsshrneUMKMT\eu3H?(.EUK* $43 !-7G\pyk{[CJ]c]L, }o#_'C*& -LY]x][L@B-U#t z hlws *.*))( }!k5T58) !$&(-Ee}~kVE; 7 84('><+vlgaYQN#R]iu '! z x{o`^cf\I 7**4 B?+#/BI; ~!m3o=iKi]nlV|0 {UABHMOH7(.;CG=% #1BR[mjjlid]LERes~";P|^n9^qqtzp~u|%(8U mw/|:|BuIkTkdqpw{tiV>,!yrf[X[j&19;9:><5;E=AD:G3B(@#G(R,\$^^`gkicegcYUW]ZRJDDDA$B+L(S.T,V.`:jHsHv;s,q!pi.WGGT:S-OQOO\hdTF@DS^_TN'P4ZHo]krsuy}}{+}7}4w.o-i3hDf]`hXbQVQQQUO]HcAf9\+G:58@IG6,z5qKlhmsy|}    wou} qqzqtsi|\pFe/a!c&d3g<f9f.jr |!r R,853:9<4<-:8 8=6)   zbOBDGB1 1CTev"$#  '.y,m`Q@) "7Umrojfhw~yw !/};jE]HVF\DhAp>m:b4T,F#=86& ~dMB@GMNIITk ,@OZXQI=/oV:xg([>QWLjJuJrKeCT6N'NNJ A/'.{-e#O=#507@;J>L?E?D>M9\2g)n plb_jx #4;9k6U<>L%] iv~| !2}ArQe`ZsQQ[irtttt } vljphpJf,XNGFOSOF=4-!,A-a%2FQ^inQA;70'%%)9KX\"^(_.\1\,a#d`[WOI I JC6"*,:CFIMRW]ekkgc^ZWPG>:89>E&IDN_Ytk )15;CJT\_cku{{"~.49;?EKJ>623;FONHDDPdx~!'%#"*6DNTUSWbs  x4rBsLt^zsxkUD:4/%tmeYL?547=CGFFJSZ[VQLJHB8*  &1!1#.4H^ovqcZ^b`XI-p^RJHLVey ulr${/8z;k8[2U+[&j%z%# <UhzsbI* *;EE<{+dN;1/ //5>N`vpfa_a^]eu~~zwursoh[J2 ~{yyumgjwp`RD7)~xqe\]boyvy~{xyw`PD7' -Ru!!!$2> C C; .% *5AGFEFQdwybNA<<:;@IR[mxmgs   #)&!~~rd Z%T#QH< 67>J\q}#v=cMO_<t-%}l_WRI:-,2=K[y`e\UWI[=_1['WF,   !""$$*B4dAFB=:83-!nQ6"      "#   jJ,1Kav)-6<;;>:*{m~ZoHg5g"ffiiedecYOOL2CL9f3})}qkpvyz {"" tjjjbZWR#L%H'E(>)7+7/44/6,4315.51;4C6J:Q=`ArIR_o,C[my}tqt{zgYN@8;>;<?<8=KSYi{#&"$(*0.'(,' $&.A.OMVlat.;AwBkGcONU/WXTNNOU[]^YUUURLB8.&$(*)$!%1@MWamx "4I^xzo`UPKC:+  $$#%,7J`utX@($(# /J]hw|m^L(5Ef8Uvmk{`WQPVer{|ZE0uQ;)!'=[|yqokf^VLFGIJFyAq@kEqLOQLHFGMYforuz~T3}dYZRHB:34:7+# yqmklSlBk+g fky'F^trcXV{XrQmCo>uA~Nf}yurpfXE,}xzzi^[\`b]RK+K5Q6[/c&c!Z!RQW evvaK< 4,3 Ppu^H90'|%r'g!a`WG802;JW\_dluwidbb^ N'4Lpn^QD1 5Ysyvyrh`XNC1.Jbw|vu|xvzzvt{ /6:BJ{T^]IdBgV:P-P&S'S*Q1X9a:p0,7J`# Gcs$~,00-+,1;FNRV_qkQz6'~fZTSOIIWl     '-)21;.J$\hr%},261&$',- )*=IRVW[]^`aaa_eqtbJ2(&$#!~xv$u5rBpNq[vazc}lzpga_]XSMKKLRZ`eh pzvj_UOJGGFEvIYQ@X0\%[XUTWY^`0_=ZEUMSWSePtI~<{,z~|[@/#Dl 8LTXs^igasYNC;8{:x>pEgN]UKU.UVW[ZSKIJNRWYXTOMONG<3./025"7!66"92?CGNGQ<H,<7 :;7. fK:31)   .8AJWhs|qjg[B%}xph_VH:.% '((:L]k| xsn{f|cgr$r8nEqSvdyvtg[Z[\ZO7 +.,$kZQOPYj!};TbcYG70-'2F|Uz\x]yXav~mYE2"&?SbqxstvsmnpqrssmcXKA8*!z#h'a.e1q/v*r(e+V/M4Q:`;v81,*-.$&),3?JL<!sg`S@){ns.9;8x:b@TKXWg_r`r`edTkJoRrfryoe\qY][Vb\hei_gIh(pyoWJO]c[J0     "/;AB@BISXR@-   +489:9<:2%)27:6002 32,+4!:A$K4_D}R]gny~mR8* # */2?Rh &(& $" %,2 36?Pe{%/2- (:zL}aq{}{|wmaRF><?DKN#N(M)Q1YB^U`_`b^[\N\J_Ubchinkqhrbzbkzzl^]`\R~Fw7v)$)2440+1FW]b`[]gqtrmdbsm^R?, ?c6G}NvOqMnQm`mmnkobmWoFs;x8y:q0g\SG<1% v faeiifimy#.?Qanxn[K:(voptz ~ s e XN%C3;?1L"[n~sdRGEKS_d`_xcbkMs8w$ti]U ND=%31"?Pc~}r q|&)($%)v(j%Y$?% '0<GNQSU]hquzvh_R>&p\MC$@5EEQQ^Xi_r^{WPPMC4s f \TQNG<50*%"#.8> EUl~}uomjikquvvvvtk\F1%Bb~}ofa [U0T6U:U?UA]9g.l"kg`WK>) $ {yw)v7yE~Whxth[M:#eD(       *-.27=?=5-''(-369;0! ~wojkot|}}{fN0.<IPND8,(6?@BIKIFxBs8r0s/q,s"}&4AJKJGD<." (2?LUaxmcxHz%{| &*.4:;:81,*&  (3?KTvYf[YYPZJ\E_@_:^5\2^1_0b2h8qAwI{Ry]yhrz}~qcP=2)RnteWG:3//14=HT_kzysmaVMG@7-'%$ *4= F-S6`:f;i9f7c-_"XNG>2 /J^lzulucsYsMp?e7S4?4#3 /--/147;>>>FOYbjr{yi\M=.%|eM 6' /7 =CN[a_`cgk}rb}J8.)!  " ->QcuthfeaZXYbpth\L=3.,+)')+058=ADEHMOOOONNPPQUU U RQM E<%.6#CKR\hx%08>@BDGLU_lxweM<3,.5;>?EScr{{yz{~{mb`bee]ODAAEIG>66A O]'h4k>mFvJIC=:88:=;96678::9<CJScpyrkknpniegs(39;AEEC?81'*%()) *(("'",!/!1'293P0e.o0q6k;l=s>|<}@tIfSV\Fd<m=t=x4}# !.@OSRT[gv|tg[X\m{zm^GQfE2*-($&-{4j3_'[WPHA:2./1/*#!#''%"    !$'&"   #,8HXleXpFx:/u_M=4139;63 :IXbgikqyrcnZ^XQVITFLHBO7W3a2m7{>A>5015 3/,&8BFLRZbhllgbXOEz8s,m$e]UG#4'*,,-/2436|;uDnNhXfbdjgkqjihgf`ZTNG@8,saN@4 ,''+)9*F/N6O>NCOGRKUOXSVXQ[IYAX6V(RJGFFFDDDEwEoDkAi@g?c=a<\ARBLBIELHRNVUV^Vg\ri}x &@]yp\H4oU @.*6@JRVT QLGC=%24#AQ_o}qZG2  }o^L>640034336<>=7/-2536>FPZtfkodw^yWrRiOeK\DN?;;'<=<6+# '0:GS[ekpx 2H^t|hS=&#4E Y p &2;FT`gk g_)V:NPGeDt?~8-$!"%(*.7@HQTX\}gpyg`WJ<3//3#7-;1D.Q+c.r1001..3<CKPPOVajnsutu}~ulbVJ@4'  !1;@DFEEKRVWZ`m$&$&-6=@DFFGKLG<0('%! '4G]q  {rf^YRPS\l~zocYSNJ0DJ:`1q'xcM8(n]L:-$"$-4:@FMTXWQMKHB?91(  }m\NIIKLMLMPTX]bcahr}jT C 80)" ziXMC:349 :=B%J+[1r6;?BCFHI FB<3$#)( ueYPIB:1*"&. 28AHMP$Q(N*G+@0;54:4E4Q1[,`*b*d,g1k9j?aCSDJEAB8>4:505"3. -08 DIG H'M-V3b7q:4*"scTD!9'/&& ( 8@.CEGdNWbhe b&e?kZtt{{tnmmj^,M2:6(:@ CC<3*&# +8>A B(D5EF@X8h/q"{ {qeUA+|vofa][XRKrGaLOQ>W-^ep{{rlbVO?='/#  {sh Y)M/C69B1Q-a,l*u# jR=)% ,/332-*-377;>@DINT#Y*]2\;^DfHmIrHxE@=:60*"vi b*Z4N?BKPUSiZ`hrzollpw'9H*SG\acyiovwrh^ZZ_a_\VRSY^``ueiqb]XQE?:52%0:1J1T5\<`@hFtKLLNTTQI:( x ]F3   "*8CHJJJJHG!B;3){rlkoxzof]QD5+,'7+A1K3P4R6O5M6K<JCLGKIKLGMDMBP?S:N1A'2" #+/w1_6N?FKA\8m2~0*(,59>ELS^itz}|{{|qe[OB7(y mc_^_]YPD:/"   %|1~=GQW]fnooomljudl^fQjAs,|}o`WWYZ[RA0# !(7DOV[cqqb}UI|CjCUCE>?7@4@8B@CHENOSd]it'LozkXC0 )(#"%'(%  ;Zy(;CCCqIUP?V.]] XSW_cea[SMIKOND6s,d)T*C*/%~wncVJ>2,)%""x%f)Y/M9C@8D.H%IFC@8 , gO8".BSexwogdl{(08?GNV_fmv&.578?KTVUVW&^(g'p!{ #,8HYgt0BYp  (("|n_Q(C<=K:R:\=kEOZj,=HLF9,"!.7 <ELIB>;70u'g^^dmvs`SLHB:.+@OXbkt|         %!2'=%GSdu%8IPPPVdv{k}ToAc6V3I3;/*$ )7CKWl*{@uOkU^POEB=5@$FG=-xhUD7)n_R>! !3F\o}vhR|;q*hfiknry}{o^PHBCE GHH!I$M*X.h-v$~zV/*A!W%\+L.204 ;<=CGLSURKC7) ! % (( *-4>FIGEFIMOMC5( +8# &JkdC;2NNikxhz8O_kutP?6EfxnXN O\$u"b<-0,36;;@A)HOYfrvs pq v'B[`SO`tlnoq_1$)(aW[eszoYKMXlyxaf7X"V$Y'^*]'X OJJMQUXWTY`ed_TFr7f+b _f`;$+~3p7c,WI#:7,Kbz|ny|_C,ssth[D"p [NF>9;DL!PPM9J^JwLG=760,*+++ 0#5OX cew)&{iSRgwutthv>y9!){<h9XD7 CQ I>3&!v4S9K,F%& 9C=61'':A3% $ AX*M"?Kf w j\-g'utc \j"n=WA5:!8!:>Nmsjenstfp|pXIB9& 24!!30%!*1/4&*GSQSow}inkQz??y5m=~E0jV2\9_OGeh]_td[@ !(46!  )$%/<6# ~|nky z fbszi[azd>1/,'y'x$ *Ifyxx657Qkpe]ho}Y{Es.);IPU_gtyfOA8 $1Nly~|es[tC83!|}vptrU:(,.;A1',>KB ]NG>=6}\ 3-840Edtv`< [{Cx9y/s\A@T]XWi*1+!-Ki|a&S.^+k1jK[gTvbzjncX^IhTaghybQIVox(-(('614.-'2Jl})+.&-3HSgdwk}r{snwz`w``SB1+#&90J2P=PJPDU>f<FY`~b}g}uz}yww{v{{ihqt~qyu}}u_[bgd^fx{qmqvraZ _daX]lo_ONX[-OKCWEPFK<R%c#(!.)#0FTRMYhdL<?B5  %4Ru{sxpXE@E@,*71 #*2("+Fajq,JzGdADL1^1a7P:<::1F!:1 BLM@45BGE6nr{~ym^SvUd]c^`UFE*0 "(;IPSRPUepoeVA47<3 .GRLFMpYpP{7})v%h#XOScosykdg_KE)J:O<M4?)If|~  $0+ /CxFa@R8I:F?<2"   !=XgcjQqOQF.!$'   )>=;BNQE<;z6q'bJ A EL\o} %$+(#4<5-5Plz !2DMKSh,J^ltukb^ZN>9AM]nyyf,P4H3B7@KBaBo@qAvObnvxjYTYZXSKBERW{UtSpJv8z+l.Y3I-FJ =*#&/;DTlz~}ufjohV@}'iXD9%z}ynsUt=,kY[VD0%! gWUK0 d$R9MYDp;x-&# )3.-02>E7!00$'0AF715>Ld{ "3?FSags|z|}&v7y?CFRcnq{pvzrdQB9,$+1 >S`cc ly}z}vjdgjcZUakklljdVRYb ea`j z  #29FUWOC5) +4=HRYi$.#&/{1*&-.("&093$"*476@ILPZhsqbUQSPFJW^do !+* #6 \|(+% }m\TNGEHEv>j=XEKOES=Y2[ TOQSU[]TFAC>73(' 3EP"M"JTZ U K> ) {{u)i8^BZQWfQwG:5;:2+(% $2648BJKMVg3pGpKpLyB+zpsojdXFu;c>Z>U0H'4!    ue2^DWON`EoDxIIC@HSVMFHLG901.! ~j[RQZcfjprwuuyse\`jpvzl_TOJ>1)##0@KNS]gq " :L"Yh{|rhgic\[bhu~~x{tsvrrw &y=lNV\7m |obWH<79:55xBgVNf9p*{0;ERzZpYlNpEw9.|oc^__XJ6% xpspbH/ p aYX\^^sZ_RVOQXIf:t)z)v4o7h8b7b8c8^0S(E!5++.,$"-553118HQQJFEJR^frxop(q9oJlYojtvtyp{r}w{z#--- 3@'N?[Zdnez`ZYXVRH;46>ENW!\#b*q;GLLR^lj`\XTG5+% )@Q$Y5^DcNl[ocgh[mVvUQI@<<4)#%)""&!)-' {$/;>?GRY[aq ~sbQJ N SNHEK$V+W1U;WE\K]SY]Vl^vfg_WV]`\WTPH>AKQQMKR[][\\[QOZdd^VZgmnkpy|w~svvreWTO?12792(1BP[\k~s_F/  l^\^a_VICoDeK]SJX1P D85 687 *  #( %0'?0I7E4<,7+748C7@04002-} zz}| uy  !'$ '&"*340*1;;8699,zbMC>>7%z~&E\ixupgP8&l L4(%.2":)F+N)O-Q9VK[`YxPKLNLGBGOPKIHHB89@DB=BUemu%$& -%69BLGTGQKN[Yrhmio|lhoxyqny~|"*;JQU^p|wyvw{ytjgibTJH}NkLW>E3=2?4C1:))"(. +" !-)%*5BBg:G91?C>$1',#25*&";%>5-! |fQ:m`Y\_XNGDGUfkdv^k_hfcuUA0*tjddd\M?99?INK{DvI|Wl~ojrxzuswti\TQF&18BB>?GRZ_\OEDH LQPF@#E,V3iB|OV]fw />>7332+#$,) )0,))*&02-*.7:uA}GNJA==>:/&)00-,3:=>BN[_[^lz}{u~ "/AVcdZPHEFD9$ !./,048725ALQSYdmot{nd_ZXSI;36::90"xm"c*Z,Q.C-1(&$ (1676,!"! *369%7/56;7E5L3O.PLEBGNPNJGHSdovzzvxyuw}zszin_eYf^gj_pXnWm_ofnhsebff_RJI?, %7?#?%CKTW S P PPJ<4483-+{,g,V'F<4 'r`TI<13>GL$O&S*Z7[ESRKeDsAu8q#sz yrmgdii_VW_ gpurjg g dc cYG 5,(   ,.3AVg x",5Hav}|}uqogZOQ^kty!'(.110..*",;|CuEmGaJTMDR7U/Y-Z+T)M'L#R]ejntydK7(~qe_ceb[wQoEi?\BFC3;)-(% %-8BDB?zDrJkFe8c)k y{trrw~{yg|TKHB7*"*-4 @%L8N>FO\eed n1>BFN\.mM~j~vxzgXXainog`ey %1?KSZdr}rj`.SAGJ9I(FD J\p|1=?CQamokeo\`TWMNIQFa<e*a^`ep"'+6D$V2l7|40.39=<63138;94.+.6?@:3.-+* & !'$ "+!9#E#I$F%B@D HH E?; ;=DMP$K*F/C'K]l x}|oe[RMA0" sbTzIv=m1Z(G7+)7AIQV TO"J$E"<".+12 .#   ) + * & "%/69;90*-.&(7FOUVRK?4 + " qlk^ PD$=,;2=:E@HDBF9E4A073(=EFGMUcuxnfZQQqSbVUWJYC^9i+w  "/BXpwbQ|@o3f*abgjjq {#.7EYk ")5@IPRMG%I(J+I/D4@;;>4>/B3N<[HeYiglsqsrsv zsoppokkq| %2?LV[xbjk`tY~K7|jZvSkQ^UOU=P&H=416:6.'#$)00v'dTIB7*"pb_`\SLHJScqx~qg`[RIEB;3-)# +43,(%#'2::9;>HU\^abbdiold\VVXYVTSV[er}   $+3:=>BGIFDGGC?;9861 -,,,$,).*1'4%8'>*D.M1W0`.i0u458=<2(###$" tg^VQNNT^ekx!.8=CLYj} "#!!#')-236<@CGMQU3^EhQqX{^gr~{vsuwsgYJ;0+# ,;L[emw~~{vbM:)}ndZL>5//27 = G P V [afd ZMB7+ %+/1/033/+#zto o&n.m4p<xK\lz{ocYN}D|9{1z)y&{&{(|''(.:IYclrwzuh[rLc<W)OE=6349AJQV]gvuj`YXZZUNE@<:9:72.057y6v1v+w+w.q2e;ZDUOUVS]MdBm3w#{zvts tvz||xur"r%o)i0`;UEMLIJIAK9M7M>LFJHHEH=G1B(<%2%($!   .?M SW)Z6`@lH{Q^kw !%(,*#*5;~A~KyXmh[uH8-$vme[ I3  vpqldnYnSkRbRYNRIMEJBH@B>6@+C#@:1+&  }mdaaenwz}usw~}|}|ukea`]XNC=99= BEG.G?CEC@ ? ? AJTXWRPS\flmpsx&05669?GPW_+h=tQcpwuhYNE=5",.!469< ??<95.$whYNC5*~wp h`XNC93.'  {qj`VNLKKPYbjr|th[J7 % #(.6>C CB)?<:Q7c5p6~73.+-1451-("  (068N_nvz} .:DMTZaffeda^\ZUOID@<82)#    ( 7 FT a k qtvupjd^WPID@|>q:i8`9X?RFMLEP>Q6Q/L-H+D'A ;4 ,$  $'''~'z%vtt x} z c(M3<>2H*O$V\bjt}#)(%(1~<|CzDzE{DCBEO\goxzj~Z{NyCw4u&ttt vy}}|zyz}~ywsrssu|}{wsj`TOORSSW_rievZPF@:40,)'y$oe^XU WXWVX\`a`^ \YWUVSMC$8)1-*4#9>FMQUWYXV!T)Q5LEEVAg:y7567;DNYcoz{xspqv&6ER[`}czfvfocfYZOMG@C5?';:<BFLRZ^`^t[gX_T[NVIOIIJFJAL9O.U%XX UTSRONMOPON~OvNqHm@k9j4l-o&tusq qpkd\QG;."  zwurpopqs&u1z=7* vqmkor w}!',0379;<=;98871)  $0=L\l{|ofbbb`^ZY^fox !&('* 0 40)!0@ NYbn &06<?BGP^ipv|#*-.-/340'z tnic[L=6478756<DP\hpu}|z{|xnbYRL~G<+~|zvrlcXPLyIlD`>Y6V2U0T0R2O3M5M6Q6U8X?XGQMGQ=R7U1X*[ _^ZTMD=5,$ vmjklm llmpv~   #1!=*D3H9J=GC>I3N-P*O#KE>72.)$ !',//,&  }'w)r*o-m-p(p pu~,8AFN\iops"x#z'y(z%$$#  $*29AHRW[l_WdGh<k0n%o!n&l-m2n8lBlRoarjspyz{rj_RE:0)$ rlllhedfjpyzrj`Z~XwUqOlHlBl;h5b-`$bf b\UQLGBAB=4*#   &*++*'!~tgWI>7-$ "#("3%?,I2Z5k2{/.06?IRWXZ^diic]WSOJD : : 852,"  %-38;?@>71+#    &,"3*91:86@3E5M7T7\6c1f)i!ox&3BRbn{  $*3!<+H:SG`PlZucjr}zspkayQrAj.fb^ []bgkpx{o_M=-&,.--/0/+&  }zt nha^]ZUPLFEGKNMMMNTZ`ejmqw~|ywwwvutqqu~|yvtsrmf`[UL@3(+3 <FOW`hnt y %-4889:>ACFLU[_ejkgc^]XRKD?90& }ytokknnqstssvyxtlcZUOID?6.-.001128@JU^eh~p~z}~~xpjgc_[XVY\`cda^`chjkmlnt}w|l|e{a{]|Z~TNGFGIJHD>=?AAA;533/(zqg_ZWUOC4% !!|rh`[WRLFBBEKNPOKHIHD=1$  !%+39@BB@?BGLRUZakw  */466345543/,+- .01348?FK Q W \aho w ~  }|pudnZiWh]hdijkqn~rx  !   "*048<?@CEFHLTY_fls| #.":&C%I$R#[!dls!y%&$#$&)+06;@ELUWVSRTVVUTQNJGIKKJLQV[ agoy}ysmgcb`][\\YWWWXXWX\^\YW}XvYo[ha_hRoBw3% uqnniaX{OyGy>z9{5{-y&s kda ^ ZTNKH D?=840*(*--+*)(&&$!zsmf^ SLGEDDFD@=>??<74332468:lLl\lklzkhhjmosz} $+4#:+=3@<FBIFLHNINJLMNPOSQYS^VaZb\b\g\l[rXuVxSyP~OOPPPMG>60+$ #())+w0k5\8K::<*<>ADJOQOPRTTRMG=2'znaZVPMJJLNMJGEDABEHIHGGFD?:89~8x;s?oDnFlFhEdF^IWKQLMNHPCS>U6X,_"flo quy~(:HU b*o0~2222469;;:;>BDEDB@?><<940..-*&"  !&)**)'$  +7CMRTWVRK?0ysnic^VLB;863-'$"  |rh_XW[b gmqtvxxwqh_[Y[ZWwUnTfU_XZ]TeLpFxDEGIKMOUZ^a`[TJB:. ytlfcba]XTRQRQMIC?=#?)C+D-D.F*L%U]hpv xwxwvri_VQKEDDDEKVgz"+4;?= 85530+$    %*179=BJS[dlt{}wrokgfdgkpxymbXNHC@ACDCDGIJKKKKLMORUX^gr{,7?IU]gnruwx{  #,6CQ`kv#(19EOXbjpv}!! |xwwvttussrnjfb_^`bb`bacfhjf`YRLC4!~rf[{StOlJfD^=T7I1>+3&&#   !$&%!zpwhqekcaeVcK_C\;]5b.h(q$v"z!{|!#&)2y;sDqKoSm]ihbr[}TRQOMF?:=DMU[agoz '3AIMMMOPOLG@6+! !%' )-"40=;BBBIAO@WCbEmIqLrMrOpSmYlbkoizd\TLHFA7*  &*05;@GHE{@k=_<U=PAKAH=E9B6B3F4N7U9[7b5f3j3m8rAxK~RY]enyvh[PJC<2&yrjc ZRLHDA>8458<AGPX`fijgaWMD9* {tpjd^ZXZ`hmq&w1;BHJKIJMOMHCA?x=j;`6X2P+E%8,"  "#!#*#5#?&D*B.<2745427-:$AMX_dhmrxzvmd[RJE<1' "#)'1-86=ACKEPHQHMFH@B7=16,,)( '$ !"&,258::=BC@??@CGLQW]`bfjkllpqu{zqnpsqlfcab`\TJ@;:<:3+'),.-*%|wtk\MA821136=HWiw !&,28;=>= >=<;!<':)6)1&-", , .259@HN&T0[6c=kGtTbs #0$=/F:MEUO_VgZn[tYwS}OKF@92+ umigip{  xlaXQHA??>9$1/+7%?JWagi e^ZWSMD8,#xojiea[WV[`fgecwdpgmilkjlfjeidgejgpjtksilhde^bZdYjVoPpFo:l.j'e$`![U ME>=?CFILS\fq~  &''(,+=-N*['b"fksy{y uojgda`^\[_gqx~!) 17:!8!41.+$ -;GNPONN"R.S7S?OGKNHRJTOUUTYQWMRGM>K7I/H'D>4,'$$#"#*/469>FOVXUNF@<5+ zm^N>- ~{}sxfl^`XSNDE5<&78= DKS[cn{ .7=DLU[[TH;0) $6GVaeeiq{zrlhffftfefPi;p+w }"(-11/-.21+"  !-8DQ`n| n_RI?5)"&(&#%*1:DKRX\_`\TLGEB>:4-&# !##")!. 4#<)D3LTcu~ru ")/7@IQW]`dhotz !/ %#'+/ 55=BG9P Zb io9uI};"'?P?%"1zEx[wfwPx-z!,89,%)8|Oy]zTz?y<wLvev{z|`NR^nweB+*18=3 ~z#r;jRiYpPvNp`f{eksqotyyoius[]ujjwhiawVkTsX~]XMUlgRoNfUWXX]`Wb<U)J3DIEYCg0k%\(M,T*m)*&#-91,7@E916<k@Q=K4W1_-^#WE0,8AA:,0:7+$# |$u h` ` ^P1<1-''#   * ) ! 3Ucgi$f'i%|+14r3V48A%O&S-P$N Yhkgfhf`TUZV&K4=/=&A"='3=,Y/_2O/;&,(#1,3>/A%(%/68; EQSRYgsupnx':4'|)z.<Tjv`pAr9s/n5hIdSe<^QHIMG<78;;89@A9n4g9kHzQMMmPbWhVtPNUWOGHT]XSS[a`dpy|lwezgoujH+"!%.' tfpx|nTK_lxxb[nreo{|vfI8BW[[O3#7Tfrulg|z $161-.7<9431,"! !% "0$K2S?VBXCHJWU~]`ep|~|{ANMHBDXovnf]^x     9!B9"+%%) .     *IE=DEUvtlidZQOQMA6s1y-&lG(!yx~|{~yzuVITc{nuurorOjA]HQTI^Gc@W:98$6'27*;$A&:/48 :B(O3Y0[aktv#u%}"  +10;6=G4X#di'r-( (/6FXYLC839GKH A :00.@:GAEI>Y<k2s2p8m5n&pme _ `]!SJ GLKB;:;;538<7.+28325>GLOXbc]UV[SMIJKA5/*#. $$0A@) u`QJB4)% '*""*/)',31,,040(m&o(|)"mTR\egeT@G^wulbTGB?6,$!    9EIJLPb~xksubSIObof\PA@II4 &:;."$45' !! %279?ISX[`ehfceikvhcg[j[qks{tzyi_bllZJC@0   &/+#(&!   )4+=0E'Qcqy%073-1E`z.<? @J]m#s&q$f'[+]/l2y38DQ[bl{wkbVF:1,'   '%    -50#zkc]WRLK{LjK_H[D[CQB:@$:7773. +*'"  ,(! $/=E?3)%(5A</%"~ }!xr{vo|aSI@{7|.)*+(''))('+/5:=DKMMvOhTgYm[q`yhwpjz[WZ`jqqo{ &/ 8 :<FP UY_ejkijls#uu{ +/10*&0=HS]chvzvvspmlm|oqmdkVnQrTuTvNvHyA{8w6v?vGyIHGEGSafggdcqzpid_WP}MtMjKdFiDtEvIqFl>j7h3j2z-& }   ~~!o)e.]/Y0[3V6C4/-"" w trnki igc&_7^>^8Z0R/I0F1D6A7<'40)    % - 8@BBFM"P0P1N0N8RCTMWW[\aSfBf6a/](]%]$XQKHD=6441)%(17=BKV^g#r1~514AP^ii\RRPJD9%}olomihd_{axk}ux{}z{o`J2" {phbWORQH<0%"))*/6>Ncr{ *:ELV_fkll&n1q@pMnOmNnRk\chZyWTPICAEJKOZcg!f-h;nGrGpDoLqUx_nz{x|  w fULE>6.*++7/?3D:D@AEGHZDiCoHzJIA70+" yeM3($|nbYUTQOPXfw|plold\TNOSQH=6338=91*~$z$y,{0+    #,8D KH+C5CAIRPbZn^zWJDFFJH>.&&*066+$%*1782 -.4(84=;?A4G'L M"K(G-I0L.L*F,A5?B@N=X6[/T-M-L)N#MH!>#-!    $$/< GP U]mx   ~wo!e"R?4( vomkc]Z\]YRMNOLGGID;410/% wiYLA94310y0o5c=RIBY;j8x5) */.(!  (7GV`c%b#c"g#j$h!cXJBBFIKJEBEJJG?2$        "0=B??BGKLNT]abix}}{eQ?5/%     %.21 0 . 1 : DD<2.-2762,)+3(@2J;KHF[BlCuF{NSTNHFLWdjiglw  &3649FT` e#d)_0`7k9v<AM[zetiwmswwvzuuu}rmihmtssuy}~~}vvxsj^UMC4{*z$   ypvhadUcQ]GW9T,U$T T#Q-R5X5^1_5`4d4h8l;k1hgfd]WVUNA2& m`VNFA:0)'(-6AFKS_kyytqqtvs{wyxy{+=KTTPNOPLG>0((%(0&=#DFIQ^kw #5HYckll}rv{su}wzpvkukzpvxvvwusswzxtnhc]YWWVYTXNPIIJFLEPLW[civnorrsx{od[RPWTOHC=;@F~Cw>oBgDaH[QV\T`QaKeCg<k8o5z/}'yuwz~ }wr'o/p2l0`.X.T1R2R/W-[(\ _e mt~~{}~wmhbXQI;'|obUJGGEDBBDE DC$E2DA?H5E.E+F'F!HORKC>= >'>,=.1/"38:;86641,*#),&2 /*,039=9/$'&'),.254;2?)DKO!R#S&T'Y!_ceikn nmmnmmklquwy|  &&) ''% ~|xtrqpleg`g_kZpNtBu:u7z=IRROLKNYdea]\Z_c]L8)"& qeaafgdZRT_q%,15 9;<<= @FI#G DBB#?+:16626/0,-)5)C,Q0^3h6q<zIXgr|!),++1;DIKIEFNU[aehnz w!q oprsvwx wwwvsnkiggc_ZTLFB?<!55.>)F&M&Q$Wgy x su{}tgWG==<6, ).+" rmkdR;(}xx{ 6GMTdz~sk\D(,43029@ BC=-$ $**)$   (6 DQX!b%t+29@HPYcozvcM8, '$!)131/"-.,:(C#JOQYgr{ }tnfWD/ "'-267888750(  xqlgc]XUOJC>;74.,.//..-+($"zqh_TI@70)%"yy !"#!!!! !"#"####!      !&,28= ? C HLOQSUY\]aegeb^[WPI@6*     %3:95$2*2065?;FCFK?Q9Z7c7l<s?x;~0$}pigfaXJAABBD@5'"!##   $ ,7CM W blu&|2;CHScv    ##)(+,,.(.#-&*2*8-;2=4<5:6?6K6X7`7e8l7n6q2|.,,*% xi]UME?8435;DNSX]gqy|~rcSG@{=x@qDhA\=N9A756*672$}sk`PC;6453,%!!&.6;:EFFFHMTYXRMJI}OuUnXhUdSbRbU`]]iZrZu^ubvfzghikkkxlphkakXkQhM^KUHMDI?G;H9H:E;A;?;@:G8O8X<\@^E`JdLlMtN|NP~QxRrOqJsEuBrAjB\DNFDG>I7L2Q,Y"`e i j n ruwz{xvvvxvqkhgfhlprrsv{~}~~{{{rha\XRKE;30231,((*-00+$       *:KXdoz}ti_XVW-Z>]N`]cigxls}%z,y5y>zI}QW\bjs~}umdZOC7-% #(*,06;@B?82///.*%   v}lvfp`lYjQiGh<h2g+d'c&c#glqsuvwyxvrlgdb bcefjnv| "( +*($# "%'%##$(,..,* )+03579>FOW`go!x&08?ELVcoztlfedba`djs|}qg_XOH>3)$   ~yspmkklmmosw|zodXMB6+|ume_YURQSV\adfjmmlkgebbcgmty}umf_YRJC;4+#!%''''%$"  %,/136873100.-++(#  &19AIORUVYZYVQQQOLIGECA@ACCDGKOOOMKHEDEHKMQV ^b)e7gAhKgTd]cfbnau^vZtUtQvQuOuLtJqJkLePcUc[ebfiimiohrhthxjxjvhucv\vVvUvUwRyMyHvAu7t/u)v#wy~ywvu uuw y'}.6>GO~Wz^xaybzdxhtmpqlujzkmmnprrv #(09@BA@=80)!'.17<=>??;866 556#2,,2*8'A%J%R)V.Z2[7\>ZEVLQVNbGi@p8x2~/,(# |voha\WQKF?7-&!   tcRA3' }|{{|}~yspnmmke]XSQNLE<50-*)$  &9L^o+5=?AGQ\bfgd c e ggdb\VW"['`,a1b5_:Z=VAXEWJUMPPKUC]?eBnIvO~TX[^binppoljjizfv`rZpVnVoZqcqnounyl|jigc^ZURPMJFDA@?=;9641011000{1v3s4s4t2w2v2o3i4h7e9b:b<d?aC\HZOYRYU[WZYXZTZPZOWNRLKICF<?6702)0 .-0 3 5 : A F L T W VQNL IEC?:41-+,,)%$!  }sgZQ#J-F5A<;?7C4I3R4[6b:i:k7i3h/j,l,n*m'i!`[\ b f j l j g ffe(b1[8Q=FB=G8M5T1\*c"gjmt | ~|~  (*&"ylaZYVNB7/)%" (5?EHIKORSPKC;4. ' !$*28;<>?E LTZ_!c)h0o4x5578;@EHKOSW]adfjpx%*-29>BA=;>DKQUVX^fpx|z{pye|ZOD:410/.++*)&"  &0<EKLFA?=;82) wog^XXZ[_cjq|yrhb\YWVQJC>;94|/x*u$sqnmptx|~|{zxuvw{ !'-036:=BCDEGILN/R=VFYQ_^dnk{rw||mc_]^\WRRT[dj l mot|yttw{}~}tj_YWWWSLD?>@A=72//11.*())./*# {slf`WNC:4.)$}|vka[XXXXVTUX_ju|vld\SG9/&  "&),06BEFGGGJMQQRTX]cgjifca`^ZTNKHFFFHHKOW_djmpty~!%{,t5k:c=^>Y;S;P@MHINFNFNGNGOFUD\Ba?b?b@_A^@b>h@%@.>6==>D?LATDZE`DeBl>q:x7~3.' zumcYRIA 81)&#/9BLTZ`dh l)o1r;tEuRvbwtz{|||{xwtqle\UNF@~:w5r/o*n)l(h)c+_,[.]2c6g:k<n?p@t?|<950+&|zywtrqrv {~|wsr!q!p!m hb\WTTTPH B A B D G F B<:76851./27;<840/-,+&}xt pmnpty~&.6=@?}<t6j3_1V/O+F(?#7 .(!%!!#"!!#$# #',3=IVak s{       xrnkga][]_bde d efhif_WOJE A = ; 7 4 4 7=@BCFJNOPONLOSX[\![$\(]/]7\AVIPTK_Dk?t@{AB?<99<?CEGGGKPSSTW]dmv*5BMX_ekpuz{toh_WPJB;4.)$ |zwrmiea[WTQLIEEECDEJPV]dm}uy|vrlgc]XSPLF@93-)"  "$'+18@DHLQVZ_ceeefgjnquz !)09EQ^ju~{xsokhhffffhlpu}|wrke`ZUOJFB@@CEJPV\djotw{|}|zwuqmheb^YSNIFEEFHJKMQTSQNLHDA?;854332/,*(%#!|ywy{ }zsjaYPG=6/)! }vog_WNE;2*" $(,013555420,'! %+3;BIOSVYZ\^_^\]]\[YWUSRRSU~U~TSSSTUUUVW[^chmsy{vrpnmlji jm p.t9xCzK{QzVyYzYyYxXtVpUmSkRiPhQdR`T[WUZN[I^D_?a;72-'!   ! &,27;<>>BFJMMNPU\bdfhilqsuuuvx|}unf^WOH>5-'"xod\UPJC=72/,*(&! }{{{{yutsv{~ywutrniebaa`^YSPPPQPL H#H'I-M3P9T=WBYF^LeNmPtQ|S~U~VWXY[]^`cdca^[UN#H/?:7C/I'K"LORUY\\ZY\]\YTMHC>8 0 ) #  "$#&(),,03292>0D0J.R/W1_6f:n?tBwF{INQSTUV{XxZs^qaockegddebfbgcgdfecf^jYoTrQyNIB;50-,+++,,058:;x=s@oAjBcC\BUAO@K>G>C@?@;?7;46212-4*6'7#8!:?EKQW]bf kpttsqoljfa\WQMLJHEBBCEEECA?><<:62.,)'#  #,4<DJOUZ\[YX{VqUgRaN[JUFNBG>A9;7846/7+9'<%@#G"Q!\fov}  !#%&(-00,($   %,1|4x5r5m3h/d+a'^!YUPKJGFFEDDFHKLNQTY^dilorw~{vtrpnl g b^\YYXVQ%N)K-G0E3E7C;??"70,($  " ' , 4 : @ D IPYclv  "&&$!xts u!y#}(/6;?DNXcksz %+..,**,)& "'*,.39@G H I LPSY^``^ ^bfhga[VOJB9&-1!:EP]ku}sg^VPIB<7421/-(}$v oe\SL C;0$xrpq}uvwpyjyb{[WSRU[ahq~yqid_]^`cglry ,9ENTX[^_]YRK D<4-"$*/3 8=BHOU[^acfj lid^ZWUUT R"P&O*R.W1^5a8b=c@fEiJoLxNPQQNJFCA??@BDGKO{PsPnPlPkQkRkTiTfSgSkSpSuSyTzSxQvPyN{L}K~I}G{ExAx>x;w9t8o4g/^*V&Q#K#B"7#,%"&(+06;>>?>$?+A/A3?9;=5D1M.V,\+^']"\ZXYVS PMJHFEA<72.,(# &+269;>><865432221-*))+,.00.+'$~"} |xsn!i#d(_,Y0S3M5H6D9E=F<J:M5O1S/Z*b%j s{ }~  +26;?CFFC=82/-)#"%(-37730,($    }vohc_[VSRTVWXY[[\_bdecaabbab{ewhtnqsl|hc`acefc_ZWUSPKC=963.( $).3;D NW]ad'i1l=mIkXgd_nWvSSSQPOMNRW[^_`behknpsw{$*.0249=ACDHNW`houz|wsplhd`[TLE>5-&ytpkfaadjnqrrssrp~nvjmee^][WYPVKQGJDCA<A7B4C0D,F&D CCEHK LLLMQ TVVWVV W"Z#]"c gjmsz   !&),.0/,+,.010/.... .014!9)A5F>JHNPRVXZ`_icohrlsnroqpptqyr~qolknqtsqmjjlo|pwntjqfobmcmdpetcwczb}dhmqrqmkjnpqrpnmmkg_VLD@<72.-.5=GOW]dmtyzwslgc]VOG?:852-' ~wqib][ZYXWVUSPNIC<60,'" tlmpppmdahnqqgVLMSWZRA44535403BVgrwwpomivd]VPLJJKMLNQU[_bcdgk{rtwq{p}rrjb_aht{zvw~ $,27<AJT\aejkmmlie`[VQK}B}9{0w*j'V&G&E%C$A&?*>/450<4A:F@KEREW>^;d?jElHmJoGsx:rDiN^KTBU>XCVKMIE?<:6=:>B7F-G+E1B-B L\floty *--7FPUV^hitdhg^o\tbqematZTNQ~\d^T~NyH{I{SpWgSfLfGcCXEOPR_W_VZPYPVUZWgRvLwLsMoMqJqG{KOO|KqJlNdMeEg=]:J891.$$#'($')* !  """-.% %!    %156;BGEBDIH@632*!x w~x kgjm mj^P MQUXZVP PYcimjddlu|    tnotpefZ[XWZWWSXGS8L4G5M3V,[(`-`5[8X:]CgNnVqTsQqSp[|aa`eig`agmhcekojc`^WMILOIBAFJG CDD@73$61:75;-<,<0>4F2O-S0R5Q7P4Q2Z8h=rGIMU\behu&.49AEEGMXadjqx{|{wmaXPMNLE<5/,,.) ~vttska\ZX]{ctatYuSqPkPjUlYlXgPbMbOfRdV[[S\TTSKNFCA<?<>;:4..$.5;!=&@,K)X$]$Z)X1[<]FZHRGNJNQKXC_:f8i<e:f2k+s+~.-)).20.3<@>?EOVXZ`b]UPQMD@@FGEEHHC< =.D6F;?@8K:W@aCgAhEcL_TaWfUmYqetmrisaz^`^UPORQFFOXXPKOPKDDDB4-0671-2:<;>EID@EMQNLT\`_^_]VOORQHA>=;89=<4,)+'  ~~zpf`_`b_XRQRX~_b^YX[`fgb[VTSSRH:/'!{rf^]^^^[TPRUWZ[[\bmw{|}|zwqnpuwwwvuy~}{{} #&0785340&  +4889??>><<:77:;83236v6q8l9h8i6m1o.n.k/j,h(i(p,u.s.r/t/w1z/' } z{yqd[SKHF@93.++.+%  !+6DQZ_bhox #-7{?wCsInRl^mgqrt|ux~  ',4?HMQUZ\^`dc]U O OOLHDDD@?>>:304;AFIMSW]gqyyq{ke]YVTQOKE@=:3,% zxvtqprroigjkhaZULC:63-$ "  $%" ~~ ,9BLU\`fihedgimrssx} { t m mmlmoml m rv#y-|5|>{GOVXZ]]XQMMIB<9763|2w4u6o5k3j6l=oEnIpLpPoUo[r]r]p_pbmbi^f[g\i^k[kVlQmLoIvC>;=@AADJNL~JzJvLvNzL{K{L{OyPuNoNpOoOlLfHaFZFUGTFUDRBMAG=A59,2%/)"    vi_ZXU QNMMP!V%Y(W-R3N:L=K>O?SCTCSAU=Y9b6n1{*%"# |xwy{vqpru!y&}-~1{0{/0331+)$ $+.145422/)# {vqlfhjgedgmppomje`^[UMHJ~PwVqYp\pbrirqqxnmouz}~z{yrfZPHB<:74128@EFEGLQRUXXWW[bea[VVZZ Y ZZZ&X.W1[3\9WALKDUC[E^E`DbDgBmBsAuCuKsXsawe}iq~ $),+'&*.1247:<@GNQNLNQRRRT}VrWfY[_NhDp>u<z;8431.,*$ yvtqmkhhhlswx~xxy~zz{yxzszlxgvau_t_r`n]o[rYtXtZq^pbrbw`x^v[xXzY{ZxXuSvOxLuJlMcP]SZRUQMPEQ?V:^3f)i#m"r!z"'-7CKLNSY][Y[\[WQQOJC><:710 //,)$()+1*<&G&P)W.^3c4j6q8z9830132135888:?DFHKSWXY\bffhknmfa_^ZTQQRQOPTXXUUZ\[UTVVRPOONJFIKLGCBB>;630)#!"" xrkfdca]YTONM|LzH|E}By>v=xAzBz@{=~;:9>BDDDDEHNOJE?:652+$ ~xusrrqpjcacdbb`^_cgmswy}zxxxtojecfjlllnqw~  ~ywvuw|  ysmjjnommkknsutsrsuy|}zwvy|}zyy}{xwwvuqh`[YXXWUU[eny #$#&.8AGMPS[dnv| %'''-23359?BACINOMNRUSNLPTTTYaghipx|}w}tzq|kd\S}M~KH~Bw;s3s*u#s n!l"ortuw} |yune]YUPICA?=951.(  ".;ABBFHEA>;2&     "!"&,29>CEIOUY[[XUWZZZZYWWY\^_^\]bf koqrsw$}),/37769;<:51.,'!%09@GQ^gns|{xwtp|iuanYkThRaQZNTJRHNHGI@O=X?`@d?h=j<l@p@w={<|<{=z:y5y0{00.(""# ~xph ` Y USMF>5-&$" }zywtkc`begjhd chm s$v*u1m8g=f?h@jBjEgE`DWBSBU=X7Y/Y*W&Q#PW_elqsu} ',149AILLKJHEA=<83.+++'" #%(+++/131/24677530,+,-*&%&((%" |rha\YXWXZZZZ\`a`^]____^`achnuz~}rhaXOGCAABFM R X_jv!$('%'+~1}9~>~A}BvErLoTl]kdfibk^lYqTyPPRSRRU[agjot|}umhhfc_YTPRVY\`dhox "'+.2{7t<nAiFiHhGcG_I[LXPURSRTRTRQROSLUHWGXGWFWAZ=^8b3f-f+h*i'k!npt wxwy}||}~}~}zvsqomga]ZXUQMJIIJKMPQUY]`ef~ixkunsqtqtqqomlmjqhwd~baa_]^``_]\\]\[YXUROMIC?<;>ABDHKPRUXZ[Z\__]VPJFB =98)635?6H8N<P<S9U8W9V<V=Q?J@CC>F:F9F:G<I;I:F:B=AAAFBMBQBSAXA_BfBoDxF~GFDCEIMMLLMNPQQRSUY^eilnruy|~}{yyxxxwtpnkjga\YVTSQPMLJJJJFA;752.+($#!  {zyuokgcba\VPJD?<70)# {qhc_]]\XVTUUWZYWW\`gmsvx~}}  %+{.w/w/y2y6x9w8u4s0u)x"}  #(('''&  }{z{{xtqoprsrpopsw{}~{zyz|  #(.6>ELPTZ`fmtz~ )06:AIQW\_`bceggfdcfkxnrpopkphofoepcq_t\tYqWnUmRnNpJoFkAf=`9\5Z1U,R'N"IEBBEHIHH J N RTUWWUSSTSQONOQQPONLKKKLIEA=;840,(&" !%())(('$!        #)-28=DIMMMMPRTUUUVZ]aba^\[YWTNHCA@>>>;:9:; >ADHL RW\adgjnpq!q%o(m*k-j1j6h;e=c=a=`>_@_B_D^E_F`EbFcHcJdNbOaNaKaJbJaLaLcKdJhImItJxN|Q~TTRRRSS~Q{NyKyKyMwPrRoUlVhWgViXiZe\_[\XWRULTFR@M8G/C%?<>@A?=<<=><83.*(&# zvqljihfc_^] ] ]^^^^^`bbba`][XURN J FDBABCFJNQVY^cgjmp"r%u&w'z)|*}*~)))++*))*,./00/.,+)(%#!!#%(*,.1358889;>ACDEEDB@<71+(%#! !"""! ~}zwussssty||wqmkkjij jijnp%u-y5|<BGNV\adedegiiihhimrw{~xsomihgilqvy~{wrnjfa]WQMI GD@"<+847=7E8J;M=N<M;L9J6I5F4B/?'==?D G KPV]fnxzuokgda\WRQRUX\_bgnu}}{{{{zwrlgfdb_ZVSSTSRPN~L|J{JzH{E~A=::<?@?=;:<<<97679<?@@??BEGHHIHIIHD@:5210,)$" "' + / 4 8;>?@AAA@=8530-+*'$$!%$&(),+/.31567=8B:G:M:R9X9^:e<l>q@vCzH|L}QU[^beh~knqr}r|syqvntkthseq`o\mXkSkOlKoHpEsCvByB}CGKOUY]abcb`^[WUTRRQQPPPOPRRRQPPMKGD@<9630,&!xoga[WTQMLKJKLLHE@=952-("{vrqpppqrsw{ }yvtspnmoqtvvvuvxyzz{{}~{{{|{yxvvwz{zxwwy|~|zz{}   zvtttsqnmqw|   } zxvtrnmnortuuwxyxxxvrnkheca^]]^_aegikoqtwy|   &+16;@CINTX\_bgnv~  #%'~(|*{+z-x-u,r+m+i*h*d,b,_.]2Y5U9S<R@OFKKDP>U:Y5^1b+e%ehi jkkkkihhhgfdbab`_]\ZWTPNLHFDBA?<:8764210/..,($  $-4;@BAACCB@;4.+*'''''*06;>BEINTXZZZYXXURMHCB@@@>;866530,)'&%#"  #).369=BF JMO!Q'S,V3Z<]D^K_Q^T]TZRXOTMPIKCF<A5</;+9(7'6'6(5*6.84;:?BBIDMEPFTGXIZK[L\N\P[RYSXUVVUXT[R^Q_NbMcKfHgGjElClAlAl@k?k?j@jAkClCmDnDqCtAw>y<y;z9z7{5z5{7{9z<x=v>u>s>s=r9o7k3f-b&^ ZVPI@80*$ xpic^[YUQMKJKLLK HECAA?#;*61472<1D3L6R9T=UAUHTORXN`IfDj?m9r4v/x,{,|*|)})~+.138=CGLPSVXYYXYXY[\[YXVSOMIHFECCDFECA=:740,)%"  "$#$##!! }{{|} !&.z5v=sDrKrQsVuYw]zcgknpty~~{yyzz{~{tmfa_][XUSSTWXVTQOPPOKE?:860*#"+29 >@CAA@ABCFHKNQV[_bcgjlpru}w}wxz{||{{|}}~}zz{{z}yvxmycyX{M}D~<61.,++,.11246:=@CFIJKMONMLKGC>84/)#        ! # &'()**, /"0"0#0$,$*$*&*(*,(0&3#8!;?ACEHIHG G"H#J%K'L+M.O3P8P?RDTIWNYSZX\\]^^_^^_]`[aZbYcXfWkVqTtTvUwUxVxWvYs\q_pclgfjbk`m_o_p\qYqXrYsYrZr\r^r`r`p`qapdretgxg{g|i~lnprttrqpokhc_ZVQMHB<5/*$   ytoi`XND<4-'!~}{yxx wusstspmjhgffiknquzxrnjgda]YUQPNMJGGHIMQUY\`djoqsttvwxzzz yz{}%'(),-.-,+|)y&w%u%r&o%j!hgghhhhh hjmpqrtwz~|zzzzzyxyxz|} $+28>BGLRY`hmrx~  |xvvuspmkklkkjg f dddb_\"X&U*S.S0P3K8G;C=?>;=8=3>,<#:73/ ,'%$!!$*/49=CIOSUWXYXWUSPMJHFDA?=9865543111.*%!  #).37=?BDEFFGGGGFEFFEDDDCBA?><964310/.,+*)('&%$'()) +-.//.,+ '#%&#+". 0 47 9 ;"9%7&9'<'='?(@+@-?/>/>-?-A-A-@->.?/A/A-A-B-C.E/F1I1N1T1X1[2]3`3d3g4h4i6j9h<d@bAaD`E`G]HZIYIZI[I[H[H\J\L[NYOXPYOXPTPOQLPKPKPJPIPIRHTDWAY>[=]<`8c3i1l1q/u-w*y&z"zxwsok f c _ Z V P K D < 4*!    zuoib\#Y*V/R4M8I=ECCIBOCRDTDTCVCWDYG[L\Q[U\W\\^b]j]q\xY|WTSSSUVWXYZ[[Z[\]^aegikmptwwxvutrolga]XTPMJHDCBA=:61-("      %-4;AHOUZ`eil~q}t~xz{}~}xsmid_\ZXWVUTTUTTROLIEA;60*$   "&),-/01223569=BEILNQSTVWY}Z|[|^}`~b~c}b}a|`}_~___^]^]]^__`adjnsvy{|zxurmg`[VRMID@;7521.,,++*+*)'''&%"    "'),.023#3&3)3+3,2-1-/+/+/*1*2)3(5)5+5,6-6-7-7-7.4/30210204/5/5/60716355576978:7>7D7L6S5[4b5i7p:u=z@EIMPUY~]}^z`w`sanakbhchehehdjblaoatax`|][ZZZ[]_a|bvdqfjifmbp^tXvSxOzK|I~HHH~I}I}I~K~K~M~K~JGDBA?=;730-*&  zrld_ZVRNIEC@<9740,}(y%t ronmmmoqr r rssuvwwutuuvvwvwx{}}|zwtpnljggfikoty~ytspomlklmnmnprty} ")/269;=?ABB@???@|?{=z<{;|:|:}9<==>ADFHHHFEDBA>:7432210/,+(%}"|yyvvuvvxz{|~#).2578<@FJOUZ`flrvxy|~ ~{xvuusrnljkkkkigffefda^[YWSPLIEA>:62-+))*)**+,.//,)'$ !   " $ ( +/47;<=>@@BCCDDEGIJJJJJLMLKJIHJLLLJHGFEC@;72.+'"    "'+/257898886555423577899;;:9988:<>AEGJOTXZ\]^^^ZWQLE ?83+%!%),/222 10/,*&%!$$$)$.&0'2)4,5-7297;>=C=G<K;P:T;W<Z;Y9X7W5S4P2O2O1O/K-I)H&H$G%F$D#B"A#?$<&:*9.915416-:*?+D+J*L)O(Q'R'R'S(T*R+O)K(G&D&B$A!>;99 779<<=>AEIKMNNPOOMJFA<950*$ "%)/379<@B}CzE{HzJzLzOzSzU{Xz[{]}_}c~hlpu{{wtpnllmnopqrrrsutsqomjgc^XSNKHEA=:741.)$     !%(,/39AIQX^ciotvvusssssrppprtuvvuxz~~zyxxwtpnjhfc_ZUROMKFA=96530,($"!   $+2:BGLQVZ^begijlmqrtwx{|{wrle`\XVRPNMMLLKJFC@>;8533355789;<?@A@???=:63/,*(''%##""!$&&')*)'&%&& &&'%$#$')*,/5:>BFI#K'M,P.S/X0Z1\4^8b<e?gAiAhCgFeKaO_R^S]T\UZXXZX^X`X_W^U]T]Q^O_M_L\KXJUITFTDSDRFOGLIJJILJNLPNVO[P`RfVi\mcpgsjukulsmooiqeq`o\lWjPjIlBn;o4o.m(m"mnpqqpqtvy{{|{zz{ |zwvvvwwvuuvy{}}xurpmkgb^]][YVSOMMLKJGECB@><831.-+'# |{xuqmhd```__^^_bdhknquz #&).4:>BEFKQVZ[ZXTSQNJD=9631-*%#$'*,.14:?CFGGGIKNQRQPRSTROJD>72+$       !&+/369<>>>?????<;976433459>CGMQV[afjloqstuuuuvvxyzywuspmkhda^\ZXTQNLKIGECBBBDDEDEEDA=82,&!   !#%%&$"! # )"/"3!8 ;=?@BDE G GFECEGFEC?=:852-(%&&&&&&*.26888799841,*'&%#!   %*02469;<=>>@BCCA@><;;;;<>ADIMPTVY[]__``a bddee h$j'l*o+p-r-r.r1p3n5k6f6a4\4Y4W5V4V1W.Y,Y)Y%Z"[\]][[]\\\[YWTRPNLJJKMNNN M L L"N$P&Q(S)T+U.W1Z5]8]<^?^B^B_B_B`@`<`8]3\-Z'Z ZXVT QMJGE@;62/-++*)+-/357:=ABCBA@=;840+'"  !#&+17=BGMQTWZ[\\\\\\~\~[[]`cgjmptw{~|wuroligffhiijigd`^ZVRONNOPPPQONNNJFB=:741.*)''%"    "$%%$#!   "$&(*-059>BFGJLOQRTTSSRRQOMKJKKLKLNPRSVWXY[]_abegjmpsuwz|}{ywuroliggfeb`]YVSPMJF|CxBu?q>n:j7h4h2i/k,m)n%q!uy~   "%(+/379<@DGJMOOPPQRQNLIHGFEEECCBCAA@ACFKOU\binu{~|zzzyxvvusrnkgdca^\XUQNKIGC=82.)%!!%). 3 9>AEHMQUVY[]_``` _!]$\'\*].^3]9]@[GZNWUUZS`QcNgJkGnFpErEtDvAx?z={;{9{7y5y3x0v/u.s-q-n+l)i'e&b&^'Z)W,T.R1R3S5V9W>ZB\G`JdMhQnUrXvZz\_bfhe]TKFFF}Ay:t5p3m0i-e%b_]ZYXXVVXZ[]__abdegiiijjkjihgedaa`^\\[[[[ZZ[\\]]^^]^_^\ZVSOLIHEA>;850,'# }   "'(%!%/675.'(/54/'%*)#        &!"1::7:?HSZRFA>@EE:-%#%*+    !'+)).3300475358::;?EIIJPSTRSY\\]bgiihkmmihiifdegecabb`]\^^[YYYVROOONJJLMKJKLIB<85/)$!      %'%"(3655.2@JKIE?>GQRRPNR]efc_YX]b`ZUQT^glkjikrxwpga`bd_VMC>@@:1' %'#      "#%( +++-144 57:;<>BFHLRX]_bgkmmlnnliijhdabccbceghhik)j/g/e0d8f>hGiPjRkLlGlGiGjGnGo@m3j*i)j*k,k0l0n'n!l&h-g3i8i9g1c-b/a6_7Z:V9T/R&O'L,K-P/T,W"Y\beimptsqoopomkkhfcdffcbbb_[XVRMIHHD?;:<;:;====?DEC?@?<61,&  #+,~)|,|1}8|AwGsDt<u9s8p7p:s>s9o2n3p7v=yFvMvK{DBDEJLHA?BADEA:8;>BEC;;?DHKICADHJLH@=ADED<3.//-)!      %'& & # )22 -% !'-149>ACDGIIGGLPRQRUXZ\^``_\^^\YVU|V}VXZ^ualbidhhmkrmnldk^j[hZf^dad^dUcPaPaTa[dbfbf\fYdYb[_b\gYhWdUaQdNkMsOzO{NvMsMtLuJxH{FyFqFkDiAi?l?n=m9g5d1f/l.t,~**+(# (1678=FQZ_abemv|~{y}}wqqu|vlfdhjgc_^ahoqomlow}}xuqquwung`\]^[TMIHKMJD=51241+%! #'(%   "%( , 04679;=>%@0B9D:F;G=KAPIVR]XcYjXqXwY{[}^_[TO}O}P}U{XwVtQqOpPnRnUnXnUmNmIlFmFqGsJsHtCtBuFwJxR{[a`_bhlrrlfb^ZXRG:52/.+" ~  ~|yxwtqonmkiikllllkiea\XRLHFC?<751.*(&"    $(++((-04873256663/,-/14521356651/26;>@@@BEFEC@:763-&  "(.368:>@BDGJKKKMOOMJIIGFFFFEFGJMOPRUXXXYXWVUVUTQNMKHDA>;865541/-..-,-.0247987677754321.,*& "%' , 1 7 = @ @??BDILKIKNTZ_``behkpponrx~{phda\WPHCBBBCB@@DJLNMIGHKMNMKGIMOOLF?==<64.(%')(&!  !&),/2589;?BDEHKMNO RUY[_djmq tx{z{zzxvqomkiijk mmos x#|&~)-11/,++-.+'%#""{#y%w"tqom!j%g(f&f$h"h!g!f$f&h$h!e d!c#a'_*]*]&_$b bbbd fhhijjiijigd`]\ZWSPMIEDDCA????>=;98543/*$  |xtpkhfdb_]]^ __^_acfj lopqty~~"$&'(+.1442336874.(%"!!             #&'%#   !%'((*+*((((&#! "#"#&'&&'+---0|3v5r5n7n:r>uAuEtHrNqRsUvWyZz_ycvesesfugwgwftdpdmdjcj_l[kZjXeWaT_Q^PaPcPbO`O_Q_SaReQiQiQgTdSbScRhSlTlSjQiPiPkOoOtNwNzQ|SQRTUVTRQOLIEED?<8764/,)($!  &*, + +/6?FJLMRY`eijjmt{xuqkd]UONONKLMPT[_accbcegfffeeilnmmkkkmkigc_]\ZUPKFB?<4,%   %(#**,1/82?6F9L>MCMIMMMOOQSRTURVPUOTOTNSORPQNOHOEPCOCPEPFSDX@]?a@fAmCtD{EC?>@CFGFEGKPTXYXWZ]aa`]ZYy[u\s\oZkWfQcNbM_L\K[G]C]<]9\9]:`;d;g:h8k5n6r7t5v1y+}# |xvtrolkkjihikkllmprqqrqomige`[WTRQNNNNLJIIHFC?>:3+$   "&((%',0221.-146762126774/,+.010,)')*)%   "%(++,++*))+,-../14444679;<?A@?@@@>;:9999;;;:<=?ABBCEGGGHGFEEEEDBB#B%A*@/<4977925./*-&+#*)(#      '+.0 4!:BGLLJKN SWZ[[[]chjjgcbdeeea\Z[^`_[YWX]adeda`bcb]WQKIGD?80+())&#"#%+26799:>BCA@?>>?@=:743442.*%!     "'+-01357:=@BEILOPRUWY []_ a*a4b;d=f>f>e=c=a@a@`=a7b/c+d(g'h%k orv z}  ")18=<;=AEJJ|Fz@w?v@tCtEtEs@s9s3r2r2s2t0s,r%qppppnll ji h geb ^[X U R N KHFEFHHIIKNQUWXXXWVTQMHC@>=;8410/-,($ ~{xvrolkiiijjjklnppqrtuvxz{}~~~|z wtsqp qpqux|~  (.353-))**)#  $ ) *('%!!'!+#/#4!6788741- ) $ "'+/259:<=>@BBCAA?>=<=>>@CHKOPRTUXYZZYXWVUTSQOOOOOONNNNMLLKJHHGFC@?>;843210002223689::;;:9753/,+)(%"!    "%(().26886325642/,,.258;<=@FJKLKJLQVY\\ZZ[_`_]YTSSSROKECBDDBA?==@AA>;869<<<;;;>BBA=95469752112541-+)*-//,++-0575211121,&     !$&)+-/14 7 9<?C G$J(K)M(N(O)O,O1O6O:O>N?NBOEPJROUSWV[W^WcWgYl[p^s`v_yZ|XWUTSQMJIJMNPNLLLKLK~H|A|<}:}8|7|6}3}.~)()*+,~*}'~&}%|&z$z#zxwur ojfda`^[YYXXYYZZYYZ[\\[[Z[[]^^]\ZZYVQMIE@:4-&    $(+.00134542/+)(%!   !$%%&&'(*+,-.0134566666654444545531/..-+))()*+, - ,-.02221 2#2$3$4!4433579 99888886520.-, + ( & #"!     $&)-169;::76431-(%#""!  #(,0148;>>><988877520.-+(&#   $ * /3446777664333443123556889:;<=>>?ADFGIKLLLMMOPQSX[ ^acfh"k'm.p5s:u>vAyB{C~DDEDB=941-'! ~{wspnkhedba``_^][ZWTPMJFCA??><;;:;9988865420-)%! ~~}~ "&)*+-.00/-*'&#   !$%'*,,---*)'&&$"  "#$%%')***)(&&%&&$$%&'''()(((((&%$$%''')*,/0333469::::::;;;:88788631/.,,--,,-/00/-,+***+**,-/124466787654320/-+)(''&$"   !"#$%'('$! "%).368:=AFIKKKMNNPPQPOOPRTVUVWYZ[[ZYXWVUTROKHFCA?=:8655432100.--,*'''&''&&&&& (****!+'-+.005292<2>2?3?3A3A4B3B1A1@1>2<3:3:58452321303/202102.3,5+8*<'A%F#KPUZaflquy|   }zuoid_WRKE?:7421013568<=?@BCEEEEDCBA><951-)%                  "$&)-02333221.+(& $""#""#%)-0468:<?@AAA@ ?"?#@#@"? ><==>><:9 8 7520,)(&&%$##$$&()*+,.010/-+)'%"    !$(+,,,,.0221001110.,*+++*('&'*,-. - , +*)&" !%(+/267999:999976645442122469<>ACFHIJJJJLLLNPSVY]aehlpsvxzz{zzywvuuuuvwxzz{|{zywvtrolifb]XQKE@=9531112356899:;;:73/,(%"     %(+/26:>@BBEGHJKJHGDCBA>;730-+)&#! !""""!"##$#"              !""""#$%$"!#&*-0359;<==>=>==;:766643200///..-/135799:;;;:87421.+($        "%()+.158;=@BEHJKLMORSTUUTTUUUUTRQRRPOMLLLMMNNOPSUVVUUTR PKFA;8"5&3)0--0)3'5&6%7$7"7!7 889999;<>ACCGIM P R U XY]_adegijkklmmllllmlmmnoppqrrrrststtsrponljhea^ZVSPLIGECBBABCCCDEEEEEEEDCB@><:8631.+($!   #&))*))*)('&%&&&%$#"!  "#%')+++*('%#       !#$'()****+,++*)))**)('((***((()(('&$$##" !""    !#%( +"/$2%5&7'8)8*:+:-:.:0928376675:4;2;.;)=$=!>>>=<;:8631/...--..//02 2233320-)& !        !#$$#""!!!   "$$%'' ) +-02569< @ DHLNPSUXZZ[\]]]^^^]^_abbdefhjlmmnoprsrrqqrrtttstuvxxxwvuutpnjfda^\YTQOMKHEB@?>==<<;;:;9875454320/-++(&#    !#&*,/1358;=>@ACEGIIJIIIHHFECA@?>==>>ADGIIKJJJJKJJJIJIIHFC@=;:7532100/....01210/.-,*(%"                     "$%&'()*))''%#"  !"$&(*,.002455654556788::<=?>?>=<<;;;:::::::9:98765421/.,*(%#!  #%(,16;@CEGIKNOONNNNNNNMLKMNOPPPRTVXZYYYZZZYW URQPNMI F#C$@'>(<*9,6.3/.3-8+:+=)@'D%I#L P SUXY[]^^^]\\\[YXVUSSTTT UUWY\^`bdfhjlkljigeb`^ZYWUSQNMKIIHFEDCCCCBBBCCDDEGGGGGGDB?<963/*&!         !#&'(*+-/11113579::::;;;998 7 7 7 7 8 8 : : = ? B D D F GG G G G F CA?>==<<<<;;;;:864220.., , +!*")"&"$" "!                      !##$%&%%%$"    "%&"($*&+),+,.+0'3#68:= ADGJMPSVY[]_`bcfhikmnpprrqpopponmmlkjjiihgijjkkjjjjkmnnooponligb_\ZWTRPONLJJIIIIJKLLLNNNOPPPONMKHD@;61,'"  !#$&)+,,.--,,,,,++,-./03579;>?@BDGHIIIHHFDB?<852.*'$!!!"#$%(*-03579<>?@@@@?=;851-*'#      !!!"#$##"! !""!""#$"!      "#$#$$'(*,-024667663321/.-,,+*'%"   !%*-2589;;<<<<<;:999:;<<=?@CEFHIJKLMNOPPRRTTUUTRQPNKJ G C@<:752/.,",%,(-+-..1.4.7-:/=/>.@.A-A,B,C+C+D*D)D'C%B$C#C#D"C!CCDEFGGFFFEFGHJ L NQSVXZ]^_bceeffeca_\[XURPNKHECA@>=;977777689;=>ABDEFFDB@<84/+%      !#&(*+ + , - . / / /..///00/01356777789::::<=?BCEHJLMNONKJHGDB@>==<<=====<;:752/+(%"       "'*-/02343 4 430.,*(%#!    # &")",$0%3'5(8);)<(>(?'@&B#C!DDDEEFEGHHIJJ J L K LMOPPQSVWY[]_abehklnooonmljhfca`^]\[[Z[\]^`acefghhhggeedc`^]YVROJFB>;8644321110000/.-,+)(%#     "%(,.0345666531/,)&$"!  !"#$%&(+--//00.-+)%"                                          !! !#'+-+'$#%%# ! "&'%#!"$#!  "#%&'&'((*,,-/1379<?ADFGGFEB@?=<:8678 9 :;<>ADGJMORTVXYX WTPL!I#C&?(:'6%4(3.12/5-7+7*7);*B*I*M(P&P%O$Q$U$X#Y#X#U$R&R*V.X1U4S6O8J9K9N:Q9R7R6Q4O3R1W/Z,Z(Y%V"RSWYYWT P P U WWU R O OSTSQ N JJNPOMLIJORQO L HFHI FB?;;==950+( &&!           ""! !  $''(*-...134457764220,)+++**+*(&''&!                   !$&)-123345323443 5 8 :989; < < ; ;; : 889;97788#5#2!1!0#-'++*/*/*,&,#,!/#1&3$2$/$-%,$/ 1!3"2#/!,.03!6!6#5&3(6(:&>&A'B(A%C FLRZ]_ag mrwxwuuwy{{xutwxyxurp pppnlh hjnprssux}}zyyyxwspmllkhd`[YWRLGA>===<9778::873111/+&"           !                             !"%'+./.+((%$"   "&),/379;=?BCBCFGHHIJIHGFFFDCDEFFFGG E D D D CDEILN P Q T U T S S TTSSSRP"M&K*I0G5E:B<B>D@DCCGDKENEODQBRAT@U?Y?\>\>]>]>]=_=`<b=b:b8b7c7d8e8h8j8j9j9k8m7o5q4q3o/n+m*l+m*n(o'l'k'i&i$i%i'i(h)e(d)c+a-a,`+^*Z)W%U"TTSQOM L KJJHEA?><9851 . ,*($             !"!                    !"#$&&(('()))''()+,-01 1 2 5 6 6667775554100!1"0#/&.&.'1(2(4)4*6,8-7.7-7-8.9/816355585:3<1@1E0J.N,R+V+Z,]+a)d)f*h+h+h)j(m&o$r!suvvx{}~~}}~      ~ |zyxwuro m m l l j g ecccb`\XUROMHC=851.)$    #&''(+--/03665577642/-)&#!   $(*+-/0-,)'%"         !#$%$#""##$#""$%'**)**,,,,*&#"     "#$&()))+,-,,.0247:> ? @C F J KKLNN M M M N N NMP SUVWZ]_`` a"b%a(^)\)\*[*Z-W0U4U7T:R<P?OCNHNNLSKVKXLYK\I`HbHcGdFbF`D_C^A_@`>`=_=]<];_9a9c9e:f:f<f=g?i@k@m?n@m@l@l>m=m;m;l9i7f5b5`4^4]4Z4W5R6P7O6O7O7O8N8M5K3J2L1L.L,K)I'G%E!CB@=:62 0 / . ,* ' # !        "$%'())*)(&&%$#! !"#$%%&$$$$#! !!!"##""###!!                                   #&")&+*.+2+6+;->0B3E6G8J6M5O6Q7R9Q<P<O;M:K:I;F=B>=?:@7>5>4?4A2C1E1F2F4G5I5L5P4R4U4V4W4Y5[3^2a0b/d/d/e/e/g/h/i0j0j1i0i/j.k+l)l(k&k%j"j jkjkjhghhgfea_]!\#\$Z#X"V SRRRRQP NLLNNLJFC@??=;963231/+(&%&'&%"     "#%&&%%%&&&%%#"!!!                        !!!    !#$%'(*++ - . / 1 3468;<>@BEHKMPS V!Y#Z%]'^'^(_*_,^0_4_7`9`;`<`>_?_A^A\AZ@W?V?T?R@P@N@M>L=L=K<K<K<L;M9M8O8P8R:T;U<U=U=T?RAQCODMEKGIHGIFJELEMDOBPBQAR@S?U@V?X@Y@Z?Y>X>W>V>S=Q<N;J9F8A5<4824/2+0(.%,$+!**+,--,,--. . -,+*)(&$!     !#$&'''&%#!   "$&(*,.02468889::::87420/-,*'$"!               !"#$&'!(")#+$+%,(.).*0+0-1.2023345677:8;8=9?<A?B?B@BACBADAE@E@F@E@FAF@G@HAIBHBGCGDGEHFHGHIGIGJEHEGFEHDIBJ?J=K:L9N6N5P3Q1P/O-O+O*O'P%P#N!N NNOPOONNNMNNNLLKKJIHGEEE D DECCBBA@>=<::76431.+(%"         ! " "!                             ! ! ! !          "!""$#$$#"#"!!     $),0245666 5 5 433210//. -"-#.$/&1&4'7(:)<)@(C'F%I$K$N"P"S"W!Y!\#]#^%_(`+_-_/^2\4[7W:S<P=M>J>F>C=@<><<;:99796;5;4=5=5?5B5D6F6G8I:I;J=J=K?J?IBHCFDEECEAC?D<C9B6A3@1?0=.;,9,9+8*6)5)3)2'0&/#-!+)%!              !#$%&&&&&&&%%$#"!           #$&()+-/1355788875430.+*(%#                            #&(*+-.01 2 3"3#4$4&5'6'7(7*8+8-9-:.;/<.=/=/>0=2=4;4:6987:5<3>1?/@-@,@*@*@*@)@)>*=)=*<)<)=)=(='>%?%A$C"F!HJKLKMMNMMLLLLLKI H G E DBA@?>>=<;:876431/,*(&$"         " $ & ' ( ) )*)(''&%$$$#"""" " !                    ""#"""""!!!!"""""#"#"!    !"###$%$$$ $ $$%%&%&!'"(#*#*$+$-$.#0"1 369;>ACEGIKKLJIIHFEECA?>=<:985432210 /!0#1%0&1'1(1)0*1*0*0*0)/).(,(+')&(&%$## ""!  !! !          "$()+,--.--... . . . 0 0122221/.-, * ) ' & $ # # "            !#%'(((''''&&%%$##""! !!!               !!#!&"("+","/!1 2!2!2!2!2 2 2!2!1"1#/$/%/%.$,%+$*$)"(!' '%%$##"""#$%&&')*+----../12345679:: 9 888887532110/.-,+,,,+*)**+,+,,+,++*('%$#!    !#$')*, , -!."/"0#0$2$3%4%4%3%4&5&5%5$5$4#3"3"3"2!1 0-+*('(''(*,/145789::9741 - * ($! ! !             !"$%&(***++,+**'%#""            ! !  "#%&'()+,- . -----,+)''&&%$#""#""# # $%'()))**+++ +* ***)('%$#"!                       !"##"    "%')*,..00012 3 4 4 5 5 5 7 8 9 9 : : ; ; < ; 9 8 7 543210/-...-,+)))('%#"                 !$(+-02232220/,)%"                      !""$%&'())*+++*))('&$$"          ! # $ %%$$"""!!     !!!###$%%%&&&()***,../00122220.-,+*)('&$$$#"!     !#$%%%& & ' '&&&%%%$$#" #"#$$'#)$+#,$.$/&1'3)4)5*4,4.404245464818190:.;.<.;.:,9+9+9(9(:'9&8%8$7#6"6!6!4 210..-,*)( ' '(('&&&%$$#!  ! !!""######"""!      !"$%&''(((((('&'&&%$$##"!!  !!!!!"!!!      !!! !      !!!!!"!                !"#$$##"  ! ! ""!!          !#%' (()****)(('&$#!  !#$%&&()+,,**)***++, . / 0 1 2 3 4 6 8 ; <=>??AABA@@AAA A A ? > < ; 9 8 5 3 1 / /-*(&$"!!             !""#$$$$&&&'&'''&&&#"!          !     "!$"&$($)#*!+ ++)('%#!   !!!   !!#$%%'')****++,,-,,+++,+**)**+++****++++++,+*(%#         ! %(**-///.!0"1!0.,++!)"& $$"!%(,,+*-035435!9"<#>%>'<'9&9';(=);&9%6%2%1#24430-+- - -,)''*+*'#! "$$" $'('%#%(*)'%$%()(%# "&'&$! "#!      !"#""! #$&)+,,--,*)))(&&&'&&%&%###$#""##"      "&&''&)-0/-+)*,,+)'&(-/01 0 0 2 5 64 1 - + * * ($                !!" !       !" #" ! !"           #(*)),/365211 2 3 3 . ) & &&'(% !#$%"!!      "$%'*++*+,---.//./010//01/////--.//.. 0 01010/.-///.../. . .-* ( & %$"                "$$%$%%%$$$$##%%$"!       "$%%%)-0//--/221/,,,-.,*(),/ 1 3 2 1 3589753247764323541,)&'&#   "##%%''()*+,,-----...--./0010101221///. , + )('%%$##!!!"""!!        !#%&(((((&'&%#""!     !#"&#*$-%0%1%/%/%0&0%1#1"/ +*)***'% $ ##$#! #&(**)'''&'&$"#$&))((()*++)'&&&&&$! !"!     !""##$$$$#"###"""! !!!!!#$$%%&''())('%%#!          !#$'('''(*+,,+,-/0100035676433 3 2 0 , ( & $$"                             #&"(#*","/!1!1 22210/.,)'%$#! !#$')+-,+,+, - .-,+++++**++,// / .,,++*(&%$$%%$"       #$%')*)****))(*+*+,-.-.-.-,+**('% % $ % #$$%%$$$%$#"!     "%'('&%%%$"   "##"""!    !  ! !!#&'(((*++,+*++,- . . . ./0123457:=@@BCDFGIHHGGGHHGDA?>=;841.,*'$!           !#%()+- . //. . , , + , , , ++,-,,,,,+,,-,,,,,,, , - - , --....///.-, + ) (%#!                       #&'())*+,,*'%%$$## !$$&%$$')*+*)(*+,--++,..-,)'%%#    !"$&'(+,.//02222221120/.-,,,+*)((&&%%$$$$$$##"""#""## # # # #"!  !!  !#%&''&')+++)'&()*('&%$$%#"        $'(*+ , . 0 1!0".".".#-$.$-#,$*#(#'#&"%"$"#" """" "!"!""!""#"%"("+"-#/#0#2$5#8$9#;#="<!:;;<<;8633 1 0/,(&%&&'%$###$%&#"""###" !    !!#$%%&&''((())(((&&%%$#####"!"!!! ! !!!"""!"!             ""#%%( ( ) ( ) ( ) ( (('&&%$$#!!   "####$&(**+*,/144 5 3 3 4 55430....-+)'&&&%#     !"""#$$%%&&''& & % %$###"""##$$!$#&%&$(%(#*"*"*","-!../001223332210.,)'$!     !""##$$%%%%%&''&% $#"               !!  "#"#&(*,-,,,,-,,)'&&%$$#      !#$%&'(*,./01222232110011//.-,,++((''&&%$$#### " ! !                        !#####""""!    !!!"#%()+-/0 2 46899::;;:988654221/.- ,+**)('%%$#"    !!"!! !!!!!!"#$&'()+,-//00002122455677788988888887765443310/..-,+++*)''%$"!                      !#$$%&')*)*++,,,,-,--------,,+*)(''&%#"!                          "##$$$$ $ $ # # " ! !      ! ! ! " ! ! ! " " ! !       !"##$&&&&%%$%$$##"""###"##"#"""!""#$$$%&'((()()****)(('&%$#!!               "#%%&%%&'&'&%$##"!            "##########$$%%%&&&&'()****+++*++*+++,,--./0122345656554422100/0/0011122100/.-,+))(&&%$#"!!           !"$%%$#"!"!"!  !"#$#$$%')*)))*+,,,+*))) ( & $ "!!!!   !"$&(*+,./0111223333334556666687877788888766544310000100//..-,+*(('&$#"!!!!            !!###$$###"""""""""##"""!"!!      ! ! ! " " " " " " !                  !"##"! !"%'()*++,+ + * ) (&%#!!               !"!!!!  !"$$%'''('('''&%%$##"    !"$%&'(()((''&'&&'&''&&&%&%$$#"          !" # $ % & ' ( ) * + , , - .//01111211111111122222112232221100/..-,*)&%#"!   !"#$ & & & ''())))(('&&$#"!  !!! " " # $ $ $$%%$##"!       !!$%'(),-/01233444444321/..,,,+*****))))()*****++,+--..//..-,+)(&$"                                                      !"#$%%%%%##!!!! !!!!!!""#$$$%%%&%%$$$##!                ! !!!!   !!""#$$$$$$$##"""""###$$%%&&''((((((((((''&&%$$#"!      ! # $ % ' ' ( ) * + , ,, + + , + + * ***))**))**))) ) ( ( & & %$##!           !""#$%&()++,+,+++)((&%%$"!                    !"#$&'()++,,-....--,, + ***)))*)**++++**))(('&%&$$$#"!                 !""#""#""!              !" # #!"!!! ! !    !""""! " !!!"#$$%%$$#!                            !!         !  !!"####$###"!                                        " % %&''&&%$#! !!"""####" !              ! " ###$$$$# # # # " #"##$$%&& & ' & &&%%%$###!    !"!!              !!!"" # # " "              ""   ""$'**,,.//012211332000/-++)(&&''&$$#"!!!!! !"##$$%%$%%&%$ # #"!  !  !"""""##!!!!              !                                 !"#""""#""###!!    !         !!!!!!                 "#$&()****+*+**))))**++,---.--,,** ( & & $$"!!!                         "#%&&''''&'&&%%&&%&%&&&&&&&%&&'&%$$""                                   !##$###$#""!! !!"""#####"!                                     !"#%''()*+,- - - - - -../..//..--,+))('&$#"!                                ""# # $ & & & & ' ' ' & % % $ # !                               !!!!"" # " " ! ! !"!! !!" # # $ $ # # #"!                           !"#$%%&&& & & % $ # # " ! !                      !"!""##"""#####"##"""########"#""""#####!!                                 !"#%&(()))(('('%$#"! !!!!!                                      !!"####$%&(())*+,---..-,,,+*)(''&%%$%&'''((()))*******('&%$#!                           !"####$$$##"""!!!"""#$$%%%%%%%%%%$$$"!                                                     ""##$%&'((()*++,,,,-.//00112333222221110110/.--,+**(''&&%$$%$%%''((())('&%$""                                        !!"#$$$$%$$$%%&''''(''''&&$$#!                            "#$%%'''('''''&&&&&'''(()*++,,..//0001000000//////.-..--,,,*))''&$#"""!                                                           !!!"#$%%&''&&&&&%$#"!                                                                      !!##%%&'(()(('''&&&&&&&'((((())()((((((('&&%$#"                                                                                                     !! !"!                                                                       !###""#$%$$$$$$$$""!""""! !!                                                                                                             ! !!!! !"""""""!!                                                                                                     ! "$%&%%%%%%%$#""#"""!! !!!                                                                                                              ! ! ! !! ! " ""!!!!!     !!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              workrave-1_10_10/frontend/common/share/sounds/subtle/break-prelude.wav000066400000000000000000024140501263301626300261470ustar00rootroot00000000000000RIFF  WAVEfmt Ddata  3uQ[}IBL:/&W#B %$(?'f*Bp`#1 "WB#0M%w+A3{:   I=Y ( n  8 Vfu;RZ]I}[Y 8 $<Q:'x%nM WQIX/<h ct ( f ZvY6 I5zs! xYqakFOTgXoBNE0]_/$A.GF|([t?,EgG@__fj}@bQ(/ "B@ {k,'.o6wcdW4V\C-8R/F)(p\ ]| E]A4B66hdq8IR<2R eQN1p9t&AKb^nEBgm0 %b{Q0cQsY:)V]n._'8oLd @(f~'xa"Nf_`tV0z-]e,/ g8v#EL(fT'|7; vUBEQ86E#aq6#REG?pd1Z/~C $,p7HM2MO[8  : #ZVjh ^Db!/B R4"]>ccrnlL e_Mo5kX26J* qH][h=Z/,n >`k9|BBWn,B{8RJH` `>0e;%}C?\J)O-Kr0+ iL 2 K,m)b1MGF#qF qrR?'QgPkmS0 w]Mx  Tz%E+EEXrMzJG,{L*oum k  4G %S%*GY[s72Zz R^T;k1d "8Nq:yBG%p.+A#?/VHN)I*yRrl }8GkKu>lmlgP%L!L69Xi wP]OV\%9{ 6%n-m?&p2  sUF/fLpmXo #I4!nc j @ ~ &I:*3Zn-{i@ g JAMd3O*h=_5Cc N h `V\q$<|&YON4wY:8oS)e,YLy\2WWqlqYc?pC/vN}nV d 3~:7Mn#fp*r/]~Hqc*C6L2EJLgK)cS0_ r #YX\GAJ$Sb #C R g?%sv+ o^ n   Zgh:$Lua -[`a^B W* D  <2? y `n|  !53wOBA&\8:fB5xWj.b;mASFRz]RK B s  )(m '^3  &[''B3%C(>2PQ]=buv#8`f|9.bfP. L 9Z ET\LePyunc~+TiN R  q-8 z RS V,  !E4 sh Y TuJq~ ocqS  P 4A)!dp[_<uk*w%dM! }A}bmwV+e] &Mk[}nIEbYxV8k 0Qq8   ;? 4:7@73+I)=W1#C > %Lf3e5B{?)Os'OiF / , 8  7 |T?[[_./:1 _2 R 3t[k)7Oghl_ |!  /L   7  /h Qb@n}r9,p*i pQ U I\t+V#d'r\d"{XQ718mrJy%UC`O7kXU",::9B12Y= voGTFR=:j(n1 3 e  D  _Cz=TQEP]\uo)7rC%F/qu[` b ) ? ! q u Bn#Rnv krm +b??!vW@U] ly B ` 7 &|  :" *& ( 9 Wl}m+tO6'=:QH7V)Z\,9-f 5d{3]V&us%9Mk*EZN3Hk#zn_ k  j 6\ qm=FWbtj`f5`qP6@?9V(/=8lp 7CM 5 M  G ;  1F&#2A(:Ced i  xd m^ KgDkkYAu{T   G   pk&` tnjo^aq10" z{  L(: qmE 'mi *R#st DS}$*sWndG oud=hGg,#:  j o| b$nN zOF_KH0r0OgV:/l>P Ee L;^BH= E H !Q  bpS-w GxoSpio_3' h 0H  k/Q4cXY[ b 9 w!  x  }n  1,$2 Nl jS0:@#l bD"~zR=4:a 80Y(|C:!1%(dzZ1l?CZNDNorG^g? " k8|< BwO `s T ' :F4 O'Tu:Zui:Hj{ a,='Ll=4cq*d_Mv&d9di S 9 @U )[ qaV^5fz+y2b$$)/ b RN ~6 q %S(  , ~U{]K?bBs+]^|3i4gf>   qF:~!0h5t}}uv_=N|o{8}9,/z9/5*,.$Wzw3-n'S<})rJA \   '*KRAE iup;EO5K4G-N1D&9< s_kZ . /  R !p Z 7w D05YSp7S %GF >Oz r 3 o   F *b  {M*i3K_4<!G] N*F|eA*3O*wLjg<Hj }VZ{e\4s0Fx4N!^`!s  P 6  X R Q }m{ma7pFV@QB7CLJ/q W F /bj [ M1g[e` J> F ^  h 4SJO3I"yK<Z"!~"SD Pt!3Wyt+<3  u9_j $V j$ZL>?a* T' P0\L6*z W] qP;Z0 [7OLB&nc" ]P2.y!en O&0e L[WKd'[<j+O8lX6C~c{FI7 A \ 'V  2M D R  v ;oDCZ$v$q*)CM   3? Ji 8  r}  3 8  IH3M'%uO ?.n LpjBzYJd8}& sM|$X9\"97zM  in$J7u:r+hv_r^=n |a@ISJP-vNw9]bJ2h,[J+Z`z r - n  O `L o ' itV"v6j CYbM2M, %x %  K: rd+V?;]:!  = ;C ; & _SH l~~~!S>RCa35o rpPA!x<+a]`7G`Fk+lvx d{/eQ)<*\Hn@B/'uU<JH9Q,RhSf3!_o!n|:mJ`yftO K Y=8BZHtT|*( m& q^  a" 1 O[[vrqnh{3`  [msLdEYqfP [ c \ k 6^gCY1EI ' q Ls }'gl,:47hjbMPsC% t9;"#j-(lS)ou^|1M4D|D~F=#x1YU(=~,0X.U }qT%Gf2k?U&_ax3P>C.K_}XrznCtw$ aS&{V@t> 9v  p I E ` h? -a/*EAZ o|8RN^{` P  }U T Xyo^]2 w fn 0  ` Z }BVt?f9yg;3"o)IyZ v:ShcckWi\557CM da>M ?/*V9$tYc?Ld\)wQiG4Pc(#cXC' eHm Ht _  'z5N=ZOcmVvd x ti'  )% s jwEDyYy0T{Vgq?ER $ { J L {b5lW{8G"{  2   *Y("->=& %fF0@ NK|cVW. v_yt({,?RJn2F=M9=1oRaGbN9^3gjV.u<[}4w\)f4Bmk)# }q>"~A=DQtBP)+bP%cS/ nKbm!sZRQ}^o^!R] b 3J Q$^=~sH=CLx+NN5#9H+B V w k =24e?DV 6  k W O AF{vZ71N, *Q 4v[SQd)HM:.chQ-G~^] tO{/=r5Y&=V{7S  (A \    6mxBO]KsJ0'@iwM lpN)o+uqwUuBIDj,AR `' 0 h =f 5lK,2`?s<VB0! H  l  D\a A =    Bv^-p?knH{ 6#X1ttf{m!\\?8/'\}fehx1D|OudSvjXdlTLw ,y _#^,{bn}[~;e4_qZm'FLs8o ZJB^ZRti."xU[q/qMbK8u_8# ve vK G 0l l< %:BHid ij$;7o*aE ` E I6^y,:V] A  8q ^{ - -R:=Z!]qv>]= i2C=~ mG]CX_E,h #3qO$&w9!4{ f[}~nL7T=_SND_DDx9=nx&mB{eW]vj9\77~;-MK7sIs7039Ooni u>7_e%x{ &< XH)e%Ycg8,_iM9A@hJS  i} D L QAI I N  hG  > %>ZNKvEy;pG9*]ug0;Q2ydMKzVK@qj"MVMVjBC"K".XhzjRy"C8^@+oD 'Zs5(yN pRS=TD'/U01i*yb_ )cBlQz_:A vW O p t *'2`LDx}5\  uLm3K8uR/  %*t/|x  'T o  W \OD L>l sv DgwKIspW+'O|NFmT6qE;MMR +s+ix%hfs d1K&|"UV3/ow&RA#wv% s+%U``0Lmk`( {8-k:~ QE'T a1 LKb {"H e p 08.b}zRg53pdp o9!w]0 U  Y :.8xts$|y01 A    Wm>]@-&.v\&"qk4PU7z'(VNT-l7?Umi&+[`o\ I[|!C4C Kq$1yQUv(& S]9%v!PP|2f`j'MMgtcYKy\OAylFnQ*A$.=YEe\$vl & r2 x - uo TjF{nInqMY !11{ &[ | %! ^!*k5)Bb;3e   p  tawu1Yme~  }BthS?l-=GYl:gY4[ U5ac~#ST >z/]"6 R_RBWP0A7*QP<dC "K#_]#I> s&SIFD(K""NG M@ J# yx]l6YO^BF|1N%= UM e 3%L ' &#\^GKHk{,kB4OM2 k &twS   ? d p,=9Xem >Er+4I [ kr]6WFgAtywC OZ3'BL\DQJ~ KP2) 7_iom)dk/Po5Md_<+@6ZdDJ+# Q y#6!yhw\e E8yU!XSxIINO9" ^  pq;f(&{xw ppW*<:V7U% y=_\K V&$sC4()IsYt-|4T6}gXd^8FQyDp3ME[>)U6E[:it{< 1NEjli>d~d/,dNzCXH`2\W^tcYNI(<,M>LV>--& 9m g \ > Sd 5 |5A> WHo3F6IBE < D$8$gF UQ I!;p"d>NGSWxr~C `}h(AD4B)Kfi.[evY^?4dv>v3(oxy_,".mAW_.RG9%k TVns(~a+qtH'K*6X{uQ8(0 bMQDs}bmzeh{F}:Yfu L ]xEa:nMNVUk"a*xA !;q72Fa8#M_5r/q  1[UOFvx jR9o<2o]OG^YDm>;-Uq0 }?s+a7hK$' wClY; ^9~buZ'xjvmJxGUug>MDWqoGr?k+),8O<dES8+C<nG5 UI;`G(@3p7[[@0  Jrk6=;c1ns6N:7[FA+~R:FYU(sd@ -58v-JcJX3 +'UC5Z;75[7+$e^`xXgCp~wL >Z4%1.[]gW*[zvS}c}u/%*:5GU8@+ZPVIaz{+d V9{M;bGH=i.J|RM"JJuY [;[KLpj?/m4' ceURR,ya 7~d W?I~7n UkPWc;lo@2Xdb/%A<"6 [%BIF[HH*K+z lzUGC`$ r.aoj4?%yFy6:#lw!YwCg(|@vrx {kd"s|kgL tqL _S5n3x%CNeL*G{U3R$ o825T3fy[O3gKl>,C-rU@4(C>@Q0w  E@wa$rAf,{)h{vC*(*)Pp F#y 1rfhfOXh)gcUO<6M763WS 5tQF lC= @agUk1s'rc0Wk_@s //}v=wM -rV@o! 0(N~!Ji>}w5 } k"Ef+ eVU0W~VnkBqej - X IT^y.Y]p#! *]4 Y317wPg ^|&W'O- f{ME?cqDMRKKU-:jXzI~ g) W5 NX*v` rf"[AgNhOnzO*YY, 2VXJ* \j~H?T VWnDG@(Vm #OwcoJL;m?K((oAN5Ti7Ck O ftU<WD"]FfKx x Qd=BPKH&'TznR? oFaF}aY4D M29lG|(G9n.J)9Xz2~Q[;hU#mc. WX{snnIKL7 U6p l\'v1Ls 96"D@j{}?)M!lte=QEV3iX7uOek`y^+<@uz+;v pr`sYmKZ)uYNXm{<"n>QL^GYOZx6oSFodH)f|%ywxCcL@z9NR** 4qAX,1]JH6j*@^}u{)V'PF&Fw\hC0 WJ,fFU wf.3_QFgtdadP /'/YdQ,t`s;jcsu)<Wf,t&mk" laS$ m !-bKxZ7p%,&2Usx&MS-G3oO$ o7asc$"u^HO!%y6y ju7}8*%I4oZv_._n/%v,N{#ML*a8+:p_qauCs{oC_GIl15 3orI*P QPMO'h%pFl!# b0p(%Ggy D[q~@Yo)FHeZo L%B3<9|eTP\SMwDp`g;7]WKB pL *}8)$2\2UGA +TNv`tXd-S1/::Ne,\xy2"Bd |!#o`PdhdLX#;6H[&] T{{r(jqo.sE^E~D(ASTxtW9  h#l}^"n0|A_4 Fcvz %pEDC~dPT^ELd>l|.CL3:I!w5fKv)z}'<#?Y>%)NLr>'hY:&%^VM;DBU%:"f.1}6F%j,C/N4\PHDN;7 %e=(`IaTV> J.=!SUiE5lm}py_s d)V5&oO+N"='hZD (0 ;kRqSY<y@V2^L{ lrc$J$oiiEXBf93T^rZJ.M=nK2Wv.MmnNWII;%wJ? )ge"bSculZQD(mKq'QG\"WmNQ[0>GJ%dHqtOTE:^ F ; } !e TZmETyI,pIl%Wy9]P'/qv PCjA`d+Q2` ECnbW5T5$+,w:[31'DB$5'W}7O#w[oh~wNV5X|=jn^4}22c%}4k75M8eF[A3@VAO;H{$  0<,sv2 - `CN<M1>3&@ n H8 M a  A =b<"A\e,.M@:+"2-.RMefU F6f:]$|0J'7-R_ec(F2}/{",px9],0}gKk3aL|Fd$)YZ^/Xc~> 57BA!c``NTp<#i 9ZsmU Se<`n}(ve!|UL$C\_[-^ocB ,  2 ] c S "bEef sfx ?LeV54F{3 fiY}L(33+{ep6(4O1 lRY(*(H$WgHMOo8]&Nap6]~f[0|hc(qKc6)W_i|~5vXC?8 *]V`n\+jR[4#=.7-PkSk[Q;<6"!;DO%*u!(~U 5 H LL8$_h.  B  Z  X S ` Q[5JX=S)X@p$345lI-V*XUpyb8Ps%Pbz& c&b`&sFfDN.*U~l5<}$\U%cy>I\@[j[[=gXn5(aOjkqf=RnkUc 5$7h]b6*d 4/PeUJ_E (m~3{6DuJ#r\{U=<t4 dq bJ G@ = ![AdAM_VtfF   ]!0\Vfd2jV)CJ'+:rQtLSFv_CW zFFwk}y".v~d I*WWR 99s@>^zAmDHr (K-pgbeVvfV.%/vB?Nk% x0&oF{R#;E* Cvba"t@$h xA_b;$ldP+@?L)0 ~SZBY(ptk*6{9QJ9} Q  z AH  ; b $ztM1Jf%rRfq|b2:m12ZAzll:QM.2o`qotKP,,yGvJB[eY"zCk}ns<CS#[7W1idQqBkm?JzO]ZVP@_sGh*)!`|xp\D:RO!W*bj.I^%7s j!?apa=^TQ*QR  5 Px g : y aX$ x,>QkWN6T\.]o@T0,47btJ\82 (i2- A1/JyvBq|AY|{qQ]XS=>,^OqPU5#A0tD|} ~o!}6T!@XQ@tN7*? :W+$ZoN;0<_r9!*_/' D   + ` Y . G  A?D/j4m8$(kJ~lh%JWhJnn }3;V2s^[@+?9SNbcKbx=>kgc^?*-P!#)u'#+N/hv$qMT\W ?;[tZG[\}As,UY#)M.VB`+^u8^YQatrsXUN;cck)z8 )7(  lW o ? - % N R " 4TNW 5JFS46mZF% dhl;~ mI f<me2j8i88;f9Lh>6U ] Xm=V!?3BRtSJyJKpC|wpoMFQ4ah8?cs n~ItpHDCD68J|:qXre'yv\/#moH1kgB ]apqRp;dKiCZmd W:  G & $ # ?dK_h_~#<k4*\E]!b0POs]Ll6  "'qK2\9$:tnMwXC: qo Fb<t} c~m#fQcK\Ln^xbOT OpVf]& Nab^uNO0]FR+[Xl?,n-P!k^gvFaW+l+l[)8p ~UE->-C 5}Z%q[gT  ;v  e Y  6 * v ;rJz$gc}.%f)dXa4w @&!bL-!HQG%2j}~r/keB%C(*E=^jYm@NkJq%,n1}(+40| 9?sJxtp(HZnfopY8tH.$Q BT K#\WD2tFHY!QtQxd5$<"OIT*065^e4Sbw>I WK  n   Z a z q 9 4 q BBXShJmw^y~,;%9_8>' nXd#}SrY*Hu< T-LDj %og]4{c- wJ^|C6";aF#*U"3uIYf $6qn$Q0 )@&R'bWunMs(|UmYHjTo}3"gue' MCOi5U8L7;iZ#n[2 YhmWQ#`e{UQe` Z(x kE 7 ?  g  f ) 3 qJ e%  _Flm9`>>n_AR}YBSzOJYopy<u3/kjAi-veYp~!`q uP#Y:(;^O0]R%DXB"^mcAZ'9#/DS\ b&D,y;}5Q qePf#BA<fGHG )e{*0en!}:/ G\ t%z2>g#p(ML'CC{N c  , +   h? 9_ \9 D e8xvX`";_'{??LQp# {:KH;}"h;~LNF1?83_0u(Z>b(E*l+r[eEl?GYIWb3jZAlF$VMoYKKX6t-7=P8R+ N5HxZ =I(1%l, mB]eA}8$D.EZ?+Z4/C! [  R q 0 j\ x* b  gg'c`KV.#5JL]O,o$ oSna Z7I&: MG"{O`tlSf?bU/Mnr(;4DX_P/-p#m\U&MZ`s]d=+z<9qY 1,?Bx1m0g@sA5:JPDl$):nl|7=qstr$0C_3yl)%\3=^c0Q y`...^\oCa q  m I  1 t_=b1hHM' }$VP '*  2  6 'oU 3 6'<R(:P-GN   u  JJe  GU $a 'kxJBY9{5@YDL P dO?=[G)/xMh]5F~oB6Nf diACmFiABIO/cVS*}TjgRnjd='O"]   F+NyDo 7 gV [!?Y nW R r^'\f oGzU @& 0Mno{ ~Z+ gdV|%_{>ee4"2p! d * K ^ ez 4a` P:F7p#[9S%h`^ p?q[k_nK&A t('}Z,*~h{8|6]UV0 G+XV,\D%mErwl>nN 5om3lzW $ < } a\ #:+T   x < PD 6  5.  uW W5 b.H.@=j TmjJ~Ghtz%fQKnB'Bv Z}?_|d:Ud.<oa|;+#{O e*( w$mO vy. FQVo Is L i&i<r_P6P?#!Dx%y>f P0jD]bV0xu; VvmU+ "v rV i9i Z |G nd d}!a_+prY@3&J z_=x1zk{O^W<!_ 6 " Y {UDq;`kY-G ^  k~3,#XM9,c=Hbv*vK 7 8jxI +kqZL=S5"v }zZSh  D g j` D *7N}\woT]>4\Rkj HKZQ  C yC S : d  NA U $ " F )E :tsdY^;4O6*F<7*ZNk} \r2[sK s;1g~+ 0_Cvd}qH=bNBm&g De/NE|Q0$    Cf o) - m/(^Z gt{C-={y9 W a K T7 P \ 7 U 53 _-.bG Zbmt,i HQ C , Ii~C*\eMY._q5wv<oWz\Y#1]o>$\bjU7l'^iq{Uqki+=p.]9Z )_!{?%-R[zu sO ! jl= N :  c*jbA  _ ?u4Wvl*1V T*-#u~Z_<7?$O J.1UL+/= mZHU.k  V Sj<j eWXW: } .` ; ` L;# Q)wKnM/}V3Jv:R  w),mm,ubc+49 =!,#eNfOH]B#6.gP< u -<Th'WDZau>=X (z%wK1)6`1 >7m"Sp73P L@] tIv[L /   5 QN - x(+\^z`AoS be  n  9 > Q? F _ n  Q W @ 1 3 ` $P!nMI8UyNnLG.5]U;?4vNF/ ]|Q`Z+}Y4c U[t zEZXzuOtw$j09  :8lf +   3 EQqM  ) X+5H,TrcS=#~0s|Uq~V 'Fx]\I" {M=skeh4=wk Fh=c V rO#7:g:bL8}ZS6tpA?TXMw P O aos zj-,'m Mp RE  f&^gvgr}FAZoPKn[Ks Gb\~\&&s` S](FU2p /=X0C8Ir-rpl=4 1V qjbtVPHb2~  $=o9x7O5ATr G < q 4` "e  y =xWlAk_ q P k`|b8M8 D *  J ~'4:k2qCP=AQcBq]E,oO=/i~AL}2LNo1Z|TODs#]@%o uXsG ^ _@k=# WH>)l 9N4  A  (e ]EtZ h  -5qbW o1Zlr Z.=B' w  %  6 e r P   P g  1  >iSgqduB|E\N_Kdg 1 \4-<,*3=s$@y##WDY &}8AIeDh!D>kx >TtIN@gV4M 4KskPvHl>vvfO>\#ft Oy )] OEe.Rw+]S $  xq92t53[ ,5#%)-+CDGDB1T{3$6iHt^OD 9 Y AWGU  > A & 5 a  lV 6 _UGI yeH:.FZbXR{U 66X5:tQ d 9)?/4Jr]= .2^+J*`v-CC]E i+unhp*6N@vWD~pSF/1b( ~\'  s5  r  O S ljk G1 R[\?'4oCB-1" 0 .=J *   H i } 5N secj[6Lmk5*mEKM(Cg|FgQKR0(kLA1~%?,mQc{R^g+*c}|L`:KbJi}7T7@K["4ZG:Q p(Ho!D)V-\-cQA84,1!#K/ < s  6^  n  m ! 3 m {`   _ m %)Y= yquk"uh !:ntyfB>#/9TZEIc)'pa-W!7[TL 1 !WyRe1NTHrqN1KF<-PHL#td L~ @ t 7dM>6JQz-:J+K-f0pqt0Ee V\HtyN"9K`tPD=*X)KT(ph\J_4 y]e-lG3TA][K ZftI\!I3g}.Qxu^+FfU:2d  j l] J4%f'c-  Z x (o,z% |WQ/h%Uy/vwSV8-sr'`EK_@7mt111#a'yNU% 7j / e& Z   9 eB7Jq24I")p:E)v B`>z1[3SUR3G1$eK~@U"@9$xF||>WoImD ;//2IsA*HG[ O i \  O     = z ` jH[ ] a,s y G! J j z t Xnf% `1f!MnY(lpfooJ? #6)o   C" ??1uXf?/k:_iyZxUVG!i/B5XLp-1k&' u{pmeX{c= mBc-X,lH[J."L\ o:M Q    /  \ S   E v $ /1 FCk *kf`kQO#93%D[<``2^2gh_5?Z:=T.$xxRH-ye 4Y. eY88_^kDA mBd\"'<~ & m9&e-ETL-78U4hT?( &M32a "S@8m$ jXRp6nVd7(k:AW#c{0(VuqRau{2.u5a8: YKp qk#S`]4 =}Kyz`1z j@&w $ # I Q \  X ;@fKB\ h XH 3 r{6 i+w9U*;6<H.% @w<O<WJ{p A-bD{vZ e  X4 I u Q A Po/ 8cV%aq>g\eTQ{!kNhttI&0BsAW f8UInaIVQ* I\NN8 -%)`|o49|ak*PF}9@ xm $ !  w  c  : T } a.S:U6 a3Gx l i9lN  Zb  I_22?QTSLV3[ 8 5@lR)Yuz9)aemiJvl91vth>j62IR@/rCkrf JC"m\"d@]0e2y /jgH8B\}xueyN[Z+HU uX]]i!5 '"%"vj?' G EE 9 v,  ~}/k}:YG6T74Qp]cQY@F ZC3X1\1~Z  w2eRG C zMSR8'KVtht  eH^\maR=SQZS4zYh`!  (v;#L-n.E;[$xtMo$u{0V n\eenWI#??6b<j9OHR  S]wJtw+Y^ Zts!.M @ % c  3 d R >\<0 N  7y'2n$IS UJ)6sH3P^hRhm]\#gvxr$/B&=]g 9z2;/P_<!zJP.} &'DO/xq]W u+Ic3py;v,,M)jC{ oG/p ')IAHSCl/ 7rLi(a]D/+k([Z^NEh!["mj?mq ,6 &i   k  [ . ]  / ZWe; kj fb   7l{tg a  N z  Q)'.3%Y_(M= d:6%NR":N*_.G xw)qr~:Z6<^#^)rax^zQwo+V2'|VLA$+9hA[amWX8+r/h$PDx},b1q-/(Io^7DnmUx'wTldG+1(tfu[tC QG){x]o_Lm>a8_p1aMr `E ; I   .-  '  a_ 0kww5_ , q } F_*8dLb'*.=XP3z{l&U6-V x;=ER(r!mi*D5E`B(6iHLr5e@d   ' ? :  R  v ;! &@ & RU" g&!2gn#RJ:YU '.Yh Y! 1NG4z#X@8qNw WzU O+TP!r~&*x7te6 <'*>24WFb.FaY\eDP[R&NOS#%n/+x[3^;9I|:qz\ jO <   W 6(l8r83+KP,ivN0/kaV%p=_"m]k/eRS.z A)LyIzav}cDE@^Ps 5SGZ9A^ 5D5U2Jia=l'7F*lnGhDnR>$>A8 .7r G/y L}Z|h&VR0xhlN!xus ~]Ei"kwRo #<TgD>7%Nh 1}   Sg  HT  = bn  KP  &g1  _ + o \   ?LGF|AI) HJ ,x~pGAJUMc.a}O8 Qqvxy\OHsSaA1-XznKIs{ gq {K|c^!7*DJ&`D#@HILy\;*z,) R eG>JxqSYwm X G 2 T3Mkf r  \ wfXh3   @[ 74<L?k\CfWC Y^e5fJL"N7"|3 8HL>mNm78Dj=5I8LU{L&r,>os^\\\qurH5c,DU=xIByQv R yCjZP ?xg~TPP $ES HP 9  zcb Y   %]H= { / A  ;_vzSg@@y o' Q rmle"[~qd,$~IBWM' J fSH>u`{jSG= z5 2\ zd'J :k1wzhV8-Ano#$3}K VK 0C fx 3 )I Ah'P6)'DUJWz C '6F H&Cw :# X WrD u):n}Izp\Aa:NgYv\Z a+   p  W )-X !V'b}  * |):  p )`ll/ }w  )  ]B hNMY0 _[q  k_{pi`P5Z+)vcX<Dw}:i{VCe/1 =G6 f ,#  % 6 nO' zO[ m m`  Z6 ]  " 9 h CO {qd~2G/LSEw^5+X}3l- &u{<-|-e 7)$w2_M{qlD EGz</ f ID M e oY Bf<8+=1WBVX>E2B6D [ D @^lS 8  O 7  k  * Y @-M%`MOrx,? < V f 'fOtX6Z;2  7 6KGmo{Y  H ~=Z9\(X+\;9vNUBDm?] lu+!km5@$_ON]pA ? ? 0  E=4,,_   f x   M[9b Bm$ =5 A3 /  E j@6B { n G 1 &T4VoK6YKV/w7"4*L_FvNaC\Sy $etMrz~: Z u  \ M hr 9"5L  8  6 A ] iT h aTa|,l);K 6 .R$(xTB~ d ZRjgC/6?#l~ &ae*HG!Lc,Q&b^YR?w+lu0?Uf[E$ S " H g >NL- b,zz & _X zA { 6AvN V&x`O. W [o Z#so$imKg?<7"^~9=<'~1&m[ZzD"#Ls~ +1R+=[,Y ^v Mo6FKLz I#k_JCR=h 1:yljj)>C5`b} |& W j =UhjRq ! + 6  K X  (  L>W  ? r Y * vA  )AUZ *m q j B 9fJ:Y]U'Yf rJq)p1w}r<}3p&_l@=5mTR_Z3/+IZy L^/~ ' & g  H F #  LL wt&"J ! , >0 %gqn e  -#   c hb? d p s_t\Zg+Q|BE*hVvlI>hS +%lv2(k@XrF";=MdR6U-4:9 =HC}TD kb W w  $ `y< 6KE'`e .d@oy b  a1<pI[:-sA ] A(e{}#a:f.y|=2h *G ^  2* +\Jl7MYxj#at 6 | y;n'Ip} }wUF?5AOBFIzI`~3[ P [ \x 6T_ F9a~ ^Zu{BMLY Z* t XLt q#  B e # d hI?@+,  O  v > $~@Oy AqV(Sx7OaDwgTT9{M#~Q>B%@8zR; A _>m)9 /aKT33 Hx / R  %H  . # ( [q[] R y N*     h 1E|; rT g6 E\&CiF/K0 rj6=n~]wfL: M!.tH  3;  y|zr3UJq q t-IK ! 1  4z=uE4 >R (|w ;u7N!gi(5J[. FhN D C    & gn4IO  wl[d\(_;.,?C%Mr;-) Mf'`wYGA' j<`0P.E"@-"vXtLhMU"C{}x li}8}L1PerqyR-Z]   % d @ s  !  * * .  - 4 zp 2qd7H 4$ a v S 2N N z`fS`R\%`1":3Lx83a4}Pq*JLI , ^P`m}T{YU!e&0 :IOyz)@^}{n-"\c ]> t t0v+ T:ViJ  o " u B;FrL?( `rI"g < N  | Z( & 2!{hMn`W<4Eda`jq5 : F.WY:&$rKQJt-PR&K )8 O 6J!-d-G RNO75_p c>k  P'E6OW4L J`X1q,2N3-]^ J {j*]l  3`c0 hq  7 ?@ : H   $U [ d s   9 .  _ K a .  , kOkxQ(t /~UUlm`6[0Ad^w!n5bogT~6ng:M7ee/ ' Hg_MD] ' LQ9DbvY*{  m u w I  # RLz1 buHMVsk+6hmga>FGBK=~6.  G  `E  "i 0)zv< 2 y  9 E2 H d D x j asw-A jA!U$ l9d  *B7kz<<Hx  d& 1 n g ze I e  =,j!dDm.u}iz23y e?UzqE Cpx:`Y]Ym<*<"RLf#-2g~!E08,RY`4F,awMQ6[lDaoCmV?yDt A9BQK Xcj1JK ( 04  - "?h w    ` 4 "  m  h  \m Y B |C  PX%S Z x   r|PA,xuJFo+\Z_ Kvm3Z E^TA^gXd6 _ X  2 " q s  L aL s; @m  9 YiS2M> 66=C s KN h * >p )t8)#Ue>+ d FN p\,:,YJ/3 J87]#J ;FEU!=VpQ/dSK2_4RacR 7B & 3 ?k^&-ce&ML { ]  Aq^pOX V3N>l(=X'55@2?bE*)NX/[OV6EAm c4xZI 9 p9 xQ[.wEl* `FWq!Q} {wh LZI 7Qo |t]\>;hAK8WYjtE`SM[ H%k4)&rW' \  c]{ uV  &NF   _ % L h c ( h :eS:Kooj#9Sua/a-&hT<@bGV!UGHM*]6Bv{V`EG'F\KQBjaSh0UxcD _S > @ b(q   S Arg C [ [l (E Taur>JWTCf y  (H cJ ! S hH ? {g c?"J9Et.47$MG2PHPNWFQ F  K9(-F[{/?f!E]`W7Opi;lk0kFK_e*a4k $TO p3. &GtP?}'Icc;AI^V     d  $2 G  / R T =NAE \XR { ;M"?]L@ZK^Nlxt~dXNtmdb$jlv$-859E{6B6.1  + E  !GF2a|I*}T ,~;Sg&$ =  8  8 8Hd7 W  f NibdGZ>s%eo}CwM^u _i)vr 7~'+a._AmTg&b"^b#_4T( bV Z M [ $ 0: i mF 46W C=[EPix>Er5;)J\e=qKt 4& 5 > F`6I{@y;i'!A/ZbUwv[^&okn9U+  +ra=p884Gnw TPkXl!} 0>Y'/>4"]Jfn_EX]"!b} z t6 x;t! >P\XB  )AT6 CT{ v  k  [' C FB|U M ' e  'l & ^ {0 u y .by & ] H #pAXf;1MNl"}Qc% GX6kCK*%|>'.J 6? $B6 /GIl G F@*[#ua~ U!BW3t"~ : eu:+^S28lHHB )Glj|]&c]v>c:q?]V {AH|>B 8:K'=/G6lJNUz8WW*!`0%,e1 @32Szl|Q58LmKD2:z ja0Yz;+-oq}>2(n*t1/ 9o~ {jyKr9.e2khln;<( U,6@sZ7n1?R_Uw\W=\%)s5Uv^0~ N"[]^-rL /xn>zD ?5n&\6_  3#>/?Bap  o  .= 5[K#$ 7 Qx  /=?:%qFBzGSX[A|*+4*%JjOY]:T v8 |Wn2ixCCZ)-(=.U?-(>MAqs B9`  q( vB\}sii e "J K; %RR:paf%5p?c"6)9:)pQ2 YZ{& -%(XGG @Kq\V0<++*- V[ . J E fy 3B7bq  <  =  qal6M*vX<$5 f7 2k|3XbVwD(^}4P'#! %zapiy<=|RYmXv~A~u Rh`*qc4fYrP:3Jfo-in D. lL`zK;: , ! @  m Y 9(u.5dr:    a  pz *Nrb+pj/JC^E i Tu y +~vhLb' QF$J4+XoG(k 'c75C5*A,KnR|pOs0VFG .L}&A3t`ia - V R P P, r  3]  , cH]0.q%r YON[ig [ +%TnyC K= ze:sHe!pZVp]e` gyfrW+"E[rfSQ2OX|[7vY  a p v _ E C - m b1dMp*;f|_[  k@u < Z r ~c ; 3 ^:Nm/|,"9,DE^< =  {]`.y*O4)2rneDLTCP;)Lute\KTT|Z;oi#pvN^="f83ALHNbl w  0R + G \ =H T6 nH]4qNoO $ n _ KA_7 D ."ijn2R]BsmfzjTVv{{t14:P vJ[risOV(![ 94*0-8>1wzwYEc 0 @1 -,h!( ) Y [4KPu]15g"\UzkmpF[[y,G# D]Y}] &<*G2'("\c>]hS Jh9x8U5TWQmU@ %H6 "  i5/!6?WABTK/p;L8Y;I%k<uVv ' .BK5c K>-+ QKnlP:qS|77n:4O -`]wX;bmi xLSBl|fA}/IAG:N7MT?h% '- 9f X . '.*v& %4 % > & 9-Xi>  y ^ SR? <}eq(1E ( e' t S   : z O -> ( (\ / l5]9OL-CeZ*5]@p$1Fy{oq$sn&PD1_+Z nZ idk x;tUH   +  G-$xP8T&qy+zw B :6~A_$5ha  r L   y 9<AHC L1}X@Qv:t%Dwmn<j> [RvrEeggKAf"ps<o8sy-pAmy   [ #`XIIay  };<&:N0]2Nm8+SS)++91m4G, X |\XL[Yh3kU( Q& #_? ] lD3cf)G 7xu- E p*JB - 6 6# .X lU < a }aA s ~ +  [ KC ._ j ) OC%lYxBQ-?WX}nU7GPrY V2dp`l$$Wg = '|>l~+ -;  ;Og | )U:|SQ NW9T vRgq,_#D;A&L W-X 6  @  \ *~g+ps<tah:N{hi|:\L;Za Hzx bz_)ws:@N c a dJ 9B>:4? h=g ` 1  At:X,C )g/ | &mhWB # z< q& E  'Y pft a kd m64] q [ +1G 2 <;#p^8yz/Ryb_24/P~ HUWYSs0cs _-[W3pyG-~8$N u d ] ]@8 r( 2O ? sM< ` +- & N &>fAq /aM nZ  `&| } c_2p\fs@ \ U+c}bt[u7t9rM ?- ?FvraAee\ rq[-o0P P +IM;)" =  wl6>#iw`T<y^- >u C'Hu\EiGKd r b" [Fa W l'j j ,bo >  +' ^N;KCto{c ((:*T 3~ ] ( p 6 'ZF]5 8( ( q@t gu Q  N  Wa e v $ v  X n p8E   /^L| u, .!Y8 R \ 9 D !@Z<$wH{* R33hv%;)'[+|#p3q\Mx wxb rRLv v ~j p5;#g"() [AZ \~ *qcVS' ( T7 c9 6vzD1WgB\G  9 U 4u4FGg u \(Q[  Zy]ER$dt- v Tes}] AKm(RyI@Eay#H dwZ &ar` 6 DJ, P  5q g ^@ |qB[:=& NphFsTc 7)N6yyiyN%h".swk '^k| / (  ?LpRv e=|fzr2;|%DK(1VXo-YUhP,v[wIc? r e(0q6 )Vha ; VvUAU| VGSkN !0F=pTTUybIOHhTD=>!yy  /YcN b  5)k45i  A( |f  T}w&\p;Jsk Sle9 A S [ [ <~(Cu$ o `W  mH VZ-[U2 mYbY\'V0dTlo6#V'zY& jc&^b[ oB2- ,x  !@ J " T _ v! F xsj~>Ss7U <5[ ~`< y 5: s'+D[6.mS3SSO sGl~N! k(@)@=gezOJXk0(,Ry7` + *K(j x ' B o| o `x< b/ y h  h5  2Lo;*E d s _ "i UbF >    NcEO.2 NX8}P*fB 5&sSyeS 2aa $9n{/$AxV&]e ^ 7V r  6 B V .<ZH VIW P a If0 v 9[z^R1 4O\^b } $xuZ' m _% M B zc  g Dv  &iK[+ Vq\HLG (,X{K >h1TP{{uy%QnsUq!e(yw g1a&^d)z^'+N[S*jWF/]a6isFVVp  LZ  Q: w:v c $$</ % q}=/G+,wvs2nFa }VZqrj|]/;: St HAn c ] ~' o + B` + . A Yp ) ]C5040U%Mcu9Er_16 2 i 'Af_/p 4XjSuyPcu(bp f }#)92gS4mQ i^G6DC{so_8A![qj,+TY<w  P b ' < 8. =5m jfFCb.,3$J > [ b   3L W e O:  F  Bg ctLceYjA6CZVR 2 1 OP<nBH)}r  r YQ(P  L\ }< kSWhQzuA`0 m c9APU|1 y 00 c^   q Bkd?G .CV0C P   ^ o - G NFKxFd *?E^ {8U"Uz_htc@ +U 4H < h  ;  vX (   Od3;~5u3t]hvl<"(H?Q+ z'>&"UW g f m z c k Gf ORhJ]k%;VdX+xEa"Cw^>vo7~p+RBhtncmsa 5q)7 2 C  RuwaW hF$4aF3zXxz7NOZ -,lZ),~udQ|0;A ) |5u8 50 M #[ X HoV@T"C5.>vLwOs+|,q5z(pWTupshR2Kc@.i+_ E  "H} `sp l !k J wz7 I ^ u `E $ Tw 2aEY_~Z -U ] W ><N]C.F0 9;)Fx+ zKr_@$~U g8%|w-\dF0Wy23 `3v~d q  J W M  k  01 '        iI 7  g0VG28yo;$5 ' \ Q:%gT  $3 X0XHiec@Q5-\GC$RXr,eiKsK9u_p|ZjEnHYAa~kb1O0 5 }f j @8k,WV L+%=fg6s-Bo Bd  w   ^YY~T c -v\(5 ^xhD}z  %{ c 9@Ub3 (8T[7U.t nfp(&5 fAI`kB;0`_**EPB*  G &ZjUPu/IE/2 u|x\u1$b`s%^7 J[ i  N=  3uy, /C@2Ee{+q\{sndA39EZDHiS6RhGj9&:1~ 6  [ n5 V 0 Yi 0 kLmA`n}:sX!!4A?A3]*pCZ>S\ { D  'Pb)@ GU_? %IFBjKLw@:c 8m ~J   "Si].wtrW\YW(0)llZ8rp%iiGE ) U  } )"c L &I uxd  0 (\  . * Qr{Y Q:{=;  2ZFOi?NDxL'<F7RlWks?DVQ-{mfgr} m> ZtEVk:  ^\otVo 9y g O \7 > t R oG @p l }%38, s; _U Pk^1  Z [ dM E yqOKe2YOM S}Om3vOW'lmS8P;rnawcKNE%U;  \8+7(b@,U.V3Qwltq$&g\>afeOQ.^L 4 G$cU Co& 3f _ aK%X=Hx6Dofeh n m@ ` I| S = 4~2x2{BlnN\5UW"E]1RgdNV pX? E D DG.%QcNL JwXM`vN-hR:@E_U m qr "}X" ,Tc[3PF5yMh!* $>Z%n3mvn9IM?~;PD t H  A u   Bd  d M9/Oin_@R@+[XJp) XA D}eyD0QM7 sg7K!<8Eg,>Ay q%cqIMs0o>-gEb`t;p/?wzJecqT [ /1  3Y$  4 lC X^ ,>  K E + Ne 8_r   | R(9@ B n j=|Dd o/C [k  2 O BY]-YRvMvw|V3u!.!dys|ObZ 5y#!V9 Ux h V ~ ]  [0b;uaB  ' "7 Q vuwn=^ >4,9'0ZT H cE`C_H W%CA)"&Cy2Z /q  ^T [M"d[v)q Q6*9mN / u"3bar<~)Y< u o n  ^w; D_ 9$VJ_ }&t4`Us~?5O/.jPz!J!zv ` M K r  _  l K O1%|-[^d6oVZh_{]U]y }zhrL 4X `< hs4  |$ T 8 x  hjB>^? >[ ba ]o ? A u ;rD^  ?d N_ x G h ]~%KR!KR 0^{}sW+;BZzkG e*h=<0*+,6s`,) 6j MBhz [~zP g w n,  zw I$ t~  Wu  Z >b wistw 6 (A ^ r$  R A  ]` '{NW*BM7k% j<@wMMQ+ aG>Ro4 $a]65RKvt!d 8"_ckG]5y{E\  dYsGPYb:q;D+?QmX Pn L 1 zM ~ wD y N" h9 j v: '  o,GnzUg1yw5_1@[P]\mU/L!+FmW-hydB#4|i)Tp Fn <A+ n o ~  I .R#3Eq.tB 7 } kyGQ+RPsmwhEJBPp|vqXr!:Yn'!Rq[ A87{f`\H*x _RXC}1>K*p>I2 _ D: +_+De  %=N5E,I~9f(?vKC6]CG}WEduwpK2$u>= uU#X3j4W9-5+Hx?6Xt4(E8m*H-n&#N~SG/90 ^=  c A   q  k = C%PreD = G m 3 V !g  +Y{-nLT3.U>o_lrFKUUfm $#, )x WW }V# 4u-!`_0 # Y<_M|wD7FEU6U-zy {ezL _ 0j -0 qEj VA{>>;n7~o]uJi]H VeRbGo<% N Q<  @ { Jgxqm[[psuAyP 9/mxqU u*xZEt[oeLg Q4-d1\}O(8 +uX5;YIrC_zfQ 'Lwi=  !$h}la3f~D ' QnJ1^[    G%BbXbY X m 1] Q   h A %]E  9Yb$aU:QuhI. AA%@2<ZiH(!Xq}o 37sx6c$afmsb[O9-,!ejtl5tG+ZYj6m V 6 o;,nNNVrjb# B     W n = -,2 1HB%}=I'caTo*qJC>fMJaTb :Fu?H? 7ZdxKe)_.2 R5o,^-?=Fx"?&s+RWF&36g g g@ jQ ^4 `w 9C  m4YF B ZW +C&cn)3#>i~@waqy4rxA>.oOWM(ZWF5hY7J7? ICye2!! rE<yo3Mr>Zn(_<SYa$(=dH-37Bk&)"{vmq+8l7s}8y*)o F  :  \ ?" <| m _ r 9  Y9 h g   9 q   7R?OU=7q rHse:@k][w:h%Vh(lOdTxce V+>:;ey"V? nU vEuaC% ]8O#RN_?qu1mex u ?  X [y[Z i) Xa   :   ]E +;>;/7 j 7I[L9-Kaw'8vV (k.0ncbL!#`VYcvlY;O, K-"}%Ec3&;RXnxs/aB_Rc!chNVfaI_iE 9@ O3"vz<9[@lQ)   e   pBd;l[FP M   zb TL2m9y?FSn$o H(!RF'KQE'P2xr9K?a&ib)}nG Oga@ntfYb( < < e D 4)Z $ eFR~=6N\}_VGt8=P<$ #5>`.XIb<`NLH8OU%}bsVSOi   `4>l,ANI{Jg,O)n )$yUSe:uQCNU}or|#t1k`Xz+,9FDxV7 rk[D^a:;''&BKBR"md k- /[V9FH 3| _ O # J(& q0 B+PN&]-S=x:XyM?T>e"Pv?pQen/ # i#Z! n  3daZ~OQ`T KMwW-&FD3WmV4o'@y\,}RW7g= -  m _  `tyU:yg1~ "n0]zmb"sT0Z n O  /  % Q M -Xf AD e j < c2? Ln,O:aQM_} 8UVN"xSHdM{P0{D,}Py}`2C]Sxo4y9k}k~i,\b- io Y `T:Z>R,-  ~y c ^   1  N ? 44]K{:Vzu>3 ZMWR$ ?(Qcl;@W!OG.3v   13    c ' %aR3$_g8QK)P qF7n\4S5 }HKs?Ppqnx1  W  D TM !F q ~s   ?8 Ct > A3+':3Y VDS VsM  $ b- V;y;Ib)z(;y-#A-  ;6MQpnkbg|kZ"f=-qc9"I1sKO;q8q  $[ 1 :9  Z W mHR#6!Cf s$q)y1"afzd"  u y Fr h|_^-!rD!=NJuM&U\B">&\&QA_9|xg<``m9 M2s8V9?e!{_8{Gr6WHij4o d  X ; sd b8ZBmB M:Co-^5<_z,*oHI%w"Tug!dc#4%,C4LB,|]Tb1&Vo4h8VKyO^2-sRKq~5ujGf b=DqD;W%a3?~;,-q*_mr'e,}V5@*1`J{^5/ TO "  ;? MUM+/Ip&e|Kx\T*T(N wc*N ?OZ7  %fRKt&8S<9{q0x+\8Ryr I]"?WV B ]  M X K me b  s# X Hyxj>z!O46Wts%h.Rw0/kx-Mz6Oi':k\35gx\K_dQukZl1FF<[LMngfVb G6Y'CpuF, l W uW "%  9= CP   K  B S    2P FkZM-DB4~ J[7LSR.ndW_; ^o1ts+ReScW3xt? | [ j  h|JW 4 4d )>i@U=FV3:$#tVP+GQDu4bWCm>x\$cpd1$r6XDdZ%y%Yx my?N_k=]0Qtu$c6 s89@ma2j[qb 1 E h X |wh,2wX $ \ _ *\w:)[E?Zy(nm6 E S=H$k/i^}<w[1*IcA?"]B^\87Y3zf ~I{<<)Z+2JtMS\ | Tt \^ }=u H/! \ ; Vg!xh|IY:2oU|l=Jc[B4?Mb5l~(Q'qQ#~ }4I^ &}YCK ~SClH(.d_6YZKAcxkC'v!7 y # / 7STXq 7(SC   ~ V  N  3WB{ ? < rb tH  x _H ^  iA % 4 J  C   ( zDv{auuz?(k/6ZYsJ!\aM b745GV7]|y r4I#3yElA8o<:$xzv_| m+x&UtKW?B t ~5  Zs Q "  t %nX}'bl0 2p ??]KY)V(A*MWpB`@F|AbBL@B#Aio1:V  z ! , A !YQ9I B1i3UTb4T Wf.\$' hqqhX^wSz4<s]qXA:6MtA8+'e{"*cG_3 Qh;IqVqhHb%GWB;& rO>"uxo." O||g7,?p^7 L+sN  h_=>BxY^9K7F:6\kP QWr  ! {  a P 4 Y  Wh,!HW'(8_~TD^dgfjrSIeiT<$ Cm\%8v`gLCH%D\>>! 5J];^? Y'T~=gw;:p.$WV>F,nDQ#;]@27Lyyh`81zUS4^`CfV7WBlq 6F s 3 { } !d #K  = 7 s3U{K/[L@   z o Y @ /Yky N e biwvQHQlsrOJWcr2lBHgWNpk1w\d hu B  Q 6s [q j !h4Vj`=!:j&4nUxzbKV$u$z-1FGI wg1-u&C  "       @nfFf|"Uj4sG :g[8I@]$qlH ?Xq-9@ d - R  P   n W M qy  b=LCgXO*J{D@B*B ^MT@w%jE>8lN;-S=W~9J'V"\v=uSL65R'qm,1k? Z@wmi N kY N a3l:V u [ tz$66UKSa|cX5~7TVaUq_bT3l&4,DGk 7) b8WxHyTOR$;?K3 wxAgZW_< |i(mQlTfc;V 4 v cY L P[BMO:. ?B 2j JQh.mgjU;F U}WTX!XaH 6oI&g UlSTufFp;OVHB>=d "Dzuh "KNv0b~ V R ^ O'p,  rjM u29"8CxS}<8 nD<lFfN.a5 b      %%xsv cw C q U.Wkmw:mWm'#oy`w* '+^{A4]h,i~ F e w  kH{r9,#& "0T''2Vx(\b'%?r^/w"\  N V 6 ]V   J nY*aD8MQ}_RLWg'lfIM' fH }%;]arUb }`Mn_+ w, Z@3({x&nOYt$Z:Xu2j ?US0Rw:_~dr1 KB%&[afjlffny2B9`1kp&g|pE#\^#,0fTYhhn@gwa%Zl+6,4]p5>3qjzv!{ ;((@BPWlbgN($I<L,K36aOT}IN&e%X3j&[u9[x^.*2e  ?1d Y f E ||:Sr:!0Z' \>c<jBg><)xzq&S+Y"9)#1&zOtYTn"eBE",9QIrLz?@b/xc-ka7LvT99(^Lf~(' k% A : q ~ X H 0 $ y [ ST R. G !V HZ{wyMlSrh!#\FZX4@ Gc0i%O c>79 T i 7< f w[I?)A=qjsQ4?ZS,reIX|UQ/yQ]tU lo_qap]M1^Po E( n 5&. xr  JX ~ tU . L t@ X%49q:^^k7w4%8|.tZ-qy\> y B  $  7  { sP  a ~ } AiqKIzx. )/g_OgUDNS8N.WCi#C9tklt"BV{>LQh  i ~n0XV\>zL3,*E'~9^~&=6o%_2s!ycehzvn>W+HB68{6bfiedQAeb/DN4B[RLFRC/A#Bl]7)D}2}p `X|Wnmx#y W +apfnW7pVItj\OrPfyv-%MccvPm6W/k!jQwK9w 3jCFNSU3ldtVf I0*Oz%N,/ (#|u~rDFR\+[I,3Timi}`grF;oB  1  E 5F>AAau#=oDdBT9EVAs_l9/;I "4I+rt WYnl 6\iP e# F_V(Q+60;# a$[;;       &       -zXeYC5v$^z#l,;09urV$G4uS1 'V y< { mn b W <  Q6%T}nGc{NW D)30W Jrz5 `V8sK `h*Z  V N o  /# 'I&fq$ P]U:Ng 8|=QQbcQ3<AKf8.bu w Yp|$0g- )=[6}0MR5l8B%_h/8!%nyl,za5RjwZH_4+MTeN;lxxq`}k?[VZd,a>*$3B{ >5la`,Fs,9+{o,KhB' 2I,`|>E txw ,MJFe;x%c~1//(.}QR4yNX:RCV{GF!4%FTZE%Z 9Z3zq+s5xKN.\rnKM|.%N^}/aW47s:EG']Q;Uv]3 Q-lG1PK;-bb8R+c dZfDRY-~zB#1T0H%)/hS eWx#"~c&2B< lFUAFaxBkt7!CBp3b2q\?dgq~,r$\7`G$M4 |  !   kX R{ # *W 9 L~ ZM i  0U J-5wl~xNy-7%Y%P6x,o.9kX1|ph^yDCC8kkZ,tY{yANS!2f;PR_MeT5xyc'O<d@YIgGP{.~^%)  h  V h\|?`wV at@5D>3%xc'b+'Jea84SD`3T=# xtMdWVHZ93Sv6i"H QUX,agH> asB}7UJdk0(Cu| 5Oer5+:gc_v]PuF`{`\B?p8V| Rw*o ;%v M(t8u7+#s+GM`p|.f(GD|.>7xuo0LApe"2dQ sXXT}O:oHEG  +5  p *5  vA z<8n%Ugr)&pJWaqN8hcu/4vT@-aDB, (#G _rSRv%I9OP<30:qOUB]!_0rwiW~#afe9 toI]F` ?Tw `SI>}.C$4_fYTvuQ&^sDTA\8 "xV6s~BjkE*vIL>!:=yd2# tW@0Q`|S'm{1m|^i ?qM=S<}73BbCT+X`M9|XVBt(V<vpD !B*vTm#<|n}$~ScQah-Wua4' xe]?#!fas) }mTt3+n7QXs@$. \wMZy6#h/l}r.2M~[lKpl2"W*41 l\x)A7=iRN@` 7AC'pPxTzv/uhK Hmt;&B]A!'A H     [ ffPP?-8!&Ntw*`)~4| 1WSh'Mix^\t _  h v L O Wb   vU97MI)8-Rr}CL2!@[%Xf*a`C=^SDrW@m8I"%TP. 0 7eBt& S ~J `k d @~/W\F>Su}LX]=@NQo2 )r  t `e`RSXR9SL(Y6"J]QSRSI(C niGyTVz**L<"9.3IktpO s(2w)U@ -/`7S'!{7Cr@KMh/odvZdy`D:a5 Z!+Bp_FmNoasE/d]QO=iIM+" t(jdH+JRe.-etv&q.B'= $Bft5ren {\DM7iJ^vS& `,&FMTH\uF{A)s?L<_SOb?yQA_Bg>.w^%0ciV3LO\%T V u  j 1  bq Re xq w' 7JKusw:Ixvf5ufi8}PotVBaA'?' 0=OZ_%q:q|a~0w!sMsq+'u_`tXQE$2nHI-FV>.c:y) L { D X   WfRf)" Tu[.dP~Nk[.FfJ+6d-QIj\{ q tZbfy\;K/: Oaut*0:^~@$8-mCY0=9h<ZT<V_T8O w P5"hZTUD i]6Q72Fk"uKnMpG,xEC&L}t @oQ(<EeBH>FihuP6?xVG:j!pMe) *C\V#W 1R}tA -mLLRBjZ8Pho6 ..7 "V '&o/HiRhaK\~xZ~hZX>ljNgk+ Zzx6`)E+LD!8Mo''Z?U\Ix[(dlfxzuG95d6&d=JK4pil+ZN~%)Qjw 1OIdx 5u?7=Fy*G,Z{407;Di~`%r-I`+c`G^gv!P?>b &cwWO~c(8U  N  8vBRWo1'QMp>.3$0Ucew@Ls3D\vT,_a$qx[Zk'"+3]Q[nME(al{_i(0v)|Pu&}*z<.5.$6wywKJ & p   # ) q - a | r Fi2] Kc'y/Zx20:+ YtuIo1P`Qy[R+'$m+mRlOVerwE`=t/8^sV^;&Il^@J {7G"DtJX$".,)2!ce q5|" m   v oXyby,`rVk.AN{] O K vL V f~ +7=Mge s$ #  0!6q=l'x8/ g]?0Z/E|"$Pqcv9B[g,NooNxf\}-CEs &II )N5$~g4KqBCR[N%AH*;]?Nhm9v}lh=%< @ '@ 1 [  y u" - ?c_"r  MT>OrfP1ybe2dDxvOFwtJYXTEED:x(ojPl5Z9nT^RN55*H]txgSd0 |7N JJQZw3y5ZRA&!{hFOv+e XyHT.IzRY@M%=~%#I+DB"  3 h  yj e1.u4gp;#<aHI ~2hynI-> c/8,^LJ_ec}  :MU6;/:kgfz%U=b~/,# S)5 {}T"1PO/; 1- (  (   F"  `    v   %+bVkn"I%J'wE%Fc)~evK< |sl@CC#|33#CjY$SIYu C|n ,Ar-&gLKD;o2B7b::I:zRSO_=a6D y& Q _ ~m[g]Lg3oEN K uW$C6 l^'&JRUK +OQ2>zq8m+N\ fB2#l0ZeN\PG2HK $jfx  ?{A f{uWpfwc?7ZXQK "T0U_USyu_s'ae7[V*X%DU jKUCP=bgh[c7wH~pMn`+JhsEy@rs|A U)2 - />teA+<<:<RB aa.4HCL G72{Yl=J6Z5A}^dS/"pbXPT]i|(0" j- n-rfQg:U 1b   w0rEo;@I #cU5Oo_=3)[;NZod)=9 }Det<T6e1)$3I*2i D< w ~ S  [2>wt}I$V^#AlK0ifYC51Z Z]CH wk@W<@e8q9 & KM ` } MWzt X <Tp*< N^<%,G}{[Z.`% RLa3N3VJ>S!;lE)dF$wSg[^p2%#.&BdL N[,dsa"bZY'rJ ZoW?'&&Tg8in SQi_8> X/1S"RZ J T n 6  ) J  0w}e~ J~iVME\6*]SjV{&(M?ijoU_}/#@A:_wKl}V"^2ylFQ mV{9oXO` S}=lK,v m<T{pL w <~ D & 4k /{o;;gd-h pBmKD!9xlfG8ttMD#$pX%.7#MS S  Y^|:M'ZvCc&?B)mF:f=yJl9Pvsq+5c:)6O}#9 !Sa1ILuCt# z^= u7{ .ap2 #  /  P',S.sD& w3Y:b:fS"WB$`RVVh?f,iOl3KXqz{=F\rimcFy<ro$gB:!wI%(TTQrVHg!D9 %8l0?Ob(< Z (q  Kt ~ !  E n A M  3d {1lRDKrr~EW RNN'!O0;(`)_L=+>BUA-Ln5-@.`Fce ZN3(QyAqMVZ)vsdE60`|0na(nJ=I k~IhP" NYReT3gh`0dDUS@}X"YIOg(|u1]19=#Ai0EL/N=a+&i8? jbU_t?Ml=j/IhhOf lX =e_S?RmkCCpL))w siI! /8F}(U37q#h.)tH, 8UME8&@kB RL|~ma#T")E%sE0yN' U}ZwCI}X(+H4 Rs%;qeVWZO+k5=7U15Rw[g^ ]/GEs^ (x/U?ON,S0D.GJ;pdS^us{WJ,IY;=!l4sXlh3)h5MEf+F( ` {MWr$`B =KZ.Pc*(zWt=c9t6EuN%9 | DKOP ~_2Hb|X?*C 8,Sf =Xgd@C~C3_ 6GZ2 1<g2J ~# z un h X  p*.0=Vtu6O[0/'{_y)1Oa..^=L:u 2+]1>5 mpMp^|;uMzf!VhasB~@AJmBU*_0"{'M0\n2L"}.v&XQyN Gh w6 46 m V  1 i w g R 9  A( f i x^ Df9#E0M"Y81F"A) TqY4ltI?&Tr T>44?Zm?I`Rf&MF w!_og(&TJT''1~mTt@AvhF84 *fpb`#M+~v@O}yH HE=%29q,bOa5Hom_d:AZ;;fYB);`+&H{ ?*Y=(P[]"o@ygj|F?d+ =?]9+vM)D7MqML H;'Szc\.gR,=/3"i6.hry!wLi ayR`9FQ sts.?Q#=}Y @0\d<X 9rDee {  2 ^hxM-L?US,.m(DfcK>2Wa jA JTM48? -d9jn>y kJopIXad3zn1W%jWsgemH5c/RVJ)}?m:1;&ilPQT} O ~ 3 v} / a7vs1Yms"F3T}FJG0 %Y)Nj f5yZ}&=X 77$(74~CT N-D VNK (W`(e:o;d<CL}Xe6`}q@RXX.sqsjqj7dm\-_Cz`T]7 { IbGo- Bo$6!Cr IkH\+.Tzo`N>-h`F);1"_`e*tR`0_ev+,|?EmO/&gE8tU{TE (=]plI>PB4yWZnc?ziox% w c )W;r _Mr`5wM@2 &EoKHn KcVp-wI^?5dS SwDH*3M\]Y/v0~4<oT 8Lb4LSiY(c%+RX(2':z t.XTq--A?,@+RB&>65X$7]  M#99<<!/R5B]tH>lB'zFRyI> 0PJ4TopSw )`*>*E}95e;E[9J[++#9}r01=399.!x- Tuay]q_+D#  B : c ( d W # T -4 !  +/-Ei% mD0p[Q3~+_h8;3ka*p(Ef,VnY"VAm}m7`H?8aK`sHWW8    %:n~oS\`}&n. $ F$GIy(3$jSehAwL+]$ #/xWUT{y&)^=G`go-pd-zxn- sbJ^t|rYWC7J`OUNKCE:SrG;S2@rJe+SfgbZ-L }y9|X1Ho4}2:rGCGPrmi*1 PH&^yF=U}ZdvAi/v_ (7#yO-7>fz a~| lK#X m/ iCV1U5V3 Oh _"TmbizpyX[samXxsTj6D>{v&>su0 t. [f5oYN~jNs8m(hvOdx-6cJVeH/magri\jv$_}@]Y$;3WGKTl<gP[vc>DqC)\]G#EC|B%">"qdW^ cYxqcw=@)BWx AAsId $ ~ m  =  5  >  6d\>o;RrXTDRaHOA[8HNxobwt'{U %x 1P5y% 2@5VsixB]Pk3VR>"x2tOz4GCw)8Bi:6,LC JG|~lyF. BfY,;MB`)|${y4 <`}:V>Q !@<j?1MO^g*jkA )w WeXcjy ]j~[1:N0N[ Xw 1!$2An}7G3Z&28CN51z67^g~OU4 'lM[,p) {; cNNCsd8<j0yul9{kHe4}0(SQQsFJw 968:l+Z0 < XQb-``.&:l!2Qb)qE\|9\d _,\yQB'D*r@p!brZu1'IiYGnBMd,g;I:;(0)cx>#KN6 2'K??J)18G#I hmaYBB1xiH9e$6|ra979FLlpLh. "'MN'Jyp,}"Dj1,g n3d-I=T3V F#Q+ \GAZQz'n08z0@"t ~8<~u<8*WM]Sll;[I?LI*`wcN)D/J )X3WU<$AZcqZ*PB69 1DRu637A 6n{[eFU^,y[l/@VB2j2P,0!%,_`J,+7ZMk + ]x(#>lS#q[TMU\7 _MhPrq/g`*kMQjb0& fv>U P R C 6 ,  . %f  =z RU'no,HB_;}lm"iM($61 |m1laUm+}v6MhO)u{|B&}\Q~@%iF4tsBHk6zK >;mg4? &vgqwJD(q ETOWebV `5B(t!gu T0I;)Y=)={+$YKE} 90BxZgVb"|o0}$A c:n z96@+HXp~|,j9grk8MC|u'7K"OV  mYjZ<56lu3j9y&RlV8.s*Gp&.gCU;HRWcf6!12T?]@?5JK`l mgt`w ;pME^DiY7`+Lly`y$bCD/YzPAC2 -}nM3\s=zjVT$OLXm DL\;;Q]GC}NRX @Hn=^e4h'/tb_9ZSpm s[(YT~%l%X]V+gvK=3FFDSo?7`efT:QmM\s9t""B ;*l*l ?1 :# WtW <&RUxPUsO%Bio$F>BIj&(/^ ^-NO E/Q=jpf;XL{M A= va\qG"8PrR=u09kZCi7xp)Hy *!27 uY5J4KpO{Np8fZ#S@VCD\E{mz#<M<V_l: i1 [/rq'1.76MTK6qyqEtzKuZqb`VSX;v;C!|#? 9pZ+hkAL1Cp0Mb? ed5!\Nd9Sw51Tv`:#c}TkYr-zS OZ1F/5w]iF>(;:^<@9%Oa^qN "wp3  eT"K Ye|*L}pOQi 5q`stATES6'oelX+fDL~f/B}sC0Lz$}ilLn9:j"\ 9nz82(hd3+`Gx+p/BD+CugDb`bfRl#(9<])bp&0GC]1[kQ @ B~\Zr}P`E}ZQU&EF.L`OIHsX-r|8zc  Ey[]S=`v[a'g2@|&,;VsI5|<6h 4 <(Y *L8tt}oh8Rj pbv^  *QXm$mL!K%vD"kt)<Ec'"kZ=3%M@Y8'KBo*%uuG9WY+C ?+I}p 3s IK]NwSurbe!)Q  El?5x^ " l hjgtuy|;1XB|k,$K >UyjBVBaX_i1]<%0]\_luPhQ?i=keT!cD /I\!y R1267p ,%+n!&{AS@PLF5 <=! E o^5uXJVlqbV)<NGN^#-LE)R_M#a6CfpOQ|;:>  5E&DEYHQM!9wtn~3m<Cu,Nq>cn2Wu0~CmUjSkO#|qQw%4B?$PrUZlWHrkN*gtjD?J)`%ed-&.4P1@ht4EBj`X]#]nfUT^w +~|BzT/0HthllBcn & ) x2'Xx36Jn*(o|JW~{fm%QH%SZ-B%%{^_`g;P~"p;* B\qv,0Sn%v-sA}ZN/=#FwZ _7S|v9-?KHucHO[9G!YB8wV73; -v#.G TWl /jRXTc/ Mz?] DR56wInL_-5XeH>.P<6hn/ e\xp8a # Q.oOON]RS7#uR/D3WEysn*9#E')&O?Og6PzA)7~U@NMxiAk9~#{3"o$<`J5?Z%O]Q8ia:X~A\bTk~XQ_}mG{5iZzLrZ(~1{lgH'/( sC=%[2 / ,{,aV ;5a>8J=k'(!:;e*85} .Jzd6paBCB;sv8:57q_ym> </`.n[ ]7`+lBR0M,s`)(b]KbRE&Z,uzV%N%N7!m<p4K*  m  Q  O vl|Z=a<sF|<Eg%Gh6<R`d>wD8 2sA#~]*ZJQ0U?!  \*JSJa6'-Q'l)-N#l5N17 yYX]S])9}%l.iaGeEPX[rvm Q_SKP($ +m*d8.RF4x}4Ib;PVlO<6bec8]'km ^wijG`=mu.HAO7cy^"7ov-4K!!v968Kbi8aaT4,>HIiKKKlM"SI{nj3k,t9EL@28 C|B{]!WT8hh(OZI%g{K:$\)[HE9*y2lqq1os:c IK I{Dgc)"gQ3Yohrj~h-#(dd)p_(lJYd.,MqsF#/@V{Ua;2k@Y<,TLS,5GFYK>Nbb 39]S6BM(N( 2`( N8:gNnZ"wT QOZu6s~rc}&#<7;W F:EtZ?mMX:bej-v<|D\Qa5t>#K:3*7aS=.F$%yN|JAk1\`G](~NUCz&PmRqn#(=*aMUT;SuoWQ3B. {5j@/l\~\ Iy2:VO\M%5Lx8+)M]YYruHR&w1M3I?3P#dhGSat~ p5h_WL8Hr[I_?f'~<1E!P~gm#t|`=y!z>L* 0G{  $oUV ;g:Ts w"2J=$OQ/UM(u6v8q{%O9pR.!ZCr^\<Hir\\h]eEoU1a <-tWi%BA*GU&8fmct:(Zl/JvhudFqMTv |rGBTlkx-." Do!PW@.. BOG 3AZw;3M(. 61vF f^ /$s6&ms#M<h:Lcb{>O%};xtFn)Czx_GFM+XPw20o  (#)P0+W5P&}4?n'#`X<mQvo}Nx[1>1rra'M=<LrM=H&\3$igV$'_x5tp V@JTer|]D}Xa~H1J1h}}|Y{|`# dA9+ROsM~^t" E@VQSwLWTDRG6w-PO0G-Ni?9B!B\ t$"1OW rF-#0$$08g8ff]&!}W|]5j} 0ViJP .7<;Rqsd\G:IR6 2[w@(,&OD#+@H; l';l2XTS^iP &+7UIYTg:/z1Ja-is:/Dk2 bPX@)n]HX6^QhrQc9S3j]qn |zuD (KxN4:?o C v?q[eiHy#ID>1= }PAhx!6pX W{6hvw%K^+EyZ_!uhB/6|DgF2yBj6z- iik[~xIw}LNS( })Tb7 cq-eV#w2J"<Wwox{n_Ob[@]C"Q~o waHRY B`>= q@$?_:$b[Fv !z=^GixHW_^bDQBc76OSz?LPJyUw7N|^>:Uoe#;fng "\^k=}Q;r.05T9a< z:J5 Y?D'+ I^M~g *U7JJ?Bz h-h:{h2!sn+_BUu+,iHXt>_fwxhSmoH%ip6^P7 (*]UT3CJTwCE$R.G MnR#Ok; YC@a|Cpf6Z>lykJuBxAD f`Aw {Elnu94[A@e"xhQ.@oR+"d i^o, jG_08v#Yqf-( !s>0W)ndjN~XH* gJv+C@Z-r\+1V@:nut\oE5 x W@C28%D~7rc~X0+ ~1^z]g|I9AvNq@Y\<iy k[< 1`<RnC[-Cg/jyq \;(`d})j`1p'PF[>f!2 (63,NZ, !~pV9Q,#GABb]Ky2rn[u,Uqc!:E?L0n%@LAhVV EiLn,Jidq?-kxQ 1c1 'skX*C4|^o9-/R9e9"Lp7oCwr/)+ KiMt2$fO:{P_ZbpgqV-C|gaqSqG^ogKNc'wO,g  O:_2To< l/8{ 0z, 9-R:hB%%&RV1h J;OQ {J}XZrV%jL-on}(j)of+v_*Vl3aO2QbK)9+X,shXi8kKG*<Z"[k0C ;#%EEq_I 7E\ E MH!h8USib: -\K8lwSwo "eZD+g"p"VX%+HWdV*M:lM++'[S TrZp~\8F)fmc,BG2KEO~4;<_gg3uIbr*>[$]H=NlM~uAluZXc)I0!+&% W9$FY*$+iZ,\P6[['5w7uR$(7[4l,^W,O[J8c[Edzv."wMRR91(. >l3C&!&wB>"} ;BM)KLct?``C9(1EHx++oxOciN " tc(.};v}^wrFCf NF4'e{Rf Pr \C S,c `RTg rgS!_]~!&-q3p8*w<#y #$?ZnYM79@l8XMt4I)TFx&Jur{<\qM#FF":Gk^8rF#,+n#<SBHE]  uE8 d?r*SxPvz"(mtO( y T(Qaj"oT@oPPA<RXuOy]K+JiSpKQ1]$:$A(PqIWj05' PlBk^x/qE3CTWS3C3M6')3, <# tH--W=r 4 ;]o+hl3CMD )t/47&"gI&-1sgB& %"v ;!r^VS YYEH#,4]-vtLWRO^>=mV>_["/Q#mDr)YH{*0GsZmkHAkl>4{GQ3]VlzX7C3w [:Sa:IGbD%1"feanCje[p^lwI&7o"M/aOWP\x8 ]3oO)SuCTeo=+mSW[MdeQZtprpWq ;BG`@CjXpmJQb_}]t;u- Y?`[~/`tu(iip ~<>IhX0  )u,'-cZ"08Hs:^T{:7E&)..I4{dkLB^ cFq`d7QgVD' =@ >T,z)h (DeUP%3'-|D*-rLb1iCXdyO u5A <EA=MJ m1^v{k% (8x yxF /N9< ZT? /KLn$Lg#U7`+Ce;^:2#6BkZ v. bSNeWjM?l{`D&WA_TU(JZ0VR jMnHxNg]fy^"yn Z(3KSWneP /Ij BTa)#'ttsSWv3+EJQ2?v1Io}Wv't"^^)}`O 0M3i7+Uj)NO$b/Q{s;yeqFJ]WwKl]8A+n :Mh4<U|v^S !.Tu\( >PUsR*;c`NFeYdB>wSSG8AzhGh.$r<O O{3eBWU|8Ganm]H< E8Hk)eL%O-9C_1lnB= N;WUif[`JK4nD?%{~z %~.1lvPlVQ-O e-j',j((l4F]igR7w~/yTgaPcZ|I$x@}+,^L,?lQ-s7^I2'?D5IB 5,;NFvRan[0v !x0uB2"E/Q#vDBEZ$?tX k "o p _RB6L|pp&QBBZ?jgAO ij#0v*e_`S`Q+XqDvG }~]ix 3F)%BG# P/Y_(poGJ'`CNW,rLFr\>3pl!a,~v SNDde m9"Y)c/!bU.1,2"3 f[mVak"lyNs|+4fiV -f}yI m % BsguC WEeeJ:5Kt[Ok(M<"\z2)'"m.B5rB;5-fersX#'tJ}oM:TTHz31Zn=D?5GV 6<pU{{1h-99<-]{mI2{2[!EmwU\!-YZ -.fg:9X1@|E* zl0JEau~jxYX#YZ;K* 7OVXjKJvFS^m.YmQ)pR0=QQ;JdTR'1w^T<oV`rDMK0iEDUqKxu|L1rm5 !P! z@~"9yLNS0z"?!7uQ1+f}%aQrqoMr 7_0l?Gxg`SSyrANQtA^ H0/SJ7(/x-2& CPDQ#}4 !Z~`(/RQL.<6HW{) ^;Q/3&'obCr"ba  amr0D^ tV{JbnkglDDp&aZNi)z|5@I`P<@1XM`H LS[:OOj@XVn9)!PVEjkUz<="XfK,~A]Td $nF^:Pew^U zXu&'h.& $KF8m]z(-t-jl?qQ!W`oiUMMHx%S>gTY1i1A@XFdSGGg{L23 Kn9We(IwOKz.YOxX$ mH}?*=94"/dS2J]*+"$i{YcNVBGzo Oqj{ wpTAUh_7M`>jrY5fU\QT+Sicozl?<}K8T]';{<.~pPl"<uE f/Z xnp A#3Cf%% 8&yx;%6}vKFvp~/lomZ^&EX.?a\.j+<- +]KSNMM9tnf39&;8Us#hL"}gY4>m\W)c1[[ o<2F%cuHFbm:P} 0^f O& :iRv:}hF 9#"\BxL* a x,NUuoE{Xf0,CNM }* kc8 `^gW !OM)@01:0aPl/.NiuD$-4H3`;yOI #:&KIuG\"&#"Hj-4>8H1I JwDHl+A}sayzZ6Ec.J'ocnOZ"V+RH7{2 T.g~PfjP4tCBkw6TQ)-U@z,Ps[RHoK$xMfmvqi4R(<&dyp)+=Al UCB a!CY}{() p3j!O4?QE+9X)^2Dx;4n2:RPA^$#YS0!?(!}p%C3JTj_$j(j%_#L[G3({qbS|}C0$EPb^bb(Ii &Z{ tXz!E(~2 |6 Y?HV0>{dM;- sah&d7~mhC-~1mo&wKDv`up'w~Z"')W{A>qLbU\qN5 X~B8cf/bye}UJRP$)}6M  HPWW(f1g#dNr[xcja~Q&d,-Xq|ft<%fqC z;v=}s==(A <N7g<Y L7qRoIyOIDK&2S4MGqi!Rj 2Qq44ya=nr9~P<'6Xm)9O\,C /)N( o|yn}/w%F9hV0fgs ~octRU|a!\ 1 {7G7:;)h() -*QN U mw; ;2)kj&7H7.7XxRi F0i.A)$Pq "SE"j25nw\'H+lbft$a[;O3ke|dX(iUtPe,xJwLv9?IoTKA3^ uI~#e-*_>M@j*\=Gz}Ls9T4::NwF5(vsuPVi}i]T8O (,_ 0[fpx1*s`T#mb?G)-9(2}HXvK3Wr|B\C='D|u~tjLqy!)Ta9GJ' I;`aD8RbPvm+dNH9B q)Anu(8g> aVr{ CCCQaN'SSDs q[SP|>  XO:~7JVxK% _/M;HPW i>)(Cpo o6S"bN'R%OG~l&LSGsFMb\`.&-U1F&f&icB 5O`{}MS^1}K?vH%_>$Z]{/&*T@-Nl}Zq1QVi]g\l*48LRyz}> rN$b i]2g?|p+|,@&?  })#kZws\\H<+;qB\x$O5I(sDbwzR (e"UJ\_+@\E;DFp1`y'x2GTxd`JUF"^h N8-B?j YYym9S9}. ~IEN4XE:$=Xl+ NpgdE_ M?{h&$ZyE!QsQ#$#|6O[ca6s[tyt]U1E@}GE]pozb`>r4js $4hyl |PA[$4?zfaMu^iP j,;ZVS.W{=}g[6(!U Ks 3T(1xvd8\dSXG*!-.t_BEULTd\QYOLIM8J;V;QD|)*oa!,r*']8:YuyM*+ C ,G76!7t;k^l|lM$pAu.?.X]sSzE,Y,}#2wkBV%y*_/c0vX5!_N2T4Y!y#Y$6F+NDHA'^513MLVJ\DVrOR TF["#q2` pcJ(u ["E{8z*BD_pS:gwb %15cy4H H!{woq4K_:aV~cdS%j\C+iO -1YKNcx76@&rfQdZYaJ}?%ItAV&~5HWfDj|M;?7ZY&}#tHU63f vsVLE-CmA<C' L H'NR'14'2 d"h PHdtbafwb>O k{a(knqiCbhJX,Zn WdxH.#M'z9;vdDO? AeXv@:*P39  <60+?[kzx-C N[~'Qe;Ob2r/&IK%h/wx+,so#qdAKy!(X"FK\bLTxVLA*snw_%Rh5zkhkI"F7;w=[{<"kv8{A:?PH~)JlP4`2ziIzjC6  Fk1dzur4} 0mw t`.^-QemUa[SBH2hn;24`Ol,Mq XL00#j>rkpAg F(%20]nGU"^7^{ =,";bzX-E(=lRn5rC]^"[` M`%-76{Qw-r6VKD-Ca .e fw.?#Q[@poj1$)h}V  g^j834] 6S L^a!2U_s\lyNG/p wi`.am(K&Nox4o>c$1Kw'a s}1H%ZA24 Ou@" /\RaPr\mjivwJZ+cOr].B? Li']C)c~6_~lCt`\MO 9 .8DmYE,cSr{=2N#hsw02Eu]@{ /ZHdhu6Lb 1p&vu*SzR3UZh!y#UaYm)[W&ar2wuUpvzt}q8iuF.G3CeVK]=>t^C`_[=  .pHT2v&m&48'~~y*n IR/BySED=s/~q7* l8N+OO:R"&x#7F-7MCUj*"vB{wAD~G*1tPwZe,=hpjO)>}_);2uzG d&9!n= ]K9`:3SwQqX {l "o<gO#Q7e=^SN(UmpRw]r-N_mS#6G*{G<[*8O7G$R@r <yd-[W_Ph^b}  PtxDZ/K>UM./tI/.^Q./CU#9IChyco!NLr?BL\{G^dq Mua{^uF".~^8 |$W.#G!eBTR*h9TN^ 29AY~skD c`I)qZWok/8x=pL.acEXc5JE.;b|f X[FHm$@p4!b -f/!efd S?#_e )yFg ^10|pBSjO-25 XycbyFa lSgnyN7 $CfKiBq6P0e:f\= N-SfrMO4=q&@% 8g:h/4;j-#  iv2uO:qk?UoT 2,eGJuU[RNe,YfTqepq7 qw(xVk~j \sfmoe[ X-Tev\f /hy\HIL ?3hU5AF6#H_nz}M%4tdna^LVMj3dq~yc}4ukOO*8Ct)e3!*1Pe]G3;F b_2@zGlEb1Ddkyp\GL!e ,eh A<UW zE_z<<-#GYJyFHoi+Na ?eTbRe0T`7P4u!JxX\!jrq5YU.pGP h=qA>K|  >_9QW@ 8Fe};nz/ozy=&`w$zaMHejSJPdvT\vynE/4I ic .NCk|a=G,~c($jP-*bK15(9XV";pN<(CQtm4R!D@ZJP2 uxtNGs-4$Ir[k,+:;WXObFQ Ywd*a8uD V\EMcWzpNe7O1W)G"6a&c ~}MKmZ+~,Fc%13p <A8BKHNQ=|k u1b}}8DG=(FFm^G%S!I*2_NmpmZ}L[`;n3;*n%oi.$+gA<.ma1=~KZ{E> =>5Q;_D- R\Ca/hG~eLqrlhJ"G>Ob xKaP|J#U\f1J-yCY:&Y1k_Gi4H+fh/gq\w/qQT)b F'=KX_Dn:/YT~!pLoZrmYv`]q1=!B%QFy[k}6Wx$:+YNw~<jW68LXK50QzL]>JEtjtQK?%gj}M8-Ht\>VJ_YJQ \%jQ =O.@8]qgI`'hd#'3<"NRc#%L]ND &<j)VD:l3hY:)7,/;\Zr?IN Dul@<@_sHN'+kyKn*8L[7(  /@xMO=M/9'g42OGwGQWM8I1?''hUTyF8[i^-0R % yOB4M/hYi/6p3dK :(ts-loVbu(]n6?ZTlM-R9 v H"Af%h:Q7*{DQQ3h/q!vwT9qs}%uN] |njXGQxBm,dA}|b?Y.rW:#@&XL &HskAT( $o}.%qS+>aG-a !#LB_MGhAIEve-gz(9yy#UAV |l &|ONJ_r@,Uu<J;S28#~c14Ozj*xs `YtO6G, 'Kyi+5U.*H^Xgs!6<-Jq|CHeKiL9G/J,r3($ nZ[* -Mp +__Srl-b$~yZY>;dqTt#FsD^3+r9Yyqpq4k>Q*YM%u(]Vy1Hib>(B{510psV,/:|=E+1/Zj.X }DwO^tD\MXq{kJhMb:bjzH}N)C|L LHf[OLCOQxtdn@^\Y7M'`:oP{su4t#LXY zgGO~?x[%SE!*5!a(  !3$~1r.YZ-%x56mAH"@>|8PS(J~B _] jn/`F}D;]$aM~uee i|J|%G_NtpJshuW;vW9BiuE")sl{tKx/(a$ 97@4(K8sha|c$'lq;x oS+r/bkr8p w2$ k|1|0W}\wp1b:m.e fx4v. (H;>}^ pdqo& 7t\` `  Vq[U=`Wy~M(!'4v U^G P  4Pp'9Hgjqv=0Av0Hf'7;qTc(n?~Akib%V3jr HpVv;=KK(&OAB3tU YJ6OX4M0A= ukHW-[ $^'/,?|l+htLtf521]^N\M0GdBHmV/'[+9g f.#5+"$_o|L 9y'Nwe>}S4 +u337O'-&42{H= &KNZ2 L_Zemt{@))#*5?O}O:E r4?3r4V>Umz4Z @lQp;1b] ?<^?1P-fVltw~8:` {qWjE7'o$yQ98hB-^C}#I_0U:#MV11nDO'(Cpc{-ieu?Irs2y~_KM$TqGj ]3"M"n~. | ]Y2c$+q)g FXp,aB$Q<9Fq256T (mSxS^L}A|E ~OL4'o O7E/w>p~4qK+"w/ D1/O NQSB[;-HX998)MDv3_Qc/_C$'U4}p@zfDTPj e$Uc]QY5F.DDDsme VU`jtszisn#[sa]*E I-)ggz`//Wc<@_jm'3l O62tI6f8Q2&{AO]Qz V,1AZ@R^j|Dp4H,nNa>U9#OpL*5}uD&x+t74X v "ozVro&X2F%rH\=t[h VJ*"9iX4Q6}=Xyz+KV'lyl>E;YwV_ -g2szl-PFI_!tzom v/E 9>(f&c Gu{khV9FwE^^;YRM1#4H16U0kBpX`w2k&/+6`N_/#kz"Rk5T:Ad!mRM6p{#p_Q!N#+WIqpb*jZy26A)"6#3Piq  $(HbnCa "]5fsj]`E+,#CGl2hU|dX+:VMG"+`G}$ N=c1 E '34.H4GUT%lZEG1X4a^R%nR&<ur(*}#jNvrfbMTjv_v*!Gywo_j5iq`m[d)) \PM'zpt^T]*w2gk|w_7qiz~D|:V "W]X8~7SzsS;m9uLXI'|5vl/Dc'=LOfxqK@Q2hq<p- )TD ({ * dK)yE<d*-EBDDG=W.67yG#1g9w\Y`b; rP?}WQYWa|'RQK<%n,GE*)&Fu{Ol@/ #0)LjG(AbM_KpmIXLi Bs|tt?cmnr"MqJ%H/Yue'5-'5\ HR\$#AO<*+]49nE{}=kJ!}\X6j8cV,#?Q7[5f()axuQ9[Gd{42>`*k Ulp^=a%< NA+=o&?ssm.3Q_^cgZ/NQ8z%tb 9vmxe KV>m8/F.2)V zhQaP,uov44+-"^[ml5a{EuHIO/|Dk&b{ n:O5<9A~BBI`!Cfh-Qk\e;;y3nDXQ2& "77c@$T$}}.]oI[P;Q#XTNm0a>X{-K1>N/ VV2Mf:p!tA)CFFw2gKFoMF<'5*S>YHqF=R+%<7MNA3U@+S8yfT?,])9KRQC+d)S](be77Riy:1`NpzrjlCoeiq,_)*3]ow\(ZA_6>L f0n\/pi"E o re~c&?LH2s^2OtMI"e 5S+2\xqlkq8e0g`v /~,!2c@WlPDrqjT2 r. S(f#ZyF4Ye7uyH&3Uc/<]"MJ:mMu6XgR3uKhEJaVwf62l'Y 0 y-u=B]E6DSx\;htF#m}V6tcn0] .@ .R.fazw\Rh U|FXwYmG=3^cNr&V@T HfXP.  h):; **6~1q%*t].vE; P{r4kun\_~qy9{N0?QTx0|Dbg)SKu@g @]}8na4%/h~!VPW_`Gq,~p| m"/) t:Y\n_N?iBkWJ|ep@ x4y#9]Cj{Qc  & DN)k+ZCdBhBCMHKaeyd/$v0X}>ZD3C>lrxgj)q6~_P'paI:j6viEh:4vu%V_ ?Teh-YCCp:AMYreXv`\w~eDD*uHB+mC_l2ZQj=!o\""Z2Ov6 Sf <ta8[ FmV0BpbR LDXMnTjKmR >-u8MsIUV[#k$Lk3o~j`o c?J' `op}Xe%H,aPsT8<KdD)'\PkLaBN;<vyE g5] 2ZZ[@2&GyLxt\3HV=Ga509McHor>wk`UC69X\;{)5ce~KFe)8'g+C8&3QJnixjbJineF'/YV sz_IL5nH:&K$52^h0%!3([OB OT1mq 3ZL3 =UL30KH7 w(m@<Y+pB:QUyL -0bSdloxjXn&p^Az&-}xc^;I lI+ }2C<$HW^B' [Zo4Mq%gR GgU[tH3IZt78e?&=sU(FD[_-MJiGv\J5"2{ :  zm\%-{28^{XOQ>Y=X{o;}2rflW%k"&! F7}, A>,#Kww]11 d #jYeyd8> + L#WX'1^Y% 8V6# j<<m;nO>40ca_J7vXgM/y<< OKq5 erJ[9'.~Z4,L9nga];;GXx- ^ LA{8{B)I]nvlX@G<61/*C(.Y+\>.,u+'Fc}F]BQqkh%7)m AzT|<-QMmC@IelF@ ~?GeH@B;Sw)vrCDm\ C9%4ikUlX< $ZCdkf|cl Gseo%x:'pa>-KX ^o*=O*\PfEo#tfXQRPM/\.Ne#m4Lj,v Mk&Qz=0?_ D, (z)<pr V>7vf.Di/5fvQ:YE~GXNh6A:fcP9!t6DvFMvvL,6cv$i;n~3_*c5t:7K[m*FmqP4Pt/+kq^Q0NYsz%erHjuR*t7PSjQ@&)/ uA,aJrX@1Mfd[&VEO[A{35&ua0m*$Lsc#HXl}s8n5}CU<@b(x"*DSo|\OL];%;l#?y [Y DLh;31J$&\|\|mN|4P->2}iJe4"Z907u3ltKBL!^Wq(R:3Pnk@/Cb:s $%_xum&4}4y{ gppbKyR<OWsL6_&2]]4Z6V"Nq Ybd}do^W? -B--"wX&7TGQ2Lb]V$ g%F(VIrM!i~(2zwlyrcj@ wg{wDOwHX`1q@yb@B-]!}NCLDP* ,,[-~5EMy8yy?@.?:k6kKyO:W"HG@Z]>iBf,\W2h@}b(r QMg)&Yv dv&pyw`!F/bgD& P||NMq^Cn|*X!JzErw<. .DdFJ8#`'/(}$w}@GhxZuK,QW7f$GE!Ez%ITu+Uf#|<|<m'CwG^i' ~gkO ub KDYZ96XCjVr,O/7".4+"Ur12C$5C*u)qnXJ7 }> "g[k0+7{";@xu^t :^2"ofq=wHayXZ RXph&84ODwXV<]G{YO\<(|"Q0f?nMtrTSXT$& .bi3@LM`G:s).?(" B */(4)Z0 e,#>Q H]lTSV^T6.l4glt\ ?DAMInYm>x_?J_'}{W,^J> ]]/"Ywz(lHf9D sV@iN)4eSBE#cY9`m`=OoOhpwZuw{~[E95V9s V'E=F7g*Nl?&8pQn0ZV[-}7RSX:xuZ`f+9`3RoE5 |S|f6H_ OiZbvoH#~Ef,Xz:zP}kLuCG3Qva8AXE!5)?D Dxm54DUF0 ?JB@xa25o }|U>)^Cp A^35F<^2&ohwypDv0]vd Z3]A=<AM3v^ktc8yURGTYk}q<F 7"`t1."MT,-8]foJ-LX4[#5*GD"Id65ZP`$ou!,#v;$k`.+:}>Y<sAalJd[E'-tsAw$-OXhXBIp^Wgd/-*M Nz1pPp^jb4-/4[ 7<0p6 )cQt{{R j k2$GgM:9XLl#wq@en4XaX 7D=zANlH* >Ts'HC{'I[Oj)8&H.+=K^\^7WV` E=5V2jOgib}/*25230 '.)$b R$t%J>fy8pEz}$|l^YE8W(1@E|6et&PElaSM%GBk |Z6 "%^FoXOIk"*P B>_r2@*rs{n \-l7B$J,"5r_<V B=`GqiDA*&A.w^&_HMD:daI .bX{hs[_\B]?aa8+\HxxN0.>qF{Aay&GW(%4Xm R8=EIsc2p}!>+$^Ub_w d@(4MCRSEj%0fU,M3w # sP/Yj(2]4SYN2HW OUX;mM85fb|A(v]Y#@ ?=J99v-: hRof(ptWn"zv[ CiHL_k9~op{EOmgiY=BI4,^\&0hn:LMcqDL1,Vp^ Qui5 'CZ?rgv_"m+@A!g=Nw.~B; 79MI] "7I+hNBfBc8GyG+tbp.|5PHU^)W/U RP5h}VYprz;Q#3in TR<TMsBE8iCN%RVKkp3` RbiJ</qXDLL-+Tn`,\As= |yi-8[- E > V <3w 63~N?-}+x g-jtJ0","9<sO 4FzS3Ol+eg\F =MUmx%{f0`AWRr3YFk+p= 8 ! /d`{F.S$*VU"F 1s@*YNEB!+~Le%Aq)Q a/!ib;zL/ 4,YSv~N&\Rk|kvP ^9=3e6Gv[.$)_e5fT> M >aT0V a-<T:O/9*o=kR(m/KYO24  L@Y|fMgHwa<2AXg',y Pl+mlk#e`90@H ee#H)|<uwR8z&h&V\{M/Q<9* >'u$HUGCt>&,g># I+"P)!b 0-j[4  x(j4Q G?;yY'*\(SSt@_mN?0NrBu|P NOGVsU)DjnqyJgM g7$z@*^#BUv#6& gCfBQm#[rgtvwZn%Q]s |-vMrXtkRkl6e?Xyxm|Q=n5 /iDby_$5d:v'QwDrzqNb h- cF(A1?WQ~jR^J7o^H 8|KrYV|!cY M|~jQZR^]p8q|:e{o3MwgdM5z`W#%YsD"cj #a  2hRP;1?QcKp{|'gUSS. n5*No.5:<D%!-3+ClE1sgWvZ*wluxWh[A2;hd<if].W P6 --r3 Zn2$745v?c~C;p.w&Z-OyI<14]cRm8T;+^GJ O :e&Abrx j')E>'&iMWRe& S^K@I=Am`>X_=:aVwBFHDpR ( e[y`Lo/9$rjR}2< !?p3zG\D,ugjNs 2I j]& =i :0q<qZfBrvVKqXNJY> 4Xl"+}SUUz&(*O6N/{2+g2:O4wza-h^bCL`:IeUU_x5;yF Y%]F 7MhmiFl@m 3,Nkz\3a[-H{xd9 iCzd1i~/'"Djd=nm\] GI-XI_hXe P lU`B9[KSt1rNTQ+OfRsXW)tFAbXwOxvt{2m4"1X3 .TYma&N,X1 {+BU4c1M~{7b'e]_DY1K-z6hH}&SqxOQ)#.kHQ #1Z`ve^z-#o. :h}}[EE#5Z89EE);JvH" 0#>0$!Gtt9xNBx r@pT6,`P5=APTg"s(hF`)+ P8jD.K[\n$.BlbiPt.m_W3B>)  l=a: y.~ Cswv}M6;fU5EimQ[M +f`YA;4b'_+|UTN%][4xidhB+EWGxa&R%ISw,@I,Cg Hj[H4jn[NwsP^eq]TH;\68L:R~P z6buhpBhlx&yp'W.D=TA{4_RI !HQ|Mj~UE^nPrx} Ly@uN{etp^U:{U <FSWX5cM<:3NC@FM; n{g98</#A#*;]jxPOJ>ZT0$9` Ddnu$1MD_xQ(m5,A3EfnT uv}lI){%<D70=Vi_>8AjqyiY-qa}>B6&5(L.4,2cXuw!by&?/9E=&.G>l &=!]_mzL h, Jn&B[W % Wtc/_uBQiFY 7]@oISNU~Um\ABS~a?o} 1PnmL-eHr8 (/f| .0kCXQ0D@UrsH17Qa\=c)'_)Q3 @l~BI&t  z8f )p(k0Jc;C:8 ^hM-2Sy~`LlRM:WR_$ k"M[284/D-OK<M3}4;Hg';fZBcEr]sv9Vq/ $33<n0&/LrNczgC%~6Yu@c6/j.unKflY#12idys$ymD&3 :'Y|YCE1sB D ~ 4fv+.d7QN8;49X2q7t;Uhl)]t j&^6}E%/P7h1eA \V =F&Q: :9RB91(ZgV U7evxwbR`-B!|&Og1nk[NeIF>Mm}~2&V2j+b*x U? )He~3XizZ`5qD/<]=D]q{xziZlR>MB~. #%d$  E%@{g.F w %R2TgvQZ'QRfifKp<.O69F1 (u'1XZ|lD}mJEz&:_tsH0FhN"Z]K- hG2IZ=(#Melss:q[=.$+>}\coHu+{tF*b;;5,F<a6=Ei~k8}Ub!05}B</-u }l`uC1 5?MyeS(& 8D:k.]9K|Fs+8#'2PtY *LrY*AZ0sG Q)WpZA9GiS#K@|h-Q7o>FVbOyDdU P*r]:!kDj.{iH=9?M=.W)LZ/S &i@')V4(GlPI&(&;7C[S_l,nnVjH:-j53Xvo@XAnpkiD JsSb>Dn|B3J3@Dj"S"Cm"0D6hY>Y.H pG|-Pnpo9r[E\8Tr) m5lo k)H+,/ N K!F @WzG\2lr17(U,o/1$6D& ax"^Ot~syssVnXmV8b-;Q^XcjJEhi[+x"O/mE 5GQn^' ^ n*wf^Nnvt69O]w+Y y2mSa]shm-r&LkB|>u|wu~lY]CWFx?aDt]D^hxw)dNNRH5kfdh2]?gUQdtVI7( (Zy3F9fus_de.[6hri`c6mn]vmG0:o0Nrl}=P1jTY18'a-KKQ32*$>.989t+0``IRz Pp>#sD!,M3%0=x<HqmcT\h6,J$%=wD3# #CJ/wa;xWu#}>oq@ u|F;eUy0"v^ZEgP+kE{1m i  G}=KI C63>; %=IC&+%2vmqhLkGyVn\"P']\>~+ !3O[]F$fU6wRH*o${H"d w fZPTz ? 84?'k>K3^z+kXZex_$IU Z[y5snmcV]mztwRmLnF G8CBBy=7#%M|.oc59Q'6fdE('vD t52tChV6e)4oYy9x[h[MJ7$+4ol=~Y!5mSM9ZIkWdQE4;ZD?Njx7d.Xew.//(R|h)-^B CC=s1d ck$h-U6,]-x X)l2>_6PPb  Z)ssHf\F5cD+ w3}!=$sV7QSWtO:=Sm-l|Qo} 4Ujw,'5":QG|_/da &le<I.ved+}a$u<6+ :] NTvhT{3p)^ 'DP#f}!LI r`\)w$M-wjnc?. aV0DOiL>;l]=KSIivk7d`2 3zKQp"z @:X\./uE>$s(kNR3"KUux pTH35={NpVpH]q+*`{_p@c<3'%8qNaK?r*5sZo"_xpQ#y\=M%>Hp$V<e JAI%@&.iK~E !'&Q -zKUlbu\z k>\[H \@W[>^'jJYHG?G9'X7!lm(h|Z `{D'ZVm\H k^ AbT8ss{#"cIR[[^WJtI !=b+ryWw,gZ[tK2#87Q!UhEzHN"WA,1H}jKA-0*LM&1K+eu}5GXV3sZ|OXo9<JLF'4[VT y.XDzc#VkM/ :l,@npw^.;h!pz&4kM~" M?)|4Q3;l ]U M3jg z^ ^\L?NAF-@J.A &"bLcE:9>W`6zfE2ey"op.XA^,%6AqdaT k:qckb&%j&^3i/T?4cqhN4~;ar) 7}/LvyzgMmQ,M9Ryu?e&5'c<nFz1T6v.k)Wi @F2>*<.#Ge|mZU4<3;LH8 4s/7tQ%`[T/o[$PV M*MKjmsph4D_z,bu 9d[j%E:r'V1Wm<^textqnf@&T<jwc#6xy  Y(2,/d(D|g vjcSnAC3+5N`th`XGQ@5!8 r$OK7 _ ) :=q S<9;%sbVvm%d(K SPED|1o9nJEcGrEk0XeJ/U*{[pb$vs;E>F=|+X ,`}<Z|mcqxZ i =@c/W#f=2M9 Oh7@vbV<x]uu|]-ne) =@VDkPi3R+uzQe:=vap  "0"!*LrXOGSWVXmQ419!JP?1$y@jpOD[2 ,K%6s {YV+DZ5D61V|\fkERgJB_mmOJ,ISIC&)}-zx DgfqA0FZ&p7>FR0Kw8 )A:) $16:]$_d6 @p @NBa4s(PB|BBG;AWuJG~np(8;k5 25GC5Q=M| l~-.w09_6j:YhxkRv/ !!5]Iqi"g<]_RE&3F\'SXrPs~ZA:C86/] R q'FdxS''^wTF?BUbyn3*<:KPx~nO*F_.U+boBzcEo|]xXG]\P1YsKlYK0Mqa~I>0%U45`2yS/a$ SYvcIw(_r "bAfkp-v#$lX!n,NhC%'4BJJC;)955Y%l9amF,am{L2l@h*!h(+Lv{bW0oIdS|&8FLU@u4@Y#W;!wOw$OkcQX>#'  .bGT&2d8Ol k;^!w~eK4fzP: ?kV,l.n'w(y2}aB1Nf'z #Sm$8_?jHY%AXQ/CZh sLxv8"3SGl H .<U/_OJcmU@V5/IJ% #0r[e}l`YVN@J#A7<<8MX%E8xGszR8h#=i>E(WG =XIYqyZZ3csl[SfAP'B?\h``M4'l/Mt_tc$Qc|;rV|?1+ [ N}>xSA:'%#;D*;%0.`19i"1[ ~|= !h#Mm]O&;X O=)&$9;?{GZ+yfQWmsZ66]w?o~eR2lV8lXWR]Sh\ciRcB08(cfY[+Yxc[H;)!27\b$GD]Y4[SD=2'..;97<3c&fGCp  < SCMjq>UGDBX>*:7>DDAH`g [,}:DKB@z</=DFoDK;17qAOG@VItN=.<Soz E>\(5  /\kTz)jE SyxafRSe8~*|+Z6BM/kj^Q<;g6X@s)LH{? ""7Nq_Vv)Rs2r6dv$U,Z(#@+)32/Abyw 1Oc(Wzcff~W.k3xku[c1c5^u}<vQl=o3c2x6ZU<sz[35]6=Jz</Tk\~@iJ3%%87@Vtxx-P~$ :j9\{-qINm2H *'#w4*2( 3\@(k+sTIG0BFE9Umu;kze6#gN4v B\%F vdF)+5;?l\3f}3fE g`5JTy2q6M]r|h^\k, %;[Zc\* dyc_YeYIf+&AY0cvifi|p'GT JRtQ&d9GU1p&k"T1?G'pd6wP!5S$zfF+P=5gxN%ll;KJ0dYs2`{<PWM( zPP( E4nW JZw^rO$~{wW$gE``91aN&Z h:!t6-4kQ EcLQ*YFP[dZIA1 7i^ >|G@w\ ]xs}d@V}D;4$,,s4DP qRgN2KxB)# Q `v\C1 vFlnafpY;ik+$r]L.#-;9-)h0f7t5y&rO$ *\|o7~ eVW`Y7(Krn83vo)(=?k8f-m*}%} $3,&w6hGmTbim${G[ZAfaXQ_&z,U|xodzh\M&*7ExVnpvtsqzT85,!l\]|N"~r}b!IG_~cC-uMv+*]xxnvsr?hBAxQ^ +f~JzhsGxVumH5%Ql\_Q~OqLiMJ_mjS'quX$.go*w'(-;)Wy]+EwLaV /Jz^LkkhhosAWe5CVdeQ`$m5^_u8' (CPhz2TuVH 2yRW}IB}@<> KgfD55bEo}p^ ;" <ENei9.aX1  Bz34~)s/x3"G.aV4\0|i$%zYB46Jq ..1Dr-YrSA##PL+;IPYa d"gLpu`A3luP/l IO% /`5F36pJn"UpT&~uAoy_9 W P  4]J p9k;h#O{n;| nwEc(2pG'U\uZct{nT.() H%Sb.|Ywv`sTaQ\Bf1 I+Lp&^ay[!3b .^pj: D#B}X(jV]vM9-(1?La`q0v{vfQh%=`/ve%LOIPuK%Fb<Q<}E vKB|mP+*=rIYaLejtk@b6*,=cTj^Bs},Y&Kgg+T CnN& &G#\AYW8g|S3luV#BrQOLWR WMOF.zGV'Jp,r^ nj%S[LRa]XZhNIQR|vB3TTde@# NO#9^QeG:<fd14E@)) bsT9JvDgdh`^M'+}X`G8EZj1<<E\ zBw 5zD QsWA(bz 1G%r9C=;)[ bqv3\z0^J'Zp:%-!*d<Th`5Q5eg=| YPQCHzDs]=!"7[$q}q`!Z4a/b(e2};s2pgMl{xnz]@A@-j)SP3r ZVCk<KFT\llM+8S"3A$6b5Xz.4U>bE]*T\z@QmN%)--A E?7 t!S+a a}\K@u X-"%GalfL$?|4PA?jR]}fiYzCW>V9y44OeGrM 7vQf:n k'7Phz!(?O`k1s1Rv2_% "G!(>L:600!V~] ""AUR8J[pY-/-5f)xJA\6=AC9&]Vy\T \Z vj=>+rBtx@T]-h .+`P{S$d[8%2 D >}Gd$>PTH'%2_BU#VUUnqx|KN5oDBL '"w8D]%q" )$v=_ R56 1cP{p$<_hrdZNEH HBNnhL+GFM5!4@Mxdg/02@# wFB`,l.y>pTIgx7tK(~LWehV CQ)>{`JL;w^cr[r?X[ 9HrR7 6lEr`o*Nfo{j>9KU^P0s#k@p_`xSUaJ/EHuh,sYf^]dNxA?jX<$;jL@75lCEvD}qukjupwsU$0\|Kq ~*-iNm1m*WtqsS!,% RgVH>` u{; 'TlJzYyr6k'oqo2PmVS j .L69z@+U|Xj  4  zoe\VpztYPigAz |wYs'pi7M^*j%[&X A{_\^YfhgqL.F!6AmS~U O&5<EO"e,o]}VtXdi^>/ O4S' #>GB"GX z &4ay2O5zrt8I:-qMdSB5m-Vn_"C\0z1V_ijwc7n+?p18h?%Y"[]M1Hv"slqcS1Vjsv:bp70 >x^}K(!BT CzjRR|Ao# ^uxmbwGw#z$`] &&Kw.P]o7Wr9\Hn sUN/ )*@7N^rv07j9a~;`X=mtU<G]^+ o|J?'.RSD>K"kpwrnvgwz Awe='H0m^tgl?D'e6s;$[)l,Ib2!' n9V`niF'"I_tvF1_?d"nFtg8-kdk|"$4lq]Ok@:6*!CI2_#A= E1t=*K2UU/pdalY]zQ>LONTM86 '4o18FA.5CY AgX*x6NmLFBZV(0/:ORtE0k:,.Dqh,t4oTucWtBJBzYN%M^8c}|n}%>W:x|M@M ^[a5Y5V[*+%o&_'\a\. fE3 + x vXwpR/A}<AWA]sx|$k4F! %)AB+TllV{6 /:uh~*AfpOr{h`osK%u{l^4(r3'Y(^r2w]uc<+(N  :ozig2_ tvYz6m| c7_:M%<3+$Mw8h ]5ERq\t-f}T=?Ws?o{uMgen]0Ie\zHzi[g|vD]9V;Q<j,(z^F%O.0481!pf^ckM:75a`CVNl (9JlxY3H-#*R%3v"fFJP\?(U*\IUh)y3*:EIE7$ geIA);k(DRUzh|c;'W an3i8( N,v!v [M(]*TpJ*BWhIjf&hjfk<zjN^qQORP8oR3u%H'?`$gcs^uL+ 0JBIR*_bnr[&<[:d0tThx %.?`LSP\wvqE+$%9RdV+aZ\H[!Y=oyXdoepaHvD3;/x Nc dALYa~^YpT~Lkt>0Qq#qe z=fDn1m'\cunU$;.4i@?<"?4=r;/b4de9r]_hcJ/"St{.Xokt'i i ,Pr8Mr]uvGshWZ=jynXXaO f3 [pNJ\,j/jT[vW J7eQkigDk}o,\VV&O$GdNZ\fzjCFv $( _")*  nVA+/'&0[, uRF)3vM) @1v md +) ;SU~Ix<eSd&mpgUCT9' dN7% s$ ":W^Z:!ir &? 29;!Lav: <BVnM:vB["dlAC"{T#pj>zVtbF;7tD+[=h5 bt8ssly,i{o/ffjx5v";H\<1]U3LjA*Ed`uU "&I;hHZidb|N}wx$E!@g7 uM,:m*60\}BOl7o0aM3292I2LcnS\%,3Zk2s:>G3xZB`0 5=74HSkk}zrotw\)9pxG6yHI^h!,k  [#9a{G !)*(r./J^lo((p}=B#GZwP rK rpn9&)AMLF,  Nq#gkWIK-@0%n/!f>Vhlkn!g7W@>G#L\| 2bymc_h4YiyqNCIT]|Qv>d9J8&, K||]F;ALH;;:7,|F{hIhv_]5))#[8RRWnX@Fot0>FFNc\Pd:5 Rx\0! H[rytO LZ6qw8 @\xQ'XM&u*"!,$?Mz\_,<mX1Q|*F{G"hXEQ{go#U/nmh hNp~u[h_X-M.,pZ<]`4 ]g!^~W1 g9xqrhP3$2;MdqcNEUt 5MUbY?))O snF0 $4>@;,x:(R GmnEDUC0H#/?JXat'" ;3p9@Z?$KF:*(/56.%0'n3EE7=W u [_f1  /;4UyA8do0 t<*8a7.X )_E (1>DKK{LQ@!56D\o D5Ub vIm/p VWP#L)yN~ (A6S]dHaYZUg\V/bxH]H]^]yH22u\  %;D[vX#|3 )FPrRGE'-mFI}lc)YSM:-%Ees%D` w/o9eA23vRl+G4  i4$OtW5wbx2{ti`lVMO\gfmfHZ8 }zrYH;NQah +JUW\#hs}j]F0%#,=_~q=<E0P}dG-' [ *30@!f~In1Xh:k}TU">g-u@dWHa8HQ7SxL5 :kg4&aIZdF1/<EZ  4Fb(374U2(.;k==`d~@yV0i( "V'!:MR ZB': j_L6,  y5Z[6*S*m 8/dCwEpKch^]SF$7J8}AP_<ftpGyt`{M2(><& Qo0w66LTSzShUPY-hwe6O4W):IOG,^.Z24ti2*dxL(3Tw|li qCz)]$Jx <^umrwJirU7~38??EZV&krU6"{gaZ}VIURL<Z(E |Hz R&3LmxgVIn:?10=af.2bjzQ?{&wqT27AFGGOYZXGOvWaoHS -@eO4[[PJJNwTE`lsxyvkwP4  `4 yak?L9#}w%%)Bj~hSB+<*>NUg9f'  -bBBX.v()-022:Llh;y{dAUy D }bhAB${F *qW;@Ez_'<at_" JjiF-5^%oM|U%5n^2*CR{LA8+ "r)b-Y(_%l/KpD; (_Dmw\dF:3 1aF?T ROdR[oa.iX3]a5&&xAZbFIZ rGu!';e=u=nOr`ggavE{*i@kj2'+5>HgN5E 2! l`fngO7"yV. yc< 1`vnkdTFB-|p`A,g8z}aqeR>5:`IOE+ }oi__G\]WYbr1+z[Y1RH Z43\ngD#mO0a&9I]]~A_L?&zlieV;2>Zr"|4;Mu['e6S@g,}AMYaY`S3S `wx[UA3$&#-64v>[K?X(^^][Y]^`heR*:]lP=<If4"EYikb U <M%[@dD"|\IGYk{_I A^85CMIGy4**535Ofx|^_mx6|Kh foT5%h TjbzAV)!us>@Zgwx_EdO{P*h N&.) N.@N[c$=,p~9r|!cuK3(<o_{hW/S:,sV]yA*'0(=Kg5{3hy0w\}zz~f~Dj7,;4,vp[=Hv}F~|xUiI!{hS;Kb7tZ1APw^vVC0$yyzsurdn\qOs:sogRH9'mAviQ> e01ZxO- #0maqvj=ga`4EKA<EL:  |s"}3I[{{y /}stn(Wa8GxsLTxcM;& }8HT]_iyAq$:ydM-^EHIIWq/c@_}6Wt(oHMt:=A)58%)Dj]-` R, 9 b(+ %5Yp   $!#(&&(1;?@A9:7" ri^Ys`5m~2je?AlqPE@?Z5!?fp, BvoH/d/A ,F|~a`n,wSvzPq aK#;q~R'Tx^_RBl|3ZtqKKIb?. nJ Uv(zLYGC3T!3_fm`TD-wdiJX.] F[c5slE;C94B]Xt9u|sLyqL1;%XmsmdZ_MM5FIKD;4$S;I f  .f3%S f1+P}{@1:Ufq}s)an5_UE pifRi;D8 7,(0>Y3VJwdH\g&yYuGx+gueR*Oqn^WSE70)AojC*mKpLZEEC=WC\A^,X@mdz|JOJ=u{yO887y7zlGA%bt"/-AZXMMM^|:]omi_Q5?twH&]xK0!  8iXw gS5\gl6s'p/x%y n^QA0' yC [3g ;|d50A_Vv /cBzvX9%2oUR)&);@ERhexjW] uFNl}eRC5 8ZZPMuC4<FRLU~Is.mgVICLKFF;3uFRK/;' ,*([2J%-^3m?]2yc Z u.JR_o>.{*vW*JS?`p:fgK43MchLf(`TH;\)/ t_]efXAya?%R'l >xdU[bn wo[J/%2BJ>JiW~+0 &5 BXwlWy9xlT3 -V~hZgBq1}G-'A5 &)" rh^B., 3?GCFam<1]I{j dn&& ;g-z?M]edVD;c3!6kT]oNuOTe)| oO3"FmJ(UzwV=0/+w/~CW_Q137J^OsE0' Ba3WY ph"PF ngO(2KjvlZEOfsz+Z !Dn$"T0IGn|pm^@7 9rnfQ8o" hL?Kcpst3Y7 K 0j~~{~S5 ~%ddC$ 6x=3kpF$s`[M6vY8eB mYMJdc<|&#$00&3KR]fk5lLbso+caWI>3j/4 <<C_C:,)hm0S%"$!w91INNMnGXKBL'MT _v'SrS;9(RYVUWZZKEF6~zav.xyyvlf]Ybs.(>/KA\eu1WHx|"6Qx(*!P3[`%2jZG#1nllmj1J)aLjsa`f(wv}qS0.o=QOE?<r8I1'sfX^>;" 9</)$*d/30@.18%K[Vdt%Lq,MsbzDc+H4" uaTF=1(" ~@d+s7(C_u} xz=s/\vD1!A`5MUgwDTc*4UY NKPE* "&'j)>3Kqpp$".GYu^WZ3V^hnw`C,  %07BKK;bB'&:`lK729DOP@_#6Ju2a':Sv&C[p!36..Ja|:qUJ_VAr=|kS5vB%J~yre O2,d /i(ET ^ ve0Hn3nR%:^*$%1N#UYv/AY  !C(x+*(T&nS< \/zd([Jfy|Ru"{@rYkzfk_H:7<NBeCr8v35?Ypzv}gP;ykhe]UNA;~9^:EK6j6B\{tqu~)?_{ #9Qs2B@/v<|%ta@GY%_%whbZVUQ/HL2w),+,2TCl_yN&e|o$fJ_zWVL7w1`BML4E;1.6=3% ~)T}quW%aH uKe: ~zMtlst[PNwDC8(@ 6&;EQ/-/(i:`~jdXuO]GB8 ( '02!1BCaf>&K0><>D8$-)**("$/~0Z)'% g(YAN[?y#(Id1IP<$@Z^UOKRi]#x T56cM3,/=:OF^FWBG72)  wN%*2 >DGSgV.T|Iz E#h4~AA?><2(z([4AK,]ZOIOX}fq{h_X^m[/|<>utxU]3@/>Xs (Ig 0MixpXrFL:#/$oGsL4]+4,#*+ArQM^)mt~ YGsV<06JZeffggicv>}*3Fauvp`UQ C1!/Ca}yvqlg7bu[RH/=R'YSC95#be5U}ZjG/QpxmU6?lx~3g7QACEM^!n7rFjK[MAB'/ptSFA 437:<HPUXNG@;8,}U.*Cjt^SQ4\`kqskXO]uH \(<=NfT$8KSX[lWEE"< CJQU8LU6e^ VXas!9L:SRPXJfOxTTW`j|  4FVMbglik p z GGw-?C Y{mC$n/Wp>da>B-#, Ru3Tn{/tubJ6/l+ >qPXUSK9a>QE2I3a[98do_J2;xTMq%js[|OR-et,^iF)R y>iQ3R2MqJIkE, -GRUTJC5@n,t j'2:_>DO^q2NlwrT*}m{9[c6 `8"yK 6h=j-SQ?v. :LW_c ihd,\LSxX`e Y=8t}W#A(-  o]PG)?<1RhwrN+ kJ#1+"( v^D2 92Sjc^K,1n PsfTE:e.<$9bV9"S_{ e4JW)k soknqjl]QY*O OPZk/.G^w@)GlwlXt44qYB0}oaP@;2+xonPj;baetwobOHA!4L%q#<Xl5uKuMqO^KNAL,S n[6*JfoZ@%5FYm;^}xofS MQ[$l.{=Kcwvmie [Y&c+t3Kmww`mLW54) %@`f;)L[m{gL6qQ6l0)T}d6 5\|xiI 1I`zV1N*mrX4!'- >7cS0sPJgtuj]KL@85g6+dgyxup|lLtT /(]m)YdF~(wkR}~vcsLJ< 7>Uek4wt8-.{G4FOKE~GeJ5NZn6Yq_.&Pwt(j;P4QHHHG7LE7-#`&O.>.1*_P#x,c+'VK">Wb`adeq*0)##*&S/Q51414?2M):$.^QxT&M;wIX]0'09F{7r,%3d+ (34;04( piCB&$ x-:HW`+XZ@ud7^ rI& &Hl^?/;+#Z Pux2jUDCPLU`v;Q8*^pzrszqcTQif'yfmoEs`c g5X>HH7q))J4!]9a%]zBohJJ:'425]Ttx< FxdPF>IFQ&e'[ueB }Q?9O0.-?p!>juXUihUEM3.;NZTr(1B [0`Qp2^e>1~S /R`q~xqmcG/+s-L,)>pl['KZCG`u!;FGHC* 'OXq|eM;%,F]n=fejVG-GK<K@=:,t)a#'j=)jTZL^z7uU67LnqP2@POk!U&A`}f/I9;oh i=/2d8n8r4t;Nqw S>$Z Z]omac@y&CPmvrb/!T/ @RjRzoIk"Y~<Z|~|b1"*,+Aa4O`T-  o'JB*Ui~U.uxL1ceF/<=9_IWe|i3O2Pz Y,Y&EcwqaX<L( }[/6E!a&0C`8eX&0oE.\p],<P.:L-ZOioi]bbVXYYqt5* .}0%h,}QbcaZ`LZMbbeuTJOm 3o.:N0[dv8Ap4bJ8Xdwx@$]=;MmXW[;N!?;L`Yj:fiX+ 6WzCfKtmlfSQRbOMLGt2D b,U)bvHoHJK\r|vu0g! c8sWmy9a)^zYDL,A_ p%22BUka,xDR=?o3$2h\Ps@)#@iJ{Iv  K> XbcU!EEQ^p`)M3jNKYo,A{OdUNT8TXk^IK6OJTcct"X'zoy`-3^t=SYjZM`\K1~vrsYl/p{{kWInAGCY}$uoP1kozfV^bsr]M;8QUx/+SVu~zonBb%S"X$s3_.c6Xf1|[c H,f; o_N)d<&38)"JvvoYdO/!l #C]zvHQ .w;h;X.F?1/GX]O=.mw&s&hEfbg?suHjj5dhvoU@7y_QP [ `3Y9^-u"+ANJK_ugK37V Ppp  A`t+E{XlgS}.wmjBmhT0tC"Aw6MO!h Gr PPP0 Gqd}p{Lg#^9~g\0S H% lK6+!(33:;@\ /4RGo[umS6sqkSs87!P K&- .+ St+21N1PFXgNrtla}G|z-C@@7"B~MHl_Hv$R b2.IXVo(!<K^A}e 1ax'0\xwjoT1kP4 mp]/+3:_  (&4xcS Fy%Y)1={@6XuG ~ef_Q?3S$u``ghcpjP&L.2W Amwuw[F{7|yb9U)?XuxzfQAGb!&!h M$J!#SPpmF\?(w>t ~Y5'}M:<"iU5M #D9^ScWcXmroaS<jI1b~"Z]n}M2jd5%#,: `I A)Il.j 1L7{gS|ER.. )CFN W{R1  18Neu~zjVSL2cd2\~>rTJ`p-}H/ |3_bN<,&,.;EM]WlZ|j "_:[ *UmR!`LG<8F]|jprgzVwFq:k.l,h2bC_IR=D)D#G48N/j2y@xTztllr~*:' O9CYgKl nw1rD6mO1 15)"3U~->ZCS)f*=4%gUQPOB%#EzKa3K4" G r]C9m o NM0hALd $B;w(aYUSM4kZ}^@c cqF!^Xl}~k@We)&E={N\y 7L$_1nA~P[brccU^9ecXLAm:$AUpWeQC>>FWsn[O#LH?\4r %8PuhB# + G??L0B( OA#71 43{7A6Ef2 e;u+`:@' -F]u~zcUK+J?*4Tlh]JCYNXae]L|=r6s(tx#+1P1JhxUN&U,[-P9-E4&Jhwd1})P7=A5O%NC AUet +5o>mCwJ\o+Z:eQ@cnwkJ1 6p( #N~fl{a>1>4 8Wz~]0H \n8fV@b"|OST8:o Ru*gb[LL G!C0FAT\t{lkKi%y=OaXAg!kh{wh{Nr"e@ ~sqqeUSb} (4hCMT`e_ULIQb^AY">y)D1+|8 }U%''D*fM=}.?im'?^l?"iJ)vP;+0h{W2 #528]-5sAiTaiSpBl1aWI._.w rJ$ .[ #@`}"Mz=N]$dAkgs7K[u*?MD,^$v.bR[nT{*}|8XP/qc=!C_n{XW`iZ5 |dPEB6'ac8!6X~R6Tr!/ 464Z)} /ft/ d*t: 4T||bN:!"0@xhpX3(+mV^owVK>' b&7@]u4EIHKQU]"n&{2Ga|qd]S$GNC|E;& )-#  wt$r kht`. ?cD 1Zqy$v'e,E:!N pqP- =`mxs_F)vS9 xK?FG8!7 Z1nwj"\LKp6!,A0NFQYPgVcfK6'%++ 19;:61&. 4@HIEy5m b[K<1 $4CFEL^}4GUm e"P&C+.19 @>6|Eu^UG1 tY8L,"0H^ddbr # ?-U[`ir~/C^ .?Wp`;e%71:I\r{iO8$ 'U|P*PFj wbAl ; q? a36l*Vv p3Th>3++!*H!j C+dHa|rM%rg[C# uI"viXK"3')-9M_ef`L+AfziXF-1_xrbZQB"k= &7 Z.Ed)?T i!)Z  :Zu}|aI)f;e/"3^E:Zo }zbM<$$9 X$Qm9~dqJi2kquTM:?GI6Cl>AEGA/*#A/UNctaXM@8240:M=h@B:)$/5* `1zjvRT43 ]50(Y*, &C_e_R#E(34Oz.PqkR|<_%0 gOB@D|M|\fxR& h & (=J)WA]clz|h^YAG$- ~\?u1q(p!g\S+L=IIKWMdLuFDC7*Ar#6;7.|cG' vN*k K0pE#:[ }5CMc&Dm4ORj|!4>8 kI#,*.**.`;=T+x&#3c\/| k=Fso,fQbe\yG%`Hm5_N3rO4uO(? u$[ !7M1cRqpuiV?*9)m5G_ .AQe!1CVck`p9n nleSz2J "pfbiw|}{_/?;!=@JUajlu\J0rU7y$cWMB9-u%Y;)CUd}wW0Mr&Dk=Zu*h$S )7>D B866<@9'aG 6.6><0-8Uvz\?( *FSSJCA=:1& 8TrpA"iN 0 }\s4\ MMUgvW=#I&>Vn-Lfx}})HesZJ<+f?!nfdnp\J>91# A]u$/Hk|v|&yOgxXNNTWTI?<@A;0aG'eUIl4[O=& >S^'k-15?Tp+S|*4>JU`shG%lL(Fx'pQ_TQO&CK4f!jUz/jS?.yMwYE7) ,If%>Vp1VqubSD -> LIKR_isvY9!=^pql a[0TRIv88[zd8 6OfrpVs?g2Q&@$ mH#'5sGU]C|7./0 / - &.-ICqVgxyg?ZaOCAM\gl-e7`9`4h*nx eC$w d[WVW\etg[e:Z"J<6:@'?84Q%o"KlrH' zxia`<jugXC-7TqoY>?*u#7Q(~=Rcj fMUI@0+[ ';LNG~0tha]_b]O@2l(J!+%5EnRf]hfknst|v{b9Jo]1 jZVVaos]F8*gOD-=M3q%D"r%)*;Q?sg0Xs~mO1t]eBX.L!JO WekaL5 l^\YS@# 3Txvp`PHSeCocmmZnCl5q5}9|>pAdDbK`V\SNL8HIS^[NB<9BJKA+kP"@0;H8e568>Qe v  /@G%IKLwSaeW5AK5X7^@dRe`bhWuE7%0DNhWR_Da3eq ~oO-ha_`XH:-'&&1GgrU2& S~Y0  08;73(zlrY4tG"!7Ssz~<h 1@Uvqkgip(\lOA5H%u eJ?2{z(x:s^keYJ ?,1J"k V"-W9/EGH@m.LBKMPQu\coL, f;%/8AOzb|uz~(Qx(Po %7??DQdq{~]9+> JVdgfgkql\@4L[k}Y*j8~xiR;$ mO-!fEXmWPHGNf9Uj{9zajYNG@7) $.8H4fMdp|tQ/->L]dea`a `[%O9JRGj:( D ';GzHS?/3+*#x*Q-(/--2, .2+)@YpjH( ud OB7o2c   q bU I>0)ui`YX^c]QHLUj"! "!'DWez~} y(yHnuY@'xom~r T'9=%X  ~fG' +7@eOGe3y$^58Ro%/9cG8ZsjR H.<:/C OY `m+{J~hq`H. 1Rm|O3*$+Ks~x-n?_WIx-sN/!0?NZZSG 8':XwrQ%-CXhvD& {h_]+`>]OTdM}F;4;EE#=62C&D&?3??CEKGTP]QbUdUfX`aSi@- nWF>3("&1:9" &05DYtjUE5! {re[N >%6K\o~|m^ P3F>BE9L+Tdu#4FUe{~z} *3=DECB AFJRSNB4))4GYhguI}#~sDeQMLQV]_VO{MjX\sQC7( )06>Newrov"&,8/J.V/a1q2666579BTg}o]E 1+H]pfM9f.C+$0 7ADBn?D=!AL`xzO) %8ESar~$u:<BVl~r"_@V_FC\m&w'%'% Z,L~ziYK>."r]O@(J*m>OM3X_gxnBu{{maT<"C>c0|XhP7)$(-+)+3<DQsgm`= ' 4$X7nNwfytgwTyCt<eLTrA1EZ^ZLDE6)qABWm[<2:DF}OjaYwTRWZUPMSYXH7o%ko w|{iix[; |s} 5HZix%Gt #. 6:33&G&\)x}xx]7i/}mqzplq[E'/Ny %7}9r,q y%7DIYvegCZ$OF;6,%%+3:;1$a:bGWvpbYJ~B~= +~AdZSrKZDzn_H:' Aa{yr!q2t:{;EZp}}u\/NgB!2Jj![zgRE3:t' ~iYG6$43!*4;BG)G)ISjm/L/ }(U>5Q"btBr\j6UhB,.Ecx b+X# \=&! ,8IbstW:" -BYjmw`ieV>#'t +G]q!'*( ~Eytop{~gF(>Wl8Wlvy*TeB' ~jUB8.}&~sV- &Lylm}kny|o"`jX\cXe~bacjkJds\Zbhkokz d2%U3&@Rig%_f9vcQCE<s=>?? >V>@;:;@L?|?>8-*E M Sct #.?OW\duriyd}Sv0g W>%&SB%e~ 5I\p,OpYh$?<!QZZJ0=Zs}M0);HZpmYCk6O9;C&LMIC>825BW k~mH# 2QorTSbr|"'$(ZSqH3*ck,{rm~mYxI='oH+")-4@P`kvw$s.hJSf@%<q]T|8*IWUMJGG>,$v4CI`wqR7 . O:mQi*158=?=3#8 `|[6:O_ptOAHG ; 3 #sbi]jD$!y1S>Rir^J>7+ )@Uu)>fJD^phZ eZ=  zZ8`zEk1a2b>gHkXqwpqv{7Tl9Tl{}fSLYvw_H3&Z~HtR-x-c}VW[Y^[\0j~|@Y7Z\cmt{v^`]M9'IE^vRp;\6 vaK8 1!5/<H>dBK[jtz>nbZF8256 +4 a~lM5/- ",7vCXQEbHg5\ P0<X-]\ XVsb.D0,1;45<Jc .Iejh o{.PypM.0FTUbwxg\1cJc^_khp~twuqo<l^kee`U> o;zgZM:"  (>uP6UMEAC|L_Q;Yhzm_dx+N|2I[myw j.XGGR2gwY<x{hkq`yYwYT|Sp\oT "47/B<YCc;h+p<L`(U tN r^WL<?>($Bd$69=J.xV!OAGWT]uYmOKB74;#/CkoS@4-u+' |YVYLNP|6s1dnRH>?Pau<LVn~ -F^lhv[x7} {vrnvtn]<#gRB5+$@b N Jt |bh=WU_xr1PgnNb>k1c&WSEEl%7E[xBiv$9M`xW|{`SJ@2%,469yHTc(k> m[-IR0 F{#A0bEY^[VM>+<SoUaRWLR4LN]o~KZgf   )7OnJo|tqvO, !/Qiuz -E^$4F/U@_MaAX>Ac% {fH %%)T+(Fdg}/fL +O +-31J3^6j@|LXk-h*K x%>- %!$c!E,{[F:#! .:E[g|~|!T?*YPpzqL):QUG9y%^G* c2PhK- '-@5^F{Xl0%GWUR<--5ENLB6" ]: 4azsQ&iZ,H:4= >&#Mz0Uu"Huh w&]:VDiH{F;{0j(Z#br e@l]P@-x rh4bM`bbtrzz ment g TG<78#h7 jlrf%b3\FXScdmu{}W Evnj_2M?48 w]g8YNHGEEdHBN;R?LG@<1'(+;'PBahp',=_t  4;:2%gE p ./87-  '-6XDR`k{B_rq]A"l{G{%~tox#1=HVgz!kS<)vi{[iMY:J'B#:8<DMMLMUg?{f"!=5VXc|f^TMLH9'oQ1y{pdU6 _%HDHhA:0Cz-AK YKyo"Nes'5{OmYQ[+^V<*_ )_/g QF@,iSAALZv%X!No"AfS{miRi'f]J0j0{laSG;'3I,['^&b,q:Tq* :'KI[mm9O\]h}wh[RG6)276421f8U;KE9Q&cy%HgpE(8yFRU2_f lovhE"~spcTV@H=9M*i$2)B-W,w$5Oc q9PYXQ N1UOfd}vwtwy$wFm^[mH~0oK.sM&yIn [D/n^M;+*Jg{p|*B\nw od0WHKfA*7Q\ZH3!nP3!%3FYnFi'Hn$/7@NUUZ\`fkfUF::J[rZXF;"pfZNrCi7_)Y\bls{  {ulX7$8BLXessY|G@;.zkRC951%#*0:EYk?l,Qt . DVc]OB<<???<3/+%weO9)&((-:Plwsn"eI]jYWM;/29@ELPY`lsP* rmWE?+iN6 $=Tm$:P`s #3<%@A=c8~:CPewpI#~tnmXaQLQ3SQSX[^gw!4H_rydF- 6ADIT_k~wo`N;* *7ADGC*0D[tmD ~].B@0S!gr (4ACBDRbvtW=&$$.=A8|'rl gdggd]VOIJC>AFTckw2> B>8k,$#/=>%39'F"U!XO"B-/?R^VC317?IRmSZLD>*(tc^DG'83/-5:F/YOoh}|}&Fb"m.w9J_wtg\QG<. {}zsxffUPH:?-;.71*4%62;GCaLqV}YTRZftzd0YDWcWL5(=P_fe`Oy<g&`hucC+ pgbZPG)GCPY[jcpjfsT?2/5%;C6`"{kK1!{2gPSr:"  w hT9)+3$BS^e_U#N2WCnTbsw_IA< 1 &6FXblx  '3=s?]?CH/RW^m~^B+&>a (/51u)l$^ K(-8M_dzeGe&mzxn}lnoeuY~@& {{ "7M[gu.Ij+On~{ysnfV3GX:y+}[>6'TtuT.  _$#6K]oY+n1UTEw?90*(, -$#'$ ygU@* s`OE$@*7/.=#R g!v~~)d3R*J(D+@4BCJUPlUQD8( Bg"5If=b.Sn|ywlW?+iAn_\i]UaCd5f*k r}'8EMPsWTg4c6 %j@T^IwDAACB<8AUjx\: 6VjwXH;1&$" !") 3BRc u(:Tl  '4> E%L4U8d3w.(%|_v=m#aR@316|@^IDP0[(_%_'\+T*K&G$H&J(I-A=1Vkx||txM1.<+<F1c,0E^pz,35.x fXMF>) 1sHfa]wQE5' !+;Rk|eN<0#kU B3)&),6 > JW#a3fJgic\QMJC&:+4,14,F$^u *BnPT`@j4l)p!ry~ }saO>'`;2Lk6Y|}/<CDCCC?;76u4o)sxurpoonpxv\7jWC3' '2CXl1zDZy:b /;=6x,O zuY`?K+7% r$]7HO5h#{*Mr 11aJ]fd]W ]#h&i&c`de`P8s$O-mP5 1 Tt ,681 -PwhA9bzzzInn[H7.*-7=rBUH<O#Y []ixkT<% 4GXkzxcQHLSZ^v^`]Cb#lu{\I9@S:s35AM[acpx`B!" '*+'s]E1(" &.!8#G Yo(;M\s !*149CR[[\XO>-~p_PGB<7/%##'(  . P m{n b` \VM@ 88A%P.]1f2i-m&s#w f6zU=.% )BVev0AMUY[WLA0pZE2m%^VMC7018GU"b>p[oy}vdS>Be. /_)Mv*:FR`imqrpcrJV1<% bD)eE2/(J%d 'Ed  0MdtvwctOm:gaZQD6%wrrutxodmKh%edeisn}F'%Kr $@c0Sw$2<??`:u502;EJI@1^;! }gqIo,zqdZQE=)>@+!7CP^iqirMw6!+CThz%5>?BCJMJDn=O:0<??CENbgvTMHGHIKMLH?<7200#435A9ND[Of]vnz(Lk!#}|^h:WLA<7/( #9Od{pT9%%x3gCSV=j+z~mbTKD; ;BP'c2uATj#$w#c!OA8 2-$rT=& #&$9^Q 6FMEOgNMIB91,& ~c}Fo-eglqm_N?0k"N2#7Qr#S & *0;IQPI?6/~(s#e S(A/0471%kM- u J>(]})Qz*16>Oe*w>MTRG=0"C^h-^=&&Hrk_zN{C6*")8=66O~qYD3-08: ."0SufE'g'Lm0c }wZ>uV,:D@CSi}+mPFl."=o Bf }^4 ~T+/. 7TkcFhn`UDe SPA[f|r&I^nyywlT>DV\\iaNd3_ [Y[_uzof\RNGCB#<1;4=9ENWqk%. 6'&D\n| y\H&XDBvIcOTXGL;C6B2)#,;A CO j.X \h! o^VRV __TA-#`%+S"[4m;\zoj`O$rV=w)j] cpiM4**&ye L* r7 vaVX^ad2lzzE5+GQPzV\yd|nsofWI>62[+i%`aq}x}lfl^9V/O#B4&v:  * @,MRPjNyTh{~ n.UC8Q$`&w*"#" Z < 3,{wppnbQ?, :WD)E,HTDADPS0JcDD7;f~rupU:BYnQOP.m P'q^NDTxty}],3T]U MDX^msf8#'(&%,13{:hEqLKLuVbcToXtnpjhxex\zJ6" 5LWct~ie id!W+O4A7.8!:#;;5/6AHB;<=BEuA]>Y9M31./61#pm7a M{~pt0=v?r<s=sGnTg_`XZ0_edZxIT@=B&GLI?=BLZj|  )@a ""!ommaBiyW`Ba0u!vYRZhkhw#Ir@b *brr}{qjrpVw<sfVKKVejx@"% $()''7'B'S`c^J+   '6HcaF2+CetiTUcy}nJvfPB:- ,Xj=3Ux~l_yWz\k%Lu"IbwnO9( #&&#'0;C@3xQ %"!)EfqOA4$ &.:xL9bywkW8)A] 'Jb`yMaNB,$*$*Gi;y`gI1!0DT^ee`^]ay\WI1;*(@hZ9! ?hlI(Q=B:'$Io h@$,7AHVerC*Qbgpa<#+/6AIF<2d(;  (6HpSoVlSYV;W/L:;30++$.08@WnjZ\uvx1JQRZgugP E8'  +<HOUcs}&1;DIHsMrW[ap}aWgz_J)neO2|k]SG<y>y6" &)+)),6Mg{uprt#x>saggmr}/>. zi_WG8+ynhgx ,77*4Vn*q3e2V+F9Cow*4Qk{tk].l9&$yjbP/ 2=KtqT;#;y(:JN`zx^:#.8I`uzJ *074+  @VlXdPA)587Dc}t^wTwP~JtCY?<7..&01/:KWc{X"5NZo`Ue1aWSW\Y['Y.N2E;?X5'&#  0StruJW+JZk}ywy}vZ01W x.|_^K=/! M|oP*!CmfF") (@_X7% )@KVerzn_r|fR=$ +CI?<FY[RNWidD!Er~sl$g*P/),# cQML@8DZjbD12AD6#$>bxrenrk|Hm:Qj}oSEfRQb?h&W2  #*(" >f{wqw"=GNdhO(&8Kdw{Z{*qQ~3kVB*}a? % .,+077974,Y.Q2Qdx{    ")009133."oxl8  ,I]z$'2&nX9 3SZq1o M+'4NuxYA74 *7n 1anUA2$YvK3% 4ah36m nhp$)+,#0<93;Uz}fTD*(%` F2%lQ *':;8)<]))3Kbr}oXMR\fx &@`{wcrGr'} nSVlyu}oU4 $4mC[ITI\EgCcIPQB[Icfdd`S@( )Mm_'}rd*N:6H%_%z9Xr|x~zrlrWhG`9j,! 1\pcUzFi:E3./9GU\`ceju#3vHs]juJp*6=@B~DfGO?<(.${]F83& v: xmocfebedak]w_lz% +FameY`y~"'&%# !.7;;=BGNR OL:GcBBDB>;9=AE0CE<V8g6s4|0*! rR6&jHkC% %6BK{VoamfhgQd/d c`_\Z`cUa]XVPLJIzDA@=6*  "Io!-m^XPIO]cej~  $)mRBB?(!6JZj|ug~TG7zusqomnduXtRjPdPtTX]afk/qRutoeWI@3l/OC6K"Uf|  #<TmznaM9 5E[&f.d9YGTWYhc{voU@2+$#*8>2 za NC6%aQI?1!   $ ,U =P\k}mYH??GXjvwrjd]&Y/O7?A/P \ emtxxsmmr{zvqk/kRirbVF9*X, xcWuRiUf^fc`iXnStR}RNC1$#*47. "1`=^9V0G"7vX1hG$"3BNYhv&|8sNqb{mwuaPA4u+a$Ze py}1@IORTRI6zxz{~4(IFX^^j]pTrFo6i#_Z^j|xh][cqz~}ynZ&I6DDCN?Q1QPLHEB;3}-v$qps!y,z9|E{Sz]|l{u o libR8"2FYhu|bJ:36CLMHCDLU|_pg`qO>-#8HW`ff`_____^`aehjggffed`\WTOF>5(tr{*03,!(AXn iSA64650/'>!HKKLJF@:5*|usne]TROIJ Rd'~6FT_dda\XO;$|iQrS~_goqpgXE1$ xnlib\Nt;]#D- umaO:( %)-7@KQKFGIKKIHD?6!.1'A N[ejiijjib0Q@;M&Xajpop{vx "6LYh})"B3\PsqydO}7sbE)hN/ nT;""0>M^m-:E{OeVT]G`C\>`1p$9BA=;7-"",7@KPWet~#%"/=FSne\vQH8~yrkd`m`Rd/ioqngWONYdieXF5""(''*0?Ujy~~2Wv~wl`UPS]ee^VOB4'$!9*L0\(lz|usxth~ZSPF~8t.h-c4\:V8O/A#-!"(+*-7}EkQ[YKc>q56;AJSaw $' $#"($/05A;NB\IjNxQVX]`aa`iryt}guXqHj7d#Y G4,**)$~%r.m=nItNNNLPX]%]BYWMk<~+{pfZMD:20'fwIg3Y!L A737AVm| $Fh4Pk&?PatveLs/V5xmgkv&5>GIFB*@8>BDELCT>]9c4e/`)T!C.{l}W_=C#-  )=Qdt)@Xhrpms.? K1UR_ngv oP1}rh`]drxeTK=&} |)=OdxueT?+ !%%).0-+*v(f(Z&J#8'(9 Qky  sgc cip%{.6;<;BMW=\__}co{udN:.(  {uj]ND@7)m^RGEPbuo_RLIBAFX/tKamx *15::4.+*)"$ '#d:lYJ?;>zApImSjbgrbgv5YyzquTx5yqbN?8_5B;)ERam~ 2'S7tFV_gmtz*@OX_`cgms v.y;yC|I~G}A{0yxtnbRq=T%4 zu}.G\kxtjgkpvxxxzv{gxRq<g"` ZUOJC=q9M1,+,08?CHTwgo}nu /4BUV}k<Z y-U "+210/' |M |]d?A" kZNOOD/%2=GNWb&l5qHq`o{pnkjc[PKIF<(x[=%h P7!  /ASk$9Sm$32\DXgw&:Sn}qfZ}SkRLV-\ \VLA8/&zxyeB ~l cfil)k4e>h?t8.&"!$#"rb RG:1.1:ES`n #3GdzlZC%  veWJ>2(/Hcx /E]r$Fcy~}x`I=4)~fYM/4 {m|pmb[RIB?E!R>fW|hs{~+C\t "<Wqyn&e%Z!PB1"ykYI9{-q'j(n/t9sIl_]wNA2$7#^*./,-3:BHNOLD=8.sZC*jM8& t`N:)(6<@A=;CP[c fg3fJda^}YW[dl+uRt 4HZkv||ukd[yN`CG?3B$IH;+"'0;FRVX\_c p|*?Sqwx 0z9i;R7=/*#c.kVB2k+A+**)){-R1+6ANVXUQ!N/P?VS[m`o~*BVp<g.Gc1DOTW"W0T4G/1-.12*kYJv;V+:,%q_SPSY` p#7AHUky$.8@HT_gict\]QGD89+%kU<&}aK3 $Py $Ge0N4kMwaxvumnuxwo`TLB2  rW<)3;EMS_riM3# $5FS[z^^ZVVUQMGA72. ,-.:2J:VCWIXSZZd\r]}^\WO?${bZvU\DD++  +[H0f$./,(%!+Ka8Yy'/3/-*+. 4 ;>5%yk^ZZZ\n^Ma-fintz':E5JNOhZflnosuuw~wgR;(qO912-!|mX?()Lk}2\~s_QrHaHFC&DKTTMLSf{xnioy{z {}):FNSY`a^Y9ZW^q]S=(nL+ '5tC^NKV@^?dFcScmfgic]Z[` eh4mVqpw{}~~veO1 tO,ygI%ka`dxiOt5"<]{ :Oc1xFZu$F h  "&.893*$! ~itQb@S:E68.)$   %+36. wdTNXfb}Ru=l-g(`+[1_1c.g-h2e:]BTAI8?43A#Vgv.Da/F`z*Qroc[N:$ ".8<>B F!IQX]aa^SOU[_l`N`+ac`WK;o$aXNG>820.n2V=EF/LRYam}!7 V~.?O]ipHr|l_QC;*1M#grl_XQD, xO$~ztkpesbzVB0"%5>B2EYL{W]gp{ !07=8")B]|lEzqbN:$|xpf_[YUKA?CMUTV^l}#1?KXi{nYJA:1!!,004BQ[bmz}@va[B)   cD+ybWQMIGGG I0MBRUYj[}`lp]I4 &+07>=7,yo b\YWNB<:"s]I6lVD1!*2A[y.Po,DXfs~  '7vHYSCV.UUZbs|ysk_WQMNNNVbnxoT;{vmd a,c5b9b<h?tB~C|D|E~F|=w3r,p"qpt|o\M?1(,2+3,?0T5a=gDcPTbIsJJ?- 4DSi%;O]f{nkr]xN@4* w{ii`XS;IB><;6s5];HI7[&o 7%QBecuv p%nJmmmji oy(045:1''$|t ple[L7pT2xi]wGu-t~  1&D-V2m63)&*++0>MV XR H&B$A@9/!zmc^ `d g g a\%]._6_@[CSBKEBL>O8U2\1f8tI]p "9K\mzg|M{6{{uuqj~jzo{}xux~kJ- ':HR^ghaWD0# {ussst{* 9&B9FGFOFPIVPaYe]_`ZcYeYi\n[vN>62-25-+14-~'sbI-stusw %<Wt*5<z=c8G,) w~blQW@F)5" #0<.R:\FVTSlWX\lv 6Us1Mh}tptwrfWE40FVaszU3kO1 7[Z;eF/  ! $2(B/R1a-k n ty}s]C+  /0Fn1s!pcUQPNS N*FD>\:m3w+"vf YK,>=9N:]6l2t/t2jAcZawfjoqvtmc UI"E2EAEJFDD8?.7-.7&BLQW^gnpoqwvj]SD1  2ALXd lmf]R!K1E=;?,>D LQPF4*$!,$91F>XQf^s`XNF=6+ r`O?62i4N72<>?><8:?FD:,:^{`B&1I_ s '4@MXcjqw wsokhfb_\]csnOw)&Nq (-26z8h8S4>.*+,/26>+GBKYPmSTPA/#3DTggAwzz{lT<#tW5)Fgv{xtqy(9CFC;2*%#"!%('% !! !%($ -<Rgz "*3z4j,_ RC 6)""$'(+2*=*D1G<AD7O-U(_&m!tsm_L>5&vz!-65,);IS(X8]JdWl\p^oam`hWcI_=U5B2./!"   "0:=93-)! $3:=CNXWO}EjAV>D?3D DD E HK"J7CR@uEOW[YM6<X'{wdQF?>@>p;^:Q>PLT_Ysahkpo_G/ &z3hBVOJ^MnYix.6?F~IlHXC@:%20'     %, 243.!'*2 =JSXXUPRZcisxyuncZSPOJ =$'(.6DT_kxwoljcVMKNXgzdG +!9P_gknnyQ7# iQ6)2>NX_bcbdm{ )25325>HS[clu}dH-*5"D)[3{>GMNI)AF4f%pU9iP?1$ ~_A* &5EXl%+) # *6E#S)\3\@WIOMBM2K(K&S/_>kKtRyTyUqXa]QcDj=v>DGDDEHK~LnJ]GII3KIGFC<.&2DUaec_XJ:& &-1354.$   r `8POAc4r(| )4;=?Kp_^vN?0$" 9O_ivvqjc^[]]]^evo]I:-$2IYcjpy~yrja``_Y|O{@./G\fhe`YOD~5) #-<LW[}WQH@7-&6AIU`hjhc^\!`*d4c<`@YBQEDF8C0?'6$.&)*()("(+2<IV[ZYZ\]]XPD6*2I_p|x|pylqjgg_e[fZi]paxdgfgglqzjR8 .G\ktzdWOMOOKFGGrGdFXHOJFI?@:39%9<=;>HWhs!u1wAzT|p}sfY#Q?JS;\&dmsvwvqhca_\\\[`l{|nbXOD=:=?=969?ENZo,BTcmpv}qU5{tme}^sWlQeLZINFIAJ<H7?454-2(,$'!##*. , $ !*4; DKZk* :JWbn{um^J4  ",.06>J+T2W1T0S.R,T(V VWWW U$P&C.19CKOU[\YSLD@8)rihkp|.=KZhx +38;92*"a:vN1 %<N`t )=UkysdQ: 4HXbi|ppze]UJ?82,#eK.%-9GXi| +If *;ITZ[[ZVRzO_P?P S STX]_\XSOORRPLB1  {lb]`dl x  $*+*07;<<81&~| |{} %2@N^kx}|}}q_M@3(  %5AHOXblw #+05t:e;W9C5/1-(" lO3&9L[gq7{So}nX ?(!4HZdijnty~zumbTI@:8n7_5T2J.E+;.18+E&U"i"}(08CRey/Id{  nWx<gUI<." |qkgge`YNC :3,&##(")&&%" ",B [x-ATaiomhd`|VrFd5X%MC =;=AGP_m~,Oi{$4@FNRV`mzqaQ>(x`J;,~z{~2Jbz vP- kJ)&Jm 'D^qjR:$"7Nanzvpmh_SyHl?\7I668!>GSan~/DYn1EYlzwq}gjZZJN>?60.( "#+49?EC:/vi b!b"i&r'~!smmpsx:#Y't)2BPTSV[dlsxy yzxxvvpj{d]YHM4?!, }l_TM~LsNnMqK{MRW^enz*Eb}vbO9x\=+AVi}%Gl  $7BJQVu[d\UbDg0jknpmhc_\z`ifTn>p(meY OF;,)9J]o} =e &,0:G,S5[6].\[ []][T\I;?3$}j`\ZWUW]__]ZY"X/S;JK>_5s1/+*+0<M`xp[0IJ:]/n(  pZ@%~sfZTSUX^}e|p8Vm&7CM[jzzcJ/nW>%pdWJA{>j>^?QAICBDJ9L7M9O@QJYRd[og|x3*RGpb|}lcQH:+'|qg_WRQT\gqz!Bd$3;@':/33)2/+'!w Y:r]J=3'(6F Wiz/C\y"7qMbZU_D^2R A -iN7$   ';NZ&_-e2n;zGSg ( 7C'O-Y1e0n.w%}_@{ sh]UPKFB><|={={<z;v@nIgPdTcR\QWQTVV\[d_oeulxxvrmhbZSJ@4&*7 ><4/*% {nf`\[XTOE;3.-0y8pCnNp]xj}z7[w2AQ`o~{ri^RDt6[(E4'  |{| |%{>|Zt } xtpliecc`ZRN KD$:1(<GR[aeegfca`ccb^ULF@<82,$ }iXI<4.*(+3:DQbv1I_kpsvy%/8@GNXkbUp@|& |rkd]XQLJJJE<534465630,*+!,,-:,C+K+U'a"m{xrmbR?,~sjgcaz^l^^bTjJsC{>:9:;?BJNOUcx'F'f@\v!.3851( gLw2dQ >-!|m^RJA91),5@M\u2_w\@% vaM?4& ,=M^p "5Pl!!.<KQTUTUWtW`NK>40#~o`XRPL A7-#(*)4.H7bAzMYer'058{8l7\8L8;5+/' |iYLDDFP\j t}'/6;CLUXWSQSUSIA<;95220,()2<'?094264561+))+<1M6X?`MaU^WU]Hd;e.] P=, (4>;/ }} 4Meu}}y|lxbva}cefcb`\\[YYX2\N_Zc_edbg`g^h]dYdSjLiGbEWEVCcCoBuFzK}KIFDHJLI?5'fsX]PNF@53(   $)s2a@TUKj=-#(/1 1)2L5p779:<GZm{!! zbL5! -;LVZdwwj_XPKzNkSbX\ZM]3g s '%,21'4I=gE@=AIS\ffebO- pU='yi\J90.39CUn;\}'266830q4b9W7Q9MEIU@]4U(I9  lZK?78=HTbv?Uco||tnmpuvpfYNH+E7C8>:1CPOB;BJ~LvJvRx^vrtuuqiepqbQz9x1-* ziR3"4AINWcs)0<M][Wc{InhI1$!h[\YOCB?<9.'0+C2N2V2]=aR_`^f`d]_P[<_'nsokd]WVTI?@DGIG?2(xfZV[g|mnocl`ma{[QHECFLP-VCcLoKpIkKuH<* Dj{xnjpx|zuuzc=+.30 $&-*07 4052>J:^1m'x yuz~}rlilj]QG=6," /50/:IVUMD90+)3EME/~ gS!GC>5' "(5G\u"9P_jpomry$:M^jpu{t[A&~ueUI@71"'-+$  +*&&(" #>Vfms| )Iiqtfq]rJp.fZRLC8) *14641221$$9N[_hz}oZ@*/<ET~jq~\D+}tiZQU] behim5nUmps&2515BmKXF@:$5;?>800341--+$3=:2-17<=7+ 0F_zo_TI8}$qhcZPF@DUirzpYE@ C T0m9=DTgw $Gk~yvnbT}Hq:_+E 2&    #6Haq{iVLGA?6( (BYfljhq %!#-56,w#m!f!XJ9+,," qjyimgbbWaJbB_B^N\b^ufv8WvkP2#%#z)n<kJnWsfx| 0Yvztwv~\>%rbSG=/  ,8HXk(49866|/q!h`TD4+)&"tdZVTSU_qxpf[O+@74?3L:QIM\Bl@zHRUUXaf1aLVcNsRxZu]nXhUhUmVqOn@d+[OB4)$"$+5?C>1! &2AYrsg`yZxQoCd5^&\YZ]djus[B'   $ %(;/SLpan));OST^nxkuFn&o z~uosvqfadgc[Zad^ P D@=:1! $0B1VIkV{YVTK;)hIc)E % }oeeny!-6>J\o}g[X3]Qbk_`m~ #8CC?,3H!fe<shZHk7P%DBFEC?<?'A1>:8G6Z:m;x7m=UJ@S0`'t# NwsQ0 :)^-,1AVl{~cr?ldUD951 zvqmmmg[J:1+$"+:Oh+Px%-.,("hK 2/BLQUUK}7n"WF< 66Ko *1;KPbmxzcF+p[ J<'|qpx}-FWh~'5EZp~jUE:.pN0  z}! (#$.1889=9F>O@X-[ZZ^_YF2%! +7?L^jnpnfa_Q8" 6 T k zmP1  }mZ,E91>#CS#e$u  r&]*J66Nf t$5Jau bH&7+./!0/)#"%,.,-6J[b` \_ipn^MA6% !&+7?DLTSMF=- .DS]a^wW]P?K$E= 61+  '6EPbu+HYy+6=EG:1!  .<D|M]R9SSTTOF<u6g3]/O*>"/"  ",:GXm  /?GNPMC6* 1?L_oy1J_ozm[Mx:dQE:0( } uof]WOD:67>IV`lwqvfscwdimnkjlpv)0.4AOZlxtj^O:/".=KUZ^d r'+++2;EJLMS[dhif`][TI|7j'Q1}jT=1)$!-8@BE L Wah4uDKJ:' $'.24C/K$S\guyunnl^D* nhflz +1;FNVc"q4yA>5-*&%#! $+0}1o0f,W/G@3Uf qsx~z|rvqqrtxwpW;% $<P]ftuhX{F{:|-{tkc'`4\ERUI_>f2q(!yi Y"N%I(F/@83?%G#O,\7i?pGvU|kmWI"B-;204$9DQ TOJFLSNC;(C=NKONKQIXQ_^aj^sXwRzI{HxJqEk<e2[%J7 + $  (+1;>ABB:0*# /G^suS4  y lc*a2e:jFjMnOtSz[}fpsk^URVXWUOJD<3'(;KW^ukh~]Y\eq{ 0=AFN^q{q\D+ r]QG;&}usrppx~|xwux|~(1:DGD@ 90% "z&s,x7GZhrwxx}":}FNXekvlin\xK=4,!{`@p[zJy>~4(*7=AF M]q&05/"/Let} p[A& "(,2;ITY]bhjha VK6BM;d6z1)#xZ?+ #.573.r+i1d7h7m5s,ut pmkls2Kh}nbXQQTVXY^aekxyhVE9 0&,9EP[jz~pibVE87AQ}\|fu{l\D1" #(2=FJLNSWUNC :9:6( %(%" %-371.+*( " !(%@$Tfu }snjgfc_ZTRTVTPLJGDA;1!xm^S J"B38>->$>CJ!U%\']$]"_aa\"W.U:WD]JbQeZbk`}YRH=.+BvXlld}[RIFN\jy,AS{`nkdr\|TMG?:4.-*%p]L;)  zsj*d9_B[E]?f:q;|?B;/'~|x v$q<oRrjxp8`MP\?m-}v`K6 vl](K6;B/Q'\#b&j0qEJLMGA><75359=<5-%  xng`\VQQVamtyzphd[PA1  4IZ ix!'*.8I[htvgZK=-.Iaw|l^SLIJM!S#Z"^hu*:HyUhcXrD1 vm`SD3# xqr{.?Rey|l^SE5 ";Rh| &7}GkZVhBt2~(~l}[sMiFZCH?5:"63356KW_gmtyxyxw uoh_Y&T4NAGMAT=[<b9i2t(~ tgYL?5~-l"a[ WVOIEHP]k{  ,:@DJMS[__\UPKD=6/,(#  !,;JXbj)s;zL}^{pumifea^\VRPQQLB:8r=\HKR:[*`j ooi_[[]\WPG~<r5c.X+N-K*E&:.'(1=HUg|vl^RG:.')7'J+`/s23/-*(&%(,~/o5e=^IZYUiMz?1!!;Vp~kZTQRX]agp}y rm2hGa\WqK=1$ zrlbTB2"+49<?DLRX[[XSJA80)% $1AMTQOLLMF<0v$eXMEGMXdp}*BWcghhhe^WTUVVM>.! )5BQ_jt}|uv}ysh[K;, '1<EJORTUQKFEJNQRPLGC?:3) ",1/*    }|}'6DNSQQU]}fwntvy}u lb"X-P8FB=F2E%C?;8 669<>CKV]___aehie\QF:1%   %(&! &+-146;>BFGEB>92*  ug`^^YQJJR^it *9FNUXZ[YUTR PJEB&>-=4><<C8D4@.=(>CJ S]gox3Of{|hWC1|tgYKA6-"pW?* ~o3cEVWOmMMONMNO)M>JPG`FqGOWajs{i6VTAv+#),(y!pmmqwwn`+M;5FOX]ckuz}p{bzVxMxC}7*  |!u)l0h4g7g8j;r?}=5+  &7J]pzn`QA 2 %.8@DB@w?uAxC~DA=5,"|xtrw~  .G^nyyod ^XR#M*E/>58:0@+G%OYbjo xwlbXQKD:/" '0"88>OAcBsE~IKH@93-(%!"""w#k!^"P">"*""#'/9DNW^dlsyvmsekbbbWcHd9g)nw zo f^U$N*J0H3G4K4R/](h t 1F\r2LecEy'  +9AHLLJ~HcHEI(L PVY[^fbKf3ii hc]TF7$ (4CSalqv`SKGFGGGGIJLSZg(v;HRY[[YWQH;,*:HRYagqx|~|wpi`RA. !*4BLVcq| }m ^'O.C69=.C$LV^ dglsx ~s hYG2   +7BFC7(#(+++,/4551( -B!U!e t$}+6@LW`{gooetYvJr9j&aUH7% #(+- 03 6"7666873/.07=}BtBs?w;61000,$ &7J\kruyxtpgYJ9' &7GUbr}wzmye}_^`_\[\YVNE+=D5]0t(t`M?3(   &3BS_`YPIrEd?W7L.E#AAHQ_qt[B.  /? Tit{  %?Un8P]_do}o*WF?f,_<}_?v[C-  *~3q=jBeGYHLHAF=DADBJCQI]Uk_}n.";'E(R*X-W.S-Y-i)''$$&-6>yAmCdE]FYHUJJL5K G? 6.,-- /26&<,@/B1D5H@PDZ@d;k8m7i2a,U(I> 0$ +7AIOO|JvC9/# -49?IQU_jrvx|~ypgb^\ZTK>1''2>HT^egc_\XZ\^cfijje^WPH>6,#$%1CS\chnokgYG 4"!,7CPX\[VOsEa6P$JNZbhs ',/-~$unjjn prtx):I\p| $+.48<?ACDIPUZ`eikjgee}cydof\g?jlmlieayZdRNG3<4) .Ha |&v4n9g8`8Z;X<V:R6M1O2S2Y._+f)p&$! ;Ul&4Gp\Xn?( }}];^@1.00' %-(  #-3;FNV^keVmG}?;4-*+2-;CDWOd`mxt|,BWnrcUMLONIGA; 3,+02 465-!"$q'`,Q/C235"," xngeeewcv`vbyhzr{y~~!-51'#&++($&,.) %-}3y9}@IT]elt{yof]0TBIO;]+gpuxxz{{xsk]MA;3( $*0346<AINQSTUSPOLKIE</! /9AGPXak{qg^[^bflszyl^F"~ww qe#V0I8E=KCRHWPYU\UdSpNzF|<x1u$rt '-0/)%)8H\q "+6{<r=i;Z9L7:6+5!7:;==;6,%&/<GIE<|4z(wvurqqs{ #.34206CQZ`iv "+y6q?rErHmJbKMK9J*F@:779::8}6w6r8h<_>\>_<h<s=};5+ '|4z=yD~JS\clrw}z iZ,Q=OMQ\KjAv4&vj[G1  +57108GNKGGGGA6$~yvrpke`^]_bgmtxvog_WOIEDGP&[0h:tJ^nvz{yxx-}I~e|yxz l\Y}]v_mWcDU-H7 %~ndl^\\N]AFJMQWVK9'# ''$"#'+.19BLRWX~SmNYGFB7:/0*#'*1-   *8K_lx*9FNXfsvjdW|Hw=r.ke ^WQF<.zx}~~zrixiokhmducgnrw|)6BMU]djpw}~xrmgaZO@/!,=KT]mx{"/:CK|SxXs[kZ`ZVWEX6X-UQH>2"~nbWMD<3,'$$)2=JWfx !6J]o}&+%z#t%l%d&^&]!]a$d2g7k9q7q1p1l:fBdGfOfZhdisjf^TKF?:~4m/\'N?, yuqmgb]Y[^dlu(-5?EJMSR[Yc^m]y]^]`c`VKv:j!]OB1 ~));4I?NLSWYcYpYzWM?0$}{yvoh^SH9,  /AOYdpzzu qq/pAkRa^XfOiHiDeB]?S=I?@A;D3J)NID@=70%zpg`\WWY\cm{ 8TlqaVU]hu~yj\PE;3/,)'#  $%'-1477 74&3-/*++'6#G$V'h-p0i0\0Q/C,8(4* tmgb^X#S&Q(R*U.Z+`$gow%-123232//11E8YAmFH@2% iO5~zwqkgdfhlqv&y7|<CN\gh`QH!C3<B8Q<a<pD{IH>5..6>A>91({m^PH@5* '6FSZZTE/ .=HQYr``dOeGaMYaO|F=4)! m]ND;3 /,,.<3G-  zuux(}2@PZabachkps$r/f8XAHL=X4`+bcdefc_^[Z\[YSL=-}zwrmfemwukfaadkp{  %5DR]fkorqokg efee&b2]>XGRLLOES>\3c'b\ URS[chlmovypifgltwi_XK>.!.8?HPW\^__^^\ZRG;-" xsu| &5DOY^`_\ZYXUPG=2( }ocVK@ 5- + ,6F X m*5;@ L*aFz_x{ngdfgfbwY`OJG2BBDA;2'pY E4&%-OCaGqLOTZ`aaegoz{iU>{%wurlbYUTQKD<82+"  />MZcltx|~{wqjf c^!T,F2:7+:>CHMT[dgjNk6l je^SJC>:6"01)DYs)=M]o #(+.26<EJJG@830u/_2G4031.*" |k\PMLMPS\gu~wvwvtsx*8BO-Z;dKn[ugzp~zyn\MD<4& q[I4#tcSD90)# %1 ;E M+R5ZB`Rggj|jhec]TH<22F(Vdqwz}yl^PA6+$  '3BN\gq{%y5oCeT\fRsHC<5*zs{perLv0wx|y\?"  '&.B7a?HNPQP!R<YVbmlprqnlf^YSPJ>. |gP8 qcXPIHGJOWbo|(4'A2M8W:a=h=o?tCxEvBu=r;n:g;]9O4>.)+-10+! ~}~ %/9DS]fm t } !$##v'h-\3L::='<:873,% !&''&).6;?GNUZZTKGIOVWRLHEEA;1)%" (/5;DzLzRwUvWuYw]~`acehmpssrrld[M=- |gTC 5+'(+4ARbr~|{6K]jtz )6DOXcn{ym_P@1"s]C+ %9GQ!Z"d pzrX?&dM;#.*%.00369;>AEHJJF A;731'1?2Y3t30*$3Ldz &,1431z-p&cUH <0(%" xj]UQ NRXco}':K[jy}tmf_YWVgYG]'bjtrN/  5N$g2BP^ly4Ndw~inVUA>-% |i[xSiR[PNMEJAJ=O;W:_8i9q;|@EMT_kx %/:BKTZ]bfd^#T.H59<,@A?;741*%-7$B+M3U8XAZH\NcVm`wk|r}v|y~{z|~}vmcvWjJ`?S2E#7'  ""z{|{}   x*q4o>rEvK{QVZ^bhnvz|yqg^SF 6# &,4;?|ApEhEbD^AY9Z/\%ahp{&=P^fkqu{ ~%,5|>vHpOiTdV\VSVJW@X8W.T QMKNOOKB7)  #'+,+' &7GS^jzuZ?'%6DS`my{rfwZgP[JMF@G3F%B?<=AEHOYm%4@GFC?=BIS \c&g3g@cK\SWYV[Z[bZiWlRkGf:a+\U LC:2+#{kaVOKI IKPU]iv0F \r$(+,./05773) qX;kQ:$5Nf'=/SGe]tp{k\Jv9j([M<*}pdYP~I}E}DFKPW]eq !&&,6ET_gmrxyupid]QB2$ ! ) - 0 210./012238?HQX`ejlnqrqokgd`][WRMFB:4+%!  %+/3;CIOSQNMKMPxQrUiV_WUWNVLULSNQOORLZIaFi<q,{ 4EXhw |s j c\RG;." {qjebbgq~uh`]]`e g!h8iPodyv .=IRXs[e^XaGh6q"||tnh`ZRJzBz7,!%%4-A4L9T=VFTNQQOOMKIGED=C5B)@<669<@ACIS]ejlmke^VOI?1" 4HYeoyvj_ULAt7j-^#Q@-  ,:DOZhw*5@LWa m x$).25:;<=<>><;;94-|rf\}SlI[:M(B: 8:AKZl~4KatzcK3jT@.%~!x!u"s&s-v4y<{EQar1G[l}->M\kvj_N=(iK,sc\\agmt{   #-1.*&#!   !#$(*("   %%.17>;L<[=i=u=<;;:;;86|8t:n>h?a<X:N6B18+."&  "&'$ui]R I?99?IUbm| *4<DHMQUX]aglorrpj` U E6&s mjmorw~ +=Par(2>LYekoytcwM{5~{yumcVE2 "-4=BF GDA><!7(0/&7B LWbksz~~ztnkfc\QC7+  ".;IVbnxvcM}6zvsnkihlqqsv{ '28:976":*@6EDIQM^SgXm\o_lagdajWpLw<|*|wodZQG;-{!tqmkjms| +:ERb s&/6:<<;98{4e.P(< *zurjfcd~fvkosj}mq{(?'V8hFuT|arynaRA0! nS5vmkmnjfhq{ %/684+ 5JU^l{}umiaTB) $+5?EFFFGGED?8* $3=DJNS Z^` airy  xm_K4 ")'yme[PHE&K)Q-Z0d*ltz"1:<70)#!$/?HD6#-4.A4N6W0_$iq v tk^R%D(1$#!ustsrvxz-<M_q'k5V@D@1<>BGFC;0) )<@DP`nqll u|uf`h mlklnrtqjglkimncO<%.<K\nxdQ;$ }{{nXKN[hpuxz-I%]3h?oL}WaimolhaXNB5%}Y6 />Obu!y&l-[4G:4>!>9)zgYLB:?Xmwuu '2 <D;GVInHGE</# iR>, !!  " +-$   ".7?KXahlqttplg_TD5#*30(  (0;B EF%C2=B:R;`8l5y1'q\K:# xhZOFDGNTVVUXan}#  1AL&P1U5V4T6P=GJ@S3Y%bnur fYNKJB0  0@Rh~ rbVOC5$ ':CBCKWdlv|naZZ_]TJ>.  #%#!   "+4<CJT]iv} sh#](O*A&0" whhtxoov  ';M^r v_K>2(~~#4FTaju)~;tGlLbLXLPRI\Ba:a/]&TF9 /$ " !zsh[STalrtz&4DT`fjmqw} {fG, !*041.)&"!.<M^d[J?7*   ,<M]ir{}tiX$I#:-   !($ # 7K_u zn]M8& xl_XUUVROOU]hu )7FTe r.?NW\`ba_[VT}PvLlIeF_AW;O3F.?*<$9740 (~yy{#)1:CJQZaglpt||ugUD5%~ *9HS]cfgjprsvwupi`]]bh ifY(=0"32 .)#!%'.4:@HPX_``__]ZXTN FA:4/)%"!   )38?KXdkov|p]L9'    !(09@BBB@?=<8 4$67:<B6H8KIL`MqLuGw?984u.b&WXSE: 2*uaWZ]^^dq +>Vjx~}l]SLG? 7(/1; BHSY[[YUQNE5( &-+  /:CKValv}|{zsjfbWLC7&)! (4;<5-&$ ,.$#3GXet $tdUE4 y|xnjf`[]bdgjkq .45<GSap} 2:>GQWVUNGDs>g6_,T$A& zy}}| #*3?KY/c:jCrMwU}SG=}9v9n5g-a%[SJ=0 5Og{  '*,u,a'J"5 $   !+269>/ECLSS`Zr`}gwkkjbegbm^jX_TSPJJ<C%8 + -CWa`[`lz}zx r e Y M C=:@JNI;-   !% 0 DPSU\f i bW LFEC B#@AA8%)+036666632221z2t1m0k/n1x4~41/,-131-("$)*)-1<IXenwtlggg_RC3'  '.22 4:C&J(K&I#E!E!F!E@9 1+&! !2?J%V/d4r6|447>CB@>=y0m^ RF7) 2AIIHP`ny+;Og|zupi]D& xiZI:*vq onia]cknf^`m} %3>J Wab`be!d$\(Y([%a$j!leXK@ 7 - $ (05 7<G)W0_7]=ZEQKEN:O/O(O%O&P'M)E&>80&yh]XVUTUY^hqz3>F OVS L%F.>62;'@$C'H+M+Q!SOJGCCDC>94.& ,6::>K[j*x7DMPOOOPQOLIEz@p8f1T,=%#    &$ ! #     $#'2<CLXdfecfkqrk`YUPB1$ !$% &- 7AN[ekklqx~ysk`RD}4(&1:EMU[_bemx!/}=yIvTvZu[sZqWpVnWiUaOVHI=52$)  "!&6EQ\filmn poid\QD7,%"6O`fjovxu qo(s4xAxNs\ikZxI;4/)" }rfZK<- vsu&-/25<?@DOXXN@7 9 AF H G GJQWZ[ZZ\[WQJC>:4&"!!$&$"   %'(* -07@"G&G)=,2.+2)6,8,8*8)8):.<2>3?4@6?<@EALAN?M<M8N5P2P-P'SSS STQMJHGKNOLG E A;2($"!"%*-+'!  |    - 7 ? H O U X X Y \_]TE930.,&  $,21,""$)0 42'&08?EKQXajr{|n`TI?1!  '/=LW^djry{{ (3<DMU\w`hb\_N[?Z2X)TK@6+!z| '4 ?FLSZ^a cb ^YTNF=1% !~0|B{Wzn{{"5GX{ixxwvvvtqle[N@3( ziYJ=v1Z"G9*&2CTcntx}$4A N^q#,1443/,(! ~tkd]WSOKE@:75440 ) #         }ytqoniedirz  "!."6"9$;'?+F1M6Q<UAZC_CdAj?o>t>y>~<94-'w l`YTNF:-   !$" !!   %(('&#$+,*)+ /573+! " ""#!  !)19@@@@ADFIKKKKLKFB> :7#22-@(M%\"ivtk`UF3  %,5>GPSSPNM+M:MGHUEaBm?u:x2y+y!ws mibXK>1$"" !'2";2C@JKOSS[UcRjOoLqHqCn9i*d^XSKC91)! |-u9pCoIqKwKHHINSTUUV%U;SRLeGuDDEC?90*!zog^ULyBn7f,\RI CEGJLMPX`kw&<Uk #(+--/0121/+#zp_K9*#  xne\SLJLNONPSWZ_l  "#,$?%Q#a"l t~  yiYJ</" #%'()***&#  #$ # $+05: <;9668<@CEGJNQSUUW[^^[TLD<1' ' /8AGLNPOMNNONLIE@92,'# *;L\iv~ym_P?0% $*06:>@@>==<>;5-)*+--,.14-4:3E3N4V8]:f8o2u'xyxtph_UJB<3) '07?DJLM MMNNNMKHC<3* '07;AKWdmqrppmiffinw}~ &1:u@lEaKTRDZ2a f ijhe_XSKBo6d(\XWTPJC?<<=>?CHMRYcr   .<FOW]elqssrpq pnjd`[SJ@71,)$ %)/8AGLMOONOR TVTOG>4( pd[SLF?;77;AM ['e/p5{8:;@EJMNNMLL!J+E7AC<R5`-o#} veWNE=4+$ $+279<AEJKMLKG@:2*"   '09AIOV\dimpnkdZRG;/$ !""  ##&+(2):(@'G&J(L'N$Q"T U!S!NG?6,"!(- 2551,'"  !,6AKSX[ZWRNIB:2*! $-1224432 233#2&0&/(-*.+1,5*;'C#HMPSUSQNJJLMMIC ; 4 /.-.037;>AGOUXVPG?7/* % {iXK?6/' ".=N]jv % ,2+698G:T:d:t73.&yk_SG:-"  $+156630*"yohb^YUQPRRQRV\d jn)q6xCQ]iqw|~{0uHl`atTG:0' sh^VK@4( ")18@GNSSQKE=5.%    #+4:=><8545569=CHKPTXZXUOH@941/+$$- 5=DKQSTSRNG?70)# $.8?EJNRRN G?:52-)# '-16;AEGJPX`hmolgecb`[TMHB80*))(%     #'()-$3);-@/C1E4F9L@SGYK`LeMjKlKkMhMdJaE_A_Ad@i@m>o=m<j<j<l9p6q3r1q1r.q*o"kg b]UI9'qbXPIDA>>==<>?CHOXbls!{%(.6>GJLLJ JH)A:7I-V%aks wzzyywtoh`XOE:.&  (/6>H W%b+f1e8`>XARBK@F=A>8B-F$HH IIIFA91*&  }{{wsqnnnpt z*6?EGJMPRUVRI@ 63$2./7+A#IOTX\ `ejprrld[RKA8.$  *6BO]irwzz{zvrmg^UOIB8, !+3=FLPRUWXWSJB7.$     .:CIPW_fjlortspjcZTOJE=83,#   "#$ $%#(!,046 7 862.)$! "&#*'0*4+:*@'G JJ HFD@<73/)!    ""  $'+18?DGKPYagmsuvtrq n'j0g:c@^DZCUEOLKTIYI]F\CX?R<I:?938'73-)# {rfZQNNOPRV[bgjmqv}&4@JQY_gnrtqnicZ,O;GK@Z9i4u1.)& wog\RKEB=6.'$! !" "$$#""'*+(# (:ITWX^cggeccb\SH =4&.4,D)Q"_kv }wld \TK B+:55@/I)PSTW\__]VOG>73.("   )5>CGMNKC<8762+ #! ! !%'*-269=BGNRW]beda^[TLB#6)-0%4<@DHLQW\ab`^\ZWRLE?7-   #(19?EJPX^_ [VQ#O&M)F->44:-?)>#<87:>CKS]bdcbcgloo kbW"L#>#1"%!""#"!! !$$! $/ ;EK*M5P>XDbKiQlZnapfplqqoukyd{]|X|W~XVR{PtNoKiEd=_3W'NC8-!   #)- 1 6 ; > ><940)   &-37:<>A A < 6 / + ( $    "#$%(-27986640+&#!   #(13237882(!   $(*.26653332/+# " ,6:=>?BGMV\^^\Z[ZYSKA8." #%&&&%'*&/0364A3P4\6f<pBxIyQzY{^{`zax`n_e^]\UYLU@R4M$F<1*$ {l`YVURLIJKPX` fmv )9K[iu{uqlcZM=.#  %*-*-6/B0L0U1\1d/n+y&! "#y!pfZNB6.($ &)*))*,--.-($ ~|{| }  !%).4<FPZahmprrpkf_YPG<3*" "#$$',/ / 0 1369;=BF GJJHE!D)B0>5>:<>7B3A+> :62-#zy|~~| |}$)0<CGKSW]&b1c<aHaSb]ae_lXrLv@w<t5p-m%mm mmliea\XWXXSLC :/##* -3663100-*" }{}',./149?BBA<5,#   %/8>EKQY_dhif`XQKHC?;62!+.%8#@$I%Q&Z%d#mqvy z{wpe[RJB9,$-6?IT `ho%u+y-z,{+z)x$r"j!a"V$H'9+'-049ALWagi|knnep`o`kcfg`hYhPjCm4u(  / = G PYbl s v y}}vog\PA1%"'*.0/+'$#%*%--+4*7&9#8!4 /+)&                    &-28<AFFEC?:754459=BGKQTTSQNH<0# !)3;CIOU[accehmqpke^VMD9,!   ")1<IQUWXZ^acc _*X0R3K3A435&4468;BHNQTUVUVX[]ZUOG;1'   $0=CFJOSX\\YWSO J D < 4-' #*3<EOYdlswy|ypf\RE7) '5?EGFHKMOMJF>2&  '2?LW`hr| ~si!`(T/F65>$DIJMOQTX[]_[TJ}Cy?v=q8k2f.b*_'_#abh ow "+5@JTZ_a`[USRPMJFD@;84.("   $(,059>CHIHGHKPR U U S PKGA<60)"     &+.0358996 20+)(2%9@EKRZdlpswz~}|yunfa^YRJD<3+&%%(((%(+%1!6;?DH KLID?;61+# }tpqsuvz ")09CNYckoq%q)n+k/h6b?\FVLPRJWC];^2[)V!RPRT T SRO K G D@;63/-)"      '1:BINRVZ\^]^_ab`\SJ'A28>/G$NV ^iptuuwyzzxvrlg`XSKFB=:62/, )%#)0 7>CGHIHFFECA=81' #+4> GPV#Y)],`/c0f1j0l-k*i(e%`"YQH>2'  !,8CKRY\^] ["X6REJQ@[4c'il npqplga[VSRQRRSRRQNJEA:2(#0;|HuVrdrqw|}|ti[M=0#$.59<=>><950)!!%)--,)$ %.7<>?@CHJHC;3*"".:FOX^cfjlnqssoh^TI?5, ~{{ '.4:="@)B1F:JCOMSTUYW_TcNfGf=c6`.\&WNE9,  ~wpje ab c'f*i*p+x)*+,.0246 ;"@6HGPWUeZp]tasbsas\rRnFf:[/Q$G;0$ #''%! %1:DNU[^adec]UK>1$ }wstx~#1=HOW_gs ygS ?%,).011136:<<;;~={AyAy@y?w?v?w<|730048:<<<;99742%0-.3(; CHIGD?8.$ {xttw{)7E*R8`DkQxY_bdfhihec|]qVbKSAF9:1/+$$  }tmgb^_agmu (06=BED@8/# %+---04:@FKRYahmqrqmhc[UOF9+  *5BNYdoyvkaUKC>70'  "&)*)))-..-*(%! |xvssqqrtvz|!%)/5=DJL LK#N/M9NBNJKQIWE[@]9`0b%a` ]ZYWUQLE=61-*(('''&"  "+27;=BE"K%Q)Y.`5d;eAbH_PZWTYKWAS5P'MI D=5+  |qg`]\^bfkqy &-5<AIPW_ekn qrs's.o4j9c=\BREIE>B1<#5.)%  (19BGKNPOKFB@><82*!   %*,,*''|'t'l&e%^"WSPOOQ U ]fq}%5ET`kt|xqjd\UMD8,! "),-,++-/37=AFGJMNQSSQOLKJ)H3D:=>4?)>:62.)"  !'"-+/205090<0=/</9-6,2*-***$'$!    %&$!   &-6?IQX^elsw{}||yuof]RG:+ "+3;BGJ~L{OxStWr[q`qgtoyw~~|xunh`XMB 7+!)2 =GQX[^`aa`_\XRLD9.!  #(+038<@DGHJNT_floon&l0j7d<ZAMD>G,IL MMMOQQPNrMcLWLOKLINGREYCd?o>|;71(   #-6AJ R Y ^ ekquvupi^O>, "&('#  '/6<CJQW\aehi i g d a [ V Q LF>4+"$)+ ./00/,%  &.6>FKOPQQOJEA>94-'$####""#!1 @ NW_cd c cegge_ZTPNJFDA@=:62.*% !"!   "&+ ."/%/'.'-),)),&, +,0379887 5 2 , %      (18@FLPTX\aegijjjhe`YRH<.#)16<@DGJL|Q{V}]djotwz}}|||}{xtplg$`/W8LBAL7V.`&jqwz }{sjaWL?0  %1;GTamuz~ '~/v6m=bDTJDP3U Z ]`dhloomkgc_]YVRNHA;5/(#!/<GOU[a hmqttqlhe^VOE8+ }zzz|  %*.2 5 6 9 < ? BFJPS Q OKIH!I&I,H0D4>6881;*=!>=;962,"   !)08?DGIIIJLKIIHFB>82+%    #%)-047:<?ADFDB>82,$ "%(*+*'$  ##%'*.000.-'"   &),048<><9630-)#") 16;@CEE D B =6,!    '.4<DMW`gnrx|~~}{yskbVK=-  |vq l$h*f0g7i;m>rAvE{INSV[`aa`_^]]^$^6]G]V]c[nXwU~OH?3(ti]RI?5,! (9HVft~ yodWL?#3'$,/4:@FIJLLKGC@?AA>:6530,('(++)($ % / 8 >CHJNQROKE@:2*$(/5;AFLPSTSQPM KHDA<61*$   !-7BLU\afhlnmlhc\RIA;60)# %* .!3#8$<#@!D"G!J!K!JE?941+       %)/5=CGKORTROLMKGB;7 1,'""'1>MZcgjlqtne_`a XK?1$ &08?CINRY\XPKIID9+ )3;CKOQRSVX[\[ZVSOJGDDFJNU\bf"h/h:eG`W[iVwPH?2& }m]SLB;5,&!"1<AFLSTNLONJ FDB=6&-- 37 :=@CGIKMOQTX]cinuy}~yrjc_[UMA6 *!& '*18=BILOVVQJEB>:3+% "&- 6>@?8/''(#$ ,5< @@==@DEC>6/,)%  !((#%),-+(%   "/89 630,,*)'&()&"!!%+-,+)(' (**& !&(('$!#$ '(,020,+/36741 -(! +6:977:;84 1 - )   $'(&"!""")057:>@C#G,I5H?DJAT;[7b2c+_$W PJC9. " $.;FJIILOONLJE< 1&!).16;@AB?92+'&()+/48;>ELQTUZ]a`\WRIB=7/'  "##$%'*.0.++-.-'  !*19?C EFH LPSQ L D 8 ,"$*.4<FPV]dnwzzunf_XRME?:4*  .<FLMKHDACEHG?5.)%         %+/4778;>< 8/$&-6@JU[[WSRQMF;3,$ ',,-/35666873.+)$ $(***++.368::7774.(&%$$# #)/6;*B6G@OGUIXGWDU@U<T7O2I,C)>*<+8'2+"  !$    !#%%! &.6> FNWbiklmoq q&k.e6^;V?NAEB<@.???@A=951.($   }|}~    $*/7AJSY\afjqtvurqmkf`\[ZVNF>6.'! ".=IOUZdntxyxulaWSMC8.' (5BN X^a^#V-L6C=:E0L$QW _gostttsoic_ZRI@93-&!  4K^ptlbVG:0 '&4BP\elpqoonkcWLA5(%4<@EMX`acfigb^_aa\US V T M C ; 7 0 '    $-7@EFCA>:6.$ !&'&)1:@ABBA=952. )%#!    ".8DPY`dfe_YQJC:/& (28<?@?=;>BA=984/(#    $%"   #).38;@CED=!4./;+G&U!ahknswzzwqjaWNH@3)#   #0;EOX]^^_bcb__^YP!A$4&*"! "/9?D JPU(W1Y<^HbQcU_YU]I_;^.\ \Z YWRMG@70*#  +8FT_ksvusrnhaYTND7*! !$&((''# $)06<@GNTXZXVQMG@ 9/& !'()&#!"%'),,*'%   $$$$$''%$$  *6;AGIJMOOLJFA;4(   !$"$*/4:BIJG@830,&    *6AKV`iqx{zvrlh_XOE:* &+/5?HO TZ`"h+p4u7w8w9v;u;s=p<k6c/[+X$TM @2' ~zwusstwy%7GT`j!n#n#n khf f b [XWVUWWTQONLKH@;71' ' 1;F#N+S0V2Z5]6b7d7b1^*Y VTPKD?;84-& %+39:: 4!-)+--//+ '#  "!  !)28=AHMRUWYXURQPNC4( "+/0/048961-,.1 675557 8::963-'%#! ',039?@@A@=:871&        #+17=DMTUSPMKIHE!B$?";4+ #! (2;BJPV[^`a_ZQG</%   . :ER _'i.p3t8x<z<}=?EK{PvSmWd]YcLh?j5h-d#`XL=.# |yxz' /59"=,A3B:AA?J;Q7U3V.T(Q!OLJF?5-# "&)-16;?CF JNPN#K+G0A6;<7C4G/F(B ?@C DC?<<:4.(# "#!!*03688642!/%.(+*),&-"- +'$"   !'.6=??;74.%   "$%%$$%'+/46:?DJPUWVVUTUSPJC; 0 & #(*+,-.-+)'$##  !*/3 69=@"C*C1A7;>3G,Q$Zdmt w zyup jaWI<-#(*,,-,)!  "&(('#  !!  #*3:@HPX^ ekq"v)y/z5x;wAsIoPiTcV\WSYI[>Z2V(PKF A;5/*$ zxxz~(17< @ D F G D BA @ @?@@A@= 81*$ %-7@JR[bhjiifb`[TNGA;5/ +' $*!4=CGJKJH F DCA@?<:740,)&" ")-03 589<"<%<';+7,3-0/,0'0!0/+& " !#'**)'$####  $)-/13342/)$     !#&+%1*8+=,B,E-I-J(K"KKJ GCA?><60)$   $+131/,,,+)&"        $,6BMV]cilmnno n l ifb\QD4#     '+*))+-* '%" &*/5< BEGFC>8 1 +&  #(+02358<CKSZ_bf ec`\"W%S'N)I+A,7+-,#-..-,+,+*&   '.3!6#:$=#?"@BEFEC@?=<;:9#8)6.4317,<&BHNQPKF@=;;962/-+*(&#!      #"&%'''))++/,/-/,/,.,++(+"*(&!$%!)+..14 9 ?CFGGHGFB;5.'  !"%% # $),.37<BHN RVZ[]][YWWXXURNJF@< 6.&!  !  #(+-.///,*)(%#'4 B MXblw vnf#Y'I*;-./!023310/.+'! zrjea_]]]_agpz!'+.121.*# !'/8@DGFEDCB@<72,%  '/8AGLQW_flqw| |wq$j)b,X0N4C68:/='?@B @?><:73.(!   "$(,1444 4 4 2 .+(%! %()'% & &)-145642111-&        %*/49>AEEECA?<6/%    !"### ""!!',.1 4 8<@CB@<961,& %2=GPX`gmoonkgc_ XQH@92*!   $+17>CEGIJKJH#C(=,9156/;)>#ABCC CB>:7530-*'# $.7@IR[chnquwuqokgc[R G:+ #&)+,,*(('$!ypib ]YZ\bgnuz "&%$#! !""#$'***)&%-#4 8<?CFK NQTWXXXXXWUQJFB@=:73/+'$     %-5>FNV[af i j mnonkgb[SJB91)      (5AMXakt|}wpf[QG;."    "#$##$%&'''%"  #0=IS[afijkllliecaa` \ZWURNHB: 3 )  #'+.0233211368751,(& # "!").159?EJLLMPTX\\ZW T N I C :1 ) ! "%&'&%#    !',/24566431/.. -*'$#$(,/246:<<=:851-'"     " """!     ! ! !   "#%&()*'$     ! $&'((**(#   #(-27=BHOUY [[XTPI @#4%(%"   $),122311-) "          #$&(+033 2 .*'$     (166510./25774 .)),/0 ."*#($(%)'*(&(#$!###!!# ' ) * + , - ./012588 4 ,$   "&(''&%!  &)*+** -07>C CAACGLNNNOQTSQ O O R R P M K IEA;4)  #%&%%$##$%%&()**(&$!   ""!!(4>CFIJIHG ECDGJ!J#E#=#8#5!1,#   !#%&'$!    &,2;GTbmv{ }uk_TJ>4+ ' "~|{|      ""#%%)&,'-&,$+,,,- . / . . / / + #     "#&,*3.;2A3H2M4R4X6_7f7j5k2j0g+`%WOHA90 &     !""    $* 06<@B$D)D,D.D.B-@-<+7-2.,/&.!-,+*) )*-/1442/-..,'"  $),/00.+)%!   #&)/6<@ @@@@=7.#   %-38:!:":"9!8641- '$     *047<EKO R RSUTPIB9 30.*'%%$!    #*13225:?CEEB;5/*%##$ "    $%'&#      ' 0%9&A(H*N,Q1U3[5c6k6p6q4s/q*j#bZSLE A><5*  !%(*-.//13678741,'" !"%-25634:>?=:6211$1(.+-*)()%)$*%+%.&0&0'1&1'0'.&+#)!)++,-., '!$$%%&),-+'!   !"""#$&'))(&&%$#"!  $0<GS^flrwz|zvurk`VME;/"         #(+/ 3 : @ D E F F F F F E D DDEHLPTVWUSQQNKGEA90&"    !  #) - .,)*+(%"  !$%$$$!   &,16: =?@ABA>:742!.")%  $,/120--)$  '/6;>???>;852.--,+)'&%$$##"!  $),.+%     !%*.158;=@CEFD@;5-#  !$%&&&&$!'1:CI N RUWY]`bc`\XRH=5,%  !#$$#   !$%%#"#'++00577;8<7=5@2C.E'G#GDBA@ ADEDCCBCCB>93,'"   !!   "'+05777657: :9751.(!   $&''&$" &-354576/'  $+268!7"4"4"7 964223578665 32/+&   $'*.1345656677765456541/,)%   "'-29AHLNPPNLIB:2+% %,4876679999::::=?ABA@BB>8-!  xsqt z!!!"#$%')*+./122200 /&-0+;&F!NTZ^ cfhd_ZXTOE9-"   !"## #"     !"($-%0'0'1(3(5'7%;#= <84-" !#$%&%'()**)'&%%$ "   "&(***)()*+)(&%      "#$$%#-"2 4569:=< ;630.*($!!""  "$%%$#       "$&(*-/12310000.-+)%"   #,8BKSZ^beilnnke\QG=4(  "*19@FKORTXYYWSME:- $).134!5*626;7D6M5T1Y-])`&c"eec_X PHB<94,"  $')*)'%"  "(-2 8=ABDE!C">#8$1&*'#('%#       # % ' ( ( & #     !#$&''%#!  !(-17<BHKLLJH FCA@?>=7 1 -*%  &,38<AEGIJKNPRPLFA:3( #'*/z3v8v;x>{@BDEFFEDBA?<974 20,$(+"2:@FK QYafjjfc\VPHA8/% !#%''&&%$#!!    &,158;< ; 96420-+($! $&(*)($   #*.257;?BFIKMPTX\agjie_WOF< /$    $ * -39 A H N SW[_bb`\WRMF>5+    #*05:>E KSZadghgc_YRKC <3*! "',03578;<<851*!  "$&(*-0258;==<<97520-+) '$! $ (*,,,+))()*+,+)('&$"    !"%*-/233232 2220-)!%#&(* ))(())))('%"  "$%%$$$"  !$&')((((('&%%%%$$"!!  &+04:?DLQVY[\]]^_abdc_YRIB:1)     "'+/37;@DFGIIIJJ H E?9 1 ) #       "$'('%""##""!! "##"  "!   !#$$###!  "$#!       !%(+-...,,++++-.--*)%#    #&&%$%&&&%#!    "&).4;@CEHIK KIEA%<,6003)4"55543.+($"    $(+-,+***)(%%$$"  !&+/4:AHMOPPQPOLE?:75 3 / , * ( ( ( ( '')*,-,*'$   '.4:>@BDEGIJJJIGGEB>:6 0*"     !&())'#  !#$$#!  !"$&''''''('&$## #     #&)+-/258::8530-(!      !$%&&&%%$$"   !$'*-010+ &! $&()(&$!  !%)+ ))''&%##'!),/0/+'%    !%).2344310-)%!   #$%&%$%',/2 4 6 7898765 3 1.*&"       %*-/0248<@BEFIHGDA=83-&     $*.2221/,)%!  $)/5:?CEFFFFC@ <940-)%      !     !% ' '$!  "&*-0/.-+($   &+021/ + %     &'( (+./"1,324729,9$9850*%  $*-.01220-)&!   %*. 0/+- 3 : =;6/)%$'-241..022/,(# %*,/1331.*&!  $,37=CC@<<=<<;631/(! !&)* ) $   !%&"   "%((''&%#   #&)-02/-.38<>@ADA:0)&"       !%*06:<<:84.($     " &* / 3 7 : ; ;841 ,#(%!&)+++(%!     # ' ) *)$    "$%&(* , ..+'#  '.1/-.3679;95.&  !$(-29>BDHIHGEB>92*"  !%(,//-)())$   ! # %'(),0/(   !%*--+('%$   $(+/1013:@BA<5,'$%(*&    !"$'*+,../-(# "&('$    $()+---,*(%!   " (/48999 :85 1 .)$                     %/8>BFKMNNMMLIB8.$  "%(,/3566430/-*%"  "(/57668::9763," "!#&*,--)$ "   "#%%#"  *1799;?CGGGGD>95540-+--*(')--*'&%"  #&'''()((&$    !####"!'/43.-29>@AEGB8.))(%!                    "$''$   ! !#&(+.22. ( # !        !%&%%$%%&%%% "   "$!  #+49;;=?BEHJHFEEFE@8/'  "$%&&&%$##$#!  $*.23369<==;:50-*)'#"#$"  !!!  "%***,-014553211/,(#! !$##)/110/.*%" "%(,// -,*($      "'+037999:<<;72-($  "*/15;DJKJIIHD?;9876541,%   !$&%$$$#&#*!+--.-+* '%       $)-//.+ **,+(#!%+2 8:72.-/,)%#"   $).00010/+%&* * ***(%#"##! "&+-00.,)$!    !&*( % # !$')*,,+,,+*($!       $ & )-13-!&$ &''%"    #%&'))))(%"  (.5:=>>?BFHGB><82,'&()(%##&%" "%%$$"!   """"  $ ' *,.-+'"         !)19?BCDCDDDB >:5#/'()!)+/ 2578:984-&"  $())(&%# #$# !#$###$%%#!"!   !$%%$##"###""   $#!!!!   "#% &'&& %"$%#'%(&)%($'"$"      "&+/"0%.)-+.-0-1-/++)'%% "    !   #""%'(*))))+-/., )&$#$%&+&.%0!2210-*) ( & $!        %$$"   #&(*,++('$"    "). 258;>?> 9%4*.1)7%=CIM OOMLIFC@<7/(!  $*-1345430.$)-%6@HO SSTUXWVROKE=60*%       "!%$''+(.)/)/).'+&(%$% #!      ' , 0 47:<>=<:7"5%3'1'.')&"$!      '-2467777752/,(&#!  !%!'")#)#)$)!)+---,,*($    !',-,($    '.27:<;973/)" #(,0369:":*90664=4B3G2F0D-B(A#@?=951.*&   !$%'*'.%3#9 ?EIKJ JHEC@;72,$   $*0234431.+(&"    $(+.000/.,*( $      #&)+ ..12"3%4+3/14-5*6&5"532/+ '$    #%''('(()+*(&"   '19@G OUZ\\![%[)Z-X0T2N3H5@49303(1/+' #  !$&&%%& $"    #( -"1"3#4%5%4%3$2#2!2210.*) & "   !&( *"*#*#+#*") '%$!           %''')+-//000/-*'%##!   &,158:<>@A A ?<941,'"   #'* +.1346688640,($  #&)+-/0333346541.*% '-4:BHOUWY[ \ [[YVRPLI D"@%;'5&0%+"&      "$')**+,,, + ($              %*/2355532 .*$#)/ 47:;=?BEGGEA<61+'#   (/39=@CEGGEC@=963.+'"  #')*"+&+()*&*"'$!   !$(+./121/-)%   )09@EJMPSVYYYX XVTQMJFC?:73/ ,)%     "##%&'(('%# # # ! ! !             #&(*+,+)&$"!        !$(,//.,+ +**&##&)+.1258:=?@@?=;851-&! %*06=BGJLMMMMLJGC>81+%            !#$&(((''%#"   )049;>ACEEEDCCBBBC B A ?> < 8 3 - ' !            !       !!   #%&&)*,+*+**(&$###"   !$(!+#.$1$2$3"3 2/-)'%#!    #(,/257::840-+)&"   $'+036898:;;::973.* ' $!      (08>BDFGGFC@?>=< 9 6 2 1 . +*)))'!#$&'&% $$#                                   !###$"      "*29?DFIIJIGEB=83-%  (/6;?CINRUVVTPKFC?;50)#      &*.1344531.* '#         # +059;;9863.*"                 #(,/212221/-* &!  ! !  "&+ /1356777 7 5 2.'!      %+0 36899852/-+'$  %-5;?BGKOPRTVVWWWWVUPKD>83-'"    $)- 2444431!.$)&$((('% #! #'+..,,+)%!       "&'))('$!      !##"        !&,133210.,( $ !         "%&)*+-//.,)'$"   "%'))*+,---,,++*))('$!  #%''$!         "#%()(&"      "$')+,,+)&"  #'*-/11/-*'$"   !#% &&%%$"     !$)+.033320,)&# "(-158;;;; ; ; 9742-*&#  !#%&&&%$%'('%   # ( - 147:<;;<<;:7510,* %    "$&'''''&%$!  #$$"!"$$$#!           #'+/46787742/,)#"%'*,-/000/-+(&#  #)/69<?@?=9730,%  "%()*,,,,----*)'$# #+058 ;;972/+&!   # ', 1 6 ; ?BCCB?>;85/*"                  " % ' ) + + ,,,,+)'$!     "#"#"!          !%(*,++)'&#! !%*/ 2 5 7 : =@BCCB@=951-)$ !""!   #(,157999 8752!/%+((*$-"./-+***(&# !              !&)-0355542/+'"   !$'(**)'$                  "$$$$!           $'*.1358899887633/*# #(+/1344431/-+*)'%# !#%'*,...,*'#  !!##$$""!     !# $ & ' ' ( ()**,-,+ ( %#  "#$$$!  "',0479;::740+%  !&),---+)'%#      (/6:=?@CCB@ = 9 3 . * %    #'*,-,+)&"  !#$$#!  !)/368;<=<:73 / +%! $' +.01200-*&"  '.5:?CFGGEB>92+$  %'**+*****))('&%#  #&*-/1233320-)%!       %),.0 100/-*'# !#$$%%& $ # " !      #&(*+,**'%! "(-269;::9750,'!      #%''('&$"    !&*,-.-,)$   #(.47<>==;962-(# !#%&((())*)('%#      %*/258999641-*&!   !"""""###"!          !"!    "%(+ . 0100.-,*'%"   "%(*+**(&#   !$')*,+**)'#                           #%(*+*)'%$                      !(.5;@ABA?=;962/*$!   "&'&$#$ % %#     $&'*-/-,)&        !"!           !$'+.024444432.)$        """"""!    !!#$%%#!      !$'),--,+*('&#!                              # & * - / 2 46655430-)%!     "',036789::62.+($  !&*,./-*'%%$$$$%%%##"!      $+27999:<==<:740,'  !#')+,///--+)'# !%*/49<@C C D C A ? = :73-&                   " ' *.157 : ::853/,'!         !"#$$$#!   !##"!      '- 145642/,("  "$$$"!   ! $ ) - 03564320.+(#"     !"!!   "*06:=@EHKLMMKFA<62,&#           "##%'&&'''()**++**+)%!                                 !%),0234568;;863/+&"  "#%%%$"   #&).13557542/-+*(%!  #&+/49?BEDCA>94-'!            ! # $ $ "  !!"!                                         ""$$$$%%&%%&%#!   #% ' (* , - , + * ) ( & % !          #(.38>ACDDEEDA?=:73/*&!  !$&(*+ - . 0 2 3 45530,)'$! #(+/1345431////-)$  #'+..////0.,)#               !#%%%$$"                  !!"!!                !"$%$#"!    $)-0345531 0 .,)&!             "&)+-/000/.+&    !!                                         %*.369 < >@ABCB@<73.'          $)-259;==< :852,&      #'+ . 2 3 4 2/,(#    "%&%$"!  "&),./..,* ' $!      !$% &('%"        "$'())*'#      %,27<?AAA@>:740-)$      $ & &&$"     "$'('%$# ! !$' * , /11310.+'#     !%')*+*)'$"!  #&),.0223 2 1/,)%"   #')+--, * '#!     "$%%&&&$#"     $&'(((( ' ''%%$"!            !!!!    "#&&'&%$#                         ""#""!                     &*-//.../.+'#          !%()))'$!             !!      !"!     # & &'&&%#"!!                                !"""""!    "%'('&%"  ##%%$#         !##"                " " # # %%&$ # # !        !#%$%$$$          !""#"      !#$&&%%"                               !""" " !!    !!     %*,--,,,+( $ "      !!!              !!!                      #'() * )&#              !   !           ! "%'(****))(('%%$$$#!        #%'( ) )!*",#,#,"*#)#'"%"#! !                   ##$$##!!        !##$%%&%$#"                                     "#%%%%$#!    !"###!    "#$% % % &%$!          !""               !!"#% & ' ' '&%%"   %),/12211 0 - * & "          #'*--.-,+(&"    !$')+,.//.,* & "                   # %')*+,,,,,*(%"    "&),.022 34320.,($!       $ & '(((&%$"           &, 1 5 9:<<<<<:9730+%  !$&')**)'%!                      #%')+ , .---,+)(&"   ! $ &)+-//00.-*'$!   !#%&&&'&$$""        !#$ % & % $ !     !%),/234 4 3 2 1 . +'#     !!!!                    ! " # $%%%%#"!     $&)))!)#)&)(')%*")(&$                                    ! # $ & '''%#                               !% ( ****(()(&$!                          " " !                                 !#$$%()*,---, * ( $                !!!                                                                                                                #$$$%&%$"           !                                                "$%%&%$#!                               !      "%&')*+++*)'&"     !"#%%$$#!                                                           !#%''''&&$!                      !!"""#"#"!            "$&(()*)'% "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    !#####"" !                                                      !$')+ , , , ,,,+(&$          !$$&&'&&$"         !#$%&&'''&%$#                                                       #(+.01 2 3321/-+(%"       ! " # % %%$"!                                                           !%(*-/01 1 1 0 0 / - + * '$!                                                                    " # $ $$$$$##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              workrave-1_10_10/frontend/common/share/sounds/subtle/daily-limit.wav000066400000000000000000024140501263301626300256430ustar00rootroot00000000000000RIFF  WAVEfmt Ddata nhps{h]SH<0'+!nF   _*_$D*-5N@Na@li`i1x=Zt2> !+ Sl n \ 2 b.+ac;Hq@_O][O]3z(5LNC#-AHIH>Mr_01};U1= YH%:Q'YxhsT/B >  b w  2 9?  Q5 xl a 2ndd[<( F 0 +s oZ %t K  ! W v'4R0gL5V!)) tKf>LGWoz=8 =_P&a@56&[QH%B0Y d*VrV[S@uZFX"KI|bC9U a m 5@YwN Bn MdXy  F/p 0>j\j-?gm$UhBv_w6?A)Tyjh=k}5i?%_J3,+)p)T;c'1Ic7Au ?yG&,X= W~&?\SGl98+m%fm+HD19"Qc<O ;#&+>==g?zc0}TVf(@A5Vz}LC1cye{v[7"C|#UWGJ"EilOZ3 3rt5Dnd=U?#10Uvx,~(N;X%',kuBQ1,0}T[^9YS4k v$8(?YV9z/T 9lrV9aU+#?E/>T)U}?*f4` pyS`MqX<_hfLN>)f{,ZxD98M#`+coF Kf!B O = e K : [ . A3 9rqGH4E2d:A_+\Z ) B &_c) r\]q ;C9R;xB$~8m&*{I`&ec\ ~?v%UFX()vO%eKQ EX E  Q . B'{\(F^4!j7nv%;`}[l{v\?P lnzTnl1{?}'6TWLy, )Pi%UH\0Ft9J}V5k.<Sql&bEW>4[Y8]BJ5 )TYF4FFF1d)JpmE zUq 9FFnvL<g Tjr6p x G) ;, O 8 r _-wBAnE=NPnWRh6xgl]hS1sw2`S=YsOMx9ts?J/LQ Xn _ c ;gkFC $ptZ/- b 8hzFPkv,n83P h ' ZccM/ &l HQ U; qj{ozx?IX'fCe_v5boV<N'8j@ C,d]`jDA\O% !6sc:{8y}5~ Sf ~ r iA LM 1  4,x= ZsWi.Q dZ$I + N j @   )NxNYM0`A6K$M3LmGj2()WpybrMR.^9%pBkrDkRq=3UN !k  kv  \" % 5 P1 >QlI'X )53-1H?J~S6dnq[e#)#uEg>w1oUG|K5 k|biw(J4%sOgul , B7K #sej#H/e!y@[W8X\1- (AQlAd0a~ Fmi&]w1m o 7sFCbS8ET 8}!E{;Gh%l=gB  3jky;1rx6.|{J.[c0C0  76T G e'#QpsQ o.s|(e"ta65 gOz  }9{ r:A]"}Mi$+|xS6K!{Ir?y w C9  *XCO+ (?i6Yy?8_I=c\&Gz SgRO?qB"I1~!+IC:eD:ai^gNp#Ho ?  , =H"4m!  a KrP/x~ lC }^<](v/ G <v& B] | e4^a Zh LB_ Tv  r'Ts.Eet`AlH sQ l (]T ^hs' MAEr^ yyY 3f @ J W m  A]uWz!B#jU]uXjnRi~?6^H% DX|K{F+*G+H~"W=-L =dU+,|X 5NMYzXrR m]Z4e\B"+v )E}{,1dfNe8IlRoIXo)M($o?  @1 c oF8%.Ot bL8z7u\<xe\Z =`k/k&jSF}QDCc}r=   :7;svWShRgc4vz=Q-I +Azsv;8C+p`?rIR0J R u 4'  (/ ] j .1p {  F WQ% {&e/6.RJi -p Lma&L9d=  VGp1c?[  :vRV!NU+` 0+'D+"H L \4TaXNX */L"J EA8n{c4_ow6@)t(36\_is  9 zPU 1  g >!0 |hwx ok .]gm(If+A<Na`=mG_ & QG,FBit_ | (AaF2cM/KNm Q'K _ # CC p;1S@  G'q{ ?MZaw j ]P ]  J wznM  h 'e @D 1 ?Q5o @ ?<a4ag8z 2p=% MO(.NKiq \prv0  J, z!>ODDw[+}k{XA_3Y=-HYtaPUW$6&X,%B$aB~FRuSdU 3!]~ 8  pew6w[m 6#A&#v@*Ee&QYV>,Vq'by-Dr h$ Z K 6 &ChaM&P*.)BcoP)6Vz96I>5=R[_ !&aI + p G p 4  BWGEv` zl7,ba+q}2KM&p; Gy c,S% e l C<,~B_0  :e9[a"7!jRjp i 3 )0 k M }2u3]&1'-Dub5(M(+ `ZYWvatDv5%E w e   P - B 8 yw v  w rER/)~F]TQR5A?C_>J&A!%S Qzud>8 e +S/KHzbPV/I%XuH? ^ qe/L enO/2@V1 @xqf  xN:n4I @6 H B 6#cR  D  WJn<@;w*@4 b[ = G}^:z$AzN Nv *3qIPT=\e$$z2dTp(u0Cp{!"Nj` |V%% KAvz:co"G3 j)Q~ %l(knlg]G4MjE B 1 7 pD6y~ET; 9+wtB2)6bA/kiyoc~=2OnU[6<J~/,K c #  9   ;*T< 9zG hy*`or"R_ PZ5z}7_  z $ /v yK uts o fwT8:)5#l/mXwbVKqKRK< (>g,.wK,xVQ $ 5%0PJ+H&3"ILGm aWmFX V : R r _ ]  I > 2Q 41Oq r#/&(A];[D4\CHi9:P&,(] sV BOZ 9 [ \s 0 = xg  0 Q7J_itMH3NH$4H}xC1 Ra 8[4O   *Um-e !2l[3fVqf oMq-puGUm. *Bog $^M W F :9 ? 5 ^ z{)%`>CdS],otZ8?-SW:@w{GWg| y,?RQ$q"PJ`(JGV;hgG_T/ S w4X!.(!c' )#-:+6{sP:D)QI<j#$Wb[ S*,3OS[5k ]: n; J  I -d z c;uJgq}/-)o[DP`C(9&{NHN~Id T bc  u xn\2SM <Q ArFau:2e6rb6FHQ[okOOj)'569-&1}y+*UXzVEU 3 (T w Ao  AE  ? ZA ! m -S g VWb?iYlZD9S"K([:~U0t~ /O'T13QI{ zs.FW*k+"' Z zP  fr * w v+ P!W?yq*/Dn(gsQbUu)QV>XDjw ;i U Wq kz$WFmvsbqXy@Pf hAUR]+f5|Ua L o  t K p u B y)V5bCT@M 4@%Th;v>%/BGI ` ;%V%&&`N94VE%L=WVWg(&oF(N?XFe]qe@)*@(\V-wieuS'B2vy o=SF$iv >:oT xN ) O `vAAsai]A9(+fc5T]BD+@B *dU za> = E#ISl,YnT~k{]< N5 g 6I 2 Zd U b 9z  - O$  v@Wz$[.;!_V4!$egzj" z2V5e JQ, ETSAp7  o  t ^ m U MiG Xv`f5 ^2)W^zR_2:R  %WO7]@CuK.{_E"  T.  ( J$zUPtm.pt EX2 ;IR# S%V`[a5"%X0N\YP" z bl$ | _ M  &< m !O+ TgJI\'QaG#  {w7*Fji{F05nGXC63n(Il Q{x7(#OB+ P%\KI|G[Jq Nh1: LlskgWZ0UcM | /9v$:I L; \ QawxSh3_ .94Cq{h~& kF9 #s)dQNWv+ W b( @ q 6  6 N ` + @ h "1 * 7yRi#H0GlT6`j&3u\4n7KOn%6Z+D>Y8.6 U $-}@ 3 9F7O`Lbf>i\( f9bii-(00.WBe@n);HB:@S.W%b7KJ ] O 7f H h - $CL >76) n7iX$yjX%7XCd0V sDu#1m{D5o[t;5  w- Q  \ H &  : \XK5&i =Up`6ZgS+cJa8O ;<9f1i' ; 2  D O * \ z:e -J:mdt/ W7 5?JRS33{q1W$k2(sv  R Q 6 6tkAA DA75}eXSm8,3%&[|RC4kxa$U8VfYZhqrY ~[U {{c91H0fvu~?Qo zu@]GPK B^KdW%TEZ |GlK}+b`I/7|LZjAb>V pJeKPIm!GSBs%05\5giZg:\3fAz)'Ps,3JV- * 6_ o + k< l{   u Y 1  P 0 /c`_2 [jw!3F|Ze[f6Qhue4twz ~ DzO" np1A>`@6f3Py( 2#wK:]zUI[#f`! Au_vWYH&NJh|AXE2 #H&hy+Y z n D x  \ 'DDTK$ L 3 H # gnV^~ vX*#T9brWRCs.\2E|7.muxR=1 U: ?  a  kk p / : V mr!~Hs9x*{YaGVxqK +GHoSCwg$<h = O T N_q;B<'0%?4[pP7FMvmId[Ua@5?yQ3k7G 0R 5 Y Jt 1btR-2~ Xqr &[y?T $LqMI|)ddr@[bA5h St& t5X|gt%c1NYr&PXcstH~~kD~Er>t?d~ah=)*1pVK2ha"iR]p"wvSo9\FG#yo9{=^hD \A_b>XyC,)L3g9a_ksN09 &  ,  w S   y q 3[ ?HY4%-6mo M2dDtj<T]K Y _W# ncA:F%{  +p> * ~#ymYLH{ |u1 C-Nb {pxdpY  XCje sgjuT9GwC!-k4 oK v + . c v 6 b 5  W 3 00t   z Q>|]mMm=Ea[M1&oT-<cWQD) q]">{e#).b.~ z H < 1 Z * /S v  xN   J b%WdJeF24\4gj-N&OUmFq>  g  (   yD7YI FS?aP6j0KvpTj:4>MdBUG{LcCYi H  :zW$Fv  Ru gtI ir8^n+k`+rqHdEgPw,H`}|+X<g}$Y5'ndPI^s+\6:2yU1r't\; RW)h9 A31'nwtA4!fufi4mjU$ G: H*bFIr(o_iO ^VGNi  ^ A `# F bc 2E%1U{66gT.{ul>=\;C)6~eh"6UE+N ?| )n,Fs2tj|{"k*k #*/#H@MIpC?q,=L Y=_v'SD {  z  L A z D b "sk gnUZ 5 z H U \b)S(4y-@WVXk6oXHQ'zUb'W\?/ x 6 S  ]9 Y E P 1R [P h{n % "i leL9rD_fv]l-K~*o&?G9o9Ho1  k  v Z$ c  .% am5,b%i},%Ol`g!8wxssO?i *>q |'64 r7{Q| Hl C GS M Z_ N3,;pZNV0uy R4>GxRu!fF.m|l<9fRRkHFO,- Wy^30-WpmPD1B|7T*M0^ 5IKI N lEcZ\[+yo H7&Xx8R`hQ&*#x/tGj E)H.`DFf\E43y#=~Xg~L:iaY#9-ZQL-d @=+qGRFh)m; s~mS: P I  R j5 RJE&]:J[guG0R?ey#eyS)Z}* XbC<V?y8Q i}[]}H_ bX__ *;< F+9YGb^`&JEG"4%w,2a!G83?.c:OV)u  K,i/ UJ"I?DF si | =0  &. H|jr /a6Zn6v;DoiD5h@v<g\{H0_ho`8s1]p=dnok`-px\g3;~-&QxO@6=&N%br7y2D yC' xJ ]5 ;4 l [ a 8 v Z w  n  %HbmA?:N B q_ B OT G~/<j6  +;d;euf-sng ODSM{Qol>N@{j Y ( 8 ~, u^ Uw J z T ` e d 8p2RX|I0KB= +=9?PqD V W @  9)   N m q ' (Zf5'wQjcH7BlGmCHSva WC!g\.0 q ! > U p }+%Eq|H^;q)n[,0K\\!+dX&(FVP37i2LnU(-tIm~)L2/q,UiHvQC@2%PC!SBvx}Ckntn1Q yg3vF 8x0R!<.DT}{jA]G](E/l"Mj av_ 'tyBnKe | [GT8#,j0ZDfn` T\?q=  b =x ? {  y(#_ j)3MtRYIFt!xI'st,B8Ha "M.c4' " c S " S h Za a Y J ?> u Ku #~ ] J0  U K b _ `R Qx Ha]e7DE64]&43Cs]"x 1`ES1f'S$|| W)wd Y mZ  l % % QL ' 3 ( ,w&Q=((/b fn`?v O      / d  `- { yJev -bjOOLv<=(Ix  7n6 0n a q K+ 9c 'r&uv"3 p2QMz- :eeCO77!'}=%35l,HY-_G}iw~3\s)Otz2t3`Hd>_Xh0 4$_]ZIWSw :a 9q/!rfvHEvr^fC1iJaNdl!_?ujCDTnzrH[|[}M3ks#xPEa/{ki[kiGblr(Y>2JHw?p C_E`b&v8kh9Ut+ /w4I6;j(   @q x w 3 8VaBOELbI~Jh6NjU Z;~KmEM]C*^.].NQi`.O, l% Ma 0A B PR I f / S O %    L A 6 l i  ;)x4b[*zRv~azhHRF!+;ZVDIUyo[`4;lu{rDU  X7 k h s D8 ? a7  d ! DbV|} <?@ |my!~I4+ F|hae     $r } 3  \ e  P ,XiG+h}  =5"?Fp Do b" 1 kX D = _j}x_E\7*d4'yQ[UDC$=E&u[\+QFww8C!CH^8 )86eQBli >8 /f ZVO"d3&7+`Dw].#!CG'PQ3!$~95#j9-,BH`A(">f{4b_/ikoso4j)_Pv,!`-dDlHF'c3o2h+ph  A M+ ^g !b6S3/^B* y_ u)!IQtb= 4V.[P)trr8G]RQ_(y[}F.Kbu eN8,:;p]_OBLq0[T" !LnK=9Cl") <{ )sO&#3_71f zI,6L _4):{'3gA]$P3,MM6/_[3lr< >A$,a"yGjq|M2* s7cHzS/QBwZ5^(nA >3NX ;{ Upl  ?L03 dG(9n  NYYK%J0} =K fZt,R9 x W 1 o  m e: ! M i0 # k X  \ g : #  z  ZUGe M?XT q x ' f[KG3~ (|uRlvMaImQn>^ q  v  z < M9 '   : 6s'A(6L6NZXm [/5 r$lHT : b 2      U  Q  k~$b(QHW*QP(f}PHbTXiR!5-ZdNH)$IH mVFU u t ,)flbZ=y55kf-E@7l1#3!1>D^wE?4 #ag|bwSw-BpSH.v s9EA@F;Lzi2YPh{Q %Iu\NC]N$E4PsSvx\:X3[WG;M#$ J2_rtovD4yx<0(hWaZtV 9t5@}A''l{dbr KDGSpb:qKSzVh;Jm$*wcEn{@Jm^\hVd"3(IZ[s-5C%axE?(i3tNA <!=m>$p<We!<P~~d}2YZa19(;b,7Tp / G u O i8 h ? O U:  / E  h "   Q (  h7Nlz+g(w cm6`DqR b '.<^UgE) %LubMM ? z ny ^ / Z x l Z- Z '9g{Nh ^0}$Kk2^3`  ' 5 5  p  Q q # th,=nEQ=]2 wc_O0[-k" X~'B'2W S46nfJ M l [8k$Q_IEe0fwhRzj>KgXRb=}vp2WtKmMD , `Pet[@IB3xzxW3B}wq\J.XhWp$@qVEal_\in@S '6QvMF7f:^2[P^ZcEDZidrnU|`-U9wEWC- rVn,ww/,>$3}=C[qPL$<,)  es*ys[<F/!R3IwK"V>{By'Z_vK E `M C 4@ M 6 . H S 2 Y  " 8 L  D 3 6 % ;   UD 9n;swE%HGS(B%Ip%yT8>T(8z.y#;L3-) b rd?  r_ Q` e i Y M  y 8 -$ H1^(-_YpJGa (91xuKu} 4  4   \ 1  -   n33 etttq= +xc mK' Z4 K~6mZ0"X|+p4+Wj AQK_>/7#__ +/>9YNSb?;wDZF=<(.k \z&XBu&\ Aj?"eY 1N/~i<C#d]D$I>8tVl2XWkN7Nw?kd5[uf8n4?4I?vfyeGg7b5tK*Mc6"vhiv\TnRo >7q4 gxLUW<IrP7"-1 O?O\ m9rWH+CPO)911_|@.d0KC{]ZoHEyGr!% P@PUi  @4ht{Xc%`"zmR  lI22ci(LI&?w n'6 LvHM_Am 0 O   " F( & uR T V 0Y Z & ? O  / -y )N '} u  :" Cu B e E! V 5X .fQ9*q=YVu~S#4u8t7-_d;aSU n nY X  ,| S #>  ^ o A jQ,jmBylsm|{o KkHGL aH ) Z  6 -X 0 t ^ g : ?0)E/n|uW8,M<>/rw[>{V6T4<u%fOJ*#/W_]yk9bjRJ!-C+99sEEL]?eq1 #j6jl,SSBa~bnp!b=T31 Z.x lrz,u'xb)icD*}Y;#+{y]g~-NQx7bdwP/WUL?RDAjmO{'0.n/)m+ :btT4Bh!@ow7amayj +,uSr+V+X% lw OED=~rq/k Z)b?%{sdo3+:n_/O<t<3 KY^*tGT+/Vl/K B @5  r  h !a s , H [Q e# I> &n 9 id % [ )] & C: n m [ ? i & K-m9!uP"8>RAJu6jjk bxze%k_%hHeFf-n/t^;YlC31x M S  | N l J%   gw  @ &n9_{j0 VIiiy1<} x["#MN   a | [ ~5 P  } =F)B&lODEH96;6>buJRT+$&!HHOx+ll|LIeC4 T1&A^zojG;sCI6Z0=lbP&,{DPy\&j&2w\n3)M #mj_*j7 p08YN uv &n}EkN;P9 fBy4 oBZ/OA@dN"O/~iJu>T~P*'!9t /7E}x't4YGc4-#<]]= O6TPzd? 153Nb`T^1K   r ?  v   P  U @ 2 2 `Ue&%nfsc0o\8rvYR=Vy}dna@ZP A   " } % d _Z z / >nY{xo^P: AlyG`]>uVCF^L*ly3 J'Y_?A zJ* Gkv[ {TIQ >Ko!?SV0r*)XW"&khI1_w.  { H  r i d quKosf+(:VFgu`9}  s #e   b  & U i  t2 > ( 8  wi   46ti\<  ; H ] o   0  B PG6rx&c.WCq)<4V/)|j4oXwI8\C< wx]7Jkmo*Lg+S ]6(Yf=V&:&6lMjt A7pG4 .,#xqq)'&% EJDf_TE{'Fp;xKyX+G ryf,vtGE}z?A2S[HL3cu*q;[1 M jU[L })<$Aw_FQ'tX9-I(lm5Jl:$!\N)>Z&fD& )$ U 33VjS8OO%; \u7i<wJQe"M=iVaP  Th miH^5?KlJ\I \ L u &  D4dBnUFnxZ)JH:pE~ KH{!~S,nYUF NdMz5{ FW8({p>m^`8A Q6bQHO ? sl`(4yJ/83@b69~/@D-Ak or^"$"-+CrA2xy8C.Z/f2c "&q/];^+8 y06O2{bT  M~} u /   & w p  <*?VR$We&L{ k`8wUF & l I0 .4( h6bk2,K$#ucJxb7Mi{sh/ $QUl+ 4:|T {&I%Va@.Z*7mGfClF ~  | h!N=-2P{ug ( A |c :5*w{C d7|<onR#W#MU)\L?W#nATG|c#y0 NM[P m u & ^Y<rn*MT8>ItyY cs+H v kibLpP*A2O b@|VQzKbTvqwG'< 1#HeRtruK_i-ibn!f 3*to&oAS_rIe p l<fGy~HNPvS"z  tH-nnz ?<Z~ET T| 3  ^ ? i de   % nPx{clj (k[vyi72xVi9VYF?$>G } #*_4z+!HET}KuV~[_S&{ Z-YWOrDM_*/x]`K*  { ; + i  < q ([ C  X} M  R   F 38 *| A|iuB_&#)!+RQPIW`f6  /rB a s+N n < > } ](UnpQs/?tf)\wHwuN-juVWu;zRM$uKK[BKkNc]U% nn-JM2M_3$,l8El\yA:"._s>I5MN:c& #>.^dZl*WDicUl yvKm|P`P+}zvLp89*)~ yNJ,4%7v4 t)@)TaEx<On { R  it  ;  ` <   '8  u e BQ W ) *']  8K6v> v  OAS d A-#h &|`Q& Od& `LDi c  K  2FS^ 4u!  A C   N #X  = J0G p|   &m J  0 :  b    e0'3ICDA@ ! g L ( 3 V 7  - St<l p3 $ V   ' ;Q u cd [s 1IH  PYd /  S8X B = g ~k j| F  c >;T5 y  @~ 5`}6kwvF; )M:T>doUJr=cb{X9P<*l {CQ6keF jF0:RIm#4Bv}h"a&@@MC C g T W #f  dwhe kn\(&mZ}{U2Ti]R,S w t @K c! w  )l  5 : F  2c R . D*D!W?MYB&n/3Q ># `}"QzeBy@S 6(12Pq qq({1q4/Pp^tuL:seT+< B#] ; L &   ? , < )z>A i n  C q l;  mv ~ @X/ F ^J-[iz'_  G q =  z1 OB _tP+"e=1NK4b3#fM `M ]m  1 x@\[G < f k v?p(H }R  % _B{oh=. j w SK ;  P\A  )  ) r &c8M48e%c yh  ' @ "7i6 W^ p . Y q[v/5lAzu~-n<@?yM   W n  @ l ~ K t / 'del"I~')mDDaRt 3  B > .l N L%pF[k    q 4vL:DI5i""Nt 6 P   F n. C + t E l C({@L:%qxiBeG.55G'S{s`6+qK#gKPR07?P7Jk?/g_Y=< -XD Cq}d$Dy!Hs] }%7j{[ J3vklwP&I=Egxd7BEb.$Cb0Z~:`3hF3>^U@V}5|h7#?NsY7+CXob4N[U00/^*2.Fzy_L^q1wlEmV_:'lcIKT&FtL(F8Ey_;Ki`V.S?93nuwc} ; ~IP TS1x9A zPmRokK@&wKoze/4Cn&Q[9Q(,]#gk!@d 2<.8` $[861aDAIV#h+2.4 _wV%"-4 E >.D5 nC > m) { _ X I\5v #R(}^ T | Wo   U )TpWC4GS ZA8m   Q  Fb @ z\ t y   t r  A2   r q j    p @  K  j z  = ; RT% & l   6  : t  e h     i \  P d g p  f % bcuMH: BV|/rCYK@lX9:|< C ?(!* / `! ' D) B Kt GD] H Z} 'R y D V  n [ t 6 kS7=6(t/ZP.D_]CrhX$jdj sW5) IzMH*4KvFMiU,.HHN' :64f0;2t/f";$m!+QCP)..mk^b5=#,m\C<e=M]^A9l989Xb,bJ>jf>:]H!"#1l!NTvl_g l,JRS1NAE*Bn CP\ <{;_}]E2w8FzFm IzwZ gid<@vNC9@A6jmt8TVV& -zaX~l?x 5 !4 z| ^ ik*nc|]$w `4abJRBq>m  03oLu o5\;kHiH}9I $/tN 'V@G b%U#s~3i}8@uBR8Z X-tzLJ Z' tljY  '^IWvJEWu&,j.Ei e" ( |    3 \ v  C  M Q3l/~]4\b#tTh& VIc* -fC {  v q&j%I  9_n!P  + p  6 |5  +lo& v;]W 9B n i>yV0D  eB yhi   h ?U H  > 4  az  r Nyt   TTa  y % Ha({Zz`?|,dB^ 0   0    [26V1'|6 cPm os iO  w v ( d DD = U * s y2  .k+G ~   H  H 5 1h t yH  v , D ~ y m _ Z@!<}WZRY\'@YxE"N  $Sl.c8( 2VQ(DdjUvbn) \~$( OR  N>Gz9_s/]\ |mUQeGGc Ag8>wl\U-2E2H|K_@>juA$ >ucgl'lGLdzGM5{80sWOQ_\u'V"FdouwZ/&p?jey}[$IWwB Quy  E*w6a AdM1$b)   e  ^| StVv\xc WD}G]-A)ZL_Jo cp Z E N*   2 H p    m ( qVR< z7  XdW||4LxYPqa  R *   h K  ^1?3\#sJ{V O=QG k5yrz'48pfhI7<mCGr@s4Y!#_`|mz/xW 40 z\eJ'AE7 PyGS2=92kf _;-<G*8&mP zNqIX%;gn9bfx45 ?24Iu H aXv+FPpr4 @ Vc0] 6 Y hG z | w ( /t |> i * 9 hWbUCp,zZ U LLWH Mxy,lUZO"(F0;uAVCF+yPI>NjFuq Y[e`b rOe];mf y "  " ~ T i   E S Q  )<  ] om d 5o K: xea  $w ] _ Fq DV 1 s ; [ 6 P 1d3 u 1  8 `e K omx  H  p [ D 7 4 U %   W fB , Z , j #  1/t"nx>N9j +z.[+13i0)*y  ~5qL6b# m*^ ?cGK4zVo&8:S-=uA(O;$bG D Y   O5CACytna,7vo - Aj r_ -9 m K! Q (]V  (F :%:lReQ<|B"Rv:eX$cXmXLdn?x8U&q d6D*6rCdtIO:pPc7%lxU5*X)4~ho!)JdrChaR8ja*>z5Wv (L| Ye[X|0F+/c 0-C?8N}VT0= (* + Z3 J : q~`?FAIz 4   ( # k ~  5Sh(04;$zx PLKblC;7V^/E$@UY{h}r Q/ um[ApZMg Le n0  $R 2 ?  H  H Ku \/ Y \zj  = 6}  '  f 2 oY<   =| Pr@-p6hb;({Cx\ s O W ZQ < S ; HEMk~  > (Q a  ( / v s 3    y< o tC.ZM[SmF< T0}Rgwt'-|J TM < 8 z =   ;  (^f ,+ p !  r   Cz ; 4 k .  q I  2 ^  < t  ,b; L\ o@  R5q - v 6 g?   B  9Z u | "    f %  ^ 1 B z    E {  MY )Y4Nn/[/N I"Yuw| 'N\Q[O8^KO k ^ZRXD-4U8C3;1}J=hcde/jnrFx]M-x Nvj%R  9j < -  5 - 6 ; J z |",vGVVZ_]"^f<>GV!q<]V>adV'EQuA9a 1<Ag}Kc*w 5r'?t:* ,0R3Db3F0HNSRs"' 8 X]jtX,`4We ?:HO7spDp$mxoR4`,aXR'ns}hAslcH.j)+pwjsbrfk,5S0->No#m4 fr";R! %%=mDR!MI\ *[wEHJINUP4k*yEMl(]%i;N2|hpU`\kPMz1]/YDm$ iB}"&8Y:O,4*,N ^Rg'?FD)P&pa+zBCO ~i?k(9++ ,6.IR;m`zt.xB YF7#I'|} U G' wiN: \ ^ i 3 <CG_\809Z}!CTkH1XH D|O:?5W,,2J +v9;J<+VR k$g-(3-Mb[i(d/~QX1I!OYu MU Ab|I:+bDgV?BF\ v * ]t   (K H y  <2;}An-LyU ; e T  f . G L1YzkA8 #       \  D: 4 .   E K  F ? 9 @ s s Q (|    l p PVk:]gW+Z}F@% Pe  e Q 3 x V P\   .} a   f ` 9  W }    N ( xk,  Hs&QrNBm1 Ezwa;8LY^W#Ad e)y@BN P3t[)KS6O'+eWkBtJv+QZEE ^U1>C{.3UHi;cV~/4-=yvEW=cl`#th]A,lyd"=7iG;m3g[76=#D/ S`:snGQzeh=XRE:A_D{z|{|QZ. Goz89#fv.D?8Az)EPdjd\u;BE5r8 ECn\@ 87*)u%vDTY:[xU!@|-AD;+%y7A3G&Nx7!{b>7`BNO^]RhS2{>9O9Ibp#rNeev^vc,\>,(&&6DH~ o j Y a5d?Y`8(XUBGl3j7vxd\c/r_YEINbN9|!|:7JLzA// #ZCQ]hZ49Eh-e3qINZX}={ &-63zEG`i?O^'\\F>_Q"94b|YYn'. luIK apbne7    9 ^;  2  ;  ) # l : m } ) $ 5 C / 2 m # & G    kRpA | & > H iD Ia/l3%EZ5X~>1(deqk>qy[3w`VfO0Ue^x0F[ S  c   X#"w?E"o{W- tZ w   m '*2a{@^M,F]rn(xUmKr %_   m   <n \~  / |  &    ` a  w   *v  H k $ 3  |y ac C U   v /D :    /$  o/  & | V  ak (&U>]ng|[!$ eYxa*l)<Uu@\xp$,P;J/z# ;2GRww%Q(\[d\>Zh\0g+?T0z>|IE7:[ !Q9E&$.uA+9Po+m3%|n_jkbEsY$,T6qoI^?6>m[#H4N{_u u6dy E* }1Y2 p  W   0 O   . w x m* i gV  )   Ad%F\l2tAaT  G l%T p  [|  }  qd U T qt"n1F}Bm^ { 73 6 j } / e> ~"cqTCf\oxiAC!VX y fM _a/~ XM@+P60 B[:!SPC g 5jCI?FCfRKZe40NGH'fV \ygCP8a%  KT jWh81M@G;s%OO^kgrv}?"u(= Kwg!K*?1V5 (XyyHc# -5R0K5rB]|ixIcM4C2U=$6&A"%rsObA&7p7^}C-7:GHlmFY_=9%p2FKg=vf;K\tgPUYbrvei6@_?aEa{uJ[X{FB \J!kWV=EqK]bgNtNm|3W=5 A_e-6]n'3f6*$'}_M`C#~@jVd7(^Z9p\:q9:-U+, #u~GcoUG75" :|Za3x!a+A \'    ~ ?jja$sDQbeOGGQiy,R)Utq "jdUjy#; s*!X ' \ ]  " J z ; 4   : E = . @ O  1   > x] Y b ? ? -F mK O b `}   ; , aX  \   u w T "k   Z9 W @ v L P? J S ?  M  w a Q 4m /v 7 }  Hjj<vXUZ]+NVd2 {.&cm3~ n 7  U v V @e n  q R +    C  W a h Y   G  X B s R F  i K  )b u -   a x% = Y > u 3 j  V  c\   K fxX6 wZR3'gg.o2 TvIA~+pp$ r.z*i, &^R5"q3v~`j}6 mq)n wFl+<{{-EK7 p<%u#;CNN)1#1'?0+ FM- ROuk`"pK!Km8AJ?>mP{~''w\a\ O &djZXGbaA _6uCo%Rsqvi16|2i#3KX@ /Ind 7; #(dJ[ f 8irv|O ",}?!M 0 oN[~qfrp=; q { Sj zK S I,j!V20N`f enb%&'hX& + :> 4C K : c rxsaJ_-! M  4 ]  4 4GX4rL   h  >K X L{epei/n5H#f0+?P-Q8bU=zH52cL.~Tn23$mJTDK2S?SFo,cSFw]B!iSft,{1 9Ka=%*P{.M|d H977 hZ 9*nn7%6?s=4A d e  i 7 ? D  ; F I 6 U S  s Y t   D ;j0sUHO~>&xHv|q[k'hU1g   ,.^e!3F/{V"w+* ~ _ X6F]3Jl_&.K]efT6=t}dpi(n +[@rE1!T* Pp`cFGOO<MI;yv;:zg|9Tq>p7mUg@OC{)*dI"I53D&5crj\4/t<$:.W]\]E8k:x3 .8[ i +LrW&h  ^ Y# T  B  u # X  kgiL\Q@?1yuPS K.+O^#SxRR/A%q@/`!;~>k ~|.d_U/I)*rv  @  8 X   N W sr'9v+nTXxd$& @:7 O0Q?T93maq |B*5#(:h]DtOAO){.+vGy!UV 1)U{0 `/X+h+V(Ni_*dvzD[h-U$7+;E'HQ6{! }hx(.Nuhyk)_G( RBNdM#4 (3 tf  v bW ph s 4   M j ' u ~W Z - !YOP "~ 5c  q$S\[,K# T &a1<F *-Qw JE 4 gH G 8  MF $s tm ^ Q p { \ $f UR J ^ Y5 axa= i 1 ] ]  ~n7zDeZ 3'Jg ^ 02 , e( O :\   2 1IGqFl>@cL s { m W U ^ \ J    ~ 6 u c M S j z Ma w|     / L^ B| @ F i ' T  %nZ@OVU|L/t>Q(t*_l|.3~DL"[z;K crQm9!;H5Kaf+J_ /Es ]}^Tp= na2UvcN,W=4A70d;QXYxgBV9*^'t*nw, jVm$  $   " ! 1u ,]7O`s ^vKIPV8u}NT;i2zN}^,yL>!nZF`sr|.blVc\ ~ :bi@=rPB#1plvjD&WCb +d]#@Fq,?bf2coc^OJI2GEJav.u m#n?ZEK""qUYazB/0U\) + h9DB u(jWUC|`CW8'{X;SZ@]rs;%J-//YsWWYn"s]5ag@> aT.'0'0>0n.\<7"['L~4tIe%&-)ap2 [L\ g=o  , f    l 4;  + w  N 1 k 8 =  { }l   @  D2 I l   ? / ?[ , $f~_s`Qt_z  R %  AZU>>j _8Ca*Tby2VdBu3P01@97] ; l 2 b G V ,  O 2W =(0v1" o 6 6 a  J ) m h 3 u~  | y ,l ~ m =   f9  2g 4  ]  U{ BEtlE/ \ Cu    !   G  J 8tX4Ct++4|-o M   a 7 U r BA c /40F!kd< ,]t,S-7H>*;Erc^(j3m0Z^C-{L@3wmA`}0^2"u"}U%C@$]iOe Np&cQqv(Y :_?E.gBd-[tLp t!Cs335<? 0IZ aC/%`3(UD&=XLLp_@Ftt8a Np !V OG r9 e0 f  6  p2s^ V7794@..SM}]  C  = * 3 {  a 8Cbh m hX`3&0hAH}  z[_X+ :_FWUrUR6g-k>'8,R{r*D -F M z { Fg 8 X goEC].kaP^qYOt :apVh&b#P~R[xS1ADCEuB9eo#_%{f_ 4?J@>!< ]x.rt i\`m6Cg1 x@k*NB" !=5Th.jU}7xM%dp%q_N"1&:d&Wr8E~ + H  E cK9z~N(9#4M5GwVuG^Jn 6O_2lPb \  K  # A sJtPx m+_oYYwg}ub;{xuR|3o 4n~Thnj  x H i     9 J Q B / 9  g i p4   e M    r7 FT 1 _  O  _ClUZSyAQg# -s>fE}z ThgznS&'hf+<4M ! T y y6 YODDNXJJ:,w]fF Z 6S  M^  "MC?VQ*i0eXy]\&gX^frFl/Wtll:,ZnIt6/J -H9nk {  p g n j D.Yo Y v 2l y bTnG$ 5vy8 \&$RUE@d3s)l ._=g7~3VT<caR?Ne~<QSo6^K,,3jFm!V E =dSAG giyBfgAhZf})xzSOoW :nU-s;eMpF.VM D5K40jiOfx)OG653y\s{|Z\P: |boZF7"c1$IܸۥPb)_qNݖ޿<7YyO#f,'^ [aUh6vj:qh{i60O+|g27}cSW0O+l*r:!eS(5f~Yw]9"md@_u = P 4DK@3&p/~cp]_/n  v9 [ f ) | > 3 K Y&  E !D uJdg>o N 5 V@    f;;)+^xhUy!q$~~lF;G)1KbVDO$e,A-h k.uN4]tY?js1J+YXG+LH<_ j t r w& ]5U  o" >z l F < `\ z t  / `  /-/ld#F O    2  O |  u   "C g a : OP  U  4\  ##9    n   %h h S^vH;)]d+qvbn<)tJ+l4nv*'O5apRK^=0{g|Z<(]I`Z=L";_Brd\~[ZxF4?Y(,[K#.9>} .EHV}F[0#1.}>Q!_q)W>CC*gWha4/q%^Ev v%Y 1 n , 8 u 6 ^ Z R!t/~V#*NOn A " xh k( P9  { 0K]SFw jD3.Z`BM)?9I>--|i$ELy^Db$O2=3SG6{.26 *,~'0MY``Pe5m8 l0z[U a&z @sndW#22r"\al>Xjt ]hX7S8UCpx78,/[?)$ s 5$kQCsP=Kg]t(% =}1LOGHyiEdwXSvq52;Ok&F0+aSivLSjB ?h(Bw fA*v;1O9 ۪١!C~]|ޙs~;`i?$a `FC#OKD<L^ ssR|4abLFf ?edV3Z%jkgsC.P#<3E)~e'I r F [ n f e f S ~ ~M60s ~ -* 4 s % ; D E B l> 7m*iR=Ur6]^_ihTWnGtA3?J]1rdS8-{ :.1vkL .l 7 5P ]R  "4`]  u~iF z T!Q_R$3rl{ D --2f<< .(sA\  W }   M P CZ ;~ 2 7 X ) M   r E 5 \ & F  " l ,   m6siKT]>\Sy5:sz- E  Z D  1$ :M   f`j1y @~ @ * T ju Ou ) Y' y Vh: Q,G#  w Rr w / v D^FR,    i  $ }  i 8 } g > Z K  x N CB ( | 61r_  vX -TY/ q c  N/ !H =   F e  8 $DC% q Y " q C w'5) ' : Z p 'S{ p b YihX@:RywyAq 8 }? % + H#  } < x   FB]:a<JIvMd ;hO l J: } & #$,= e;zK*^v  .1  I . V ( ( W"   0Q%e v) / }= ;  L- fr ! #  ' JK~b n N Y ` X   R t_ [^2(9_:&L9- 4%%D_( J{DST$(_{qu*'PX5J ,)w#\k  ; [! _V % .B@  e7 s rX G  ~4Tc@ 5vH C~ TOaV9HXa|g zxi# &  Qt wW $b6 ] E$q    VZDXu1 du O { 5c? Z    r _ e4>E mwL y )n X ! i  3 i Ay 1 Sr9l+F7/E3JKk Q9 .  i A 2 CB:p k  bS U    B 2 -wF8"Tc] B  /&    ) \  S { M G 3  )   8 ;jAi[=Lq%hy;=AQH.DGR:1S,[*xIz6BH-YAT%"HyvCb,^tKA,>}Xa +Wf*I3D{q,STv)(3 K<'Cjr %r!p m(etP-W:lWTB~"&4~[]goozf?%so P1"Z^ .1k R  4 E ]* Mz  d u h &:`=%R7&,jLW#\R UxLd4[[SI=D?Ond[TY;^$6c[s@ V q )O@}/j7w6m>YW~A= XRal%^.  iu-     [U   . w " P > o }  C + > ~ 4 f >  'xam"@ u 8   D ;c~4   XK^!- ,3_  L P }w#O8J|3g9V>d{+Bd8 .(qX_A W7U:P{=HkL /$`m:'N>*~EOZ 8__jQc}a  V [9"v<l?( > + c    a" Agc<C?i 8U j  t    s  SF   a x 8  *  i tQ3 W ^P     WGX  u h0 .  -       TV 2I$z#DoI0qU2*D*`T." Zv)hz*f}Rr6g tO+FE4_ 4o.~%B_2.,b_eQa#R p$}e6tno< e4=QW oxs6J S. | E   d ^#0-`r&B](  ) x  Q db   x % * = 9Oio.E[9.S> GF GZ_'kt\WOs -  08 7b > { qu !  GV%e F iPjIy m7l | 7.T ^ `!  1 J&^J{?h` ^Jl&.}jbJ_+> B  Pn -3Xz{ X ( $ Be As -)O]P|O4 S<$-qx@ i1h*?1]s.[ a =)=1 I/2Z( {. u C \ a  G "  S   } a  V9cty & G xKo~3H U p:_l!VGLOA 1D\DS+i,+VQ(j{d|SWkIUgm*:aCa~")QJ%PO LU8pas}\$A=_PW6&8 (+hR)^u68[ 1@>(C%n_*vPHp):I&@S u XxuS  v . X  fcQ[MVi$4u\n5c, kzhb - I9 ( 0 [ 6&# <  chWDv}a-4? 6 E   n<4F@B  h u NDh  ] b H o  Y6Om2#O9nrG2x n- 9! "^ 5$F q%u&($(Rb' %7 [" y! '! z04TY76,E')oS(u+#zQ_}Qz>_*^} /Z<'92Gjh'Aff!X@bOEagK> +p& + c ` n>!DCVe<*x7:5YIUIGrgZ} d 02 g hr ($ (:1[R*vmDB a&a", ) I `U$ "|%7[W l.     g " }V^     <  jI MtVx=K#n>dX%|2~em Wpo:?u {-_  G n1[Pz5:Y~9:3+:0 wV>kcp4;t)cu[y_ @5Xkx(2_p/V&S>Nl2XjD1~JB[RDS4 $>5 H>^{r'/,_gX,ABRpL%pm !C xwW`* Eo>5={p&WNL 6x}2i&:n\|#;h$^o44dT|0Z*+@> !q [_-_+sxoPoNSlH]>}s. P U6 &\w;L=.<~nD(`:C1HH=opv[" C % '  kK6r-htqbNdzIqWm T 6  \Y ) E  + u a   8 P f ~ 1   M . ?  W  ]U=O~G; $ ~ F s i [!8 q6n g?3@v$[Q4#1s3s  V p } H    ' {| h tkN\)Kvj-1p 3 -M 9e%$ Z  5 k [z i  co :   *z(3U V  d8x  RY  ^L   ( 0-;j V g D &  E^2`( WRm 7ZgZKy: UrNn^V3O&`mau78$~q[-`cGivh/qS 3P> yO%6lU I  XW  !W,I;o, W  -9 `  E0 ) _a  9 B s , 1 x g P 4  Z 2h ''u  + fP r i 3G ]  ?. s 8 y INSXX)h@{|u>f#c>kQjL P f\&$Uuo}-F/l mJg}Kcy6NY.;\w0BJR3df$g)~P xw"%w)i:5M+ mYU7 ED  K zN <   s S OdN}H|6 8auSmZg"!c\*dK, es6Gr*p#5 Uh d>"ZqHzg&BE !'~A#5@z63?+O>:O; U/_$ o=sqQ$ ) J!YG:HU$?Krc] b ,9crr c+cj $;FiR u\ C; A Z ) " 5U 4 * m < U 9  /1fw> ;L  U  L- 4z9M@pFt5ijWXOy[gq, RFqv)] HJh(:/#j'.jnn@Gc l7G C "N7r&?ILm's.-$ Q u>lo@sWwNDV|F R b B   0 " F 4  n  C&    Q@%|W69~KY  h @ vg 6  l E C 4  f a y $(svfM!z2DGwhb>K r\U=FU/KuP5 4{&I{1nO-t eY e !?1 *5q3T?40r,Z7 &(PDTYg2V\?QU) UW*{2PUkMB51^n L4$[P& )aKz"zMNn) t 8p_H $  !T1 s  x J N j7{| g  lR  ;+]. \  {$ V14 hFz$zDPcg/I{'`DO}7a#{m j9Q (gbP385iAb6_ X/ J `  H K M u . % # w . yPU@ D # yA Cs X YH+$I"G U Y}@Vkp$XbWM/o_ 2U LM|BS>eHJ|AZ7]P>h][Tkiw\t$L'R5u%%6c1&FWur8%(>b^KuyA3a5yYVWsQq4wad nFn<6_azR.V:)q8_phje} ! : _ g 3 h 4 jdvTtpT s 6 'J'    `  B D E =X{j*     s , [m   |  @J t   | E t8 6 r%   o A 5 0VQC2 \*O h F x 1 j  (   J  6 \ ] _   E c   c k JYG  vj)2vH !i~^G$w4]~]L19z1|`u$+0*uW%"yK?~.8;.Z JH A o=96nU]3Ft!)gD~ ^F (GKaPc"B3.H^:X?h?{}a 1wMRozVO:v2$</t Lvqw%HLBwhI1   , A  _ l M6~9h1K4sbu>$ ^+g3LC",'+N h! <,)A:s8<(t+glKwwfYD0MLnc5vMI"\Y! ^ xp#X09O^'=|r=_^Aq_ 3 # n e ;  s I~ 6 qCo EG u>7.^N D\@18WmP'c5 Q Z,  p1E 'Y%,#t/T$lO7 \l{<9(":6J(*[d<2#_LKq0rFNwPX~9!q'/Imt{FRj&p3V?t&q) WG45*zr  u Xu  5Dm?IQG*8ZUb/X_g:T0<e} xd=&cB*  Q '   _4  M  2]3ccfb} D-/})f-gg\Z~|`1S:0k )n~!JP 4<0wJS"6JaNym96\=~" [TS,;wfc5qG>SbCdC~AmxQEaeJC+1V6O$^aK9:\6 XI5p79 9~HJ9K841XG] Cn#c#'i=O qD,CvT%6q ym#a)nS]Br4D'MPS*@Uw]%BwHpnfP$YltLuB,A .Ji-t? U u}(!1tIAKf\v_gRa{9JkUOTnw.-il,  K b 4 tSf;V*BNu2x?Z-  N #0Dl$ ,q'8u@*v])8z) vo ) 0 0`rJJx8o fv'j{g @  $  K z ~ 0f"Tnhz}O^gv* $)   ]oYj*^JU9'/<+D4zF.R)" -= f 9 R ~ 1N w^ 3 *I uOeAOvTrJ8B_Hb[[s@,?vPGm~5=[;Euit"H$8Sz4e1^oImk+kOgVHu% : bO ) / r )]Mr}obw}gm[HcDpwKb-9T?@vrx-@nF }%\w2c|$[Q:<R}MiPss3=oc=Bc~_>` #L43/JW8m5}cU +}_nz  q 7 C  >TI2wcW:Z[$N| Y R    [i=y}^qzN U]J@&N cvBSKzs}^o f )KSl@Hqu A !P:|53ILOVZ}7z   % & b g  X GtIvvoZJ3nQ1)sYsx0,bw &6An=9XI}?LJF9Ff7' #(cmHCH L  u Wz |= ^ 6b zR z s < =E ^m jL  / uNqAlFWht,$<c@jp.i{x~uZ#h,_q~YJC8\m``u X> 02{nb-nc )~$u1PFP7([^=YCU9ZAD  Ulo8DsrQ "KR C^}`sE.['XidF_6G:J])G7f[+!1T@4cr) K,6CfNM6v)y&IzM<~fO8J P<5vE}#m-@Sn2;DVLy-n)"BiJ-bDC18u:  1 ^ r u A FQ t PE g l nF *?;Ae]y]gmq+s$MgN/f)vH=0U'|izA\;9<+8+WO,j Kj}u.=g { P l S  2   ^16)#^ $isyAHI&b80 8 -" T 1 O s.|#.VkKk *Z1ODKK  $X AEflq aw`l0bb &~t  x  aufiuDM29RP3cTfd*0 # ?  qvg=|/ > .L&u*K)v@e ws*3a>Fh7=%0quCb-F )lud,X%t#m C>|*u"[1oqZ`?}} ^c.hLM+pip|:ijk 9,=4e]2Hor? kmX<\Na- ;r9QslAjz&D\ n\(D"T=Z[ Fua$Wr03 @5& oEY /]9f3'E5L)F& 2Q_Tfg;l ZM713$<%F4T @I  5  L M   ,   {T 'R g/ !1q%s2?o V ?33O35gd(=3KH\\A VSw(5Ke} '_Mw| H}]} z.\V0-D"k:gy r 1?I]3\wq:hU)&6 G[{}JNTuF}Vk+"J.oTk/HEPpBnQ} 2G*nh";$RDAr!  \ I ' U $`/  !F@^Q S M/ 4 -i 9zv&V/   6 8 6 * > @  c & * $ $_ c [ & y   r k 'uN'@w ^w  -  0 U =24m %Z _ 1W;Z\~A  6hj   , 5} G" _  \  PM  \     =  *p ( . :- Q y   j H <M  5 ` E  /'   S n - -94   O- 3,eq"P:3HH`'?j  R  p  ~$ r  O MF*v<!t~  } R^   m [P j  $ o 7  N  '  WoCRZxl9  1 e [ ( ZU%=g wl1W9i:";@j0'U^Fy80-EF@A`?w8!n'dR_/F`YD| VQ}h)lxnr"+BS|G,2Jrc}'Gdtq)\x:1*$wd"(0{Rq:nA5f%g! D C B> JZb',)' !`#;=-) J .3 Q+ s  a(` :j\81n-*o L6h z Jm t ] L "v #W_t.(2/7JWyq ]*2bsiTwI=3-wiA2'}'l=R5e$]A[A -.Gt-lNk}][%SI`q Pzv><~0YrB63\.VsK7<>u-5y1Z$+}X"#*CG*Sa"gOVCj"H1#kK. Y6/hW:=u8ub#D2x55?)6/Pc=Fa#JcaH c.   l k O c  & 9 z ?= V ~ $  04 < D `d ` s` sU )r  n ; s / 9O ~| ) _ t } +G ) l -. % % Ty C k , NP  OF v  "@ NX q    8W\w>  M < 9  f 3  ) qO&f'mxA,l L O j  [ V ' f P \ 29    ( K x3 4 |7Ue!O"=Mc^W:.- \/ Z   +   t1    }2  =    ]z s^+#)%bxsc>f'{RBW9^G 5 Z0WWq6%h|uiM3!Aea@|IQb/B#B|J+!l+-j3$t2f67/x E2UHFvY@r Y*09txr (w ~.+2(qouUdid_c,SdrUR[4">L.WBr}v="FY47eDXk]''UW&de3M(]9"L kzR'61{#ndoX*J`R|aait_?g6xzrojnx,g+rGB\~xvhRq\>Idq/-QwAc`>1 j 4ICJQ:e 3TzS 5[ u    y W B c   h* y  u  i  m C > 1 l8e.`T>E7X[.YX ) 26*AKKWRX=;+ q'. !#n; v ?T ', vv3uF> LA r 1  n k tuX9xE>kf|  %  + B P ~ ; 5 $ U q p f w y k n u z O  k ! ;Q#9;`zETkt~S bR\D/0;b\v<;s ?]; 56 L 1#4mR[\wSf |teDjkc< q| 4MG#{?dLT\h.CwhT2u^D!b}W[hDM2A>|;PU?MUz uh}^!+oV@E^^ `i,ug]VJ)J0@m|6ZpaRT#xO !fl|WIH [y@$Z0bRD$Uuf 92aa3m}%TvbU.#)(Ei3/PKVrjQ<=U&!&8 ifRSTLc)[{04g\ M5r/{4pK2g|T;U\#Z3Hp/2xeFaLr2*Db*'*[~; >3 2D0^ g.y_@!&B(H^ ! M ZX ] K ) n_ e C > % ~uB E j P a $=2v Mij4Q\I4oPZg $ }   > K Ig 10 $ @e " < Q[ a J s " cGo+NJ1blQsd(DVZ|(WadBsn> \g|H1,8+W?*"o07/=53*_{fUj]W""HRi{1'Eq.DB x_CVvk&H7Kno}M"uC>.7`@FLW0!wlQe]Z#!b?et!zjL+v=eU > r =~jIxOtZpvl])3Q #bXW$@B`GjrL XcUE,P(vckx~Dmm\l > Z n9 v Q" e z 9 Ho Lpt3 ] A  ] t X\?!BpA]G4z3I1, }"s[x kKCSx?MuCUt M9UhOFPWy PYDa f#` 6_(1i0F@$/zL(TKFg+wns~-/\BuE>5L[ B\`R~    f p"u.=,S'_rXggCmj=UW >Ao;JpMu ~kT|O&6u*r"CCl;QdKgJrvn3OC 0HJWQ&dL=R?y5nl`UVektGN_FH@ItUh ?v"PyZ(;Gqe{,% ]@   E  G  <&{:Qhrwrs !6c307Ap,O~R d {C4ye68g| #) y9Ip0#@dx+n"QQw1 i?DfPyGlG[o'}09wBUik0,)kl[V58s}RwPkVpdb!_}&]DQJj&I/la+uon81"0nD0XZ.pZs9<@{| )A;AL+y<3NtVqsMWC!oejxxg H}XG2MBB@vt:FZV${Cd:KW76/fP]Z;N,py+Xb\8e5N*z}J ?h(&u{`lH+9S] Mnz Spy-7.2[fa6%"    k Q v^ %  j Z e}O e ) ; I v  /    & XW  E_pAgJHz%v lD}^j}   /= Ee D  ^tBpKJ q |   4  % *  o   x &E#b( R U  [  N = ]u R \   mu~f;@`p } s C  zm<~sZf1'p9 ~$Ya6 rFT0N|s4 YjHF-J p  J E % [ l XH   @ ~h W O  % 1 2 G n \ n r   D 7r os ; & R z N .)   ZS  Ewguvq7.~SU$6[ xOya)Z z{~b ,`:U-R7Ea2G|#aL2A.A@j"=m~/_UyO :F+\6D[7<s-L~<C@s!^F*\% GVWu}dS+xWg''mVP0vw^zd .YgJWP6)-{L^ojb sy"}l!<ME dr\OL1q(Ya_g/F0S hN+m4: eQ.7)|~5^\kCfED!nHiufT B(+4hCHxu2}Tj* G"o5@8+s| r>HMDD0GDZuH :#Y&(`,_;( /)~=&$pV5}\ d2 l    }I ,  ` CZ "- SC 7B Yx 2 O  # J d 6  ~ +   @ LF D & 0 ]N _  F:Q|!zX976G (  ?w _ d ; u f 0|  }~@uF,Eu<-m`laU I{njN7)=c 6jc\Ks?m+"=  K9}h 02ly*e U2'X2d\A(85gtqv=zz[?u!>>nQM k52zt95 BQ d j  = j iYs.T-FhM?S GS7'}y-q   )V >c !_ c P O &   o ( )2   qq LR  SsAnDPj_~wKES{[uQ}-NdOQgPw2Rs?HP1e1tP+\`/hJuemlJ(vx/f|sT8$~-Aa2pz OMpl 'nmJ[gS 28xp=m!2<]pa'pbUP^!W.nyX6F',;w n<5B'vAt_.( Qo@hK vc;pqMueTqAU.}Y(Lb}Hb K .nd#Sv &\D_?A|`<.cKT(e_u4(K" K\<9[b/Snhj 9P1@N67ILK+FtH*]1hG*easSq/;]9B` ZYeBeDT.JirR;2 ^ yo {`!e8=nFj#iZ\-3LbvK,]o|Dtef9lw^/W3-Adx(MOaOPf |jSu[ l6DuiR{o C@CN$}%.'6_XveZ193;fdEX q .Y Y h   -8aVaU0O_f.pw6<\T}}u;GY|.{_#W1R4^JS n<aifCW`$Kg| 8Te$A4K&Ua~B#=a~}9tC,Q w5 BC  ZP *  ( 1  *'M    .e l   Y0  ,  Y c 1? ?   g PC x K  B  D d   f .x  Br +8 o :k    N  z y4$nW>Nw 8 " M 'U   z v *,LE0qI:-wL1 R @  u1 s .  - Z & [ 0  {  eJ ;] c3 6`9 gyXZ Pw ? rm 0 9 \k $ < c 2 iZ } 1F - . 7J6,x+j} Gw- 9+j c 5 l  x V~ ;:m$}> 'lpi$G,(s<ZQ{lk~{_#<Oy->UePZi&gNHr>7\f jB  T  < % l %Q O ? e | V`$"6NQm o_;q. y >Ns$QS:Sp ?!];J C"%qLg\>@ j''rCUk&B      aN 0  ] 1 ; u z~CAZYD\UO&mNc~k[VQ^qkr)g%xN%}H +Z+q1pYor~2zJQ4x|k *z~oph7^fI589K`mk& i\A+Zb7 ^~7j u82n7ORvaH/drTM {%?hWikWH|"b}tY}UUx"%PlP'IlfR0@3h=Tc gZD<!<Y\PNKm[gFr '^ZIk.NJv0-QmeBL,X(v XV- )V Aj     z  c[ = H  1? d  & [ SC   o   Y *vF,.-\_,1EbYzEb[gq ? a hQ Ch   5   Q J^ ; J  ] $s lp     W  r s ?&  P k 7  N   & 2 " S ~ $ 5 G &  \S H x b \  J      s  n b '  v \  Z k / N z9  O gE . h  x  i /Q s  Rh1  gdt{zk|i#sCdt6qh7 Y) d=e!(|sd*I'JkP U7,{J(y_~V99E@s/t`t yn{euTX]vFY+:$.M } 8&?jNp`E(?tm8}[9Q{+ZqkH5:5Y|0':0zxs7$YI( 'Y33xMkfA>cM5fj}ZdQH$}'#CXN/]>{!.I}Y<:a+%=v<1XM`#tc.F6A@1%>mEfEaAjrm! nAjrVc46q;"HaM\0v)wx} `klN\%(5 7 6  <, U iC z  9 Z ^: % a5oIq88!~t y|0Nq(  5rx} e  SU ;)  B `  4  2u v E - i  q !D " " m ^ t s  hK  HU  P : d    U] dw6?HOcsvU= 'o  N `{kw_t602}~yP{Khh#B|X@8B.2;vs@$|Gh[q6sM:<q76I'<9JJ$3bfVk8:BF 7{a=xS.q8$#/`qMT-<\0xtI>,+p+WpiHC9R}IETz]x0./3A)E5'sJ#"byq"+H<}_,G1"Lr' C  N  " # *p T<YGj^mtmXqKpsqJ)++ |%@jmQ$^3 _5H10O*Pe}$'y'g=K^Ry_\+{(+"2.pdZwHd:*r{x}J~|6s/yFhkmE/ `Cfz \; GJGK|)Y9VlS-)o n/Un]Y |-0A 'UPNpe!-16pSU3xP;%OTD>00]!wQY4i@cd%S4!c,bx:KU(N] !XpiL-I#PmT/dn2Urz 1Hp|lY&+ ]mNG^f]uB"[I s%}+HxN}$H1wTSvruo"divWE]_v1)myL5a4]4s+)[U\N-dOj_UX+p xB77P^p*!>O$P m2FR/Hm1Qr{b6$$:SZ :)jXWb1Ta % NSA K# k O Q N N) U 2 r qF X3 cO X 8 :3 D  w  X e "  xx T Q( % 1l8%NYbw`4m r.  2       {z ~    1    * L |V  '  (|  % ? ' 6 h !3 rLm[ S.@@KoP1g&wQA5oRw.wEZ3K  7q{[g 9'm+ ,K ku+ $[sg9vD[I\)Uf7T+Cvh`tIAV/N_/;>xPoj20dh9JlA~VCH/>Yk6e;$Z'a9+"Ib `B0 =2Jy}mx#:o 4<RF\mq/O][UkW 8)yB/|(ngB&4 <_:{sCRo ?ED0k&?VX1B: JY u a S 7 ; (  W   ] ')B\mr 4MO{J  M k o T  ?@ AE ? O S V j; { H 7qHtnv)%#}(Yd5c}cF zX  g %  . , U  ~*O ZZ + <  L f )Y k Y  0 l5 m   < nD > zIW[ 0eN-hWO.o 1^-g;-_Cs6 0iAC1`/p X"_e/1NA]T>;Yrye~NA|*&]kuUy6Y.D"@R&>ckv,9pw^)vnk~%lM'sw~iNQm^"A BP7*T"3: R8~0(7>!}t/q:4G$o%0i8P~|N4h{kQ=_3xWllSwc#&1-Q`8"9C*N8_% drf}0udl@]qc 6 O Ji \ >T b f U 3 8 x  Nn k 6  95    E 4  x oy n I* Z } @ 6  L 7 8 ?F (    qMil\ s   L ZN%w7N F@>"COXHPL\oN W w )[ E~Wi c- uWOE1( YRulUpSlGfbX!a'xyn6 J"J&5F<)$[lItv"/hmgwbO0SwYL^K O 7Yg@Gy9=cJOZO)apmlG4T>^1zWZu5{tf|J`4?rt;+]'~)|o(\5u^k~[2E$8 H>z}.#%>gg$6u :jzK93e2}Ep.KVw586?k&h(:O7b 'A-IS8uTMJuJk C@bx$+ h%c=4\%k4tGOHF:[A"CEZ}5k1th # r?LX+;lRq{;,AbaJ*3Ul=:Z zZeTwIP~C_P4Qs'7L}h;!xgZ8%&!r aXJvaxL&^^E36G7;#"VkqYNkkGs|Os7tprM ~ODlf|8utMI`<OAJY-wOTzjR{b3wdF `#4R7O^H/g T8jhbH]ld|h@p+_ wXz^s, D)JV :J[I`LJzCA}Cy K*c;ADn 35D@y9..YxZC #V"/1+Z/S  E 1 H S x/ ' O ( b b [ a w s > ; kCN$!! BcQmc- 8PERT(4T=B6<-k@7e|R!Ye7>oylU[ ,fT^ Pm$dw@pvP{?f*v*t:Ia+7XsQp`u _0TS1e5d.'IMHqapn >QaC f$Q#zUt$E/!j :YgA6qBxg[n5ru:K*q)-&uC0 ew P( N   6pRrW+rr(}@XkN!5gI0&aFXw`}8B;Lbfw^_W}tA3n`%=6+>+&U_}48jBg]c>@$(Pn4L1uu:B]N9n LW:<YNmNcoD>{b e6I"*V-+@>% SS@!x8`a;w'73Q13F&w0+B]1G0)m5_nl:6sx!'o e U S dL c s * r w V V- % N#BhOAS)3= {7m6y_Tz/$G Q5z? N  >CQGXK{+).l@ Y_i=QUHH!;GxuhD_ n%U 7H;6.:;.1#*+ZQ9_o^Zb< 78F/v`VESInWEf0   zXs"A@  729pLu*ckkvc? tVc3)p7jV]|oJD:U;U2^LU7lm^Xs6%6W=8 (FBvX3}h*wG}7 +I<LF?9jODSef{ TQuz i'%e7$ m[M;DsU4!G|v(Ln wa9  ?)Wyp_wk40Ml57)K=n)x%m8i0vqRjY[7R. ;-OSjCcs!Tosi)_MN8c}fpCZ?7)=+i5yAR:MXyCWA1-H ZDEE7M^<V \Acl~ ZfbU`'X<9,<.}9[S  LK]& q577cS.a4G(=c`M1h2OSEzY#pXH<-Pusxd}X ;kj~[j=^=p?" qPD 4G#B^/<<6545gb/G)c}vd!y4zS6Ejl|aaeZ h ~ Em *. '  `]~ F\] R~WZ*c;5}]]s1bH ]?fD, <{ Uj().7{/Z|hDDv7|2:g[ XKo!Q%j2vtFL8&SVnppu)AqD?}II>6B7\THY6`'p`69i[j//vXWLHP% :3 $q~6GR\C+[Lrvn`R5W/9,=X-_M#Ra0))t';a I\ZVzm{%a${s W/>yVg%iE65}[o(j&U\jsV =R'- w!^Z@\IBb*/{6c$D8I,[qY' Q?l_2 !YlcM{3BAIM%C}\ l'i+5C`|<$_&3D.A':|`BEYz.  Nt(k oi_`_=2hrmKJ UX&`w}gpUXF#/k~tH)=,n,jm0OAL(Mt'U$=QJ9Mm|zEtvhht-@ 6:9;+HsR ,30o/]YN)b+kUCg(k$9/T) 7\ Lo5; _   q$ 3 % 9 o 6  -:c. h70d` XW6Kpa(,|[P"TYFqdV`xh2Ead?y{>,V42_(!<pLNE))x4}Px<FN/M^PsAwtn]4] ^ W q 2     c J f ` K 6  Un[M.G@:&6#E33V1SnK} vMi%cAAtt(P0,rsH/;YqYHERE!DJM0*vIv 47EIZ TElY Iq9E~F c0<l[?ySs`p`l7e G |WO?X im^u![w,{K.:`o*aJgxlj!-a{DZ!^X:TeN&JUFeS} J Lcg T2=Y-11+W*g[q\! ?je1ky ())4RQ (;,  2uvG8 B|iR56Bm O;_e`CYry![ I~Vq$W8:7?+ - [U!Btf6I~\zT"&y;kJz@d?*&ULFJK $g)~[!F HoA! =e"4 B rR 4R M 8E > MU  t j V T ^ t^ 1\ I g %X HXJz M")8wO2@h5S/G>Aplsa`\*dE'H'#2=Uklu{{ae1JZ mk J.u`D!U::.soOO_0'QP Mud`y+u/{je+jsTvCm[w^u\`rA7&`}&'e:}zxEwn)9W3'cyN~pC^!Nnv+   ^m3U(:A&FJ#r"1dk'P\gToCk&H8yP=E4Z% TC ko7sD3m6%#L= `6c9ufgL#G|lvZXn -=]a YM|+gC7,^7 a _ < ) $ - 6 'A pO F K   4$ NI > * q" I# *%    y   U  X I 2 s R C E t> |= -   $ ;   y K j  d>@/6*XsM-pdA )L}B-l"}^}\LU+ 0bN aOLI hwN*Sq*%OFV Ig)XlcfZ$@{M-[./ihf'j#FsJynzEl1L VN }{ Bm?Ps^E:sRR xj!><7!U_G:,-,FE]r LJu^O[hkqX'[RX?x28F[ xkn(L-h=Ofk$LZD)VMe `">_rck+i;p9COQ979wF=4JN8;o.5:2f3CJfJg*'Ze R <_{|x lA a} @ % | 0 b~,D%OW-BSO0(=iVaqiq}_\x|a|[GDE=?4A6 uk6VN>T<Ymv$9 JYJ-.E g wwi<g0d h|DqLYCbOx&4jE"Oo$'yEw(5B+DQ2v}L,~rz`Uw %Sj d32` Zc/m&rbt&]uB'N+=5fkMHWf o1 MU %^ i P )  Kf{q+rQ3&#Z(8Bjy\+ @r1 /`NCt4/B. 2'&N}x^ha}pljloWCG)M~@-6wQ*KRZ ^  ^  zo }  U 0 ~ = nY szu^|~|vlD\}D  b  4 <    ] o ] F %0 Q l  o y   m  - b     !    q 4j T S:   oQ \ j z~ l 9 9O*TB+0M[}a^adE'-IB \Ot$'Qu"SQtZ?VT:7wawl puW;)K"/Pe\DAfNp S,bM!dg: \ $2Z0pjEh$U{2KDNT5?U\XDbqjWwx+rHH=_ !$mapYhdRPA|ED N1,Ds ERZDs [x,7Ug+q8)f["SndU?X2[.kW~%YRL+$6MLdk=e|l}?s$V878"++"e"3'BtV;l|E1-%2T1f8j[?3\Kj6yG-=Qtx%yiE@#k3: (|o1`,*.<[wC Y3( Z)R,8aKTl7*R7H2uH7KOPfmD$'B%QKVVuekcL|uclmq`\@\^{ve3fhZ;)'hxvsT7;$93V3/2 FEd rG$:s uupUAh8{_)n~sIa,#$0DS*dKo~psyzzzF,jrwZT1?./fJ hr\&hpd$hRFKf pr P5}RA);/!>$N!9|\+=e&HxE|hN,6gG ]P*e-:mg'(c9< -&oe*^ ihQ3o {4d3u>X`[!\TT~a dP/$% r:I;]% Dyv#W Lw J!#ec >QA@XK;9s;BYGf8 -m!7@IM  M37 < 0/ K  `   y ;d a; z  yy (  ? X{N6[2^V"cd7p=(-B]B0!092"^2]:\C;g*!m!rPB[ 0T4cx{^QePF0gH-TT,<cb3D(>O;0%XPritz=q/ U#j'!T: ?V&_d"Jgu|to>Z'$Eiu3@znvJG:@ gj_##o_({p& D N|l<K2.o9r:YA]X" VeS17J"e Yu*Enqmr_$N  Y 7 p\D8My_r@i5m4=e'|Jay#6<D?Vo}c ?  Z  P   _ # z# H8 .[ : 8 2 G    5    v P Y | 2 4 1 6  [ 1  !   t \ \ P N D  9~:"  ~ L   f  v 5 * > QU l x  b "Q  > L  j _ !  P ti92rk\QD<I_U'pLUspFF*/nZOS:D#{,%S&O{{?"L;K2:0oL?z,!|nC@.l!hKlJJ;`ZuoogsqKUGXU=sX&A3 f?[( !"6O4mxt}|aS_t}hLH61+E dSf0tH `j!Zy ve^s:l)n<o/.[~ !<'Wu*5zsYLM5m=e /g:FLN`9CX&8qAP J (27+)m6* <iBNV|$ a2.><>@A_,QL7tX?g9.Lu%|Awpi?TF]u/* 6. Y b T D! ;; $? <   ^[BrxzM!>,\cP; 4@ZkVL+vg\T/i/&:<!lIkH9s <} =ar+$Iz5nB)`A" m` LK>4/]%)% l*Et pUKa")V7z*Mk1  # {  H   ( a F    y CY   SZ/IenV:$ b   \ ?o A  y UA 9 )w -( N 6  < { i Q E   | Y <v &   a R <> Y p)_y-<s% 4LL?Y/*04H _DN}eIKSY MXtl1_ST'a> g2xShm[6pB_?J\;+$.$!>Q\QD11vA pyp_QJM`w~oFj@#*\}[5b&Tn|qQw{]nEXH8VEbuhc]a|p/ u% V!x_^4l Mv*b!/\k%d}[r]C%)8WtY=( HJ,tH==;2p=A.@vnD.Pi( ,wL}2rEt;KTaZ2JZ 4gOJD@Rtd.RZ %'iP-=A8+F7E+W Fz&X BY g9)UIa&}Q+$ w-Z%7 Gx`}[9!)B[obgu [!D! Xmxo" R?WMJFjZN=5(CDb-=WSoUGE+-  j8{# b    i :E p [~  P  h T ;    2  1  ] k T :# lq|G$I `#&T!p+|4g1{ kowUdzG2}Sx\!-Gik{A#q2N 0jn 2 5W b kJ  O| ~A { j- ? ^ y \ : ; 4; JQWZ7 ndm /uV\C4o>3|jpDd. A3(k?5]}93ju7(T-Di}j\F( +Q'{4)~#Sb^^* #ta <W    l X ^ k | / 9 ! O* A ym ~ o  { X<`! ^a,)26^<!I=_pmy'2r61"W.V;T<i^0 Jz TBuS+$1)#l@ihg>G[D3/?"2&L~+.+G|#J(12p,V6NPQ8?).PS2z83sO9 n$4(|5(c]>{H"b v' 7ykl22<4g)x@]H9VHde9_L? ,\6wd4dz5?fTvu}6OKg~9`?^Hk7<m%Wr@E6@?5 di/'i.k-T- ax+<f7GSmH1:`R_`Vo2"s#F\|c f` |$JU|TCU '~: B HY +]Qz@s,zG}}K5  y(a, ML=f S=` zoU j8mkMPuO( k=  N] t^q|wb?1hjAWG[86^He9T X G t + ^q y k( 6 X / . Vc I ! 1 & E U  Pj<7>;1@.*g"?y {  +JNxNv3~\o(eN#T 66c/qi s9ij?Qs9g4 6QRgtV#FS<.   k6bSv/?&C244).JM|!`= R_ R G a b *6 %<7DO^qx`JlOT |NM0#/P~WUA<a 2|bq-A+s<z`',&^:7x Z>^n 5' S3uY0"4mx}i5h^ yp@m ^pr<~DWaFua$M(<x{{ kA,VLHy kbE&l:Ek5+G> \z`bZ81/8NdueB[kEI(2>;XNi`"7DDx->]u)i<>}[n4 EOm#2}SIaf*Uddf^)_cmQa3]%[ BKR(4 7@xUK9tnR".GRa|rb/;\p1~SK@9z1y? xT?O:>&j8`)wc4W+Tu>y[(Y.2xXAtH1=B5=pZsy/U[1EL)!R7eeyh% x, kxwOkXx\zWr~1v8B.IXk1 4zKCns~uPFH<]\OG.q)M mTlQaQNvW\W,Z /FSaE ZLUZBaDii6-Iw:/PLqMJ^JeaPbi(=iCjS~H^ \f#?}yExin%h6/[Y.l'TJUyBB,KtDl5|UMtd?oI LJ(ZoZ{rGzsZ:=Jk{u}`Ut_v`aval{Hk7jPPs r1rrB_ -QLfZ52}0\gbkijkEmql0zBmX-M^=P }{D^[*+ dOX_xaZGI`Q0XQ (T G'l^{"em]|3: ;5zoo~vkdU:i2T"4-<X -AN:0@ _O!q`0m!Py~maB&uY;_#9S~4U+1>h]E\ {}~\*n*"(f%;@LHC{Ae]NIYegoitdw m [  J!&)RBc9jdc6*R]YO?KDg !;  , y n N ' Q ,  5 m J E NN Q  f 0 B  c9r`R^5 >hba4^ #% AZg{ <Y [djyN[ .jYVc0{fUE,@3xe>mYQiJ$\ &?G^)lShI$g:.};bh^-ZC"~k$F}Ax>F\2;"d_@*!.XHfqP;H#}uGe aQN=x $Pk|o19Ht+t"v&K%Lv8 Ks_&Y+}Qp,_^7'54n5 n"y6H`v\ %QPo4":PfXG_6Tt~ daiHfxX~gt\^9D>c`v:<Hrz \1;J%dfyw|^zGgAQNt= XjVCWM&%"-!Ph8 wlN!4d 377Wp3|L3M[r{b11ON1 /1:5=c/O#9"-;V{GHA :Qp2VlmW}RR0'HmQH+F[[8-4bz]=j32x~^E&=n2 *=)]d k!$B# g^O~J#f1 x:S'sxu^x!*y)G\EaaAU@CSou6 .Xq\nPDcS&w["Yu ;5vJ5$29]Jv~~v~kQ@Jd/Ng;Uca8CqR>{dJmMb" #ZzUR.p%6(e8H\OafuLspPx<>T P7!D`XXN]wd^8\wP]l%i)cmOTB=?ZqK`bL( ",+G2fM Vt@_xT$FGOR_gz8j?xXe*KkPh 5));M}@ $hAE7r3pPOQ6`/|H>}8{>a{oyWM"H>4"Oj *+xWxr~mvRcL?kKy8!(Ll{RS.B = )hS6I @CJ :[;Dbj(^zib9eum;Ki.z6oj0 ~ s@Bpd'?g&^+za<hN#D [  s  + 9 )   3       1 A x{ m D t}Kqeeu3>U q?{EAjwJ 8n<&-#TlO7!J~ % M^@4OIi2( QdC[@t^{Z]<pG6H & 0} \YV(c "W :7p`k>  !dWMAZitZU :pxE5"mNCYG`V<&y3{wyuPD}/eD7>AK}x2I4Dv! dg)ZpV2Fz}Z SDygn9]5.t>rHV`PC B;2AHu|\5/ {CrNK19Nx84S+(yD&Ei~~^.Fo$EVwD)guOQ/w;GDm|#aeR]x|,l[MG^qaaM7AF_=V16U:w1+X!)w}hb(`^mc)_N`Pu&xjfS!mB&NP9'-]Ks0+R c+ 1dL<Tgf]dol8C{yQ'").F/2U>r#C}#tJ`{A <~j$j80R1R_?Vqrsusmv:2_aWaZlbE= Vgx[0 rx5}lu_tr| wXo}>;TRHq0w?<i_)z? 08&}a;U\n[GmG&x(h#cA5GM9`!/&/BPGw/[|l$6 C ' fQE v~    %  ' 6M t<  2 > ? ll   y D[ oQ | c Y n (   O ZY )f o c E V .AN}dU5G@cw_<W; 5:SNJU|?0 *=$ vWKJHcA|#bY2dj_1.sqJ5iL:=d|/d7+]]a0I~|P ;R.vh&ZbWQ ?3Q@ A$ j#!9{N!($y=DI [ x\{YF8'yO+e IKTZVBU0* RQsBWf.DJ]fU/}u?[U%6cC~D|gJ))'2g#:SYdzxaoh2|o7ScH/OHQ; :JdjE)%!,2;Uts~zM5 " 6WT5" -YT 2icDUmpxtof @zWs'|xsiH l/Qx`9K$\FRlVHO4.*Vn~jk[]VkH971.} L8kyi )W3cECQehSNKz@E4FxAi$:~8>KE:7k'- XBwuG"r[@>P= )BQ@j F"H1L<w<_>v?j]%D.}7jva?0?Ri*II?#\!XrQVLVxrwAK l;0 vTW\9sk2+% #I fz<wb*xYx% I~=a"N]oFO S\sn^_)cLF~5 W#n6|JS2Uth_:?Uck z(ymr|H(O^H :hszJrxuwg@*ri:U<5OC3g;3rykJ*VdN*E'zd`}:j|WXNJxdvf4Z\ C h!O0`e'2ZL*H  0sT$IjJu7'j'<7O~q &/E@cwVO]+SP 2#2c?ZuiE0"3Td+GWnp^SBz=V?m%}E[ .If}"D^0XfY|ICTp9J9%">]p{|(zptaq7F$+?@,oanc%|y(cW2JHqWT~LVcQ+ p? #qv|  -OcvC7Ls]h$[J wtw)J| [~I_S[yN5@d1RV[n 8I}drylF'u(LOzd3H"P?EGY 3>\|>~z3IT:LAAL>>K/%M@a^}LV(  2OtqFCZ4uvIQ 1R[` X-~w[~4{pR1 $Ki %S`2 b #"R$!#Z"LKG],pNs6 ](3@W}@&8{C8ObHJ6b@ . z  9$V*p3>HfWx5AZu,>('OlSfMXQ9O=+%;OP4gKp6d(v,[y=iqs]>f!` wukN~L\4OB\^G-Q%,(o 3  %"64q RQ\]XN@dPS xL- yt^BdY.!%6RXIq{z u'_K+mu> Vkv0!g>0$rm]gC%lniS3M@*(UPP/NL GFu(t,._<hxqq>&-D_|(> J[.}z((iYUrhR,uI8KK6,^}nT|9*.BZnpgXTcc|gV[(#h2>C~HlH'#>H5Ma7o Aot_a.v a=X6Q2,o#5BQRSe[yw|P%t)xaUQIK7?  4}Te[vNRj+WRV-$S3;;4/h7%??5]+E*TZdtpmsCG!QR9!Rd1!A_XE* *@TtlVvhhN5b!.kD[KZHaHuOxa^uCH{h]9!+;|6}#x U-%7:n1 X"Gjmd^W]2ma,v"U;.5O%`2c6h"yU ,YA|PHU"c \IX!o!|tRO$<4-_D(.{,\sJCKXY#QRUmctwfff-]+z`g5\ M7"'  %G NF;! G[VUX lnfY-)[Y/-b7rPw{x.ijO)Kh1&!Du &5x:eI+pa\ SO6LGIX=i7y5,{ cF0+{*D7BHBh?==&9%).2#|X<#S 1 yuUtd_eBv.;q\Vvb>M}kju E#izRIhkcdp!R}N7#jeDwS4/y|rKg&t;m2W4D0-Xzl'R-S%K(, CZK:VENkv}J)$% -BN,DU ^k};~|DO\.cboaII`y 9`'3&@(=Drs&~9@S^3W;*35HZhxjdON9=A=UPjt}< .jf0KQ}7u]2JLB%xwV'&Flr,}8n Zc h,^NFwF.q^ 'F9mS~h DidqsxuMtJ52v.w!5_byNb2cfbYOGJXlxxs"nq/T(7Zi&EJKNKO^cZH2 !'>H.Y,g*?RTOVzsO5445Ug"dJWdFo3xR tg^3YK_QIE'Dt<7.6 +{f6 5lP"vl73]S& l\YwdGr%nv"f$Bbsm]\tKz MBOSvM L9~F&dD9z9k5{{]j.K?7 *:=Rz4Es }+`P*xhO."V# uBkE#=yGI7k3w\> \j#D8=Ab0;S'xoove_PG>3Gf  @>5d JUCpaF?io|uI" Gnf, <{8JLTVdbxg+l^<LDyP5/S_tEdx" 7YJ oQ*&s2C[;n (:TE-H"] gvfa_`XGOls>'# stwfaS>I$^y#<1]jq90Jj7r &eGO"zYCa8CDD?* ]~x_3 ~K*\0$<Zzp<Tq-@Nj*uURv   l>w89sD[kE?M9bd^bQIR%Yf}sVeird$h-J( 6:X$IJuq$#9@6sUdAd1m"i7aZU}9M.p;xW*/FQXZ@"tf]G4^zO nldh{\ BP9|'+dxzohew:oLlkL)>PLydgZ RI+QPu3PeZKMD4MI2 ]yg? wdM=$:f"}0+* '&dE 3'B9~MF'3a!_kM@TDF.7&{^,QkuDivvps "a8 &Mg)~EWZ/\bpxq:w CZME1 r:JgTdxp\W!@ d6wvNmL<t,>$K}wU:$b' y87>-|4IXrt*S^!B U$~s vEl{_%=IF9S'BC-)" $4V'9C,B=<0373\9_&/l|5Cx^-?' 1@xUhB>sm 9\qEvFuu|sA,4USz An3zC]-@,%*' ,`  ( Z6fK&=g v10Ih`WPI7h!E**=1 sXMVHN=^ twaN3 Jy47R'M3|!Uz/S1oU~n*R42>MWZPa63Wta2~l<WC'  ~*[B%_ ~r},hP$Henovu3L,#&~jTE;#?9x3e5VjznuO2 0U(J$TJ%!QxOH C {=^m|sZpyw` *H]>6+'c$D7$2F0 8Waw5q}kt~t[l7? 4|DHrT;4\9*C LVath3tS3 6jN~[GU|g[lE_?FE(PbfJ^{_jr^|DETffJ! NtrM)vp|AIF<dg|uts-w~d8', 7)96$Ru"hI`KQ2*BKLBQ A*TQcfFP&E{# z g6EmaEU~vC~g9jULE0"{fWt)nk)I]sin@mokd\PBbD"NXSD70-U293%{X\k4e]4K[cDIwxh%{momt@C!u@FA:h*<";pg[D4 U$z Ps}&Xo[G; ..]C{)?kuAl 1PxipeG$HhjvB~-)1EX/Dw]5$S 2&d4-"*W~`F++^X" DzsUvFcsvEa/R}K*@mBq8k '6/A@>`%hLK>BNID:?EG8vE P *&;^z]NLNuN?F?//VAY^aie<b ZH7e6 wAkN& !=c 4]'}^ >u'!9+p8=>3 P%2C^spJt5j-V%JPrzWF!~k8R o>:f$Q U&7P&|^ 8 l.IeF$?MLD;*n$h 8,9OqZAP= !>iX"JBV% TBo&Me`J9}#W4,)/I*v*/20::$'le5hPA=o6T? (C}jek>Ok (,$ (6GXn "=1cb2(\2~??) o!h-p0+1([F@;/ (J?^zF8| XiCw+Z:!0<,uR,RvbI70ZIMcB+m%n4Z^n/]pR tQ&2(%;jUwQpOl4g6_JS]MGR \sS#Tw}-Y, b(@U+doyqZNqp?M0"$-q3B]  M,D:%?lQ5r"w6U3/>0.' }JmZD-0P'F#~55u\u}icQ@7%f--CO nP4)1+P/P.</)!%i@Q[^z|:qt@r`QQY]U>-0D!bM|&Bidk_GNC@BDF7G^D~G_rc6390 &/<EYq6Wi58DIC96,Vp_wmr~yv 2n!S)YgT5*Y{KppEi6*#1*g mU <( 4~RK"ovZ2iD>(H>Nc@W4CY &O-yjiNJv!*8KT-_Hn[aU,B+ vO = B Vr~F51(V&  18@B9,*%  3H;#d3+9@4EDPMXBg3$&_ 5| 6UR(klj98}+VZ)xxmtwju 8oJ`B^BiGJD)tV3wncI&+e+2Pfq#(,#Znq]0h!GW~V=( "<PZ_d'lht~t mj tqZ\|{\= % +yaMq @VoP@2zY2+X%S.Lal{KbSN Q_t_C+OtB d'I \ "a)kLQ6?xJ0|eN ?,bTP)r/XYmuT *F^!x7HTe}7CTg{N3a ;"g*     =0&Fc{NlSy@R37Qo`=7GpM3VhGc > / N v`J,v[D-"\|w4z0:ao@j3boJAEr F|}qbSD>4@ i4F.J@R=W2Z`bUD;*mWPY\SPSe&\"V& x'Ff0Vu2Sq^-xqrqpno\sD}5+ V0*3]JkLHdBGnX\_ULYt=Y"sb?#^c1E;=3u$D~ez|qJ'&G}ocK<6)"  ""$ (*,w&_(L>EaFUl&pLmE[ #FljWOGCn<E!LtbVH-zzvrnd`U]_bxdggV<<(h+WO)[[ N: -669VE#H?*hV6 2T#?ML8(lR0\=oZF:{8@7>CVxo5`=W8})8<Hb~"6"GKN~GDJcRY[=U{= 2j3pKq|Yn,aite|jyc5ZRL>#b; ,PlX~c[E3&   wS6$%%&0BYgxB Vh #.\: <1y'N!vb_T5lyZ_P6LA/%8dB kC5^b'b?ZRFQ2>)maZ}Kj8g(puN)&@\gqSMME5wbD+#>f8k3P^GfuA]SKv7e\ =[  (*0--)!7 Srv _ QK @2 2 J4QHJ_BqJyZggO& -@,JH[^qns{ +?O+qATp9OURS1NA9QZU? fA _?" ;`~]; uQd0D#xN^7j D6;Hdv^KERIRO JF@;;8i/#p  M$AUdkvZy8V=559 4)*F]x ,A;Snar})Ux~{[;"_C1*!N{#3Fdz]G.E\IMRRT`Klelt[{;  ^*1]Y#{f=x-`4RJKd@z rK1&[4uT>(n^m+]X F;Yz^cqb\oVK:<!IPSQH4m\K,~|v|aX[uk^I4 x``u[$=I&^r"",6>I^o"Ba,H`Wy!OzKCVM}^f.>"R#~?=Kmp8 f!Mp{Ql+y]0DvjZkL8#bbX_< ">0cj}`@!  e8-@[s^=DyqO%?lea{,1!b+3DS5SLx~o$=hY|}I8LiNXn`@Z\XOGwGJhEMAB??<;C+T"m7EC`P3Lm`.7ZJtZ?3dWL"hy&Sfy7\6tLo;%_4 |,*wr,%? a1DCQRIb(<+%+ Uf%`B<  =@Z'J1]`6_`I}Eyw,0] RQ&##EP&heyQ47!$u$DQwN_>{]/%B/-d\iEhRT/,8`L<Ek $}]JZU2@qcC?Spf ;pSTDMW2[7u,_4V1lLx $Q}|C?~[y{z1}Kg)i.SUuq-,C^]oop# 6_xxf4se~u6peF5n9 $nvWwq?c ",ZU\c:#YWh5H}l&CfA yq?5F8.64eW$m9!+.[A031]td=(,''Zr(HBj x*)P^2Jdc-k AFa~_G,=%Vz$9l8* z9U_bn\g~1# ;K ", .0?G'SJ@q+>va+.MV>cW(9$zhu*+a>Bi|y2]Or!#X&E,nUbkW*; D|W><~`oLFYIpTY~UI>]0;UvqQx@f~pf~~d>% }$+'8\udvXUatn\Kn.djR&] gN:9bicud<  >4pqVPZ'_[cA4<a :jx|^Y.gtRn1((<#V[DtPow{ pud?xi? (:IHBhf U+P8s>8_+?xqFzM\x(qv*>DmZgsn2tJarrO_r/a\mna(I+)SOT9Vs7v#^1e#7VU:+PP*MR JUE*].p!>qVLBTdU((8-MPV`wvums3  (:-F4!!(,$m 2k5|KGG866.6YcYJ1IYd T%qm`&uL=PxmX^/6!`glOw;g+GK*p W r#3g4ZW]\Z/ &B\`Ae ifO@6U{;yZ( |GyjJi2WD  f4e7z4zja]~uO :vO^>Z01D21E3,YdQ(.SR`eN Cl,D2;00+#!<(}0IPS am7 sG2KB651JiGjG&b%[2 ]s ^2PMIgFWN<{chY0R,s!Aj <%lk et7],1xbxx@UG.B)!Uxve)@b){'!<SFVq0@ L6XAMK1vz"lAS[3Y"_Bwmy}x4`:?; Vwv5 m7iKZe>$i[H" z#Y-%)|a*|{>WI N$d?pIXh^Y`Vj@W-v{nXsDc&q2t`]vKstbOrK^\Jk*]C=<A\vIozP2e]^ONGjVQ`qpvuU0?IZlyzmvrpM)7i>uqmbSB)">&e&#+y6zcT~`+|vrtf;oYX]eat3$du-Zz&v1uK1mICf<$qaAE0u7nFd&F<%#')/b2:Dp-FSdfQMRH=m3l\mkf:g3'E 3<# (89DZSYw~saH23=BtE5> 03LJfxxs]TgjWWP C-!'o-0`x3eQ_I`&&  9 ULEKuSy4uF9&LNCt \5 :oQ}6.r.p3U{ERj>{?jBK6:5,A` zqQ+ 7P_\(a7;EYv@vfoZ,T5?[l!A/vOPP-_A- U~ gLJgo{^`I1(#=`vjJ'!7 2 "#N5~D>)T3M%uwipsZAfO<"G Axu0sjwvhce>hr~qP.&lE >fvoXW_YQ.tcVX`dV5!Z(70&+/D[kkds.1*-Ch  gA0+j2VHvr]IDXv:n4PD})m%l9zZ(RVAo6P=BKBcFvCt9^-P(^>tMHEs\N^9NAF\]}^F<?2 d5y]\Il"q?O da!6# %5N b?nhyQ5d|c|QQA(syjsOeF'"nJCPkqRj'T A/!w <=p=xYKy}h}runxiA@LNJHORTTK9<[5d!msvmSuH,wI 8Ks`\D! {xsl eG#8= 9S dMo>F0 " cHAc1n$e.PM94dx]T~Zsj|#q2j.]] s7R^~h|!AdL>708X b8 *5'&V42P!t!sUUXaDwpzag)-O!eP<{G{|v!GjzXS"b/vBe`$U5N?C16Lh2nQSm  !PfVZ`kwi_^rR  .(r46_sjF-=?B , xdZV?R*$(< UxdD-+*[+#K| >=7U#w6@NMR{kke0x 4$ J<T])TINtMSq}b_W^{Y[V<.GF9$k,1;;4.=^8$zd(O@>G+Obs\DOgv}xr^;0JHqU:)+(lG7-{__WJHJOhW.!-w1:JH~H1C@I__1ccl_Ns`poq_7Br/N\D<,`029@LMa]GDT[V-bsmLq2P!|Itj0cLlzvt}1=M]ls\\je9TT[TpD{81;`|B w]Iu2G',&c<AW7?!8@s2H aVqr]C96+n6iA#{q#in:RGIk h@!7 `v(YwE /  TOq  [(*3'>_:6&8Gh(=HF72H~mIczddibN,{rX/wfzr{>m]\ \Dmj8~W#xWGSn!NJz$`|40G\^q *($.M/U3Rn^kWiYVnB?;;JuTVRQS_du}MDi{?kCK4/+$##P-3X4zBYjY.qmr2n^qmZHOak[R @;kwn`nX]fPk5Y  y(),4S%, >p wf_]D%Gm&Nn#K`isrp{|r gHgu{fO6-D>VLfF}2!&&G'ei^LDY}.h~kT_)j-AAtQEIN_?a_:`WH;ZfH7-lwp`Q78;G9*w kw9h|@Jlkr{f$zN-\pox_@1&& {g^IIx?6]w[G&?C<M6@3>[zvngJ+dq23r'MVWi*j5oz_*  (HU[+X/T&\!}'Iys[?2d%9l?XY* n![?LGFCW.w)f<40 kVPMMG2  8< "W}riKzr_F> zL425BVe]2IE8V1k;U`_e~*>JKHnEG:( ,2"-BO PNKB;BLNPfH{ S <Z6J\vT rQ=12y:_>XEuE- 2E_%^xxL1W#7xi_Fi&5 /\\! 2H G<=U9Z7Q6Q?W?P*H B)d&c>#|NO' t li$kw{%Ei&9Qlx{O( ;_q{,Rm+]3AORRYdaH) adL;8=FK9Xt7(M^l 7.sA\)@6$ Q:EVdcK<)MUXiz=3Oy\K`]TOK>d$C:Kim9sG!#5FIB<;G[dW2 ')/5 .$KX+eTwCr"sv!  9Rn}>iwBs-?RyBt<We}Ccokn+ERXj0"n6AD6""/f;>GSdnuzc,zE#5L`oUf@,4L]jym4yg\K<:'44( {U?62" 6RfX9w$G!{AnDa8<j  #10`)6#   'v4eMOn5tsQ9r 2c`&Nr?k|fN/?k||]?+#\5.3?H V_#ivbfmmmRn9svX1}~ylhhotn`ZZR< nLs'Bz=\8}Inw9d [i.Yn_Y>YddowT2}haonr#1gHJh8$'3I~!*&r%f]NEMViTnU5 ! Gr)j""oByk\PLHHKJJOUTk_hrqgbY+WBZXKe>t9%xdJ/iA*^* tY9H[7-!&56J=W7Z#U F'Y#_%tV0".K!l) ,"1>B`Sd7Qnw^rBW*B:DHB=FVenlrTqCg3Y LJR`$q7HTd|'7I_{zW<%(. 37zGao=^"Mw 'H]gknc{Y\SG5 %!) /-$vH)i7}^YC6) }mX]4F@C6&""  {jV>m^UZa{\ET&PKIP_hs{ r)c6Q6+.  u\Ih Q,RI_+t<k2JX[ccZS~QZD12(09Gcuz:^{ 8Mey {w~|q[>FFIOpbBugWB* ugSDq@{3d733;:;>F C;8:L0+ !0$>.8B0Q8cLvmulekfS@.xT{Y5a> vfYD3~*(+;R3mY{|mM-(A"m =e .:YP5nwfg*lUlimkm`hSgVqcvct]lKl/dNA: 1*"I 1^43xr>uEuDgK8'~{ rV; pWMDEmJZFO;A,,+ -   BPWd+q[*OkmO1~X=;Bx;R2.)) 4;)H8\=l=yHSh#, /&I3e=vKv]]ZkU\LV@PC4 7'D<[6qwl_L4~M! !=KKRjN J 6bdD.% 9btFxi~Dn'^qzh<*@2@P0k-=P-,f+xJXWH`KnhnF(,FXuW[N2NevY?wzH$m\`pb9g:y,mn=Y"E1w{`5Bs2="D:LQdm$@Tdi<fQd\difp(./&3BIUf]r[mV]GD55#:GK>(xR,zyX5.e 8nVBq!#eHl";B;1-+)qM kBlCvaK5I  .vPQu4 ve[TUTG/]|-;AU_ZdSQZ\G]cmS, D#h0DZq4JX^T?*#7 >DGB63?TpwGqnu~+<0PJh`peH.a4 0sLdgWI8(3&u.0*-*0J2d=qLx]djj_VOr@]!H/ }5rgdWI47 u%FWl&8AC>*zaM@/X({dF!xmsMu 97eOcq}F)E"g?ZsxbUJEEEA62354- .JH$2G{J#" !#%+|0X0)&sgN-~e]am{m][[]XxAO!xYbD' qE qT*>g xm'nFds> &7FkFD=!2''Ch .Su=W`^eK{ /8GWPxNF4, 4BMW\ZSLB.)U~!480    ~~yiT@0qeZL>3,8%_ %" $' a2 0lCG[$mvv n1WJ:b$r  &7B,K?OIII8;)  lXKEFLVg !4Je~)Y220.-,-0[.;))/?S_cZI6.-+0*U)(2K9k]x|rgW@'p=&9YoJ1+55ALCf?80/0. $ #-/(Lo2#7JreN+ TthSmx   rd \W UZfr|b~=cB% )Qj?0:Em]E~d@ //|&\A*?<4<W@|i$Z 4ReAa\QlGHOUVF )1a## 1L5bZs{!.." _E%U$mYK@;^>8@&E#M,S@UU]_ibl^iYgRcSgVwUMMYlpC|ne[QD;?Ql{nc\c@qf}'Piwsaf"cu`10=?==*?hUu'Pu)TuZzaM^<6+ "*,')'3Pr0e 4b-DPRW\]ZUNGJS&WAL]5q  =d/ASp0ESVMD?=50/'ClGnN4!p S ?5% eA% }vuwonjAvgbbhnztX2u>wa&LSCwEHE@, #"~K{^-?L(coy7R'bJewijgr0;"AXIHD>6%!,BZht`NB===GU[gtwBl:d]<hbZWNLRSMLR^wu`H';`nZD(j?wQ*qVm0$f? %/?Y|8LTQ}IgCdDpJzQURGBHWiy%/Hn6U#nAe0Ss~~~}Lxv`OA.<QN=,#"mU="+<K_];w'Ew^_vbz!/:CP^ipot\}RM?d0_){&t+fP<'uikqiR5xZ <"&*6Ib}wRJNG=54: Mn!6Mg}sgjvvrtvTq$_A%(+ E!`Ev~}*eJUmT]d_Q?3-+18=BAR7i' "%$ -DXimzs9NQ$blrsh~ViES8E-9( tpUZ<M'G? 960 -('&zqrsodjSF=#+yvgQ>*mf:iXkmis^j\Y]KeCkCa@K:68'8"=$P,l/+'/Bb~#()'-`7BLT-[h\bp5P\3_Lfbtqz '9GR0\K_\i\F/3fGp|\A .(/(D$SXTH5  m`airgsBp#ls}`BxupeO9*!reR;3M^]5m     "[0$:J[niIs0~tgk~ -2)6FJHBBBGFA]=G@GM[^yq{tdUJB!B(DDDLWez8bu r$n1\7A>*QpS"_6qm|Eo&5BEkVemmghv !aC+yk Z&H:,GF6!zpxUF6_G<{9o/e&R$>!0$2-9@=O?O8@),7f~~y{'6L`,mLo[)@IPYh}saWU$RY? :IE8, 05+  (Dg.GftI ^O3 `8f7X*(-&Q a.q~fkcYcFl7}5;EP_e|D) 2`@v.77$%Jt&3@Oas :+WKsqAc7Pl Lwuf\0UaN{G?9=DD9 (?]jXM>( w^D2p+P#?80*)'(x/_:AA"7(  jQ>-%5Gb~omogagjdZI/ mFz\3GO?[Kj\hpqu~Cc~{wFf6k3T+0<vILOR/a8q8ET]g,Ov*53$uhcj]JY7N: "  {plknWk)bXNFGiPR]@k( $i6V=B>39&1"[r?F-   #6 GZt `<mD*iH96415CVr}  #2;IV[]YUO @;+=1F7R@]Rmdtpwt{vx{v_G+0EZbYL@0xW'?*-!!  !>Zp[6f+W/ |a?#5Kds^Q*NRRr^fihqteYI-7L+c#t(;INSZev #*8?HW]^o_^ZVP>qjaSC,6Mg (Mr2/DESX`coh{ls{zj]QF|8.+*&(08?A C(D(?6 -+-(#$|T/rY@(jec\L?2/:,K.Q,T)P%G?@HF5~iI rP. )Kqn\'KMGgI{D6"~xpgXJ98(NYem<] -` ":$h%#+A`7tXx|cNA@GRTX\&h3<AEN\+g8lIlgg|ci~wkYU]d\@qH~s^F-/Y (<IMF;56AOW\\ ]c!f`S <#'+-(7Lxdl|aN3tW>- _1d=fKCJMK?3,0wDddP?1$J w  (8=2 /C$U3k=CGN]mu{{}2/M1^,a$ZQN^|"!@[a^PB=BF;<T(p  "$(0@TbTbUA/)k*`)VG 6)(,$~]?!"/3z0Z!3  |pod\PF2. $.683,/B_|f@#eB(0AO]p~0G._Otkyulq]\[IjFQbml\NMY)d-g'e$^)W=[]p ":J'I@9O"V\s#++%[:(&!tbL2kREINKA7z,m&Z(=,'w_F!3(""\A6;Po)AVcmu}wjW*CT4*'+-5"Yw{g_B[f[~]ZVY\``iXPI>>3<+@4GGQL^OhQtTZkz 3 ENO ECHJA?>BN~h{~xn[Dw+mmuvt}wi_TMKMNNI9$ *<%@3>G9]-s6\n ZT&R(K!IQ ]mtiSU,I=*zh ]N 9g3mUF|7j+['J'; . " k]SPXao1Kf6Repx}t_=mfkqz '#(   $8St Gr+;?6 Dy7~)GSb~uzc D$/7>S|$=`fE' O 07}*[D5, teH{pt5Tt",027DUc>nYulxz{vhQ4mS?1*  ",;IT^ e d `cht z'f,U&I>7/ :~jiclvGwpn`VW`:lGxPc| )?Qu]heYnIt/o_PFCA> -qp}+/&!se`YNEIYo/ACDFLNO=bA~]y9qmjbU>6?M\ffR@m9S974,uR?80' 1BRbfl} !/=Oe *Gg~`BeH/ w.]>MRFqA5& +5EV[yjkT3!$/78%'2/714#)wd}Ln&ecfecelrsrrn}lwmkpWpJiP]_Kp5q$eL- mXN>+ #)/0-& nUB:2KRQI>8:?F/N@RM`WrZTH9) "2DQVU^K5@76>@>y7g0a2`>_MbUiSvONWgsrx}~0EPVYYUQMHIR\hpiYqHX6<#$ {gM8&  kO9!!&6DR`p~&p5WL>cq{").( 3IyZMjx~~znxiwnzuyx @k %>Ut"7Mg ((2 KczktX]LHO9U,[fu2Lo%oPUDn|pxeXW-PLQdv~lubhcdd`]TJ>.# rckXgSz\p}}8Qco=n 6KRrcv #8QkzcN&?-2+*.6?gP@h)oaZS|Fw2um]B#\1pXKMV_]UNKP]lrtrbwWVVNIGDCHPTX_htpV7}eJ3 sa Z3]AbCcA_>W<L@<M.[!gs n]V[Y2aju@e1I_oyx#w<uAq4n!ok`Z^guu{]mI_9Y"] gqz,7==2{ n\LDB?=:/$9Pf~vvm_eEX#J9) T(t^QOPNC32c.Z|-Ea"1)E7[DoUl}|{Nxi\Y/G-q^RF7% w)q;sKzYdmtz>c:Si} e1EF$Zix|jZF5,(%"&,{6cCOU>i'a;yng\TpKh=c.b"fkpz  #-1, vY= eG*s bYY]ee:q|/AQ^b` _be#g2i?lBp;r2s*o!k!k*m2d:ZGSVKc?v2&+Fd} (0:FO%T+T)P L P`p{^H8+! )8EP[h}3Nclj_BTaM}I;# !,4AVplL{/{kdfh^F( ,AS}_dZSGH)FC:."bA)  #3Mta$J1~ m $Cd#AS0[CaQmG;Lw 0>@/)OqzX[q_0*DVzpcwUgN\V}hy)Is+DYo 8>(-?\ep:UA$`k ; vptkc`Ckkjg`Fow;Mc3gWdzVr#..U *F!bhU@>'C]D?/Q ;\m}M &;N\WECqXPgSuz6.'0A GJY,v|won^Ql_4jA!6C&RVauQG7!w.]OTZ@^VzGw6-;av!lEaeaux{f:D7BO`wX _"dn3w *2#? 1DY<YBm3]Em.u:pF&GqRQ =E)O;GB.: 07<6 6-J7H.FJWr4dkVMLhTqZO3 *2E50bAbkimr4y[:T~Bqv5YL ]l{k =!a5~VwvD;Nd_ ymnm[\F:"0e3FW`j{"CL> 1M"oJbhM(4.|d>\d^crN=I@"jOE85+ "~ZYi!dS0"ShUhC\![_`#H`v\i&<@8Xj8" "4D,. ;erkhcm| xyx{}F<ydL4b#>/fIk~p1t,:OHqK|B3.@WMhQsp\PV[YK.~ a6 #'H8RBJ>?sZpq{rsb7I79@4K6=^~cFu3s-}-~O]p .6C:ITbrvt&kee\zXhUoI-A'J{d;`/EloSJMWcmW3:6%V{ #{TNdolzg%p^hyrx,f,1:e1Y{v_a%?D96}AeSn^zdpYOA7?Tl} Ej6M\#b4\V[ht })SjZOJI#JE?>707L\rp*OttZL}Mn=q%t cN4 zumU0l]seUf8q$ zZ3 oF)#K+Jb{fv R? hq&- myjn}v;sbM!\,%"AIyn8xy~v: (O01;Nj9zGg.frqU;(" {rEp^5 s\N{OWYZF/ `A~tdO>/zxo; 3XswnpEl.o9pIo2qlehitSzs`]iPOqdV)e6<3(7a5:Stsh[_YTJ5!:Q ]f~7  w[8oCqvxR&V?z_uXg\`clpvolfV- ,DT_I_ZR8=.{ZbNOfD6&wxPK$]2s?JXj^x7x#x xsse|#*>R}}7KSg~ -b!8Wu' CRDo=y<<?IODs;iCxVbv)S{admgIt_'W<=E9#P FfSKH&4JI, 0ZkuK1!^$5H>.6'6&M/cBnL<'x8f,=SRC<:a61633$JVTYmuhnx:#7UAOdV=egm ;ZR&-^6tI.Wp"o_UE/  }T!~rvC - "@?/-]=# uo|Lf D" sN+  ?$H]QEMbs#v~bo7n|9\[V '/3QcSgJS@G;W>e9_<G<.6)(+%/]7<6)|zgA~lqqdXL5(Fi1i 7h|Y#8A(] p$An  #+++*.0UAgJC7) M{ 5Vq*@KA1,Nfqppu@nxpbJ. 4\k{CrFOC4D6Sy3f$P5|f]b`Z}TyeimPZ3OJ7tkim~|.vFRU4W%]*n2~4CtY`jMpJtRw_Zi(ni`anl[xE."{%y 21%5)RGuy.'01c1G7=<?;L3S$RWT[!i sd1 -698%7*?1TDoYp}i8x^PC/Z0#~ l$]'PIFCCHNYckj;lDkckida\Q;A\2$g]6Y,##]9>Xs/AUcihj%pvy'|ExYpW~MIOewc$2OjF]l%((*.y1`,g#)+$9e B5*P'Z+R1R1_-r+4CeN4PL-MxSazA\`evzeu?7 :|qcV)K(E)C5JBV;aca^c^kcgf`YQB1pAk/WAGi5& i&T+M.L2B/%% -MmpraUQ7F8B[;55:?A?/m@'Y*,U c4,+>;aZlj_F/*#?QTM|BE0(!,BQ$Q0QEN]hd\VPSt]ZdI7sJ&OmujQ9t&n*aGZm\z_mYfPyC1&-6 ?HK G'GXUaaWK3)-52(M36I[a\`^2|O0(( 8K@y~(x:eJKC..)"?&r"U^)    '90j26@nXK|& +9?Fd&Nm:fF6O_p}|psdBN4"zTJE:727DYY$9.6H]kstgXW]`F[qN}3w{ xkey +5ooy i6}hefie!Q()1 /$ u"u?~Wjn`GY!&Nz);GKB1' %%'J0g9<ASgx 9Wl{ _*52>Umw{~waOA?}Qeoy~%.1o9;Kf|{w{]?*}nl[AP'G5 &"u_TYG71-/*&.;BFSSf6J 3xqb J00UkcV[p(Il.>#{xxgtXhEV3A-,$exRlFyA?921+QMI\No]|jmjqwt&v'xi#@9P aj4eXXV]d^L*;cdB/.?Hb[o8Y,y66B^|Q sY< {xxkvMoOkdsjYI<2&vk xtg]jDN 3pxu^QA46F^9Vw+'$]5K5K+]v :i /CRdvBb~wl|#Keq}2mGjO@m[_\r\\baopfC`@))Q~!x5]LNe[~z%N5QJFeCyDIZjrqjuSn5k3cAV9QLFB<, wcZ]ny}Ms$cPLF!wR,x\VbmplBlt *FfxzzvnrtW!3[wwP.%=)N&I= 21=M3VBUQLcEcISWY\{N33W:[/jysy ]+`0H588438=9?nGTP'Ygljfe^ZVKCELPKB/n _ccM5v:YCJEBL6K)2vbXvCK'! -41 2 - l#R'H?, $: FD "~<y"#(,9Vo|{uv2S4:(<I Ve%s6@A?G3`HxD#0wTtk~0<HAx.x'~*)),-$+7<DS\ap &Mn~qH    ~We!R1~e_kqmeVFC) /x6w:u3b6HT;k;d=??5fhaN7"]B85?/*/ & )9BKcvS~'b L>@:`3i"mw|\eKT@]@tKQWh@'b:K[j.;52( /5:K`z' ? QfAz*Z.=0POiJu-{ pU=771$2@IOZfn="lN0VJ(z^PJ>.S/#+@=\Pobrsr[:Zx/Nhz JVafZPY)a=XPFd5r)t$q=oepntkfUBJh|oh vu}.@Vmzp$Qw<Pd[1j >~*g0J\4\IVL\Vjb~v\HJQaiTm!^Y\]UB2/6ALMA85;GRRJGNyVT^E_CNB27oi~gd[S?B0(?QX@ueN8)xvmibUFq3l%cRNN KC0'?#n3<?=>I]u%(rchx%?KKSq"O&  !9M_ p%,#)2337B]*HXWPE>ENG/ yhlGb'U>%nVOI5~vqrqqrvujX<tn^E[XNB>BH^tya{UiSPT3NC2'"'0 =#GANg[ryh\`p/wcmfkp~ *Kfdw=|  B)g7{>@H[{#>] :F=1,(*0-! )7@3m ]a1pFX`devli|go~}Y>"{oe[L4vifmvvjV<&_(l`W?cC)z`YA)#.;;4++493!"( }rP* &.:IPW`)k>Ul{y~b|OGF=-!;Vef`bk A#2AR)cCtTf !*23-`LD5 3f #0Kvy}rtj`h>c[OG/B?:C.5 &?[lrWQUaqlMp!W<& pfdcfdS=( 2.".H\i{"5/(HZeqE|9%\Aa~}lfe3bK\OQE?930:-O2h5w.wka es)EYbjs}!Lp~#$!m!W$K&B(=(=#CL\kzywysv\i=P,zagJW@IE?T5`+d#]"Q-H;JFRNYQ\EW>Q=TB_JlNuQrWbdLr?;;8.-=EDE}Pctx~8zUys}~udO8##&!yjQ<1!{q nv 5Nk 2CXs)7?KRQNI~HnBd9a<g?pEtOnPgM^RY_Ygcghcfcacbbhgqpzz}zrjc\UK5  mdckvzmvRw<~0*./*  BgvR&yobTbHB=&4,!%8JV X*T<PDQESAU?W;V,Zgy 7M_j=uc{{ tu1xHp]bgZiK]7K)>(834853[8;FXfokzb``Zc]fRhHkBl@qKb-`xk\F#iLr,`TLIG?4-("(IZ PB;754-eG(gRFEE7" ycyK`9G(, vaTGz)kc]_o~}m~dxe{lw}sow $=P[[VRZg~1@O]q %Iq '7J^fht  )/09ER`p vw%y3CZs|{unjj~mtiic_hXrQvAp4b-K',$$ .=CC91.--/39|;C|W{n* < O` t 8FOY1bEj^uyn\L?- &"';I Ue{!*<HPUJ5 ! viz`kWUN<D*6(  }Z;{sqZB}5y/z.v7s?tEsRphnttv 4RszcH7)((A@PZ\qiqx~}bD% *7@EKS\cly5INJ<.4<1 ocXOIF@f;;6/ ()568>NokV8xodayoprh_`JW?R:W?`Pcc`eUYER7N0Z+{%T !.ARRMjUV\Jl8& 11MShcnx!B_zuaXI/  &"$t=eOTHAC.A=57;0(/9;FNHBCHIR `'i2k;CP^pxeJ+ ym~`wSrHn=g0_5UHJZDiDxEw@m2mxvQ) oa$T3E77;&Oi}&y,\.4,# vdWV]^[L4!$%)2@V k }t|{dPr80.4f?7II@+a E0##3FP PF6$!2>>3)&2/Y=HMLGHRbjfW G=BQ`krzkL3! /@FD>@L ^p/::/ *;=6345750-3@Paqw x&z@_~%26-shaYNGFHnJNG-= & x^H9/$sbSG>6:Li~}}zkZF2$ #0 E` ~+Jm>Z(eBc^`y_]XW[`n6GOQU_q   '@Xv}fQhCR8>/*' !"+8lCWHGF1;%%" )6Ojx|~|pmqrllvt`VRH:/%o\LB@HYl~zfZJ3}zpd O7pQ:(}U.s^sVXYG^7\$UM#E)B1/(>qBW8@)) #0<A$@09458?>RIaWfgcx\]m0Sq>jBi-L&qTx ".?Wy~w;mWjpqtlc^br*S v tV7y|{eH) wi] VK>.vxhb_OW9I(7# 3BE>}+| ~xx ti` WJ=21>Nay*7BLJ5 nY"I3?E+T`fekwlN6(!+4-><FCEI;Q-[cjov'B` *Hd ywgZL=0${gK0  4JW\_^SC6&|obZoWW[Fa8i/q/x/)#"wfYOC6'"./)-58<BIUev}zn\LGIJNV h&3@Qd=rRz\n!,5:<<CQ\gt '<Ww)76- vnjhkq{omr{u|^gDQ2<)($(2<BEOalylUa1Q B5'ziXH8* zh'Y2K9<;.60(upmcWKD=6 38@L\l ~~| -Fb"*%4I=hGLQUXXU OG)?;8L1`-o,y039@N\hpuK.cH /$@]w  }tu~{l[J;4/ %Bc|iWI:, i9vaJ2r^TU`i{llq]~L;,!?n $5I`ve=  0AQcs6Qct~vrpm+iQakYwW{\kx\HA J,\Imavnutp|lq7Q!b3hCeUjlpy:OQD5)$'=+X&rjO8#  'IbbU@' xl^O<t&J)vXI@|3j#T:!5OSQLNYj{vp{dSB/naUIA:;BN[djhdcegedflx c%=5?A7(  !/6?MEdGEGP^im1q<wD:$ ,Datlfba``d$e/\2P/C/*/.&jN1xyuL* wsx):JZjz'E^vrQ(mRQ'1!.67!3A)_ z%0:EP` mvzz.x=rEpHqItF}JQRLGHGTm#?Tblsvuo3fQYiKDDJNKB7,$ &7"F%R/[@`O`Q\PUJS<X(bp|{tm!c4VDDJ0I!HA=DKNSXYW\c_Q>w(ohe^\XUK?2'o"K);-6224025%?N^nyvvgZRBC-9:F VckruwudyBhVF90(0Igqe3WLNcOvRYenqlidTE<;`208GT_rtokffjt bC+yY?66@OYUH@@FOSR&J;FHCNCPGLK?@3&# 0Ha}}imW[HIA;=+@@=6&(Oissjfc^U-ID=Z7p1{,&}z|-9Ke~ /F`u{jT?'%P {",2+1U+v%%7CKKbF8= 2' *7FOQLB6'/562&4HTYZ^\VJ<1/ 41<<AF?P4U"VW[gxdRLIIF?2'{k`WW\afmz   cM;40/../00(/ DS-aIlgy "A]r`>&saY[bktrbI, T8+),+#t{c^YLSHPJPKSGX1dtuZC1 /#7+;)7&300N4y<DLVbt'/)!|:RabQ?0#%17665;DLT\kv~z[N~T}i "6DN[vtgo_[UEF28:DLD5'!,>RctqZD6+%"# q`N=- {uva{SNLMOQTRI<+{tqonrxo\_>R!NMLOQK?>K2iHXajqw,~Mh+7J^kxwoyjwhzktiQ@5.'$:So3Obls|.6w.` E. wnlp'n,f/].V*K'C)@-?355(4,16/H,_)r{eQ<,+2>LQg^|_`bis/AEr:c#O B?GYjv )Fg )(/./2-50697J6_6s8Hb|pZC,p`VMDGWk~eJ.~gK-~zY?* +3:?=:9=CIPazlO9.08>CJQ[j{|~vpowFt'6HZ|cfdUhFm6x)}}hv]u[z]^YYblto_wHp0j_WUV W Y]#Z3XATJSGS8W)^"e"i%s+}07G_z{lX@-rxJj+\M:*qhcdit~yhYUY[`p~{zxx{*:P*dIqcvz{~~{sf\SE2t\G9448@KU`jrztjr(5CKQSQLDA5EEPSZb`rfmy{|zxunc[_j t|'5:}:~0!zouug^U}JvAv9u5o5d0T$E: ;EMPI>:BjRJa,p |ua'Q:BD5O*^$p! yuz wlkixehbLb-bcc ]R G;-!)Hc prkhly '/9CMV[\]]_bgo=yk-@Rgzs\F1#wgYSQR\fr~fOA;<8-  +9EPwUfTcPpJB<::;>!G;MEUI[N\X]c^o`xc{dsiknjokrju`xJw+tj]L?1!7N_e^NA93})reYOMPUXWSMEA@?<78>N`ouroln(r8uKt_qxks#8Ke3NbmqpuxK(txga`K[=T9H;98*1" !$)+'$t'M.#32*  !-m2e3]5Q>@W+|weR=, *I]mgYiLnC}@CF{ImIhDsBFOWbuAb  &1;DLNS_suf!e*o,(! (2:BHMWev-7/%_>#rliUb<_!S = %/1(  !+9CLQK@4' .E_| "=Wm| ,?R`hp{$-/..k2M9-F T^hw}xuqdTwDq5s+{'#!2EUZvUaHP;F0@"92)#  !iW MJ#H0FAOOaWqUvLrAd5N,5&"w_H6$~j\RG@BGJ{J`JEE0G!Wn (M nr`O#A@5[-t!0'N-<9EMRfar&Fn!e,P:FJ@W9a.h#p |%4EQSPKKPY_`dkw/Nn 4DRaq+<IRw]hiXwJ<+v\F4l'WG9, qHvV:$  #.:FNU^k{ *AVlyqslZlEn3j"[MB 8*xlbR@1"s[D,nS6$}{{} |,{?|Wl~/J5gDKNSYbjkkls}fO; $/BSg|x\: />MY^`cykwsw~rjeejx|oeYSTbt|sol hfc`_)e:hLd]YjGs7})! ~soptvwvitYsKs>n0f V H:-$ p^RQNtG^EKK9U,b"qx tjfdit 7EV<jWk{"!$,5t@ZNBX/\f s~vmlns+?\v .@Sfs~ t#i7_KV[PhFt=~?DIOV\^]^\ZYXSlQTR7PIB6$r^Gm.b^_djqsy[I=5-(! |tjb\PB2"~tcWSXcuoS9&%2>L\ksx(3;<<95/y#m fgmtiAt"a-V4S7X5e3u+! (6BNYfx$%$~qcT@& yh]`kw&4?GO[!i<uZ~y}r`1PbB7"'7??8,!#*12LBiUgz4IV^fou y#w8kLZ[J^=`1b&gn{mUD<:61.38;=8.!n\H6#ubL9'{fVuHX79% {wwx}snhggjr~wld_ZWYx^daSgEi6g%fhlpv #&(+-11/.3<IS\}btemjineoal\dWWQEL7E,@'8 36@ O aw %%(4DO[`bddbde&b=VGK=G0I!KK*KPIqC{;3*" 'iPPs1yifz{ZB4)fYemaTdiyk\^jqyvO/*%95\EQ\k *6)  1:;%:28:>BA?70 *-.,"  {ol vd6+Hct,Ll9fLbV?H\kvj2*.1:E6<;:KsmGEIF9i4R:% yr*l"bTD .  uZA& lPR`^WeFL(4   -=@9$)*(:B0",iB[UehtjrWgJhViixsfv +RfaZSIMgunYD+"-&  $*,##F``OA-0C$6'/21)5Q|HSD;EIQ N4; [%7PV=&];6J`tuzYV3>"+#-&5%.!1B>&_;8GZhfP@Pv>PIId$@[{#ERN:J^XhtiMB=50#*FU\M2%2831&+Pl ,UwiCOs !3@<AWm8FuHfBj3~/DWO>1'1WyxlYQB'" vd}comZpHb0]p{{uV:$!uL . -4,  !:STG=:BXlgYQxTTY.deM+      !Tmnfhm-Lo|hNDD F4J*A,-3CWY%J%CA=AatjK8i/[/Z9X:W%A ~\W]a]I jccc`J)9!U|  2Qv{`^nx~}kZb~|`B;>p5WPS\\I1#/|7X9<>?<X"^]YKGo(2FH80=StBs""9DKVp%!,OqhV^}{]>132-#lR I RP7#8858}Cn^jxuuxpoy :dzgZX\itL-zg^]k|aG<5BQA $-<MWg@VW X<y|e|]j[>ppn/IJCJe"w0402p>fGhY^`TD>mipurcA!%2CG:4M5kH^m`wAd(f*u-& ~e Ydu n TGShzsi!r(;Pi|]M|]t}  !'//*$ $00-214=B}@u;s;y?zHsVmdfdVhMofz  )/),B]hb_o%Fj:aGZl +' %+268<J^tzn`Z}fuovbvLrBjEYJCW;`<^6V*U\cqv#`2U:P@LWG=% yqt{/97-$1Ur{xnchwu[x9aTA1&,' #$ybLBA98<5y[LLH:) kK/CIK\QiUrMy<-)0:ISQFG`{rj.c;g:p5kCTg:'zoaQ6%C]cecbscUeAe4Z1R/E!1'2ENE91!aONS_XD0'&)-#tZD/4W+n}wP2" u]MDGYs~rdWJ<'0:1'!  4G\fdg{1U~._zqu~r[LNUYXK4*2?wEoFtE>He0Rk{yx;JPcy4Tgrnfm]e[bZnXfspnrwsi\SQ^yhF) pZ<`>)"{vzj[NSr_Ty5$)! /74x5n.) 04?FB5+,/=Nm^_qaaUD5(%qb_`[W]hqmsrkc\Y_ju|n|W`KEG0I$G DBFFA@(<@-PVY[^f ry)z0.8ENYfypN=*824;5E5U1q'"#Eay#~w|}wy| '6DSUMM\zty{ sj b/Z*Q@)#,06>IJ>(r_S.QHR`LnAv/||eyMa=O6J5F4;(-xu~&9KY`abjx  1EXl~<R_c0jHsVs`ltcVMRYhu$;FzFs<g.Z,I64DMU^l +7BB>5-%,D W ev&=Vp)8GV_aclz}qibXQJ?526:=;6)/2-8,@+G,M.J0I/L2V9`@f@l<t3|%u_E,   $=ILOXdjhZzAj&YH7-+5AIS_p~~ym_RC850& +>sJ[MQKHS8e/}3AVfoolkh'j/v6Ic}}gL4 #  '9HKJIJSaxqaVK=+fO@?<.! &4u>d?L9/+*?LQrW`fVzRMC7){ kN.{v~c8{uvxqlg^RHDzC]@<9")!sgaa]TIDGN U%W#M(=87E5R9U@FE2EEK[*r9BA?IZ i'oBmV`_Jb4i(v&*.**=O^ilkq #9M_q$+( &+4Ii#+.)#070&t"b-O4=,.$ ycG( }aG7-   %$"")JQQOKEIRRG!5/"Dby)4=FNNL[luxuepOl7mt~uaQ@1% $$!  xgJ. #4FU\]\\\dnkU>' )09ELH>/*7CO`y&?GDGTg~-CSew #3<BHLSevzri`^hy"198 y~   7JXenxU4&$(.797?O]bXB|'pf c k x~ylYvA`.[&W%O"H?41=NWVNA8>KV\_b [0QFR]SqK:2KcziL3,%7%>#A EO"Y&\1_Kcgbscomd}\Xcqwz   tVAx1o)k&l#eQ;&$(37*xaRK A-#4F[typmqtuxvmh`rWgOWC:&xo|otmgmSf@N605 ;H"W(_1`6c6il<~@O[[WVyRWTBc6n-m&e]NC?:*~uu6~MamkXHK[l"/:CJJGFGLSUSSW[bkqv}wfxOu;0&%:GPMOYdcU< rni%`,P073 5=N%T*N(>+ *%4>9R7a,p%y*120%mK1*4?FMX_dntrgWE<ANX^cfe$h7qJw]rrfWJGRaj5nOphpxnopjZE2&(3<??EHJPXXPNTf,?N]m "#!.%6)@%J"Zm}*>FFIQ]jsrg\TOPL;%qZKtDiBVE7F@5.#ohjmp!o)k4e=eGjRjWcZ[fUuHAFOUXXTOT\ZRK=47GT\cors{znaPE HPO+J?NONXG[DWKTI]EfAfCFE:) #0#907=(JSUSSWYZVM?6/($)7 93 /5 FTV L(?'6%A,X7n>}CC6%vfU0@:+;88AS_^RD89FTWQF;38L>aFoCt1rvxuypf_QFD-?:/'$&  "/, zrlfjqoh_XXdw #1~wGOQ[~kyz|{|~~{rhfq.=HT)`9mDuI|IEA~B}KWbms{*268?CC>7/'"'2:=&?6EBHMI[IkH~JNVZ[XPI>5+ {zlqalXiNgBg6c-Z#PJ E@<5,# }iVJ@71.u,d'S$F >!9$7)8-5-0-/,3*<-E0O/W%]gu{}|ursx|xmbZ\c$e-^5UCRSU\\]eXmRnOiQf[gjnsyrljluvi_^ep zy0u@vJ|P[i|4FMNOUamxrf\QG@;;=CLOL~Dx<q2k)g$aVI 4  |&o/e0\/T-N0K6H:B8</8&2 (#.> JRSWap||rkhlrurf[V W \aflw>\y{vpi^URSW]`^_dfkrtqqu~}iWIA<7219HWeljb]XQI=. xqty}}th}aobgffgoe|_YX_jqn`M@=<6{)uj ZG5# }reUIBDHQ\htz_LB>3 yrlf`]_ab_YM?2(#()(') +159 ? G/V2j0/4F_v}z} !r]B&+7H PTY`r,: K#]3l;v>{>zAtLn`cqQz=}%| }dK7) "'-4<F{OwVxYUQI>. {{ypj#e6cM]eMz9&  "" $,)<2T=nPet|!#$*40?GP]comnnnlmmeUJD@@@A<4137>vCkB_DVLPYOhS{^n~vi_WNE</pV8 '6?DHKQxVcSPMh1m$t{qaSI GJOZhs|zvvvv|xlbXMB5' +6GYcjntx~zme_ZPA/rllquustxteXK</&'z-y6}@HNWdpw|ojg`TJBAHSXU&N0I3I1O,Z'd$g#k$p&{')-3:?ACDGNYdkrx!3EU`gmrw}.=DB?=(@6CFETFcFtGHHHIHD=5.(w#f YRNJIIIKNPOMKFDHOXbjszu`K:+thYK<)|wqfWG3ugYKB?=<9y0c#J- woeVE5'   &0:BLXfq } #$${)k0V5@:(AFO\jrurkddfhinu#,0.'#!"% # +8HZp#)+,1:GY|kwywum\H5$ !$#!  '.4r=eIZYJi8x*"$.;BHN[l~|wsoiaWLC<61-*%"$% &-4<%H2U>eEvFC?;943321 4?&O6`GpY|l| 4Pmyl^PF@<70' o aVJ ?3( }ncZPsDh;]4T4R:QDQQP]OgOvMLG;0"$-4<DFC>725>F KN(M8JJIYJhDy7%)9EP\k~|qh`VJ8%kUA.  |wtqnf]rVTP5F8,$#)4DWl} .BR^dc_\YQF :-! '!1)<6FCNPVYa]kdwlw0qHdaVzH:0,/49>AC I T _ i q v}   '-3 56&727>5H2U/d,r)}*/2|7|;{B{HyOuXq_odpiyrvz}vojjlkjjou~o^QID>4*yocUA- ydQC5' }ncben|ubR@0# ~lT8u nlovxuqpt|xspmjcWMEBBC>4' !,7AJQZcklid^XW\bjq}|iTD6)~void_ZSMORVY\` h t"%'*/464-{&x"qgVD$5-.9'IZk z%0?LTY^eqxss{,;JX d"q?|]z #)**'" &,6E'W3cCgQjVmXsT|NHD<4{+{#|{u"j)_/V1Q2N1N1I5C=BAEIMOVVa_gnj|pv|tmhggfa[N?1+)%w!hVH=635 79>IUeuxjXF6)! |rihmonm%i(e-i3u=HT^bdfhlqtme^UNKG@7115>LVz]qdjof}ca^\akz'2=BE LOM(I7EK=\7f3i0l,p*s(v#yy rkg edd`YRNKG}Cp;h.^M7gN>0xmdXE1 vfP6  $&)+/8{AmE]DOCDA9D3H.H*B&<%3(),$2%8*;,A,J)R)Z,h1t4|5558BPar-=IT'^(B7HFUTfbyr  *2?K[m&|4yBtNq`rvx|{tfR<(s^M@ 6%#  kZOIE@ 6 .)()(&" xss{xaP@)/>Qb t~|pXC/ !-8@GRbp~.Mm ):IWfs} }rfYL @5%  %'($uh[N>+   )-29?DHJFDBEFyHuIuEw=~8641/,&whVC2$ qaQE=2( ~zzxuphd dgfd#b(\+W,U.V4U;RCPJMTI]GhIsI~B:0%$,6FYlx#9Tl  -5 754%6*:.=3=8;>5D0K-S-[1b2g-k#mpt xwwwwy}}umc]XSOLIJLNPQRQOPRUoXgWfUhSdTYUNSHOFGJ?O5P,H&?"40032)  "& +3:@IS\eou{}{~ |r"j)c2[AQSEf9w/(%#    xn"b"S D!9%6)6$60) "   *047;CRcr~~rdVLD<6+qep][ZF[1ZW TQRSWUME=9}5o3a.W$TX`jwz{~~o^QE:),;GWn!'+/:HZgr} *"J$f! "!/.7@@UFlKQTPJA7*>`  !&),0577:@B@;2" zyvtoeWF3$|vk[J:-#xrjaY UR*O3I9?:0>"GQZ] ZS KFB%@0=<5F-K*Q-X4`;fFlNwXcr%,/10,# *4@N_q.?LVahjjhc}^uYkW`YT`Gm;{/#xj^P}Bx4v&z~weSC94345777<GR\emvzgVF81,++*%!!%(+.13-496D7I7K5K/H"B=5+! wle_^ZUSSROORUX]c hmqqojgdccc`][UNF:, %)+50?9FAOKXUb^miwt}}vhUD6'    ~ wmaO>*zmaTH =50+&%/:ITZ]"_(c+h,q0w1}0~.,% "1?P_q {*s5hA\MQ[Dj9y58>HU_kw       (2:?BHQ[ab\UNJGA6( yj]OA5*"ykV?) wlc^]^^\Z]bkx !$" '9Mbx (05 <CLVblpty~ #'/8@IS]fkoonnmnt}qaR@)'1:>=6, ~uj_yVuLqDl;f0b!`` aa^[YWX [] ]([.[3]6a:gCkOlZk`jglnozu}xn_TKB<8423489<>BLXgu }/yEvZtmn{idccfkmlgaXPH:* kWB+ l$X3B@.M] ipy #',4=FOW_hq{ulcWMD;3-* "+4;AFG@3'!,F^q.DYixxjZMD<5( !(/6=CD@:2)}||xpeWHw<l3`)UOLMJD=50/131336=JRTQLGCA>8-"{y#x"wtpl"i'k)p&s qni&e1b:^=W;N7C576-8(9&7(/))*%+)..57?<3'|yy~}tlid_vUjE_2R!E:0)" pbQ>3,))) (')0:EOW] clz!*/10.,05;ACCGJMOKE9-# &0 ;HWj{~{yvrqquz|{x ts!u-|6>HSao}}}}zsnouzqid\QF;0*}%w tqk aRE7+!    /9>A?>:5~.m&bZTSSV Z&`+g/l7q?vIyP}TXZ[`joqpngb\UKC<77=IPVZZXYYXSLEBDKQRRPMLMLKLOU^hs{yeSD<978<;850+#q^O@3' !-6>EJNXgy!)l6]FO[Bp7.& #.9E'S8dFuNPLF9)%0:BGHLS^kzug__elt{y uok+e7]FRXGm@AIRZ^]TI?1zk]RJFC@7+{j YJ>86;@E{HtFn;c-S?(}rg|[gQSF@>/:#669=@C IMPUZahpy  xfVIC C C B BDHNU[ahn$z8JSWVSMqE_9K/7%!&**))*+*)+19ETg{$=Xp*%93C@<S9k62136:??DaFGIJJHG BBELQU WUPJB 8*       wmhggfc`[UOG?6.,07>EJNSVXX%T+N-H-G,J*P(W)\*^)^']%^%]$V%L%>!0&  {pcWGq7a&Q@ /" $ 3C*Q9^HiWtft%())&&'"!y(m2gC+FKPRSU\eo~|n`UG7#xmd\TG7,$#(+*&!$&'',4<kCQH7JHHJOV[^_afox $&)))*,+$ "-; K^!q+3=IXj{}xtm~cvYsSsQuSyZ|b}j{t}~~0ASdv    ,38=BJVdpzzrib\XSRTY] ` ` Z PE;. |phcbyfplfu[}PF>510.+'! }tjbWH7( |obWMF@<60z+q'i"d_\ Z[`flpokd]VLB8-#reYRJ D@=951+'&( .4#8*<.>.@,C*D(C$A<;= B HNUY_foz &/;M_r|hP;% 0F[m| & .+75@>FFLOSWY_\e[hYhSdMbG_B\?V=O>CB8K.W(d%q&z)/8AMX}esmcqPr Mbspe fx#4=@{C\DHKI`IoCu<G;W7^3^0P.326 4 //0023-# i^ iy  -|8<?EMU ` im,pRykv|z"/>IKR c0zEDCA>Ol|q^ L?8IW J5 &2NSC81/@^m]YTRb  ,:50/1AX_H4($8Ex8i b ced bZOMRPI:%$!{nycnUnB|/## qrrj`VOMTZ{W[QMIKCK@IB8@7*xxy_D;DS_ d\G(A7KMYi_|\L0  +/-,p6O@4O+^0b.^"[ [aflgZROQW}\XOKRZeqttx# =OSX[[h *2, "1A"?!A"C!I` #BVTG:'&CE+ 8JNQY[o  & M$)'"!(32`9y>u=p5s13784)-$tg^_dgfc``flh`YPNT^ceccgr/QTzKuSnlbVI<3-% "~tfWLC:2$oURRNMJ8$s*`=YOYY[RZ9WPNS"[#c*f(_Q FDJ!PTNE@BJOQF6'"!$rW:-'   %&,9HQZ\]_fpzyj}`Q8(`-h!x~oaPKYjiVC:u:rDtWuZuHo9d,]#b)hCjUeOW@C:3?.O0g/{,{%kd[Yg|tjiq|xf\WUfyzjcen{n]N A=(D-D*2&# l\X\V@)"(-. tf!d f!k#x%(w)]'K"J#O'Q.G73BJKLOSZ_ \RLK R \jt{'6;1$):B=3  $'25@<D:;:8>KGeVuhsx~!.6;;Gb7j &('#!#(-+0/#.CRRSXYe p qu$+013<HQ[_]XWUPI ?<0a$~!  +HZZQD5%yl_QqB_5N(>,   (3-")()z<uSsntuutpooi]PE7,&|v{uZC8314==1++&z{upofT=')5ANX\__R9oS/|_QPTTTX_^]acZE,  $v,n7qA|JV^gt|i]]m{!x!|~wl ` PEBB7  % -!1;1U/j-{38?EJPWblqqoifh&i8kJmUn\p[sMz8)'2Ieyzwme]TNzKqJ[H?B.;-25*@(O)U+S.P5P=QFTSYcWpJ|937EXjpg^]^aecUGGVr '/47x6a5X7d9x;;>@BHOzPwLuDe6H'&%/9HJ;$ xngfdabdmy /AT][^o~uoj`WQTZgtxyz{{xwvm c^X RNI@869?HRW`m}~xqhYEk5R*3"   ##p[D43>HJC&207851/21.+%!"(+*&  (5BO^m|~}*9DJT_kw#%&+3<HU]b/fBiWklondWMFCD+FFFeDABFJJD8.'$$%# $+2541.059962-)%##$"$$+4Ga~p_UVZan}wfVE5( yurmyjfgXbSaS`[bh_wZRF80& ,DZn !!     uonrurle_]ZQ ;!%# v\JFFGC;3-$ ~odbaR5xmfe gihcZUUY\]ZnZPa=l3|(}2@IRZcmw~   % )*#39@HQ Xacedfjqx| .9=BIVhqcJ|7s5pFt[wiyrxqykye|cedU:!""&/<C{Ap8c,Z%V(T5QDOMMLKCJ8K/I'D=5-'(+.28?GSZ]]XRJC<4,$!#&('%$$%'(('*/7?&E7F@DI@V=Z<V=K?>?.<(>)@1D:JBKHFL>M6O1Q/Q.M/E.8+0+//55<>BHHPKTJVEY>\7`3e,g"him*uC|c  #(=MZfowwpfazeulqqlngide^bUYMGE3;2-'" wcPGIPV\bmyvmkosvy~p_O{ErAmFjMkUj\fd`pZRQQRQsNiKaG]D`Bc>e9g.f$ksw r hXD, ,E_r|~#{'|/5>A@?ADLWbn{yv|"-8BMXafh/jCmYrtw}yqouzvt||{{ }wmbYN FCBCDFIJLNOKGC A@7FQMfSqXv[w]wb~jmmieaaf loqojge_TD0 (6<;'1JY^]WP P `y    mP5'&.5<?@GVa`T@)#$      "(+)$ &&&*12&pd_s]b[STDK2<0+'#uj e_T LFDE B 9 ,"  (4;=<94*xtnoijkgminrm{ot~{zwzzqkhaXSL @/# .7EVhu .AR[a lwzx%z+}*x&i#X H 9$/&)( ),1:GRY[^ aenv~ {oe^VOG@<=@DGHGCBDDB>82*#slhdb`[XX\aj}l~g`ahv *:IZix'=B6,0=N`rz{ ~$q-f3i7y88?HT]ceeddca\TMKOU[_b_`czfrdebW]NVNWP^NeAi*kh _WQ!I-;:*AHUfv~|p`Y[]]^[SNU`gf[J939>A@;33>MVUI8((0550,ysj` WMECB=4*" #'*.6?GKJ FA:,661;(F Zkrq$l)g*e-i0p4s<tFuQrXn`pmvz{xncXT[eo}ulimyq^QJIJNOQX\[`fhc^^fs|pg`YQH>4*"%%%#    #*+)'&&('"*4DNQZk  )5< @ L^p{ $,5AIKG~EuCpGkMfVdZe[b^\dUhMnCt>t?oCmEiKiVkbnmmzfa\VRK@0! zskf_UKC;3-q(f%a#]$[$[$V#H"3"  sjknnj]SV`gg`M/ '4@GLT[gvseinlg_VRV`hfYB*polbVH96?D>}/l_TJ>60-/4 77"8.7.6!: @FOYcn z !1FUVM=.(-58530/5BHC5&(,*(*0+:.D7LBUFY?\1_$gq|,;DINV^jv{teYWd{ .=KXiw"{zyvr oj'g0h/h0d8]CRJHOAP=E:36%4#0'./196A9E8O3_+q#~|sjfffd`[W{Y_ee`XNHC>6,    (06>H\t{|jS>7:=:;AGNZcd` ZUS\ k"{$$  &1?GE@:44:CEAAHQZcbUC0!  o%_&QIC;2& yog_WM @: A*I7NFNTF`6k*u,~8FQY\]dr}veZ[*d7qC{KPQRUY^ekqsvixlyxzywuuvz &+7Japtqhaft -9BIJID;1( ~xz{vnga`a^T~Ds5h)[#N(A35<'CKR Xaoyxoe^amy}qlzpz{}wng]K7$   !&&$#$$%'&  ~ v o hda^YRH=3,%   z"w"wz |yqid\ M ; )   !(-258}8p9e:[9P:B845%0,(  yjc_YND;0(),,* &$' -+263<4=4?/A'D"HOU Z_fp}  %.7?JT^k{  #$##+%B)S+\,a+d(l'v+~2~:wCnKjTl]tjv~yy({J}b}nzsuvp{nlid\TLGDA><7z4i4_7[;U=I=9>-@.C5GEKUN`M]JRFDB?<@2B&>725@Pcw-@EEA>AEFB:559BMNE7,(,.-&#&0AUehc \VUXYTLDDJXdh cZVW]hs{{qh_[]^`_^[\_~bcc^[Z\_{_m\cW\SVRORIRAN>IBCI?P;Q9J8>5//%& |usuy${/x<uLsZofknftb|_\^dnyskhhgigaZVVSNIDA@BBEJNPS[cjptw|.=Pg~}{tlc[SI?1$  #.8<<;=HTWVUUVZdnst~sxqqth{a^^}]x]sYqQuI~A<;::89:?DJKJFEFGJNQTVZ^_^s[fUYNOGFB9;*3-& !  !$%&''*,..100/-)%  +4<EMUcmmjheeaTAz)rlf_VMD:0& tdWMFA7) wn_N?5,& !'-25~4|2216=DLT_iw| mYD&3-&14=GR]hq}!.;EQ]kz#.:IV`hln#m'k-f7`EWTL`Ff@g>e:h7m1u,{){&u rt{}(4<AC?<<@CGD@;983&*-6BNUVQICCEHJK LOYgt%+0345764/"#*)))))()*.6DTcox~     %((.4z;r?iE`MTRIX?e7p2u-w*q#eYPI>4-(%*48;;;;=DJRX_fp|}unf`\XUyQxGs9k)aV MD=1!{x!xz} #,5:<AGOV]&`*c,h,n+u+y,z({ xx~xi^TF5) ( 29BKT^hqvy{}~~yqjeb`_\ZzZz[~_eloqqsx&4CSalrxyy{(,.3?KZmzyrlghlledky{rg]SKGEC;3,('''#!/: :#:!::951 )  #(*+( ~yvin^eT[HS=L3@)8'/+*/&0"/(  iS=(s_K9) '|7jDUOEV7^&fq }4MdjxXG4'"$! &+07#@$I*T0^,l#{}wsnllmmnpoqv 0>HQZahr| %3CPX^cgjo ru)x:{G~R^jv}umg_VOJGGJNSWY\bjs{ '3CTcq{|~{tmgb\UPMF>7-$ |qf`ZSOKF?7/' {tlfeffgdbepypg]O=.&#$&% %,+%! $+047=GS`kswz{~ zy"y*z3x=tFnLiLfGcCc?a<_9^6_+cj rz}~zupljklnmkfb]VzMsCm7k.e&XF2" '.49@FLQWZ]]^adfhgegfd`]XUSTWZ\^_begihgfffkpuz!)2=IYjx (/3&566B3P3^1p/-)%  " 5EPX]aflrvy{|zwtzpnib`\WWPRMKN@S6Y)`f koqtwxvr{rqte{[RKE?6," ~{tkb[UOH>3+),035787t7h7_5W1P*L#H C@<83- ' wdM2 {pbXPI"D&A+>19:7E6R1[(dk s} %.29?EFFGILW`kt~wmaUNIA:4.(',0," !'*+--/02210////1/-,+-147:=AITa my %1@Tiy "(09AGIK2PIW`_qf{l}p{tzz} "-48AP]gmolhimquwtrx~yslaXOHC@;4+"  &-2436w<p<h9`2V)KA8/ 'xpk gfc"a&^-_4`9b=c?c>c8b2c-g%iln mkkk jihg#e$e$g%i%k'l*m-p/t2x5|2}.(!}tnjfdekv |tn{hrck^iZgUdS^QZPZP[Q[RYSUSMTBU6W,Y#[\]]]^_`aa``bdin|srwkye{b~^~YSNIE@9658?FLPQNHA9 /!#, 5>E MU]'c4iBqQz_jt~ # $'+5#A)L.V0]/d-l,v+*($ xl_SG=2(  '2;@A?=v=jA_HSRHX=W3\,e$r  sjc_\TH9/+*) (! #!#1>DG INSURH7& ,345:?CE@7~.o*e*\+U'QNNRYclt|~dN>2% zgUC"1+!0369;=?<5.'! %{1k>`KYVV^Xd]j[pVyMD>;6.'"! "'!-%3#7:?BGL Q!U'X3[DaRg^oexecflrx '5CRZafkpty|#~-9I]p    !-:FTdu|vrlhhhfc\TLD=4*  |{|~{urqxosnmlglbk]kZkYhYeY`Y[YXYXXXUWTTUPZO\N_NdMlMsJyD{@|=|=x=q>l;i8f7d:a?]F\KZOXPUSRUO]JeGlFpHrMuUy_}jtzysskpdm_nZnUnNnEmCmIoTq^udxfzezc|bbb^RD:52-$~vpib^YTNKHECA@>965321,&"  |sle_ZWV[fsuolicYL@71*! !)/49?FMSY]afnty|}}~%1<EGFB=:80)$"#'1:@BFJT`jru{md\RIDCAB@=70+(&'(),/6<@@?93,&  ,=LW_hs|wtnf[NA6,~&~!|zxvsqqv #/<HT]deddccfk lnmnno%n1f@\MRWI_D`A]CXDRDJAA=:914)."'  {l\}H|6v$mc ZSSSWXWVVW[_^ZVUV~[rbgianaqctjwn}ponpqlcQ<(~uqry ,:GT_dghls~vmhfedeiouz|}~ %0:BJPUZ`gnty}0Ke~ $(/7>FIJJJIG$E/@6;;9C7Q9`=l>w?~<99973{,p#cWPOOOQQ PRZbffd`\^aejnnkkkkigdbbekpuvurrtuvxwoyk|lnnmkjijiiecdis}}vqosy~zxwxzzyvnf^WOH@95310.)# #),-,-x,j+[(R#OMKFB;5 /+'%# !&/4883+&# xmaX#R&O#Q PMJE"B$@&?)<1:;9J8Y7f9m=mClGjIiKhKhOcR[VSXR\T`XeYoRyJ?6.)%" !$+5>DC>82/-y)v%t!pl i%g)i)n#tz ~{&w.v1v.x&{}~}}}}~ ~-9A@=99:=@@?=;::6*  !',*%       '1<DGGHG K S^is |  %-157;<??><;<=BCC?<8542-)%" !"#! "& * ,+*)%%%(#/136 8 8975248>CB=6.& }upmibXMB:2.' ti`WNGA;753." !$),1:}EPYbkqyxpha[WYZ[YTNID@93,'&*/346668|BxErKmQlVpYv[~ZUMD>84/+%"!"!!$*05=GT[_^XSQRUUURMJKKG?6+&$%! }} }wspmmmpswwtpjb[VUVXZ[ZWVXZ[YY\cny %),-048;;867=DLQVZ`is{~#y)u0t9rAnGkGiDf=g6f1d,](W&P$J!F!C#A%?%;&6#1,% "+3<DKOOJHHHHHGHIHGB;0& #1@NXbgyknnfr^xV~MD91+&"  {xyx}pic^ZYXXYZYZZ]`fkqx~wl\J6#  !$#  '3:@EIMPRVY\_`bddb_\XVSUX[^bhmtzz~urni`UG9+ (2?IPX`}jyuurolhgfgjnswz|   # ,4 9AHM O*P6S?VF]Fe@n6s.v*x*|++,-19AFEA93-+-0014;CHKK G?"8+433;1B.H)K$MNOSW\_ befgg ggda_`!d jqx xohaYQJC=:742//.14689999875/)" yphcbcdc`ZTOJD<4)  !*2;CINRVX[]\[]`ehkkihhf`^[YYZ[^`_ZTPLGA91*'''&$#$%)+/378<BJQX[\[]^aegjkmqv{}{vpha\wXmTdQ[LVHPIJJDG>B896/5$42/+('('%    )1:>CHNSY[]`foz &4v@nKhUc__i[vQH>5-$ '/5:>F OYcmt&z-}3441/--,,*((*--,)# #,:Nf~|uplje_XSOMKKGB?<93+! %&&%{(q-k6f?_EWGOFIFDFCFBG@E;>641-.*/-133:3>4@7C=EDJLPPSRSRROPOPMUJ]Eh>r7x1{+{'z$vpg^RE8/,&"&( +.134678;<?@A@ACDFFGGFEFEEFHKMP|TuVmWdY\ZV]QbOgRkYp^uazdda_^\\\~]x^qclkfr^wXzPzHuBn>f:\3T,K%E@;863/ '    #'*/169=CJT^fnu} &-12464/' *7DS_lu )18?GNTY[^afznquk|d^[[]^]\Z[^ab`_]^acb_[WTRPKFCBAABCBA=962/*"} tkb[RJC>:8889:<<;:72-(! "*02347<CKSZahq{~  xpjgxendcdYeNiDn:r1t)u%w"{  $(-132.+&"~wyqtmoiieca\`VaSbQcNdKdIdFfEkEsH}IJHDA=;941./15:>@BEIQUY\]`ekpttstw|(2;BxKpTl^jghoeucx`{^}_^~Z}U|M}FCBDFFEA><95/)"$+39:<=@CECBBFJNQTSOKGB>82.*+/59<@BGO[fp{qdX OE.:<.I$Wamxzqjfffea__`cfgd^XRO&J0D8=B5G0K-N-O-N+M)L&J"HGGHLQW_flquwy#x&w*u.t2t4t3t/t*s$oiaYMB7+ }zxz}wne_YVTSQOOQPPOLE>6.% ~{ytplhffffggfi!m0q@uRwczu!+6>BJLILWdt}si^UMF@91)# &'' ,<L[jqnq|   vib^YQH 5 #''3/>4<96=8AFGRMaSpYy]y_|acefeda\ZYZ\^bgskfqbugykzezYxRtQsTr[rdpaoSnKnLoNoPmVjPf?a/['Y#Y [^dghiklmlkjilqw~}ppsq!u(n.^4M:K@JGJOHUF[;_,a+a-a1b7`<^8\2[3Y<YBYE\F_<`-_#^"]"^`bbbabehjigd_[YWUQNIF C B A>6.'" ! !%,5ANYdzixirjgjXpFx4*(%sjhjjbP?89::5)!" %34+#$%&'') !*.& $!!"( ; OYYX[an #/<N]`VKDADKKC:8<FT\YRQV^kvxqlr{ 4GZeipteaff_YQMTbkooifpnZPRYcmpmmt{wfUMKGB8'+?LQTVb w~nehry{|}xzokjai_m_sXsHn=l1m&qzuus g VJECCA6(#"%+.' ubODACD=).@N{PtOlQ_VO_Dl>;95, $(+1>K\s}uu|xqsy!%)' !5BLRXfvzz)8EKMPWYSG7'  #1;BLX`of`nWuTtOnBc5X*Q$P&P1K:E7B4C6<:7C2S*\^`gp ~wq#l"e[P!D(;0:5B1N)V'V'W'_'l!tz{uh\TPQSO?67:860)%6EMJHL TZ[SB4-(!  zka\VOF;1,/378646;;71( #/564348>?81)  !#$!0:>#@0FBNUT_\h^mXpQsN|LLOOJEDGNTVSRW_ky}  *3:>@ELTWXRH?=:6-"  ' + '" $ (2BQ_kryzuvxyrbSH?95.(1 55:DQX[XWW|_visqoucvXsSrYv`|bd}^uXhWa]`_b`ccaa^ZYPXL]MdIh@f2`\ Z`fkllkmrwyxsnkmqtspm{jrjkjmcpYnQjJ`FSFKGJGLFPFSHUIPKIGI<R.Y!ZVNFDEINUY\_nwlea^YMA:8:<9~,{}zysfY TTW[WJ#<+.5$BNV WWVXZ\_`cjuywzyusrpj_TP|R~X_dffjrw{yvtw~'=OX_flmkhdciqy $.5762/5@JQTUU Z __\UJBD MWajv#()&"#)-7DJPW`cb`]]bku}|sokgaYPF;0($#! r*h0d1c3a7_?_F`O^S[PWNPODP7R)VWU U Zcp~}yxz~xpg[PHC?~<r5f+^#Z[ c#j*p0w5~;DP]hxmmlcj\l[ocqpq|ng]YTOI@1$ y sprvz{{{ywwuo{focbcWhJq8|( }sh` `fmuvq nnlj k jd\Zbn~yigjovx"s5gF^TTbIq@7)   ()(,05L]nvvroli)f3d>^ITQNZSe`koq~ty}zvvtrrsw#~&*/344/(*3CUbhhhmsw{|xuz'8>?@?>BEB;60*('    ).,&   ~|"t,g8YFGX5j"} {m\O@ 2(%!$,5<@AA@A?<889"='B(L'S*R1K8C<;;24))!     th]RF<67::71)$$'('# *6}@wJqOnSpVoYn]najfai]m]rYwVuRqLnBj8f0`&^_b ekqyuvlkabWZQSOMMEL?K;K9I6B2@-;&5.'$#'. 4;CJMRW\_]^afqz &,/,)'(,"1)413;5G;P@QDOKOTR[W^`chmk}kosz}smgeik k hfhkr v$w(u-u1w5}74.,+2<KV^emwznfb]YRLD?831) '05;ADHKI}?t1k%_VMGBBA@@AEMXeuqg}a``a`^\\[[ZRD70. 1353!/")$&'%,&4<@@><>EJKGB=;;>>95/.3994+#%/7=CKRUTOKJQ\emqqnklmlcVKFJRWx[m]dZ^W]U[VVWNSGIB=A2B.C0C5?99<4:06*4$58984.,1:FNSTUW[^]YRKGGHHEC>92.+("     "&(+.7H\o !(/6<CKV(b3n:z<=@BA>8426>HQZbkt} !$)-379;:|7w/o#kiknpsux|}||~wk`TH?;83/,)$ o\"H-89+E MQSW\cjoqqqruz|ztnh c _YQ JEBABCB?:4-%ukedgmppmpw~zsj_TI@81( {uk^UNKKIC8.))++(     -7=CJQ[hu~  #'*.9!E(Q.[3d6h5m1u,z+{*x*q+i*e(d(h*o/v6{=}CIMT[afims{(-1357>JTY]agmyrsrmlhfe`dZgVjVnXqZtZu[v\w]w^t\qVoMmBn6s(vy|~ {vssw{{uqnnoomifec]UMD=:; =@!B+A/?/@+?'=$8#.#!$# ""!#$$!#) /6<BFI!L$N'O%PMJHFFEB<3(  }qgce|ktoqsruvz|}xnbV{OsNjNcQ`S]RYQSSLVFYD\H]M\OWPTQTRXW]bancwc{`~\ZXXXTJDGOXcq{,= L[jy $))**,.0-'! ")1:CK$Q)T-X/]1a5c9c;a=a<d;l8u8}89;:::;<=<;5/*'$#|xocU KHKNMLJD=:962)!&/7:>?;:;;7/% %,!0!0 / .#.&/'2'3'0$,$%&*+*% !(+.-,+,/0x.s.p.l/g5e;eAhCoE{FINW^acehpy}rh^WURKA}8v2m/e-\+T(O"IA7.# ztnmlkjga]YVRMC90) &#" &+. 0 157651+&(,/04;@HR]gov}znc [XVSQJ#D&@(@*@/>37:.@$F!H#I'K-M1T4^7i;qAzGKLIB=;;=?=;;>@AB@;:<AEILNPUXZ[ZUQNNLJGA=;80)!!)3;?AEIMSY]bhov~zxupkhjmrusplkihd^XUV[^z_t^q[oYl[g^aa_dcbj]o[t]r_jae`jZuPHBABA=846=FMRTW^jvzx{ucRGFEA><<?FPVZZY[`ly{xx v pg\QHGIHDA<7432,"vp lifb\XY]`c f hjnty}~ '.21.-/366420---*# ~y's3n@gI]RSZJcBk;t7{6~5{4w4s7rP:P7P3Q2Q1T4X9Y>V?S?O>J<K<P?TCUDUBWBXBZE_KdOdPcO^L[IYF[KaPcQbRbRcTfYjcrkunqmlkjggfeifnhofnbnaqcvgkqrojf`[UL>-~sg^YVQJD@AKV_bcehow||w~ph_XTSSRNG>5.& |voh]RE?>}=v>p7H9R9^7j6w888620}0|2~4676420.-,y+q(i'f'g&k%p&t%{#  &3@P_jt{{urokd[PE=72#,2'?$I!P!U#[!`ehh fccddb\SKD?94/)##'+-.,)(),.00/36;>?>===>?=<<>AEHHFEGJOSVY_gpx}wronkhb[VRRPLGA; 6 2 -&  #(-4<FOVZ^bcddcccdeghkmmmmljjihhijlq|tyxyzwzuzqxlwiwevcwdxfvjukxj|jlpv|  $*1;DMQUWZ]bdb_\\_bfijmqw{x~s}q{ntklfhfffgiiojthwdxc|cegie^UOKID>4& }zunihhjlkihgjklk#f'`+[,T+O)J(C(:(3(-'*%)$'!%"! ## $"$$%$&"'!*+)&!  %3AO[gqz|yrjaXPID=4)  zohb]WPKHEA<5/("       "# #%#! ! &+- . - / 5? KU\aejr|    "*2:@CFHFCA?==;9987678741.+**($ $(%"*2 8<@CGIIJJLNSYbhmztlz`VQMLFA91+$   #)-"1&5'8)8)8*9*9):(>'C&G&L'P(R(S)T*T.U2V6X9[;_>d>i>o?s>u?t>r?n?jAeDaG`KaMbOdQiTqU{UUQMID@;71,}'$##$'+17?DKQWZ]afkptx{|{yuo{hrbm[jUiNjIkGgI`KYNRNNNHNDLCIBHCDH>N:T5[1`0b0a/_-]*Y(U'R'O'M'M%M"O!P R!P!K!D;2'      &057;BHMTZ_dlu{~}z w wy{ !#%&(+/49==;r9h7`6W2N/E);"3,&   x rngb_]\ ZWQ#I*C1=57<1E/N,W*]*b,e0i3p6u6z4~0,~)|%|!~ {#y&t)m0h4d8e9h9l8o5p4r3u/z+'$   |wojd_\[ZXUQJB90&ytoljkjfc^X RNJFA&=2::9?:FEBAI>P@XFaLiQkVjWgYe^be`i_j]j\e^^b[k]u__`a__dknonkimrsttuuz~xpkifbZUOKIFA91& %-3579;?@BAAAA@=94-'#xn ea^ Z W TSSRSQNJECBBBA?><:73/({x v u spomkhfebaabe gkotx!z&~,38;>?DJS\bfintx} zqi_W P LHD?< :9;;97"6'7.759@:K<T>[B`FcLhOnQtQxQ{S{T{U{W|V~SO|LvJoHgDa@\;Y6U3O2J1F2F2I4M7P;PANGLLKOKRLVNYM\K_GaEcFeHiJmGsCw<y8y6z3z1y.w(s pkihih fb_^\YUNGA>=>=:8677863.*&$#"   (2;CKPV^fow{of_[ZZWTSQPLG?6+"    sg]SH>4*" '0;DNXblu{vh]SJC=84 0)-5,C+R)`'n%y#      }wrmihhh"l)p,v-{0148<@BCDCC?:3+$  "(.48=BHLQVXYZ[_acefjow &.38;>ABEHLPV]cjpv}zsja[TMC:0& ~}}{{z{}xsqnlhc`]]_bb`]ZW WSME=60,($! "# %# !#$$"&&)*-,105374:3;.<'<!=<;:8789":*:2;7::9<8=7A5E1L.U,](e&l"u{vniffefhjmnnlg^UJC=85469<?CGGHGGGHILQTUVVTRPNIGFF}G|LyQxTzX|Y}X|U{RxMwGyB{>};~:~987751.+'# #(-/0/.*%   "*1y8o@eEYJQOITDZ@^;c8h4m/t)|!}}~|uplhfca_]ZXUQMIFCA@@@@BDFIKMNNPPPQQPNLJHHIJKQW^gt}tk`RB1!{ pe]'V1RM6N-O#QS TUTQLIHGFCA>;;==<<;=?EJORTVW W W WUTSTVY[\^bfjot x } $&()**)&} vplg b_[[Z^adgmv  %+17:;84/+(%#!"%(,27:?FNU\cipx !+3<EOYczluso{i`TH:-# !##"   !$%''~((+---~,x,s/p2o3m3m2m/o.s/w1z4z7x7t6q7l9h;e<`:`4a,g$pz ~~}}zwpliec`ZUQOPQQOKJJMOQNJFCB>8/$  !(-5=GR]el ptx%}+.120+% {xwtqnlmortromjjkjhfecccb]XSPMNMKIFGGHJF@92+%&2?LZhs{~wqid^WSNJFB=841.+'%!      $*/4<DLT]ckrx~~ukbXOG@<;:998530,&  #')++*))+*)))*/367}6v4p1m0j/k/l0m1l0j2l4m9o<r>q>p=o;o8o6r5t4t4r3n4j3d6_7\8W7P4I0C-?-;-:,8,5-2,///2053;4=5=5=5>6A9F;L?BGMRVX\bgkjhggghhhea[XUSMIC?@BFHIIJ~JyKtLoMjKfKcL`N^Q]U^X`Zb[dXdWcTcRdQcMbIaG`G]H\K[OZRYTXTTSNRGOAK:F4?/7)0$)$  yvurnkihjjk heb!`-`9`F_P\[WcTjQpOvM{KIHILSY`fjou{{vrommkkiggfedcccegjklkllmmkhfdba`^|]x[sXlUeR_PYNVLSKOLMNHQAW;^3f+n#u|yrldZPHA:2*!   #%&)*+*('$%%& $ )5B P\ht  {vqlg c]WNGC!>$:)6.25,<&A!HLPQR RQOKJHIKNTX]cfilnopoonnm~lvkohjfbb[_T]QZNXNUNUNUNTOVPWQZRYTYTYUXUYWZY\[]\_^a`eaicnethzi~iihiknpsstvwzywtpmlljh f cba_\VOHD@ =$9(5.13.6+<(C'J&O$Q"R!P"O%O-Q4S=UEWNWWY_]eblgrlvpys|u{ !'*++-011.)" |vronoonkhhhiigdcxbrckfeh^iZgXeWdUdUeRfJfCf<g5i0m-s*w&z!|!#&*,,,,--///../2553/)$! #+29@DHM S Y]aehmqux}%-49;===;<;;<?BGKPQSSTUWXY[ ^$a(b*d-d/d2`3\5X3S1N-K(G#B ?<: 96530.,*)(''&$! xsnie`ZVSOLIFEDEHJ~LzMxOxRzT|W}[~_cfjm~p|qxrurqqopmmljjhgeba\^V[SYOYMYKYKZJ[I\J^K`M_M`L_J^F\AYCKRY`eimptx}   }vqmieb][~[zYvYuXsXrXnZj]ea]cWcPeJfDg;g1h'ijj loquxz|{||~~~~|zxvvwvvvy| !&+0356667:>BHOT[bipvz}|vnhda```_`aa`]YTOJFDDCDEFHHHIGFFFIKORX\_aa_[YUQNKIIIHFC@<9878:=BHQY_ehjlptwy z ~ !"#$%$$%(,16;@CINSVWWWX[^`bbdehkmljhgijjifca{_y^x\yW{R|L|E{Bz?{<|6~1,|'z$v ronk d[RHA;5-%   %'*-../.,,-./12 4 668787#7&7&6%8#9 :;<=>?@@A@?>= : 9 851-(#  "(,//.,*)'&$%',/5<@CEHKLMORVZ^beg|gwgterdrbs`s]u[vYwXzX~XVVSOJD>94/*'%~$|%y&v'r'o'k&h%g%d%c(b)b+b.f1j4o8v;|=???@@AABBCCDEGIKLNPTWZ]`cegggec`\XSNKGA;72,'    "#%'))+++**(%! xqh `WNGCA="8$4&/%,#(%! !###"    %-7COYcmu} $+037:>BHIKIGCA=70+&#$'()*)((()*,04:CKRUWWTSQNLJHHKOQSRNID?:841126;?DFGILQTWY^agkn omkfc`^YWUTTTSQLGDB@ ??ADKRZ_b c ba`^]\]^bh n u x z y wusqpqsvz~~{xtrrswz~}wsqqsux|}uokiijllllje]SH<0(  !$&),049;==??BDEEFEFHHHFB@>=<<;965323322x2q5k8g;g>g?h@jBlEnInMnQnSkViXgZf\g^h`l`o^u\z\\\\]\ZZYYZ\[ZYZ\^__]YUROKE?943235589<?@@@}?v=n=f<^:U7K6C4?2>0@-B)E#HLQUZ ]__``dgkopqsrrrqokg f fiklln#o'r+t0w3v7s:q=p?q?r<u9y5}/( !(+-048<>=94.*%  $&(*-./ .,*'*0,81A7I=SC[GbMhTl[qbthwjwlwoupsspulygyaw[wTvOwIvCt=q8k6d6_8[;V>QAKCBE;H6I4I1H/D*C&@#>"=$;%7'3(1'/&.&,)(*$*('# "&).5=FMV]dmtz~vme\SNIEC@>==?@CDGJ{MqQhUaXZXVXRWNUISGNDJDGECEAD>D<B:B9C8F9G:J:L:N9P9S;W?ZB]E^G\HZLXPVVUZU^T_SaSaVbYc^dddhbk\nTqKvBz:2)!      ! !!"! $( / 6!<"@"CDGIL OQSTWY\_`]ZUOJD=4*  !& -6?HQW\`eh lkki'f/b7`A]IXRPZGb>g7j2m/o.p/q.p/p3o9p>qErIrLsOsSoWk[g`debi_n\sZyVUTUVWVURRQQQRRTWZ]~^|^{\{W}QJC<4.(%#  {vrqopruy|xpi}axYrQnLkIgJcMaR^X\^Ze[kZqWvUxSxSuTrUpWoZp[r]t`vbwdwexeydxaw^tZoXkUhRiOmLsIyF~DB>;631..----/357:<===>??@???><;741/+*(*+,.037=AEIN Q UY\^` ` aaba_ \WTOKFA<60+'!   &,03322359;?CGLQUXXWVV W V X Y W T NHB<4+#  %+3:?CGKPV\agjlorxz{zz{}~{upjea[SJ?6.(    xld`_``YPMNQUWTRRW[`ba__adikgda_cikklou|{ wtp olf_[ Z\^ _ ` __^`bdbbdilomgb`^ZWOC:520-*%$%(,...16=BGFDEIMNMIDDHNT XXZ`g ouxxx}(5:72125<>7,$ ",1+!!$     $/1*!"*5@F&B,7163;5A8F=LEGJ:J9J>JEMLRRZM_Ab7c8e<hApIyD6,08<E@1"!"!  xuoh`[VSRNHB=;;>??@BqEiKjOkQiPeQ_QZRZTbViTlOjKdH\FYC^Ad:e1a*Y#PILRTQMGCHR[\][ [ cq{~~~$)()+/3540+(('($ !)./,,03652+)())'   #'&$&+*2//2'0")!&,( ',++06AMQMEyBnAgDbJ^M\FX>R<N<N@MHKNIJEBB=@>BABH?N=M:E5A5E6K4T1_/a,\*W-X2]3d5j6n6h6a;b?jArB|AAD}K{RWXWVUrWgYeVfOgHg@bP?U=[:_9_9Z=TAVC\Ac@h@jCdK_R`WfXmYqZr]kdalYnXmWiPfGf:k(prttuz   #%%%&'+01015=EKNOQTW]bcdfnu|sg^[YYVOGCBBCC>:;@ ENQNKJKLK#F'<)3'0!01%3025-1),(*)+(0&6!73* " " ,+&"#)29;81,&,583-*.6@EDCAAFT`b``fnyzwuu{|tsw}yrlhhkmf_]ahpsnfdddjtwqlntx~|vrtuvz{ojijlld]Z^afpsmhlpvxsdYTPNNOG=8;?BA7,%$%&)($"*4@GGC@ELT\ba\]binle^\bhmong`aege\RMPX^ac`[Y]a_XK@<?C?80( %('##',"0+5,>(E%I&L&K'H-F4G4H0G)E"B ?%@+B+F'H&H&G"G!J!P V\a d h pz    }|zyvrlhefec`[XVVVVUTRSVWWVTOLHC<6-$   | sstsrld\Y[^a_!Z!TWak"s'z+~+)''*.130./38<=:67;AEFC@AEKRVVUX^fkpponrw|~{zz}|vronnmhc_]] ^ _ ^ \ [\]^]!\!Z#Z'Z/[9\@\AX>T:P5M3H6C8<33+*"$()().4?GHEB><BJLHEDIR\`]ZWVZdkkhiow x n!e``^TH@<; ;:1 &      !#%'*.27;@EJORSTVX[_beint{~sjjnpldVIFFHIHC<9@INNKECHPW]`a|^zbwmsukxevaq^k^j`nbva|aacfjlmlnqu|woha[UME<5/)%  #+4<FPWVQKF@<5.'$#',2540.+)'! }y(u1p7n?lIjPfUcX`WZVWXU]TbSfThTgVbW\YY[X\W]U[QVHQCKBFDAF;G7L1N,L)K%L"OOLC9.'#$+3:?CFF GGGFILORW[ ^`c eikmpw ~ &)*'# $)-,*)(&%#   !%'*-/3566543222//.-.//.,,,+++(&%"   !"%'()/59<@BDGIKKKIGGGGEDDCDGFFFEEIMONOOOP SSRPL IHHF C>; : :;<<:99;?BDB?=<< : 7 2 .++-0244 6 7 ; = = <975 543 1.*'(*&*$+ 048= ?>=BLYforqprtvwqjeiqz}~~}{zwuwvkx_{ZWVTRLE@=83,%$*.,(&&&%#!*131,'#   $(+-038=ACFIMRVXZZZ\^bdffeee ed`\XSOL#I(E/@8<?6B1D,H&K LKKN RXbkv  ~}|||}}{vrmeWE7/+'&! $&%##&((%! {ojjn s wz{{~#)/5;wBqIpOtR{RQPN}M{L{K|KzKsKhL[NRPPOTNYI]C_@`;a8d6h5m3p4q6o7n:r:}:9878:=AFJQVZ^`bbdefhijlpruxxyu{x|}ywvuqmkieca^YVUUVVTSPMLJHEA?=@CEGHGHJMNOKJIIJJIFA>==><:89<AEII#J&I%K"LMK"H(D0B5A7A7B6A3>1;19/7-8(:%9&7,677B:K?RDXI\KaLgLnMoNoNlNlKpHvE~DDC@;73|0v-o+f(_%\"\`dhlmm mljhc^ZYZ]^^]]_ ]YSMF@:9;=?BBE GIGFC>:8898767:<;85/("  #,27<BGMT[bipw|}|{yxy{{tke`_`dfgimqvwvoh^WRQRPJGHLOOLE<1*'((%  %*-+& &0:AEKU`krtqopuwpj e&_,Z5S<NAG@D>B8?4=3985A0L-S+W'Z"_glon i c ^]ahpuvuvx{yuk_SMKNPSTV[bimmjecdiqz}zzyvqmigfggecccddz`x\xVyR{PzNxKvGuCs@m>e?ZBNCED@D?D@H@L@S?X?_AcGhImFuD{B><<~?}E~KPS|Vy[w_vauauaq_k]c\]^XdWjTmTkSfScU_W[ZS^H^<_/]"YXXY[ YYWZ]__`][YYYXZXWWZ[\]][[\]^`bbegknprr{swvswnxnyqzuxvxxw{wvuussruwy~|xurqpqqnkhfc_ZRKGEDBCEFIMSX\]]^bglnrwz| %+27=DJPTX[]_bdfffggilnnnooqrttusstvwusppprrq|qwrvswu{x}{zzz{{|zwqmifedb^[Z[\^^\\]_beffefhhifb\WTPM"H,A6<>8D5J3Q2W/\-`)^'X&Q%M$L"MOOMIGEDCB> 6 / . 038< ? >=?CHMK C#<%<%@%E&L(T,Y-\0b0i/q/z--}-t.m-n+o*r*v+x,w,t*v({&$" xsu| }}}|zvpkjihc]UQRW]cimprwz}|wpjggffeb]\]_^YOD>;>|?{@{>|:|3{0y0w0u,u%tuts r qrssqlgc_\YWTQNMMLIE@=<;;<=>@BFJLLLLNPQSTW[`flqtw} "%(++,/369:9879:;<=>AFLQUWY]bglqwz~}zyupkgfgkrzzuqoomhc[RIA:0&#' * )'&',2:CKS]gpv{|z{~  %)-/35678750*"       ~ywuspmheeffeb^~\v[r\q^p_n`iagchhinltlvjvdtYrPrHtBv<v7u2s+r'r&t'v&w%t"pli gfed a _ _ ace d$b$_"]]] ]\[Z[_eimnorw} #&*+.14568:>CINRW[_dhlorv{}xy}|uuwxyzz}}vsw{~~|ywut|q}pnlljihgghihiijjjjhecaa`aba_^^^_][XXX$Z)\-]-](]!^adgii i i"k%n(o*p-n,j)f$e!e"c&`.Z6S:N>IBHFDJ@M<O9O7J7F<C>B@CBEBFCGIFNFSEWCZB[C]@a;e5i2k3j5g8e=e?hAjClFlGlInKpKrHtFsFqHlLhPfUeYd[e^cb_e]g]j\i[fXcS`K_D`>_;^7[2X,U&S PLE=4 +%! #(-26:>?DJQYahlqux{|||~~uolihcacipvyxtomlmnmjhhjljf}^zTwKtErBp>oxCwHxMzQzTyXyZ{^_`cgmt~  ~||~"(/5:>?ACFHIIKLNPQPMIEA=;7433356642.-++*))(+-./.-,,..01257:;<;:976433346799:;;;; 9 : ;=@BDEGH I&J+J0J3J6J:L=OBTGXI\L]N_RaWd^fdfjdmboap`raqbraq`n]i\d]a\`\`[`X`U^SYSVSRTQROOKKFG@D<@;==8@4E/G*H)H)H*I)L)N'P&O%N%N'P&S$W#[#[%X'U*Q,M,J.H.D.>.8-5*4&6"7751,&!  |yupjfca^ [YWW W X Y ZZ[^adg i&k(l&n"pstuttsvwwxy{ }   "(.04:AKRVWUSONLJFDB BDGJ K#H&C)?,=/=2=3=4;5<6>9A<D>E@F@D?=>6=.=)=$; ;::;=>=<:742.*'%$$$$$"   !$'+..-,*(&&$"   !   "',/13579<?CG M T ] e n u {    }|}}xspnnoponmnoonnmorv{}~yur~pynrmlkgkci_hZfUcO`J]CZ?W=U:T5S1S-R+R*Q*Q,Q,Q,R*R*S*S-U/U.W,Y+\+_+_.a0b3c4e5g4f2h1i1j0k-n+p'q$r#r$q(r+s-u.w0{0~36:<<;<>AEGHEB>94,#  %),/222220.....,,+*)(&$""$&()+,+-..,*))*+,,+*)('&#! ""#""  !$(+,,+,+*(&"  "#&'()+./101259>CFJOSW\_bfiot z"'))((),.//+(&%%&%#  "#   {yvsqnlhfdb^]\\\\\[YWUROKGC?=::841+&"    %*.001245 5 432235"7'9-:2969;9>8A7D6H3J-L(M$N!PRTX[]`bdfhgfdba`` _!_!^#^&](]*\+Y(W%T#R QNMKHGEC!B"@#=%:%7$8#9$:%;&<(>)@*C+G-H.K-M+N)Q%T X\]^^`a b b`][XYXYXVVWZ]___^^^_^[YVSRQOJF C A ?>>< < = = >@AAAAB E G H IKMORUVY[]_behkosw{}}zxsokfc`^[YVRPLID?:52.,)&" ~{zxxyz{{} ~}}   $*06;?BE HJLNO P R!R$Q(P*O.N0M/M.L.J+J'J!IIJ JHGEEEEEEFHKNQTWZ]`cfggghijkllllkjgeb_]\ZYWUSQOKIGB?<850-'"         "##&).39=@CEDDEEEB@?>>?=:7533220//148;<=>?ABDEEFILPTUUTRNKHFB>;;=?ACBBBCCDCBBCHMRWY]`fjostuw}~~~}xqjd_ZUNE>:8753.*((((%!"$$##% '))'%#!%$)%.(2*5,5-4.4/508284754516/7/8/9/8-8(8#76642/) $    " & +29= @ D I O U Z _acfjmnnlifec`^Y UQNLKIFDBBCEGGHILPRRSPNMMLJHEBBDFIKJIIJJJHEB?>=<;952/-+*&$! !!   !*28>BEHMQTUWY\^aa`]XTPMIEA= ; :::740.#.'.+./,3+6+:+;-</;0;0;/;+:(8&7$4!210000/02 4 79;<?CFLPSVXZ_acdddegjlmnononnlkihggfeb`^\ZYWVVWZ\^`acdfggecb`_\ZWVTSRQONKJJJKKJJKLLKKHGE}D{By@x?w=v=x>z>}????@ACEFGJ~L}O{Q|S}U}W~X~Z[]_cehkoswz~|ywusqnmjhea]ZVQLGA;50,(%!   #'*/269;=>?@ABDDEFFEEDCB?<976776777789;;:8754344468;>BDFIOSX]cimqty} |x$u(p,k/f2`5\:X>UCSGPJLMJOGQEQDSBS=R9Q4O0O+N'O"ONMKIFDA?=;:9899:;<=?BDGJKNQSVVWWUUTTSSTUWY[\^```a`_^]][Z{YwUrRnOjJgDc=`6Z.W(Q"MIFD@= : 987431/.../247<@EHLMPQQRTVWXXX V S OJFC?=<=?@BEH J K I G E D CCCEGIKOTXZ[[\_bfjmqv{!$'*-/122221/-,)%  !%)*)()+,./0121/*%{ s l f_ZTPKGC@<9630//./013342/-, *#(%'''*'+)++*-)/&1%2#4#6#9$:'=)?-B0F3M5S5Z4`3f1k1p0u0y2}45677741-'##(.49>DIOV^elrv{}{xuqke_XOE:/$   #&(+-/1124455667889:9987541/-,+*)('$#~!|!y w v!v!t#q$p'n*l-k.l0m2n3q7t9y=@DINTY^aefiknpsvx|~{xvtrponnnooonnmllkjkkmlnoqrrsqqppnn ljhec^!Z$U'P,K1G6B9?9:;7;4<0>+@'A#ABDH MSY\]]]\[WSMHC??@?>:7765520/.025|8|9|9|:|=|@}B}F|H}K~N~Q~W}[}`}cdfhiknnoprtx{}}||}}}}|{|{|}{zy{||||~~~zwtplgc`__^^]\[XTNH@94/*&! }yuspmlnmnmiebbcgjnorux{||{{|  !""##%%$%%%&()+,-037:=AEIMPRTUUUTTRPMKHE@=852/, *'$"$!*!. 269;;<=> ?AAAABCCCBBAACFIMOQSVWY\^`beimqttttsssqpnmlmmmmlmmoqrsux{ ~ | | | | } ~ ~ ~ ~ |ywtpnnmlljiigeb\VOIB<61,(#  #)/48>DJRY_dinrwz~|zxw u s s srqqpmljihfe b a _ _ ^]\[Z"X%W%U%S'P'L(J'H$E$C%A(>-;186593<0A.G*M'Q$T"U UVX\]_`_^^ ] \ ZWSQQSUXXXXWVWUSPNMMNNONLJHGFDB@@@ACDCBA?=;:9 : < @FMTZ_bdhjlm!o#s&w)}+-.034677{7v7r7o6k5j3i1h.e-c,_*\(W%S"QNLJKJKKIFDA?;865432/.*&     !&-39=BFzIuMrPqRqTsTuUuUuUtTrTqTqSqSqSqTpUqWsYv[x^xaudohhlbo\qVrOsIsCr>p;o:l8g8c4`/])Y#USOLJGEDC"C(B.B0D1D1D3D7C;A?@C?G=K;O:S8X7Z6Y5U5R4N3K2I1H/I-I+I(J%M$O"P PMIGFGKPU[cksz   '-17<ENTZ]`adhlqtuvy}|ywwvtqmjhhgfeb_^\]\[XVRPNLKGCA@?>=:7421347:>BHMRUWWVUTSTSQOMJGB<4* ~}|}||}  &,39@EJPTY\_``bdhjmpsvy|}}}~~~}|{{{ywsoliec`_^^^^___^_]\ZXVUUTSSQPMLJJHGGILO QTT!T%T'T'S&Q&O(K)H*E,D-C1A5@;?>=@;A8@6>3>/@*A'D$G JPUY^bdfh i k n s x }|xspmlkkkiec ` ^__bfioty~|zyxxxyz{zwqjc\XUPMHDA>94.'       !#%&' ' (*+.37;==?@CGKNSW]dimop q r s v z~! !"#$#"!!  } { {{yvsokgeb_\\[]_bba_\YXWVTTTVWXXUOKGEC?<:876530*$   "&)-148<@DJNRVZ]aehihihhihgfeccddcbaaaaa````abccdccdddddddeefffefededeededd dcca$`*_._4_9_=_A^D]E[FYHWKUNSPPRKSGTCUAV?U=T;U:U:U9W;Y=\?_AdCgCkCnCqCtBwByA|?=;;:986420/.-++++,,--./01123346899:;;=>??ABBBBA?=;86521.//002257{9x<t?p@kCfD_FZGUHPGIFCD=A6>-<&740,' "     !#$%'((()**,./00234579:=?BFHJLMNNOOONOOQQSSTUUTUUVUUTTSTSRPNMKIFDB?<;:8640-*'# !$%%&'&&#""""#"  "%'(') ) *))(' & $"      }{{{{|}}}~~ #'*-03579;<<<<<;9:889<?BDFIJMOONMJGEC@<852/-, *&"!)/39<@ABBACDFGHJ K#L%N'P)S+S+U*W(Y']$`"e!i"l"o prtvxxy z ~  !"""! !!$&({*w,t-r0p0o1k2h3e4c5a6\7V9P:K;G9D7C6A4?1;-6)2%. )#    "%(+/38>CFIKLOSVZ\_adgjlllmnoqrssuvvxxvvuuvxyzzz{|{xuqlgb^\YW T R O K F @ : 5 2/.../0!2"3#3%3&2'1'1*2-3156698<9>;@;A:A9@6?2>/;,:)9'9&:$;$<&=(=*=-;.9.6,2*.(+)')%*#*!+ ,/122.*&! "#$ % %$%$#    '.6=BGLPSVWVTOKHC@><::;<=>?>=<=>?>??@ABDEEDCCBB@><;9:974/)%   $& $!   %,27<@FIMNOOPQTUVVUUUTUTRQPQRTSRPMJHEC>;8 66678752/,(%     "'-26:=?@BEHLQUXZ ]_bc ccdegko#s&v)y+|)(,2:ACB=;<>@A?=<@CFxGqCj>d:_;[>VBRFNGKCFACC?F<H8K4I2D2>2;3;5;7:7:748.7,7/532:/=,;)5)1)2*3,5,6-5-1-0+2*4)8(<(?'>'<(;)<+=,C-F-E,B*B(A&D$I"KHD@>>@@; 40////)!      !##! !$%%""&''%##%(&%!#&&$        !$+1335:AINNMNQTURLEA>=;82,'#" #&*.0/..038<>@DGLPRRONOPRUVTTVY\^^\ZZ[\^_^[\]^`_\WSQPOLHB<972-%    #"!! #'+.0//39<>?=<>@?<72/0110.+,0576311331.)$$')(&"  !%(+1:@EHIIMPSSSRS W [ [ Y VS O L I D=842488988;>A?;86664.&   "#" !')*,049?DFGGGKOQSUVXZ[[YXWWZZ[[ZYYYYXXWWXZZZZZZ\]][YXVUS N J FC@=; 73/-,+*'$""#$$!"& '%" !#&'%# !$$"" $ ( . 4 6889: ? DEC@=;;;;!8"2"/+++.,*'&'),,*)()+/0.+ ( ( )+,+' % " !"!#%#  !"!&!& $!!%")&**(-%-","+%,(.)1*4*4+1/+3'7&8&7&5%4!3567521368874337986457:<;:7568886469>AA@>< ;:72-) %!%#%$$"!!"&('$! !##           #(+,+)'&&%%# !#$& '''),..+(&% % ###!    " # # !!"#"!"!!#&), ,"+#)&(((**+*,*.*/*/*/..2-6-7-8-8-7-9-9*9(9&7$6"4 441.*%! %+,,-.148;>@@BCCA=:6345665668:951,)'()('''(*,,)&$%&(***++,/0.+(&')+-/147:=><9654577776541-&  $(*))*++*($      !##""%&%&())'$   "),.035787531258:<<=@CDFFGGJNSW[\^^^^][XSNLKIFC?<863.*&#!!%(+-../121100137;?CDEEEDCA?<;<==>><;7431/-++-135652 / - ) &#  !$'***))(&%$!!!!       !#$%%$!    !"$"$&%(&*),+..1011,1(2%3%5(6*6.5/4.3.5/5/41110/.*,#+)&#            "%(+///,*&%#      """!!#%&&&&%#   !$(/48<?BEFFFFFFIKMOPQRTUTSQP P PSVY[_aehjkkjih h h i jkkjjk m k if e d e efggfffgfeb`\YWUT"Q%N(L*K-M0O5O8O<M=MAKEKKLPLTLWJYG[C\C^CaBa@b=b9b5d0g,j)l&n#n mmmlkjg e egjlnnmnnmkiebaabaa^]\]^\\ZXYYZZ[[\^`aa`_^^^`abbbabba_\ZWUTROLHD@=82,&#"    %+039>DIKNNOOOQTWYZ\]^`_^\Z Y XY[^^`abcdca`__^ ]!`#a&c)d)e*g*f*d+a-\.Y/U0Q0K0G1E4D6@7?8?8=8<:;=:A8B8C8D9E:F=G?IBJEJHILJNLPNQQSRTSWTXVXWYYZZ[YZWXUUSRPOPJOFNAL<I8H5F3E0B/?/;/703113/3-4*2'1&/%.$-$,$*!*+**++ ,+)'%$##"###$%&()))*+,,-.0122243210/..--,+)('&# "###$&'(&#  !$$%(*-..+))()***++,-./.-**+./147:=?ACDDEFHJMQVZ_dhlpqqpppsuvwwwwy{|{ywttuvwwvtqpolhbZTQOMKHFBA@?>:52//.///0//111/,*(''(''&$##!         "$%&'(*+,,,,.012334579:;=>BEJNPSUXYZZYYXYYXWVTRQOMIHGGHIIHHIKLNMKKJLMMKHECAA?;7300//-+)*+.122}4{5z7x:v;r;p8m4l2k0i.e+a'^!\[Z[ [[[[ZZYWTPNMMMNNOPRUXZ[[]`dfjmpqsvy{||{|~  %-48 > ABFIMNNMJ!H%F'D+A0<69<6A3C2D1C1?0</:/9/80724201/1/1.3.6,9);#;<?ADFHHHIKMOPNMNOQTUUUX\"`%e&i&l#nptwz| |!zxw!v#t%q%n#hd`\YVRLHEC@>;9879:<>?!A$C&E'F)G+G,E,E*D&E DEEFFGHHHHHHHHGGGEDB@<9 6 20.+)'%$"   !&*,--//0000/0111/+&# !%(())+.////0369:;;:8:;;:999 ; >@@> ; 9 8 8 8 642223441 -)%" "&(*,/49=@CDEFJKJIG#G'H*J,K-L/L1L3L7L;O>PBPEPJPNQUTZX^]__`a`d`g`iamap`q_p^p^p`paqcsas^rZrUrQrNsMtJtGrDpBoAmAmBoBn@n=m9n6o3r2t/v-w+y'{&}&&((&"~{xvtsqoljihhgeb^[WTPMJFCCA><987543}0{-{+{*{)x)u(q'o%p"r"s"t sqppr s rpmjijmopqprtw{}~ "%),/037:==;976530-)'&&$"   "#%%'(+.1333211 2 3 5 7 : >BGNSU"W&X*X0Y4[7[:[=\A[D\H]L^N`P`R^UZYX^UaTdUfUhUkVoWrYv^xazd}ffgghikmnorvz~}zwtsrqpo~kzivfseqdpbpar^v]x\{]}^~^}]~\[XXW}VzTzPzMyJxItFqDlBh?e>a<]:Y8U5R3P/N+M*J(F'B%="73/+%!   !!"$%&'*-1469:<;<=>>>==>?ADFHKMNPSUWX[]_bccba^\ZXXVUTTTUVVVTSSRRSRPNLJIGC>71+'# $())**-14679<AEHIHDA?=<9631114777768;==<<=?CEGECA><:83/+*** , ,+*)*-012358=A D!F!G GGGGGFDB@@@?><840.-+*)()+- /"/#.#,#*$($'$&%$$##!!!"#$$&& ')*++,++,--,+**)))(&$"!  } { yxxxurokhgdca`_`cefghiikmpruwz #( .1479<#>'A)C+D.F3G7I<J@JDIFJGHHHIHHIHJFKDMCNCQBTCXD[F_GbFfFjEoEtExD~DCCBBDEHHJLLNPRUVWZ[_cgijkkijjiggfggihgd`]}ZyWwTrRoOjMfK`J[JTKOIJFE@A;>6;17,3'/",($!            #&*-/135!5%6*6.6174878:9<9>:@:A9C7G6J4M2O/Q-R*R'Q&P&P&O$O$O#O"P"S"U XZ\^_!_$`'a)a+a.`/a1b2c2d1e/d-d-c,b,_,],\,Z+W)U'S&R$P!OLHE@<840-*'&%% % # !      !"$&(*+-..-*)'%"!   #%'('' '())*)*,-/02 2 4!4$6'6*7,8-9/92:6<;>A@FAHCKFNIQLUOZR^S`UbVfXjYoZtZxZ|Z}[]`aceefghgfda^][YWV|UwTuTqTpToRoOnMlJhIfGdGdEdDdDbE`G^K_M`PaSaU`X`Z^\]_\`\`[`Y`YaYaZ`\^`]b[eYfWhTjPkMmIoFpCp@p<o8o4p.p)p$n kieb ^ZUPLGD@=97520.-,,.//13577887655444332110.+*'%&&'(*+.14688;=@BEFGGIIIHEB?;8642/-+)('&%$$#%'),-/23445321///-,,)('$$"  !!      "#%&&&%$#! "#%'(*,-/012 4 6 9 = @ A A C C B@>;7420./..-.--,*)'())+++**)&!   #(+,-.//0.-+)())})|'}&}&}&~%&%$#~"{!y!u"s"p!nmlllkkkigdc``^^^]^`cdfgijmosv{ %).369;=>?><;87542/+('&&%#"""%(*+./147:;=>?BDFGH H I JKLLKK"L&L(M+O.O.P/O.O.O.O0O3M5M8M;M?MAMCNDMDNAN>N;M8L6I4G4E3C3B3A3?3<5;6:5959383634334140403/3-3,2+1+0,.,,,),()')&(%(&'''&&&%%$$##! !     #%'(()))))*,/26:;=>@ABA@@@BBCCB?=;:98644456665321112112356530-*'%"  "####!!   #%'),.147889:<=<:966431-*(&$! "#%%&&&%%#!! #'*.269=@CFILNORTVWXXYYXWVTRPOMKHFDA?=;97531/-,+++*)(%$"  !#'(+.258:=?AAB@?>=<;<<=>??@?>>>>?ACEJNRUZ[^^__]]ZYXUUSQNKHFDCBAABCEFHHIHHGFFFDCA?= ; 9 50+'"  "#%%###%&''''(+,,+++,/26:<@CHKNNNNPQSUVX[_bfghjknprsuuwwwvutqoljgda^\ZVSOLJGFC@>>>><;8776421//0112347:<>>>@@BDEEFHIKLKK KKKKKKJIH H IHFB?=:73/ + ( %#"!    ##&)+,,+ + * * ))('''()***)**,,.11347:;;<>@CEGIKLNPRRSRRRQQQRQRRTWY[^afjpuz~}|{zzyywvtrqomjhecbba_][XVSPNKHEB@?=:73/+'$    #$&(*+-//0///.....012344320/.,,**('&% # !                !##$$$"! }|zyyyxwvutssstuwxz}}zywwvttttsttttuv x y|}"%'*-/01224679:9:;<=>>?@CFHKLNOOPPNMKJHHFDCA><851-*)'&&&%&&'(('''())))(('&%"   ! "#$&&&'(+-/146:=@EHKOTX^diotz~~~~zwsnjea\XUSONKHFDB?>;:99:;<=>?ACDDEEEDDBA?=9631/+(%#   !$'),.148=BEJOTX\_`abdddeefffghhhggijlnqtwz}}yvspomljfc_]YVSPLKKKLLKIHHFCA<9630-+'#    !"""! !  !!""#$&'),/1369=@BEHLPSVZ\_`bbcbaabcdfhjlmnnnmkiihhgedca^[WQKD>93.)%!   !$'*-0368;=?ACEFFFEDCBBA?>><;;:875310-,+**,-/023567887677665420.,+(&%#"####!  !     "$ & &&%#"#!$$#'!*,./01222111 0 1 2 4 5 68:=?ABCDFGHJJLORVX[^ `cfikmoruwz|~|ywuspmjheca_\YWURPMIEB?<8520.-+*(%"    "$&()+-.0249;?@AACBDEFGHKORTUTUTUWWY\`ekosw{}   { y utrqonljheb_][YYYXWUTRPN M J I J J K L LLLKJGDA@>==<>>>>=!=!:"8"6"4"4!4 5579:<===;:977766"5%4(3*2-10.2,5)7(:&<%=&?&B&C&E&E%F%F$F!GGGGFEE E FFFDDDEEEEFFGIIKMNNMMLJGD?;71-(! ~~~~~}~~~~}|zyxvsplkkkkk l moqsuvwxxz| ~"##%%%%%$###$%')+,-/00~/|/z/x/w0w3x4y5{6}676766445678998641-+(%$$%&)*+,-,,+*(('''(('&$!      !#&(*+-------,,,---//002233445689::;<;<=>?@BDEHJLORTWZ^acgiloprssrronljgfda_][XURNJFB?<965333100.--,+)&$"          "$&'''& ( ) + - . 136:=?@ABDFGJKLMNNOONKJHGGGH!I$K&L)N-Q/S2U4T6S8S:S;S<S>T?S?S@T@T@T?T>S<R:O7L4I2G/E.C,B,@+>+<+;+9*7*4)0),')'''%&#&"'!(!) , - / 1357:=@BDFHIKKLLLLMLLLLLMMNNNMMLLKKJJJJJJJJI HFEB@=:63200/-,*)('&%%%')*-.//.-+($!   "%')+,- / 0 1 469;=?BEGHJLNPRSTUVVWXYZZZ[[\^^_``aabbccddefghjlmprtvwxz}!!"#$%&~%{%y$w$t$r%p%m%m%k$j$h$f"e"c ba`_]]]\\]]\[[YXVUSRQONMKJ H GEDA@??@?@@@@@?><;:86430-)&#  !"# $$$%'(,0368:< < < < ; ; : ;:<<>>?? ? =>==>>? B"C#F"H"J"K#L$L&L'L(L)J*K+J,I-J.J0K2L3K4K5K8K;K=K@MBNEPHRKVOXR\V]Z_^`b`gal`o`r`uavbxbxcxdwfufsgqfofmelejdgdfcdbdbcbbaab`a_`_`__a_a^b^d^e]e^e_f_faeacbab_c]a\`Y_X]U[SYQXNVLTIRFQBO>M:K7H3F0D-B)B&B$C!EFGIJKLN M NNOOPPQQQPOMKHEC@=;9776542/,*'$! }{yxxxxwvtttsrqonmmmmmmmnoqstv x y |}~~}{zy x!w!x x xyyxxxxwvvwwxz{|}}~      !"$%&''''(()(('&&' ( ()+,/47;>ACFILOQRTTUVWXWUSRQONMLJIHHFEB?<;974 1!/ . --,+)&$#!      !!!"$&'()+-.247:>BGLSZ_djotxz{{{|{|{zzz{} ~}|{}~ #&~'}({)y,x.v/v0u1s0p0m0j1g2e1a0^/[.X,U,S+P(N%K"HEA>;740-*%"     "#%&'()+-.03568:;=>?AACFGJLNOOMLJIGDB@<:7420/00234579<?BFJNSX]begjlmnnnmlkkkjjjjjihf d b `^\]]]]^]]][YWTPLHD@<83.!*"'"$!#" "#$$ !#!&")","-"0!369<>AEHJKKKJHFDA?<:9754310..,*)(()*++++*)'%"       #(--+**+.00-**-16877:>DHHEDGKORQNKLORUWUTUW[^_]\_dkpqokmqw|~{xx|  z z }  { x vuuskb\[[!\%\&W*P,K0L2L5L6K6F6@5;7;9;:=9=8;777585:59675504+3'3&4'4)1*0(.%/#1$3&3'3(2&4!69 ;"<#<#<!=?CDCCDDEG E DB@ ? A@@?==>@BBBBCDHJKKLLMNMKGDB@=961.,*)'$! !#%'&&&'(*)(&$&&&%#    |uqonpomjknrwz{z|~          #')*((*/331/ 0 25 6 51,(%%(% !!$!) ,- ,++-142.,**+)%!   "#$&'))**))))**)''''(&%#! !   $*--/27<<:78:<=<;867:=@ABDINPPRTUW[^__^\]^^][[ZYYYYYWVWY\[YXVTRQPONMNOQRQQRSSTVVTSQOMJC=83/,)'#!## !""                     !%'&&'*-012349?EHIIJJKJIIGDDIOSUVVVVWUTSQPQ T V V S ROLHE@;85458986410-*(('),02210/..,**,-0367642/+' #!"#$&'(*-./1358 ;>@CE H K M N OOPQSSUUUVVWWUTSRQRSRRQQQRQONLIGFDA?<9630+&!         "&*--+)'&&'*-1359;<;;;<?CGKPSUWYZWURPPPPPPQPMKIFB><9:::;<=<===;8520////00/,*'!       !!####%&&&#!!    "$$%%$$&'(())*++,,,+,-,----.///.--,,,---/0222334456789;<=>>>>>>>>??ABDFFGGHIIIHHIHIJKJIIHFFDCA???@A@??>=<;:99:;<>>>>=<;97543321/,+(&$"      "#$$$$%'''''&'%$!   !"$$$$$%%'(*+-/13555433210.-,-..---,,../..0368;<===?@@@???AAAA=:97630.-,./00.,+,,-,+*++,-,+(%$#"    "$')'$""$%&()*))))'$ #'),/13676544789:9865441,(%$%%&&$"! ! $')+.1342.*(())(%!                !#$%&''&$#! "#"##"          #$&)*+,-.!. ......//0111!2#2%2%4%3$3#5"5#5&7*7-8-9-9-8-7/60403,2(1#0 001 0!1!0"1#1&0(0+.-..,.+/+1,4,8.<.?/A/B1E1I3L3O3O3P5Q5Q7R9T<W=Y?Z?Z@Z@Z@Z>Y=V;S:P8M7J7G7F6F5F4G2G0G/F,G*G'G#D!B!> ;"9"8"7#7"6#4#2"0!0/-+($!    $%%&(),,,*)'&%&''&%&&%$#! !! !!!"!!    "#&'''('&$$#!!  !%'()++,,,-,+**)*))((()**,,-.01111223333332234555678;;<;<====>>>@@ABCDDEEEEEDCCCAA@>>=;:9877555 4 447799::<>@@A A!A"B!CCBA@ ?">&='<(<*:-8/7172707,7*7(6)6'8'8'9%9#9"8"9#9$:#: :9876 7"6#5#4"3"2#1#1#/".,*(((('))*+-//00 0 01211221321-*&#     !##$#$$&''''&&%$#" !!!""##!  "#%&'(+,,,--./0000001233456898877666554 4 444432!2$0'/*.,-.+/*0)2(5(9'<&?&B$F#I!LMOOONLKKLLKLKKJIHEA?;976543310/.+ (%"!"# " !   !  "$%%#! !                $)/37998888998778776520///01233566640-+'%$!    "$$$#"          !$'*.135568:=?@BCDGIJKKJIIJLMN O!P"R"U"X"["^#_$_$_$a%d%f%h&i&j&j%j#k#l$m$k$j$h%e&d'd)d*c+b+_*\*[)X)W*V*T*Q*L*H*E*C*C*A*?(=&<$:";!;;:7520000. - ,*)))'#   """#%&((&$!      "#%&&(**+*+++++,+++**(''%$#"""##$# $ % % '')*+-.1!3#5$8%9$;"=!? @!A!A"A"B!B!C D D E EDEEFFEF F!G!H"I#J#K#L#K!JKJJIIGFGGF F!E!D#B$A%?$?%?&>'=);+:+:):):'9&9%9$9"888777666666 5 4320.-,+**++--/001224467889:::7530/,+)'%$$$"!   !"#%&'''&&&'&&''((('''(&&&%%%%&''&&''()*+,.1346799;<<;;:;<<<<;9875420/---,,,+*)('%#     !!!"""##$$%&&''''&''((()*+,-- , ,*)(&%#"""!!    !!      !                           !$%&))**('%$##"!     "$&&&&%$"                    !"""!     " & ' ()***+++**+,--.,*)&$#   !""!  ""#$$$$%'()('&&&&'(('(()*))&$"   #&& ' ( ( '&'&$$##$&( )!*!+!,!+ + +!+"*#*$*%*'*(*)**))(*&*$+"+-.//134656554555556679::::;;< = =>>?@ B C B C C D EEFFFGHHHHFFDCB@?>=====<<<<;<<<<===>>==<<<;975422100//00123578:;<>??@@A@@@@@@?@????@@@AACCEEGHHJLLNOQRTUWXYY[[\]]]]]]^^^]^]]\\\[ZYXWVUTRQQPNMMKJIHFDCA@>>===<<;;:998864320.-+ ) ( & % $ " !        !!""#$&(*+-/133455556554210/-,+***+,-../1245679;>@ACDDEEGHHHHJKMMNNNMNNNNNNNPQRTUTUTUTTRQPOOONLJGDB?=:7532200/../001357:=@ACC C B B A@><;;;:;:9874431 0 . - , , + * ( ' $ "                 !$&)+,,./...,+++++++****)'&&%$$%$##""    #&)+,/1355677999987767764322333222123455667875420000///025788:;=@CDEGHKLNMLLJJIIGFECCBA?<85420.+'$"!   !#%&'*,-./022355677899:::::99;<==??ABDDDDDDDDCCCA@>=<:96410/.,* * )((&%#!   !"#%&&&&%&'(*-/1469;<<==>@BCDEEFHIIJIJLOQSUWWX[[[ZXVUUUTTSQPOONMKHGGHJJJJJKKKIFDA@?>=<<;;:;:999:<>ACEG H J KKLLLLNQSVXYZ[\[YWTQOLIHEB?=:8541 .!-"."/#/#0$0&0&1'2(2(1(1)/(.(,'+'+&*&*%(%'$%$%%#&"& &''''''(''&&&''''&&''(() * * +,-/011112334457789:<<==>?@ABCCDEEFFGFGHHJKLMOPQSSUUVVXYYZZ[\\]]]\\\\\[ZZYWVVUTSRQQPPPOOOOOOPPPQQQSSRQPNMMLKKJIJKKJKJJJJJJKJJJIHHFDCB@?=<; 9 8 7 6 5 4 2 1 / - , * ) ( & $ # "    ! " $ % & ' ( * +,,../ 0 1 2 3 33222100/--**)'%#!     !#&),.135689;=?@CDFGGHGFFEEDCBAA@@?><;976420/..-,**))((''('''&&$#"      !#%&&&&&&'()),0368:==?@BDFGIJJLMMMKLLKKKKLMNOOPPOOPQQQQPPQPNMJIFDCBABBDEGHIIJJIJJJKLNPQRRRQPPPQRSUWYZ[[ZYXWVTRQQQQPPOLJHEDB@?>>???=;8631/-+))*,,+*)))('(''(())(&#         !"#$&&()*+,,,-..0134567888876544432211////...///0/.-,+*('$#!    !"#$%&'*,.//01233434467:;;99::;;::;;===<9764310/..02355433332222356775410.,*(&%$#"!   !!!!  !!!###" "!!  "$& ' ( ((('&&&'()****+++*+,,.134678::99889:<>?ABBCDCCBBBEGKMOQRSRSRQQQSUWXZ\]]]]\\\\]^^_`_``_^\ZYWVVVVUTSROLIEB@><<;:::987743345689:<=>>>=;9:999875531.+(%$$$$$%%%%%$!         " # &'))*,-/01223443322234567 7 899::;<?@BEHIMOPRSUVXYZ[\]]\\ZXVTQPMMKKKJKKLLLLLLLLLLKKKJIGDCA?<;8643310/-,**)(&&%%%%$%$#""!!!  ""#$%&((*+-./ 0122233211123357 7 9 : < > ? @ A BCEFHHIIIIIJIHHGGGGGFGFEEDCBAA??>=;:97 5 3 2 / .,,+))(&%%#!     !"#%'*+./1 4 7 8 9 9 : < <=>?ACFJMOPQRRSRQQPPOPQQQPPOOONONMNNNNOMLMLMNMMKKJIHFC@><:98766665431.----.//1120/--+*)('&%$#!!""!                               #&'(() ) * + - / 0 3 5 7 : < = >>=>?@BCDGIJ L!L"M"M$L$K$J$L#L"N PQSUVYYXXXWWXXXXWWWVV U S Q P P P R TUVWXXYXWUTSRQQQQRPPPNKHECA@@@@ABBB@@>>=<<=>>@BBCDDDEFGGGGGGFFECA?>=<;976655421/-,+*('%%%$$$#"!!!!        !!" ! ! !! !!!"##$&'(**,-.014578:<>????>><;9752/-+)'$"                           !""$%'()*,,-,,+)'&$#"     ! ! " ##$%'()*,,-.//...----..//112323223333322322211112122346789;<<=>>=><=<<<;:9988898999999876665331110/.-+,,++*)))))('&&&((''((()***+,,..--+)'%$!                !#$&(+, . / / / 1 2 3 4 4 5 567887777888877779:::;=?ABCDEHJLNPQRSTUUTTSRRQOMKHFDBA?>><<;;:899978754310.,*(&&$!   !"##%%%&&&%$#!!        "!!!!"!           !##"#%')*)' '!)!*",#-$-%.&1'4%7$9#:$:#<#>"@BCCDEHJLNMMOQRRRQQRTTTSRRSTTRQPQRTUUUVXZ\]] ] _ a b c ccccdee d b ` ` ` ` _ ] [ Z[\[YVUTTTRPMLKKJIFDDCCB@=:9:97520//-+'#!       !"$&%#"""##!                                  !""#$&''('((*+---,,++,*)('''(()(()+-...///0111011220/0/./00000235545556888777899776666521.,,,+)&&&''((''')+,-,+-./11/..../-)&$#!      ! $ ###$%''(''''!(")#)&'(&*$,$-#.".!/01//.-.---,,--/0 / . / 0 223457:<=?ABCFGGFFFHIIJIIIJLLKIHHHIGFDDDDDBA?>==<:741/-*&"                  "#$$#$$%$$$%'(*+ + + +-.///013 4 5 6 5 5 7 7 88 8889:<>?@@ACEEGGHIJLMLJIHGGEDA@@@ B BCCCDEFGGFFGHIKLLLMNNNNLKJJJJJIHFECA>=;;::9:::;;:: 9 8 8 7 754210.,(%!                        !#$$#"!"###!!!!"$$$""#%')*+,./133222368:;=>@ACBB?><<<<=<;;;;:9865546778878987641//00//..-..-+)))+,-..//0120.-,--.//..-,+)'$"                       # % ( ) * + - . /////00222223211/.-,,++)('&%#!                               " # % %& ' ) *+,--.//023445567678 7 8 8:;;<<<=>==<<;;<;<;<<==<<<;:;<<<<<<<=<;987765543221/.-+*****)*))('%#"      "#$%&'((((''(*,-//135789889:<=?@AABDEEEEDDEE G G G G F F E D C @ = : 76532 0 0 / / ///..../0224445677765456666554555442235678899;:::98889::::998876421111000/..--,+*)))))('&%$$"    "#$%&&'(*+++,./0221112110///011000012321234443100/.-*)(''('%$#"!!    !""!! !!!!                   !#######"#######!"!! ! !"##"#""!                      !"#$%'()*+,---..-......---.-..../0122345788889::9998877766557778989:;;<;<==>>?@@@@@@?=<:87533100/.--,,,,,,.//13446778877 76664310.-*('&%$$$##""        !"&')*+-.02468:;=>?@@AABC E!F"G"H$J$K$L$L&M&N%O$O#O"Q"S!T"U!V!X Y XY Z Z ZZZYYYXWVUSSQONMMMLKKJJJIGF F E EEDDCCCCDCCCBBCCBBCCCCDDCCBBAAA@?>>=<<:9865433320/-,+*)'&%$""!                           !"#%%'( (!)!) * ) )( ( '!'"&"$$$$$%#&!&!' (()))**,,,++*('&$#!                       !!!!!!!######%&&'''(()(''&&&'''(()*++++++,,,,,,,,----,-..////001110/.-,+*(%#!   !"$%&&'((&&$$"                          "#%')+,----,,+,+** ) * *()'&'%&&&''(+,-./0012 1 2 344556788999:::::988877543110/..-........-.---. .!/!/#/$0$0#0#0"1!1 2 34679;<>?A A C D E F GIIK K L M M N MMMLLLLKJKJIIHGFEFEEEDDDDDDCCCDDDDDEEFFEEDDCCCCBBBBBBABA@?>>>>==<<;:97531/-+)&$#!                                !#%%%&&''(()*)*++*)(%$$#"!                       !!"###$$$%%%$$$##!!                       !!!"$%''())*++,-../01233356799;==?@AAAAAABABAAAAAA@@??>>>==<==<=<<;;;;::8888766432210/.,+)'%#!       !!"$%&&')*+----,,,*)*)))**+,,,+**((&&$$##!!                                               "#%&'((()***+++,+,,+,++,-.012 4 5 6 6"8"8"8"9"9"9"9!;!; ;;;::9886544321//-,*)('&%$## # " ! !                                  !"$$%'((()+,,-,,,-----.././//0124679:<<==>====>=>>>=>>>==<<;==>>==>>>>=<;:9998754310.,*(&%$#"                !!"#$%&'()*,-./0022345555654433221 1 1 1112221100//.-+*)'&%#!                                    ! !!!!!!!!!""!!                               !"#$$$$$#$$$###$### #!""""#"#"##$#$#$$&"'"(")!+!-./0134567789998664210/-,++*******++++**** ) ( ' % %##"!                                  ! " # # # $ % % % && '' ''())*,-./001212111000////001 0 1 1 1 233334567788899::::::;;<<<;;<<<<;;::997755432100..-,*)('&$"!                        ! " # $$$$$##$$###$$%%%&'''((''('''&&%%%$$##"!!!!                                                 " ""##&(**+++,.01110123 2210123333246788889::87532331 0 . , - . .-.--./13224579::::;=>>==<<==<:877665310//.-*(&%$$$" !"""!                               !!! !!"!""##%%%''())**)))))('&&%%%%$$#######"####"!""!"!      !"##""!!!                             !#$&&&&&&%&&&')*+---,,+**))))+-./000100/.///1111111100///01223444442222224555655322010113333331000//000110/.,+(%#"!                                         !"#$$%&(**+++,-.//00111101001121111110/..-,-,,,,++*))(('&&'''''''('&&&%$$$#$$##""!!!                                                                          !"#$$$#""!""!!!!  !!""!                                                              !"# # % % & & ' ( ) ) ) * * * + + , --. 0 0 1 3 3 4 5 6 8 8 9 : ; ; <=>?@@A@AAA@@@A@AAABABC D C C C D D D D D D C C C B A @>>=<;::987665432100/.. . - , , + + *('&&$$#""!            !!##$$$%&&&&''''''''''''()(((((('''&&&%%$$#""""!!  !!!""""#####"!!              "##$$##"""!"!!!!           "##%&()*+-.001344 6 7 7889:::::;;; :!:"9#9$:$8&9&9'9'9'9'8&8&8%8&7%7$6$6#6#6"5"5!5!5 5!5 5 4 45 5 555667778888999:::;;<<====>>>>>==<=<<;:998765433321100// . / . , , + + + *)((''&%%$$$$$$$###""!                                                                                                  ! ! !  !        !       !!!!!!!!!!"!!"""##"###" # " # #####$##$$$$%%&''())**+++,,--..//00 0 / 0 / 0 / / 0 0 1112 2 2434566778889:9:9988765544221100/.---,,++**)(''&$$$"!!                     ! !!!!!                                                                                    !!""###$$%%%&&&&&'((()*)****)************++,,,,,,,,,+++*))(('&&%%$###""!!                                                                                                                  !"!!""""#"####%%&''''((())***+++,,-,-,,----.--///.//000 1 1 1222 1 11100///..--,, + * ) ) ( ( ' ' % $ $ " "                                           ! !                                                              !"#$$%&')*+++,,.///.///00.--,.///../001100/012211011010..-..--,,+++*)(&& % % % # " " ! !!                  !!                                           ! !!##$##$%%%%$$$% % % % % % &&&&%%%%%%$$#####!                                                                                                                                                            !""""###$%$%$$$$$##$$$%%$$$$$$$#$$###$$#""##"###$#$#####!!                                                                                       !""""#####$%%&''(())))))(('('(())***)*)*))))****+++++++*++++++++**))(('&&%%%%%$$#""!"!! !                                           ! ! ! ! ! " ! ! ! !                                                                                                                                    !"""##$$%%%% & & ' ( ( ( ( * * + + , , ,, ,---../////00011111222112221122222333343333221100//..--,,,+*+ * ) ) ) ) ( ( ( ( ' & & % $ # # ! !                                                                                                                                                                                       !   !!!""#""""#""""""##""""!!        ! ! ! " ! ! " ""! ! !!!   !! ! ! ! !""!!!""!""!"!!!!   ! ! ! " ! " # # $ $ % % % &&'&'''('''''&&&%%$##! workrave-1_10_10/frontend/common/share/sounds/subtle/exercise-ended.wav000066400000000000000000024140501263301626300263110ustar00rootroot00000000000000RIFF  WAVEfmt Ddata    |otP1%{T%{- C%5g?{.OI  , N 3&Bb l^7$.h k:RZ>lu u)'YJ-v!{c%f63b#r 5$_ =U]X$R%'W{v[NUOS`pm-(Plu]oNo ~0 \i0(17V[Kfyn EQ_8w@R\5+1"Paq6`3XxL%3B^H 7A,,0DDkT~]y+U{ $ X  }eu#lEa-yv R 66 < 5  y4(*p7/.%VJk6Z=fp g+0o;-xB,GhJ%8L^t.'{ZX1 W`YM@ _lj$;r  | X "S z< Y%v J\t -3 # D\k an Mh e^_(xxB1R'lm{uJ~d SF5[lv^]lZU)"%,. \BHC(" $ tUVL TP1S  RYO * )B n  jwn?p?WpHA+}Y} $ `L}#D RLr [ ;Z"u<3U 'oeYn+$H D^3 +_U c 0q$ z  3T  ISHz\@ R! tA L8Ta>Qo2&v?ppQ?nE7'i3{Cj|]; # ~^T> ~  9yPvLyiIc  G(  UD 58O /"ss.);c$r /{I[C3o)wkWo\3Nqejdvdk]& `0!:{ti  O  W 6g V%p1 & (vz/ Rp }4 A a%-%c-i]*NNH>4|9{d[ UigE6t -s%i}-9 fOvr#ZiaC28W] i ` VmL0 R <' gn0`;c{ I   4G?lwBJ-s 8_?{X H->Z/"D!RXG&e\2*lA7Zg])UOA\|   " t4d!r= !& 8}d  R8/ c6$=bGu/{`bKAWv74iT*YuT:Kb|N C=FBV(z-t )alj>ui@}e~c Y  5 |s E|B_q!F+q?> l' na(s  "/ [l 4eXFB#raM3,&0IJbT b+n]{K3~ q_ 1(@3n%qkv O#J} tEe*6 !4 '  lg A7?mf_^ o  dn"7 4[v  T)*nw W>Upj{Mx:2H)3Mjk+H={QrP J=wD=W_g]^U6_)VO75@Nn B [ w.@6J2[v s li2k P{cEySo`GGLJ7]zcx!(nJf1wMM?:XK#>ARfr,yU a]#{Wx&Zs 0 _ X AR WY+Zw -} . p C(PD  LCMqvEv=8Es}dA$>| 7xrJIIW@vj]GiM:J qyT\TMuO3oZ6D6 b l ZH  E@wrub f D d%C  3O$LM nn3)'X5i Op (S-vI"Jn<$ nm`+#[gI^WV   ! 4 G {#vAtqX %O < )?xm yvPv;ak$w2qkB.xo3^ -llrQ)IK\T# FNO c2dhn|2i|(} ~oX+ oOa B G 9 9|'G?!bX - B =u R Al,) bj!Y=qjQUN f{(%ez_lch a}F:>A(npn~K\w^)3L`L)~1aig'B9(} mBC +K %2y%~vg D  qk Dn w ` oY(T*_`0H*k~Dr,P EnQ{: cvG[TE>;#m\"Z(ud3xU :] B ,lAo]D/1JB6 } 0P33 d9t^p\;n1\\1m1>jql'zUW1m}fxi>R *u&tHnw-${d"1?  V "c0#-/*TG !  )_}< {@8!?;9]9v}\xwdr} kTHqX5}q;(Uyp6hDtT;$7mb.0P"<\/ 0M) 9 %L,5Y/xDu l W[ xN7jO C  aV#A8smWHYBojzP#k{d {7#mrB6 pC< RKeuQ0F> e) o tK$D)`Z 6> W~O;w )> l!D6|~p@5':IUJ_oXI3LqF)d*cg\Jx5gV"[WOY; I\<=)BZVQ'C R 9iG ] +D Xo}H9opj xU/b|yA~^pV-F|fnzSv$j7/4Q(qo%EUq@wf5yd_v6O~1 u +8O),!uZF<s U ry=v.  S:w!mVwK~=8V{D(nO%+ fLyCLjdC,soZ maO#3As tcyn-[/v 6x  |<#B 5TP+H`-xwA4VyWx){ke q)_nZ_9H!&B|>%lAL=I 6: `c)%Y\ +N@sXd|  y!Nz$<`ohb+-^@-qE,*_=z,~iiD|g0>vV:GR{#N%"Hc{/~Pef rmH2 qLxAInA6P%+B- | /sJ\`D Hkv^i D^`$%jEw2Z?u5>7!7 cZpTzAk*NnV. c1aj u$zrEuLx~0v^UgkK O b *0WS Z&MOan_ ##l=PLWE]z]\KMGA>ERoMqjwKuJaDxu>!m6LTL{g;C@/@G:Pr 0VsF@ P = mQ ! :;}%XanIGv@*C/"o2N-s|kX L'wki EW6sydF Kpr*`%c,G{[P9 a7I5~z1{doFGJ<=Pdb K 70ks,~6 P 7,~qVT`{vg-$Y}U} g_8LM_guiWs"!>gJ=cH`HD@LPu}.|ZlK^,R 33 _ A3Wc4l4 Q1 @ ) , -7N[=U1\>yJ_+i JB@7<.)eG~<e<rK4"I|{Yx{GH:j dUy2% 1>Eb S#O \ ;78cw3 s}yTa$:sw')WU;:{5+id,|1j v#[c*C+F W ,W$h 2 hUXMFo ~\ c ` ,5 e. *[ H? ulez!Wx%{bU.`Bi4$,7Q\9^e^&0N)(%"kl'%G|4 qI1Ob@rWQw'g~,w+&,%  m J U ,J T  0<edu8@oxik~o1Q[L]g4H=_~XM MfTGQ'UL    _F,X)  +@uH9P]^kt-%FCZYFVr0l")u 3[Qe?i4#@]]"!Zc@aWiM'L>@K/QQqBXPsh    *   e -]N8'5f).VG]j;r"]*J^$\k]3[5Ta} Jw!ly@;x:'hRE)~#(C0bw]6*Qcr |f   }U ~ ]  ' ; tkZ ]}w3J4!bg3>Nc)e4zCr0@m)i+'tYIGg~:=y 9h?,JkmJg!,~z}^)>d}'B :f  < R   h R M1 f&5azCro!zoR_e.M}Ke7rJS9tp@Sfk$[`@0?Z JIqLc* ~K-8hbb`8.(-8=,]D@ $ "  z 2 5 h  Y*z\^ 5(1fH8 .Xwg@?Tpz `ILqcYs4 x'H(#O `))>,5#sf8vp{biC )  . E v e +4    ~ekyk%w_>VQP("gDkrG2=?gsb#9B+Y+ Osj`XfP"qChj(Y:*;?:khFfTL_i"F,6ymFgl { V =O `  h   4 &  woNcO/xFAde-f^ |,/ MGA+2~Um-r z^~("dYJT kyuD=g"hJZ>CK anw] !  P p  8 P $ ORIJ8RR^ =@"`]%O ]^Qw7[$s=i\ NR?/BM'k{+.&Qy,'\ S }HV'3~gCIt+ J *u L   ? X zvxt.#V;?B*@}sLNu6-i)XT*1w2nR[{t,b-_ |^a'ZpaSW |{+'&2%? T=U{ QtQ@C ` o ; 0  y  . dIgU7i+)O'B\qmr8tm -;L4R%sL9\*25PX b%_B tv-Wo#>/n}%4%~G'SK/PC i a b  V  #.  ^|61mHmY?TQ0C YcG}n/wq3W68k9y{ 3?bm'+Lk&0{@o,8%n q>D[;pw,\U;== 6 fS 4  M +Y E  C:C4\dha2BV.u{l b,shP^4~d=="JKsyv"Wvf?yPObuwCI3<x%xr@ d5yV1pT$y 9 ' 8 " ;   m T8szx?K3;16p( r [*oQF#.+$B*Kg ;K'M8)hg=)yfbg nX`yIHF_, @ l Z ; X*  4< %  UN{XID]-E?!I,w-/ [FDU`9i ,fSlo,@1ng0S VFobnV?Yv {1%f}q F^3O5 ? \ &K  H 'h]t" ,',NH +7\AVe}F|- \xbc>cEs|4uw:4$o1m%ay=Y{|n}+D o[.eh?a*Rc k zK Vj   5 eT<8`VyFOl>mWI %gEcHA Ev8s-4[ 8crR(|;ia,XjJk[wv2TFvhu7<4  _ ] l! h ! [ EBm9SgiaJ_U#&&>3bZGApLh723~Z6n=auq:\oW_}p]AMo/E+ 9E K v w]  Y & h >y8.<E?2/v8Fr2jkM3z%_{Eb |:-j% HXL!c*cq [,1F9%p?w0A=o &  n  si ?FB\ i>rGu5 LKi_)i IhSLw~u2.uI@h$tYb0 WW*FT u[tTi#1 9Kp:qPD -@hz($#TEvDD63q6f,jd 6  z m  EAskT]1MR1&Wp>^[~.e( V D X5&qAVd?>E)1|hME#9PM]4{uF"~C ' yY [ _Pl}A[t@RcC`G4&vdbXtDL[u&0k2s!` rmQHZ'R7Z@=a</c|rj 7K  3')e9y :m  !4NU! E#`F zlbXPJrnr)Tos,>pc*I4G%Z5t|Ubv* +FZeuW g=kpNCSG23 ,  w ! U) 4 +/s,^/Rn T|J9 {>!0Y4$6.<8drMjAr}WR62)cQ,RE|v]U+'0|4@RF<[(%= ( s Qq 9-QmYm2n$'6g=G^2j~jYno"]85K@5 8fp zM C-O6 J!(Nzgn[L%h&Ue&ixP^`X)2_ e 3/vK6|>B.? 4%#"fe}[j b]\TN6q*1OnkMm\}cr  <_>(J;uEN'"O-#r|]?on  i LiX43jtS&~6@G< G4*=nInZ8 ~*V|A9HkF#]|pa'sP^* j\L$DZ{=j;gL6pIUPG^v?b|q Z`]`K_tlc6KK  -ctdyN(A(MT*~p[]l$zH5a;XA K\0(I>99ZmC]?1]r}1#$~>oFe~0!pRp~u(-H7|L OCj)z 0RKgzEh%v/I=utS}(?P!{ D?}#@Q:oU?\#ew~l7HQ-b`"WMKT ?t(2+ VbN6 9mfz0&rnrYwxV,7="jH:.5TS"E r,! s`(St MPc# #ZvYJ,H7>^_~46xv{f( -&\ap$K~X<`&A'BFOFYj "c_R;6:yyCs`kJ6_(LusU'nWiFN@1TW9KUL+Dw^QRT-Sw|rEf7dHk]rT1~k0 /R3 9i$Z"0 ;6{{VSf23U04-gA4v:VV0~"hjEU# ZfqyJ!)XQn>'Yj N\{rJ.(],x!7O]vIK46Rjc(%\Uea<&pV_TJq^BhG@R6ldXR+)#0-CchgM7=,-z"xCsO.PnFc`4b>|+]2%X|aF3Dwg[SB(P1wm!w7/ ^DC7-n{?C[ G%_sFP-zt($\d5T~F 4Y Z 4 *iEJDh< DkQ::cYO.Ptu-xqWRR9 .LDq-y:sV @+*?\Bn@% }p!kv"VK3q(6)A3jhD*{#Z%V@2aDH*vNcO_*7(5N,f2$W.EbX5 :R}0a$-&3U$2L*H5YL]PB]x -l` ny=W=`Tv#Kw8h6 ^M01taEVnDcY\_T504P|qU}Acz7<ByoK!8IgUO Q)n0e.&,B01+PfysjW5Ig*'_qcHNARM:W6(k\&(4M^;LAV\H 3c*sDjrTLpP?y!XNwJ{'CjpX6}^?bAk~|<i*G}",%*AD0Ft`@mkJId I L?7 [4+<oQ'9/i9R4#%~)gM^Z# \m#B[#*i),z{!]Tbiy|l+ Lp]4C"-&[6w53Z6uaV3Pwtf|awAp<UpOYNH5`s`"j(L<Z)cjK!1r..%iSk?ZVbNM&;GYzVK6Gos-=]2w+UC$AaF-Ss43:QK,>C`MAojXv7K ?8N,Jd<Pm E_h|`pw|=j,K-3|C0qE1 6E<V_itW@G2g(jZFS@Eu_= >gl1[ %7# k~/ |X+^ QzuSz/|=3WQ?&&8K'hP$Li%RW]Ey6dd*  R S%p| bqO3*tjJDac @ R{6Pmw j&p{=2rV ZXT>2LM329=Q?dSu)'a[u"8$#T{o$nD.@U1E.Q=P [Uu#._>|-7,vz8qr$@$F0.nmiTS/erA%i?;ubxp'qcRPsG/jY.nvXY%_FF.dz>|GI6OJ|%VJ]D*$vw[W%? `SW[VU,^~(AJ.4mW[Lsj*V-/r)b"GJ]LfLg+]2K^ \S'(09uQlW>V}O_YzkS1{3?C-Y[U)Q*ekbL Z(I/ 6|Ik%7b{cr"e}xcqrpk` o<$wnIl1cEpH)Yh@3YI~B n d1]qLdM2xx Gb 5%[E'uOFIQ;[P,%+Jy88OPUK<xq|jLW,mu{pcJ B Am]~ h VK)`Gz@9 Ua O:m$n K1| XPLC`E9Q&F1[ k=jq*8s(4.ZE\6q"#z#N+^OfVvdW5G_KaU;**N -4"E?$NdLF|3>%C,j>M X}o;Y  UW,<]>5k738/N[Va@>0]dd.|b8 IFx?P!C{,~$ l4okG=.6# aQo3!H3q(_&=_)LwT:xpmo5)#6~L@ w{n<L %sKu!Zn/bFYN _' 3!RzI='~<x^YfiSmj4u%@>3||aXbT=y=! 6 *J7{ Sw* [B'v}S>9K"x\UdM$tNZkTuev- sKh&f daV{ #oy)g,yM6w[eNc++SD{%* FL*w |">@Xh\&\y:FY:1;oNcN= 'bbHl:v6zm OT^VC{>;5x >[{)\Er?] rAn^)r[khsshn?T-.5l3ye[#G56.$S,uT~377AJTU/%.] hoT6 /dlFi[V~o &r?;+1]B!bf6u TntYLsCu-/F^$* 3=-<a&7E&n8<( QUS{L*Jc yG4nMXvCOVRMR!xzu.FSB9&]g9R tniHI&O/~B} X:;JvI_]I{ |7=O5BmIEEDpNLmE s<"naN ~v-VG('O9m,M%`WT})TZco&C->g=h6XAR(b4!*ELm JAnHW@pg555x6>D@PM9 .N ='Ek&1{,c]aPd_ F643es~COC#@ q'R)F :auleNaend<,xp!r ml{VRCq%J$%L7=TSGD/6)Pg7fD$Y%R=I.a _Af-=%j x:R]qm-IxD\/5 ~FP|\DYtxl~:X`Mt\X6% i>a$oZ/,No" @Ps1/Ld}E_E+C2~Rzc{mhphG!m.!Av/+e[`)1f}w6Femct&nU'x[0'5hIk}cQw~~gd.n Me; t?w `-s*{;{Vr~] )/[= x o=X'QOJtZ?Y o_H[k<-4 c^dS^2!_V[k7r{qo4=|S5A'S  36jsh(3h?8Yh:|Un)~P+j 2QfE3Hc,%n)AcW_p`bx3jz 1=c*0*nSXYW#h=Gf EF;&Ao wOL=K>_ZmS^;! *3_HJIqouK#+W17 l/G2\'^rgBMpEP^s7W94s@Y %)9\jhPMABl[tfI6I{D!},$$.u<]S~5BnT:pZNC?0: lvYq9%PkG%eopyZ>*S6_.dV/(LRY` Be;p'0D?sT- ~+|uXt>wh4jC&M7I N%5O&@i%wq-^vF>l74~T*`sE16A Ya_HCcMiY>&uWsr0.^4*A F]rQ `9*u= CM3",]vD<O @ Kr`(Ga #EVS'2b]+8m&{ J]tTrLu@4P-:WoXN'we.u%64$\Zzpp`L=k/>BZ"&8x Xcj_J6L$WwbA p";GFXFG   Y3yl;GPskV)5*bQj(qh8Cc,Y}A2 %B=gxy0]$tU %m^YZ20OrQ $JOMINw6Mj;f8=c C}MQ[V enJ{HZkNeFj''sn2r|d[zKN#1Is~"6YRZd5{rxdD#,C$J&^MV"| SLUl-A[<9}yr,-B#tPJoi3Gd>5D#Da kyne( BkiXF-4AAOFr{<;_K-0!H>X=<CR-=N9}{*@&9Nlh`">/YS7Z(/&w k;Y+-nN_-Z*("u',g<e1 29 SrH qGd)C"i3&:.eheI|G$b+Q Nkxz a)S1+DB LGnl;7Q' !#x*L+D(,RR:s `E!z8`z]Ea]ASeB Si\mQ0YD*__A_]Q~Qyz~p95Gz]]   tnR lIKgY \`$3ANo[X%lS&e3rqZJ?80 Jv6"!!xuCeVq&z_dB 4Nw9S#OGitHhWhsXoLq\"$M9i-ikK)o?.7ec4}}-]Y"@t7=5#Wx_>, 5S ~n 'e@ux<R^`M E9Pp#Q\Su1AHFm1gMQ@E^5$Hl/7+P=8.>$a&z34  kql0] L=@\_m2~8!OVc`/UrXXQb"o I;zC: Fn yp}Mc6T3g8kZ4 %Tq2^nnxs_r+clFT:]h6*)C;!dvL!2?*b~P~SrSJ%qJ#B7|N40!k,;Cv gPaIS LjB CVrDPB|#b*izj1OMu8b\HpY(D~'p"=1W 'eVDk7DIeT .Mx|G*du8L3rjL]nkEfp&N@vxP.wIZ%f*h/i qR`H;]kNBU^){PJ/9nE)>zsQ; BW[I2p$zo^x\rH8=7R  f!%HNKr4(2"x2QYs (.czC+x% NK{Ry(5ST#VD]nUu&^9g~pT)ps/ZELf:j-m,7-  NDy7H@wbN24@Iik2<O GZgi61lCio^Vx*RPi`.N?VJ )3} (DkdlwY5u-/.he&& ;*^|}LS7y4:I,DO }5-e%#*o ]+r?V Bw?0,)%d =xLxP2.twjPqa5t&d  L@VMZnF! N>20iB\GkhFV"_1Okc&oJH"7wpg^=bpJ#oHyon 72ZW=`Ak/ opckC2#f#}hjyELyYT1gkZ~^D 2tI<m XvM/HhAc swu295`g:+Q~&. c~!`!I#muKwE{ 6P:<WQQ" 6-pv]<Z vSxr}A?LP 5&AP4zAbDS$-xY/i@s N? mY:x1G,AK{9.Bt gr-Cwo$\oX+)6hLkiC:|G2Yp>qCNsETdY!_l)"5pz@%TI1\Xu=}e<?tGw{JL=3:;,16~ ^  yBV,(&]dvXe#=Al*R  @<Ap0-e&2N0/KQS'PUlcH+1[2!`VRkf&-:S;XOmg:<Q-%_|7E8 # slP> Z\C$cT7n .ej'~Y yD]k]]W H<&7c/\#jcvZZC 9v{iKc608cc19v6P"?}m-}JM-f p $ 0vx. S$gC$3/= vw.N'%bTR%IIT9' 2/'0h@M lr>m@R! fb_'a(M8d| ?! bHL5_ %_g32WHOATKrft !uJKYt*^y >HO#U2Y(>+ <5[o!sdjvF9R DM{teoe2q $c ? B  TG?p:BJZm5N" Hlm| @ BLM =!OjEsqJxJ3vsO)}Wd%c=YSXoK1U#6# hJ$_ 'T k7<K_Nm{ 0sqF=QZrm8{cB`y&/QX /;jo_^~8x3;~5%>D*25:L%%;-5w.?qRxea eYh+VM  kU nA sItz _73(Wnb$x!Du1@cxVUWr"=M@BO'_xyW'1+b^D?]X:iw~vvD^=P/[;1IdvRIv3 \ f0L<$Rsr:*lWeyq@o%'ziK}X1xC-o;@deZm:NOiCZ,Z_sk bn Up P9HeRyN0F14=5 1cXQTk:yP0j*O18wx [{ #,~ZskBCKd{`<UsJ\_y4 ;W`Lv`? l&r^WJA}|u^9 %J5?$,f/P_rXLGLCQzniy=wL\7&V&-@ q0yI-r:i|9Nig3VXSYl!XGVNd;e?L N fP"k 2_ZoqQ)8<# SEk7?rJ~D`pns*w q9( DFqT16BD*{4cFXmD.Rimb6Mb{2| P jUj3?2 e4Ej-^1I;y6w#>nli+JQUKc&?;x>PbU#]B#+0h~:rEm.`K#tKRtpW;H: \+K;BDkWU"QMEG aRbFkiK._rnJrGXn1x*gpXm#9G]K+2# M#S{Qn7SVs'"ZM%.f# >  Q~6opgNc>w0_9.7U Es_-\Lq,*c\_C5{`w0#o1w\+g,iw(}F nKr Rvdd3<vu??'5Z%%VK{^[IR#Mwgnmqj>t_!yK7EvXSL9zfu(0U#C+[?aTPXRoBA&rko#N%sG,xbS7')vPI=%1BZtFgbtd^ 9 U92LnN4" $QyZ?X'$7E((5w  E_+}eCL 3Ez5m$eG7xYYUcf?r 7L07cH4ZleLkJ~Q5pq["BeFsz0Za9c%4k:jJ" /~xUAL;DgQx!>bdJ+^,FAj!/y0.3=9+Z@-\BOeh<&i(ko9d3GhpUAFu>HO>nnq F=>[SBm),;ID" L`GTh.$7Z>YN1Q.$ 5o6gY P_G.YUk}t)74r2$x9%8_{V0EFyZs*EMcRT2++[Q A#VE&sTMqs>ntpsM9gG+#V6?"r9>@^.|jTSZ 2|6Oh="R\Fffr3&BE? }4 NtKp+;}Q@WxhF@]!U*y +CZu<6N^yNpyaXowK"!g >!KheRbmQDW+Bx Z G6vBE"lzwP Zw uQ*gZhwnzUsE\bM}Q< jX$| U;mPaIx\R%$He*?tU3-{vv|e Tq*L(} PZQWG;ng\*@K|[e X;6Oq' j_Cj')P@"oywnP,RdeXUz~pMdh`{`X_Q6NIwic6C-TIbsB.UE=e`V_'!/KG(A/!y=X ~8dq?Q*G$\N_G1> Qa2  _%=k1 ^?%'bG}PVHh0 `eah%/&.t/4@6oiz`S6E+Q6gCd4y%8s%yEd;Ru%;d%?P{<) HHu=p6C2mpq^di(XsGTP|&=U\'i~oMsA27|/1;f$}JQK2;?d.,.dH_=+)y-]I^z;yIT,8A, zo:} }n<Y?v>3 MRq |"Wt5oOsE(3$`q KT3~#YV'6G3${Y~z%)_ukPRZOWCQ [Wggx| hoa}'1b_09eoo,/R\0OEF93R:Jy(EEiuB!daw>xpc[N&'o"':vuQjqJ)'*AUsC80i Dy<N]sDk8z^0V`*bWOr\r*^**T\OnTy ;f i3p3Rkrr] YHF/~WRi}|x&R>@Y)UZ_vPsl[|GBSdp^yp?*4E&l'y ]l}|V1n7Sa:HeH[X 65PZ3r_S8/hkE}WXQ:aa{9X?a_pCk0Cv\t!%b: iCi7v=Qo^j$\SJItf~kry;<Jz(Xjk|nh/U '4 j$-&&C$4q(\yh`E E(#K EJ\daW]U^8z,cw{p`#TJlh8-Oe]kCZpND%wID>+u  o Te ZY\?v5lP).t=FZ&yV}cikaV./MG$Ba>svMPaW02[QU.m0uh $ \+aq 2XH(TQo /7uPVzY bwc Em/_ygRJXVL IL lO 5NZ%RkS"\TN;Z+f0Zce Wr/!n]/6RyM%UJn%/t=KbM".:w~z2{B?m]gdFtXVw{K\L{es.z d+mo&L.7`xwk S=ZL!n-T;tmM 8gM~`S[%d" YAX5w8"CI"*8iM8 pX1Y  a0j$"HE3Z",2p+Dj-@:Cugdjb4EHF9Q F6B) fi9J% zwvFsjO2*</co.K,/$_Wow/$i9)VqVc!!Y}GdJha`n:HI\v%({KG@Q}iy!i4< +}5ie,Xm hv{DQtAj,,iowOK$'Vv+vAWjzhz&{0AH O1S{;>a0C@m\?;&00)}}(RUVXu=}ZV xs?G0v^oB@\*yA`=mCv(rf_n6mf3m#S5LD*6}XBn}}&~*m Dd hsZk\=-YopF']Sg=* _a3xe,O%j_ng}H|eyGY5;YF(m[5>CL:g~}pxZ/W=cOBr5{nlO@Hebx&XrU3LJdhrn*m y|Xj& B&* h>@tW o (a!W=]c r-',-HF0Y~ztlEf|7I>U&Skq\.IG@mvCIb;cm\ &*"49Or]bG>E|uhBWSJ44h[n1~(Vao dK-)be4UV/B t!'j\a hcIex0&aOEaU7rd"HG)Fr:ilc9~!a6lD17z.5H#u s L3RDwh8|a ?vE_'LhS<&0`8:TP#z.I$a:fuPe]lAqPX0<:T07IAsI.7SmTVuYWJHz:^V? -iIe SmgGiRs%z)@a@oD1q s!=W)NB>d,q[)'sk[|Pr7E*T3D`K:,rBk=9^) NeOzmHe 4OKmjf40aADLbXLMR@yXv'j C*zF cat:w%i%=B'HJ VU mu*DO>Dsj&/$'O Qi :#@ ik"wm<T*kKDX3oQ8Qs q=$*qkOF4xh^3]"i:B?eL]jQCN.n??2LVM@gnG]W5oDI}F WD3Hr/^_?{Z">7: \T1(md ryihf%lLdaYf n;:+bwxlx{n R[6iA@2V0yi0'M~3aQVh9?{w0IoO_F} (ye=2`&aha<|N4X1%40E$M~vH[AUq /Lzo_`S%@TjeL@]QKuvD &^ wd76^=R11xt1l T=~f=&[N% EOHoz6FnT488,j }iJuDk=M":u:~5wX4HjH4F_ 1q_.j<Yf> h7 7 oHh [ uI2y<Hz>jlDX.F3'~C?~SX]H-~nmj =2S>a,?!T:6[ ?1-m% D3H2XFGnpKfZsKZrH,`u~Y`sn[W:X O'/R~o$Rz  hOEJc5qZ;2cHOD'p"-ne   F|w?Dh?)Cs9C9-IdIwz? d>f5~*M0x%s[!C ,tlaD%W:GlWz_/s]Sj1 `{/Ei+Y btfQ0& MstYkGzu$Jr>,?4u [ |;E =pJm$Z"QJLQt48?]ps}fi",NQ+0R.u($Kq tcS(1&I^? qfte2l9%/ItgH.i(x+{wsW   P09" Z$"J|_)_ TG] S# '9a)jK=3$Rh?yB'K_`Z<F?u,T(2e D L7nxuP$H4 JN]#"#vW{" js&%d4~$x c#t#}?b6 5l2!^),-OxD7i6lUvi![sOGy4u <J9(yCg][{2|=^mIO ]ED'Cdxfe?05<f| ^*LeM[@0B)J=+Tj4XPx9sUzOlK#ra3V8DtT`UM~NOb3X@3*7KeR{d_R.Jxx %{`f0@"p=Q1@Ok[;*~?84 7xYf9|)2WXt6ch4:'D JG8)U8KO9o03cn\Q_`/Ha=oc\#|fVl(=79)\/gsR&L`?PLaq<)Ub-{eFG91#&a-r^M(HA1[8-$zUe ilHqe5A;r/GHmYBYDTH@arjQShs,Or 6^2mI~XT [1q8YiZj}%*qC OBx 2n G'cPq4Wue=k ! ?hGUc?9BC Fk,<!$)?x"My$[b7L E~Y:NvnZ9}(A:2M9_ZledE5[ 'RsAh >kuH[&KdoEyGJSD< i :xcp.QYs3CbW>hXS[o(U/  Mi vnRdS*b$:C&@XM1uWkvc-EWC\zD{"kzj}$B N d/9 [8A $f"E>xA Dr#E2UcM+R.D%,hKp59 i) Bp48SY3 xSrEd+J^aF0:[&5aZB5 ^'R!r4)eP;J1  0n7>tR>nP[v1zCt!%hB4H>6qhRF {[V-O|F> <!k' >}iNSiQF:^a}?d Sw^7XIhGEM}pWVt~exzNgBPbu6q#_h io ttOD4D#%7V71(!!&1g q2@3U9y7re@mwWh4tePJ)8B>?"W^U^0x E3g|[=>L^T)2x *7%(v],+r(K?}ATd.9&}{l,wYJ9^:,I5] =q|zim5L &3`? RvtwP9g~TkQ95PBQ,# Qb%ethsv7YcT FP,Bi.Ue+B2ZW,mKRjhY\h.J}j{tLw* ~v?TlTn -0p+j\AbK+Jpm"h+?QKRuy| ;61Wfk5UQ<`(+F2dmjP2RLe}Dcq"K?&^J}'vDU.'u2@ab=R= %_G'qh/\{|l+D~\l28P3K_Uywa8:g*La{j6.'hC`Ej-7.GwF. a(mU7_~#FzU%3Hxb .s5Ei:h\lce6L8`.`8 "PYpyQxd1J@7s{q.pI .g>J,[Hp6c^ _j%wzJ]FB8e5FgRaM&&XLfqL92FRNs6M,Cf5?NXy3S[= \e-|!mS:XZ%;fZ8 fWn~kk\R,ihW' Cqop;~Wy@i{&EL..>^*XQQ06=D A8 7ARJyrT$`G} A`2H+ <H,]1Zu\/Vznq)9K{p jQx&wuZf|7u?-Ho[sH"!Fr"W"\Rf[fv:6Q,:d!^?YX~8,et&[} ZH ~m_ y1OTuqqV$de|yX-dtE]%%K-f5?$b $KCZd\aE;acm%b5} 1lnR$k  _ky7IvazZP\^(@Pc-p  !^tK /.8UQAkie^;6{B%5qd:QPA 0KY!Z fHHbviVF\$N[.1&HG~(|+j\g\A^R)q!eA}byc\(-SD|G|$qP6gVmkLXp5s @GkbjKR}*q`j-L:[H}3lWzn^@*u*^LH5[+`2TZ~V+oY]x1z;9uVhR"4z9Ye.(TgajzNlPLOcH`t!}N)SW/5L &W^Z_NE?@c[rcbLUb6_XN;BYx1r%!^LizOF?[ @^x(*"J_43A8`bp `- U90 )Sx[Blt+cFWKZ6:Ki{_h4;:AeG|("0ydrK9a/ )O@3sgqX^'V"d^1gFlZ%i 6qKOKl5]Tx}~WWRw5f/s}B!O' #WSf&cgz{Q)wp; Fk&-6e\ [_< {f;I7 2t| po\MT 'k 2EMn (V89{Zo%1##9]#_ CI@~w`>0$] %!;>S,F~?y/ lF#p|n{#PgZ3zs$j]HMe(!C:_*B KZ'ahF\']c#RXRt_:V >Y90~| o>swyP xTf-EJ-&z4WPn?PN$+)~|t}fjn $?=|0JIgG8-!V:5>kR1u (s2rhN?Y>t' ]fQQOcXAMqT *fSP\ @&~t|Wn^su ;+#O<}pG_Mw>' [4.,BK;AN]acxQ^gaCCx 92 1=u#\P!K "|k9s4rsWZm+mu&U .V{r!kvMwOQNoCv 7bP*apeVXUdWyutDt_2N`gkG`K^: Tl ?/z JEs38]s8o:9y0W2#4nkLx (X ]*aa;::?u .q$BfuI dzqPe&dmV\.g`14sAy~=;m&g (Ys"r=hoABdO4U6,%o06Y"<,<*1m 5&?<-SxjEJ, Atd"68}KxAHq0Ww8&_l>e_3^?g  #{b![kWA"} 8D`o1 M8gc]JDIwV-'?7]8v"Grq5XbViqR` gT3'JMh\; raPDf;KU*r9Gre7 9cW{0NJGfSNjD <]4Toy-hlo9a`a&,>Dih(QGrA BA Z$K(thQ4gu H!/R_0`1::mu;: DV*ZF|ejlg"G-'9'$P7z[u$=2)*K& =TU.$[bkDzOIH`^@`pWh-y{uoKu}9.Deb;-yF7y&h/EK:]dEi,Ixx85i>dOOR/$"cz<k8?IBe+:G4M"18/`XbJjzEE,>C"dK7W`PM%3uu5EU 1|tN r A=?Nmxr6pX|2(=\unOWm W%\ ?pU7[gG/F[3-=5] Skz^khfg~y5rlawI&S SKk-@72 G2; hd^PZ>TDs|CQ\;rPYc"2|G%>s(74 O$'~j#UdzO\Uz`KjIc%$p <R 46TfY_-DTMf4RD0HBv:y=cf"`dfS" K}[%[p \=U=bl= J`7H))6d=6<" N #,WorM]BiS-+r &aO{Pg4R1~Ty CC{ #ewQ-II!){Pi|2Tez$y)aI8OVc6zBkuCC Xgy;L33 D${Ikq~g<&n=.eus75j(o;1T\`/KLuK_43* O/-)|$F@SZ nKRk;L Y|&?IJuX \Hn20cT0s b3\;uzmh[{pwmb0Fo r~/$L^E8f0M>|jW-E@ KU:<ScAy/;HrUy`#4JPKrGB`DWb4~Sgpz!A+pP@+Lt}ze n5gxtwa}QTAmImz|86A@101yl1}XE,e/ur9^|a52ct\f^fs@@VR}W&>63[3vxrku0.N0+otkOIGfjSR=4FA|E$](A2E\  T#(K 0k+`}>eC9@@0je8,RgfFRZI  *19Au=4]1B-ie}fTj< q(}[\ ,<=4iUy["y"N3vHGFh1$;bN(  Un b2/k3]BU@@8@[>/ e*-=21Ot6]AfclBoMf{`1LjF,_:E?  Hr iH ACXY>\UQ3 T# In?;7|R,d`Nvf mzHv0*=zSENHP=( ^3 wju=L EBkup_2TuWjW/_dX8Z1E>uhg|g~(EDsj8k Uu jJhUUd3 q,v}l SQE9$L j<-3UjF([~Sg.Mb2r3(y.]f5:WU,0:p 70Z/vx_QFf/!41L$wW] vrZJ?UkPA6E#u9P\}pH'-/ XJoKkx2pgzZ6U)`wlG@5~,& mac@5 sgPl-iPGUK^r3 Bicab`nz0psn`S$V=tMu>Z8 x`z9}r x-+rk=|_c`j`"K2q"h4e: 0UK>z***;:+: _\E_T-m?s4d|xNK5V!mF~oz:[[]PLnq 3hogkEx87?^)`c;rXcRZi[C W/B<(PR2C u@BFTr8?WtdP;P  9H`}/Urs_O7LMUgySO7o-$}iJb!ks?#H5 [-@yKsmL\DG  N&-/f?%B29de.DRSG1[0PgU2r(eTA1L }g }\h5AScPp-8U_0_LWd ENK0Rq AkqIzn=) y@-# 0"? ./8XMi4h\Ut8az/6$-mVl,Ka9;<S.wm{t4*GMF@ur<[ m\pO:U)KKi /5-;]^JX x"4(;`5,Kv!Z+4J<~Ahx]EqX6NW2i CZ~LMN7^`g5M 2 .f*XskQx68?]D;$DVs&Qb_sk>ku /dyW\(1-2MH2_==c*Kl;rFm/|4ZEisgaG;J_f}<U+5*99 1;L46 '/_JZw hGzM&CRs#Ai Jgny!T,A>O$ub-be'Sx+iS|;`TO7+d!f)IaCO%NMCVD,rV5b8eGvtynsyztoAwa' WZ(p/{Ia,/KBu $Axr02J|-odMIZJjbL2/'.3f0h$>3YOj.kL{yhguOu|,RB{.AFgiP-.%v#/=07NOEuO"' [@THt;'Z6b0X>_5-H[uG Dsz".*dd0x paZkU+M9r6pup=}YhTxB{CVho}K2M]Lm8 GJ5#0a2v R.YbGNmH P~U&o}y-W6>Jf| (2uhGd-J*}aIfj Z/mhBg+qCiQ +7^kI V?\(/knS F)*>_W;_zZaiq wHH(}z*Q"PF{/2\}{Db"U][n{eUer2gWk(!-8<CLI\otg] ip>%Y|+nPF{S8fCE 6GxNEl,c.#S_!FP r:n&?D<3;Acf r_h|@<o9:)-^Yu|Z JXV5SwsvI*)xr7t(::]OuPh}k'|u6D4^hiL|` =)`2yOlkA1'8YOAXsx ' Pno]yX<zm^k] TAcEy8aA/<Z~9 UyPVkK ,]$^\X!SsFx`> "GG$f|8E`rl ~<\dT:7cV](,N8 sqKO!180hNPHT=(Ad zL wn,BU 9iy>qf2b+/e'8a""1[RY\+DIIBY5 SrK%:gu/% 7,v2JMw;>cC)hYhG$F XZu21<HG$uh5@o"+4v8CYYY3 x9_: o47@) P9xp>>H^\ F1L~53+:wZOb&}gogFC$2a0J3df"+?#kjFM n3y  CwZ"U 1RP MUY?(/CwC0*GA`eQiz+ !q i4Is%m%(Dd[l[{"t l v0YMX,^e6!XN.Vr w@Ve2I4/ H`saYeOhI{1C([wGJEa81 @` Q\ [O&++J>j&M&~+d:J2y **LZI}w$ 9QEoi?yE^x8|[h^;(V:%"5k7,,`pXz[\\U@,9 i$ap-,/kFZbmr*R [z +jP.}e1Q!rXYa?'!O19^)bqkwLw`|hszI&a 1B,V[!1,S{OE# oxyYj_X+V!'Xpv a A]BxvmRc  F;mZ0* #( g_Y\rstC>ao~M9pJ :En D g 8nq=UZZ"2H5t' {X:~,5l >xOj(f'6kaU@@d8)70GQS|~X%6"Xc,A-3TByw_L0HFgo9*G F$3#$+*',/#;se+IWA%NH[ |Sd^G?z[(Q<;,ZA|g6;U!9:Ev{;6'5~^Zzlg<d{fx[h1}{;vu*Ve,>WBZ5`]ssqcWW~?8~ks ,m%6J![;Hp8u/mx&^a71A?'.=~%WP-XEVId^f,/JR Pds[(] `&~x-[ qRyRS;w(d6";84AfGo s~?*|@ I&,)fAr$!{q'85S w?C2D?NA'~D<ML"Z}CA"19lTX[jX a E(S~uBoZ7M@[du{p3%?bLtoz3 x#zj`%sQ/$[kv_h][<m\E+3FkEA#8h{^WWlAjK"!*({'NGp/uDZ#6hA|Qiv^mpjkO JV,;whwOWW.>SLN-^w='pW!QQhr|}7/WO#ti*1ccG$y;47)wGqOHoCs.}NM?@~YrS/)X+gi(t h_]k"td%rFTym flqLNOp~h @R I":^I!Rglsr-8ZfIS#*$[U<* %8A MHgP3.E_^F% fjjbieZE":=O""?YxXy t E0hB!+ &p|H(/jRq4'0fnNNQgikPIpt3LVhMD%|y>48ReBBbQM@5;>AJitbf3{;h%2.x1I"$uWQ!]`FbVVTtpxVA r8d#`T#JU@O: B4{|Pv +/e!S8:7KXKoWSJ1GhXOAiG'Vwx%=*dVL a31Orc$ERVb^NaBs=z&& .@h{Gz./RC_sV(Z e]4~IhX4BWty$( RAj "g`JElN."pJtLKK{{V5tK:M">!C|+h:gkD$%8(>efHs&25?v0?1DJojtj)Z7uDbUgBbgx(^^`}Il(eyye91@sGCDg+2Z?";%c|J4J}gCL3?NXX83Vub<6N< T_l#^081.WKW- @+(uXCdo31-9ssi3_IK)K/)l8Y{#1X|M9|EV''#[+k+]+/!kPH|)b42CN#  QT4N+J dH<7<Jhba4xa&eP&suy96%GlXUhZ/5sK&lf{1Nd_"L@=(=~]3Yww7f yJ (}&I^r2nBTh5XaG-HB~ }/<=bAn,BawI^\c fz!1`aV _U2$Uv)\5TM~R/ kR<9=ITPBq&$NJt}&`mf^uf8^ @$5`@HBA`-*V(\W  b?Eg=9FN^A#HWj PJ vIq/| }w8-,Cbld5lp8s|X'{W`x)HPV~~v_%9==00Q=d>ySd$b ora? LOif#Qw$ >u^$p*3xS927Wx\.R)*?f!KFI 2n3j j8R?i?m0#Z6xz\-B7hHb")Q IkJuC:Xow%v2dSH ?g95l-~bYH}>L *3Ff @(v;)G2x3{cu,=m+d[_N;&! Nz val0/.?q,QRm?m(Ou>Xiq5FCj~wC.`+2x:  'w3eVs>RQl]AD, %)LWr<]dP\6}%+U7kwzs.f)KzDd7.30`Kqkzy* Orz9=w7p]L1;|-xuc[R16FkfzU<<'&nbcEDLzk]6,`-,1o~-S'CKh53E'B [9v/Bo)?LCIzJ^a i:e. .e |#j&PN!([+qIwN=HefmZfsyv!Z+4Q*a e7=oEJP93e`=Rpe\NV@Ie:mv#;cD>* q BS/fq/m`j sC3TXEq}IG%PF.1A"ee:Y(t#]Y9x5{Hx(k4fHV:7tc w:nl*]&6%\(aN992NG vMO| sKw ?pQYBxw:/V9 XdGU.[p/{OPaG.)z %`hTwx#q8VmW}:X#X x vD}R~;R&5]l[r(p>4VT ~3KmaF7fX| {[E>/6j8qK nl^ND'=NE|Io <I5A&wI2*Dem)ow X f5w s}Fz$51/&<|Pq<  #:yKwh_cXkY}UUIZW3*~B;Sjb ?w.6 x$&,;7{Xu<2:;2LD0mObl-I+E\k/0OTEw$7o{G9]KPal{c$T)XW\pK[JXq }R9$p[l&1G%[XzfUNNO0DN;|f Ul[-1W >_A3THD7 olyy?*U%g-PeinJgRdJHF2aAqM]=vJ{%Uy$6VuN;,] )k s #~6/oaC L oQ hlN!%T[$SPsvnWZ(QoC zD<">MX`njV\xh_W79Vh8V "}R k[T4gO*{QR;y-]nU=d5yppjyIGx@Vn{xw%` ?7`NgO>U) YE)bZ!%IKgs HoD*,xC# ,&VJw i-'f>Qr|kF<k0*[9?[TO9 'YiBcVUS.P"DW<D +4'<m'yrye2&[N2~b:SJ}-"h' <&utq`OU?= [.[o ;~P7bi~\78"73399P|xl$lmm;!Lzo3g"#JT/zIZ#Mef%4!`\F2 5Aw0yd+\%?G'lp/iTR4#8;Xepd8uh3$LgL!Q8W.3nB$mu<?I-Yw(#j|mGv+*@=r}/" . D dF"[X?+}j ? ,yT/G 3VsV> kT\L!]c &]3mp4mhthY *jW#oxo kR)aoSSo|nEMx`)"iHf')ZA&K!3im6QWBgEzDGpU]?t^.YJ{46-D2mH^uC9- 1DAa/}`$S2bsF.z&@2' i,?v|=Kv|#XA 1X7+]zsl&i#]{#kP*mc6p#6G_O=>S<* 'P 5wPnWvc2V^&OH-&F^ffg2EP[ 1<JC}\\t#I#>r%Q/]+a3H]%YF*b[8?@Fa6%Z=_L6W M ZP$ljM:: V}DMtVD3#"wfUAFE9^(Q%M k}RG^?#oTvvo+kq|wh&h6xA-'Wv-JPV$+)K'+/eJ5-</7LdQB:;3k 92]a 0NTN[zJwYmz$6Nk>/c|ps~h@l/y$T?5  A(~).-5#wfC~#/ A[z5cg4 g~f2%: 9OZ8{ykg~"2h][uhR4Gf9!LZ$3^Hb3iu'=*&~L3o!\KV:$4 %Is+'>{ 7[Wf aGeus`Y$ >?an^ic"7gi$T $!.1HE'9.s-y\ {m3KHN(=&8& M|-e"0^NehWgbE)H dT+<<l&#ZoM56"[:kuEQ-HEN;v"S{#FTx`H0HRq !@i 7Yqyz'HyGCZ`RI9Y-//) o'h#Y 7=;"n>Vv%SzC?FIP%dxXH>E`} %}<lF-8`6/d>ni^).H.3Qi}3.>i!86V?foX?"(J hudC6JNj'.!Kq1X !44i[RONLlEgvN7''):e_3(DYI(<h;R_y.w~S#*h)/*;b&EeHbOT  ) *'Lzg1Ies/p(>^}dUKQ]v0|aZ?&5;$<=3~nc/C+"zIuwrklf n>a[Ee jt~ #Ox5F0Ce2)'f#vS (-g@&?!/T-h,e(_exLeJm+  y1Ox2v-/F/qaVPG3f-G e7RI9R!o Pt% <jf-"A{r 63k+G}/dcPQC1 @fhmftOE. dvK\: pB UYca#An`K`^ZNK;< OfkJrlvJ0-.1 L"=<O#}#6v-J2Xn zkubj-sg|BL@jkY_XueZD X %PbkO 9)d!b[B")Ugv_En%aDLkI V=(emXe^~dI*lj8 _2@@>m0)^ DGQ2SCLD#feu] 5_%4n8Xoy\,`;'7bnZ!/h/W5f} .$ZqOLi[3e~zj8YSgJbTjHA#UZDG>+g; 2//-pnulmU> /. VnN_>X"T!98I}bNNqc_{QB5$IkKb~ZSV5) :qi<-.}Io_]0"'7[:K~z|}]QGlH A!.7\t5 o)H`Wg]='{`R5#B;G*aQ|mOD 'MP4 fy1'EN94;eO8QC&|tY87J#t9a,K! fFfk:`\6y'? @)>w&>qu<3;R}N8ha+5[qcs3vO{i:3gxZK:+O%"$7%F0-? j\{ I(%CTL p_$>!u})d?.6MH]77Q2cDDNos3>#$5">amo8o%}pp_z]RA,:q7W*GFVaJ4RG}swb<=^  4i!YjHsH>IH bfh}QgSd(7Lkz/.\d(_46r-6)2F=KK^~ SE4~)$&Yy"IWNr_8jox1:>46_~"sS#wk?I {?,[l{a|f4ybq~UK\&1z wP&%o 3rggEs*tm .O~H xM9Rs nmeZ=(o `( H!~\!Hoc8PpED7x5!)-+<+_Kuntm("XmZN 05/X / a $$fz`f5OtVWshLW+Rx6J ql. ".Eyc9MV2X=N,'o~M$e_lanuhdznn&k8eqP.$J),,Mqf$j{5?YIQ\|aK Jj?3!%b|w`7a5.IM D *hr&#Q]t^hnu(u1:k^}eXWN!,O#lRg`\_#awlh: (XT[L^g&WI?. ps^:-31ExU$&;E;, #rt%^xot&vfR^PeI\Vb~|YtIvjj_U4yiSZWMf=kGQ9D'pO112GXG17|lc9').#x ae%{ lWA"WZq+gBvYrwOE}jpq3cq\{?p]QDBt!luc%RI #I|nR <:q% Ck~G D`aFh+(Apa+_!G ESx0tJZafknt{{`ud#Pi(6s.gs }|P-yuH&  2RMc,b~"Gp`Y{?5Vf\NE4*E2Xg'E':1G"%*?Ijgr#bQy~gsb{vf.&^PzE("~ Yxfa=at>9J7e0b3}7BRydmT4*Bldlb/kE|4=:[pB1=JQGOe*A1+IHw/MtG)q`YP?  co9kQ<cxgK3 R)7:G3c5{Lcz{a/~ bP>ZmE}k=#e#T;:m+T0O>/90mU$Va]oyMF}XKUY78  FW*$Bz/FZ #>bTUKWFl`e|*e SK?7`g W9'-`TF-%BUqAJ@;B%^/AeeVk)e|pmpiRx/| T/T9KH 4Ceg6 NsD."Q{@ZT<Fmyq]Rn:WP]aY=$%>szM .>Q n!*)Y5E;3e x8YsWREB%H5 {jG/`#.qNR]e|hA>|\/(S}5=+'8EJ@C5tTJN F % %kpQAB/O%j" % V($*Z ;l~bY/KJFKQ@L0fKF@C>@3|lekzgK "ztK"5 7J!U(M8Q5K Y" #n|Z9#&8(W5 =<sSVh~.mzwhGK&IAB4ra\Lj684@9qom|\OX42~xL"N:\ngWH&'^  Kl?$4:0m,-L]5dM~]= 7J3{0u)WOASDC|N`E<<.xUGeP*{NnB&4+t-dB#!&>)W&|&MjA$oN$qk6lfjro7Zb;Eb1pZ{~GsB. a&6'zdO$Y/,Fm[2^Du_djta3&%r,|lY;/M6_@_Nwf|S :_L"y[Tv]yigh>ZnK;AiAtTBiZ*c5 bD;d=!>3f='"?ar{lpgu`J-z$X!X zB`O@H8mD{b)zV*a.rE%9)ZmOLXYGiwP;kR5pWJjK1 pF4;R!(8rFLL+L;?v^ITQwgb.ZSbo{#4/,MXvr7~3un~ufQUA// HP`S'E-_!gBx_ oXp6G+l&_VXM@A[N+W,HU-sy9 s@s\k&\nKuQ@gTUkg.v!SucL`l]^[jLuoS=B?c{)^'b9nQ3a1$-D&vYA?O,_+g qkEc}\wLyQ{z{biO1&dE+%J)e>YnE@M@MmDJl9\FIJrd K;4WfR:0vOh! 9HqaD9KZV>3 ;)I,Z8I?.T[(.0,8k( o0UwlCN:%yQ-"->3c/AUJX8J6,UP)r_dKGpUl(Jr[I _3; Wr-rvXEBWWKJ`6q54EP(E%k#CH4O}sE~w-xqU=(i: U1^r1g`^|a4f*/hHzlA db4~; x-gh%TNADg}oub?=Q| ">H^?#>65+  [j<[);,JXK9|n|C 'V,HV/gdp3j:f3*Hf6U{SS$~>@ZUxjk_RP<N=j,4M^{$o>fXWiiU( XU7Z({\ Vnh9YU\S+wATkrvjb%jFOLVn.pOH;aHhOl2z[=uN l@Lzx$~h2{9 ?u`5wK#.RcpD|l> ibIQJ/),.)nyOYOPn5nvG@QQ22-~7{vm,q{?EXUUQ_kpI:F$!RN ^(8)ibsY4JPd{nFV; *'^y}!4Pmtz@#-8"}~_vCR6=6Plprj ]@7[%W@akw1~ 8VS1/NhK\ eC${~K]>.  $M-bo_]nC%o?5DQR.r(4>5kaS"F(325Ta}2hw RAcZ -9NxdN" o R 9g^L3;&'$$|%t*n;m](.:RnZv)z Ty>Ii" 3(:l6[3Z.L% $7wUaaK( j&U,r| ,Wxa ^D>XdT1u&X7?1-c?- (.3n-Z+T;P]T}c/F{WSRDBI=Cbu2^,>Rf_A w+8/N{l7i p9bx,cH?dtww~}X=0|$tn_4vrNJ<+MRL7c6>N$j"~0PXRV Z( %Ez^e< 11:CM!]VO@  .iLi L -4Qjzxn_OI"hjek}&^@86'Gti=Zj h\HkU4iw"zKqjpy]: Cwq?&;<F^rjL_4I:. J>lB 5X[uweT74!"FRRboz.@8m=-1(xg1A ypeYpbcW"'JK_sowh0X[NnQG`)c SA5-U*$i+mludL6Gwo\T RH#.?p`*jI1 -DJ/XNptJ,dTixhCkyf7   ` W(pN9Kr>bre\]@`iAuav]R8&C!SK_isP*tNv>h"s(i4y,\/ k  P4 |&jx_< }eH&xt_XTRgH|= 4W i9nV|z%Ss/d"]y {s jl{zc>WB}rsy *.1mlZ:|Z2`~Gv-g)Z4=?.Vy 6Yf k)tb+"Rg1J>Pa=c&amhnKD\  ._syw_C}gGs,t!nU1~zsh)R* )Xa    &<Sbkzxumnjl?mscp>U:|pcKE2:b1(rP%n T%H7G8;$3)$N*z0IjTi2]*79:86gC]ZE%s6]J|wk[k    .1 ss4ZlzgdmAmcM?4" vIZB 7)  V8[@r5iGn.<DQOi}iT?.` *eA }wU lPNVZp ~&w;MZYf]HW-J5.#Yh@$ X!M6q?K_y 1B81Q:I6$ z V, {)|Xknib\]HqN`"'+13$) $>X 'n2-~z].=is^r32b7el\mR`KA( }F-t7MZX$f|(Kd!ap=&AG]]e_=*4s7Q]  =^<_zVzxKiU/?K9'`/@uyjS&':}mH_*P@bbWjM<!0gOL~1;kNWd6 /J7O\6:TfPi_& Oo1<*7.DK?, *T|d=}kS7o-s/}`H~z5zO%vLWw(_.lU i<FJL/IG@ZY .?~P[Ng-aix|LvS5 NMk_e_vD5)PAwyK h}H{M'T,J?)\\{M%?|w 3{r0'K+:dkLz 'zQ nY>My_n3X:7D^wVyn$k<zHkf`v`4h'tKKbp=N?kxs@L=;y IIV|c}u;P7f/a3suA'gC(F*ovThGwET4 a# pD #%cRSd4VN_| 4,W2v[kvmEW<xX.\0al( Q? 8L%|bNHNOd<YO*j[ n!Ql5 4'<nVth`Gf|A}Wxpgxs 9ALv?LQQq/SyuY'q![89^3>Lus[P&NaNdj0;{</!" S*09pUr^#O=:ovk1W-E3%ks*;`?:?393'GR;dt Qk\OH9xSg=<'}"Ov,+Xoo;~F12}"5x*5S k&O<)~bD5- \Bv$a4R6Tf*mb]"A8) nO.6 -^e[FUMxQ%Xu!nq[9 nL+\+,4>QU`?+I_I r+?|;"B#Q2`E5a:xFK@hx+}g<  x[0G ZMIRa^=Ktg)gSSmP]Tc+D=(<8@LYSQ;:|tdMtF\"}B_oQDNs_HC&!fC ._AcG(O5k#ZjL27|E6F%8-(D^hHKplk\Lg} 4T?-(af?,DHW=WR)<dbUOEyr^Ls'2v? 9[+9(tR>00&F<r.@:3z\H4>`<+BXd=q\WTX}_70kq"m ,8vF-b6<w^=ahQCL5obW!]KX%g*i%KA&68x|+<+_ P_Ug}gbh~Y5b1u#'Hg  [Av^XW`AMoX)_ycK%xAG:P@'VgvsE7if4H)<C R(U2M.`YI$-z '-$?fyDw-,vlC(2m Z8=E9-H`Og;w)na-38+`8Ad{$g@Ql; P#mK+pa*F`QUQNGUk~qJ1''Ju L2qEMXA{tmXU*|:=+bb/Xy 9mX|)mxdH5ul]Y0 (*Uv!ACBU*5CM ?q:q7a q,:N]R21`I??bd~>d !iBS"lK|?v&qsnqqeipopsc?zfErf|:}o+J 5t8)+6641OeP_& 'LF,;5}$}BF?q6,EfbQC$dGN,mIjupdfuy#$+XFLbB0Jh)&6no A]YazYe&-](G`.B$JMmtVb0 >kV =#%Fg[k~lQ0 7W*zf{UbFK&1zcle{j'von 2b{*/!4dUt@^|%m~WkM*p_e_!Ei#uA*<PmX|z^G8U,O'jM.M|ifuDft$Z?J6 qf  X*VrOWaebY@\gUM('447@lUPieSg&;S {]=)t [ SE@Rx;AK*Od.7<S~1Tk%f,-:CFE8 l;"T1v&xG;BvE=wo1f' XaWVW0T%N ;%/[^Jk#m%BiDoXa?g +/UMlGB5JVp\| U:|Y5$.`Etp<"V-lP DTkR8t4ZU+"#Y)0OoH5}l[pK4Z EC5Ba&+6Q gIQEiRr(f$oYizHN6uz@1?Cf|/eX p:Ctl D`WL-.f6%K6_Slv$!}]\ S_Ad5]:]!0(3>?']+Eu`JX" ;\1N Tc5(2/3:Y^\d/PEP*H5-#.&V.tJdms+inc[m}F@2-'%:$ >t#!KqMW9gPWn"j) *gH%K9KZ+7^S!Y 2 \ .KC>02Nhoeh-r` R}3hn\o%`QB+5Qk# f%F(qR:5WwL 7 $|4YS*$UEuM+zI-gNv|>{ gjuOo(mmV[J?+?a.a ,S,~c2;8uj=\:*D5# ,Hnm;W|&) _]-/x?h{d>HzymJ`*x \)<c4c=55?w#Jq)EN]uX _z*{;<])f?GC</ OxJ<c.^Z3%v1OQA' E}j@z(u2J+^pHz-V5*XAl*P\}0<nz.B9^/bH:R @+Z] Rr/6 |qU&Y9xkXF?iH72 w6nVu6tMh>Os&iP9]{[$;G b `@ Gtf.2m. ~akQ$FoO)6e%|7^\:nS]!nP3N;2m7IT1_iR,GH?A*#  3\c+P\-^cK4&a[3 !Ru~b@B3sM-_0$5k2B|u HxK Dw~naKH<^-O1 &Epu\B 8]p2_1gyH, &Jfrtc:!Fb{v:[QB3 iEz$bK0 !Gr~}U2 W{c8l|[2!Qm`XQBBP(> 8lcL7-qUHSnKbR=% $3&6J_&|E[E"+ qoJI#> >0+Ius.CLt_ #X|[0Yu.aLFQ606758QR0%ATP(51wdeOAA@* <Pa~ 0A@1[)}rCQGMQTctp!`6@A!FNfF%F}b\@0V i&C>::?=:a@a0|Y9%n.KRf^_}aL*5Z  JmkS]63wIx"wrjtJfl=pd4 MktUUQ,rW:448.%",3oug;9= %',=WriBp| -Uy  6fvitOI9!Q"y uh_ j|Ceo6~lVv17Ysvd_LO) gA22C*:! %[F~ noL?5Sw%Z6LT=k)|"0\ (" -[}gxOO%)~Oacyy 8NznC)3a~yi?Kx%W2%!&O7ohN>(<z'$Rwtae#ePZyKOm3 "&:ESeTSEH$(yJy3]I[SeLi;e/hkwg66_z]5<Y=wgM*h!;<(9##)3Lx?|sI++t?kx8fp_jDEMI@ C]vza{TkGQ:% ^ %>Vnq]Tr_\y@%nt2Bf^A1 <i Vg4 *:^B>B/=#/OC ecG0:!@Ug}fWVjYe8zx}R cc hock_E_5c6h8I100M8IawjdalWIOP`zE 8olJ)!("+J5o85w~Q)3,z'U8HMR-\wy.4xxI24hmU:,28@[DkJTt8;(LzXj2D_z~_cJVIQS>QGL]5k{|vgs;[PaxO7rYP4&*/D__jgQ -i5^S5SA,#x5oPr=xF)zdT=.MwTWKTA\PZf> DUDXL5X$6p*> XkypWSaZ7]Z^n`f]\r^O_ [Xp_/nAroWFBJb([g4A~*nJ=O>%!#k &dV416_0:'-2@BPUFn(.<DHFNK:;9`)QhwcJGLeN;U`rN pqzrgg=fcb\p'"\wgs Etx&Oo==YS=31#= @mI)t2N-1+,/%>V~ '+I&-95d-HBWe{uP526v65;O_jZx{Kp;[>F7;JSKOVv(Utp{ D'cs8 /ec4vhfbLn&Wn({_?'$# (Ad=zC"}K"Oyxa`ji`bhu\"`;s#S%*H{O9O`Ctf{&l qbR/5[roRz;'F!"'xC'jt#~^P<+&#Oy P3;i@g}ylnswo:nu|}QYq7O"&#7RTYQ(]%KmLnc_TEBiwpjZh e^}_qr.O/ .9Kd|Q(r<`1Vgpr;{gal5qX`8?##H_if0_rKzL}oS3?z75- (Im|}ztMukc^?gxCtL, &PoM}J?h/[~oJaG@JOH,yT<BkVRn8w,V]}gT0EkAFJ%@E[lnwI<|D]1$V1X&m(%d0*8WyOyfQa(Z?rmnnbp[O:9c)tYCK{EILE 3@ZfuyqX,TsoEyg0@k:c0s@:GMXtUp{Mas=Z,a Ep7c+?7*""&+#B"Q?[*gOz6cK%+-yVPe =fCM  (!%))|@zAsKh>#sB+Tb 7l'Z@n 0a'MW5RD6@&8&H^[0p'ZE9Z*!'"z!T580'3'v+4*?}PdpkX? Kj1}U'gB9YN f#dFh.^K&00N%W XM+f!d5i1   #*<X]jhXJ>FxMWc[upHP|bh!H.^|E2'oL:p1r'K&wOu.{=+;E%RQ G!k*w?^9,)!,9AJR:\b]QCNH\s ~ayADh\W_SLH8{c`my~sBCbz+H@Zax h+>6#Rq9jU,@=&N k{2u|wv#wNk)n an]Lb9033.9B5lOHWph=_`$ 5X=FTo]hyU &$U[-y\+IV={% 0g:RxAgwqsogtM 6%X  y8&1&H 5]_'"dmF$)?Sh%0DS\|jnqC&yF Jsf+Z_J?91)#1N<[iOt{k]2N5p w5$P$ B|}g;=tO 7.2L-`| 02[Y{uW vrs1K`g}f]TGDb9|>FIDPj5d~='[.q4+u]MRC2)? N) Dv}_A(_eQE0.G &0OMq wJx}fbxx/b/|}suoOHMDO\LiNmTxVLJ] :c6IW6SHTNJO7B911;$ ]XsG)2WnbcR0(`p` L:2Z +/aUKv~ fQ~[0u^trzm g+_@]O^WbedsVzHGg*d:L\d(o1c6K*$!alU:D\rURS 7/ VaF5=5{-*2EZ^|2nsud.ld%6?|IyZmjefQ"7N`qww%^./5+f8qx\g}kgfM,$IqU"CQB8)&05nK_jm8r{rlqxZijzy@+;G[~}s~>.l<Q^pt{e B(*Bw_nz|y`3>FhhA_nh`I >BK{[o}$`z\7ztxG7FM^ozmx!@4gP[geeGX YI ~rdTDB^)xzIfucZJ#:X:>GV)gO~rwu_8^t })?Pdy%4LIqp{~oeB :+yA ?pTTs,AezfWEP<9;??A`O|TTHGY`r;i{2u~$2Nq >j&CdwWu%wtB 0Xx\8'IrWaL@5F4jFSP@2e58K`o|v~4odk (Jj&F"E]nM 4{ \31E]qX8;ke[9)"Jf"~)p(S 5 -CWkh0rqkk|>h!Fl9tQ0gvN_s; ?kd)<aamE"NkylQ+*FM^lpsutnr~  9 Ys&=G>%Ac.^I#dxFBf20Kv 1k^:atH5JVM? " }-JN iw|}zkdn$!2C2h1<Ol{uW5'Ipk+?XbRc gwy+JJmIlz' Csm@  `)(IWVZpc`uQThJ#k*,8Ts|]6 .Hp|]&,1M3>Swo8Z.V%Oe"Ltk= sW+)I\^qdeoilwR(>HEGWt&[4)C Uu|`Ge.tT1{y@~3Tu 4Wu07Kio{Ci<%APjUPV>c?xOo ?s8LOEEWo*|I]Y3ho}|maSBb! ;4\xi9!7X~  )Mz@$*@uWIxuiR+r3TJ=W3\)_,h8sWz8q,=D:7Of8s\ixVA#w\J>5[$1Gc9zE#$0Gb##AYvY().o/MD.R dmj_L7&b8GM<_5f=nQq1[BB7+ # )8;]IJ?+ ~zjeO=0'l&+3NLqqT=2,3EZkEke: i -(9A>?9& $y4eDNXAh7p4yCd $O'&',8+M$b$+1+s`TQ>*g)6>Lcd}8nUACYt Bok2^!q2VBNFCR9f*v:`?#*2Z:~>4-(wbZD3+fI@a|`+y]MQbz O}c2uP(a;QCGY=y46?JYt S-899_ALM?)pJ3#nH7TpW&)"k\\mMn>a04:dg:maP%}sdht~|"8]lK5(' /<E!U'u/4;*=m987(4`( !upnk_nTAQ[i{%SkvO'ZM'~s\RJFLQG-7ci0 qSD8gULGR\f`n {)BxeeK0  &!+35HBgCDQ\UQC8.1o$ >:t-Y NK@6*x!M'Bj<nlE nY6 zrmqviP=)g!3CdJ1tkO2+u&}.5LU e(qAvXkocQ; "/=-J;UTVYhyMseT.Ky<&;ZP=teW?'q F'Mx0iyP1 =Rk#}nhm{fE=r 06_ Xt5cRA#scn1EYf7oQfi^O: + BR'X@^qp5yp:qhS2If]N%zcF' xP!&HkGutOb84` tunq| p4Ra2"y<viKX!I3.GT4\QVnND:%+@H P%eSop&]}NF3GgaN#Y3zH&R@f2m14L `tun&YX? x;UL<, $BR#VZQL8"=Wfs'\\s`^UE-HSEzEwW79o,ht;z2<@GWx~{p)OU/bxTb>,2,|;[ot qMmdL+ 5Nct"R=wMnm[=%Wv^L=)/] =yo#^--Ljwtpqqk:UaD:0XqK0I yy'IjEwpU- 2?Ne.|o(eqY<}P%r_J8-(*2@:d92fFu= :UcieUK H(ADEeD7~|EdE)w'  w5uUt"{WcD$-=Sh_kmqhv=rvhXI&c|4qaOIJT^fg=d]]I'1~m" [ $$:HWYSK-@M0f0v63sz?` C+F &=Z| Gc< !9RaMYXgAy:mfKB4Qw%sjfit .L{sh@\u+W  %9'Q`kozxY`C.. M<] cKBvs4 FR@7=FLj!Pu~XIA2b,+ARuU>{1}P0 ":S_c ddl{rZ?_%3 L .Qw|]9?r&eB{"+5 B6NbKA3urqokp>z 0Vjrh; ay9aF-0H^gghhnz}jPv4Qj";4Rxd@)#Np D D+z+4?M$WO`raV{>p'pybGB]~vA1eRoWA14EX`_]UNKPK=#p;e6.[}b= )Ol(_ Iv-@Sbn}7A@u>bFR]>t |}X 0yZD~vt}~lU?5(oD*NpL+fA! 7Pp.`Dd|/<C HLPP/QUG})$+*m9 +wP=l v\<~cA6WyhH-~eN4&9Pk}*Bd;Udsy)8JZdn y5{dbC'S r0JR+}c9 l?8Y|W2]=%  >[r4X 0Lbn nv.>Qm@iiQC/:GB>&r>xP/5^yLsIRv5jH-}cH07JZkt;vfv0Rp/Rt1Szl_U?9#GH@(uJ h2FO(kgF#cUH0 ~St.^SJ6  0Lo1Nl< e!>[q)wQpjhj-bDSQCP0<f1|)WG;b"|j?~~%wOVvC3!}}[dAR7C/0&"1If #`_^xYOo;I&g7 5`TIk5~X$~umnnlgejrtk[-HQ5y(&!qlQ[;H54.&%&&!#5Qn'BUURYh~K! 3B;r98>PJhjuynvWQ4/ !w!N%*),6M~cXr9|=yoibiqwy|vj8^PTfIDGA/{`oOSCI2@>E KH>:@Rfz -Gj#k+B7x::A+PXbzr~|yfWE8k"J%$!(2<JV_,viw&j^RKAv6v<IWaki1cS^nPCFMI< {bwR_CZ1VV\daULM[gnx}th[V-]Sus V.9J)]Rpq{a>o$P0"(3C]P<^fkgayh;vg1~cC-"qhp(8&=O<j>}9=GOROA&t`N{^r.6:6 )tS3d"jE+m?rgi;d*BU`adumGo [JEG?) wi[Io7k#u G! YB- eR */$ W%e{+P*~[?!x_D/& 3%XFcs.Vkns|om^RM;<95* s`TvDt*{ OR[ MY& ,*U#xqAU=mM1w!Y9'?\Ftw0[wxxYp4bI7*p[QE5SK }F2Oi%6<3" Qu``7O=_H?v:W0;%%#'9*NWi1Ytxkcc8SA-|lZR~K|:!#]#]LQQ$6L$S'C*mD vW<q#P&wiheAg"h hfj.v[(PwzdLQ.=*rrjR/ +\Bq@3Cis-HaiW9!uO$rR='rAkO>7:Ip/XwbbL?3vmhV8"L}B`{M#TMl9\txfO>, jM/ ^E6w#Q !s\D87Gk,Z|gRn;K&" {oyhx\{8}Ft/\;n42Vtv8Vlvwm`M+k D}[= x\4 oWIDJ_{"Lop[Gy2W<"xhwam]`]BgJ|1[Ax;BWq(EZeha`[zHc-CtT8"}`A! "~(]$I?:@Ts)Rxyrok\A%kN2qR@oA_EXLF^(}$f 0Oq%^&8[Mc|:RaihddtcXP61 jL/~ a @ (!4GUekd[VLFM/OTi 9|gmd^^_WC)Y,jOzEcAM=7A"Ty@>c={=+v6EUgKto~izRu9o[6|U1tcD'  >Xdmtqp`XES%MI\oTAEo??GLG3t@yqXA,I-{5np&RVUVlU}MV3]cQTgn=J"{<*zpbH.4#KxiZJ@M1mK~+!Hb}P,yR]eE2%v x3{InYp~g*dYlH{://`W}sz~\NBlS,|W0xgLU+G{5&so^ujRL@4Su 1 lC{Z0+rP]Y"NR%fX(XHO}^4a_`z9mWd>aaiK!8zjsaI[S?*-rte{v -NmxW<dB$  MW|Eh )3LLU>mw:+L`g[[y<ka\uU} yfM-h"#jAzjZF3 `n^mo 1W| zU6uU]:z".QQ .<L;= _}5\W*:GB<|6PS`7dK)RP?*_K~A{qf^L4  ] K)Gc v}{fB }njwV8&#%>g/$"?%<!/"C'g3uIqpQ(>'.S&+B"8E@,\GQv~zjO8v,)(.&6- ,@Vhi`Q># vrhe%U1?>,]"*l,%2(*0!J X/VJ<l-1C ohHt`ZE9P97>S3G4 $-259AQTJ>.\d~pr)i6VMFk90)!>  1B;"7_ (;`~T(bFQ3"1;7[28%s+CS*' %4+2-#"l~BF~^vhmcVG 3a**+<3<`/(#IoULw[nqVI7DF@7'eRt[99#K3   =K\fyvoaR;e",0&)2Ty9K`iuyulZ!:Sp!W-GH@??&;@/[!fm!} x?  -1H_q}n]IK/ #/0'A_|+=FUgeXxRO: ! gzxsPg6TDBM35//3J6N& {c&h/W4.' )AZ{o`Hg+ ' 8P i,"2:mHJ[Er2- 71wsyjRa)S-BH2>(*"/ X%S  %$i!3 %N]|wcQ;Y  75P:p z)Y<?O)j &:7{qe_Z3YS3FE>@5+4G6j=G@A7.%'&M$'o-12V$d pjT,HDYcpS4~vY59V}*|_?A1('*';#K1Y^fmzG0V*{kYEf4#+8F9Xy]O4 c3BQ!n~ ?)*B*J'NMW[lI+{mE 5R{ RLw/_DE/$&.@U<gqqo|@0e6q^KY7" 2<HT^^ad\F! iA?Pc~{l1##>)QCV\V]e>y$ ~|u\s+{0X*g a1jR+;-&)/@W4mnspy:3Z"p\>Ecz1EYm|njeN3 |3LH#j vfb,/!&<=WVfQd4p} bwBk>mq*WE o_ 6~3c>J9)+2@I'Ue`qO*gRq0 \Io7Od+qrqo^G(-vLKN+bos~$A'9D+^7l7l%wtQe=]#_br :p6er]'/p Q9(% $+/>>IaBv#|dIY/wku3K aKomkkfX=,@lQEk(@ iZ2,? D1D2Qag]ThH7?AMf&8\6' AodnSGD?@0B]MyUd](hsvtiPZ10dR\q{.,K2d=sqppw{s^?#LiaKr1N|/^=FH3GHIJFB_8**9Z~ ?I IK:}(#@p}T ~fVN@?Z>XHTNYR3W^]UI8\/i`+I44NDfty|ya;;OukYC'Um/\;@;58"0)#))*G# 3Wy+\hm#]P;-Gke 9 gVM<>3_-h+|05L>JMD6y+L.wv( 2)8HcjnI4z]c~N-)L_na"/& S1## %5Z%Y{GcWVT B0%! rfO9:W*v$%(c(/21"j>$pn 0V |*RxsmF(Qb@(A$",,)n^W'3+1Ab<l4k~^LP= r[JE0ey4nx#}&Dh|uypmhI& dlF$@ x8r<? f[$-Ca~'m 2ll0#A!H*(}| b%FZ.MfQ?:)w,f <\d9CfO8#dn<En!OeBJQ#46M)d=}>=k $Wh$%"$${ 28>\\;|p/H  @ &3wD`_byr`C@ylp\{H5!Se26e %iTRW1=DZ,uZZTs-Fjz%v %UI2~|nc(J --/e6HW[^tlV=&#y7semW@-ig:/U_]w^E8F;`N^bWzYZ]t/N^tf  oj.t8CC Xn{+` !5C9HnQgz[;(1v1p8rOaE)Y}QQ&S;.^Oi=k8 iyRk4ziZl|o,H !.:JZi!u`xE@~Rt-rhFQ. 0i?%S}2mG$[Qy>nm2 3\p-|k_oi?}  0< J[ jv:NcvuC}z rma?Q.ep G!2LmqmbEttt!uQ"Jwm1 u4Uc0^KK\K6-Ibw FgT6 |rmfHWt1RnJ!&AN]a\>0' ?wup&Kxt! oY CU$][\OM/Nj 2OA" :po]6,gfE $= SSONM=--[xp>dj cI6<ZgU-~O%$AWm !.6/ 1y~\0%^zkP5#UW?,4CE=##AcIuq K##[5  7=(wwyqI! <[z#=G;=S|~jDHqdOB0 @UQHC8$:\zzwy}+Zue\i~{^>" (6LNm9J 1!4"p\2 'Fk )?BPl|s]@'>OdlS@& (2671-EZvg ^.mMm}ldhy~xR?GZbYK8&bdh I 09AKZq;^q|xgQ;'MQOm\D%12+ Me{\?MXQmM?F\~  ~YLLOqF@2rdcyzh[H+ "4CP]rqpkef~~<ep`N'#;<tIBi( "&Rr !sPWkR{Z\fw  p[PyK?> $pZGAXy{h W='!<Q_iutiau\kqmttnq@wm~wl^P-")}-K=Ynw-CV6Vm=# 5_wV}CFj HzGetAgIUnJFY}dN7>H6Viu{l{N{8u9fF[aV~Z^^dl;oyhbZN/ X',Lr6F;StXQ66[swueoIwHfrGFth]MMHKcOdx6OP4bmrsnmdEX2O1KLDr?;>CKR@VvZXL.tM#$Bg=`?rsiV?0 3HiUbWc]kiv{nuH!{}hlV\SUZbm &8iG,<V@EC-fE+-So3bGhgL3 '22.,5xAvUi|,1mPt0D{mep~gj"wE`krGt$j_YRcDS6\)fhl  ( [%~))cF.!UCp:9'(.0*-=Qaoz"cD)I  {x%hH__Uj=onh\QHi:_,c"pu&T r}aF;6' <c&C^!.7<6/9O`eiqv|rP-kK=<:#0oLC^hnv|weVlK`?W,\s1Nbe_hy`N?MPMILR^o|{wrp:wB8#wS-\HGLO? $8dG.VekhaWI?m6[*QKc ,Snxx|XEGMUY4]\ZmXlauw(=JNPLNKGK`pq!g&`&c(h.o3o/q,jT4uaRH32=pF@Tjupg|]rQ`AQ3H*Pak em%Aoi]\cegsL.<AB}GLKEAAO_ig aA[KS<M'DAA@ -lR;&28AaP-alh^qZ^RSAK.@%:=K \q%v5hHYkLLR[c5wUn +4;~<mAaDcD{BEHQbmnj c)U;C3/!$ "%  u U6'026^@*KSRLyJ\FF95%.5BMXdu}%p>gP`][rZ]fj.qM_jpx f,`3_3\5Q9@>5?1<8>IGmILWipmkbL'.:503@DIOWP>1)"  7u@;C DEB@NBEA84_1I$B9.#)7DRe{tbR5KdOSYap}Hpw-qFkLtGxArD\GBH0G'J(N,O2J:G@HANFPVQsS^egaS<;e~uX ;;S^`>`c[QbL5QUQIz@Q95*-#!&Af}nbZ@^tinr5HQ^t*Gx[_jFg3]-S,O*N'N+P'PL@4",7+F$T[d o'& 2TvjE*D `hf\ficXbP>RTK<3a3E*<2" 4Uqf^XZAd|owz 7A=<<G5YIbXRf8mhYQQOLGF@7*)=@?BL a?`z   g,9@ Teitd1[TMtKBLHB8,"pJ2#A|zpfbaJhumu9HKA/%8#L+[3a,bca]WTNG?80)  4@ABPiW  -r=LOYaf}b:]]_`^UY'NC:/"~^D& @supp2tVy{# ,8=@CJNKFC?6& !+Is^ $+6BZO"\fbYcT-X_`YRkN>=$ |bA  #;}iride*jCrRi&027=@ADE A:.  $J5Qr*05;ENsYG]a^YUuTQU9U)NE=1t8 wV6")D`}sjho{(Jbu$/7>=81+#2c6Rl%18?IPuYZ`-eb]XVTPhHJ8#*t:ubYNG@DPk~2BL\s $-8@A=5) /^<Vgt%2<@C}HnMeT`^WhIk+h a\\XM:q%; d5 vjfekx0HT]eq{ !$)6AGJD5Ca~Ah+7CM{TrZobfoQ{?4${yqdP9L# sJ# !"&3AUiu+58>EIH@40Mh 5FU Y-Z=[KbXicfldtjtreR;{o]D)M~]? !0Id4~HSRMKG>/  <]~ #0>CE'I2S;`FnP{^pu|dpQ\1<pA]6 !"=.TAmXee_WK7!*6I d!z5CIOWdnssx ~/Rn~}gsOO4"m;oK!~rjhp 9&Z9xLVYUP@' qf`fy#08BO^$l?xV~ejmp{p~rsx~-VwqQ2_>$|H~uszh7 {cVU[cs!%.C?lR]^TH9!xk]PTh +@Y9lWptg^ZZ]hw{ y7{`|simoeG&b=q{`JURTbyuS./@QWfORBK8T5l4-)($3 c.9@;-tbSB57Jd{ 6K.X[eorhTIJYk|!{@u`fUPOF,wU/pXDc8C37If[05OfwhTzInJhYds]PF9- <e zeS>$ .Qz,=LX]ggf`YX`r wj*X@E`3z-* nK's\E4e)F'"2Nnc>G d}e[VRP_tseU@, ; Y|cM73V1f 5FFGXgr}o3Z>EE3Z(v cAz.dQ>0(x*\18Dg[,:M i{qttm~tkW@&,C^wV='8g Bu/?K]zz d-QQDi;u7/%joAS<+$$.tv>];oH)iO6 7}[O%2[_0unip~4]lI' g@~yt3kYkv~:vgyDwVqQ-oO5U2@iT* ;kg+  #SrT- b<xurj[ N0TWbkrvr+kSjvs~%XBg`=gC& a:<l[B# 6aF<]}_5R'}pjimg c3b_gflv+{Upxlt2Qz>jhAnF&`< 9hgP0 1_~I!Eg^0g7 oaZVVS W1Y\WVYc k,gN_gj&H}+VhAb/w? ~hDPz1-UzqK4#NywE b7 n`_gk`W;PaHHO]g9hXeipv'QNpGc0^*"uST&DjgS=%FsYf2w``hf\N'6W}*CP0MHMZ^cpir,IwHqWY%Z- 5Wj/ Bft]UO; $ 0 :I`f'e0z`^^TKB1)Z |0:$@7SAmGP_t$DjJsuMPsI%8xl;0QpmaUG;2,(#")19<Ja~[ \(~rkcYQVh]6 LjEIyz@ :Wt|tj^SLHFDDMWXTXew{Q_+naY1FR!z!6+>C?XCrKU]cm)zS} %7IoZFgyG^72]|C>[s|rrrj^QEADA>CJKF?;?HgM=^tV%t`U;EY&~&-9.V4wBNTYg{Gz&m:BLcxFtJ#?lU!3Qiz}zrjeglg^VVWK:-()u/CE jqG y6fUKq* $3$551Q2~?LVav8U}m=$ GnO zW0 $Ju`3 3JWi{~~ynbZSE1 y!L:Zx^9 !oBS]8y"%9 ^%4B Z)sC\zqJNvpG( e@>fnC.ATboygTEC>,d8B b|xZC)#:QabBt0" !7b ":Pc&rB|azyW. Inz]G2!$y5SF&\xU 8Tj~iPB8$ pP.)Lh{eWFCL`ruN-!3S 9IY2iBpVtq}nS57btdQ?8;JWSe#y{?#@^vqWB3!nR,8 Qgzwe[]gsgyFw"rsw#:Qm(<M]g4iNre|sv|{pZC(IoyspvsHb: #=^z{kTD:+ uU2+?N^yyrsvx~`}@y u x{7Ph #6AF0FJL\Vf]k[sXI7,Pk~tCW* !Ba{~mUB/!jL2!!;K_|zlaamaOb6a#gkq})8J[z+6<A;LTWib{efZH-2Yr{JvA<XtygYRJ@2% {_H;)52+Eio_VuQVR1U^fpy!+7Km )09E6PU]qcg^L5%A_ |~vkoElskA0Nhp~_RNGA<>9*x fX0Q7J7??/Wu~i\WwZS\3c n}!+3D^|)3;AL,RMZj^d`VB4//:+W"x~pfcc4jw`04TzqcQMPI@ANRA("q(h3`;W8J3:;&So|~f~UJKfKHP5Y*iz#'2K m"/:@F>HeOPQLG>86/7A4X,tqiqeKjpl4-KpcVwCBDAALZ[J;7u9m4l2i9a?V-o/L5/=EYl% P|->LT3^cfpqpouyz1wFqOcZQhCz3seVT&OQ_mC yd5\T\eXpWxZ_cfigZF;8=y9m7f1d.]'H**7Ogtzz|wy]zBr-^'B%-*0DUew5d!/<G8[flyz|y} *@Mx]mlbR:pkW:KJV]Ml{<|Qs_lki|qtpj`XJ912) v&b6HJ0\rnSw:b-G$/"(2?Uw!Bi +%EOXpfp{#;Qf{mT6q}TNC>DEhP.^t*~;rHlZpky~xgTE6)'t5ZC@U"hnjggqgPV3C$/ 1Pr'Eg 26TLs_n{ ">Ugza=elJ<<-&"w+>: Rk$5qKp_|o|pS?5.# "3=fM?cnk`XtTPI1;;>. 20UJ{i /7LR_oq !0=\X0xf`HA2 zQ15Kn)ATjoR@<?3 )@Cx8*  -30+3ARj3` 2W-}CU`k}*7AF)IB5RawCklIB6#(zbT8JV8v&1SmvV<0)'0: 84 ! &&w.D9<5*d / ~-v4x;JU`u)\5]-APcv+ESbe&_<CQ g~p8fNH2 w^ BH)p9_}sZC4)5GXbkc!U)71.,2~5+[$y"`/W?UVrkv~+sBSQ*ee0z{^?H;-vR/5]#.]s[H>+5G*cr ~"4yKg[D]TLEyAE=51*Xb H@!A6QDiEHZkw0xg~TB e;y^3OY^0kx}g1oyY9G;-wfhnfB?%w$cfO@ 8H-d!|*AQta^h;dXLAk762,#I c@# &5.J8iBQUWWS\]_%ldDhBr 7T^f9t g0yku_4WI/lXZcxe=&!^#kt`PJJuLPLMRbn|vS+weRCF622-XpL 0'!')4+D2^7|ENXZEWRR'dr)Zy6Y+K\bd>o {[%yilZ.SL<'fQPS]k|U3L js9bc`^`amuvq{q_u7r fVFf6-% BoK, 0%838Q0p115=GGPW?`sEn:c$r=TF4KRW[K\YRKe?.3&hP KLUc{|T-F m<h~~tvZm5`O?1_'(OhH 8,,%6+Q#q!R,l V~'\!8b@;HQTIR:;@@j49. -/.)c$O@DRr`>=z`4bwgeBUE4!p 4^4 rH."#+%F!a$# 5/Knh0dEz-m=CD C6#b)#17X8(9:85p3Q$? DSn~c/Hl1F%\}xaRE$-SzN" %M!,'?&\01/0&7tNt\ +)eMzX' y<g,5464*sP 64>[|u^QF1"$v$'$L{yrSM4&\qI H!  3M-v6:;JZcH9XUsg: ?n: $!uU@<@\{AgT N[V[V?Et/{yUS++Xj@U&0%#$!/7@OWueowJ;%7PJ`q~uIQ}F lXRQ`w;xD|,fgE"e5a2c!o?j F,#""55MNeu|;$r.B;yDM\hopvzwNUyFsaVMSb X"m jQGdBoBe&v@xZ?3/.O>hXCg Cx#'-1<{GOUbwQi< ye*Y6R@[GjPTS@)W$lhC7u`5i:Sh4v_H8=W:I^M g Cxe5*7MbCyZ/3qKf``tg~smYRB*(qe82q_9_/FU&v+aAO^KKXe}B X6sg6(7HR mi> ,IcroVV=[] .U|Q*`-Lj<)Hc~zJ IKpgj~wN!x=7TtrH Hg}MpE:}T 1aT)xOvB }qB .MnI}<|3tjgWHCDUie<b'"NwnF2Z{%O|}P.q_*.[wa8tO"uGxI7Qs*)#8i!gdN BA:m80' %n3JO$ma&C{}\<%Io"?btH#_`+=Xmcv?w!iS3 i< W/?e.:B=2)8S{ZqT<.$D dpo cL+6UqU:ttW? *:` &8NlwV*Ot< 2GQ^P1E 2f6}VA3l-: <7%,3@ Odd=Eq, /?E:' 7W}j25p~bVMVxW`^RRg~|Z4:lu8;ce`6< ! p*>gnI "1:6.K`I=knO.#W/Xf? Lu K;7_EXUDCM]cWhjE <cq8Y&T2Bmv< $3784,9MGFfeJ'6p g;RlT(3)F8J?@H-P[]W.F\8p&\Qnb7#T|oS><Iau$pblZ2:sHv|Y:8MPSov>_=! #?t]Jp!\j"y<G`@H<7B1S%\0[oM{<[ ;QxW) <kXL^0}"1F^!b~b1-i9d^#7/0+G_h)u~|Z>0**/~Eud^@( 9P\f\S^Cb9o>~h~~obSF2Kj|~]$iH,+Kx ~*Ir$fT/`"!*W{}Z-(vI=^ bj|pWGCBPc~s`O3%:Pbntt]E@Zl\w<`8CQ%`\]}vDc9-MQG[}:r$de;0FPT= 'W|s M  V8?GTeyraPDCJ[nueQ@3Ofv~fYf|]BiM@djdwa)c+ +2*9Yz&cvYS?NhPjR?*0` zR @KGDOduw{dy__adrmc: 6E"ZvjogAz6_C:NOTvX}O "D\hKvxjYDKQhxQucP;9*f\,f8,98BS|]iYYUPZObYdgaxb]S8= Yu~pI5:lDFCHa}xy7iss;7FR9`q^TDBCXqs[jaTBC7k.! i6Z!#4ACn;e7b>aHiMxQUWP5Aa0<C@(|f_]\3Vc~MrcvT!%8*?j:-(A;e"fqcAce[QH:% uIm8 kYPQ&Y+m0956-8 h%:JYI-tvin:ekz5ef~N! *hK0`{ hud@ZmPIG5%Y& a / qbUR] yL x+CTV@  |{c{,xck|uFw=~J7fq+ssxi]P>WoNQC1$ j6N !dUKRd "5\-HeplK"(,+$$( PMg3yvL"KV~(que[?^ia[M?.rEj>j\[j $8'\1>Zps b#F9$GHEC< %~D?b1pnQU>^gmbpcPB?OcX}OFD4kE*0! V#4 macx 0'V/{6<[xq4YQ<g!rrl _F$n5z:e3pl#T!SIbj reys_ T8^VagTwKH=~)kV > )'}S3 &P/|=@Hk.I]isQ>+!l,K&#Wk/\)z^Zo(U!hB[`)cdop_ T0\E^NXVX\U]CP1='6B9,-+_2  5^/=L[yCayzcVH5()i=E4Gu=U)}~kVObjcc~El2 w;GA<HqdmWC&Q<ZE\FR@P7J+= 0%8KPE6z,Q /Fs6LXg9z\y~kTADNqVG>Y$Jc1~ xylWILQS`yDz7{#-3CB}WXKHTXU"O MF <1+5ENC*f: =,pIV\hG}of`ijga:F/vHzC\.z vtdM4.3@Oc;uB%0R7GUWSRQVWP KFA;LbkV5Y*+2#zy98rNZ_/d_vv|ovaJ^S3\ -Th9zni`E)-8<MJ{_'\0PUKGR\] WROHFYlnZtBH6+~tu ;~9LQKT|dz~}v{X}*f@,2d7.. Vj9xkg[E0)*(.DEge2d.8;GV]\][SRYadepbQS-2 {jdj~M#>L2Su]ejozb2l]\_V$H;3z"Ks;nbc]L<3*)6NLg-w;m'3>PbpqljlictlbM2_'yhXR]w!^->2OtXY\kv}l4yd\T[PC5h8qs An/=FMRZhnd}YkPZQD^+X9}kXLRj=v+Qd7hw`Zho4~mB]RG?[+(whZO?oK`x9tBq(@@=HW[aRDF(B<*sg`^ezo{y._)IlCyS`qP1uBgl7RE?>@#F5P@_AtFXsF}Kr -48w:U851)# wg\UySwZ`ityu>*h:F[Qc)p,g:n 0|l^S;IFHS$e=uKP\ft*XBh 34,l0DFL;{bJ6)%~+h9rK}_|tz,R.|MT[vH{h0o-mEg)pw^eA\YZas#7N_ku5]2Ql 49v,X)58FG4~ bSF914IeWJkNdv| 3Xz!;^ KqW%}5vQ`//nI}$| 1Jd9Ur'H)b&ruv,v8q:b4L61=?877/kTD5,,:IWjiRNdxDm!@i7Uk qH@y_}DK#"lP0 08QLoZo)//G)Wa#c0`CWMJH8;$8 >7.,(nWE638DOz\`qH;ATm'Jk'R} "5I\o| vcG"y?rbN]-7V5  .B3XIlcy~5B(B2996<;7C0H#IIGD>/ mVG>=DRbgsPF?:=N@hf 7_"4EW`hmk_J/ Lvg^pHK$0 _>+#' 7BO!]6oPh2B F@?FRZZUQLD;1%vbWQPT^nmYJA=@&OHdk~Ox0>FE DA#9!, V$eM:j&N:* kG/(*6.G(Zl{):8:@EFJI<,t bVT\al{gZPIFD8HWVqp+Uy$'' uL{Y:p R@-"!g,K6=A;N3-2~=gFZNSWLgKyJKJO[o )3;@@>=<7+ rego|yuo f*cJhjy<ftV8wS$jXJBBGKqRb[TlOUdgdciz'7?<963-&$~{{{~$B`v"7[~uiZE,{wq^=ueWQSYc~rpfbjqursw$17970& *=Rh&>[ryj]O<$ ua@vnhilqy{rorz|wtz )571,&*?Vo 5M_p~}pdZSL@.s cXG/vsx||pknqppqv| '*#  1E]v+Iaq|}voeZNFA;3|&^E1}{zv|zwqw%)& (9Tp+Hi}~|wmbWKFGJ{?h+O/xtuz|}~   +@Zqz|->Uqrmonlf[M<7:Aw?h1]N3}wus{t~y '=Scpw w"z:~QcvueZRUXR@-$$(s&`!UOC0skhhiZn\uf{r{   '4ALYdl o'pGtcvxunfWH=72.)# |o aP=0&{pnu  !!  &7L^hkot&x=tVturiT?0,+)'(*&! ud WH9, xtpkyoppx   +2797750+# *=MYag k!o7kFcZVuJ<2)""%#!ycJ 5*'%yuwx}yuw  ,:IXbgf_UJ@1 ,;GLSTSK(F:>M6h.)##)*)+,{)o!_M=, xlb_dosukznpqt}  1CQ^n|}rfXI4" %++,/686:/M']i{ (/1.(r#gYK:*~qkhltz}o~e`^`bly +DXdnwrZB,  $)-./12 01-O%ey #)-2320*z un_M=. |yvy~skhfbci}" : L]pp`N>+!$&+/1*2W x$5@GJF?/ vlcUI@7%~ zx|}i_a`^am}:[y|jXG:1-($ ""%*,&! 3V{,8?A=3(yndZTI<+x tvsld`akw#Ejt[H;73/-.,*,153/% *CVq #8INMH?0 vg\ZYPB/} uuwocYVVbr $A]s[F5-())*)')-331)4Qr'4:<8/!ymhdc\RyFpBh7h%j ox}kaZVZcq 6 Javxm^O@4+(*/228=A>91+ +Hh $%%"vigotwqheZ[PNU;]!d jtq`Z]dnw~ ' ;K\otg\PF:65657=AFA92*  @l $# {ppvz}{wpkqheh]b]Q\:d nwjYRV_gv*9@LZkxzng_WMIHIJECCE?61-,(" #="^  upqtv}~wvougohdnTtAt&qsxpccjt}'3@GNXaiovzztroqkhegd[PED@6,% 7Pi}zyz}wm]B~yvt{ytssw ",7>FKP}Wybyl~quty{ z nbWNC>6.'#;!Tguqgadjqw}jQ/ ~yw{ #(}/z6x9xA}ISYgt  wl`UI?6-$!&2*C'S$g|wmfhkllq|v\>~ z uxx!z,6GVl !! p`QC841//1&15+F'W!goo onmdZTW\bfoxdC!uosx  2HZo " {n\J=52474./;+F T^ adff[ROUZaku{aD%|wtt{ 5Nj vj_O>0.4;=);;:D2J)SY aed_]\[_enytZA'}zzwrnqx%<Xuyh\NG?847==-<90C#KOW`c^[_glo}v}sZC+.Kk{ma^\]^]]Y.T2A50?HSXXUVX_hr|z|rbP9 ?`~uk`ZVVXW[YS*B.22!;LX^[YY_c{lu~r{v[E5&3Vvui^XVVYURI*A54<(CM [bc]]co{~{{yuoaM3 } +MnxrjaXOICCAF DD='34#?KV\[\blyrgca^XPC04Qkuof]WVWST SVQ$G+8:)JVakx{eSHFD?5+  {yz2Mf~zmd`^WT RTQN G@2-> JS^n|sfTC5.'"  0AQ\fo|{uvxy xzwqe XL)A<1L[j vyi\O@0# zx{"1:BHOV[a^_^cfnv~||  ~sgXJ1?@8O2\+i%u%%%!xi\OC1 xnjijhgku}%,2;@CGE?8:?FLRZcipw ! {qdU'K4HBHQH\FgFrG|F?6)reXI:(ueYSPQQW^jw!'&%%&*-) "-6>HXj}  {%v0s<sJuZzl||zreP8seS<|(^I;852.1:I\p+45.%  (5Nk "$%!+:IYgtoU:yiW|BW.7& ,E]s%.25670&!4Le "$$&&"(3CSajr}}dF%{m\xIT35  -AZv $)-//.0/* ">^!v%&&#"! ,;JWcq|lM)|qcjSLA0,+AYr !1@IPPLE?8.  6(N*h(~*+,+*(%#$)- 2;HUaoyrQ(}skcXiLT<>*,  -D`{/FZekgaXOC4# )64;T;o=>@>:632 /',$+-2:AIS_f`h9fbZQF:p0[$NC 8-! 1F_y*BZkvxtiZF2 -8?-BLBgB?;5100,*%0!0$)+39@JRUaU5V XYSF8,o#bWJ;." (=Rm *Ict~r^D,$2;B0EHHbHGA<743,0;.C.H1D395$6>GPQZP1PRVUQI{>j4`*U!J9,!   & 4H` @]rrV8 )3<+AAB[@w>83341-++9.?384*13:=?w@ND*HIHGIE~9o.c%[SJB;5/+,06=HWh{3L`mngWB(  ,1 49(A8EKF_DuD@81.+&,!0"0(',-/488n7H=$DHFEEE{>l7b1\.Z)V&M'A)<+:';#?EKRZ `m3HU``VE4#4=> =-><BKG]IqKLH=1++#,",-36534:z>WB3HOSTTVYV}MzF}C{Br@e?]CYEV?V1[$bee go -8x?t=u6v(xywtu|~ '5AJML,J9GKC_<u752)    x%X-76@HJJMPQOMPTVVYu_i^cTgFn;t/y {neabd gjlns *9CKSZ-]=]HVTN`Gs?93.$ iO#62>FJLLLOTZ^`a_[[_]RB2# z mbXRPPV[bkx)7CL PR!U2YF[X\hYuQF<4)rV=-(:GRYZX[bilqsqmihdZLA9/!q]MC??BEKS]jz -8CKR X*`:gMkajte[PC4#yeO6 )<JPQPT[`eike_^_^~XLD=4*o\ND;56=GPZi{ (6CMX _d#h.m<rHuXrkfUC1{iUD 3&0C QY^cefiotqib`^[TMF;0#dO@70.18AISbx  &.6 AIO"V/\>`L`^[pQG:'}sbT H ;50K*\#jquvtsvxvme`_^[WPD4$eK8.+,29AITg~ (2: AGOU*W<TULk>2$|rjb1YGL`Cv;2*xtpjc_VE3 eL;1.28CNYgy(29=BI"Q.SAPWDp6&{vpk id']:QPGg={84,%~xqidb_UC-w\F7.,1:BLYk $. 7=+B<CKBY=l5( }ulda$]6YJS_KqB~:2(!~xspkd[SMF;)r\G9.))0~w2$ |l_UMH/CF@\<r84/*# zrh_XTL=){dPC;78y74, u\A% ui`|ZwXsUpVuW\dm{ "0=#F*P,R,O,E09<-K!V\_dmx{wurlb\ Z\]#\/[<[MZbYvXXWQH>4* nR1|pg}`{[uVoTjVnYx\ahv$5CL'R+Q,K,C/::1H"T[_cinu|~yvsrqmga][ZZ[$]5\HZYZh\y\VOD:/"nV8{wriaXNG|EwCqAnBqCwG|KUex# 3B*N2S9R=QBMFDN6X%dmruw||xphb^XUVZ/\B_TcefufaYPG<.u`G-uh\U}RzQyOzLzKyJ{MWgx$ 4A'I1M7M<MAGF?J0P X[[[^doy~wnf_[WT'T;YLa]hompmjcYM@5%x`F,yrnjif_ULF}CzD|CBABEO[l&2"<-D8F?CA>B8F-K"LIDCDIS_jrsrsy~~|xtlhghf%e5hBnRsatqtusld]UJ;)|eP=)zlc^ZVPJDB@>=<>==?IXgw ),2:4C2H-L'NLG @=?@CJWckmqz{*z4{AzKx[yjxzurpmi_O?+{jXF0~rjc[UQNLNRSSVZ[[^gr{  '3(;7;B8G5G2E+B#=8569>BIR[blx!{*s1o8lAhMf[elh{jllg`Q>'sdQ=(reZPIIJIJNRWZ\^abcfjov %$7(A(C&A&?"=<9 65668<CKUcny~ ukb"Z,W;XJ^WeglyqqldXH2|viXD2r^NC=;=AJS[aeilnmlkhjoy'':-E1K1M2M/J(E?;: 73115>K^oun'k5mBrQx]}huyrgXD,~wk^O<~'eL:-('+4BOZfoutrolgdehq} ,"9.C6K<O8L/E#>71 ,(%$&.=Pe{wke`` c.j<rHvVtdpsnj]K6vm_N9f&I6*%%-9EO[kuzwsnf^\^ckt!/;"D(L*O)N"H= 0&*;Pg~ric_ bi,q5sDpUmhkuf[L:"~tiZsIS94'!   +9FQ]dgea\VPNPU\hy 0B N)W,[+Y%O@0$%7Kd}ulgecdjqu,x<|QcwxkYC#|qeZkNLE99-1*/.152A-K(U#Z`efd_YRLLOVz^uiwu $8IV+b0h0d*XE1 %2?Oe}yngedintz'>Wk|{kO*vkjbO]=X2R,P,P1P8L@FF=L0OQ SSROKIIJ|LuSs_vm}~#9KX*b1e5_2S*@ .)18CTfv~tmijmrx~-G[myzfH#{tmoXjJg>g1f*d(^(T*J/@226 : =?BFMSTqSeV^_\k\{am'>Q \aa!ZPC;424:@B J S^hs} ;Sfso|V> {uwbyR|Dz9r.i&b#Y"M"=#-%'),4?HNqUb[]b[j]xeq(4<#@&=(9,3.2*3&9(@*E*I&J%N%R"Yclv|wpqy4PwfirZzF0ziWFz8p0b-T+E'6%&&),3?JSwWf[[_WhVs[dn}  &!,-.63:79<6B2J.O*R(S&P%Q!UZ] _dmxuhcgoz";uQfbWrG~7#jQ:w)j XF5$ )3=G|LkT^^WjXu_fo~  %4#>,F4H@HJAR8X0Z,Y*S)O&L!LNRZdmv~wlgilt r+dFZ\PnC}8* x[B|1k$YI7% '2?LUradm^}^cgp| )6?/H;KGIPDY=\8\4Z1V1P/K*F EIPXainr|qiec`doq%bAU[MqHD9+{`K9t*b!SD4 -9I[}mm|bZX]hx$2@#F6K@KIKQIUFTBR=R6R-L&GDE HLT\bhroaWSQXg{o _<VTTiPzJA8+zbN=u.d#VG5 " !1ASfvxk][bn|&8GM&N4M>MBJCIDFF@J4I(GG GEDIQZakzufWJA@K[mxm.fM`fYxRJA1}fN8x'ocSD1 &;Pevzm`^bp/=HO'V3X<Y?W?S?IA<@/=%<<9 559CN[lqcVIA>DPc{ x,nIhbayXLA0gM6%}uf R <# 1AShzvkhn|#4AIPX\^"V)J-;.3-+.%.// /09ERd{uhaYLA:?J`y v>k[_qVI;'jT?/$p[B"'1 ARdt}tqt~(6?FNQPI@ 8 2"-#('#'') /4=OgwlcYNEADPc|{4nN`cTsF~8*qYD4&wc L*36DTeq{~{z{vsqrty +4;=>:6 20//,# '1<H[s~uk`XSRVct}o2aJQ[Eh8u,oYG8*#q$^0G=0JYepv}|wsommpuz#-49==<:;;;6/'!#1?N\rzj\XVSS\jy}*q<bLT^Ho@z=<6!cTMwRe]Qe@b+ksu$)-/ ./28;8/'%;><Fcsf`^]^cmxsd\]O%F8JLQ\PjPuC})bCCOuUeNRL>U(gtjyc[l|'4=AAAADEEC>5' #.L}qg_YXZ`hs~| }"v9bKEX4c4n6y<>2}m\xHu2oi yml{opwqv*~4899<=AEFA8+ ,XvkcZUV]grt&g;lNr_wk~u{b;ueT='tnslhuu~ }(4789=CHKKI?2 ;r{}{pha]\^co5IXeqY}+ {kVB/gddXKLIWghhz"*-/036~:?@;2&log|tld^ZZ^ix~ 4HYggsKNT7whXD1wmnbODBCNMJYf~",256x6:?A;4*,PJD]yphb|]Z_{jrv~tp,AQx`wk}xnU="xoaQA3(~nYI@>=?8;>Oj} !){0l6{88:;;2& (.,@^pr~|smoxwyv*?R`kss|^G)|tniaVG:.# lUF@:7.13=Pbr}|j)a3o9=><;93&*ENYp}jW}]{rxtpnkslzruzbav%:L\hq|xd|V~MzOwMqDk1e_UK>2*" k[QH>/,(-2@LZbPE'M5n@FGFIuHtA7- "0=]wmVQ~h}p~s}|z}rci%1?P^lzswww{wzpt^mCi2d'_ UJ>4,# r g^P=/#"!',7; 0%,"D*[2i:j>^@RCRFiA8.! !?`aNF\egt{hi{*9~KzY}^`ei{ggbR]BX9O4D+8!/ * zpdR >/& &/2+%9"O(],Y/E/65>:_;4( (D@4ARZ\mto\S^p~ !1FSUSRRQsPfH[@O6J(?q[!MC4!,&,(3(6#6# !$"7%U*`-T,6(+'2.X461%&<09YjilvqdTRgoq}.ANVYUPJuElBh>e8Z,?!-0 -  j[ L#:),/'5!5 5320-#*6(F+E,6-!(%0'Z-}12.##)"7Ygilp^M6F]_\^jd`]o %/8AC?x:v2{/|,|)l#QJTQ9 {hP&:0'9@C EEC@&>1<67+2/,'/$V"r"q#h l .S_Y\}g~^F6FYWIHOMFJe "&*,,)$"~ vbG-  tZ(@1&= FOTWXXTPN KHC=&7M3g1d.Y+b% 8`hfk{nPES_U@EMF//Pq  pV4  h N*04BMW\cfe^ZWRKE>99V3U,E'P#p  ,Wg^drlPBJSG11<53O_d ost  {Y4~ aD'+ :HU[djlklke\S+MJHPAK7Y-}&3[e^cuoVGIK:" 0./;: BWd"Z#VlM0~dF!*7FVbnv{{qgD_JW=NCDq9, 'G\Y\ebN><:'5G$@+8.O+r)%# mR5h ;* 9HXepw |?sAg5\JXhs8@BuGh[[zM<%   %=AFNTK>+$ ))55C@UDmEB>94-$gJ.iB#4CO[er|(CVTsRfhXH7",3<GK?-#' )',86CVJwHB;3.% pQ"nC(8FPZhv 0GHH{^mZH6&%060$!!2>>[EqD>7/& oF zR#/4@KUboz)AKT}epbQA/ ')#  !0<3BVBr?<6/& vZA+|)^7=E Q[dq{2>GUvjl_RC3#!  ',&-=+\)&!  ~aG1"%0a;>J1W.^%envz|{ {@uWn`fd_pWL?/#( !%#C#_ t  }lL&-=bL=Z#aehlquxxv8mPcbYrTOI@3"    J e l y  seD# %0;EvONW1^(d*hh hfgd*a<\NY^TrKD>80$  4Rk {[8 #/9CoHKN9M2b*|$ )Plyn_H+&5AMY`b^eZSWQTWOYJTGOCL=S2l(  -Jh|pR9**3 <EPY\\qYbTcLgEn?i<Z:G4D*X v  5Qi||kVD3$,8BKRTSS|PsJwC~<~5v,i'b ap    A]rq]G7!.%!+7FRZ]\[TI>72)|vop {  *Rv~jZ O?*%/<IV]`_\VK>6/'pir  +Fa|uX@3+)6COY_aa^VLC:3+#    &>WspX>)#0 ?LW^dffcZPHC;0'  +<I^~q\ E/! .=N[bfkoole\QF=1(      0DT_q kXF 4+%9HWa dca^]WQH</#     )5CSd{ yaR%I-B71@IS]cd`\YTNF?6,    |zywwy-<GUgy #(-x1a6O<AE3O X ^aa`_]]]WNC;4+#  ! $# }nb[[_ejt .@O]m~ '1;uC]GKJ;M)PSVWURNIGED?8/(   "$$""" qcWTWbjqz#7IWgs )6ER\vc^bH`5\%ZY WUPJC=964-%  "$%*08>A@=90|#vk`ZVW]k~wronm#n-q:vIZl}%3ANvYgbYdL`@Y-RNKGFC>940,'   ",258=CHMTVRJ?z3u"smfgkopu}sjb_`d)h7mBtKS\fr}#0?~N|[uggpUrDq7n-i!c]VQN JC=70( "%'! (08?EJOU[\YS|Iq=j-ffhd_^bhssdXQMNQ!Z1cAlNuV[ev ~x.s?pNn\ig`mSpCo5p-p)m#e]V N E < 4.% "*.(# "#! !*3<EMSXXTN|Gq>k1f$_Z]ipux}udVLHHJQ Y.cAnVzfllov~!t3gB\OXXYaYhSkHl;l1i)g'c)^*W'M"C8,"#' *,++-6?B>83- &"!#+3:@EMUZ_a`|]tWmOgHd>g3l&niafvq^NC>>CJ,T6^<jDwQap|ztok.f;[FKO9Z)c#h%j(l(n#pokd[Q%D076(54 6:::<AHJJGB= :61#(-5;?EMSWZ[v[cYXWRUPQOKMCL7L)NQXdwzdRC;:=BI$S1^=kHyS]fow|zpf^&T0H:9D*NW^ chm qtrlaU#H19@*JL LPTTNGFFLPRRM D8 .,%7@G OX^cdb~`j\VZHZ=Y5W4O_:a6_3X5KA7P]j|lUB4*%$% +4#B6TIk]hlhb^_`^"S.A:-DKQX_hqz~v i$Y;JD>F2I$OWcousmhecdfea\Y'T8MF@T-]ejoswywtlnWlEj8i1g/c0U6@>&M ^kvrU;( -%@3X@rN]jpjaVP K.C=7G*OV \clu|~wl _O+@;4E&KNQUX^dgfdaabb]XS-P=NLEV3_ h qw|s{]vLtBp@jCZGEK-OT_py]C, !3J$b0|>MX_^V LB.7<.I#T[ bkv|si [M"@01?!H MOOOSZbfd``ehhb%Y8RHKTCa7k'sz~zl~]zMt?l8^:JB2HLR[eo}dG0 $4,G:^DyMT^empk"_4ND<S)\f ox~rg\PB3% 0 ?OY]^^bhovz{~$~7zIsZiiYtH3te[RzHhCTC@F'K OW`lveK3 .@#U7lIU\]\ZWR%L4BC3P[ dp{zobUI<-",04=K[`a___ckx!2CxTndbqT|B*m_TJtFcFJH0IJOXdoxlN4"  #2B Vn1COUXYWO"C47E,Q!^jv|xnbTD2! !+136=FNPRW]eoy,>Pyaooc}P8oa[qYZ[?_!abcgp}gJ1#8 Of*~;M\cb\TK,?93F(R]gnuyzunh_TF3!  '+-17=FOW]fp{&8JYixkYH6|}ok`TV:S YbjllmjsK~2$8Nd0{>IPUVUSO$G1:;*FPW] eknmid^UI;*  *158<AL_t(9JWes}oX?&yn}]sHm1f_]`flqlyO5  %8K^'t7DNTWUNE#>1:=4H*QX`ehkkg`VLB6(  *8J[gq|%4DTetwgWE/r^I4{uplknmtT}>+  *<N^s(5?GJJE>#601>-K(V_d hhgec^WM?1# ):N`ny 2DUe}sqe[O@/{lZG4~}{xsnvl_nKu8'#3C T#f1{8;?ADEFF B.;80D%MVZ[VRNNKF=1"  !+7F[q$5GWf~ry{tk\I6$zrhZK<)zuojjjnTt@|3)&(/7AN`r*6>DIMMLH"D/?97A/G%LOONKEA<7.$ )<MYdox*8ER`m|zsi\N=*{oaRH:*~xtqoqwmZLA=>FP] fp!})1:BLSWVPF<&2-'39;==>==80)  #8Mbq)4>IR[fovy{j}WzDv1rpmg_VL?1"slkknuzse[UV\emv'4;<98:?CD@ 7* #$%%'(&");HYi{#+6CNUZ~_werjnmenXmFi0b]XTNG>4' ti_Z]ft}wsqu| (5CKSVTLEA>=:5*    +E![)m/z6@JQX_cefygegUfId>`4[&SJC>:3) ymc[YY\cs*8DOW]^^[TI<.%   <'Y-p14:@HPX]\YU{UgUOS9Q(LF<3-)& ve\W[^ahx3GValu{ztkbVI9(   #(-...-, -(0H4f6669>CIOPOI{FiDVD@C)>8/(" xjb[TQPXev 'A[n}uh\RD3##(/4;@BB??BD:C[Cx@?>@EJOQOMIuE_AJ=78$0' }jZPT[dn|5PexxfS@2& #,7AHLMLJJI5GMBe<}778:>BEDA=y;a9I631 + $ wkaZZXVT^m $;P^ku}zm\I9.#)5@JQRRQOL6IPEa@n<x7678;?@@>x=g<U<B;/5-&  {eVQMJKS\gq.ET^jrz~~xocWG9,  /<GNSUTQ/NFLZHiDx?=;:;>?@@>>o=[<J;>8.4/( tcTG;79DQ_r'6HSZ]djjfgnqmbVL=++8FOX\]&[5[=ZIWXSgNpKtLsMqNmNkNnMsLvJrJkIaIQH=G*D< 2#{gWOIE>;BVp %7CIMQUYajqolkicZN@- !,7@HN&O:OHMQNTNXK[J`JeJhKkJnKoLnOmOkPcQ[QSOGJ6D"9 - yeZMHJQW`p#,9DKPW`insvtnhdbYI6$ '5@H4KDMKPTRVSXVXXYY^YeXjZl]malffh_iXgQaH\;T'NC6&~j\UUV[es &*-:O`gjkotwtobQ@4)   )"4/=9B=FCJGMLOPTTZV`Xb\c^e]j_m`o^pVpGj3a#TI=2%mceca]^hy "1;AHVdkoprodUKB5% (-%5-<5C<JEQKURWZ[`]e^j`oas`v\wXvMrBl2b UI<0!zqljfhkw(1;DLT\dfc[TMG<.&2 <FQ$[-_8_C[LZV[`]i^r_y_~]YTM}Az5w+o dTE5'wke^\^jx #/9?GLONOPPH:)$4D NUW[&_0b?^LZYYdXkZnYrUvU{T}OC}9u-nd[QH<1"z l\XZcjs")2;EJMLKC;3+ !/AP^hnn$m*o0q;qFlTe^]fZkYmWnRpJqBq7n+ic[UNF;2(zfVN PWep~ !%''&)19>BA:,  #7GS] gnw~$,6?{HvQpXl^gcadWdMdCc;`-ZUOG?6/("ud[YV Y`my'')/440-//.-+#  &;LYair|$-7?EJQWz^oabbWaLa<`+^\XTKB940m-])T&M OS]cj x &+17954332.*#  ):IZky '.5<BFIJzMnNfQ\ROS=R#QPMJE?:{6g2U1F/A-C(L$P!V^q &16656861,'!  # 8 H Vc u %,39;?DHJyJjLZMJL6J LNNKFA<q8^6P8F:B:>5@0F)W#j~ $,26<BDB93/( (?Sg{"#&)-2:@DEFILNuMbMPN;K&J HFDA?w;d:S7G8;97:1673C/X(j| !(/48?DB<971%  "%&(-&G%`%x'(*,.147:=?@BCEFwG^FMF9F"DA?>>?f>S>B=8<,:%9"6(31-E&]w $.7;9786/)${xy"'()*8)T*m*+++,.01136:<=>BCDwEdHIJ.IGEDCDuDZEDE6E+D&E%A.?88I0\(s #,47:864665-$yonox#+169;<;V=p=<:9888769;;<<>?=<<n?S?4>:50-/p3V7<:)=<<84+0A+W$n  (07;:74456/$ufa`h r +4:=@0BPEoDB>;964555679<>=<;:k=P?5>93/05q;MC.HIECA@%=6:F4])x $)/69:>BD?8,$wf\V_ n%1;@AA*DNFnFC=82.**)+,++,-+&'(o*R,7+*'&(0p7N>3C$IJKI#F0D>BN<h4*! #'+-26:BGH{Au;u0v)y{ ~mZSR^m*3;AG1MRPmSPLGA<76531/0221/--r.W.</221./i1M85>$FJLI!F,C?AV?q:5.$#+0578:BJMyKvBr9q*qsv}n]RQQWa v(3>IS;YX]p`a`XSLGA;600//.-**(w)]*?-//112k4S7<;+BDED"C0AH?`=y:60&&07977;zCuDnBj<g7g*fi msw{vh_`^ah%2>I(TG]^cpjlld\RKD<840+'$&&&#r#S"2#%).//m/V1@3.69=?'@7=M:d9}850*!'3::89t>mAi@c>a:\5\(]belu}xld`\al*;JV"a<mSui|~{rfZOHA<4.'#!"#&%n$M$/'*/259x9`;J;=>4@0D1F:IFITIgHHGD=2#!)./2}5r6i7d6_6^0\)_bhnu{wsnnow~*<KY!d7nLv_zsyrfZOD<4/(!"x%]'>*".26:?C}CjCYBNDGFGJJLRO]PjPyPQPMD6$'4<>w;m6d2^/X2U2U,W] gnw~}},@Q `%j=qQw`zkvvph^PB81+" mV;! #%*/0}/r/l2h5f7g:l?tEIIJID:, $.57s6g0[-T-N.M)L PVajt~/DT b k6sIxVx_vlr|j_PC92)  fN4%+17;=;<u=pCnHqNsUxZ~]_^][VND4! $*,~.n.a/Y-U*P"NQV`ly /@NX%a9hIlVo^pkl}eZM?2)  ybL5$+179;;<AIQWZXTOJGD>1!  #k$\"O"G CCCHMWdt!,8BNX)^5a>bFbU`gZwSI=."tcN 8  !'.6;AEILRV\^`]ZSMG?5+pbVO IGHLQ\gu #/ <FO%T,Y5\@]L]W_a]oWzK?3& ueYD ,#*2;CKPVY]]\]^[VPG>5+" ufY QLKLPT[do{(4 @GOTX"Y*]1_;_H[]VlOyIA5-$ v cR=+ $-7AIOUYZYZXVQLF@8.# x kd_^]adilt  '1;? C F KLLK K/KAIRDbAp?}91' } q ^H3!"/;DJNQTTWVRIA:5.% wqjgeedeju  $$'+#26<>AA> <<$;2<?=R=f;w5-%}s g X G 2 #,6AKT [`b a^[UNF=2(xqliikot} )3 873&3,,1!346999653!3.4@5R6b5n2w,|&wm`VI9% !&*06@ KV`hmonicXNC9, {spruz}-; DE?#8(1+)-+**,--./.",0*>,M0^3k2q/v*s#maWI;,! %.:FQ Z&d+l-t(vuoeWJ=0# }zyxxy +4: :5-# /!?(N-Y.^.b,a)`%Y#R#H%>%1%&$$'.!;$G&S)].g3p4t/v&usmbSC3$ "-5;> >80'  # 0';-D0M2R2R1R0Q/O.G,<-2-,-'.(2-83A7J:V:b:m:u5w/w(trkaSE4" '.3:> A>:0$  "'+4/<0B0H.P,S)R'I%@%;&9(=*A.E5F@DNA\=h<p9w4z,|"xrj`P?- {wvy~ &,169<= <61( ")/*273>2F.M)S#T R!Q"S&V)Y/Z7ZAWLPZJhFq?x9y2x+to eYI7%yvw| )/0.14:=?@<4*" '.2+5<4J1U,]'d#insvx"x'u0o;iFeQ]]SeJkEm>n3k#eYK<.xokhinv #*0220//0242-% (19>>,;=7O2Z+c$kqvyz#{+w5r>hH_SV]NcGh?h6g*c[ NA3% vkeabfmw#*156753/-+)(&!%08?@?-:A6V1j,x&! %*3=zHoRd[ZcSfHg=d0`$ZQF:-! wle`]^es &.477:=<92*$"  "-6<AC?7(1?,W(m#}#*5@~KrTeYW]I\=X2S%NH @8.# |smjikr }&28;?BA?><5,$"+16850#(6!I\o~"+8B}MsTgUWTGP6J%FA :4*!{vstx "+14311/+$  #-4688 5./(@Rbp{%+5?JSvZh]][OV?O-HB <50)" $%&#"!  +2430-*(" *0100 ,' -:I Ubm v|'2;~DtMiT]XQW>T.PKD?=;4.*')-39;;850*  #%'& "! ,5;BKXdns'u2r:jBbHXMLO?M0K!IE?950+((*,/479:871(  $,17=DNWb nut+o4h>_FRJEL:L.N!QOIB=:99;?DHKNPQMH@7,     !&-5@LTZ `d#d-]4S9H??C4G%JLLFA=>@BFJMPSVWUMF>4(  ( -.*$ '2<DLU[\"Z'W0Q9F@7E%HJHCABFJLOTX[`ehe^WPG:* "+-+( %!   (3@MX_ dea#X,L4=9*=@BAADFHJNTWZ^ b db_ZSI:*&*+)"'#!! %2@KWbkm h^$Q-B308!;>BGJMRV]bg kloqrqlcUD2 %*-,'   )6ERY_`_WK&@,32(8=BJRX^bgilqv{||ztj[K;'$( *(#   ,9ENTWXYWPE8&/0)8&A%I%P#X]aeiou{ ~{vndTB, !"" !% ,10(  "*6@HNSYZWSPNJF"C'@%<"8#4,0<*Q"bc [^o}{tnk`M;(    -57?7 !  %.8FRXZYYZ\^ ^ZS H ?96+1=(BC Kbxxp_F-$2?>4 45% *7DNTX\ahmqqlcWJ=&3.**"0F _r}|n^I+) - * 1 73-*   ,9DOZfpw|~vl`SD7.#$6F QaymQ~8'  *003/,$ #.;K\ku|~ rcQE<!2+&0< Ufemz{xiybxVyE{7+ !" &-.0% $/>QaozyncXMB8.2$BCH^sxpnpwzp\?   &% ",9IYfr~yqi_QC 5)% 6IWf|~vporwsV?3)  #%%#! '5BN[hv|xrgZM@4'(:J`vtpoptzulfT9#     %(*,*##3DUdq}|sj^RE6) 4Ocoz~wrorw}v[C,   "'*&(<N_o|}sjaUF7( &=LYm|wsrqqs|t]I9, " (-.+&!  "  4I^qvle[N?. #0C]x{ywutz|k]N B8$(,00-(" } (=Ri}yozdTD4"%E`v}yvvx|pdZN)>5+>?;5/)#{~  5Mcx}rwhjo\K6!9Qey|wvw|~td'R2>;%B CA<1&y|~|} %& *CZo~xphsZK8$#<Ne{~}~ *s7^BCH'KJF@90%  # 8Rmrurd{Q{={')E_px$0l8Q=3@B @=4( ~zxwy $295,& 7"Q$h ~yyiwU}B|0vy 'DZhw -|6b;G=1>";60( }vsnlr #2<81-,%,<-S.j-~ q\{G|3vnmvz}'DSd})3x;_@MCBB0>6+ wmr|%7?=74/(-:-M2_5q(p^~Ix2rg bcdfn!3Fc *4:m=X?K=<9)3 (vklqv.>CA ;6,5<<LC\Bm4}! xjXB,qjhikt1Lf|*4y8e8W7J6<2&'zqmnw!2>@ <7*;8DFKSHb>r/!whS:$vnicabn2Je(06z8m9d:X5B*#xnow~&8A @?'E7MEOQM\KhCt0} ufT?)ric^VQTdu@_q$+38;v:k3X(;{nnpou #/7&=3C>FJGUJ`OlLv>}.%  yocR>*snje^_en})BVl !%+//-v(eR8~uoknx '+66=A>L@WJaQiOqEw;}30)}xobTC0 yslfccdl~!5Mi} !"%+/1/)wlW5{ngfo~ "#-,71A;JHSSZS`MiBn9r4r3o/h'`W L>/ yqia]aht 4I^o !%')+..*#ueL,pijq  )*64@:I@MHTU\\b\hSjFk;e5_1V+N"D9-qecju !8G Td|!&))(*,,' r\@# |yzz{ #!03:@?DGHOMUU[W^U_N\FY=Q7K/E#?5( }skfcchv/ BRe|%*.,+(%#! wm\@!|z}|$5*A9KCRJVS[Y]^aZbTbK]BW=M;F6?)5* zyxst| 3G%^*u.12321,&qgXB& }z} #0<3F>NEXG^McQdXdWbT`JW=O2E*;$/"zrkmv1'I.^4l7|89;<;5-# zm`P;! %4AL1TB]MfNnNsNtPrMkKcFX?N3D$9* zvw#+02N9a@kDxFFGE@70%z sl`UH6$3B Q_5iFqQyR~RNL}GtEkB\9M*<- )1:2@MIcPpVZZXRJ@7)tj`UKB5#yuuy/=M]l#v3?A?:89w8l2['K7"  #+7@K(T:]Qdchsizhd^WL?}-xmc[SH;5,|xyz} )9GT`mx-;@?62}4q7e3T(C- *19?FN+XA`Rb`_g[oYtRyJw<u.rmf]UMF=5~,t omnsz '5CO\fo w~)276|4t/g-Y*F%1" ".:DLPTX!]5bGeYgcej_nSsGo8k+ijieZQJGA9w/q"lmpy +5@JU^gqy~$~+z,s,k&_"Q>* ,5>DKQ VW%W4ZA\O]YYdTiIm>k-e\ [^`]ULD;2w*s"ppt~#2<GQ[ahq x|"y+w,o)f WH8'  *6AHNTW[_)b6aD^MWVPZF[<Z,ZX YZZWRMGA:~.y"vw|'4?KT^fnuvw soeZM? /   )5?HOSVY[](Y4S=IH@O5R'QQ TWXWWWTME<2&"2=HS\cglone ] SJ=1$    *2<EOY^aa` Y$R*J3E=<D/HKORPLJMPOF;1&%3ANW]`efhc]UL = 0"  *7CMW\bde!^#Y&Q-J4@:3@#EGJKIFDEGE?7/#%3BQ^glmkkhe[Q@/ %3@KU] cggi"f"b#X(N-?439!>BCBBCAACB>6+! -;FQ]gkkjhaYND6&%0:DNW]a a`\W N"C#4#&#(.7=@AA@?>>>8, %1?KW_cddb\VLC5&",6ALTZ^ _^[XNE8)!&,37:=@A>:64/' *6BNX^a`[UQJC7*  (/9AKT[`` _ YUMH;/")06;ACDB=82-& (4>HORRPKIC;1&  (29BLU[[ [ WTKE: / #(/7>CB=5.'!  #/:DLQVVUOH>5,$ +7AKS[cc`YUOG9+"&*/6<ADD>4)+6=EGLMME=2)  '2<ENV]^\UOG>0% &,39BIHA6+" - 8 @ DFFGD?5-(# "2=ENV^ab_[TK@7,"$,5?HMNLHE?7,  # -8<@BEC?82*!   )7AJOY_b_]XQF:+ #*07@IPSQLD;2' % 0 8@DGDA;6-#  &)*)%  )5COY^cdc`]RE4%*2:DJQUWUOF:-",6?DHGF?7,$ $(( %"   .<HV_ehkg`SG;0$&8 FOU[^__^ZPA3& #/:AEDA<3*"!(-3552* ! +9EP\bfc^SH</&'3 @MV\`^XQLE;,  #2=DEB;2+&# "!$+057851 )#1@M[dihd\UME =6#//)9#DNV_fjh_SD8-# &.58642.+&##$&&1&7$9":;;: 4* *8FPX_eihb[SLC=#723>+J"QY _dhkg_RC3$ (1564211 0/$//06.;)@#F JLIF?4' )7BMW`ba^ZXURO$G4?C3P*[fl nlkhcYK;) #'(),/2 45)471A,J'O#TX\\ UK@4&%1<HRY]``abde bY,M:AG8R.^$hnpnf[OA4( !(.4:> AA :)440A-M*X%^^YTLD7(*4=FOU\dkoonjf\#R0F?:L/W"^ehhaWL@2$ !(.2 43!1++3'?#LW\^ ``\RH<- (08?GOYaeijhaZSH.<</G"S\ceeb\QC6(  (.24 31.(*6%DOV\aefc^UH9*   *3:BLV^dhjhe`\RH$90,<HRZ][UMFB:/! #(+,-%,-(5#=EOYdiid]UOIA5$ "*4=FOW]cgigd^WND"7/):C JQTUROKE;/# " %%"%,5?IOUY[ZWQLE=2$ #,5=GOW^cfihf^UJ=.#.7=ACFHHC=6,   '. 6=EOTVVVURMF=0# "'.4:CMU]cffbZQF ;-#. 9AGJMNNJD=4* #+18>EINSUUSPH>4* !%*2:BJQUZ[YRI>3' &-4<CIMMIB:3)(1;EIJMOQUXWSKC9/!"$&)*+,.4<DJQTURMHD<0#"+ 158<ACEC@9/$ '0:FMPSUVUSQMHB>5)!$&&')-//147;;;:73+ &!$- 4:>@@>;940*#   %2AKRW\_bb`[UNH@6+  $)-147789<@CDC@<630.*%&.5: >@@><85/' '5BKV_hjifb^YTOD7& #'+-02479850-*(& &%("4=A DEFDA=92'  &3@NZbgjkic^XNC6)  &+06=CFHHGDB@=;71-(&"2>GKLOPND9/')6CNXblsttpi^QC6)  '.59=@ACCBA?<974 2,$$1=FOUWUOF>3('2<EOZdnsuqi`WM@1!#,27:=?@@?=;952/,(#'2:D K NMID?6+(3<BJQY`efbXND=1" $*/4:?CEEC@=;874/ *&"$,!5>CFFFC? 81'  $.9CLQWZ^^\YTLA4( $+05<AEHHEB<8531 .*%&!."6#<"?!AB@= 83-% (06=DMTWYXVTPKF@8* "-8?FMQSSRLF?:52/+)) )%*),,+/*2&3 1, )&" $/7:<?AGKOQOJFA<70(&18?DHJHD>;61-)& &'*,"-)+-(/%0!/.+'" !*1467<AEHLMKD>83-& (1:BFGFC?;8410002 355 4&2+-/'0/- *'$!"'+.15:AGJJHEA;71*! &,48<<=<;987655677 751'*-"--, ,.-+&!#&+19?DFEDBA@?:3+"  !&+18;>?BDCCBA@@??; 81+!"&*+ ,.//-*"  %+0367776441-$ !%*0469<AFGHHGEBA?;3+"% )+/10-' $+0577679:74-$  #).27:<?DFGGFEB>93,# %,4983-& !&),/3552.)   !$'+/146;>>=>?@BB@:2) !" (-1341,&"  $(,031-(#  "&),/368:<>==>?<;9761*#   "&)*(%  &/6;=?@@??@?=;8531.)%       '.6<BGJKLKHFEEEC@:3,&      )3;AGKLLJJJKJIGDA<6.%      -8@FKNRTVURNMMMMLIB9-"!#"       ,9CKQTUWYYWSOKGFFEA:2( #(*& "     3BNUY]`bdc`\XUSQOKE=5+"  &, . +'"    '9FQUYZ\\\\YVTSPNLJE?5*!'++*&"     #2?IOSTSRRSTRNKGDCB?9.!  #).0/+%     *5;AGJKMNPOOLJGGFD@;3,"  '/5784/)#      &08?@DGIIIHIIIIIHD?=94-%  '-/3530+$   #%$    )16:::;=?AABBB@<9840+%  # ,256653-%     &*.03689:;=?@>=:741-'   "+2 67762.*$  !      #'+-/355 5 5 6 6 77652.*%  %+158: 960,&"    !'*-/1121/-,*(%"   $*059>AA@ >:61,&       $&()*(&$!  # (-4;AGJKMMKIF@90)"    !#%%$"  #*2;CI L MLLKIE?80'   !!!  "+ 4>FOTWZYWTQMIB9.#    #$#!  ", 7 CMTY[]]\YVRNG@6)"%%!  #$$#      !.;F OW\adggc^YUPH=2$"$%$"      %1 <EMTZ^` _!^"\"X TN F!="3%&&& %%$#  !##!    %1 ? IRZ`dhiifb]WQH?4( !####"    *7B KS[`cddb]W P I#B$:&1'&&&% # !$$"  * 5?IRY!^&^(]([&W%R%M%G'@(;*4).((% !      * 5AIQ X$['](\(Y)T*O)I'D&A(>);(4$- $     # 0;GN"R&S*T,V.V-T,P,J+F*B)>(:'8$4!-#       '2;$@)D-H2J4L2L1K1J2I1G0D0A.=,:(4#- #     !) 0'6+;,=+=+<+<,<-=,=+=):(7&2#- '     &#.*206193;3;4;2:/:,;,9-7-4,2(0%,$   " $$    ""'%+'/(4)7*:+;*=)=&=%;#9!6 4.(!  "$$ "   !""   %*-035754/*#    !     !##!  "(.2666320.)$            "',...,)'"     !   ! '))(&#    ""     "# !  $% %$%#    #%%!  #(*($  " "##  "%(+,,+)$  $()'%      $'+0233442-(!  !#"     "%).234441,'"  !#%&$     "*.037;>@A@;6/*"  "#!     #,16;@CHJLJE>80(   %)('%$ !# # $# !   !)29>AEJNMJE?7/&  $&%#    " % &&&$ "    $-26;?CFGFC=6/'! #%(('$" !$'))(' %      ( 0 6 <@CEFFD>82-($  #).120 .+&    *4:?CDDDB?<72-($  %,13 20,)$     &08@DFGIHD@>950+($   &+/ ///,'!    (3:@DFHGEB=84/*&#  #& +022/*"    '18>A@?><961*$   !     &,010-(   "(*+($ &2:>@BB@<94.'!  #)+,,*&"  &)+)&$  (.35541+$ %-2555442-' -9;9?EC<730-' "%%%%# "/,&,"   &+/1211/,%   ( >JKIIL NIC>-  "&$" $%%-<DA<93& "(+./.-*% .8@GMVZZ ZP?52&    ->FDDJE4*( $+./.-*'%%"  "*"4%;(B&L%S#W VNEB ?4*    $27<EKF??>6+&  "&''&&'&&&' '''("*,+6+>*E)D'@$CEB=: 2*! "$-<A78BFB=><0  !# %&')+'+,-.0+1-03,8(8$6664 ." #,)#+6;<@FE8-+'  "% ( ++, .146(7-8.5106*:$:5-%'.6BHE?>@<5/' "'-158: < ?BDFE#C,=358-6&40, ("  +:A@DMTTTRH4 #)/59:: < ? A BC@";)3-*.!--+ ("     &+ 1=LSUYZSD4,*" !*2:@DILMMNP OJD;"0&%()&   . ?KS\]WJBAB:* $.7>FMTY[\[YVSN F</ ""   '4 CMROIGLQLD9, +5>FMSZaeeca\W OF:.!   !$'(($* 7BFEBFPWVQJ?1% %1=FNV^dgieb[SJ?5)  &+/12/+)$-./8HPQPMC80,)'  (5@KT\ciklgaYOG>2 $  !).256 3.'!. ?HJKLF=9875/()7DNW]cfgfa\SJ>3' !'*, ,) %/ 8:?DB:8=A><90$ )4>ITZ]``_[UKA5) $)-//-' %(.5723:AA@>7-# $%  *4?IQV[_a_WND:."    "(-., ( "(')2;@EF@71188/'"   +6@HNU[\[WRJ?5)    !&''%" %3=ADD@<;AGD:.'   (09AIPVXXUPH@6,!  "(% "%&%# "+4;??>?FNRMB:4-#",2:BINRRNH?6-" '-)    #%%")279:=DNSOF@>8,%# "*2;CJMOOKD;1&%),/,# $$    "%'&  #,38=AJSWTNJG@9570  %-5=CIKKH?6-$ "(-11*&)++&!  ! %,2;DLPTSNE??A<5,#$+159;<;6/& "+350,*-..-*!  "+39ALY]UJEGIFB?9-%+/23431,' ",341-+-12.,+#   )4<AKV\XPNNMGBAD@3% #&)+*(% %1773.*(*.21+    -<LW]]XSRTTQLIG@5+# !#$#"  '3:>@B?5/05740)  &5EQYbf`VOPPPMJF;0+&  !"!  )49<@?91034-)(&   0<CIRZYSMJIFB@@<5-$   &2=EGB:5222/-+%   +:FOW\[UONROHBCB<4-'   )6?CCA?81/243-$     $3?IQUPIGJJFBBA;41/&   !/6:>CC9.+-/.+&      .;ENOKEBAA?=:5/+'!   '19CIIC<9972.)"    "0;EOTSMJLLF><=8/&    !/<FIHEC?;850*   -:EMNLKNOI@9992*$   "/<HMNLE<5430)      .>IPQNKJKIE@:3+$  (5?GKMJE@;73,$     # 1=FMONJFDB=71-("  '4?HOSRKEA=:4*    ' 4 ?EHIGFEEB<3,&" !.6<CKPNGA<6-("   ) 3 =EIIFB??>8/%    )3;@EFEB>:3+$  )3=DGHGECA>80(#  '2;CIKJHEA:1(! # 1 <F M O MLJF@;5/&  + 6 ? G I HHGF?5)  )7@IOQPK G@7/+(#   +7?GJ I D?:5+"  )8ELNJGD @:2+%   $0<DIKHD =5.(   )6@IKJGB =6/'!    #'-7AGGE> 6.'!   '"0"9 ACB?=9 5.'   "*.--2796 1-&  $,38:8 3.(#   ! &"*"+ ,,-,, (#  "%' '$&&$( (()+ )%   $"*$.%/$-"($       !!!     !( ,$,'+*),),)+))(%%  "% '(((&#     "%'*",&.*/-00/0-.*,))'&"!   "'* ,,*'%"   "&*+,.0%1+2025272818-6)3$.(#  ',.0/.+ &#  "&*/377$5*4-4163749360.+%&   !',./-+(#  !$'(*,.036;%>*>/=3;6:8887543/.(*$   &*-/0 0 / ,&   !(,.-./27:=@C&E-F2F6C7@9<98735-1'+%  "&)-// - *& !  "(-/036:=@ B'E-H2I7H9D=@=:=5;/7(2!-'   !&*,-,*'$   !(.59>C JPT#T+U2T8U<T>S>P>H;?733'.(!    &* ,+ + )'$ "(1:CJO SVX&Z/Z5[<Z?X@U>N<F8=32/%)$  #),./.+(%!  %-06:AHP V\^']0]6]=\?Y@W@R=K8A37.,(!#  %*.121.*&"  #*29@HN QVZ*^3`:a?`B]DYCS@M=D8;32-)(!  #'*,,,+(#  (2:AE IO!T*Z3_9c?dB_DXCQBM>H:A55.)'  %),/00/+%    (07>FPY]$a,c2f8i:i=h<d;[9O4E.<'4!+"   %)+++'#  (3>F MT\'d/i5k9j;h<d<^:V5L0C+:&2 )"  "&&(('$  &1> GPW'^-c3f7f:d:^8W5O1I-C&< 6/)!     "'+-,)'#  '1 <F%Q.W4[9\;[;Y<U:Q6M1H+B$;50, '$ $'))'#   + 5< D*I2O8S;X=X<X;V7Q2J,C%>;71 ,(&#! $()*(&!% 1; C)I0K7L<M?N=N;N6L2I+F$A;7 5420-+)'#$)./0-+% $. 8)@0F6H;I=H<G9C4?/=(;!:8631.../,*%""&)**'%!  *3;%B*G0K4N6N5K3H1E-@&92/. .0//-,)('$   "%(&%""/8%@*G.J1K3J1I/G,C'?":4.( #!"$'+./,)%!  $(*+)&! '$1(9,>-A.C-E+C(?%9"41,(% $!!#'*/252+ #&'*(&" "' ++-4.<-?,A*B)C%A!=82.+ )(*,..01210.' "&)*,+)%"  #) -//(/0,8)<&?!@@@>: 6423467862.,)&   %)+++*% %( +*+"(*$27<@CD ECDBB?><:972-&  %+/121.*&   &+./-+($! )18= BCDEGIKIFA<83.)!  %+..,+(%"  !$())($ "(.39AGMPQPOMJD?91(  %),..-+("   $'(&$ $ *2:BINPRRQOLIB9.$ "&)**)&$    "&((('$!  ) 06;AGKOQPMJGC<4+   $')*'$!   "!  #+4:AFHHGFED@;60)!  !$(+,,+'"      '/7=CEGFEB?=:61,(" "&),-.,*'#    #(.36;<<;952/,+'!   $&)+,,+)&"      %+/3468::8652/,(%   #'*---)'%!     "&)++)*++-,+) $  !"$&''&$!    "#"$'('''('%# !  !"$%%#     !"###"!        !!###"                                                                           #&((!'"%#"#"!         "$&!&#%&#'(((' %$!  !#%%%# !$%&&#   %), -$-&+&)''*#,-./ .,*%   #&''% #  !#%(('#   %+04!6$5'4*3,1-..)1#45652,$  $(*+ , +)%  % )-.,(%!   &*$-(/+0/03/4-7)8%<?@ >;72,$  "$(*,. - ,(#! $%$"   !%)- 2$4)7/735506+8%:=>=:5/("   #&)-011 0 ,(" # &&&$$"   %)-2 4%5*3/05+8&: :<< ;951+$ !#'+.010,(""!""  #'))")('-#269;: 853/,'! "%(,//.-) $    #$$#!"& ,2799 740-+'#  %*.12210-) $    #& ''&%$#+17:;: 8620-*&  #).23430.+( "   #%% %$#"%+/23 21..-*% $).01110.)%      !"  &,15 6432/+($ &+/011/.,(#       !# #"! %( +-+'# !(.2577741-(#      "$&% %# !#% &$"  #(,14542/,(%       !$'(''$"        "$&%$#"                                     #$$#   !"!!       !&)*)&     #$##"!    & +..,(#      &06 9;:84-%   #"" ! $ #!  "*16 8761*!  $&((&%# !    '-146 6 2 ,$  !%(*)(&# "    "$$$#* /233/*"   %* -/10".'+'($%     "!' ,..,)$  $)-/ 2$1%.&+$)"$    #$$)%,#, )&   #(+0!3&6'6(5'1#-(#   !$&(+).(-'*%&"!   #).!2&5'6)6)4%0+' "  !' +$.&/'/%-!*%     ")."3%8'9(:&8"62- '  "(+!.!.-,'"     !'".%4'9'<&>&?">;72 ,$  "',///,(!  #(-27<?@>:6/*# "',-.242*#   !#)/24551, *'# %&'*/0/,)%   "(, . 2 4432/ *!  !&+,.1!10.(    "$"($/%2%4$8#;=;3 .+($  !"$%)&+&.$/!,(&"   %#(%-'2'8&:!965 430-$  !$"'())')$*++- '    "!)%0&4$4 59: :::3(   ##!#$ (+.- *#    "(*!-4:=A DD>5,&!   !%)*+ &      )/39=>;7662+!   "       #(/ 5 898:=A=7/(    !      #)+++08<:71,'#        !#'))($   (/321/-*+)&"     #%(*+++*$  '*-..00221.)"  ! ' , /344430,& #&))+,/121.("    % * . 2 45630+&  #(+/..*&#!       #(,27: ; :9 41+%  "'+-,*'(( '$   "'+/47:;<: 6 0)#  &(( ' * -/,*&$"    $',/234530*% "%& * 043320.*%   $*/245"7#53-(!   " )27787 730-+%    &+0246"6"51,%    *48:9:8743/'   !%(+.!.!.,)%    #.6;=@BDA@>;5-$    $%&(&!$     "+026;>=>@@9 2,'       $)-257<AB> 951)"        !&+3;?BD EDB<5/+%        !#$$!   )/ 6 =CEDB@<:51)!    "&***'$   *6>BCDB@><83)  !$#"    $).121/*$ #.5;@CDA>=;6,"  !""     !&+.01/,(##*07====>:3+$  "%&'%#     !&*-..,*&  "(/3679982,$  #(**(%"     &+-.+)&#  ',/0132.&   "* 04642/*#    !(/3654/+&!  "+/12564-'  %-6<?@ @>:4-%   &-38<=<83.(# $'*-/,)# '/6<?BC A<5.%    "*05:;:73-'"  "%&&&$ #,5<AEGIGE ?6,# %,16:<;:50*#   &/7?EIMMMJD<3 +   %,28;<=;83-&    *3:AFILKID>6-#  '-37::984/)"    !+4=EJNPR!Q$O%I%C%:#/ % #+27:<> > ; 6 0 ) !!,4 <CIOSVW U%Q)K+D+;*1(%$   !).2578 640*# $.6=D JOQSSQ$M(H-@061+0-)%  #+16:=@? =:5-$&/9BJOU XZYYV%R.K5B768(753/)# #+05:>@BA @:2(*5=CJOU XZ[YU&N/F7<:/=!<;73,& #*049;<= ;81(!$$"  !+5=DKPTXZ[Z U'N.D59:,< =;71*" ")/368::72*!#% %# %/9@FMRV XZZ$W*Q1J6A<6A)DC A<6/'  !',/1232/)"!# %&$  !,5=EKOR VXX%T,M4E9;=0?#BB @<71*!  ")047::: 84-%!###! ",5?GMRVX ZZW S(L0C67:,:!98 861,&  ")-0221/,& "$ $##"! %/9BIMRTVUUR&M-D4<:1=&>>=:83.'  %*/1331. )%$'))(%! (1;DKOQSSRP M'F->349)>A@ =:50+&!  "(.23430+& $ '''%"  &/9BIMOOO MJG&A-9204%79: 973.("  '-14443/+%#&('%#   (1;CIMOO MLI#E+@19629(;:9 741-'   %+044441. *$# &'''&$!  !*3<CIMOPPNL$H*C/<347+9!;: 73/+&  (.4789763/*#"%&%"  '08?DHKNMLJ#G)A-;044+7"9: 85/(#  "(,157753/ +%#%'('#   (/6;@BEEFDA'>.9234*5!54 31-*$   '-123320- *#!# $%'('%!  &-48=?ACCB?#:(2.+1$445 31.+&" %+/3578862 ,%" &('''&$! !)06<?ABB@=#8'2+,/%345 530-($ &,169::860* # !"   #+17;=> =;73#-&()"+,. ..,)$  #(.2442.*%     (.48; <;96!3&.))-$/112 20.,)%  %)-01/.+'"    $)/379 8742 .$*&%'((( (('%!  $),-.,+)%    #(-02 3331/!,$'(#*+** ))&$!  %')))'%#     #')+- ///.* &#"$&(' &%$"   !$')***)($     #'),. .-*( %""$')++ +)&%#!  !#$$"     #%% %$$#! #%%$# $#!       !"$$%%% $ "          "##$"                                 !!!       # $ % %%$"     "&)-..-,)& # !"!!!    !!   %*-13452/+' #  #%&&&$"    %+/24688851. (#" &)+-/0/-*&     &,04799:9741-("  #'*,-,)$    '-48<>AAA?=94/)# !&(,../.+($  !$$%#"  (/6;@BCCA?;61*$  #&)+,++)&$   !""   )09>CFGFDA=83.'!  !%)+-.-+)'$      "+28=@ABA?<93.)$  #'+.0111-*'$"    !(.36:<>?=:840,' " "'+.02220.-+'%"    %+.1368:;:8530,( ! !&+024432110/,($     #&'(*,---,+($ # '-14567766530.*&"  "$&')**)(%# # ),/145566532/-*'" "#&()*)(&# $),/357764320.,)$  "%')))'&"  %+05789998620-*'"    "%(++,*'" %+16:<=<;8741-)#     #&)+++*'# '.49=?@A?=:72-'"      !$')+,*)&! &/7>BFGIHGD@:4/)#      !%)+--.-+'"&.6>CFIJHGC?:4.'      !  "&*-//-+'#&08?CGJLKIFA<60*$   !#%$#!  #&)++,+*'# +5>DIMPRRPKFA:50)$   #$$$" "###"   #.6>CGIIIFDA<60+%     "&'(%#  """   "-6=BFGHHFC?;62-'"    !%&(&#    $.5;@BCBA?<951-)$    "##"     $,168;:9852.*&$!         %+.01221/-*(%$!         "&*,/0000/.,*'% "          !%')+-./0 / . ,+)(& "        #&)+,-. .-+*( & #    !$'))+, ,+*'&$!      ! !%&*+-- , +*(%# "        "%''((' ' & % "!         #&&&&&&$$#""       "##"####"!!!!           !!!!!!!"#$$#!                !        "$$$#!               "#$""!             !$%'(((('&$"     "#%&&((&$"         "#$%&&&&$"        !"$%%%$$"       !""   !$%%%&%$#"     !!  "$&&%#"!   !#&')('%" #%&&$$"    !"   $(+,,+($ !##"!  ""!  !'+.01/,("  !"###"!   ""   !%+/1321-("  !"##""   !$$#!  #).25653/*$      "#!   &+.11/-)&!     !'+/021/,)'#      !'+-.///.-*&"                 #&)+,-...,)%                   #')+.02320- ' "         #&*-02220. )$        "%)+.// . +(#      "&*,./0 0/-)#       "%(*,, + ( %        #')++) & #     ! ##"!     #&&$ # !                        ""                                                                                                                                                                           ! "                    !####!         !##$$#""          "###!!!!                                           #$$$##"!   !""!      !%)+-..+&    $(*)%      $).259:7-#   '-0/,'%"   $*/5:=92-'!   (-..,)(&%#  "+1699640.)# "#%%"  !'**(()+*($    !'-230.--,*'# !#"! !&*,,,-+&     $+.-,,---,+($ !$%&%#   %(*,+'$"   """$'*)'''% !"#$$$"    &***)'%#     $%%'(' $ "  "##$"!  "#$"!          !$%%%$"    !!!      !   !####!              !"!              !             "##"                                               " " "!            !"!    "%&)+,,)&#     "&)+..,*(%"    #%'(+-.-*'$!      !$%&&'''&$!        $&*+,---+*'$        !%())((**(%"  !"!    $')))('&%$"     "##"!   "##""      "###"   !!     ! $ $ $$"!       ! $ % & & & %$#!   !"###""       !!"!!   !"""!       !""" " " " !   !!"     "!!!!         !!!    !!           "!          !$%&$!          !""!  !" # # $#"!   !    !##" !      !"" ""       !   !!!       !   !          !""!!       !!"!                                                                     "!!       !"##"       !                                                                                                                                                                                                                                                                                                                                                                                                                                                                        !!"!           !"##"               !"""                   #$$#"                "%&''&$!                    #$%%$#!              "%())))'%!               #%&((&%#                   #$&&'&$!             "$$%%$"                                  !!                          !""!!         !"##"!          #$$%$!            "$&&$#!                         "!                                        ! "#"                     !!                                                                                                                                            !"" !             !!               !#%%$#!            ##""        !!!                                                                                                                                                             ! " "#!           "# # $"           "#% % %$#!             #$% &&%$"            "%' ( **)'$             #% & & &%#            "# % %&&$#            #&') ((&$"         "%' ( ((&$           "&(+ ++*'$           %(*+ ,,)&#       !%(* ++)(%"          #&' ('&$"        "%& ' ''&$!            " "##"!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               workrave-1_10_10/frontend/common/share/sounds/subtle/exercise-step.wav000066400000000000000000024140501263301626300262050ustar00rootroot00000000000000RIFF  WAVEfmt Ddata HRD mC?o R I!Vyl62*FP @ la =W :K9 hahJc]'` e&E} '  $G7"bZ/(?K- \{ MpSI\R,5uq4S$mxaO|9ki"07Gn Uf~Vu6UvalY(8(th.dR~y73.}z6*iAMGEuS0d|e(@vJe@SxY)7KUr}(7GX7_K!V[CI!Rm  V j2r,a;]h k~~i5 g~-gv}{8BVN:A5u{XviQZp(@`;&(RyhFlxxH B%dq=8Rf sh uvw1 : p'U@})S3}?8"[t^K5GUv9c1yY*mfZJr1`YK?i@ [mJT_'ws_hax &%+9B$a  r57& % aw171 9&rY ukxteK %D`a 9lJ\Q0"YNj gW37r2 yWuIWL,gvI:f Z wQtIdDy`  PSe" v}pX5 x I 'KCb8xTC-nO gQg[bMrqS1|q@pIo, E 37VrVpsQ\O 9H \ tVD:A F_ AD6N)q{TleH(l?Q{=M_ [j=\[DYxGTPhRb} &\&S&^;m6HeFd12f2$S Iz Nl&  L ALjR< (_xi  :U> uqc9I9 T=364A~y2hSG* Sdij:ltmO?YjNU BbYO > 3x6>;J  A^XT y{y j>y5ZG\Ng "iN\n'_.Ci#H"sH\T&y@dxV,gI5<,t }+@y<Pj?hx[8 = X,[ ?N fL@wR4 J9 v;[.xW4s$&ds"!S$@~[.Qw,z_ BT,MC(A.Z)9H=tR;Ma5v H 'QgM v dpGrko7' %Z cSU QotL8X=*IcK'm.)E3A+^SKMeF;55" yf zlcN fB$S G~&~&H? ? 1E(L  pw i{A8mHff 5PrE1|}7pR >X &IF-TFxfqjgSrl isrlZe [y  |Uv:  afa2kOFSa ^9`oiXDp/-:R AN ?;hz7?]C #v#+kvX`&0?Mb<Juu 1y` #{s7 O[Oh  1vwD  9 d|C \1H`**DS{ EPx}Fy*0~!f(P,A :4-OD2V9OUoJJs4Tbj1j A,r o n ` %3v<  \  1ve,=?wfN=X UwKtcH-ZsJ]f, ,p:7-6LuMZIhSAkz33Yb;R`*EV#`f U3StV<Gf+~% 'xH hy g f g 4/  36 ? 3yyDtK5]A$ LRSc ag _,6 _0B&mID];JJX@l0t  x/y<@|vnOS _~ UE{j!UE- ,  @ 2.c Pv+|iF R$f*lu !?MO2YXHOW [ 2&D .b h/=p8)ur+V v/$\i7f j@z\t,p0 M@h  ^ pW=  gJ o@CW<4a9Q mSp*LsWF,_(7$)<2VB n&sf]/<;[)0]`vfH: jQ 8^'TOE}= Z6 . r\w'eZe&p .  l T   2  .IwIb^;i/ pFvN3NqQdL0BVe37Lq!1E-`*} {j%J'U^\M`:LK>p1Vyk "7>XX % /   ]6   7E[Hk F4%-/%6h:;!)KndcL 9SuG[Iw un({vc-'1+9\} Enn_#Rp?{'R;\{%o,Vo 4S 6v l ^` Z{~t~  3 Q3 O"9lU*) !8x&r5U,dk}evR3t9be8H)FR- _[#Az5P>j?j!8Vqx"zMV8~ 3 v ^1 W JJ mj HhR}f_Q=x~e}u@MSYD( [VG;t96 L Cx \h#.(8 !a>Mh/*fyP (0hdW7Unoy^ 7D 0 | D w? Z :/ s l  vG)";c6SY9IFc SL"h.-r10+|]* Q Uic% H$+(EnD^%$T\*#'MiUb) # = ^ =  $ y' * ~#/x+5pqy&t!x=-+A>? |KYD& +v9wbv4 cG}fr! Vi>i (..(FxZ,~4VYm& Q3 } H  w  ~ ?N@.P)xC/k-[)OM8 >4on\[ 2{Q+16h6nrK\uN!WI8{h e=dX.^( \EKW:R/`]* p  P    hQ 9&s /h6u3}xp_jjHU6"{z)11A.WZo?qHAuJFO1j2 ge=J@oxS"K!-degE, I;x*b z _ H u E  1 48'@~aF;KZ+hW,&oZl}]4l712dg?GJ%4Q CR?S =jr;JSy:T"0#1E3S w/UXI@XvJ)yO< c v d  s ~ h K '}Tc+ea*= d v^Ez)Y]]$2W F  TO`FJo* \v%6VvI:\b Mv3VZO 3H \}Tk' r `  96  L s565C#FAui+K1 US)ks%L8c}2UE?IL~!fs 7Pi"-&7y/   [ k < V  " I- @E nc\9*3AQz.I KJBw m~TeZc09J<@_*7mN2H$u<Hf5^$T%J#B w V . { W 8   K P~k  O=; ?++BfU.'Cr:K=Lhoq&xVz_b'%mWTEj];lnVt0fr> S  P 9 i l   F q\v&fb iIT#Ck>| B|tR-wLR*UtNPM6(B.S3<aN) j^M4hbxon{c3c4-euY/)AfW" !  .  6h  ' )>*H{ hHVz Lx7 m375ns\RdyL :Q^]R 4NF#")cfN kz?  @6H%pczL O " >f  F ,   Z @^fpKS32#TMKI]e-"]*_!!PUt2zut1kWA^GSIQKN'_~ 1m6 1|I]U6A5'>;lM p F g f   _O i 3> P8Z7fg&;88l LUVC\ <9~/8 J/ <9X#4 62sdN4P6OP[NPV^ *E5OY4 \ !  q  |   H 1Ad9k !  13Sq~>`RG]Vmq$B-LNa1&,azHdl:A3'~a2QC"7 3'EK"8& } pm  G  ` t +) G 61P=iVGU:Omud^;Z,D>o=vIH>apI=TQwJP:TG*6)s/;TV.0jj0 0 D {   ~  t tj=Fbx?h J{P?b&T MX,K =JG5KG j:O0waS3H.ds S>SnT4?c 9#EsucbVmx5 | '$ O h _  |V djJ?G=m  'q8#q`p |w)xp_ts_h(S/1kS'xIe%o@%q%[;FG l X <   ED  | ^' 2x9@YC|kbP %\td(-FXW.AXuKPu\qj<u[J_ib t7Q :o5WIMvi&vjlXVJ M)db< U3 %  0 ^ !e2 wd O %k 4<Z1<a$NvYUA/x @ }A|mmHkc<?x:}s| d MMPzki%g/RD$gF0q{   u V  wuMk{3MuIF?urr1j}g^IG4.$z<~eek SHf?GN_5#0k4sY[BVORiWjHu /= ckkAB&b(=eMV!bjQXS2cO r f    )  +<&-p_BHd s1oOFbD=WC3$1K$0zl&8Fu["zd9;Z5R0a?B?0&i%H g'8?*L[7 q  :M 8  M z/*Awre@oE>QT_|fg^OgfOb.oP`WK$~}6+ !tvIi8p!s3zlQ*#-k{ezZ{37v.{-068Fx}tf kq]Ox-R4ej?7/R39Lfbqe Bu:X|>.Cr u=/O5}Ul~JFa5V)Zm k  pP}L}*E,V6P h98='8|yu6ndFWBu[ 5U 1 mQi5E_:NHi~J9P~ZQxGWB@D +}@_}8=mH sZ {wll27M :XN0Os ,66T!W~Lx5L| "}rm0F6GPk m@U50 J26k1vS{='\ZKFm(v6K~*nn.J~ $G8d[mL0hF kB}"D".OE-"X n", WpbQsmH0+5|t'qn4O5&8+BE mof|ssjx'4@W kM=%.(-Il IOo[ls pD Liue&-ME_sd FsE(M;OSG;#{b:Nusb]%pn mVRlue he O<,@g>a#v /~y(>L/[)nQYZ :pdKsY\hE}nexOy;p{C/qc7FU0`| Qn-B JE%ylt0 Y5IeCWh5lNxW5-sUs~cR04=S5Ax>B2vUJb S6tnK`lO`A`&bDb4c:SdmFjn'p(IP:*M*_ncWM5=a_=%Ti9yjPgXf|T1B4L\^83a kN%n&u>*(Zo/ FeN[p7^(JrK mU:i!aG(%4rj7:^sl?ww)! Bt:ob:_`vR^<1 Z5 c`@<\n{jy1`xcJo`A5V gz)eDuD4n!e`A(# %foB|oBDD5rbi. qgE1E[IA51KLNM}BsbrUp 4_B )L% Ja>)]q=t,tC<+}.tQ=asOvZ">[[ d`976cf3>HfU;L)zd;iRs18}ZBf g3~9/s[$xxz~5{=BHow/"&_F Y'+H!T041'FQxBSf5dY,#4.Q4]6w>c^6]GJ[G2sX:vn`NC&6pp=zd^$yYDJF W P)1^,Ns"2Y~- }PD/QT'`8ahAN$V/*m2fsMo"wN!7{0_?&f}vrj:6WQhJ;w{+"d}=S1D1Bk='PxgiP 4gNe[tP5Ow,y B,xd!^4A"s ) N6+y + Xzp# =hE q k[? ",R`fqYNJV9K ~8a,C? &A?- 90d udHsOMb%0n\& PIX%s^Hf1,MFG oh7 Ld&[/eXX#pXyk')Nma # {| $ |4HC -EDIJlBA  f `S/;q_^ Vc/ BY+HedaHua&# Gy0:; Lel w2(: ! veQ]I.|]8>= r~ ' uPo I ^f,;B&nEtpqhu~] XHcCrXsS_)=n$:u*pt92S|LM k h8 v k Ibm%LO~f|l!1 `[t 2 )] kPr* ebv-C+[a.5:n `&@EsKOwuKt"~@H&e CH6[0e+"/YuL HV  *y%t9Ye/1[Px i% {% T 6 ; o>SA4z:xT5)OiU)]QtT9?*+\WCc1qVS. O(^<$"j 4. C9 37#, TaNfKDwXsH-=A.= %1Yqb6`Xjau3xl   X&s q,iX  0 X`M #jLi?84;e s *L a  9bWG% {"D%#*c8_x!BZiHJ 1d  ;vKU~ggg.2QN\[i?3TGP& #n d 9>  nC qo Rr*%VL6$G^jG { g M \D  fFl+]lm[a[hi| A\ # - *t..2\nrU1C.xvJ lK=!?:{E9LU G} ^ '& @}a%JK#(0SShM9)"QW z 7 ( N%5Gn 2'e0ytK%8>Q'-*[#x[j}  6m)  re=rk'k', [= P 6 |' }vN-GGvP VyDs,1 f  tfqh  /m{Y 2CeN_>knTN] $zX-, Z Y6 dV uoHB!  ! t Ea`qg60y`^I}MJ ;Y 9 7( J8 p {3 G%x C"3Nz4  KfkGmoqq7"(t# ZU IS I] g> 'QYU* '  i}/ Mp>)@&l G?'X}+ 8  ~?(Wk@3p % rh D%,3hg_YH_a:  X \#D_$ >K "r !_ %d4d}[ya+sK9Z \  Hr =Sy>!$K#n]j5so c=@}DGa9+ |dVXG?,d@q ;# k},* xg 'KmU!  "2+ i2ZC1K<7v~< y]lGV@  E $gd {m>rd= s9T#R@cwbgS#Q 7FycQ5ow*Ze3eq0:_& r=n@ \3 b L( L : N*#xvc=%]A` c W] edd0<7 &hsqrz&uX -i^YME_rOYR Gy7 ,f y  R KVeji<@=t\v\:Z5 htZPIre-u\6z/,pvI]'? 46vofF{KO+^SLj5#:6 bx!;)b|9 A0a 5g p~6 n|ZbMe>1w9 Fk] =g^jZ?m Rq#^sn/^iFx. $^[k!.{Nvi`B?F ko|_ gJs  M^{ LONT[#0rCHYZ!': tOp/yYF{Ciy R{r#{SkG'(P M^W6,u" `&od|IJ g,rWRS  S 7 J B>4C)X-rZ3 I=Rt;)+.90godgr:|=Km$)AS 8){H!'9W"/NNLJfPr G$] <&  9 T w<| mv d eqTz P_d;+]YuDzz`[im\ u*7Rvrm/%%nJUGC.qb $DV om(* // ; TMkE cqRL k= kzWU4P_^G'7 +vF,QR` 8 `Z1=08HX aYanCFMTV4,7#j>JmMy]HDyBqC,&J\q3kl 7 /eQYu(""]wk^j%WQYveUNm4 +z@+ Dk U@q6YsGC\^{AuEyOVKVmcBj O:`~,dXY > ;  1[U- [n TZ# l Z 6  Y + (+wq*3sihi5a+8LA!"Y=~[)Xg] )r8>VCTp>SmnD?:I NOUXx-P<?w,h%F 3d\|;J T`{Zw Q c*?Y^Z1gm$6& p LM`El7jy-5?(DOz$=LP { V\.2<uhi:}j0%r*8eH%M(y / Q e/< .S  ,lX5e9]~AmdSmb 23 ]: pBcP= ACm)&tZR^U W(<^C0*GuUiky|'&x'{?o JO Y \ A U`  }Y ";A |y\({YzC>q < NgA d0NfhT\ W-3Ux kn mwU0`bL43fdHVaLwt K $mh X  &_I> 6 |'$wjh|X|G i.<P '[zdw|Jb__K(3"+O8xN *"gHC.LI-1rW&,j+7;sL SN4" 6 iO^ &. z:4.07~Zhp- f# UpIMioO5 0K2YtV1p;P 4 S tc@ 8 n><T  yNHa^BM16;B /T8_ 5 Z=~kF,dX/AKtx<w ^JMV#4a'bEhUoOcy>e^&b 2  YL ["2d H Wi @X  3ub2 8#+><K <2.!Ft~6Mfy RI%a} `Hu3\-(~v'[),C_36Wfiy:jsOJ!r9$ k E VJN>   zOVK{ 5V"6 *nx A5MU-] }Dg%ZFroSFr8s~'5`C=4Nd[W"4vJt)l] v4 E cxG[E k Q =r> >G9UEvT mBc{y5}i|:I=f7V@uxLxgMHR zC(|M eZZ~e|I l_^_N,LiNwL< 2 w a$/ M4  AS"GqU@@_B(6O GI_X,k[@UX<:5:42Uq#qWn(8 (}s% lcR9ZLyS8f M<eU 4 u 0 Z[$%% G  ?+ NH d"SnG ~_B]\Pg60?V_{~-ON3)JmP \Q_DeU+^f_cJFu6 N8 .>$ +:  cy5.;47xU:+<9= aj'gP/ 76}En ~Nk_B{x:?lfL2J'r@u2"[%coHVdTl$)o./  9 tQG$Z E8 _2 ng&\uNQ'Z4w|pMA4m).! %xr!+g yY;@!*"~ J$ji+zfu;qJb8n:"Yc6t 2 KGbxcY*r 6 H + oO \zI-ov-F1"(hK#[J'EFO2?(2SA_L`-.ATI5;Kye~^bQP'R/q Mt^ (i< Wb : y m # *b/\%?n>4Srm<IF]uK_bjYhAx3BR3fq?kk u,O:(FWmb=Kl2l "H . :3vulMX8 T  ia4~2v)Qc!KK(82:^0%JBeI#6u~D:B0od4+_#"-+5 T"n^_ tbY>  " DfU/L @ 7l d-0\P|Et Q&BT%ec<eZR8`?~X!$c.%?4InP_U4sDRG+y^T/{]1q o   QB>[7 = D + yW9d/Y<' NDk _osp)gY <8"Rv$VBfm5^kXi_mIz8`N-E&Jr1? <D,;u8 o 9 W l7hRRx#.(7>x||a  eL]0D_f/E, ]4bBKG/gS.U@_<S?jH_4tE  :h / ,gBbAj eL fT 2hAlWafL/km^o+EGnpO@IL(aKK*HuOcx bIP?WQ)CU2X|L]C,k*&+tf(!S ,f1 &i  6C\ Y D  -MwLY 8@G%Th; 0m#;U?G(hS AiDS$/oS_` :QA0}#T<5tRIFa-xaIT!x z X*   iFKJ_L.(u UD@N9Oymyr_ 80CrGU-jz}+t_@#$UG ~[l9bgn,gBW?nrDDNU _+ rV&vnX <    hhI\aSg #p?O8FP9}BeddfH.AhYSWb]ApN9"\<&>tSDq fb-&.x J/),')N V hQ'u : / 2 ,d*;,HI3;E=0g 3]q00Chuy; gdxuv`")nK!Wse+aq|iIgNT=^%  1 fu9.l";r K xl kZ&R1  JRoq83 ~kK+u 2 8H4XZ?# kWShWL~Pe8~6&?%o-o-^*>/ rJaq; Ny 3#nw J } 8 e\ R:H5TB}gW/jP<U<Tt'KmzvSw(w~,qv ]{#7.^WC.\Xb|0 /T aV&\. - o =lEs`WuzN^5[P^j aJQVy(;-Z<Lp$ftx )'$6ECl1la VW~!n ]GY `zs * 2UJZH.Dn 2! O # C. ) % 4}CQc$itZfe.'n^GB#tw&F?Z8UmsCVsJK!f^4 gkZxa11"j*^A$3Ca[T] ULqbeU d- OC y w KH 5 Q 7XlHZ2@"`IgM"|Bq, vVh:@,OZ!KpWnVV` aJ Y U Ir.K &V]t  EoOK8*DfGno7U.pf5Dym'`E8.Dm/ /J`z:;+o"  W e :  .@Zr> >2 6u / %2 jq\$~Jiu?M0miU{x#>2`M|@(O O1OEWk}_$\n3\ 1c]SB e j Oxq A a"$uL o ~M/>,4I?c{R+c]^dEVn ba-Dv!\D4!}{r-g8qYrW1Bh&swL[@#G:" 3 , J #  LJ j . W[0<PJc_Y4{}X6#V4D!E6T50i9ASud.%PCNa9n)pp=l,N,0,\/-J$v.nO%XJ , `i n l ! $ dw@{<OU9kzETDdgZCK],c4Sg N#sMCL9=0VI&q&h/!i4iCKu%cfJMENO$|D= j O ^ / 6  M (e-o1UaQ qt9nQGvdI9_ ^]s K6#b/z[?v%[ ry>|aU(NdLbv&vhfl / Z  5# Dt  ?)]hA2ioXlW(_ 3^=PZ*67[T Cb$QH%2Z, '\B*2" ^Aq_ }KSof { v]bN QsTD i hG Wa h Q  j ?r6v(m_Gs"n~z;dtsjW#^mA;;MExH  'qf=-DI&Ni@ =  [ bC-IKf~r>CR Z\ 5  $s ,M $  d2 tSS/NJ0etWguCw)Q@T&a;O'e\ ^KVJ5 ,c4+Bz 2 &,Khv x  f .ci1pv]/+/5J~G c { 8^ g " q q ](vc\ l.%~FJijp} %_31p`C }6[{2t P-|\y}#cwoi@ & E |I(vAAM{ybPkg.q :   ,E  -4 o|~g&kMWX_8=\#n0,u\yt;\D$0E#@b<6*L]a;O n}j ] Q a| . M$-r^D`<' Qf 4   p N lUOws>%wmj\+iO<=|kn+||G<XY1eev 1ZVsTABR<3 ?pk N  y | 2GrL~?0M}D.pM &6  'q $[&Kn?t2dN~Ksc;mYc5Gu@1FC|)F` Z<zuN&tM O9#:p y $  |jyp#1e:tnH8Ok @H  3Ia  %-+Ql`H!rUH 3dVhD7] 6?Y} dX%N:-?X $Z X v U + KP2T_&Y9$S^S?C;Is~" awzn@d<?+q:;9|E W3wo8K1cdo$8PK9X^Q!  2}:X ?6VJ~N P IK * thq&v .16yQnG>4J9H0'CP'ka5sAHkR?O!k:BQ?_Ci 9q8{h{]!mn\sU{+E4wZ.^VLJ ] o G _ D]@lEX\Nc&sffm0EODhK\MLEG`u^$A$ dyk<HwhBG#ZieKmj)> LA@E2SSU3 +Q`~>Y{-j+hj \ #  F `| W`>8P m+.*gC!d/*IZW8wVrW^(av/!..NzZ:EIc*^ &3 zDC9tlV&2l6.VqPu(cHteP' B Q @ " 0m=Ns\lx<Y#6rFP V^L"LM'(\I Y,(lq!<B&:(FY)U>Qa0":l}1_`V> m S; " Q:g.X%'{;i ^u <H6%a tU >:~'d~-iUN@4.\C"`>/_^A`}zH6H^ ,^n&?F[J  V*Qn}:F#Dq41u vk"ZULui=lDg6$Lb:]3}=\ U lz]l|4b 'O=o\7 nc ' { CIZk _w>B p+\YR<d]n]YuJ1\Uqx278bW1-IOyE=m*Chlg"n({l2,9cS9*C7`)8zr \ R<  ' d3 t{}MkHw>"J2A \ah%H_Z$rq1Ms7):h=.S{trGn: 6S3K+l~>#"[R  0|(D  F8);~h @yXwz0v14/`7-m9Mu/m|;Y-=S5HF'B1f7.>;Hv{~+ea -a6e$i V { V  j+0#J,<b|Q$> 8j:KhqXVeVC<dKY(WNsxd"xR@H^U}'['BmC`z?v'99H *fh9I> M V N2 xA^\>m$Ji#L>#Maz,b/X@,y]}fP//\l*ZSR*@d+<[4WQmvcY#tRcTJFdmXXB@.8e"c - ) g XhVB Y,3wf/tgIxpdG5^p !DC*-xJI3:8{zD"&h(=OU;K,SA2/%4/b.rQ l  d M MM=G{ %h\PJbWo4  kTg={<(yeu(U+Jg`x}D;Hn`XGP6>H$pJL|!,%skp'Np K h  ! 0.xnu8|&9Mbm3P~gXK%e|73) 92Ps9IV>l+*_8zD8Ez_<da-nqAWn J 1 ] /8FI z7X ZwX | G?(*EBU? @"R1SXmR7= %t% [l%|<sEN t& kY@iXoV # v ( n4QZ/4w\[&baSL8CA=GtyOF15/tz,cBqWVi(v-A^HkFv{h=l"d ` [0@ZtO?wu' z r s\Znn6z8mbcZOa>,L) Fwn\C)&T.PYJN)>QC*}L&|jMV4-a"JBP6-Xf9-%k ]Lv93Wq9#{ 4 gX&j<|o#<x88]@G1PI&kTCKI3J&GZW.!:q47V'eI"|mOth\WQv'*Y8"Ev6P5Z)C  1 @H.U,[Ix/5y%#"o-0I`T^ f6WgM_uc UdPyk^4_oN2q{%O(9Fu n-|.gK}6 5 J`W{W1@Lg 47NmqjSy@i- qwvSw Lk*)SNzO^_*;M!l  L-R?6L&[p`nQ4+s9 zzij@A0K Qr]7rH!Au_((?28xj'{a.3YG]RY6[2IK&odgEcf ^-7p3d\NYp <b(U<7%7]HD1t"/2,Qx{%3AwWVefO?MlcQ&f!L?ae^ kHc+]"Eb |M8r9By1W1]s}8k(C,("@u$U}DJ~RuLcbIr*n@.`\qKY*Rt]/<ghX#LF |'u pg>6y|yrm"tE+O9=ev&ZPjkMb'3wf^Zt6ghuQ3 cr&O mKE]k(-D~!;pWl9h,dF*,ll oU<L =@S Nc|gZEMk-=la[";G^z+UD+n0r.Pwb {%Wi^!HS&x'YE2S[t@T/\ t:y>~_^2c9HgeVKBU@Jrj=M?= xw[Gg6S`(]wuNib#BsrG$dChfP8v.}NT"k<:diZ tPcE'v<Icg.(pBr5)FDy[U{Q?4&Tr.Or$N!}6. 7?Wq"wV.?<]l47lit:QCk#'0'e1pgzT JFXh&AVA)*F gT X?9V:q[4<S^n)S@,zkz~BA,gJ<ejq!QrP`Y![4->ii>AZr3(H]4 %'+#aQNZtzH.*+c`5B$XJ4=Ynh,Xe *\CcD 2|"hF,^ZB},e=eS~OB_NV<L$[ETr%*2R*CO`QDH!0PvRP Mw|J :Vv a4=T4lV_ v;Is}2k~rI#um~LK?p ;_ |s_sdr:awmla%tK_ JUspj$y3NRaK_-V_=[)vh>/J}g!Ml)NjFM-?:4~/]N8YFlHT c>g $Qj;yhMN5] Ulq'h43UqN^0l`GdIGH\s'k8!Qv=k*nG Y'DR'9<c?Zvc9+!N{g>UuIMK~KoJJ<~T?p[0UK;^ &"ordAerG]KU-dyIqzO@MASE $x^z:bRCFJ'p!rId/ K,6 ]  !I{:][/ !p 7h46d Wh.Xp \ -o?ZT Km/kmQT8lO^5N2wgK]OiD[x`|O%QR5a`&3[Q }r,xKQX(F5.7SJ!v4#X?d|b# 1Vx!f-"W\#$M3Dx&Iru6j{'ycRnejv"--ExI79u*<Sizw$kDDOpM c1\F5S$@<xYc8]'eU#$kY^|a]_iY{[gk'6)0@*:E6p\}@V3H/P/83(4RH_V=J  ~[,M'Ie+Y`a%oM9ec<,W(%~@]Z_9X%O};q+(CJ5gA@[ame%//")#6!j(q/b3dg7@h]8F?\njbv-Ih]FrYx3Rad|KQePLb5W?0:Q3WW-uTyY1(pzQM(UL?\79gSJ^tlt#J >tv H=K3nr|:=I,z5h7y~N}G% :j[Fe9Pn>B::#0Cg 0Q1~uy#Q@l; h5<KE~ \#)88[\pRf|RwT%s1)w5C|FObg5Eh'^9n84[7vQ"EdH;xz76mHj2SsC\zZYZ .*w"<} b;vk&9RHA|bcy03#"\ ou*ra|k]if9KYi^Vw-3=i~HFA-_Pbr_*mgOP}*U[earc%S>RdLc5wH" 5}w2Rp1{~4!~c a2jMqC.,rR 0U@6/"EI;MVk6`bOt81*U/R(17vv[%*F@37z+FAOS(yXXUIUZ-UKvf  "`*k*t}2!Y1""2)9^' cfph1-b;{\ R <147Bc'Ku6~TIO]v-N{~\3D&F> ,fA `$nA,B,D$(&yO?,>L%'fK3F0 1YQ}36YP>gpmIuA7gG7[''TjdK0[hHS )iiql-)W haCT< | byc}::"$A< lJkrh ddovsh'Gx@ai8f_cON$C2D6;)U`8 4-h\%x:c =~V`T6W 7+@aH|_dzw~ Fv@W &w={;<[4oOh\y@9{XNx.kJ{',toxw2N=%D=OX9 UD'$^VX8'@R)v0,cq|jRbw5d08N6:85Gc{M14(j|' 0Bw'} RQNPQ =1Rg9[@1EHB{rNLy-IE GOz8(@ j4KxxSs Snv $ODpCfH}5~I7e:AiA G(mQtH|Xf#Y] jh4IO_jN-VV7ZKG$ -deR-vah:IA61WJz8uFG^(z}(T|SCw/jzL>0o ld{MP[%lnZ4RPg2IHOQ x'q z_ LN`yjr9~`y%&UG+`hQ( !fApD1l^Xtq{Sj VSwUf{lW\4)- x\Uz5YT";^z(E6nQpU*&[Z(Pj K-f2zuN?"w,O>Za. IE6X'Rx;NFmL1#@a ZYmM`Q 2WFC 7$@/Q dq92F(`' ==N.H96],]#S#<eK:dZ :nwQ$S9rK_GJ0JX*F^RY8bck)YoRsWPP K# L9`jO>%M"j ;}^J? d A*R+e76h! O`F" u(2u6422 j/%mckv |`+O6P&S1Pb{>C#$ Lfv1gucw!KGv7mPwmw+S5=ZAFYHt>  {CWVUSvM'4 0z:Pq&,Y-^I  yG R%qE?5l?wClCG WC-&` f[uD=(qgy(2dJ<O)sg-y6sP&3Px.1dS_-d\8=Vv(7>Rpn slH86j5=))-$5-)g2GTld|Qy*f9c,\Z<noa=e N6Su}pk gtWQV1 0fBcE]#&T]UBMaNSZH S(c)t) E{aF`8KK$6A ~~qJ d=.SFrl,n`OP"E,p2H HqoAoB2!LT-a("3H}{{IS*OB fpK dk?*1_-T/,NL#{R2Gen%mG{br}<*p}F:]aX3/4sGTXcl[?3};"}uc+ ![`?,e(@"SO^5Z{.&+Y 6)zUlGwp;)@% '|6V^8ohOZRX;y|Hd ./q-c`JA#Odj4EoC/'Gn w;!lpK9 BQ3~FnyD :Sras)2ewZ )&hP2Ha_h=3k;nmiA=G\oNEl^L?~Z>MTj"LQ+Q#T=+VA 0}h ^WK&_?\-MV:g-UUto3W:lU1PjnE.u Bi*G_{u]I_;n\xd4%!~Se5sdX.=)R)3b c 2A}x?^ww|5*Yj&T?C('2 nThV|o gQy#W\\=B7r`C$]]% se2s>cHA + ]|B`t`={ _NE$UI#b U+HtAfVWfq7)2|'/RotQ\`5W<l"1(Z,XJ64,[Q3]}m8|<5'w  b-}fNn7O+:#z]r q]p)u8.t9}n;*oDy"9W_I1a'X.:(q_` |1`RqH%v{O5I;F~2nS9i&Se,(z;ntziZLy2$},N P/yj?\5m'eyM  (ElM0"Ntd)R@42(\q+_Ri5JB@z,mvRtXy,?=n+y|$ : x!z@(?s]?Ff8PZ*}H(X}6& =A% wFdDV-Xo03 _/lZt^_6& +g=y >wQa -$xlIa{^}G&RYmj$FVwhk)BdL \By=jay5\aM K"Bi8|%r~%?;JPfKAu8C%2L=hN{+rM Kq= ~2:H/dkQ~s1dsgJh?{G2tK2Mr7Fl a ,G "A$YA_zvEHts{]2D&r[* *Hz&,WJ)r0$x],z 1a]O `Qo$hHFsCH5I/7ci{W)POazXY![+<`eZP h `9G1(`f$Z&sN\06F6jRw;N'W_ l8HW03>|2lH ? iZD1kME!h7^Bn,j?-K^R3,X?_Af?EguI~/lM fif2 X'1. ZI:QC |0>G3o"4{JrA~@ \MmO=DK13QI e!\oR}i1&` XM[)_J8ZWk%tV?4>VHb8Y2$>q}SH! 2mMe =J>nM<I&OR=%  |mH+jO(m2)C=gjUNP[v ,}'aogJ 8{ 8M.;TKaOBVcxorg_pj^B?Qh}5 <0LzU?xdIr  fqr-?%`d#dAS{{l{1f|EA c#l HuHAd7s,;DMZeI8`IKJ"0 V@B4^4;K[^Ea8T&:q2Id/. :eeg_)_|Q)3-.j ,=rk3@T# <L,Ff3=g#9 'u$_K4qi g 1 -w$R7$QSh:\2]VX*!1^HP}G6nOSU8C6-rx-.+^L3Z _$xSb+=Jcp%T08-W~wl 6H`R;+t3%akC&6+(vcby B]:'vq 0AjKLA(R?lb`/0c\\S `4Br& WQ}{=\=PB3CR)R?*82k|]zaw=0(-zY[u$ OyLR* ,b&(jH`'K[3z1Pv`m:H wi/xm;(``Qy >>ey)oB8LR}AD)Mwr 3ju4 q,!;MD0l|KB0W^(\%(gyvdHYj{B"'kM=&:DMo3Z;$WnFB*`5YwW~ou 'eh]jZh;mRZ<yWsg0ifTz oOM 1A1.k + H4XIO^+:>3-yC9f 'm$) boB1x|FlY/sdXb*2f3K22+~p+iR 2L==LSrSv|%lO T|S#:kA.5E:hEc"`V+K`?5t\>92Gwe)Cl1kEDiXq MO~,vX94 ;+r@Pf|CtG!  9&[.P*%gfTVmk3mbRnMJ2  R7k6Jc,MJ!SY3#(k!Z& CTg|z\%?H~nNRETc;+=+6I B] !'V_ci1W &sOu^F9b'uM/E9hUs(X >c0vqL]cU.AktG8,VsUAd ]"k<N< &?jR6@%o+eH"A >C t4Mb TG,i2lh[DG``P.~#~ 9u$l%Uh|ws/ x?s|{u4ljs=WpL9hv_w%r? Dhit~   o<K9`xs:i59JiMQ*f5A{J^85? $J;:r 3Vz};!@`S C =2Q+P<|OU<q@UEW1d25qeO PN3c(}^Ph3xq,)K4C35sSwK se9 {:8: =c4~M<zu>T1Y6M,QoI1#6]D $K`.Mk9"07ooSZF#@vi6}_5c/(,!mUi o22JNw[MU}.mH  m$,)) 8u}%]~z(2YL {'`)3h O+V/;Uu "jnM$WVI}'~/;Px{&t}GB|c4P$/EbMi'|'zP($!CP>Z Yj S-Zp|^JllJ+ W:im[cR-)EO|1nDxt|*FRZ c|u/%.D<T 5T4BXn|z78:{pF,Pw!G}UURVe`KPZv[5ZJBa7>X~CP|ya+WDt1?]1FU]GJeIk]3jqA7Qt9+Ix?/[( eVz$dJ d7?|DU|:C9G- D'De3~U85:W+>doxvy#!U|sRw99Ua^O^O|)/)i$?#c^cYTh>Y 4{rTB"Vs/`h5&Ea-UhYC45mkuw!|@=2,O)aGhuS&2'FC DIdqChnQ % &\MJW2$y; `14<,coaPj/5'Mxf] %kl4,k ZJgR@Ed3Lss) Ij*7" nP}q jI"typH[u.VbtEy `CyU.#>j&u>9<A0(d&|?"iLDJbPN}6iT7 JE?hO)H @Z+< 4D5oA9 +=8ab0T4;e2k5ve5(je;R[`/VM+U4[3%?| 5IAZ~l8lC^0? [DF(G" { W6USy=Ui=7zn<' F-& u{P  1Y?cnx1BZ$s?Z/UA:ru'gdW)}Pr<k9K4 >jbCDiv]7ZZS25;K'?vPK h>z2?m2rOz*/\ zCnKc0L sw_%0|J~M?x8",l-t@m -R_VNB_rZ!!wiU$5vF33Ll 9 '?$:Yi 8] F0zx_0JLnv_qn7eYp!@QyToxo"Q+aMk=/NTBC9+@0/).K WWI@d2>\B:5_L8@H!DoJ! @]OAm zEM?a-qu&}&`=h[r6sMqp_I#X2PIu#qZ/2b%Y(rjlP^,hZ) Q;M1n:`8 4 D}7Iqz]4%j%@OC;f@G~!Zqk'Y{tM/JqvN\r.y&N 'K|V;uJ* u(OXlI;ZT4\6A'vERF=1 K&;V)&!Ht^1sde>)D SW1)KNa;4' 4&"q4_k#DdTn\{# IZkA+=]`co 67<=*m)@K) kx`w-$DbO81dNN#p'pHvzn[I(P4L!yTzL& r9f%R/S^<k8#bsRC|< `KFSMf27xxsaAlPmUQPDhvzX}w'('PDM\oq0E4enrd>? a#6D!i]Whg,BH@ ^ TbWqQ?T<pbT% FS<s[wu2;<w|F-z37'{ZRktSEk[K!e?ef)V[ ^KV| %%OPdVR Jn)=o2aaU^};. `fje4k;h.4h>yf{-DiDec=md64} ,j?<&+dUP>4#l 5dVKC&v=pBe<~\7$BL nffK5C nZ]g'l._b252eX;nkt m>?j<Tz!R5^O7|8- qYR[wbP-F`@4|;;4q} sd7;k!hK[o*#M^hpDx&c 5|,-*^)M S=.<4 )0~R![)+ Z0_l  ,5hziP/=|  u8;5}L|On(|,|LjL 9u Ys,6e?dJb1,* ]oC(U7)8?'S/`H&^F)o0:,$&w\|N&Uq'e2hKC=e4U.gi!pBSad?Fw8/ix>v8 H; b_I<HWKBM?auM&u' I*Fvw!uH#L]=B|5rHi R5g*pcL#|$'y/lZtn#_?0 ~G1nZu:uu5!{HMUSh-_Q;dyHl D?LafC?M lGfX^`8;Xs}6,L4Omyz#mv{ %D_2gmWK7tnWYRWXQHCs ]/"v} V(sQp3\~[">Pw? -KnT(1YW@(Hln"k{v _.CG8 C0iS2 mxR~d O1<)pPmd 1+4pktsbZ0z2!!>heO1V,$$[@wp-eN1;i7$WdOIN^g58 S F4L^"0t*zopZ4",%88f:A^VJ':W&_304~|hx2CM^ZtRT_'ADB@'C_S%1zTA`NiT(L!?> $LYf~ N51-chhvlDf{Oa63.&=_~qjX'/n1o\.1;*htXs-2x6b)[^]3=3: qf}+ _PX\9dI[M(Xw5q%An[S~`kZd47## `|":x~`=&HphN zeR08EGuWL_ce>TAD &E>UG8G}%{nS=,964!54dc) ]XV+"wS^sY,Fhu=2SK:zW*q8_s)k9!Op/zAJ }r]cXV e<, %9r_fjBn-: dDJlO~H/ =awplB  *9xu%>V(l2!%Jb=,;[ \ UA2{W5oAc":90=qJ7_T[JH"'Qdb~H 3-H%l@9Q4)N ^  nHbDQ~#J )t,QqB3x&^"-Aoq(BjxE)9\#O(/QEXQ-<C )0, WSZgB}~v ?Tw8$_U=vxzO|.\ @>wj(wlCfFl$a2{N H,_I7 \pH3C_QOSmtL}+#Bh3tk Yi vPrDb-Ms4X|Ns6aZDPL1-dyXjL3}}4Qd:smR}7 <o@goxcw6}=[.<s!3bR2K0b<z~  8[#TlQFG80V Ef"H=;B8qsj\- #.^`%qZ4:)Lw(CLgZ6 gQc#rK-%.HL3,O KFsA6g4i3]nYA'`g45*`{ ZxsI0gQTH1<BQ-}=&+=b,2f| yA@3c$^aD \>2rWpc}b%FpGb{?'H!yMl)ew~& gpA63h^!d(O9-#369M5msQ?mFL*tB~Jr +3"VXT_SO  =OF"^:n= rk 2|2QKb~ PPw,86}L*FW;(9lR<3VEM{n1%h9: Vb;7"T[r! B+Q_Ugg_,FM v.7As1wLlbphj(2Aak3l/axwdGL7>Fl ?+oblH\IHK;t8FZ'<mi3\%O=r8H0\FtT7E # oi o3uyP>|F3fl@zwowuOT},0IS8 9@cb/6ozvx*PgJzqIcX8B<&G&Cf^W9[6i)#s7)K_tNzI4o!KZSUObmx8FFS@n%C]@]mc'<(2C5Nim[{K/c)MJvQ^(90z:):;6 Q,5c(f dxN?1h'hLC{-m"nWWmb"$V]N@nN NFLd00Mi;8Qtk]A?@dDe)>p p89MS6 &gQ{f0E_Q:jCI]PUpc1n8Vz[V^/Sm/U_ d)l%^W+siq.*Kt<KUoG;jEb3U93:0mT0tl;o^1D7:KVO{k *tNh.J5eM6b(P=d Zul})lIKS!E< l<8U^J,}d1(dMd- H/>GNFsi<>={N@DZ5\yKRcPKCG&~ %K^c_z?;6b'JJlXn*P9W}^N4vS(J}!Opo/+oaA\[!Zn ef~{h VFUMDW_YS YYK)6vrkD)iA}a3R< Jf4Me8 p;#lIoW+V-A?[F5[2SxpA7 3kKpBmT2]g9>Sgco+, O^oAtmw\ L PBCkGIo8ac(1{L~,ZU'=w,@H9F@GAD{rkP1q>rUZ&^x$u4F)[8x+|{"ols9x);oj$lQ"#wwLECS+P^-qL/8u~6=4hTrtgEC[_pl.!N}y3bHoa=05 %/PV]*1S 'LC4T'u1 7%/E4 H3n^jW2 xCuGn)8TZGsx0 Jveu{#:[yS,&u[ $\\C;{ 1 :gyk g YEN x{/pOtAN= @i})Fm%B}"%,P^lS^[r?\t. Xq%U_'m |v(]\vEis i*HSp7K*D-{+#sw9gEgI(sR 5=Ser8tCLi{v0DvlpZiWfg+WB=B.L MST[.<KUvkQ@%Sq>ZL?d5lV%R"B#x2efICpN]Z/9:OE{&;mop |4fn;;ke@OqZ}1dD~L(Z5j{1p!RD.-Mp_'$M7}(GKLEcNRUxIpC<^,)b~;{s BQ[>?Yh.R-WZcJyg$xkkH$[jsf`x<h#\y QLqd5D;K +foXx#plv!h4w>A;|oy}`eN}> AYd,U9vHr+y{_q8gIl|EG XJ:DSy|r g f$QJ%7+D13);7]+V#]% (Tl1TQ 0;ucM * A.tQR=1XPP9xP25 [bg_;+@X+|v7dhi{$&+G @C)<Nz`!2PWJLVx{g.pcw$\b,4!*1#M5 qb&MkJ>\2#K%WVhoEEe~MpyP@F S]c1BmM&!:#|.89n]X)\z<b2"Z74>) q3:? |Wcn=bA=B7 S:JzCmD7%N{  $tzz|FR]  PsS_|,am #%3AI[J:LAo> I*pB K}|KH~U0[C@cD A$1-R 0nDi ,5CAk'oQarSWNv:PqK6nY.\_fLT2T=PzY8?#{3I!@{)`~8s2lo2q5]Xn[YMJW~CBfS=2DoQP u.lxZ| I}3l0ja ,gY#Q T[Xb^gR]Mb~g$[QX|q@S,\b9h r6U|-$;lC pR|L^?P&\T9)-]y{_b05)Jc}.K~S. Ut|=h9hq`{#}lg^xfU*fug"N# A SG-X{X[DYN?*oTbJ`m/c6tmE 2=.{&#KveU Hrl*aC?h`Q (bbhz &p-2K#dEUZk})3DC `[3d$Y"zK (awg"( EHw!Ddd HBCh? y[v]ouTplEarRRz, RrW6mHjVgcX_6i-+\{!u/8a g)$AMo9! `IP%M+mc3 iS_&M?I\z@4. ug5-V<f<%LA8#D F91O:S; 6SoQ Plzf[n(vx~##$H^m5%aEz6P"(r<{zJ^r~TTQpeXZ\/hN,6Iw hK@Pr0CuYo PVF%x"]AG;O0N0bA^,a),B-~+BcG,u[e]`-uL K|5C5JxR0e5Z92j2`[yeO[s}OW9hx/5%8P_jMN56]t|'l+>)*>_ @%<4mWRI]`{l8AMw,~\ 3\rD %50XnD!<@b{tTiE! qFo_PVB:R>y]V|ae) K+nS" AWJ~[.+A@]Ub_1^+OpYQ0y|5u ]d/[^JmDZ ~EgCc| f V/Wx`o^E"r{W98y|W9uFq]S'W{I4:"F]_$Jx 6<i{+,F90 .Nv>fG\lY1 ;x<Aqr*/[8NA-hh9S5Pp4nq?t;oIPU_"B t0N<s8!P)J+'0p}FM)+VRCizTpxCztdFp-""+I|+JSKmkkc=TG@C(m%_FqwgH7]~a`*QY)q) ,1`YJ;IO}^7?P*$6`z7J<5Wk M) mR."UC$({m(<v{a +w ;Q_x60~`V ERfg{l0opl7r*nGP*$+Dx!Do.& !sJ#w0h2[nzU>&^0Bh)^>O<FE]xSAMV=sjBKu#v GY"v5( heT2 [1N~mC`%3Az "D%:4-Mh>(;43Mp &uRp5]$8O!^`QDbh7'hwIs4g{/eFHJ\T<2L?)q^$m'C X1 #@ #Hw"u%:n&!d':  kMZUgo'vB4,xh: :J0R|%rzzO9o{E^JW'^) (KmdD:7JuhkLP<>Gy>+\ d8/yl^s \#/ Y x+qAe3 HbXU vJrVrRpT?\Lg^da0YTC\&''k -Sr'f%&K;h.Da5,=0FY;'{gB+KE5-dOs1/}m)(j5&"cJJ, g]dQ;SJ k{1QA >Gvw^{jxu_+)b.`!OLv-[_~Me@4Vyzk|#EphSz>cbj^-E/ =P&Q!Vxy "1}]BjZ~5W=5ad Mj*&\}|[X3f {}"E3R ]Uw#nv :.\4]F6} BJ(9  *<62F8'naQ{^4ln-ge|qe.NbW3sCv"+i'Ol3rr8v|O HNISI4+<j( t!g_%5B >TC`{r57G6\ji{ l1JCJO:-K7HeI,\\[#%eOk"e*: )rI[WFh[|h/b<'r=H0 vC*?PIvo;E>Y-T2X% sjd2+mBq-rk&l^HhX@-{E9x;_$\pgfq}fctqbVTI'JQ;'fJzXG!1M@6l+PEv}jwK"MHest~J VHwr4`r{5- /Z0w^O=ZV2:fstR${3Ed_Tpk$4Ww^"0x@D;^5&/kA:sSO9k3^V= )4gY D?bs^p ; wX`E5.+w? 3hZ&7gYk|krm $F*VO\&I(_W!%^ _|;Rw&S^2cT(@c #l\l|c~yJ(?S<Q0R^-cZ1i_XW*V2cs BDHzqgh2>J:Y"+'F X  ~@mA!/=-#ht%I{^37]vNGA>OjL--kge-;kS:yKX\{EgO"<)gVjO\6k(0Io~:vm*Wv&(lV| >X{({>y1ZX;"&3W s3uL<fS]Qhu@XM^R 3U)~I~ka473w%n<oq^E=0bj#a_JqL  'Y{:&oG'4 N:"@pk2!u0nG=2|_4N>>>fvs ,<<^i+havn4aoZ(,]~FPK*R:RZf2.-\}=~(?y!m<k=s3 6M:,}?}8&!6ae^71yJcYz ;~Rd@f8u^#H@g|JaT"R)$Zd"D pQr|n{H } V*_Gh~8,4Ov>L5:Ixh(>6fT(\JM(Eu 8cp Ce.D_m9j~T4b9ydl~L,_TN&9T_k P@c7-m]0:+cDl`>Zzu [q]ob?a]STO=)}&=oWs?14cBNwmtREPE|c CVAiYBP>Q\viqG?Oh24]`+(t893A9f`YxdX}eCx,< D%ae3xzy*U,5loVVMPqoF~~{+iXsEpY>!!R&1y o)E^*wD8MrLzlI Wkz@Q6|oSV0#(:xXzl>2iOnd'@1xng;M"]?e,.AQ@o#e=0dh,WLXL1=,SPzU;:X[DrNB|n!?3\zL5jC-&Ah{ `;dYgGVKm?SRj?KZ`"B`- /R1G .FJE6\8Nei6r#jrJ~$[cwlwM-:a]ZbI:2`8c5zzoH/F2d02,XsLy$41Ifg #"<$q[#ysVyL(T!$_AQHk=r_wkN*t'e+XL;D-@MNE|3qKWcJ\[z!EWhG4iut G"\q NDK/AZhR$.> g$+L4! >< (S3pc%n{TmTVtb`Nu?pIvv:n0Fpa%I6oVfu&}i S~Xmu aVD,]Q=6!%/),6& ^S6uGIsK#[8izPD/W$.[xIJwv".c!1`&jMQ7~C)Qv8z_rWisHqz`RcvkQZ2;;Zlx-ooynjW4jolfgUM<E]gt5d$]4q.bNT| n7[~r2I^Mu0^@|E+ot6{+2] Fi~C}<9-H9s  Oiw'o>!0<n~js4\I6>0%U$C!(h~w:cQ =IM^0b | 'xOlbx.n&rlgb0bA>zXv3yH:yeLRV nh;  wvjf?H)*%X1S;@P_20RzKg&eRj ~nsuO v@W^n|"||oyrT+jhSxr:7Vi3i{%(Z0# $'~xj\/dc$YxCLu{8 Y9r0ZUuT9@{L4l x|{oWL*WL}>1z}I$,=Hhxz<n iV=.G8?DxJc Vj"J>n-Wp :X9(X(+d@dcpt;eRX,   `IL{ar uX-Jf<jedmp{JgTT_X3G7@* AP Df?b[!-i +wa n $%A4Us<e~,gdzeg#9id~Nok|uAHv/5.E +$@zrysJVWC/ !! faKop BIu>cQg5.Hg|gol6EFQ"n~pRS{NG{U0_m:/Uew-?"SG{[ nqcucI:1uI53V"&?Ed c:!rw;l_]yHy*fj"lUv8Ttnp]="z/YM]aBw`kq[1& u=8Ym|}kF&N$3wA5^]b=$\[G,leSOKkAg$d" ,YvCo`UUMDoR, Y4h!2U?k9%/u8n^t`M11#Hp[l`R>!BT:I:C"=MO}QfuIA!P|+`Iv^[+k>\g%QYnL!!.wM6 +IR @'+ =Y^ZPw:&1Jk_Iq4`W b}$z -CqO.>( Lp;g+Bs\ )DhR$;wq}kYTCB4 C>)H|Fk&UeTKXYG'H 2O#,(#$b/-JgX'-#j[)w|.D\L1mfV[LwYH`@;tw (Xt`MT8>yIyelN[+5Jk}CEH76+0-5JcdPt,WG?DGE0|i|`4C;%7Wr)fE0/:oYtySnaN490h]kVmS.\ g?p7 P#-  -S{Q^`0]*g[@Q]fqyCO~%f#2c;z*<3VO"U&~JGM(2s^HC`'Gpqke|v~=z0 zRFI9![-r*q:&O]_x)I*tDI>hL$A fqVwy=mpo]C!/X"=|nOl9C5Nmj+!`p1t]t7],[ Huqyd%@^WsI9hV]JzLMF!RQz)= =7#/8XD/y+ S9\3{")!.&Rz,A-6Q;K `#X@ob*8,eLMj^^V8Aln(TtZFK;2%JZ89*Ti ,\\i#-XqR9M(,H(RRDx6<]{zbP:*O~pBsg\eF=j8iBN82&\2 Nzc:D D)AAnJW*k"6aHB* ).]17"79;CXh oN_6p2@q^;Rz!.Lb@Pd<2_[;(z }lf @!x }W21 ?>/) %l}k|RI>K N028Hyrb`TSz[=YW_sL2{HEXxt >vP)O<Zau N66,c*U5[*f^eeL>.%{%LES063,20%uxX*\/ JyO=6EgyDs|2Jb-Jd;n(Bjql('nE(1USZZ/k/g@=Ntyq3szS 9UVVm]\P^:mMp8.3' L ]V`zFouy|Uz \q7}u/>QCl< b9zOhO%\Wc$Z{HBcL5iM6|&H}mlnxP<%lHYE Y<)ZmEU}$ nz^Ki4YlI-b}~: ?"#otY/V|v7;uF;Ro(o*q%r2EnzeKCJ:u\mS%B{L ,-yQqOoR^U|*t`:s*i(En|?T,4rC ez Je@9{\'-!pVd- g~{`OTF'wm_>V8,j Ibq}2lVmX1ZTO<,[N}y:N; wtERXh#p7b_jM2BaaADuz\`2    #\n`e-nWi;(&m=<=[UbYZ6g&@-92!B^f:f9^1jgdqG8b*Hc|AsW#H@V.[~Vg9 a/,E0=(tKXJ0plA50*hF'D9[M|$L mLKB)ed{z Zu@lX;JsVSV()_~`}A#q1EAFjzq\`uH~u+b_=oww' Rn]W9>{@IT3!u<N Jt=I e !Np<hfK=]-3O(M '^CM|i< k"zDSo9^wQgjEZe*B`<2kDjgE|r>H crP&O (F7=[f4$285a_U$-=i\7!4Ix#U9;i$a0;I6PfK/s^:7HD1o  -  u1-F;$vQA qgXc& )[`$^OX">7t"D)+ (+r!,*Sf7kzH6iaSFDV4 /Z}Y|j23SaE;-&h= (?*xe`neTjYtT.[4a^SuMISCT]fbEH"kn8wxsvuW"SXq*5[}Tn9&k-' /u?IyFyM&(Xv#rsr\>S!Rmz^=7E`KGLcR]JZ=By5 jbp{I~[C pLAt~ZLlT8,_E!aV**2{'fGJ9,TgNDUR|!=522YJ{I;/`WNL54,,@GwYbyZ:XXFpdi)<\,gxCv]%'6S ') -($C 7L3Z"yS|+t<A3V =0_7H"cK{I'] Z\Y=J++]-;REqImA*[J Y|xeKm'v=csvg<5Tj`;1l;;R) *9^Jzji{&MH F5Ry&&{KwM.B1FbXG^MGr&~Swf_q}c*\S+i@D8UvUk |([ C3plNhD:K[5$n7*l4IBSXw{AUPwGoQ=BCn0ZB7uFFu7n>  I/FPx$SH[ozg]b0qj%tk&Z{= ukA N ]QGMi{1,N3')G*PO^qZf*j dQ+9*+&B"I r~fV=j`%IlB_5o#pPu9HSH_w+t3`BBpu<ni ywDap"`6:CYD&&&LKqV0I,DFQkq}I_Fx^@C/:A.=eXl9c:c|_(bF:*1^73I=B)N~ME_gHZ]A+F_v[Vo2)-/H;q/NPefpXyr,-k#Z/xuf(S-?M<wmym^[ynRoQ |1'(]WM"XtAqbR6D10>K&\@|6, -  nYD}V\EA +zmi0&O>='(lNmX}zY3f'CHqpSDY -Ae tXLB!0(AJ Olr~QkRTABzaGAPA[=-%_d``Z$/@2AC aB=%?{4]QnkLY{kYAT )S\x6Uc Bnq,Fbsh0 3OW_r%2{xX\.m9} :~dH#LbTcx& ZoP(L0;Blq2vn;xLecIozX;/6X#>ik4my59 :v,`7 x/gDM;($ON'Kx"Rz1dD~+ .Yer}BvJqvTTd6_NX| FfJ9~}|i~k~qR Mk  ^s: uld'AMKP=?vM@U SKOc^O20yQ}lIex ?`k V%PW%.1< vU:_x89&%Y2:KtdR :s}adv`=B4ha' tYsMa<lml{8W ')E t-_g`e; up/{2FU]a\s%dICm>uVlQ,OK m\f#!S/ FT!avFg?2&-bH4Vao`LvmUMr>e( YJv(g5oWWSFNg* S -RZ6) R:LfY{'P ^e{{sotk O=WOAj@$| 1:WI"OU@ #s_cRSBzBu}5~rB"kDca)}!&8CXYoeE&8)<G"+sN}a T cueA jo@fF*98@rQ n ${:4|tOq ybsb2+`E=3VZ:Dh4Lr<ij*XACUQ^Jp[%wqU5wX*~.R #Z {|T0"H@hwA-$-/4E?_9T9,: wie:fFQppA+1^R6V&/Kj|CrDhF1Rc LijT1/y0.%9t.}t1 AQ>o0 3=8;IJIJG4D.y!*N7_B9$3\  wTh!/)9V!REoe%KnM#a V]47&QP %0+8 sbdPXo/bR!>0Wm,d)4;2@p5W_Jg^MPq&a^4K+?Qcq<w'cBi4z_,2 171DYtY9^P{3k>g(v(PIV57:(4ZeZP;Aw[<p:?9^Lnh]J&^u{ $h+ZmG|p Z4JHUIT\foyukKz,9!7CcrJrH +e =9Xi/V!p(E}Cf]`\T>Ki>Q=3zq^hjN>, "79Wv"g|la6* y6e V/cS2R&z5=6Q^]8WF+'=LzSeHUt7^cGSh*wjgyPnGb5[Q^ '1, ]+)Z}D6Ol&Ds C/01TO:n_]Xws YWpE9W CR.FjEVPVAivjW/ R1dv=f07cl]H i:3x9W8P& 3>uc"?ePK)cFa)$yt_JWPBEm$@abprDBTKB'\,)E,{JA:!<C94>"7J+0,i ^|$/b]uVX #CM\k ((Oj!Lzhwe.s)I  ]*mKn9!xmq5j> ?6+ S*&2/=NVVTj@f/0 y.l*z/Oi.l`&jpcP:KxLyR[9v}z7U=^+b36vLTgs /KM"i m #UY{a8W!HqOykbNJ+xkP4C(KV9eUsMb=yw7^@*Qb{&WP1]vN5S  o,4=H+w 6|@! N?u6x.o$T$ '<gO:PuQwvqi)<o&|<,] gv bO=?)]KC9 K$r:vCrx!K8>8!- $z#jp%wfKZ;Ve (lSwY(x]*dO|fz` 3k OC00G.i$s$X=WtbNl4_I"x$ M qpNhe-RX/]`: ?s*K[ku#Gj Bbp]%py`q+LNUn<E#)ms,%-=*h)h)Dxks MJ'u 4OTFYa @J# XzIE3$L)+c/4gAjh~ hah4I@2'ZRWT.BkmQ4*f2|JRh`g0> \rDK,A%[K?Eu Ax7GUwi]vj3,#Ha.qWh6 #w*8nHQ+Qf7 D9uuooc! g"o~wRfNUMQouCY'u9i-u$$iK}`C `?/JKq#zx"bp5_E[#%z$ ?NC*?k<+0 l TsFY\8]>B`='QT$%M<Y~-VE}os]wcTA.'COnNp&>At#Gg!"1OyuNY@NBO>>1( HfG9ZI ii;KsC=SE)Ecu`b>. HfuH05'Lbq{=&}O|cXNl?j? 0dU!i5AYq[1 a W=*t;;IuAG(iJX4#;fd>>|szZN#*koG?)+lOX#<J2(T5\2vWYc51k/:esXMA!{>X!HV: ZOY^0Nb"Ea([8Jt< K Dql.p.'8FkFGI\DH{fCuD-xg+ Mswb9JSGXCI)P>Y6x=!|X|uQq.KZ O&n=0Hs1z><6{[I_ #T(F1SN-N]\?9[J1{Ur+O>eGUxZhcJQ#+n3yI={s[9_y2b7b<,9eo ]0g}M7Q%`]wouy+)GWZdM=1:CFILOmHc IX$DYYW'gzau;RN p[*xi z)vw^ ^W,3l=Nwaa>y1 bH?iIkH >q%~sQR44:Oimem-S@c:bH :~EG6UkUFO({(dm%8SoA58_~" &- c6v?97}!?9ps%TDkP;>@D@;Jj^8[X_eJ6^)Zlx3SRlXDX >YQ9suaH& R4WC zBaG0KP\ M w7JC"7/)`!Xa J4r1 (3]_o[MUOg_q`4iluaI((5L?p[@AOK)< IEDxcQ\M-Q$CsUX%Vy_ZWHC 6gS=)a;w;k 7$(:df&Ir"'A[^eRJ9tD@)BKObExH2o7I/ ,-kBihD Rq-N"mC5+Z#%8NPD+F {JJ#}@ y7 j ?3$g.W:%yLa!Ebc~  =oB]Z! MMs0xP?Y|W@'e,PlV>,'$Bm{Oa:g u~ T ;3;xAOeh{t5Cr> #nR9T5M9u zFb(pW\~N# MdxX 1e+l<eak(:D,Y/"y]6WNOTGgAI (4 H1 [PGEZ EVc)|M=Q/g=6< ) ^(8W%Vi>IzgovFBHbJiKGGuZ<[>txrQ+ ! F7|:v& F'|M,?D0bPB RkxMN6O ;4hwZi?YPAS!+fiH-CK.e "q2}5tu`#~*s&RNXM_GNT2"|`Ol l%qxQl=$4WMBQ%< zOi&O6TA/GI%& 5WP0 b,%}3n`PExfjm|]PMG*,h k5L#P~.)2q}lNcg/ &}es^4M '|y\{T|,= 09/o4Za~i,\{HM*:?8.5$W !*<`)*=~TdyP7$/AG'#WEVq|,K:pry< t/rdT+cHb,/H -byO|Xzk"oYen10dA,BLWdYw5<%4u?jKdaCs4yIz}oRGexvUvL4/ch%%[q{]WQK@a:LiZXg"5QKey:xD!)%v$1Bd{fdHCZF[]r[K\;bEV23Jl& %14(:sFW]@7Y*Zav_gm(I ^>u'&(FF@u_9LmCJe"6\lHW0G@V^|sw|$UjWE<$"VF[%9Jj7547qw 6,t@eihH3[SR1o+\~+>j)<^A4*oQ~A6?  <}#JCw9\d)DZ CsWpKV(T Z (B^,6;r1Tc/]YF '9?b4yf)?B|xuN^g+c]X:KA^r># u0R$]`Uz8bL` ;T|AZVbPXlsAoW;v"AlFq5GdzQD,;y b=f{V~fNqySWtx=( e ( D iPA/kmW|:Fjhl9:l;Bq*otUJJE 7y2g~-7>Li{Nf_kyz_sozsS/eMlf3[%wIZ\*l P@HwgcOx|ZenE; +=:@aiA!UGRg>!E+ T+vhP>#Ybek1_* ~wdf^FMYC] '_@-(@8 'WF4T= t]Zw5wG;= y/U;hS",.3dF E X$;6 TG~`Vn`RMrZ64!4vqz8 )r[pb X9VYIDZSj_-{hJ6wn.zb0GtiIYV'KUi$W4XSt!/`~34~|8e!4!xc/Y{7_3w&}_g[8rn$/)^|>s;~3H~aHivK,3brjJj=+(=f 9 $;}_ krik0M\ UUd J$nI?tUexd=QjfXKzz}Kf/Ku ?a*:kZ;7U&7Tnis26U!U94I1$5_?dijOQ{<~7iG2:+II\Bg<|4Rpov ajfF2[]$.\kmH;LoNgE'B~4b?3d" * - Q\CATF8T946d 2y(kkW7$B<j2~$(p$1P\qBka|5SK@9`'l`1~]~kazfoZphcN" RN{w' (.O"fROaWeB"N0.*HOzt#4\Y@P']?7]8jX) OBEQs\Y<M~O/%oo 3:t?82'Q% 7X}uH/#]E/.pH6,R@~2 "cS%1Adv=LH >n,s?lY_KK8C8d  r_6lz@m! ukfEaaCa[ 84/;}>Li+=p6@qz/HhZ)41*YK JkZ` m ccTgC9o=l6SKl`!1*'^N.\9Z)j(&9{h+f>{xFK6w$<=#<5q$y;1VUi,Iv4qt2@e ]  y:\/4{maJWLe''6pS T*KP|:% ({!MT5li5x9%  -WF%S]<Fm! I-Osqn*>W3P%6,.e+6]?lI~V(C&V_i]4eAv Tqteckqy 7zgqTGpmD%lhu4$"X{) V/P ):p$l!N/WhVWA>?V3{F,"(=BSrhi5A{h/\7),%.aR"t3{yOpkliKhkl{X,0.gcMU'jzE S=o}&ks3~&6,DsOR ;U!A>?,*.4:T/o()#bWJAB7T fU W4]<tcn6cvgn@W+~$PC~u;]a.{J//@De)b>vR j,|2u<[H-n 1o.]I@3f1.mn>[43M'DO9Tm8%#5(`r-yfEM( )TC:Alu2xJ~*/GJ=mz,oW9ogosWh8G-1T f }V'\8*6XnV^bs~n`Q/L8{wV'W ?Li"ixz'W =%l?(]njcJf_;X}FpWmH}T/;!c^''_>A' `D0!;x~ws^@PkQ}QGPWj%Z&U 'kt!(- mQA;NqyV4~P|R&R"+xCk:r*GS!Tv[/$>ovP))2E!!, yK:\Bu4bY#\>]`hue8]x .0D`OPD5*wb{[4,z3IO8s# /{+Hn2 #X}C1fi4 8r&H^:b*U1\=kBKb3p5Fp"*?]NDL'esj"~O3(CdP{;! _@kGm8 vxD Dw:i ~4IryafoVNU\{a j+S"W\9 K]q% [$NEN[`w5Y(x>oCH&!aVuERu W,$0) 7IjP3-@M7&D2WT 4J>21~&0/ w0`b/jKKF)4N^Kq  @nhdmK3g &jE !=jaq(*Ot{Awf:f!Oo"-#2& AghKBF5J$1-.um;._rwS}oxZA,#^lhDN)=.dZ|~d2.T-^Og|Ao3'aA~g%@<f}4R[n*EWER#F'`t4f;XaP=Q5Hmd<1J4r Diw{|%^ \NZa<4(H{?T}6ANZ.Lkr6 #J`?j0g-a[^s,~vz}P1/C#sc  /Wy4axbTZOt0wl]TT[sJO)y6].@t1 M`~W&~p_C &Deo#?[ T CeWzp[yb`Pr).+:-a@\y4x b dayP?Pbmn+GxO90 8 lvqb=[YH&*Xz Uh$F7I*?vBz_&=W $Q2[+9nPH.B7$R\s*qGW|KY+Tps[jB:0T)nbC(U;KkXom'}h[j1Qp:9f0>^_nU<R)# Wh"WtUIy El[w*K%=/ x56KCSF#Nr\$bo "9b~]WjX.tO?pg4ad^SR|?. r`= u&DAYe8m(7'S%vx%p8J, Uj[rmdH'/sd2 >YjfK;=M\p;i4L.=+Yux>c{S`]D! YPh`F=d,~X@fCFcno}1?cQ/S{nlK/\/ ~z )yy+Y@Ldc9gU%1J$Hcxrp"_Ur>.oALUp`D3b,/FABJPAQO`Mu]Z!a5v5h{64vpaX\SLTljY5DVD{`?l#a*P{p? c V2.TrlXH,aL=/&/C=H:*JAgce6<V"6jSRD-lB,48:4, %D_gGyl \M,0&C_Nk8j.k7 6L\a_\q=}v\5D[!P  _E {"yLyA[) G[[XiOrGH%:&Q xLr52A&O'"=FPTpM`;@CT|xN"m!rXQq'[a[a)c?*:KH]u-&eYY, a:p ;<s+W: ",BZQh(Y-O" &6~6>&-$NbfIz!6&!fZyqyB8xi=* (Xo;{"dJ }P$hVpHL(Q^`5EB*?7>Xu\)wNy *!&8! &tAuSx;r =~ Q-e\y:xvK<5^_pzvt54U-r"~(6SKT4359r/9r<J6,u*@) 5G*b%g^;.Dq`|eAk< PDb\ [{fe_yR^]^~ud5= WV2y$:]m8rFL`1X--a$pH$43`GzdjK%}Wh*(F781V=|1Z+M/LC]Zw~K1bk7sF<}rS$Qv .COKV8 F\(a44l7nM(CMJljn[:wyaA3f6u2&[cQRp"aW E+|~5"Y4CfY<bLyZv*K>Lv(qQFBBMW_X.Zvk&Xe g'8?== 6(kT)} d4Py[:@6'*7Dso)p\_4A\6FctJ{g@Nj7W0["Z* $N/=iexR 5/ ZF #jb)k9 %_H T%;Wg*G"7Or#U}3ZmalUjA z-A8}dAB1!)8ijh+>d!ja-'7=(1e 2.}["# FKBQ<{)o7LAubw"4}+g5sx*|8LYZ;y:<5?iDv"DTfEw:1dc&pVRIe;h;:9VEf=zyNU"s>'gD\^ |.k6rIw aV=`b)Z'('kJs+(:4l*O \OsZsX&Bwyf\ea;_M'+{xIE2aId %rC~Dfm59+C9XJUsL"w@E|v*z[5=B-R#x(#0;BVy6z{nh|Y^(Td\PQI>;&' bN&=SgO b4E4se&\PL\sd!M"Rdvs^DvgPn)u(w~RDp;% 5*O{gi8ldYclfWV>n{-"DI:[(P!?!ooYM4J )j}8EJ%fb8 g4JeMGV=Zs"a"AK/\%`gsdu]=l@<5jSG{2- 6QDH5(  ,CG$` nmKw2x-wx?PjNNh~)zAqi$3,b5}Hd &,,"4VpAn[K>7!HDE]JA!ub/Nk_?s|a='*6BSZUN:2M^wRxAr6_^Y"zDnq|G\$XQUtUKLQ:.t34"/5>{O'Q>vbjV5JtYG,;87@~F-,V}~,Bc6l(z'=z|5mZ^# ]$Yt%b\% k$  ?HEl{T1V)5' Gwk={%Ms]=+!3Z#/c1mAiI"q!v?<a,R+" .*/0SrvxKxIL~tSFAAB5 %Am %27:VLy[i cL[L!Q6(".;'3KrPJD/A8`v.xONt.V-b>ldxrkld= &h 7!i9fB!+5(z`i~<.pF`2l-.;DC8EkD:09b;.iqMR4Oy-Z<mfW>T^% 3g!jKW,Cc9>WVZ bymafp ?P}/]9 OuZA!@[C$(gk>JzEpSd6WE"qU+ -.&#i;-[%L&'Ai)BA'aa +9?GK^wqNiEyW1  s{~d~>-KA(*jmGwFa<`A`#SO;wJw_?(<O$y1+Ht'^ =j 68x*)vu83 .DpFp.f;%cufw< 5K92-aq/q^fcXo6msdG$z1@`X.]*`#/1 Ww1Q6Iu 56x4 4vbL% -Qeps<I0dlvERE'p   5Uye?c]vHXJC^jsiS3!10w346 qD ;PKJgA!Qalr 5t*0tc^0 $Kr0ozYEb.4 ey?bBL-&$# 0$ * . +.m*1--o8/K`_I,(!l"oN* 4Jc :Oal! BHGr=@!={e!Gk &CHi47ZccF71L K gHWr =t2'Y3&IhsdEEPC# 1s^1>[y+(Ll*@e4m_* Sv3>k&&#UoD$ :x!q *y6g?x?4K,.-x!K( A\yi>sxwqO)]pwY2E,\H9F*w`e* L[@6-`{92LoO '.V]*&$1{FaQbF2:>QeM>M ]U+|e=!ps9s}~od Y">j7{^MY }EqA<']vq.2c=XO2$;wW6 )N'nd)3=@EU`T<J[z?,yM Opq1vcS T"yc[0`&z]m|h6Jg,%Oa?t(+[ gA&,VV~ L1FROVabl4rH ]V vtBzhpTH#Z"P9,oIkYFvvW.%e-'$_0W( YP9>f *V587<tQ8uzllYyA)B  >M fF,XGluA?[.t."koLE- y%X}_>(n 7SG8xS6 ~u2!A[z :!MWQYcyD 8]F>0%-]) >~sYp8;lC/5:Q[ fDt I@ _ /&Q})6Uh*Oh?vNx3H%I_sW)L6BR@SjsyNK$x+xREMqT@X\V<'A? k'}`@Ob =8c3:.b <Sr@!WT {YrA+84Mkr.C~%)+)i3gKG]+t,HK|~V/i`^Tb>- i?s+N(Vf%~E+NsO5i%AlZ4o1rVu[txrkog[J&IW$+w$&#;,B9@OBjEWCtkWVFtmoTq&9SyQ$W)$`~ x) 1Z#lA r #<tKRZ%mo}"lX? \nI3J %, 1,"I2rB#wg lL}iXTxCX'%Eg/tXG<C9OqT \U*# G5X{uHxeH+ Hxf<Ky:#+G=!/8IeN'fftxxTQ3 H fDj5*4lN/= EINn:`={R'LkrlbJHB6H,M,j 0OnG$CTE,&-S>A#lYVJ)|F KkO1 kM)+IknD >6MOY+y-^  .^ |C 2Zl]JsDpAh-p&HY\k$92Oy  |O1wT-8bTSE*vL, Zp0=w BU#b}O~Fpte^[xcrd2,Laa^M;3.6Uqg;z B q MdCf$VS3a:+6FOW^NB[I6x \*M}V:Q7ZI#K_aZWZ]cvs< ,X  ~yW6Sery4*-1K0s'#),yAqS0zgdKz\Tcrys_S\Fv](JXY<S@oH1rdY.POJ|E:.9m$CI&qQ$,NEb jr* 3@BMc@41' qdZ=F0|: qzj;z], )j EJz$T'vZtb2#-W:IDMITQMc6~/CaqsiL`udjom{Xe*;W)2S"l)y3>P`Srid\V9rLY@+H o,XOWoa1Z4TzN Cr&79.9RA O!ZDeor|x| JgkW=n*P$N.).8VLwTZh v,~72,( nk_MR=(.(7;/(/4=5sJqROm_E64AESl#[-g/8-'CYW6Z%_3dWtz@N>tIoR==KN^jox}y,)syaHv0?)' +/*:[odPS]On+T0YA~?QT6:OeU)\~\pANl>}I~e}AU$T5Q;K*$SB+xfTUWLdaZ\qI`Mf>H50#&!7<16esel3K!vI6vBXnHRe`~RvK xfM'1H&i9N]t$9C Q[W>3sS;8CT5^cb _lPw]zXTW;H.;+)6$?IOesJlHfLA4y*f1LQAP^"czg~2h1gk V$N<QK[]lz Cw|iS&?{laZerwRvy~~JfVtMXB>884X5{,|zg?He<+*r/a<[Y]iz LGr;hbD56 B0RDk[!Yh3T| ;OL_F~kzUeFb:c5b9o@<:. %2jWyC5z6{g(qk#UQJep_TC (/DGXoC$u#  r}jlhhWA@ISdPwp}zzxvEpY[Q?C6356LBkKUUNF;; _mUkP?)_=!fY4ll4\m5$W+l(~;*di2p1:4)!0 }-JodZPTctQx~|>lYP3MHBG8TVZp_hx5oPNs,bncM%g:2a Gq$ A Zu/PjT ]2A?A4D2x)x-e[QB 4>[9xbsL"sa_Yd he][Zh]`ik$^>@J(F>0f]CL%r:fXpR #>Vg{hb8zd kP6;)U&rcS4B1#<#i7BP^txton[HJW_}}8riljg[*G&( li== ~9)sXZhy6b/N_i}Gr+m/ )" jM@**'bZVLMg $BV^nU{l, &MskZB^b6 {c\wfUuUm*VK"Q&HiY} vKi+@  ymp,ASazy_6R $))$jMMq. weG|/1rY\=bw +Lw=p9HbuPd\bpx~Mv5gN4-9:=TumN&kdan@# xaC+17./j)< { .f6\C q&4H\c]d4QRe=>*/;A3#  ,?>2.9PlwvUnRSdutxZp?w'{dH, sA  /,'!.:T{=s 6(]Tk~`MBDO^| T|a1xkhpqvtgR-&9@B@ABTjt{[~=yg]ckq}yW*mWCl8&1=HLRRTNSh3h#F5nX{Z2")>YmvrfXEquklmmnh>XU4TG<($)2s8eAXEOEHC@=/<FXZ`dd.o|xk\ZGY#cgaRUgb9 $0/N+c%rnjt4c*[x{|&Fmf3 Ab|u^MD=+Mzk ^/]MXXIC , 0EMzMv@x47pBFV`iwo-t{xxspdUAHGI=BYpK2&+55=8B0D,E'F37F` owAp3w +yWQz( .yPjl\SLA>V456@CNc\oHlJXB9"/77,%&-m86AR\O^]WPz@i1J/ Iwshc`2g9k/i_S)Q3J0<0!B Ys7^yEv-a|H)6:;6~BkWUA67$CkFOM\`bfn~w`cAB,!   |sh%@7Q^ia][\Iu/dJ$9n+FMH?98y?mB]IEW+k3Rq6QzRwR.$/;6m9RA?s76;0FrNbikemr{iuNX=2%}3\I%]evS|oVaCJ): 0Z*EKA,&,T%iZGqn~Vu9cS HKOMF:M67BN"`Rezd]bmzvptkff[WN<- $1CAWdg`Q%5]. 0Rn8aNF[*bfu$0 CKOey"Ib}l[cHW@N1F&FK VYN#@Y9CR\e:oT|gnnji^RjE]4L"8  n!.1v,:gH"Hk)Cr`\xK>@HTU^lB}TmMe9k2n8vClLVX;]3RH>s-+6 Lc0uDfy}tj^J3{"i'T-3^16*g:  ~bF-%2Ii $( 1ANzdazK8"*?@]`v{j i v#/@GJmTTTO>^({!.H_iw4AECA@@8v1f-T)6 VqF) z aH<<M d~"-@RQC+&ZY, C*:g(OlD,8 T]6WSE63<Pf wFr:"tsKe%K zmXY[Sp~--RTkc1#,)Z.n:\Ac4J0Lct~;K_PF3" =Y5ydf;% H*MgWnljgGbGV!JM#_-o(})Wb&7iTH))  |>/!ILd mdSIDDN9T UO\hme^bolQ- :kQ9iw,sFM](x.PQQ`8^[_njkbf<cXa[ Z3e<t)2\rQB=.DtU 06?slxXJ.8J3OF<0'R*5z>5AEEHB:;FDJE; Im*=diG!}vdiSEF[?kk_UGT+ mI'B%ST.`Ru 6J6LnQ{]fpx~|oW_Y_'o@Ro{dHe-gS9{ngCo-HT0U].kUtWz.x_W^hlgZN@*=iG(W.:3"B:e]%37 >\Uguyl#ad^ajcs |_;$ AGu~6i [a{v"=WhxW=_Y6 ,}tudR=:Olp=G$ @*J%zF &<XxOSN t[(=.!4es\EOHKlXFgA[yqBliA'#E`{dP9RWC`Kg 0xGWCr OC rh#*l]~ nCgD`HK6-I -T idXRqT]m 4[; XlxlNI-+5__x5F="@ {vtzo`N*iUXJ {'?V '9MczPk=7#]R@4/uv_._kn`XOIpEHTh^LT X9FaGYq(8W<D?_7y' Tv=B o^^kP;'vP 3'b8Z2s-b+*R3V8$k{G oUjJVdLaM1>EOHRT`|{xiX)baqx?XipkdL-N qaTxA{uOn$W (~X)J  U'B)^_;o#(}^U L{nvssQn]RN0`x"zp tm !Jpsj8ZrvlV<$7reuPB/V;HWVOn}C,02k|.`> 69UFPTofK<5$6'xKmq$L#"5~A$rAe\S< ;SeGtTo2 2gW<#YdX}D#cE,E=e}mT,H\nc)aZ^cs1 5&=MUSK3)1MK$ Vxs>&;9ChGCrh ;XL.gN|m- Aat|HwIcKq|??}cH%}`@!_2x@LWO 20ZbybFNx .AmS;H@& ,LU'XL|<,Fgnm?^-rzr*>lZ5KfkNy- 0B C.z/GSG &>`e+j VLQ%WBz H(^S~tIf2hCdj`ZC3p*<SzyU!G!'71};K_dJXy,{o+0[&LA,$ Ev%MdcmSja`~\q_sgkj`] ]Ybkg|gl)R+TU ZCRLAkRk_3pK H#(   ,  ) vc(22v3oHHuq6IG"%/Us4b{W]snlvlkj_PCo>A.PqgsHmWD"f}bx bkF4N8mdvi!P|VG'0uKP 1"!)Q)jV3"-GQ^b\T` F4DqGcs~a|Psjiddgd YMKKS[cfo7q~g[; )E\q}ybA^;p^vh, @tI%K(0r\-(39a@l/P8;HLNVvaI /W.N[\UUDOgGKRZY"MO9x7DVYeoyh_S.  XV}llZDZ6b7v-"5~@$,EnP0x3, Z \ & 0; @#H9=L,LJ4a2{o4A 9o:Wcwa^WdOtO\m/tZlW]cUXYMX[icPL!1KeeDEhhQ^Q=R#ex,- \eUsb[X/VZ%&~*0(&+ 3<?@1^dK=-g9"Rc{N>( c 5S^YsZL_^hw>ak~p/d{jdOR. W4 5}hbG^anzD.CuXS?Nqq1)3BVS9T;KBCD DR6^%C<[Vk3)!02X,9r$4;KEJUdwDw;tkW&?bG>sdW<Ya$iMeNq`[N`2DiL%1=MiwLt ^SJ)?X)XJNS#Z% k?)\!@l]At_%_}tsbzjN 8V[#{|8{TzKr~Ulu}BM}T+<DRjS.tbN <P%n$a1mK3y#^Emj Jh7dc\pKrH$#pxT#$(z#|(w0'e{0 MK*;L_yLIG,z U9?iqV-v FZ8&|+Nt4^+77V)nV( F=NzG <(~ t(wIwIEqu0"p[5&"@UsbhjA wHLeT4$)d9  xRB.%"t$q#-Fb+qY% M"q.gA+q^H olf*nEt16Xzc @ N4PoL%6Gj@/(xD p\JF<;:=:6;FUex|;l2@/H7s,ZpV i?\ tt'wCG:":TfwGP2<-be W H5&#L/[%|upm\TR[\VSV\`m"O{,<? LDjUB&.aw+OT q z #7-  4eR3TqV8Nk?f.f3 tfdhkp/^$"ODW^`X@4QZh07[~4>&&1#$w5T[#awD0jv< v? k7|j\QKNb} >x '05KRMz7 jV"d24`,DHEDRWK8 ,lQX:GR 0ejF0  a'P r]SXl~<i,)g#vW:!jX4s6Tbdc^F76($aL*\I4}f[>  h1)1^-  ueQOWhv2b"."J dOi)LjY)(XwlgfaE2(W0o~Q&=myE#|PRhfRo-K*%EH6wZI ; 44CTqy2n ; cbF CvpBNa`dvx[<u+zU =um,ip'<ucD/cpV~$G 2>8,*' u f \OGG[ur^,OeI`'-%N!Ut'GyW'+M[`frrp}mu]w@O!Ks#*{sLC } "L_`b.TC>lK<MBALN>%h ^&_`ZQI FDJ_}oVIEYvw'/*f.{[A~Y1 =jvjwaf_^f_ddPf1jsK'AyXPb4E}!Ujh^g0sT)]@w<_IHBC/FH$?*:>GKRfkVB.?(l1My(6U9%b=MtgD.oujmxumzorwjzfz^};cD>t]5gF$ [%?GLVcXq'f4s^W[^~[{NtDg5WS X^^dw}lR2( Ry)R(v!H2er2:\Mmu~{tqgncxdbvaN`m`;AsUxRS{0 %a(:DJG]sL"H_B=JoTgS\BG4*,149C GP^s{cW19gD :laJ*Ez1OYZZc|zJkt%NHT{SZAA+/#  .Ki}qZ=!  ;F`A}X ]f%'1i4+3+s S<-2+7 CHMtTckQ:9o<2^Z*9$q;CM_u{P#tj3cZLCs.^ QC0!)EbzoYF*,MJk-dThY7>b&qO<8<=;eCJY>-*_2}=[lSMD3;.lGg}xMkUXD0{_A& .K]qc;7^2T}-Y*kp1j'~[<'!s S$?)*=^r2-e-_ub MAMoWz  h/mvE3) uR1 %>Oaxruv~?k $A|Q:pW{6qhX@R!_q f ;*Lsj ?C{+\@~v *<JCx9O(R|R.  1vKkra]ar0[i,o&OlU_!qOwISV5b gS 6";buL8m1hM 2Xl_>m4JL p@g!_?ggw=p\$j Nj/vddXh\QDbH8LI.  *XlH/AVM 2=JUUH1tAY 4L \,~w} }3fEDz 3Qx 5MX\WL\BDJCk:(7@CrCC,v3`]E!eO )@ZA=DSUD$ ufZW<$&]*% ] }zQ$%tW! S  g/(338|D=>1u ?b?"^ H 3VLZ\@bmpf[W"S-F5&5)~tgp*xu]s27u.yjdyfzm~ _ K$[#C8sHOL?7+w= $) ^ &m7 aG;1 ='D4`z>G}z~3t?WH1Q K6]&rYx?>u2cG<+ 0NWxBc+u!z@lUQ^%[H-[+~d8\Fyoqhq@e$]h.Nu3_C"P&p3AA;>sRVk0mDk,w[Hl;.' 7i a/b1/-#u1XuqDu)gQ5[0zX2e &VlS@5x>HT#f}2L[n$k!Q{ ,35;Ncm1iFYzQ1l:%OD Ca;fQ%:/(u3wWXnCn._Bf; ~Zl.7vk@N HFKyUZqC5:"IT]~B  Q$Iy j+7CFDMhYCa]XQ]@~S".Y$ [PmyMxs.j\Jq)9cN=Q.L)9& {W.tVi"/xXf2U Xi{p0lYpvf%=:p& @bvlH**"|(U82D8+ G a7 ;f ;U^M'wHFtXL;Q)_)Pv{S/>bgs%j  Y 5BOah]?`<]3 zX)<[ 6/V_uGw]+=k jL/\3_@& [2 tH28HpQ6|6Ry]{X=mK+W/ (FWf42MiL)?`(4_ T:3,f>tVDELeG<1 \-1:KgQX }_5HDFFN2U[bebjbD]&]v_;(Kf}B# ,S+kTs~qljL5&oa?W2] @>SbghbF^*]\YZ_zcPl%/aB|x\N*>5'7- nM4<k.p9_GD^`7PPZ[hht^ej5Z~\5b*ZIN\lu~vke>iS40~tIw}x^5* ^{wi\QViiC5).d+ 2ysN &5IU f&tgvpo<fqK !t?D\hTOZI. 2=yJnW^cUX8=F=LU?#{])LAF=0 6e{iLc9v3(#s#d0tHlvL49*6c$Sw7   :P\.SmKILAV+uX/1) )<1E[hi}lqgz^qXGM6Xji`&n \J92%;\6D=1g v R*Y8_HMv11?=1}8do;'.* %13B3o?AA8#OeN,A.,?B8')Fcoy}kUU8<(on?^,F!1$5dz}[E*4O2N./81G9c1| ';,RulQUN;#%Ah5iq^E4*<Nadgi}xbRe:T D0ymOB6!#, O|o`ZQ1@;;&Dg*-!2 4A"%$Ga~mK0$3Ok4emjYn%M7% ~uSS7'(;`ywg{fY_fem y;k#3: *^zU9)+A`{Iro~Bwb4o>X(" <_re{fc|PIP_o -T~3OUJP#=D#kY/ "9UcuKowa|IW-0yf>0,)MlXnB_8c2z=@EZ|3CYl5IS[Hg.P,'|AWf{'Rt18x;50*'iV=h3qAN++Mcm]HY0g/Hav4DTc9HOP=]"|G ~b0RFGcQuk E,U:UG}IOPK0qhTf()v[> '*OtdFXUa=a $A?gYgu(vbX<-5'n:sgZR>%&<Wo;g+,77IGsZf]N1 &:GKE2("om2/XL-/EeMV3h\pqjr`pJo:z*"$4=&;+7/827,yuB.SP &2E9- 7N1HTBt_h^L_ ,FEjtw T|Qck>.+.598EKs~%BZCh`_qN=;1+&*&Qo-EWxXdM?7Lash1A:HiE7* ')-D1fD~F9)Aq +CZb =ju9hW=T.<3 +#'! -/Z[ *7B=X?o>ECE@H"WEi`goctl{{hjBFTZj.ZHHr;B* <%L4_-l{1b~{'N;zbqGcwu>[ 6-$sYKA88*&&M^u $1*V-{C[i^_n8P`owvluWt1h>[GscCnWE(>N\~zQ6Senu0GQOHAz1hPn}=E|eFn@) 3!@K(^UxL &9Tp5ZnsjOX;O&C`50'cL{P9g38;BJBu B7K RXuU/ *'(60cDVp U3Od-rT}rzlRFr7Y/4 Y7 UQJlL{& 4;0N] {>g n6a5 ;/b>w[|)f*FEqdtlbmm^rW]ST3?yW7K t4k)>\/^   Bs1Z.AtKT!#1?`>~a+p%IoDWW[onz`ha`bdKQ']4 )Fl Gi'U"N"9NSUH8 # gFa\ }8Iw_ar&DgGo5{,Kj|4K]r~l~f{Zv8e @wxRt/tl]]d|R.T.i1o%H kz|cG1 P  Za. w:u7wns$8Vg>:aoy 0Vr{{`}<#}kX5nVFBfKEV4Q'QdI|:o-jo(f e'D0-l!s^TsCY-#6hTuG >d~0TqqW.vM4sUMH=xE)   tE!F|;+Xzq?YH  6FKFDiQVI_3  ]_c%T-c)5k-Q:v8| 3E[q~iByRH%$dD0Ko)!lIn&w$Z~7z+ @[b XWiSxqUS5"6yK_1xK8i (M9s2g9Xm|tL~Wx+KR+$AdNB{ b4m+|D&e1{<~6ys{?}lwV?'Z &u:\.mCw{}{;b!GDv T/Rm|\"~Qp!R8V$ -U+l)oN[^$P;wJSK: ks^P$@%W9^+S#f,yvrltCh =5w}# Q8gz<\~5Y 4!zB L|3rE1>^.#ZFWb[Fp.[=fDl;c5p3xj hx0Q{'#]^XCgQU(u N. T%(YHG{B8{'p)M)i>=6, xsU7?&XEmBd9p2"t5{@Mm9pX$JH{jxMGp N) l4KsAv?}P;|*n2 b@ZifQ*Wi@ ,oQvS^=80./4)*3GV_iFN28Mdd{X5|tA_ CjoP' 8] 4`J-u<~IJo<I27i|= <p[}}Gc"OOLJ@AQfno'Q'yQ#;TQ}nsJ~qg8Q5vltyG(@[;j;z&g.d= 8]~7LD@P)e5p@b6 zla\gnw -R}@g 2LaVyoK"]v$_C)t SLZkT| Ea9uV RKOBcz##@^>/ 1rn+NT3 } /W~$Gb|m3kQ=RydQ5"aE0Ae 3Z,IhDUA~M{$[<rdszM' )V~3NvD 8kTFGwl4fL9kdC[ 7hI)7]2Sj=^mGz!R(}lK/ ?q.De*In(WE%OYzqT2so>* SkI!fNEFFlDH8'/# =m 'Gc|GpzY5rN*zZ:(J7Kd6[%VD6/lOWG5#~S?s=yU+oszvzbqB_$G' !$%.Cc "?_Nz~  nS3i@aB)1_ &:[GqB mS0lyiH7 pQ_04 |vqeL2qU;*! /BV{':M0]begeceWG3%pM)e?%5Rk"8FZw>i!9N3f~L}|MS)ujAZC( {qZE/&m] J; .&4"Mc}9p$#qAs Y.Ul|RsmcT7yBsoDZN:.$' eG5(y%c!Q!D$6)(7Nk 9boH,  +`K@q,&! &@Zmz0^K.C>Dn7%~eEbBxiYWWK*oUA710s0m;`LD]'j {;`m<5CO[mvN;.$3CO^t(FkKJhuyugI)uX8pU5udYQNzXtagfLeo6P}ldRKX]h}|bD* ;^|oT@2$.!O`hu,AUnJ 3Sa[M;'  y Q)/ c4ubZYZbzmNz|qY4ES0m('4DYrwhX9#W t&iFXbEt5466* 3Po x\n_XSS%O9RF[Kx@2*AKwWQZ*VB( xX4{ oeYPOWY`&fw}Z2(Lg7_uaT=&V~3{Iy^oj_oQtG<," 5X{o`G.(g + 2$.G#g">XnnrRs<j*V4 ~^p?YE7,%#*T8Qid:9O_ntlEcyYO?)4f"6QcmsyqW}:% &7Yt^G+S'(8 l>bvt[NAt5Y.4( nOf5VLIF<6];Tv{F8Lf'~agXH-7m! -@TdigmnQ}9w&#)(1xN[x8Et,/,*#a<rzm^TzQ[T?N';]@s$^L@=AuF>M]~Y3Pi|2jlYD,6v#&CV\WXdq|s^H3**,0<~NcfH(.[U2apcz\SV7Q%J>' kZG1rb\]^jh2{s./Kg}2bxdG0.x DX^b_YZajo|ojvZ~K?4# u9TS;lu-ZaIBZ(qAmzvpmjZ^8M;0$iUNxB`'PKMUed)f-*Ts?|wtiU2Gm@9# :UaaZWPHFNTW]vhny^A%v'_9@Oe}R*Gr(H|D+OvtVp6aQ=-xeN~4kZMFoN9mt; A[k7oshWH0=l:5'"CXbfd\SLFI}Smafl`wWE2!pI3(V ~_F5/`=neAfwcK)jS=&ylVz1peah^}m; 0I_u 3cyxw[lT?3*:R grpogZPMMQn_[oL?4*$mK#8\d@-#Vz#2Jp(o6a~q\7~eE"e>c QMVbg-yZ<& =R.]Jdldcb`P[M8"2HYjyzi^y^^fFn5w$xqbN/ 8^dI5;-f6J_o7}&BP`ntgT?t)f U8qWD,xaKBtJA`u|aSP6QQWckha\^bM^K7"?Xgr}i{QwBu7m+_F%&Gp~iM 4>#o(;Ws Bu*w9wBw@q.dT @+uI{dTMOsXCk"?Wl}|t@mYcrU?( %@Yflo|}eP>+eG '$LvqW'@N?{X~0Jmyqg^WPC/Vs[QVtfWy6 Fl /Suw`F- )H_nvq^ROA^7 "Gqyk[ J]DSvJUIA39C3Semqz_& #8q1U_ E50uE2Vnf/ %>rVIr;?CMVK8,.5t>H9"$uR^I<@Q+nr4#l.x6gEYSIV7SNQ]mG&NYe2>=l"J3u^M 5zUfyG7.&)&_.-=J]~bbfL=#! *'h9 15Trlhm|-j 0L_ e ]M<0 & wZ'N43L l|My|V;, )G7kero]Q@.PK ,>MZlnD=A4!  rC 5G]||~+X&;R[ZP?1)&! vk!X/H=?Q'cszysj\CpUA: AGBL]UOdAx_|`6!)**//>LLGSh}|rGOQB'x9d=H=)Ar5=Kc &2@JG9|0y,("pO:%=.@079;C6IKH=/o[K*K@XThksup|IA\keD &&!'7I[fklutkaWlu=)z5Y0D46@C;R3Ycns %'pk_ dt~}m_O*N2U8Y>\EYDA;#+ vl a!V;QXUna|py\EGNE'xu0Uqtt|W|L^M?A,5: N_m~!Cf| bH?@CNaq'q)d*a)T0\9[=d5i+W$2ysxti5`J^^eqm~xkF/3$ qW S&fM{lhu|Q8cC D [%|,0/'y{p_^Z7}iZVZ`h!w&4DQby{W' 2_\QPst|{Y~3d(M):3&Ks $(NqtnnbaaVFB>AUr!'(&re[NJG&qeYTWb*p24EawrS -kRGv/+;d|vqphacdJ{.d3RNAc0{$%)*O!{dYehefVA9AFPft xq ^SQJ6)ynbS"E(=*?.O9fLuJ~ZlrmbYB(} {.xQhiG'KneVENRNDPcZtGaYS}F2&;q{bfuslkbPILOSbhmcWQPH95.}0rMg[ZVQKJENSXebo^ubizwlUE/1JeoQ.!Hd\F=GRH@Kowny{]C85& OntmzxgUI`qr_fn_IFMPSUhslTILLYZSFzTteliY^BG>:??JMINFJHC_Ev6) }| :J|_aqC(>]X>6EVYVn~]I7'YuehngTP]mk_\bTGDNOJQj}ybZdnqnsxu{Tj:`'Y_fp_*L:>R2n% pi4wFpS^\;p"1RZ<7M%f9oHrB5"nI&84-Bf}iPVXP44CKJ;:~At/trf3ZC\AlTprTZttO7"tU,=H4d%{.^Ag?k9S8%BTfrw6/!"BB\_chw_M: x X64 H<1IfkM8CYXD;AMH7m.\.T#MD=@'Q:aYuokWOg _D)v] S%C@+Vx4DfMdJj=`91@OUYh ,# < e=kn:![35GF7;UhU= =an W >FddHl(M1<82)'(1H0]BuIPJLRi#qU5qp Z5<Mq ,31.'s"Y=%;^)GpG]iO(d!:#-4;8D=76HYRORbetOF2"36%$!3$Pq"/8> B%_-$a9nE,!MwqbU5 %HsIz;eo<.(e'L;/NTMIOWVXf{uuqKk'bR@'<\$(&+=m$tH1 _"?7-M&mztY/)KsCr C{c 1 :<7nCSNDV1I ?>NSJHhnw\4xN96/(Nj  H}]<& T*<<:P&d  b4 %P&K~-d`0&208iDWFK<9;$CLG?Eivnzi}Fj%F 31#9RlCfdD'  j^%O86La | lG( 7f;`8]}\2 %2>GaIPEGM9U+VL Qeb{Ho2h] I#!>Yr +K}qVB* } gQ'2;Xwr ^H'(;g>f.c~\ 83FMQlVVVLQ?G/F!JZhmsmV>w"b N7"  2Ul1YqUA+qI/*OutqjD Dv#JoV tY:'4?OjheLQ.F+;9.EIM\y}vzv_C%oP?;) 1Pm~Ms\G5)#" #[,9>(SmtV9') S9[t-blS 71CPM?w1n(aSC1(?cqjjpv~Z|@l#Z `hL"8M` jq(|Kk|l[LD:3+('.v8UO?h}jaP57Y5Uo+[zj V>4U^\\\L}5oY =%'ASYchdg@W$JPejI! ,E [fl9lMn[q~qol`OA83/03?OU_$m}qPDNN6Co%=Te;qd}yocP?/*Yqy~sGjM3 ! =PYVvRVN7LP^d\ PH%=3(?L"W8aMbVcmeaSFC?7+##'%(9eU0ixmRLSO@,1Ux4N c&sRwtqojV?$+:Qo`2 uZ= $+015zF^RHN4C2L1`0i)b+S6CC5K'NS$`:dS`o[^_UG8/(%$))+n2;DS^eq|ys~{ePB??BA>)6W+  2 M!kGp{a+JF;`)z|_8t_=v3U=>7/>,\-o,m#f"i)h3Z;BD0M9WTZrXU[^TE8*u%W80CHJS\b`^nfcrN}@?@AFG891g/) "?4XZmu~~sf X%EL2hx ~sX=kF$ {c!P5HJCW>U7X2a3`?P7d0k.c6RCETF[SZfVUTSQOKF8,%'.476l0# "f@#$)8MccnIv>=:1)**$*'K-u-'#+ ;)OBfYhpsuxxm$\>JR8a$` XRD#u_SI=& .7}8p:^LRbMpSxZw^z]ace`[VTRNLD6% a0(E}aTs@93/,'! )<.U8v2+0=HT&j:EQ^mwxq*dGOV5\YRG:)w^KC@?7'(1>R|bzlvpo}dZVTX[]^b_\ZTF-a? *N^p:%"!)?Sew%1?JUj+=Ql #}>mWXf7mh^L:1+s \QPTVTM@/  6PhryaL:56=CN[ioieaU9{aF' %JZpA6+'?INZh!s-|5=Rt4Pk$?|Wg`G`)a `ZWNA6v.j"a`cf`RF?5%BvU[i@{)",5?O`kllokW5bA* !GaoE2 %9CGF#F5JDVSm_q8Skx6{KlXU\4cjjb[TK}:k"a \Z\baWLE?/z^:G[1s$3DTahlnhV=&t`I* "ClbB( $)1:A=9,5?;JPWmm:U fk e+X5BC)F HNWQ=%{ uont{}zrfN0<{^\zC4'$#*,/9IZef_TA+~dF!1NppH+7AA<607A<H?[Jw[s)9 HNJ?+44!FRSH;4-!zokpx|udO5%HhlH1/AO\dbQ=+raJ&#Acq>,:>:;*9::N;jJ}Yiv !7 DJ OI(<6+HORKB90%p b^`bcffY=:[|fI0,<PaeVBu0p$nn\ :}CYi0 .6>B*>I8e4{<GR[fw <JIEB=4.@GB;1,%zmb[WUXZWH16`}x^C+  ,DWf~iff\`XZ]O^BX9A0(#  u2UK0i0<A4@[;~7889?K^v 4CQW&R8F=6C$D E9) mUGBA?@?=2& 7\a@% 4GX}ehm\nPjShTfR^@N+7$ pU)BF7f% ):BDDpC@=758>GV l)'#%!'8EJ&H0B<2BC:-hM?=<89BLLC5 &6XrqM1 );O]`eMqG|M}>v.i V< !}l\3OZ=,+@5SX]wYTROGBDL,W9e4}..0&1 DPUPC'%*eSKKJEDHPTWVH.1MppL* *7HWscfqRC3,v"[>#|p2]MEq+.E9PUPiR{LD>;8 :$A0H4]/%"  /BHG< "r[PF:2)%#* %&B^vuX8   0@RgeNy:2( z^=  |"b;NS@e0x ,3EHVcbui_SIED ?0;3>-R"j  0ALH: !~odYK;*!'4<>9<V9x+g"N: +$$+4CVekI~+!ucO;*!$.m9UB9M _v ,0BL`Z`^SC<>B(D-I1R.\"m$++*   {eO;$  (!B"a{iZNC5.1;oIR\Cq9,n]NC>83h0I43='P%k%'/?R'kBV^XOIKS#]'i.t.z# '-.,"!&"gM3%Ei {qdUCa8H95E'Yjxwj[MrD`B EIM(Y8i;x(zz dC-!  0 Y}weSaBF8/5$9H]py}tfcPTFLAK7T&`u#p:v4|,!zx !'()#lS>,<guz_ZNFA5:(>JX fr~uc{PnBe?bBjHvM]x,"D-W,h-r'u!xx shabo tV7<Ytxve[RI<=,6/61=)GR \ix|j[|NjEcIf[kon~ru~#5/K)^&lv|zt f]X]o$%  qM) %@VloWB5q2`/Y/X.V/X#]iy{fYPRmWab^k]rXwQWp&AS a p }| s i _`&m8~>3)   ~U..Pcnr  tnlmdXU\zfgb]TaDk>r-y ykegiPt>u3o'n$v2Km&?Wj w"%*y;vOsZsY{SJE8.#!Y+ 1@BDCMWaekmptwu~io`lOq?w-" yseeEY+TY]i,xGh5M^lsv9vPuYnYd\\`[bcXoQI@- rH#  # 6Ukzpevali\vM<*silNr7t'p"r&{8To !7IY;`^gwmldYROWcx}gSH:)y`A  *Eey u{tbXG1uavYaQLRB8?:7E:XEpRbq !E3e<{BC?=?HRdtmL%znldZUUIV<]1\0_5g<tAEGMMF< 6"3A0Z&v uP*{qff[PS=K2I&J%R Y`i(t7J_u'CX v%(*1EYlz_8uiaxYZS@W*^&`&Z,V,^2i=qSsiszuocTL IA>0ZxyY2rdTHHgOHW.TN P_r *8DXw<\r$7Nat^u2l`VNImMGV,_g q~'?Vh~xhU6<]%wcf9N :-%'q0T:/@FQcv+:FWm<Sr(7New|re^Q9@60--e0E8%GZk| "<Rks[?>a} pyXGA /$|(X7/C N^t+:J` +Jg{+AOV`ouuf{SYA43 '"$*c67GWh}-EglCJb(y ~fxOO8+&  )|4WE6Xm|!2Nm1Gbw(39<EPXRtEW54%'`<3Nav-Ii }/bJCb vv]fEE4'*" 'i7GM2_&q -Cc ,?MUcs"'&-7@m@S<661$'[=:U j | 2FV"v'|B]Z:kyw\mB_&YUMABo[W|E71.4>Obx%7Odu */s;SC1?x\@(O%4DVkqE#&8Pjxgc^Eb$\E/(/9~;oWc]V[h #,6Ofx *y3j?P0&#} hT@0=+(,5GTdr yqV.3Gc { tY9pcVA=]{qnjjkv&%# ~&m;qLk[fot1y$^B,33$q^RVKzJIHCE"P!fw'u^K?8\ssT2}nbdx zq^4JJGZXkuw}[;"! 3- {'dWXqVlVpZ[[VY [+d2pv S,"Nl |aN<)uwjY%X9bDP^q}zd@#*)'%"2_zunpeq}uxxsifgpv|W /0$TufWI=2"~s`U R*eAkSkbwjs|tjE! -]u[bzzssrwVKJ#8G+n+' ~h[VSD*qrvxvwyodgmr#u6yFqPf^yde\N89]`PSnuh^W]fpd\bS? :4;b* tniaR='o{iyivlqjflaqY~UPPT]UG K-p8==4, =SI@Rpy|oeoym^TE7*[ xtodWE3)(+"ytplc`YSLMO[WB3Ep&')"HXLZyvw~}eD"Be-=1 {v laU NE<4&}zuh]XYUVW`_M41If|#(>]zfU^iii}xhI7";=MSK\8a-m  v'i5`/]ZRG=- n^M8-();JP<-8Sitq;]xuX@8JST`niXHC U!j0d<OCFO;Z+emsz'28<?6~|wrmbN8v _ K;4.$)8EB72D\y}>_vzZ92DPYivkU@>\{}| qQ6+6B P]ejq |%.3/||{uldZKu<V)6  (+)">cxr&G`us]A)$8@@KUVH?@_{iK 5)'(<*V1k-x)!$+9BGB+}m_wU\LC=+, 3X|~{uzqw0E\zseJ/-:;58FMIBTvz]SPS%S;VNN_Ao35HYeYG2.#mWDp:O39**   0V{}xusu!>Lf ~dZT> !(871Bkh\dc][W2LM@h:Mcsh\LA5zdS]EE5,+)& !4Wo}^TPPU`v!5Ry  wkhV6$## +65Gjsv{tofZI/AMMjkti_UB#t[Ku?S3,*)*(+354+)J x{{cOEDJSe~ %Kij] i eTZU9$.6> Y{~z{kP9@9`Q|k|nnqgK, }iWIn:K-$*/127?A @;32]'z{ssw}l_Z_j~ "Gcko  y~vZ>31(*#3c  }u|lZK E'R>oSi~|z}wcL;|m^Ny=G-&%$#%***%&?PXWRSdrmr{)Pchs}tfQ>/! %Aar w{pxwodXX1lJ`r}nT1 |hUDW71,' %!#&-021-2%?C =:Ef:PO[yyiR=-! 0BPas zi`d{/DSan}jJ5yaMz=U47112236;<<==08A-=2 <` &<N]p|fJ/ !4Vkgjvqo+;IXepvx|}{po<\I6)v$=$ #'*.4998841, &1 L_p|~ )IYbuuV=),BHL ]u$$    +4>KV[]_a]|PI=-yB#*046:?>< :7*0=#\t|wr'?KVj~{X>, #5Rg({5;;8- )18CLMJHKNoFB4 %T  '1:>BHORQKC26`%|}wv@Vaeox_A$$?)Y5x@A@>7*   "*-)'*-u*T  W (7|AmGpNZinmf^ SECf0 DVYX_n~W-'"3?@OIeSUTRN@,  07 % pO s8 ':Mu]obvemy.|Bq\a}I2"+AO]hiablvwiL)  1&><E\MUZVL<,4!1),7?EJ<"rK k.'w:WMJ]LlTxj}'Qp|\G0&+64).EOG:)):EO.W\^cd_V"FE2ROS`f[IC4z[: z 9!,7FYdkV{QJV/[waI3&3=1 y6s@t7y6~6( (:JX-^R^yXTRF-7X(jj lsrbPJ<`A"m$85DNXb~npycRSt5]kR=*  } vkd _ gqy" !*5DS\1^Y_z^WK:-+X! s_SB,bE2 _-.DWemyxlp. qWPWWWUZ^gp< `{ <gzU(tW8   k [K : &%0; B4CF>M7T6a71#u\G9:Q6c4i5m8}=8* }kTD ;=BLNRV ]\_jAe-Kh|^>"  t!Z%A*%/ 2) oe`]YYXSNQ^u"')$ uYP%O'O'H,D4>9<>;@>DEBN8X&_dcdw!A]|2GWlzzhW> %5DyQgVSU9RPH:&zmhjjiecfq nU?3$7*;2=>9H9M:L?IAGA@D-P]it $?_} (DZnrrje]N8" (3>JYflkUi<a#VH:-" xuzyrljp{oecf`P>*+4@N$]'e*j,f2]7R9G89B)Xr2Ok:HQNLD=4.   !8JV`k|ukx[rGg8\&O?/" u\F?AA+:?*Q` ly '~,r1d4V;FI4c 5X+7?=7+0DYn}qfaWyEm.^N: # maXK8& ' <Qbnztf%R69N$l<\~}zz#~*)$$.F^r}jTHD~Al:]1K*6#$ m_TH9')>Xu 1q?[J?^$,Hf~wrs y 3Sl{zwtmbUJBm9X0B+,'$   w\@-.Lis'X6=P$lJxxrmhl s$Dg{roswvkWE80k(R";&!)+% }dP=/>_   %x&`#D+)BeAexrlhglsyAcxvz}uaH1w`H3 #'%%*4<>8(uR3 1Pl'+*'"#&w(_+K18<"Qo:_}sje de jnry<]z}jQ8w(iYC+ "(-28<=<5# qP1   < Xq&8DID8)"%z.g9UFET0aw<`whabdedhov~ w*vH~f}lZMA1$}mV <" "+1:FPRPH7^<  9!R#f$q&'*-01+'&u,d8SIA\/p ?f|l`YUTY`hv~!7Qm|wof\N?/!ugXA )(8ELF3t]I9+ #;IQW ^#i#pq q(x5z>t@iD]MT\Im;& Dh|pe[UT[gq{{y$}@Uet}}th\XZ^^S@.#t"d'O*4)+ /23;KWT}Bu)qqqt|y`I5'.:BH"O$R'W,^2h>qNwYu[o\d_[jR|B-3TurdYV[bmyr)p@oSs]vczmyww~vvsqohZI<|5e1K-2(!% %)((-6;3yt rvuZC0 &+. 48(<2B8J9R;VCYQ]]`d]iUsH64MfnZIBEJQ`x wn+l:oItUyc~owz|rg`[QC5+r#\G2|ka ^duqYE3*'(!)*-29:GDRLZPbReXg_ifmlulfZG1.BS{gh}WNMVf|y+s;oLk]goeit}xjZPIA:62q+X;  }jYP T`rnaP>0 )%$$0'@/J:PDSMVRZW`_fhjrhcXF2$t7aKM^;s28G]tunid _3ZETVShTyWY_dgb^ZVND:m1U(<! wh_^eqvj`Q@65+;: *|_ G803;7?BBWEnHLQY[XO@.q fc5cEgPlZvg~onf_XH4"9 Phy ,AVl~vwoji`^TLF67$&rb%T6IBKKUPbOoMKILPSPD1   uq.o>rLwS~SMLKH<*)@Vk| 2G^rz~hyZsNpDh8Y)D/seX T,V5\>_@bEhBu<521.(  !"+0}0o,d._1_7c8k7x4/$ $8GWds}*7BSgw~{nx\sHo7i-`%YWTPG:.! sl b[X"[%b*j*p$z   $1<{DrBj<a3_0h.x-)%  ?Vbiqx~199}BvVokmlg\K=1'}\?- "X'30'616I1d.U)M#Ni Nzyv{uPw2|@E;#=}U_gVsdytxxvtmiff.eSd]aZZQSEM?KIH\Bh9c.Y%Yj wtvy[A% /v;CB0G+F'A#5*'<[jj| si#eHhhn\z1(2*3Skx}zj~oxlb\WNGD!G?LfNKHEBq@m@w?5%r`miM- /@OX]__>W4C3.6@@V{ " /0! {vv&@% &Db~xju|wqvdUE7'%?Qh#o$lvxqm]TX` V$99L^p}~tudZPN7Vct%;?5:9220Lgz}wpaO@3& !"#9RXh(153.r)i$y|cMJ?)(:KYhv}q_K2z| 4@<6?@y#u'y~%@Xly~{wqhYK<1&!!#$4*N3W;W@hA>90&xt~|scP3.?N[gszzr`H/~oikou|"1?EEOE  wg6Nfw|naR?- / CE=!P)h1l6k63-#} w q ] A)"0?O\fluwp_K1 # hXPPRU[g-t2~&7DGLH! s3`DRQdamrrmcT?. .-  7A)11#;6@T>c;p862+e'=("/ 9FR^kquvwvm[C(  &4u:_6Q&GDENXcmw%31++8@E;." "7HvQi^_ehkjcXMA/ '  '0/?4=889<;S;`8_8V8V8T6C=*EMW_gnqnkg\J6"'w;]BIH>M>IA6M(Z3f9o0y)(4JNA/,! ,9IRWTRlLjH=/%) !-%246G:G>:@&B$G.N5W,Y&Y+\%dlpy}p`VL;# %/-}4i6ZJLMINL[Ud_]kDvK}PE0*%5;& "/9ADHGE>7y*oz=WQ!4%'*437?8D<EBE>D6L!T^fqw#z+{#|~r`L:!,x/j3e9fGeVicqv|qO@CC3!  #&{$!)1"9/K5L;4CJ!P%Q!PO RX bkpux xts ttph[P>& &xGs_wp~}s[VXN:!    3*F:T>\:dAjEm5je`^^agqwwwvvtpmh`O>+<_z{d_dW=$rz0D$W#f3o>wB>LYuHl(gg$hlqy}}{z{ytk`O:1Ggxo\D& oZ]q9 MA^PmJtDxSy^zXxIqKgW\KY(Y ]bksz|~pevxm]G'}-<?Le^J5 q jmttrbUTNKW}/Ka-s[eQLZg~^yJrGjDh/jpsyuXS~he~J*ylf g)sJm  iH5! uc SB?EGHE{JoVlcmmx 3Sn&VwzaXaz[uDn+e-^-^djsxd]D%z#^5:KHE\{vqp{Ll'mH& _E2 #/z5n;jUnu|+3='Y%r*++?^uc@9|Cs?l"ik!p*tzoC8-{ [044K,hMD x!jb _ g(vV;X&dA`[^rccM$}wuw| bAj,I %8vK{>n.'-xwz+_/NX,WEH[=j5t1{}}te[L*1 7b)ii=V<}5t2q1r6wK}n)Sg f$[:OHCS2_m} rdmP78 :b]yb/xjpbY\NYGYL[``wgr3[pt)n>eSTf7w mXFg17Hs(^zdP+r~kgi[gMgDhXlqx7Lds(l=WT5hxs^Nm=D. !`Bg|k^@ uu')2F^#d4NC1Rat{rq`dJW2G6 %.g1JjjV>)} &0',Kjj"Q.6:(FUfvwzrid[NM7?(1!Kv,Edy^: |wx}).*"*BWWE).6FUcpz}fUpDb5S-C/3)( %U~ ;h|uzykeV7"0=BHJJJHHC)84!@O]jviQ@r:b;Q@?>16(0 1AZz ,Iiwkpwqc`osXD71-|$xy{%?HLXccRA<< /(4BQ_l{z_I@~?m?\;6." /APZbed]L|3r!nj k(p(~!&.15CQYTIFLRQD1$(7HVe{uaS? )>tWgo_SPU]_\[]accaYSqXdhYvURMF>4'- AFFMUUL<~,xrkgg n x -DJCET^WJBABEKVgs}yld^V=#6rN^hMO[d`WW`fe`abbbvfjt`WMC80#"+:KVSH<y7q5j/e%c ad"j!v!0:=?ET`bYUNHEJVbgdeipojb]^a]P8"|=dX[sahfbdjojinzzvs{zk]OF;. 4JOKG|En@_7X3U8U<T5X'`o &/7=BOV\]`\WV^ff`Z`feZTTZ[[ZVC!0wJacU~SPNNV[`_hu~iZM@2$.AP[X~MoBa>YATDT:P+O!Saq#*8DPWZV\ipmbZ\dc\\^\[_mysV5.nF]`\|XXUTU^iw}o[K;+ /<BEtJdNWLMEB=>4=-E"KS`w %<IS Yco~ ~reXTTZYPFHOYZRC6) xd/cL`iRE@IU[bvt]E- #.=wNjUZVLPDFA7@%FMZh{" 4L^%i(p&{% ud\XPIBBGHDCFGDC>8+ :XlqVMLNP^rcF+!}.s;fKXUOQIBF3C#GQ ao 5IU$b)v)*'x tuhUE@@AA?AC?737>=( 7Ntgi}_PLTk}y`C!,}BvSiU^JVCS;Q.X cov !-=%O1b>sEzG{<u/wvn]OHDBBDHHA:=GQPB,%;Qtgf}YVZkxbB%&7~DyJnLcEV:S+X%c&j#pv$!90J@XG`Ha?_3_"^\YQE@BDD@<:=DILG:% /F\mtWFGRbktsV<# %5~AvMsOjLb@X8T6S>Z<c-ny (4+>7B@CI<S1\"_]WSTTSQRSNMNTUPB4# 4Kbmy\V_bgm{nR4 %0o8c9Y<W;T<T;O<N8P0X$aly/< DDC7;I1Q!SQPKEER^XHCIRQB7-(/Ei[ZrYZ^amuzlR8 -1p.j(a*\-T6P<N>R5U'[ct 2 AIO%N3KCCU:e)h_ TKMTYWV[\XOJIIA8+ 3Hz[mqlmu{mU:!)0|0q-i'^(X0Q>OCJ:K!MU`r$5CI KJ(L6F::;(@EC>::ALVYXTQPIFFF5.CWlz|eK0  -;A>v<o=iFhLbL\:U$T W`kx".8=EHH>4!'&)-.-.9L\eiklpppfU?) !9Pe}aC, -9BKUz_tbn_iR_GX7S ST^ht+5;>:852'$#6IWalzzvk\@  #<Slw[?%  (0>Petzuql`eH_2\ YY [dmz/;BDEEE?8*(;Wn{zhR<!#;UmnQ9&8FWpwemOh6b!^ \^dkq$3=EGJHG>4%*F`{sV7*@XsmR83QuvljTb8\YUTU^kz *04/,()" *Pt`C-"8Piq]F.)W~|~mhcQ]1Y VQOUan %,+!wtw8`fD& =Ys yfT?('U~tyKt$ojefiv (*'v i]V^w$Qxy]<;XtystxcSE7(Ko~~^u>lc^]cm}o\KBBK]{ 7YznE" 0Ljzuxh]RD7,#$EeyW5zqlltkVH=)5J.h& tU5xlimys`RNT^o8Xwp[H9(+C[stnmlid]S1IMAj8+mU;odadoy|yvssz'CZo{fN5 3K`tuppqnhb^:UQHa:j,os vywpaI.}qihhoz !:MW_ky{rgV>#*@Thw  }u(k3a<TDCK/QQLC:3&zohgoy . ;GPW_hjaN:) )7HYel p&u'z$| { { {}~}s%h/[4J56664-!xroqu|' 1 :EQWTI?4% "5GXgr%y)}*-020-$  s$b)M-3*"zpkklnt "#""*1430-$ 0<&I3V@gGtI{J}O|QpM_C^8s40(|ulQ/ ukjkjjjjo|  %#!!   ! 6'H=TN^]hgsnw`vPtTrjlza~RC/iL7yoeYU]n~ '*-01- &,164+ )9FTf:{Nb`UVm}nZA& nBwdXX`i{ +9GQSK;(")4960#$2@Tj/>@CVhsu}v_{>$zU6eUSTVan wz.{DU\^XM5 $1671 .;Kb{!'@[kqtyj~N6 ~gvAnmqwtphiqvr!k4iDwPZ^[SD0 '18.$# '7Nj)FU[afluz]E,~pf_YVbW@Y#^iyzmhe]R4KHOUa[q^xbb_VK:&###+.%#=Xm(7FRaxkN5n]RE91.2l:NI&Yi{lVE*A;KHZT_^fcoe|fg_Q>-*?Seu!6RpoU6lU>-$#&+5|@UQ2heQJ0M@NMOTQVW[]cjhygaXK>2$|x ;Qblxz?^qu|[:vW:&,};`OJc5wyh ca"Y.Q6PBOPTWaXtXVRQSQE/  }"7ESarxs|"BUdylQ6ZA2*"'4tDeUUlA/  w$h0[@SNWU_[hexkmppk_N;( %1=GT`p!3Fz_izU;jVG:2..5AzLtUi`ZjQwI7*u?gKaQ_We_qgnrqj\N>, "3DTcoz&}Aj]Ts>' {pf`WPKK}O|RsUjYbaYjGy- ,i<YLV\Ykivx|{rbRHA7+ (6EYn|)Y?AQ.e| xqmihgdba~cnmZ}F5* 1ByPw]}hqqfUD5) $/9DTj|u[A"%1 DVadkx{x~~tg]USU|`ljYyMH?-';LW]\VMD<0&  &8HXg{lZG/ 09BUhpry||y|tkb\Y\extlicS=%/IY^\WMB4#   5Oi~u[?" )B^lrzuh`^^bl~}vhVC0 #7FLNI<0% ~ #&',.( 3I[l}{aM9$ 0IUar~unmtoWE3%-," |"&(&#   "8M\elu~nYD1-A[nwbM?'  zy|~!)--.-.33+204.9#78@K Waks{|{yshXI5! *>VjzkVC,|uw|}xw #- :BB-B6I4M0K(KT []XSUZ]^\XK=/"1K_rxbJ2z|"0@KT)[.e9i@jAp7u+ro mh_SG>?>7+ *BRaovT6"(: O]"d-m:wK~OOC3} tj`YQF7) )<J\osV@* 8Pbmx+:KTWM>,xeXL=. $5CUhx}iR9$8JZ hr*x;|MTVOK>}+m[ H4% !.<H[ogM6  "1BQ]h r ~3K]iiaN<q2_-I/  ,.2 :Nd xV5yrt~{z(:GN\kz.EYhkgYG9u.[ >% #)/=K` v!}iN4~upoquw"2>HR ^o}-EV`_^UE2x'bG.  "$ .)>+L(_)o/0+!zaG2"xqicb~ezgmv"4FWhw#1I]hhg^O<~1g)Q<"  &02!:+F6[:n953-)#r^E)scYNKJOU^emw 1G)`0{9CS`ovxm\E}3e$J2$2%8,?6FBWLgQyPMGB9)ziYC( xgR?<<@BKWft 4&L1e=KS^j{zgQ<x(X="  !$*37BBKKSVZc`vefaZN<n&XJ9 ~dP?7107DR]gt#'>4X>rJUW[ev|tdQ;$mT2#*+4?CNUXe]velxylxXa@J(8 'y\E+!(0?eRbmqsqqmg\N=)pN* (;#N4`EtZlwz{xvrl`kRO?3*`E0%!%/9HYm"2;Ca[p}}|||vj\P?*~_C#(!80K=bN|`nuw{|xiZL|?^.=jN;2+#!(/:GUey!/?/QVdsyl[J9&r Q3(:K'_8tHYhry|}|rbN|=]):bG4)*:JYex+>R<fbwz`G.wW: 2D.U@gP{_nznUt?R*'qXA. "1?IUh); M1cRyqoT9 pP4"3 E6\GsZm~q\E-\2 xaN;('2>M]s1J^&rJkpT7{\?')?CWWpgyw\A,`>cN<* *4AOb~2Lbw;]sY@*wZ?$ &-AG[`qupR4lH%ybM<-!!*7Jb~#C^v9_uZ@(qT<)*$F>bS{dukR7mI'iTA2'$*5Ga~ :Sk(FdtW@~.iP5 #9 S&l;~O`t{fOc9?"r`K5&$&%'1>Pg)@ V'kE}cy_Bl)WC- +B ^&y;N`o||iQf7J , zgRA0%"&*++1;Mc6M$aAr^v~kU?u&a N<* #=Wr*@Sboy~ujZHi2M4yeQ>.%"%)1AYw,DY8jPyfxraM|:p%c SD6) 9V p6M^gikopmeZHp0W?( uaN=0& '2E_{%:N)_@kXujzsw~yzzpxaxNs;i(]TD1# ,@V*l8FTbjooooj^N{?i3T%?*ucR@2' #3H_u)7DS`.jAnPoZoamcgeZbO`D]6X$PG@8* - CU+e7vBLQPORXWPIBy8h(VF5 weSE:/(&)-4E^z ,:EIKJ*I=IKLPLMFL=K0L!HB:5/*$ 3E'W3i<zCFCCCB=:;:4t'eS;)ypeVD4,,,0;J`z!/;ABBB&>76F/O,Q,N+L%HB :/***'#  (#>.Q:bCsFFGJID>952.{)i"Q; ${n`TH=4006>K` }"+27> A?';44=-C'?"8/) #   .D#Z-o5=CEA:89:4*}kU="ymbUIB@DIS_v %% "(1672*      .A"U)j1}7;<@BA=84, t^I2}rh]SOLNQZfy )24/% #,: I [n"%*/3320+$za E(wlc]]`hq #    """"'2AN]l~$))*/6:;6/n#Q5  ~wsu~   %*-,+,29DTj $*06<>;3k/S+8$  |y{    $ -00/1 7 = AL]r (0697d4F.)) "  ~y{ snr~!)+ + , 1 6AN_m}(6CLNsKPE,A<82(   '-/'  thdfn| $(* )+. 8EVi} .9CL}STU(RMF;1& -20% q[ LHKUam}! ( 3<IZo &8GQY`ff;mnjbUE6'  '375+ "e$OECGN\r '28?DJTe} +;JV`wgTl/q todTA/#  )/0( ",2|2g*UFBJXl *4>EKUas 4FR]}g^oBp&ld\RI>60("!  & (..-t)a"TML MWf|  &5DR_n3FYgp}u_uBr&lf]SIA;61,&! }~  (/1/*}"woh c b h r  !-:IYiy .AUfpuvt\qFi5a'VPLICA?=5*   +7AIJ@4,-11*&'*$ *6CR_o}":P_kiXJuQc^N_>V.G3*-3ANI3%)(qlt &8><7.('*'  .61$ +<{N{amx#BXflliZGn?ZCIF8>(2& "2A9% ~'3;:6)  #2FYlv +6FU_b\Z}Rr;a#M=%/* *%$*#(('+*" ,AScq*AV\UPRY\{ZtNlLaFS5A/ -5 4(  )&$'+$%))#2DXk~ ,6=GLE<8=?uDh@\<N=>;/*#$/ 1&  $8J ]s#'+,-...496/.p3]=KG;L,M QL: ,-.&     "8!P,g4}3+&&&" &25,l*T/=<(FKJHB,    3M%j,340,/57669BsI^KHK-NQOMH@7&  ' /2/*#   ' >Uk&*/6>=;?@>@zEgMRX:]$X NLFA9." #+%/1041,,%$&'#!$)&{tpos{1CUes.7BQ[\TZcecwbb]E_%] RC7. $/39IUT JGIC93/%zqnnopqu~&3=GS^!g*n1s:yH|U}b}p{|x|tsqolobkQ_;P$@ 6,  "#)$4%7$8!ALUY_ ggZKB2 |yvssu} 2BR^fjpt1wBwNwYwdynzwz~yurm|enXfJ^9P&?+ %1<?;8304,B&I OYdlkh hcO7'u{mogncobqgut|*=M[ekpqp&j9fMe_eqg|feca[RIsA^5O)D1 %4= BEC:0*"%=PY `cimj^VL3|zipWlOnWrc|lx-EYhry|{x*u5sCoUjk_WPOOMF=5r+[ ?(-<C FH&I/H2C2;3570E(_y ~{}zlT@2o]wRsGt>:@4@,E Ul {utjR4 }werMnCpBw=:D\x(>PY`ejk#m2mBjMeQ]UTaMqIC@?>91%n\I1 !/: CKN%O.L?KTH_Bc9`0_)^&a%n##!taUA"zlp^pNs6v%y'38TIOWL^I_GdGsHJKIE>3k!Q @2 ~)8 AD"E0B9?<8C2V+f%j!fddf%i,r-|+%lP <,~rknWnSvK:6DV`l!7L\cfh if^)Q:GHDOAW=_>cCdLhQpUxRKA0rV8# }snpv "3C KP(Q7NBEI9M-U%dsvp"j&i.h5f=cCdAg6^'B}qnn[tN}IECQdq|1L^jqsm a V$M%F3>K5X.Y/V2]7f@eK\V[Z`WgMe<])N6 tjgis0=DE*A@8M/T'\ fmtx{!x%s,m5d@XFNFK<L,C&~x}we|TV^`bl z'?SdoneYMB:'632F/Q+P+L/S5\<\CRILJSDX8T'F;/"sjhq 1> C>33E)O#V!`!n!v wuvv"q(e0U6H8B1@':+ wmnrplq ;R`jmmdY PJ(B9;E5K2N0P/R0S0T1Q/I,C'@<6/'{v{& -101A-L(W%e$r$}%%~&}%{&z&t%d%L%;"56+|utuu v.CS]dfffa [X/SBJK@I9J5O4P2F,;"662*  !6,C5K9T:e9u76542{1w-q(dN: *#y{}+:JWagjkk id4`AXCND>I3L&D6,)% ,8A(G0R9_>n@z>}9|.w%peV D3' +;JYfqx| />{FqJbLTIB=./# * 38'>4KA^JqP~POH|>t1e%UF 8&+:L\mz ~#}1z:o>^:G//" 2AGKP X,d6s=><71y'eP@8+#*4@Q^is}+4;zBqCd<N16& );LSW`k(p1q5r4x54~0p&^I4!  "%+.05=FPZfq z!)z0p1f)W? $ &4EW`b hqt%n)l)r+y*t%eSF1 +49<ADGEGNX^ `fnvxtmh _RA 0'(((.5>IVakru o eacf` TE7"+5;?FNUXXURPS Z`"e#effc^YRD1#.,&(6GRU[gswuqlgaYSLD5 "0;FLRW^`baa__bc%h"fd c _Y OD5" ),*+6DOT^joib_^XL?6."-9AKU^cgg g f hkn'p/l4h.e&^UN H@4& #0<CFJQX^eowynfd_P@97.  +7CNW_d iijlpt%s*r+o+h%aVLA4(",6DQYZ^eouvuwsi^TI@7. &-8CS`mtz|}~%),)'w!k\ K<-  '4ANW[[`iswustqg[TJ@1"#*29GU dq{!(-/353)vfR<(.;CGK N X b m qtsrmdZSJ>-xpkmu '07AMZfq |"'-.) s_K 4,25< DMXak"r"ustqj_UI<-s hbcir !)2:DN [jv$)/572'{eK2  %,18 @HNY e(p-t.t(rq lf]QD6(ob]_hu &-5@N^n|)059;:4)~iN3 %-5=FM Vb o)w-w+u%rnf\PF:.se[VW_kv (7F Xiz#+2562*u_ G0  !(07= GT`*i5m9k3k&hdYPE;."xfZUX_hox  2H^r$+1:><0#mT<%   +5>FP["f-r7y=z=v6r)mibZMC80~%ndacit2G"[,n29@FFA7/z%hO;* %(+)% +5@JU$_.g7l;k8h.e a]WPHD<3'tm jms} ):M#`+q0|3/,}'w!m\I 5% $(*(%  (3 =HR#Y)Y*X)Y%\Z SKEB<7,"wkdbhs  (9M^"k$s&w#yunbUE 3! "2:=<81(" #0?K!S(T+T+V*X([#ZXUQI@92) ztpp{(9H!U$\$b!g i c WH;,   $/9?>7,  ,: CILMMPRVXUMD;4+ (5?HR Y!Y!SLF< .! $0;ACB=3( ,6=BFKQSUU TND8.'  #!),+6-@0G3I1F-@$8/%  "0<EIJG@6-#  )19@IQY]^ ZUKB:1# #!('/*6+8'5 ," $2?HNQROH=2*!  &/:GU]`^ WQJE=0! %&# *8CKOPPJ?6/)    (5BKRU WRLG@7-"  #(+& &4>JSY\\XSNF>70)"#$))1*9%<=?@;0'      +8ELQVXWTOHA8.$   %*037; AB?;864-'$$! (7BIOUXWSOLG@6-%"&*/ 358;92,*-.-,--("  %.5@LW^`cec[RMG?4*$"! #(-0.--/.-+-.-'  '3BKRX`gmnje^TJ@:62.'  !).38:<=CIKG@<72)"    />IQVZ^ab`\UMF@=;:850)! %,2=EKPQNKG@4)     $4BKSVXXXWUQKFA<8541-& '6BKV^^YQH=1%     *8DPY^a_`_^[VROLJFA<5-!&7GVcjkkg^O>0%  "!  $$+7BMSX]_a``_\XVUUQI@3% ,?QbnuuvtpdUA/       +4973**135:AHNTWUSQRSURK<+"8OcqywiYI7&      '0:AC<2#")/24:DOY_dhihec^VL=, #8K]ky~o]N?/     )0310) !&')-28@KV^befe_VNF<2% +?Qbq}~ug[M=,         "+38<:1# &1=ISZ^][SMHD=6,!"1ASevvhZI:*     %*.264. *4>IOSTTSNIC?93)#0?P_kqqiaWJ8& # %!   "%'${z!/;FPVXYYXVOIA;1) "'6FT`lstnfXI</#  %.23241 +   ~vtwz"0<EMRUVWXWTLD;2(  )5BP\fkkdXK@4(  &19?CHE= 51-$   |ust{ ,:EKMNMLKKIIC;." $1=HOUTRLD:.! )%0.492C/L&NLGA8 . " {tos}$3@HORRPMKKMNKE</!  $5DMPPNKF=2# '.)335A6L2V.]'^ [SH:- }tpov 3AIORVX[YWWSMHC<2%  #2=GNQOJB4$  $ -9#A5CF>Q<V=[=^3a(]TH7 &  2CKB79@?5*!  "+6<?<4*  !#*2-A1P>YMbRiMnGnAi;b1X%K; * *BJBCOWSG?;0#*.-' *8*F;SF]KdQiXo]q^mVdKW>K)A4' $,0@S^^WWSA.&  "$!%/8A)H4Q>\FeMmVq]p\kXcK\6S&KA 5(  "0G[dhlrkXKA1    (/3#6/<9BHJZSdYh_f`X_LXDQ7J$C<2$ /BITepg[WP>-" &.00,(%&)- 147 </ACGQOZW^]]b_f\gOg>b.YOE8+"*<QXTV\XJ=7.  *0246640-,**,"025><CCBHDOLWQ`PeGh;g-d!^RA.(544=DC?@?4!  *158=@@=7.) &$&&(,'3,;5B:J9S5[0b+f&g cYL;*!)*,/.& )3<ENTVTOIA;5228$>(G)O+V.\.`+a%^XQF:+   !*37/&'*+),+!".9AHMQS OF<6225;AFLPUXWQG<1& ")*-563)"!$  +4:@GLO N L GC@A ELTY\\[Z WNF<$0""   $-.-))2=8* $,49= @D HL!N"QSU W[aefb[S KA6*#'#   !" /./) &-18?FLRU Z]aceedaZSH?3& #,0%   .331) %.5>HPXajrwyyz|}ztk`RD2#!, 3-! &,*&&"(+,,)  !+6BJSYcmv{ ypg^N >-$+ )$"% (+-14,! './+(& *6BMV^fms yyqg^"P(A)-# "$"&.8;67<@>:51% #,2:CKU]ciot |{!s+g0[-H"6#"!1<?AGQTPH@4(  !)/49;@FMU]dkruvv*q1j0^%RB3!   .36A R]\T QL?-"&-17;?ADJS\bioux)x/r,k'`TE8(   !)6EQW X YVM<1*&!    )08=@DHMRW\bhnrr'o(i#bVJ=#0$! %(" %2>IQTSKB;5-("   &/6<@FLOQSY^eil n,m*l$g#_+V/L,B'6#)"*,)# #9DJPTSKE@<4(  "',1{6<AACEHKNOQRQ"N*J/G0@.:-0'' ##%'$ -:HV^\ZYXSJ>2(&((&!  (17<BEILMQRUWW U+O0M5L=KBG?A78-1*(*+'$ # "6FOTUZ`b]RGA<4.-+! )29>CHLNMMOQRPKG'E:AE>E;?9;7839+7%3 2/%  !3CP[ciigggbZNHE:+$)/49:<<?BEE D?!9.5:0B-G.F0B0>1=.;,9+3-'+( "  ,<LYcikkjhfe_WF0#*059;=?@@BB >7'15,B(K&Q&P(L*G,E,A.;--+ '!)6>K\kpnjie`ZO=(&-3:@DFGHFC?<!916>1C1C0A2D3D8<<0?'=82) ,3=P_efjnme\SH7(%.7>EILKJHDA<9+4:1D.G-G-E.C1?59767/6!63,# $4FUZZ^ehc[XQA, !,6=AA?;830-,(*4(=#A ? 9"2%.),-&// ,'! !/=KUYWTROKE;- %3>FJMMIFC?;#6/28,?&@ :32-!$$& '%"   +;HKJHD?951)+5;?DFDA<74$13,>%A<523.% "##$$!  !/7;<>?>:63/*$   (,/36751-+ )%$!*+*))%" !%'))'$!  '),/257984-'%&'"  %-49<>?=9420-(" $,12015;@=6.*&" +1223321/.*%      #+/27>AA@=:61+% !(*'&%%')'&! ##"$%"  !   #,479<BEEA>:3,(&!!###$%&& & # $')*,)$!""  "$%'&$  )28;;::<>=8/'#   "$&&&&% # #),,,--+))$ $()-02/)$! #-8AFGFDDFFB<2*   !#"(07 :743440(#'+/257;=;5.)$ !,9CFJNPNKF?82(  "$$"!#-#3"530-*& % *.026:;;94-(!   ,7@DFIJG@7-#   !#!!!#+379:;3'#%),/2578850+% '1:CJOSTSNF=5* "!%$'%)&-$1#5 861+"$$$$&()*+,/120+%  )28;>BEED@:1%    "*.0. -"-"0!0!-#'%%&&'++-/26750+$ $,5;>ABB@=94+" #( .231#-$,#(#"%(, 15:>ABDEDA:2(  )4;=;:<?A>81)  "#! ")2689'6-0/*1&4!7:=AFLOOMLIB9.%   )178989850)$ !&+.1 247%7-42,7"<@GLRUWY\YRKD>5,"   (/20+'$#   !(05 531'/0,6&=DKTZ`ba^[UPIC;3*! #&+/353.'  "%&())),./0369985 0'*.%7@HPU[[[WRLFA93,'  %&%%'(%"  )046988789<<;:<?A>:#3,*5?H QX^``\YRLE>6/(#      !)/5:>?;64248=ACAA?<4*-4%?H RX^ac`\SI@8/&    &2?KOOMLHFCCDHJKLKHB 8/%$3ANX`cedc\QG?4'  $)(&"&3=CIQY_a`^[VQLLKKHD?94*!2DS`hmljgc]RG=1&  $()'# -<FLPV[`ca^YSNIC>50)$'7IZku{zrh[N@4( #*/0/)"  (8FSY_bfgjif_WKD=7/(!/> L\kx}{rgZL>1'   &,.,'  ,:HVblqsoic_XN@5-& / AQ_jsz~{undWI</$  ")./.,' &4BO\ht{|xofZPG@5,$%6I[ k x wlaUI;.# )05884,#'5DR]cgjmjd[PE<3+#*;K]m{ }ui^RF;/%  &,2 550(  (6BOY____a`ZPF<2)!$8K[ht| ynaTF;2+% &+.-*$#.7>ENXbgihd]VQMG=3+#)=MZf nwyxsmcXL?5-'" %)+)&! $-4:BJRUY]bda[VQLHDB@<5,&&!6FS^elomib[SK@81,'"     #.7<AFKPTWYVQNLIFB?:630/0-(")9 GSZ_bb`[VRMGA:3,%   .: HRX[\\[ZYYUOF?83.,++'%! ,<GOSXZ[\[XVQKD<4 ,$ ! """$3#J`nt }zrlcXJ9( #%  &4AJPU[`deffaYL@ 6,) '~wmilpv~ "*/57804<.H%YkuzseWJB8( %2>KT]fnrro j`Q A4) urnjkow *5=C"E0BC:T1c&ox}~wz~ugYNC81, %2?N [gqw!zy tl`*S+B%2"|mefhhny (1;&C8HEINDU:`+n{{vojikg\N@60)$ '08 C O] is'z/~2}6w=o:f*ZJ 9#'ulpwphmz "-7? GJ6JPEb>j4l'jm w}xpe[UNEABB<2%$.;F S`kr#t1t<qDmCgA\BO;@!.  zhgqwsqz&2= DG5HJDY>h6y.#zurnf[OC7.& &)&  ! "*2;EQ [(d3i?mFmEiFdI]NUMII:?)3$ ve[[n|pl{'08>D H"L4L>HEAS7c+ijpwtgXKDA8,#  &.0,( ', /,287B7K3S2[8`=d?h@lEoLmVeX[OOFB@4:&2&  xl`YU[q #,38<AEH*G<BG9K+ILTXUTTOB3& '/46 657,=8EENOTXU_PdNiQlSlOlKiIcHXHKB<3-" |wz{vohc`ew $/7> DIIH"E*A-:51>$B?8100-(&$  )4 @G"J/M;TG[Rc[ibnfnhhg]eU`PXFO9C.5$& wtvxzzxss|(17>!C0I?HCD;>382.3!/*&! (4@N*`7lDoNuU{\bgjhbw[`RQFC7/)vlkqy &/6&<5DBHIHQEZ<Z3M)=1(   '/5:B O-Y8eAuIS\dknolg]xRbEA8&' tollnrsusu} $,->5E:G>K@PAU>T6P+KA- );H T_"e.i7pAxJ~R[bgjjgavYeMTA?4$' wme\W[epz  "*,/@2K4O3L2J-H'B8* !!*3@ Rbm"x+2;ELRTTSPJwDg=W4G*7$qb^]^cq "*('".13 /3*>$=7.+% *<HNQ#[*j3w;~CJPXw]n_f]`X^R_JbC`9U0C'0 xmb\\cmz  '(+.+4"51 + $%1 -! )6H[#e+k3m;tC}JQW~YyYpUcQWJOBJ9H/G&EB8$ {upmnu  ).2#4*5+3%.%  :L#[,k5y>}HuPqWr[v[vZqUkNeFY=H59+3 32 +% %%,(2'3!2 -%((!%   6L&T2W<`HhQiW^WVTUOWJVAQ6L,F$9(  "&'& #,4:HETNQTLZM[P\NVEO?F><?0<%3)        &%&!/#8/>8E4H-K,H6C:;22&+#$(*#  !)#!%"$,3:CHLLIC<5-$   !,-$  #+5@@3#  !*17=DGGC=72-(!  !)+-4@GB0  !*/4<EFF?6* %+.26876530+'# /?GJKKOW[TE7.# *7603=FE@ ;2"!)158888:962.*%  *9GQUVX[__ZRF5!  *:@@>@DE A:1$#*/135677773.($!  #,16BTbijjmlha]WG. )6=< : 996/(!#*-///..,,+*% (09CKU_hlptxvm`WQE0 "# " # & / 8 @C@8-# "&*+)%"  +8@ACOYbhotvtj_UNI@-     !"'-0001/'!!"""" ~ %3?GHKVchgktyugYPIB:1#" $ # #'*)'' ) , +&  .;FOSTYdornmqpfXNIB5*$   %)(%&.2 .$  "##"""!#4ALS Zac``bcde`VJA>7-"  #/7:6/*-,&   }!&)**)((&%"-@KN S[cd]WXZYWUTNC7.'#   ( / . + ' #  !&+-/0/-+'#5E KJMTYWOOUWOIJJF9,&"    0 8 85 1 )      #*/36:>?=;73.'3BKN RUVURPQPMFCCB;2($# ,5983- &    #)/3433310-*% -6 <CIKMPPMGA=:973,&! '-/*$     "',.0/.-+(&#! %/ 6::<ACC=730)$!!  &,26;> = 72.)"   $*159:;:71.*'$" %1 : ?CGHHEB@=90$   #+485.' %!   '-369;;950,(#  &).6=ACC@:4/*&$#!#%"  %+.,($    %,27:<==;840+%   &-49<?BA=71.,,,-/0//-+(# #(/461+&"  '/5:=AA@?=93*"   (05:<>>91,*'# !##  &.9A@70,'   $,5=DJNOPNLF?6,#   % + / 2 5 9=;5-'%""##"#()&   $.8<:4-*%  %-6=DIOTWVQH<1& !$'+,,*(%!  !   $,122-'!  !*3<EKQWYXUMB6(  "#%%%')($!    !'-/*#  "+5@JTZ^_^YRG:,     !&(*,2652000. (! #(.0/*&$#  %,3:CMU[^]XM?1#  ""%+0210/,(!   #'(&"  #(.5:@DHNT[_^WJ</!  !$')-,*& ! !!   "&+05;CJPSUVVQH?4*   #&&&%%''"  !%)-28?DHKNONKE@9/'  !!!%+,'    %+.35;>CFKORRQOLF>6,"  "(+--+,)%!  $*.038@GMQRPOLHB;2'   % (( & &&%" $'+/4:?EILMLJF@:3+! %.5 65 2 /,+*&   "(.39<@DIMQRQMGB<6-%   % +0/-+) (#   &08=BGJLNPSTSPLGB>92*" $((()(&   "#&%# ".6>BFHLPQQNMJHGFB>82*!     (---..,$ *39=@BCDDDC@?@==<95.'       #)06961+#   + 27:=@CEFGHIKLLJGB=6-$        !,39=@@<5/-+,-,(""*2 7 ;?BFILMOQPNKGB=6.%      &08==<<=>>>=<71+% #)/5<BIKOPQPOMID?71)"    ,7<;<?BEFIKHB:41-' &-4;BHLOQPOLHC>93,%     *28>BEGJMNLGDA@;73-% &.7>EJNRTVTRMHB=71*#    !$&%" $,16:>BDEEC@>=<<;81*%  &.7?GMQRSOLGD@;60)  "&'# %-5777:;;::;<>>><<;952-&(4?GOUXWTQPLGA=82+# %(('#!  '-2551-+-/258989;?CD@8/% $/9AGKNOOLHC?940+% &*,,-+'" (,0-*('&(,.015;FNSTRMG=5+""- 7=CHKNPMJD?:72,$ "*-,++($ !#1<EMQSSOKD9. $!.:EKLJLPOG@;60)"   (01/+)&"   &5BKSY`fgc\VNC 4%)9 @@BJPROMLG=62*!   ",035653/+" !-9ESalqrqng_SF7&)0 ;FNQRUVRMKG@81)!   #(-26741)%"  %5EVdmswyytk\J9 *'5 ?DINPNMOLF>8/&   %.488412/*"+?NZbjqsqmf[N@2%!+5BKLKNPOLGD=3+&   (3:??@B>70*#*6@LYdkppnhaXPF9+$5?CIQTSQQNG<50'     )06>BCA<91)   &-7CNZaeffec]ULB 5'#-:FLPTXUMGC>6.&    !+6?CDDC@<5/% "(/7?EKOPQQOLF?6- $"0:EMSTRRQNJE>3#  "*07::740*$   &*-037;==94,'! $4AHJKPSVVURI>3*# !'-0210-)%#  $(.59;:84.(" $-59@GMRVYVQG @:6 +      "',.011-%  !&')*)% )29AHJG C=96-#   !',/3561)"   !,7@FGFF!J#L$F$?"6 )  '-23100,'    !. 7<A"F$M'Q*O+L+E(;$/!$$ *048:94*       # +5?"K(S.V2V3R.K*A&9%0%)$ &') *)*+*! # + 3 : >< 7 0' &5DO"U%X&Y'U&O$I#C!>83+! &) +)"  %3?DFD?953 . &     !0<%F*O/W3Y3X2V2V2S0L/E/=/42*1.*& !  )169:;=> < 5( !/<"G%N)Q+T+X)Z)Y*W+Q)H':&.$&"!   "(-27:>=5 *!  #$/.;4C9I:P:Y8^6a6^4X2O0F.?,9'3#*   $'($*.+9)C%IG@; 95-# "#),056B9L:S9W6X3W/T+N%H!D@8,  %*.02#/2+;%@ADFD@;6/"$-5,899E9P7X5_0c+d&c!a`ZPA3(   "&)-233 .,'7@F KORQI?3& !&+ .00@1L/Y*c%krvvnbTI<+   $,1563. (#+7D Q]ceb\O?0"!$ & '3(E&V$f#t$#"! !y"k#Z%J(<(,'&"  "*./12.)$'9 JZdlqlcWJ:) "%$."A Ugwwj#\%K(:))&#  &-022/*&! . DWhsxwqgZK<+    5J\m} ~th X&G*:+++)%! "*.14650*" 1CTbknke\QF8+  & : OcwzpcT D"1&''$ #(),03221-&%:N_jnnkdZPF;-  ( =Sgz~ uj_R%A*./1 00.+*('&''(*,..0/-'  ,@P^hppj`YRI:+ "7IZjw}~~zum cWI 9%*).0321244346877640*$'6FTafea]ZRG:-'8I]n{{qfV"E'0+- -.1457:>>=;961*"  *9HS\adc_YSK>,#6IYepy zti#Y*H-71&37<@FNUYXVUQLE@9/" !/;FPX[\[YTK?/    ,>MZclv{}{x qeVH$9*(19@FNTZ[[YUPH?6," +6AKTY[\]ZTJ=.   !1?O]iry}}yrj^O(;1&<EPZafiihgbYMA5) !-:FMSVY[ZUNB4#  (*++)$ '9HU`ju}zrgY&H38>&IT]fkkjgbZOB2! $/;ENU[ab`ZSL@/ %.5:;;82)%7FT_gpw|{xqj^#O1@?1M#[isz}~|tj^N<),8ENUY]__YTMC4!,9CKNNLD:-#7GU`iptwvtm dY$M4@E2T$dp yynaQ=' &3?JSWXWTPKD:, ,9DNVXUOG;,,<IT\adhjg_U#J1??5N*\it}~uiZI6# ".9BIQVXVSNF<1#,8CMVYYTLA5%"0=JRY[]][ WP'G4=C4R*_"lt{}zul_O=(",6>DKOQOMHB:/ #$ 2=GNRRPMG=- %0:BJNPQPM G2?@7N0\*i#t{| {xtj]L;'$-6>CIKMJE@:3)* 7BLPQPMI@6' )6AGKLNN NL'I6BD9P1\+f%ovyv ph\N>.  $.6=CGIHEA<6/ %"/ =GLPQQMG;0!*5<ABBB@>.<<9J5T0_'i qxzv nbRD4#)2:BGLLID@;60 '"/ >JRWWTLD7* ",38;== =<,8:5F4R1^-f'm"suthZI8' "+4;@DCB?;72 -%!.< GPUWUPG;+ "(-1444&26/E-S*_*i(o$uyxre UD5% $+2:AEFFD@;62-((6 DMUZ[SH:/##&' *-&070H/X.e,m*u'x%x!pfYH8 (  "*169:;:9763 0,-%:EMS VSJ?2% # &)-+?,N-\+g)o'u%v$t laSF7 (  #)/468888742.&)6#BKRVWUNE9-    3EUbimqqoh^Q D 7 ) !%*/3776320/+ ' $0<DI KJF?6,   .>MYchkid]T J ?3'#&,0223476531,& )7EO SSRNG?4," !2CQ]dhihf_WMB5* "%(+./12221.,($ + 9DLQRQNH@6.&-<KV^bc`\VPHA 8 ."  #&+/357677753.*%"$ /:ADFD@;5/'  #0<ELQTTRNHA;3 -& !"$&(*04766530-+)% (17<=><94.(  +5>CHKKJHE@ :1)"%) *)('&'),/010000/,'! "(,...,*%  '/7;?@?>=; 83, &$&() ))))*++,-002445542-'!'+---+($   '.59<<<;962- )" !#$%%&''()+,./24552,% $%$%%%%" !&*-.-+)'# !( -..-..012234589;:852.'   #&'&$  "$$$$##&),.//00.+%   ""!  !"$(,146542.(      !   #',03677640*#       %,15679:71*!     !&*/2541+$  !""!      '-28::860*" !$%#     !!   %)**)'%  $),-,*%    #')((&$  $(,--+'$  ',24430+&  !%)+*)&#  #'(*,/11/+$ !(/25630-(!#!#%&   $*/121.)$  )7AEECB@;50(   (,.//-+%  )-*$!   "(-169<<94,! "(*.4;><83.(    $)-14442-&$(# "',1578995.%  $'*++-//,'   !%')+-.,*&   "%" $*-14789862-'  %)++)&&#    #(,///-,*&!   %!$*,&  "(/59;;963.)$ "%)./.+'" &.3589862+$   &+.1/'##   '/6<@CFFC?80&  #%$#"$! $,17:951+$"',/12-# !*28>ACB?91)  $(&!  %* 0231 - %  "%''%"  (/6<?@@=94-&      $ %&(($!#! %+15788763.(!        $*-///.+*)'$     !#$'(($!""  $(+./12/,(&#       #&(*+++,*#  %,03332/-+($           )02320.+(%   #)-/0/,'#      ")09@DEB>950-(!  ").121/,'! !!!!!    #',17;@B@;4/*& $)---*'# $$! "     &,/136:=>@A?80'  "(+.//-)#  ##   $).110267764/&  "$&%$!        !!    (/345530-*)'%   #')+)'          %*-.,' ",34210,$  ##!      "& ))% $*165/,($    !"#"!$#!#$%"   $+020.,+($   "%((('&%#"     $&&""#!   !"%$%&#)!, ,!+$)#&#!$#   %$""$#   "#&"'&')',%,$-$,"++)&!     !$$&(%,$.#0!222/. + (#     "'+$-),,)0&4%7$7!6420 ,' !        &!(&(*&,"./0220/-* &   "%'),.02344332 1 . ("    #%*!,"/"2!68< ? ABB?<83,$       $& (%,'1'7$; @EH KLLLHB90$    !(%.*4-:,A+H*M(S%Y#]][TMD:/#   #&(*($    $&--51?1H0P.W)]$_!`_\YUMB5#(&%!  #'((&# '(.31=1G/P,V)[$_bb^YSMC9!.&%&$   "%()+*'"   &#2'<*D+J*Q&V"[^][ V!P"G#?$6(-,#.-+("  '+.0///,("  #)&5'?(G'N#RUWXY#V&S&M'F'<'3**-"/-+ &"  $+/232/,(#   ")%3&=&D%J"O!R"T%S(Q*M+I+B+;+3,+.#10- )$   #'*++(# '08!@"H$N%R'S)R-P2L5G6@5;455-7&9952 .'  !&(,--*&!   $*2"7%;&>'?*>/=5;:9;3<-;'9 :<; :61*! !"$&&&#   "!&&,*1,4/74796?5B3D0E,D&C"DFE A<6.%  "#$%&'$   &#,&1)6,;/?/B1F/I.L+M'K"IFFC>6/' "%%&%$#"   $ *#0&4'7*;,?/B1G2J0K+I%FDDB >6/(   "&'(%%#"   !)0 4"7#;$@%E&I&J$J!IHGF B;4-%  &((&%%#!   "+37;>CGKLMNLI EB>81)     & . 3 6:>BEFEEB>:72,%  "$%%%$#!      & ,17;@CEEC@=<;82.(!   "#$%$#    #& ) / 5 9 : : : 7 520/.+&          & + 0 4466866 5 42/+&!         % * , .0123453 0.,)$         ! " # #$&&&$ #"              !"$&((& #!                          !" "#!     #% %$"  "!        !$$ $#" !#"            !%'(( ())*)(&#"             #%$$$%%#     $(**)%!      "%)++)'$!   $'*+*( %"    ! $(*,--.,)%   $)+*)(&"       ! %),///-+' "    #(-1221/ - + )'$ !         "' -24579852-&   ").1310. * ( & $ #"   "(- 1479:960(     ',035420 -,*)))($   %+ /49;<:60*#  #*.3689987644331-)# !&,1 7 =?@>;60)"  #)/123578886542.*%  &+27= ACCDA=93+#!  &+035667788631,(" %,16: =>>>>=;60)   (.3579;::8640,'"   !$'+03 6789:<;951*!   '-27:;;;;:62.+&#  "$ %&)-135"5&4)1%, ($ #(.2469;;; <:5/&  "%()+--. /02468:863/+'!  '-04;>@CDA < 5/*(%  !"$ $&&')*!)")#*"+"*($   $,27=BDC?=<:860'  "#$&(('&' (#)$*"* ('#   #*28;;=?? > > : 3 *   #&)** )'&$$!#""$"$#$#"##! %,/39>ADFC: / &#   %'(('%#!"&*(%"""   (19@D@:544 0'  !$&&$#  #$!  #,3543587 3.'    " %),. .-*% !$&+2674 0+'"#$#      #',15 9<=;71)  $'((' #!#&&$     %, 169 < >=;5.& "! ! "!( ,./.,' !    $*05:?BCB A <71*!  %+.2342/ +%     %+17<ADEE D@;5,$  ")/257775 1 * "     #+4=C G J M P Q O MF?6,"    ! ) . 4 8 ; < ; 9 5 . '  " + 2 : AGMPSSPJC<4*%-39>A@<6/)"     " *2 : CLQUWWTOG?5+ !)17;==93+#     ",3<DLRUVSNG>4*    "+28=??=82)   $/8BINSTUSNG?5*!   '-35663.' !$(-0/+'#  $/8@HMOPOLH@8/'    ")/35774/)! $'('#  %/8?EJLMLHC<6- #  %+.00.,($ !%%#"#%%!   *2:@DFEDA>92* !    #(*,*'#  !#'(&#  %.5<ACDDA>:3+#   "&**)'$! $(*+*(##$''('%! !(15:<=>>;72,&    !###!  "*031/013221-(" "',/2221.*%     $(+/37<?B@<70+'# !$')**(%" !"#$&%   "'-49?BA<84/+%!  !"!  !#&*,+'!    $*07=ACCA>83/+&     "%()'"   &-369<;8211.(!      "%%''&"    ")/5:;84454/,(#     !%))&"     &.34333310/+%     #''&%$% !     #'**,,-.,)& # !     ##" ! "    %)*,.1220-* ' $!    %&''&$!     !$(+-/..-* ( &%"   #&()++(#     !#&)*)'% $#$#"    "$%&&$"!    "%'(''('%" ! !       "$ % % $ # !  #%'(((&&% $ $ "          #""!!     $&&'%$% %&''$!     "&' '&'&%     #$%$%&'&&%$       $'*,-+*)&!     "$'(&!      #(+, * & #           "%&& $ !             "# #"               " # $$##"""#"!       !# %&''&&'&%$#""     "        !  ! # "!                                               ! !""!                                                                     !!"#"!          !!!""!          #%&&&%#!             %),..-*& #        $*.111/,&     !!    #(*-,)$   "!     #(+///, ( "   !"!     !%$(*))*%)!'%"     !$''( &$%#"  !"%$$#!     $(#)'*()))('(%$$!%"    ""   !#%((+*+**(%'!$"  "&))* ( %!   $%% %#(&)&(%&#!            !% % # !             "$$%#"                                   !"!"          !!!!!       #% " ! ""##$%#!       #%$     !        "%%#  """ ####$$$#"     !"#%()(# "#!! "#""#"        "$%$ ! #&') ***)(&&&#      !!" !!      "'('% " # $$$%$"        !   $ % ''%$!          ! !     "#! !#"   ! " !       #+130+()%   !"     ").0259?CA;3,%         $+27:<=?@?:4+"         %(-29>BB@=;72,' !        !&+039;==<:751,& !           "'-1320111.+)&#          (/148;950-,("       !    !*/2330+%   ! !!"#"       $&'&$! "%'('#&'$'"' )+(#     "#!  $')***,--)$            !!'#*$*$)#*#*"+ ++)$       "%+!."/".". 0000.- )&!      !"$!%%&*&-'/&0$1"232111 -($         ##!$%%*%.%1#6"9!:::;;9 62+%         !#% (%))*,)/)4(9'>'@%@">?>:5/)#     "$#&('.'3(7(<(@&B$C!DDCA< 5/(      $'').+3-8.<.@-C,F*I'K$LIGB< 5/'      %"*(.0072;3>4C3G1I/J,J)I%I"IF@;5 .%   # ('-//62;3@4C3E4F2F/F+G)G&E"B=94. &   !&%+./42;3A5D6G7H5H4G2G1G.E+B%?!;51+$    & +'/.367=9D:H<I;I;I:I8G4F0E+D#@;5.(!    #)'..357<;A=E=F=H>H<G:E7D2C.B(?";5/ *#   % +)1167:<<?=A>C>D>E=E;F8F3E-C&?:50 *"    '-%3,92=7?;B>B@CBBC@E>G;J7J1H,D$A;60(    & -%3+81<6?:A=C?C@AB@D>E:D4D/C)A#>93 ,$   %-5%;*A/E2H3K4K6K8H<D>@@;@6?0=(9 52, %   &.6 <#@%E(H*H,H,G/C3@7;857/4'1.+&!   #,4; @#E$G%H'H*G-D1@2;232+0$/-* %      !)17<ADD E#C'A(=*7+0+*+"*)& "      &-4:?BEFF!D%A'=(8(2(*(#((%      ' -37:==="<$:%6$2#-$($##       % +048:: :"8"5%2%-')'$$"      ! '-268:9!7!4#1#.$)$%"         ! )069;<< ; 9!6!3 /*&!     &,1468765310-+'#    "(,/122210/.-* ( % !     "&)+, --..-,*)'% # " !       "&(+,--,+* ( '%#"#"!         #'+./110.,* (%#"""!!           "'*...-,* )'%$#"             $'*,---* ( (''&&%$"         "#$%%$ $###"$$%$%#"      !#%%%#!        !  !""$%&%$$$$$!           !#%&(&$             "%')+./14652-*(%       !%(+./,)'&%"           #'*+,,-.-*(#                #$&)-...-*'#                   #%()**)('$"            #$&''('&#!        !$'()(&$## "             $%%&&''& $ !           #&)* + +(&%#                 !%()))(%"                " $&$"               !""!                 !"""!!                  !#$&&'&%#             !#&%$"! ! !       !!"!! !$%%$!         !""   "!!      !! !! "!            #$$ $ % & &%$$%%$##     !$$%%')****'% "    #$&(* , --*)&#!  !"##! !$'+.1 2222/.+($  !$%%%%$#" "!!%( )+-.,,*+)%    #&),---+)& # ! $(+---.01/-*$      %*,/121/,)& ! "%&(*+-//.,*%    #(.268763/* %  ""%&&(****)&#  !$%%#    #+28<>>=:61 *" "#""!!"#%%%$#   "%'&$!  %-5:>@A@=71)!  !"#$%%#"  #(*+(% %-4:>AAA=6.%  !  "(-011.*#  $,39=@@>93*!  $).131-(" (.37:961+#    $(+,+($  $+035541*#    "'+,--+'! "&()*(%!      "$$"      ! !      !# % &&%#      #% ' * ++*)($    "&' ) ))(&$       !%),./..-*( % !   !#%'(('& #        "&)+.0212 1 /,)%      $'*, - ---*'$     #*/3688 8 6 41.*&!     &+/35 5 5 4 2 / -*&"     !% ) . 1 4 5 5 5 3 1 / ,)%"     # & )-/23321.+'"   !&+/2 3 433 1/,'"  &-1589::9863.)$   %+046787520-)$    ! ' , 0 5 77 87630+%!     "'+/2354430-)%       !%*,012221/,(#      !#%%%%#!             !"$$#!            !#%%%$"         !#$%$"!          !"###!           ""#"!          $*-++**&"         !$),-,(&$        !"##$&'"       #%$#       #$"             !##"      ""!                                                                                                                                                                                                                                           "                                                                 "#$$$$##"      #%&()*))('%#!    !$&(())*)(&$!    !#$&&'&&$#"!    ! # $ $ $$# " !!!                            !"""!  #%&'''&#!  "$&(**)(&"   !%()*,, + * ( % "        !%')) ) ( '%$"        #'(*++ * ('$#"        #%&''' &%#"         !""!        !"!!     !                      !         !$$##!       "$%&&&$ "               # # # !                                                                                                  !!                       "#""           !"!                                                                                                                                                                                                                                              !!          !"!                     !         !"# "                "$$$# !                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ####!                                                                                                              ""#$$ $ #                      !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    workrave-1_10_10/frontend/common/share/sounds/subtle/exercises-ended.wav000066400000000000000000024140501263301626300264740ustar00rootroot00000000000000RIFF  WAVEfmt Ddata        |<8^DlhO">w%6Jh"hDXzX=9dW *!r ,[  hMe [J  ^  ~ . ~ N X,mum.0" w`I Bj07s<]6<`f}N 1#Qn:6V 7D9J>Zd6ND]{a@$9 ;Ef^ %<7[@bRTW}D&V83Hl n EZrB   c } IM Ki   p0>84}6~t`x.Vq6$aKWW"%Ir0D% q5]u S(x!_x~`hu"#CpT%8;GBOHWGfb Z >R8 Z8!"KiH.V3"z .   &   i.\ = +h?+k ov3bp7^du}Z|6$ cm7|c7oj(3S! w&OAU;y0Fq|`-o3DiKzp~>%_|-mKbj$VTb>8G*C j  Sg 4tlq T xP 8J F {Y   u g _ n  2 0  [GZ&L086Q$XBIo =g #pyL0BdY<vEn-l{8| + s w^xZmB'5S=*SQCF-7iwSQD E0 UI ' 8k*} $nH 2# vF   -Z  : 'i i :: *  $3+)syzQS]P]gmun$fnkn]o RK o 3L J$Wyiy*Z?C @ FjHBQc1.HD'.V/m  pAV8sp,S {lf  R bC B  B  p@G Mp Qq = jPh;e-raI0z|96~w {g I14{Z=A ! !^>Gn]\RJq*e[9CGW5p' AjV T &$&;!*D171 a1g*4Pc>8lDby%R[c6l 1K b% J) "b|z-,lF"G<j8U*jav'n q #' )   k m =  ( rK d 0B#g ?-A8 e. Mow~C*Bx^$M3?d1 M =QKQ9D7:g NHbO/a  S\%42L7f/L%> 4F ", [cKa,11$ S  l   ) Y b ( M: p -I&k{5t!4W rVfT3Ilh\ Z*WVj=ia2#Xu7D  |Wb  Z  B%/'8[Ao+ |y,c*dok!Q*9  W X?  z~jm|6)gn PBa E n|dq N r g V o  _ L  F R74wn 5 A-?#k{}@ 8eO O[1gp'Y7 :GY/YWAv \TFY+vef!A ) +|j+$ `NZ[#LS2 $} G5'P  l ( k sZ4 % tY-)L  # *D M  ^  8 dCr T  p=Wnu9vrO ZpS7W#KdA"? (dSc+ PD%<> v<_OE-saQXHU# ?OrvYiqC`dJuO6t?dX.;>K\ ST   # /a XDPD &LN    P    Cu8 2E s~SFMu6Z7w B%MOteI; @ ~ &o,:*8zY+7g7i| jpQB"z gJTW52,m4AK~Q,TF J < st `  NUK g 2 Y- IF   oV Pf 0  Q 1z gXrE,.P["[. L%TW.T~sLn! [  Uf:3~r ;5j "CJ<\h=$z6AJl2Nt<V"`tuJB$;*8O  R  W jY  9+|)b  H\  @j s ;    0:   1e kQE+V E5^65"7M8r / 2n)DUELek k]c.{R_jRXTOBv&!' |  'n HL   d \  S IS9~JU?gC  p  J rk  A F D 0 $ D d & ]_ * t t+tdI;J -8XqgYmLOW+T'6.X 2 *onAk]1^^5- / `A_ ze  s ;_g6( f # ( pF !ztZh Y x tS UP &2 %)2jb>3BJ jf^MSc}8W ] p N ^ {(b]p*+(4s'mk9%5zX$`XSpqx"i%To an VP" ^Gm']R^ N5/x1 $J  H b2g  ? ? f#W M} Am H i f H 5 ? #eoob7MW#t ORX$nC?6d@m! UeVzr<fwxqNHm9k]n0b1d*]BZEU_Uh WKCX'=utJ& ? ^   J  + <8 N2   axvoF 4 0N, 0` n   7^ nZT'q)*?Qj@ ^VLjAIF^XAG/A TIJ{PUIB^ %\g)ht^edN;p^k?#|yM\;9V#^mI7~)]?"T' A ] n7 - a   G1N\gJ!c `  d -7. y:_^wHB mL K  / XW>1QFj:!8m\@:;#(: cRyt=#V0Z~]IJ9s*k)*88\=gu@Eq4y@?)xYY-Lp& gL S  5YL?57 " $9K^  y 2F )@n:s . P Y e  \`YG*&"m_w)%?i=O{Z  & ,,P0X_ #Olrel*$2Vu%`Cf2[Hn1Ab4<Xn1=?PU6>88 X c l#c   Id [  _ *Vo /c    au Z  v6B=D?p?kb?*vuFBy(,E2+R  BzqR=k-ggk 17"*/"=]K|#eGlX8FJ=]9_=zgq|~>u,<? A @ru^|' yo g %V{6,[L  } - e W  9U / i }   ! :qBtz owpCMu? ; 446pGMZ#e, n*G "%\)(N B,^}bE(% ,6u-Wr1 E f u!j DV  L) k]nHL   ^ eB i F= \  U  X gc `#F) $9Wz6oHSC;hn% LC!>->csM;&JgGLy{ng|t cav:?wC|ARIOyf9z-\$<CHMj A~zP61 n 6I9 K 2  b#u/ ^   }  5 U M  :Q LOtMJ\`'L5Z9 H&')*k>!Z&`+d QL/_hh!rY3"6XTyYh=8g+)Z c-\fz}z9Y{L>S %\, "i};L+ #&R  l D GDo D E d  U !L x By Rx=]io^o^3)t9:\k0o. 'u '7Wd1cG&802t(QP<IpDZ ki^v*x}ZWV\zkokACeN!TkG8[)3=q^0 x i p? F}iD 9 O3 c  {  x.B]8+bLtAh 9b{x{CMJt)z{HhM fV+<75l^#Ptv\Aspl,+^dVUsU[t{)@I`z0z=`sSL._S#~ 3zo6 HP]e!4VYv G l(I  <  3hr#   `. ' 4 uZ1NG 6:'w 5/3rwQF`= z 4dn,4=RG"l v7G2i46ElRAD*U-?&zgoL4#6gyM#n{jRK$pX[B]F(h 7z    4: 5F 7 x =  2 | J ) "+@rdiEMDTx=u` _}"'+I< ) t<4Fb\KQ9Q:i\uD @ -Yqij1|f;2727^j K/B*}I.)^D[T[Vgx h 5[ ] !  L4 19 > G K ' w f H s3^5y]V-[ i(' ]h@i$6o|jwsF2$UTJLZx|;(\nOx&a 2"I(7VTQZ{SF?(%G/O L7{W.WW)!$Ik=% sq;ks6yMAF  C) T f)  1O 0w  pEj10:hweZZ(Rw.w!W8OU/f&+'koT*Y x|v\d$BM ~]n} 619=ej>Vh {]B>*^Fs0#w9  l b i [ ( C  \  t'H KpKwxuqH+5 (sYi2d;IJh!COM#6oy $g6OMBm>$GRi/4(3T+dmU36\+sXpvO{0>fZH N D( fr   &x  , ) ^ p  ' @qV4'(sOWcVL5sr].4}z~paN7D:#wePUOa$^\4K WqH:#em)=3n(QdipgSR)96 (a"j7~B,l@ w'2B:P+FZ^7,9fLBn* -_l/-O |ysDWBYZUC`+xoq##rgCDGQ    / 2 m   " P q[ YTD`"@7ukg QKqK)y+eJG}upQ)m"&>A{&=):Lzb?|WhUF}J!u0?&i=X2sx-$I ~`BieqgJe&@bnc[]_s 7 V= 4 B C ] n 7 + / Y g}}7gg! gPo9p=V << <yq N<CvTxnm^O@S%zv9x`xw/`:a;1E(9 O9l4q L3;7+ ^ io_Z]>TdqRCDZ}lMLDO :oPp0G=5'm]XL'K+laXq!  ,:  Pa ? B  (  +  * Sq/jx.Wj6)z1Ie:qF *9I'~j   M0Zb>=MH+dq$ T,U.kCc/^Y 6kza7|39Wc& u8nB7&b 0 Y  {l b m  G U   # I=<'[g1=.NR8f1KhZdo0$NKYb#1&+] Tn[Ja+6M|f=W[\R$Pbo~M ,&V#;eGabHAsE#Zg_Gv!|l4 $   _ T s x * U [hkd ifRU{'jpv(qNyU2w\6USR B)C B    9a   4 *  Uog:)=0yIGWN ]3k B6tZF=^];\Iw]Ft Fe^ <' jkk M (U 5M edV/gSeA%]bPG*7|AGRF$P#H}d  B 4 b m H  2 $ P  F Qo ".R,c/Etc~ +>c3TLy`6..|{u.v%%Q&4|Mn:_GlzfD?V'L6 55BW]rs8YbsDJh(V8Ecj(3Ri bO"A@=~7 * 1  5 e  g /8 A C a f"dWd8<'{84{48ol Z XH6xkAfRU4[, S\I S)788SxGD#8a;PlXAU*Ob0p="W;{J.9JiSkcwp^inH}T`*XH16y(e ]  @   E    QQ   VEeF tNsVJ7  J}-q]: i]0|)w@p"FegR.rH1EgzC (,(KZ byuOCC_ afaUi}cz(C oXDScf3&_8(H ,R*=w4YCJ E0{;{4 m  -7*% Gg [i<j@ e!3T9t8o[aND@ d[8*^Dz' 0{ &$ @G j1q/g:izhJL|[W ~ q2"5  'YrKLa*GX x J},=:}   Q " e    \ d IGXrN " u j?SZlx<- ZN  wo1 4c&kIAK E  \' 7~KL/j/&nev@6!NG8GEw7uTi9s g* iT(  > [  }@= a k   3 0  o- J?P]RY*i#~y>[l;u@w5@EEw=hmO 8a#;W HA^:dG!z$FMpk !W Y|<?BpU6Z (~g3?CuA](a]AD_K|}xd ^Q ` -?YJvAL ( %maqD@/E|^jQ!( i2?  .<'Fw>odCoM:|l Af  9 T W&6qi,Y )o*a> cp7~2j , 5"~p`A$hN hQ B&>!  s"  Cm 7E L4Ii  qx.i  MB $8I {s05 &fS50"T T _TLt?B+ 6KP & +6vX  Dv0BAHM~T\,+6R6=X"d( y" hQ,H C*]V>H awk|  x Y TUr 7 ." K Z  o gY $H   + Qq"{ "%(_E*gP#XTq|Jp)cC 4 K}'&Zqyy&` CKu!W\B `1Mgc6d)vv-W_9u B (c8v!  oRK=A @ Ld /5|u4\wS TGz_ <gjbzSp9rG"_ $ ? JvvxEx> Oj W nUYSCI7P)(3]#! nT\~|T 7yvtYCb:`  Zo L3 qz  *yJCDh?C Qg   y Z * X}ur:JTn r \ W 2 (J7 n bDkh1Y0a~ Lb4-<Pb;Z85f p;3zV H'8ocU SW; za   J L~ +5sD = `!  /   e GZ)`=S s   7 I ! k   _q@f ~ee;YbSE~-oh ABz*>( GK* R  :M Z=z9pV}( &Cp[;nTWc&?e cFGs2m h- v n \T|} G *G =.i,_<gK|-b  naI!b B +?8b&~  +Z)D?2x4L8g2ik#  = \ XLEL=d O />3 US|{ ,_ 8  vfJQ)QN!()IIW3o(E#7ZEr41hYs 5dr [  l  mMqL r ;v9^ y 7 1: G2G%[$lHYGQWd\> *[ XNaN!QOu],s!=l,[,iKOz$b1qW9fxi+K:#vurcP- k'oeo< OlLTc \   5X <?  #K gZ X&ON z N_ @ O " ja    krHh1B$I78010:CC (,g nZ t o-WaXVVkM=l6  7I +`f#9 jaf  m`  uc eY!ei A;;=oP0:K& 04^ dQY,~  7YmbTu%#/~0I"t&DJD@{#4;B % 5= P56cg]z5^8)keo!HL&F\x\= + rgI5k V.7koc 8 ! y r s X / ~_9 OBR;%\?H/pS @dRY2?5 wB  A C&t@p0l)c\k)viTPMMD&O .(YaB  ` lLl*  3<   ]~qd0\$>/"  aa _ L qR*lWRZj18?N  J AWP+t6:jJ|g&* s.T E \mc+d$  M 2 ' RY V=wOK BSw obC8$]tU5Tmm8 _  2g `P(  x RMk tKBdyX9-s<dDNilPv:IN Zb :2Mi/)~ #q[ m8oT! v~MZW?TkI<A)f~C#\PT\},EJ:rbg} iHg H :(  sLnKgMXce Y   i : }NWbDyo_ALE2s!AQd"iYsie.  = tZ{A qU  GC> jj )pc]/~s-|SLbPhh-d tg[vP1R)kn1COH TB N4H k M G  ]! 3 y $Xs3|fjWnY(GOG,5UN w xF]!AGRb;6\Nk[c B{N7jU9Tsi1v+)/?kI YG,jem:rQB\<^~06\! [: I  q f mUnb- 6   z  $<aIi  { 3 3@L X:!AJv[WA|:2WxV>bv,pg0`$9}Z-y66  XA4 _y&rQWrU4oXS4mi8In@B*i<&H:$y@b:I.41} n~^|tkq@rMl6*_ca]=YS+a/  O l xf6Cki 9s!(5M2%5 KT *;>4"IIH BAr T 0 =ky h#  )  P I rs-'{j9 =ISGS]Y{lCQM}pt8K]h&ZQa8v[v^  Y e  6  m.5N@o?@[@m> Gx>_Kf*lw|a++ nsX{(5.{d4 5qS<K7kvTodPY.^V{7$& JrCqL]~9j\ HhIR\ `'c( |*;6    %u 2 {6m 2Mg&RP ] ' +g1wZp"0"  <,  $iStoGqiSy n:.gO"UDM,u|F"!rZS#*?mKd!2M*h)U &ac+qARh_MyC4" _^QU9YROv[}'b%b$pugJ  tz !b a"!8ut, mS~Fs}hjSG!]45uh-k )Y ;| ]!eEz 6 V q ]  O k m WR yI Z8x:,${vK \k+[ckh Eij8~loy~RyhgS ) +^$` -Otq.;f&O-XruW-^-X18aU.GMb8)*JA@Pf:&1Dcr*(tp63^S=:_m]*>06THt!/-h{o$~6b}Wi' cRiC:  qr  c/-    f7 d 8DSi)4q8N$.1R3P ; 7j_\[\DA"'MNZbB}|zQ  tq?_M!!6tdS -1i;<"W9,!  jcKg.U{wC61{0I^bWp5`{I?L 3 RTkGP0MN@KMP?p8?nniX'+pcb5 I]r[ZRL |InH"%0fQ =X }_ &  C ]% e / #7F6{@ok,H<WeA $$!<PGANS(|GKg5Q',  Ww%EpEOaT:o[{?b My  I|Km'bC orsy{ c'_#GC2JBKU Xq+]C|]Z ]!eH xM KeUC6,F (p 3 er _@j@ C \  8  +a:oD +Oc&pj_ b6~zdZ0Pq/aTxLB,Jm]7D.)PW$qU S@ KK, `7Ir`O*6}aCk%@Df'JM=16;c]}"o T Q v9QZ3P}'nz4jcG= 3{:dt We 7$F>X/j:b#1Hnyaq4U5kIBo 'O}rj z 1 ; I 3Ec'@ J <m62YhUK: Cc98=;!w4 p ' C h C?O'$6~Xy$<tBUu`x]8 GH$1[)Vzx,*\x K + v ^Z9Ashkh0QMKOQaYuw)w8BO^I!y-d"{Y\i@s[ {ymcoB5&y5 YyPv ` g I|Kw s n )< hCH|v3 S K< |N5PFe PXmj$x]/3U4<}2hxJ P'Dj ^9 :vU_D!umv-j=k$x8/npu+;qgy~Nf  ; FUH8X%\T^\2`m4 gGHC ?l+F(9|`Cmg:UE")#"r`nJJ&zMcrt% n | j _y4 h } ![ne?'7PJuq9~u 0 ${ + r / & 8|LN&r0`  UE|`>QDYR)(-!nhm M+81_05 U ~  i K^ B ;<gf^n{(IOVT~|(%p $# GSMem.yZpe/rE4:j7jG  l P"H ? a  FOL   5Q7WMP 7 /!  on 78Q^ E.l,:Yld` o8g| ;|H|BZG6Y7<{ p6a,ax14IF;?2JWI},jZ u  %9/m!; S&qlXh- ?tyPZRCs05'L#7tK1yd 8_x,vDqvoeAt_E MMw!2Czrx0Pd > jk #  Mp ="AcF]6M@$X8}q-S^ Q M  LX~66X~{ZTTW[sF  <l;# \' x%6@qcLg9 AS ` Ne'U ?   d^h#H\}4V+N|3k,h>QK(aD8K;Yj54oTep))p<dI]:s.f#>:\|gM1! u +g  &  q  ` ]~T~  Q !1 $ M; /J  ss t s/ bEN>qK}m =r2x>RE{]tly2C`cX7/p`m/9qU_G6K}@x1Sc.nPon S ?+1v pH~g{#'K<-N5FLZ;3KbmHTx 6uG~ 9nE[<4\k=v-/&&Fcuk?aT#GgUfe8=U o  ,  9 + i  GK C,2z~[`^+}t&$JkaM6Mk Og[xKo*\}sbpq`,oKUAD}NF'$rp r,l 7j %Ga] 6 9 Z O <"s!  @IOPg#RE(#!&dF(FF'f%! M,|*:\XJH=< }oDf.1:>U@k&h ^ <U?q:(kn6rcX  ,  ^' G1  Q  G cC* 5OnzxOD$wKcfW78\VQ622LjS}h :Y0$EI~l~Jx;m?}7}8fr2{sR1^ V"(fy/i 6a d FPrOR'd|>bsllLA~dl4'e<~JNbS8b_hsn _$T6x\2&O"-'1\%E1 4 y7^xJHG9l  g B ( m;|~_f{2b$ \E;6Erf#AmJ_5Kom,*H86`|?  9wG2yh1oDng{UwC!T__9D N g 9 {Ay$Wp'><\e'tP72&1yOPAAZa `?W  j2KW*lD$)(7wZ?|S|=4 e & )X )  o 4}D _:# yR"7+Ug2K gBL+V~L?[S=J $j(\AZ%wrc\XGSE4u[XTD>%EKO\Ay]B  ,I ; v Hzv a  h"[y6O:.h:PzcccWzz}@SX.cBQp:k,|b^/b5qzHp!?/M4Z85UU'd < 2L [ l m 4] /: &;a;jm002.]; 2 1-u,1Nwk<a@Mk8| &vz#roSEckL9t]({L{ V pfm+Nt^ 9-2` S4FAT; KO Y 3 -WH%!eP} S8"#iK0 F_" D}p hg+4Jo3AU3>ab$f:/aW)*L@Wu ~ :jY@85Pmvm!" #1  5   @ a->\2[vV>L$KVyy>I_G! zNf=OU'^E.B;P*UTz)6(9;By  WLH]w5oYB&K%[,]d T  v tU   p v g X9 9nvFH:L-QI  hj|C,Bb:?&)Oj#j3 :u!,!7+N}+;%p}_ % ,l]J4E2PYLs<j  `B 0{`8`<FcrzpjY*ta3bA(7X r% L Gz&ar T  <   JjDi| f ' 4|peNZ2(D~&kD6=` \ f  iDNz559 RRx\+F *H43c'2n1gF`9\SyY-[iI~wg 7 &,    le &  \|B~Av%~MnR' u o  . (*V%rShF g&huccyfRusTEy %wQ4U r[3$8%)kyAcoX|R|l,Tp 7#5h(ptn#`+^=F79XW=\x+3`Nxv u)F_~z4zS 6 8  { 6  ntk2zd(T k  E 2kp^eP-}hsB94l  E > }o })@Z{!kkc\<WP4yI+G*/3A]d>]$i!oQ&Xp@.212'!]M J0 Y2Xk   A \ W    ~ Y 4 + D6MJB`    0'&@3/wxt5o},B|ufB+sPQF? V8+N6)}UjxlMx ' E YL  E8Gxqu;iuHI  ' J l8%m   >?y2r.;DL\hNwaGsw\0;o}&z2VFe2xn5&: .Xx =tX xy D & +a   L.98DW3E&3(mVWua@[JV@@.&2@]F!_,/WIU#a-;r5XPc, &  s L@"@;zCN? 0 3 X?Jr(wD'u[!p~v R'Rg "vS*|N,)kF[j-V>@r(@v C>5_cxl)Z664=H$M@n k !  Uf NL 8Bd z @  8   xk N: HEP g+3BS6m?>q:n@#Ab{R(?X<_>+9o,UQ*gHa]S,6TU;BL>%;*l#! &pC83Y[bU+[X xv'{O*3 !l[)n~-u B w , 2{dEkGbI7(pt`P?eh9|Y-S=Q,5j^Z& "+Ue!yd$:r $  9 ( $ j D pc-`$,.Q F[>bVSWex\# cBZ^l$;7G5ge u9+Q w A] cF:#FPny JC) W>:L2Tlr3v0yq@[ /kqd x %}4l8Ts@gmVTUmm*X~+$&i )^#r9$"QGE8I){ ?=f_ K$ " E~ d ln,  % s   @k / oiCW!fc@3jBkcZ$yQi{,)VR`I(4 mo?7;Wy uJIEi[&:|kRgNaK5g]wD=;eFFigxXe|cddm-sT(u5  0 QM{ MfA ,k,%yKeC*| $ w 9HNKD]4rfq#xaj6;^] 2 Z      sZ2kF o[EzF.@B~e5,q/ulR2< : w|"oz2Gyq$!*HOq:yNet\ JPX_I"9QlUom]_v\cBkvBr1j !B`X3@Q&q7b8L@L9a  v |z`bc]WzOS=x@`VY(c" hbMF U'5=MK- hB-{m R  r s 1 >   ,eGj/d- wfkz:} yY(xMcN}IXNsYGpf2^7@Y&--[5O&1~njJ >6EtO#$+ ijR?ScF *  nNgA3B)|WH bx&#ct)IaULf[3Ut A] bBm %   B '  dZ !]n@'p "lDf$K4AAd7Uhe   *G bz i , zT  \ y.qOQKW\ a 5G4BtQr 'W4>9bMC!W5f=%m*M+BsT[{q-$e=mkfXGkrU}c;d   hJ{/* wpCZHxTT#,2Gj,- Q>}'\x>BqRR]~h~<41}"H1+}.I>KU[?:h4KMcWM/ R >c y `p* } - { % V & a@H(70 +ckv?RZO^c:u/:iJ{NP5gI 0I~rU5a@dg[U]jg8&`v3T$dy9?` X TH[VMD|ssr1~9wwv v1~l6Pf/lh=a(o %7Cm  W c" y S,K4LkuR5bv8 9J?Ib3u"  ! r  U p~ 0 :m` T{];=/ &q/{b+bTx ~jM#bJP_&Jl"o&.mwN38$t f[G:^3#(A~^Ep(I=!B Y O bN4@rC QdiL .J9|?o|H <SuR'rm^q}Hn eT*|r>6^jjUnT)V"wY`*,o i 2f#4  AD u f  r u 8 Y & x ^ mc[i>#C{1qS~+v<k/-uxh \X0Q''$,Ug^;%GTB3X? ,>;K3F 2&A Zw0+ R   rby:s+P,v}]#u(-(9\T!Snj,{ IvrrtJ (rdae+ 6T B 879IE8mZklNxB-VG8Ef;<:bZ{BINtt F_ ':m7"#v:  h |N  w\N?2EUFAI6SEP1|A[f .% -0)Z `\!hO?{_=vXI7CL|9 _Wb." nn\0bpx%\hOpY+z=2-|H '`13_;3+5w0 /lOceq^}Tw?l/Ned>WHrwV )!g}#%Y^zl}3@8 ^i{3qZ n3bJ6_]jh5|U@Dm63d\6pfaNK RVx0jc.,rD.9A #r|5WehmmU}'}e a  fzzncZEf}acXQ (n" Ihd} |[pin(CP|&v]c)u# @h'w}aXkM*fbQdz'WLZWr p ! Ba^2 j8Hs6(m,!$u }+4r8`J \d@B`} G Y)_vyMoOQ Y"OXb%t 9 ]gQj  h++d\{+xuFM/ |f}_ Bz7${Co-4w|fylV rn`cP(Lnl.3CQ I. P9!d.f1{J82IXKr+r 4j5f@"j#@7|J9@TDyc xgY 0Z2&X /iQ _ynGS%joPua:gS*S/13^0p!H"cPB,Pt}uF RXf[7C  8W2/'_DeP~){|K *:ZX4 ?c[AjP#<a4k8xs@_$.+|60gZTbF z8|MeO<Z 5 0 8( .ga.9 QWd9)9Pf mHl]W%4tDN\~'%gL:Q+T]8[=*N3dvNpCpbE\/U${ DGaWW-U1*0K\.kuAGK/8} u~ 004{ sUFQ(vt DIad?[#&f2h>`IW3i/ `cj4k3:,*9VFy~2Jb^C8C0 xY\!(`wvy1( )n Qh,4 :q3:.G$xinJ4>rt;*HDDu" />+YF6E@Sn{$ <79Qs|96vt[N1(o<32%L %JGT@& YI?&-&~]]IanC%QC86BTfdxzm[ar$AxS }5<A?uPC*T{{< _Hm0V.U{EVTgb1J *=W 31"s[SC2gF7}]$-a%e=u6s2IPm6y5LP,meXfh7H;H@>RsU\'E)9D*N=I)[,.gs.'<QNS X%=[t 9g'&iF |aXq'%DZ:\  sqdViY3-u HdrAK[$2h7Jc6FcP9eARf+\)z@b7'J[ I8xFgV|dc:^,em]$R 8%U  00@EUjf,Y@u^s@&y.jb'WK=W?;?FyzOQd{7#KjZ}}d2G`4C3h@A=3xcvSy>+C2q/_*kHGX,>#d^}{- E}8UO`CMHAO=78&JACQjm)>,*a|1tb47Ga],2A&#w&C^NKTAYqr6L=t_<;`=C/l8,F>MC1eT" -%DQBJ7w}z3 M"dYo3I_:Kqi>B=tn].$iPenyy%u5O42%JLyK*f OG p~yfi/tL\|xV,ob] 8~j ;+3*QM\Vk%=@N~ |jAds#hrS T#xMKb,is,Qj' /6|k=`#j|X~Tg7^ 1}|;ZZO*irrUlc$jUj PVQgm9'HeS(H6%sS1ksO{%:; wz @"3ki8M-hr"P\~gTAE;]` +y=fz&wK<my\V\A<yV!e|CvPzH?m0ZLY;8/dm5 ]O"1Kq 7Z!e3WguQ(=H7$@D8f]p4A0~{]8} d* OvL^"y  [!l kH<3'_0'4 oxVR7^gb'jjT/&3^&sM =3H'"IF}!7^w3 I9w 1ye*10&~l ;cw=p:m58(_p:r@7)+j%TMFd[KY2'11J3w{'l]ng7cN\Bg {<0%>h[^}k8Av/\O<JO|1qDd$~x,y]P #a>"jn~{"aX_B:68_:NXd'|nT`YI+X3X]j:[ 7\~X 3:az8^Jq  UZTB21m'4A=Y6`_ }98OHfJL=q"m& MJuOdo/:ph,S_:4& `w42D-F.dA#'#nU*N\tOv^ P[),rl6Go/>'!EPg2=>=$%.9Gm]P7z% l 3>03r5sV %ao$,BZw@eW y@P n0"C<wz[ff2@49f~bl` SE25?7dx)= ?yWCx>c~ 6?btt[JJW[ ;b<#&HVWzu5 g*<e}Ao?F*pSB]%JAM edqA#+t _eM+Pb)u7  .yX}V89e?*y]D0v}g.&+yq eg}bt)\0QO0^v<}Y3>$8*P*CSsJ)q@R'uF t<*'4? Qz}H=c` j7) =xo a.q3+?G|8`kfzW\,{w4=0-x6r+I*gP`^]tR5@{ RKwR'[e 7!-J(:rOPt_2Q{=tlFsp28|fRD*58*Ca\@]uz7,^, kI lU r`.m]4! FK 0V_'`b| Tbyt6rN>-H"A{&1Xq6\57V(O~^N;~muI lCpa=k>RO'.N95 )J!-R18 Ji# nfOy7}2P/n&"!"_VSDEClk^R KQKn`/Wk2th3 /LS#@`60[gjc;u%"Jz/JX6>Ex}&a%P/4TGD/5Qsa|5Y DF cG 2 /C.j0:,C~{(iGc{QytNg?FO$8{,\%* cDVrJzQcs>:.:5?nm@`8uVyN`*g*."szx!d"x)D w)F BM_ihO~\GRNorVeF}!iLPq6>LzZFL0?? q\>~zPMT"*09rs{_*E!>/ s b3DNR_ OfSD-!_LRTHz1DkeUz4Bh8/$[Wxz5@@c`"O%;?i_Pj@=a7O#]8?TfE^@.b>*"n7=Xv.vGbv8WBtN>m+':xFMs_$x?R%X 3 zueK4r]2t2uu^oO4!3Y\.nJv,86mp)Z,uBsIKnKuO%&54C1f?45@5~2@7G`zvRX ( e;7<it:%\;Uj[fB>P[H&+sbJ%^ Wvv.j|7[/p( .rn\j8zXXfQTAQ_/fxX cx Or pb,HNXB0om'8R=7xw>3q* aLv&>\$Y=qX#:K.B0k$507Me]p8@[ hLI?:ku+~C& m&ysu9^\%fX@kD4%h2r'j-qYm~ q l3<Y)d ; Uso,t~?C6g4Q}Gv/^i ` ;S`>eiA8Avv7$8V ]OJX<oqlTCq(w&. jm/-"@PG^1D,W*FJs<q49%_8oKK?px(eHgI|ET4)/vT_yR3Ti 2FLq{JF8.d8UO;4U;24Rj$J+x2/O#2d E,+W KN'$Fl>":KFbM5+xf>JjbM&X|_ *Jb014 6IHWAM;G}>O2r4;v_HV!!qS? BDzFX9O~g\k3u#M4;d@~j~O>)':1_QD?7>h3[e?Vg@-L%p KT|8%tpz(b3 [-r'^:^Ak>a5gO1^m-L(J$P6GiK"-^l}O q N2kF7H=Hw?cr6CdI 21.V8 +' XPQCBI#KjBidiBb3S3S8k?:R2{Ab  @wwNU".xak+y0hK}?)}PlWU318Ox(CzD-1wmIlDD_F+HA 6*X2F"@IK ?@+Rv%*i?L~5>/?U+'KE<|g#^{j p&hYW>eu6=;B^ClL0nT(4K%#lw{'0#~DTtE E=z>90]TjV{ cylns((A#j'i\'"&g%O/_QnEZikxG8|L@JG${]s YiQ-u]X5S<Pl-Q-62MLD.g9{f>RmXVd2^ 4@&(wp]!  rr+e?MoTJO1 bk\l 6$8" uT#m_P%;ce#I   JNf3oPvq1n;\%3 YZ_n3=}b DCqm#>lTKptztF=7S]=tUb'hW-E2Cj`L A]L8#SUoW,/81/C~T\CX)x)]D.5=;.;_ickd R(p|wGW6Ounz}Qn}jkKD\Mu;Z/CAHV&p+M8u$0M{f>1E0)GhDF,/zlpQl*q]V!x q's 5Yr/yjb!4e2.:x[iq6L){]ntp@-q{R-?w)s8 m(!$dZ!('=`3{%]I7}ZPj6AH O:/'3>WmMv,<ecvi'ZqaGC,O#cGbV/Vi~F iE+PBRchs*2Q9+xo'f]]@}N.aYLo !Nkw"=?=,DC?\%u\WNCDLn rj[Zv]]s_N{mawWpU[.ZUJjr<X,] ?ls|5xtSzY</F/ax =d%S`'! Ll }:K_[7'M`^tdHbKI2q!t @$?oSG4=vRo  jis^W%IaE=F x X,pm>  ck_S~*Bn?M|b0`1$%z*rR_}G}!to{zbP%z2^OX1:FbtXGZ? pf%1a%vLy\*q(FQW?R}zBh8#?ZkfD CDXh-c|ik `,c{gBWkA(0jLH>]VK1{[E#l }?)ik@r0b8Xm>h}`cV wqajQ~/u}X9f7M[aOWMyQ,z=6ZZWnZh#*aHJ ,n 4ReLJ|?QCx?9oaIib3lQ5l9P$&cYQO[ G: ?y`kp_c*_y&.3vf]NqE5' *#SN K gTXft]BzCdk-t-2R+FS% [ 9gcw(Xa!%;!F/FARcfhNS,"]Ei. wzzZu) FO k9CUZf_ -<U^HFlO]},. 0BQ C> )0hDiHu08yY <$0Z`RfxnnWUGo/Z{* y`F*N=j>$u9`@oN`8XSn1@G1UOx/$r{6XXL 1Svy(Ojg].Uud?[=\1oME{mjhJj)dqi81VDE` X kP 9hdR1W5Qu"A%lw]9e9%|F:hzz-5P !&C/~I'w5  Gu9PQpZy7p &n"20$0tsd/Pe8lh_4 ZK< xq$T[FLnQ~L V3tV^6Vfpp\ mJK/W2xDn2A@U]aDTx2+nDl*k]R0vt"%t(q:qsct,": 7J\o+r}z/w:'R l~u:G0KzM0F cTy$1N 4*aPto8gqv#Czo,ua>*yy\SsbuhNm%m(LfGrvCK/"G0QjE&q\-s1BF ^1%r AYv+_8yT4K4z@X=KyJ92V?]`wPP4TFl9=TyOQCx_6&rmqg;NR:?:/wE}c'uHm6N_p/U{aWuWv2#KY!@(=Pw|9^}0%]!9(>Gb_&VuK~_to5Eu WjCv:9p4I TA)cb"9UyU\ '&_j:v X1t6c-o2Zvhz^W~)TK ?;~8XA1?S 82:FF3SN!&m,y)+rE6 j M>0U5 xbHm>,c&Y>]e.]~ nj qg D{NnWT(/|"1~NU5 N[A9m8 |dOWd3#,|={IhU^(%\d_D]+pO .yU;}Q!b Z,td f` 0Td #T`_K\T~<ao(h^*w>Y:Yl in_(hy8|UR5]8NtvY-QX_H 3'+%hf?A3<Ad|1atZ MK0~{_!W@l*CZ. V*</#"Q6Ss ux`9H1LZTp]:Q0V<tZlYO *oF4%Y( -f +zxvKDGJjE <akjQ5{NoM83sP1"IW8|LSwf_^K[08m]#+>Q8O .912\iQ(}p&$ SP1/u6F|Ev W!:;-MPM%]y] S*4C` w+3zK PcFU#~\P[x@/{JBF  Hc<0y0+^W9w/y1pxCS9ftng/=e fnQSKO.b^a+ %)51" ]!bSfI&8&5 r.H*g$*h{~Gx8!eRdN.85gkcv4Uf4}?lH?JM}XeOPmUAn}2WX?>& k"Z MiX<uv*H)$ yf:ee3 BCB~sY^3llE 4$7_z^(Z %?yO_k8{pS*ig8=vt~ tw@3Y6eAdwK2US7TxPM|9VZ DP0>pVLEyHwYYa5,#lR!poIL<&,)n@@7& xkD" @tWy\~B)vW%,5-y\hF(%so=Ud+Wx0X.]Ew`?KROI}Pu2xuQxWxQ?M;YWwIl/]niN g*w:xNLh)>8(J<6l,*USL$`<$YJs\& x.du@.PL!h8c n Hq8uW)bzpgQ'A(lQtajQ2/2w4w><x"SURs*fW+df[k> @NPKk<LQ _L5eEE0Vx9#L{(=+j w^6V-vAm=O +E KUn S|wh5TdZKYK.DxXm2|s*:>.rW!VKFKj-m(Sn]%WZ 0nO240;jN-5B 8 4*Bb< dh !;Ytzm:E.QVF8R#NJ ^czQc  Ll\WFvnN~f yGhrE(Q#Kp o/wg1>L^FNyYZ9(+-|)YA= ukW(l _Ja"Nw>4;kk~.w g5T+DsSVwW|sIA34L(j}&Pf~3 X*{(g;  O;,bbzN14L204b{CDT24JFb@N;m/]kmOYDGp(V5F:w8zWM&5]1g2SH`R :ul} B ,oa W ?T(l)}Ne p{v,)nuOmM Bc~rDz*R"FhpLUun"_/pkjx21p12?bfFd@ 4>^n}&-=K:- *.< 7eS1ZJgs 7{F8LQ25O%1"9}fr++OK{zOe`9i/]<5:p'TT>sQ)m-}\_y!86ekR)zX(h*_D$[Uw~E&jF 8L54p~ IvtP5c>a:&{<+>+|40M?r FqH>lb qQ{p2?.I!?A6G[jpb<FG}&0Dl0jnW&3s4^,q\2vu@kqxQh}|**S'&8 p\ I&W6#upBK.aGi. ws@uRkYsuZaK'yTmAG\(T&{EXl:* Yd ">cC-S0g'H )3u?hkRaA;1dj@ 7|"wb4M8 'a&y ^)n,>G6Hy+/.z]i^si}{bFu&I.J`$GKDica@`Z{UbQ|M)M/PsZLA^z[ P'i#! $VjR=Z 4N^q#">(X\L\0*F'* r'VZCs\OOu}@MLS~ q*#&<]B_Dd\Z3!J3/C A8LJ8|dSE#WIm# oUq{SZ),2|F>Qn^<Q/32 WA1k`yg \8^^mV4Ia"K#!sKm{nqC.?? H-wh8};S+6DwI^{ewHXQBx!]GI3i9pX@keQh  v 4a]zP`QF [clR!0ZWneraMvf=-B@h(^=rK } $Dd;$0qkMqmV.1yO(?&g\E@PKC F{ItG^"VR+4IWR8n$H j/\a[6(T,?^a>ekP!bOqJ*IVuG)WZT MFt913qJV _`Hx=iG9$la|vBn [+~F0#,A}HI6Dl&R\+-9g~) 3na7sf/?_d%gAISM012}:akV'mt)`a l!T$Bi &i+A*rf %B[~c #=G.Q ?Gcc@)zq'#_bW@_X8nP }yV4 L`!A\ey 1iO@VT/NG '/HMsvZ1Of!, R0vhGlwXe>A-()_w?@WeJ|#YUKQbCt_ b^uk``N^&W ^ s!w[ E(ZiBGIr82i W0%jIDlV?y>n6pz3eVwz[}~i)?n#K\`ml|K3gbWF:PLw9 $GVJ RNMofI.-`w% RBl_kY+]pq"W{*=DK(Gzng-?-6,`(MY)1?^<!SQI" rw[_9$">)qI~Ah[]9\M!s JY%^ |k!%YACdjxh`[D8 {dlZbsW0I&qT!/c D,eL u~Q:T\=T l#0o7;:X:WEu@AIIb8COH!##MAuzZ*d,Khp%Av'Tf |_, h ~R>a}&W+c|y#u^>g>) NXZU@g[?gQ46lV`%Ij26_)r1G]Xe.N  VNqx,UQO{}-AvoBt+%[=:NO%YoHqL+e0:ta":.w[ He [C?0]u6Qe+Ri6tBC1xk -or>h $5UTm_@(l8Mqcl^ %=x\fJRj %,- ` 44[F'g{foZo|i{?o89c*3_Ge#@.pH<?}XwuwXF,v%7|^EF7sP_g-LoP5_U6N@ z%lIql^%c%b{k>25LU'i jDR>FOj^s;@-+EJWT`@~ Qy.H~N&& thQnI%T', *"w@CoODhg(1:kpm*Dc=e$yccXz jCo \RD^0j d3Hc`P K-|`6wq WgMe5~`H)>nzI?bH@Nh\j dIQdA 05e1TER9n-'eg%zQYUOa2(8s>09=k QshYYRU!m&zhN //@Q#a-4@ sH!%O8{kPzbtvC^kS8iTVZe&t]s>/D$(8 [Z2 n0gTG(iRR18rv/4~'@:!0HYeI%o) X!hjF<_YVM6,A5Y%Lkk3>\n!r~(qxwpkU3\A2Nt.y8/_%|>aX=nk5{0hk0'''8mTgcM0 PsH$0zJ}G>w  CNt*5Y y x>lm=1\-- Y*h. C[h//mB"zXMj$J t[}}`^KZWo\Gql7qVU`EsuY=-vgS'2sJ bc7'jWG`O#<5!i=T5K(@8'V! ?OW{u+~n\HS;ohqle[|%pY3RJQk}oIZ A,NA? /G Qm]4MC@LhX\&?@0|4n/|HeLT"Yt;V2#MConh+>ZRA+% \ai#f=NeHV=>tpDq>$bbm; b5=0hjb1bOtqz1]-!Yjq/2FiT|sgs6!6u -$ HYptogNN{nQ^e!tF,m<*3n]_do,oz1c&jXBDvJPP1HCYXPpT)  $CUh1|oeR`A\WBjD7y |Q se 2AMnMK#Nw!T^O ;2/] Tv>s]^QAlc@cXIvnK!uQ%j<5gs]_)_Swm8m.=H?PR2,4ve*P"iw3&?}gXf_Je^kC4Kfv~ 689lZ(l#yCT*WN_8oj&1E?+  ~_n:S*&Bu/T[t U=5r`C@nw~]RDR|3+<~TB1Ku r7imK ,8Wx';.[~`zeE/"RO.hJO*96}Yo q|Q  8Ff:IcULv_9R<RnluK cNH >5wWX? 6~pH&^"2u=d.3 oNCj7I!,}1nOQ\g59,3&@'P0R%=FFHrru`rj1KghmE%PqhwHIY[8"'8[I0{;hx%Io~3NZnjplb]T47@% 0G 15{@)[V8w\ @a VgLx:~7p /6hcUma/2/NNXR?UE'x^R}2w,L2G[bV Wl>.xhzp tkQJv<Ne?(~ 1Jg(aad"F /ZG;b-Mv*Gydc6^N^ j.$68rX?G_$L9SYvJv`fJ{#9R,v:/4cs}a=EUv??\@z{?uGVJ_eFe/^N8oTb:&4CXNIZ w<|(};oge%6F(=w =Q+aO[y|df50ym T,K(w=i]0+AR/15yx\z6AEP>*PtoCw>4Qf{tfu !:e)n.  51w~`c)J;G- 1nvv/*,EcZk  p> +X)c$v7a+ZXV6  3g:0Y{M{cE[iOtFWddDFAaa4!  ?4'&IcC23TD;0I"]N:S;#!6LI{&e/@x2,hJz~p.}$6'?Knql%BotzV,8%I\rHR~@bi_.1`)kQQeuW5# h_ -MD"E)@ YX X] A#9Z>B%T[\#'4ce+E N/8j,Gmedr#P% 1\g5~GoEOu#e7` }y=&'~GP$G?I0V "*X{Tzat,Rh _?CbX\EPr4E_fCPj_kry2_FXnz]^m([)4vvj= of[+P`>mcS#,Mq@ w}'R}#s Yg18!tF[5H,jh&i m?pl 2 P& cpMr j#k| #kc,ab,WN[9Y@uiUdao &K_Ht]~#M k t;r2UW`iGt:w, 0SCn3BA+9" HXL94h %cnxOvr H[X.V5m.W5 h.VGDefsu1e_+aSE}G](Z-L4$K O"!t[6`nJZI [OV sgu0][ Bqeu)*7*KL +C~Jt6]p7IBN'lcxw |9bbQrd==W6bb)y?F 8G0is5=@ Q;l1}>pLPnd& fIBx/<3.W"l~MKY|6:ctIWPYB/,$GI$<63F$%Uus o@TQ01eA[r,>}p>p)!8w3 iLYWg>0O.Wz XZ zLw&VeB^ 5fY$@$XQCyA=Ozr!`C :9TgnP &pK*p[TK0Q t#g V_0 [tZ*JDCCvlZLWa.M@f@k=@7XI[>apl$bC\.y`+bg6. ~K c /K+k?!'+i$' cw#7MP8#M?++Gvz<Kvn4ZP}TrYa#Uy,akkc-}*Zcq9ebOWrR|NJ99`b}EUj%h[x%}TU_fAqpd(u1Jq^CDBf9 hj,UOx~#Q 5K\HvG>K<q<6OLGFd7lloED2'4'1|$Z_%LFf;f;;-`w'9)?O}X IB}i\KOc"jq2LC~ 9# fkEi$V=7FoW&tjpL M.7gx4]QZN`MiPfa]j;E\$j<L !l[E 9&'#-[q7+ [@U]~mY{_6.wdOk2A$. Q8~U<9[o:~uh^, *v[d@_KsNgNDhE-lUMzHD-Q< SN .CH-2R-["P@#Dp0t@7b ~HNY3MMDXckl\0][~/-hbjv`1~q>O "+8 +[j1Hk%;l&mFx$yy[~oW{tL.,iT&*# 2 (JW1'} :A=$7js>C NXgBPY2 8R%\OGCliB(CKHUj&th7 Zlve\~01T$QAp~m#:K-D0i -@engSUN`1)?Q5XvDg!n7gVnLSbk3 (:"AQwtG-WskRz|!>sGq}cfU\0+oZ,br"t<0T6POG(hK*8VZeL%YR<N.eFLzcl!t.13hy vvzu0(3,Sc>@WCqB 4#7-Q,=d?31g]|Hu+0uSp%`Et!jM$35GE=+Yr<g|4?pz7 =m]-O}8t.?4Ko%k&O _oHIJb 1#:e v&$ I  2$C6*zraKf8^khv{{ p7I wt=~"/|] E5 PLmgok/f O3akGE2 QbX2L~?Yq&b EKNxI@= {?.w\BI9t K K9t'xJg@6u3K"D}zZn)\a,#Jy)0(7(+U+>\c!vR#4y"wLNb-`'(9"kz{)TLzP,:: (H^y.5aPDrcf9 J}~M[at  =Rz1)z=Z3cZ|RMv3_y "f&S`Kqb<'x`,o@J~ZeV*]b;@Udws9X;g3rq_W 3!Tfl|oh3w|\U #mYxKZTF =n /" >[.J~3;FINii,#RfHd> M){Ll&9^k#<W;^vD.At%s#x@nZS7 8}?5~y_ =&g#F#$yLN$vI}X6Ex\".o3x%#7XlqN|X6&Qy?4m@zs`2Y)$3|\i _1D>zX*ZWR@x/ z{v@#3G$Y{[chll^L8?YY3Vm-M%~nWM_Lo9,[V#:S P/%j9jm^./g7S - mc|rt*Q=tQ[y,1<SRf^*\C+* '#Pq7k!q4Lv['3_O>Y =q1!gCnp K )R[~]wh.RDC6+}}v^D7!#pIn^h +gv7\ '=(.fbYKc- &-*O?^V@ ^7qO'&=8Zc$}_D*0[g2$,^s{,)+AZd}'>P^p0(hdqYG09 } L[u:Ie,XD#)yS'ue X[5U) YBY /6cjA?y\,{<l_'<xo4&yMvD=^,\(ep$[TkC|x#7INFGQKkr`ie]Vd!$sA__vSI%26 -H_7Z@T>/HBA&0A7*@#]~~~e^LZUwdX|T|h=7&uqE(}(Az-|]Ab#y.[~D[+8Cp& YfEs"nfVfM79|oX[#QR6F6UuAb Q 1$2(Jq XlX'?.{w lrzQJ l3|EPebGK0( j}3 G$CZtn Kvki XvCN.z;]gBWWw L;0%_z jLU.!0 ^i n7 u2 0Hic! Ys ve)86$RvQ1{ J)DUJHD>q,.6EuW[i/lrIBIa`V1VQ|u@pvTe4c$ h 3m y~VO#<(GLZ,1 ==_[ $U6<:7/wx32%B5!|ll1[b$-[?%Y!kPF%@FKxdFm&;i}+\nk'jNAn mLk}1|0jC)C4p'`%5dAM HWt($  >/1(SYfDD? ]21L%TjH3{9B4PYWTbf8Z,cAN_Ha}&gGe&Y4,HnM KpSs( xDka^nB|$Xs~[ l> LaGC;%QdWP{B/(+BUJ[+-D|c6$\38[*J[R:#tFM3_sx+v>FG#U=|*yA+ icC QH);YYW@X&[ ~G u f[)dqJ}8@Z_dv6~rlR7#zpPc6 v }S6"nk,pu~+l>!LF(C?7M/bB6V+b~~T;l'p32  :@~3'MU+3&0@mb2BpRo-!w{1&y;8>,&A=x+ KWR3wlGJF*d Li1ljL}F2eOOMPR{20_]d# RAo3l&v2*.\:iG8\b+C'Ln2l X  \47aJL/ 9 ph0/D)VL('-B|*X2`T omHY6 u3k@F87T(qZF-Dc8-tGj |b5A?< (p5<L%!(#B{)]}=g8W,\IfH]1Axg :NCs0j2C6hMU) Z(?0`vqEn[N<H/GU90SJ>6YfRA,R] +an 8 C>?R~EOD/n)/:F]saW:1XyW+LT\,e419gx*'?gyIF.Yy,VtA{?9_P~ltWr(W.=)>Vl <sNv /W(:!( 8(zx{s'l[n~O~SVJ`9&R,/_rln+!`HvET?o:tUOykBJiz[CIMHQp&<Zd{Q8\2/VGfP^F JtEKHZpJ5GV4<wAR;i7$K;4cz'ote 6 -.J Luo]=x [`m3aM!\#<Xyh2L ]gI5F7No= k:mi_g0FqthqK #47m_dL$SJL4lD;4}YSAxBf*Xi]`9_?-kywgz".K<z B q_WlF Z=~vZ[b:tin8w.c VHayf<K =F]^OL_dfxezI?Y~p4:3uDU{e\`h*13acrGieDJ96&AKhc?L q$O}14;T<*D@vRejK;utP`,  -~}(~Xm: T,\ Mrnq@"CWtjPu/(13c\K?>\e ;:5/HsK}O?Ne2;S& Mu|Y]uiE;"1e&L}8"{om>@fpV(OuCkX Sg(?oDv>GCbRX-]B:jazJ'5tr[IgIl]+E!qgat? 2*{PApxjehEdP56Tz4aD$$B -N.k38+1( &mI Vmoa+V6mpbhW^kyhqBNULdh3|)svr6cmhuvMj A5RqciMX%anLE$>] oeRZn&C/K 7 mT.w^0$MI4, V\EdbO_Y#6]!x xI,#nqdsp}1.P,h`;N7t{6<dv0.L)3ug>E-:.TWR*M^<9Hk5Xx)-WpyR7hLe8{]|*T@(DIXJ88U"byh(HZ:OU._rTG=p30Lh/k qmITh-mT6H-8^O< nJ%lT88+ ]:Bnw =R5t /!a:q~v"Md`4 2bxE#DD)Y9IQ:F\*Qr' JfM^OR>l6 (+J)VAu}dbp}0oT"i1|K9G:(>b74=T&vT,(?4&'R*_Xb3Hz46;&5m4qZ`pq_|)lO)cl,x[K.SSK}$KL x{AxnfRU/u4 &a.>[{T|ZOT\k]Y{WC1<^"Jeh^E&LVH"/9iy}!cTv%%h>x&^Q@ H|o__q(-AUC=^k8"EC'T_:Z~Vk1&[_->A9}"=)"\Q0&^]e wFb),T(Ns}MAVfXCUJ8zzMG7F^PPBH"s8Xo>AsuWo`2l-b|Wt)B0ph0Z@\x=Txb0VtMhG+7j`q=:o->c7|6!dl0GV/L=b82LsXm#*.hNbJ2 n)i^h]INJ7.ilV[K6R6p>9NV(+vF%p2YJsQD0r6\: Fa1pv Z3 wO$(^:?&r _ (je#' >5|#<\/mdFI\ip`: XMd^fC/[h2n6#X'2b 2 >Xfs5>5 ScM*AKJyN 2bp$Ye:QN,;gyf] D` Rw c.STKG=n!10dya=z3LtEpM`-<iK: CFyvFg1yYVD0lW(F m|oq:'L ~j` ll=7{M27krR &7fa2ioQ;%.Sz9?&|Di].jdV:[&1$4@Q{%7$w5-Tu0I>2@gOmA.y6}ch(x7 9O9jCQ:kf^ALg!OSp63:p_l&D+0RjcU>Aq\\ Ts<iet={ +[4`|'Qup@1Z/93\5lJ\{X{S'_h1g{`JlrMUdJE#v+_Jv1|w~tu,FY|WwPyE@B2o/_QX]l)B + HyV/RHL RPz:= Je*w   |Z. y&%Zq?NX0qpw[5>LkserFLo;'3_ z7'rl @pzG _RdcEiG]~qcF0L3 |>zIj(jxkAA)5gg(b[yduo|q`{F? ?;f(SVLj0f jn}U*48% _Knh-m)(,;trfo^L+C[PN4 60|8$cv4&1'm|/75,"W^YX5tO559=4=44L:hC> Mq(Qp(Iopr#V!LDZ5?Oshm|H'LkyfYOFXT vv*`Y < }eo2eiH6PgHwb`|Fwj#f.3s4bMe` Z! aJ!o]G+RVx0u?pDrTN A"6V:[j=tCG@d7b~/`98XUJ!"#JrB U%E)~z2 S|5q T!y S((tE8ji:f4ax[LB74KUI|Je|FGr[Nmk+H6Ug(RA- w>PdCp MlsA or \;cpT8 S6[V|ng935J:5&ct9kjsS^oj YfzwhO<LK_.w$'`dfk[HYxd !TLgd oI:fW8IU@IsMqlmp=:!Z wjHM}8-xI^2RX=KaVzodaNfpL!]kxxK,ge_,PD,&lm_U{lX[^~6ko#NP`-=veVMEO"%.\J V,n(k6:P7zD> cQx uzy&XB{B5(R$}tk /}&j[-}@U_YGs /Lmg8NEwS$WKUE* Old'.c!FD{0 >62  VS;t$t< h\ m`'Q .x(]gj65xO2'@S}|h(@b>j4RyBM"6[v^D*4U=znXFO_ONR *,IYi 8Oc{D ?,$&J  t})JR3]kZg >\@Lh`|%7KiM'%U*xYK9-CvZd- ~oQu4/ !,_CY^BXS 9Lr@%GEPfYQWKqfoG^-"Voe,xO$(&<VOfe#!1Q .|oWo%DNlDxL%KpVby0!y$P"=Qz&h# n(A>3&)=D{oY\R*vP?|-~C'Bs9~CJ'":L,yw6q*I;AGK|od@onMPVR*hm4UPYl]o1yy\A4ShBBD!Y;XC=6q#if~eOXmSrkRk[+"{ 1W]6z.p!u~o6*Ks@c_[ixq.ZP`CXop# QfehZaf|SsYb 2A~M&$5H9T :\W| njFxT|5OvWcp_}dM5 9IgquAu p86y2_0]m:Op@!0O_bq<zAjPiH_5JV&zo'PQi(U;@M+{DQD yzMi-2Lwi~\Kf1vmo,{)~wMTSzunw">^Tix&5N'PVz1-s)Tlj LT6v%]wieU0BG+,Sl3f_wpVB0Uk7h2@00[o!8DbJ'UL&Spp$ cv?Ivm  hU\t|cif! #!\U` F 8;'$1$ u3XjjNvGoT?|P- /=YaK FwU(g]{-/zUGmwt5*$Y2Zn!(u-7f* wvH`xK\K]c R9iHL:8nd]`^@+aY=|},}8;Kk, q~A)H& G*@15DE5!_$T NJv@#wN:{2k2yo-uF:m4$ 5IVbUx`zknLd^{$#OJ{ oeI@_&8@"6yl*FSv`EQyN\{2&uc<l:gy7r~:sv{U$y(oP\/S]I@:8-O8]9y[p_oI!F>A)e x{  IKdV$~Biy9y{a_D#A 6e<#Y@`$m!zwc>n zo_e}mIBc8fd*W[:8o ]lG;*asE2"o@ z"G`xv<yhf[|bl/\#t:pRP\u^ywI=(7O~`%M^UXhHwK7; I&9d0,$r& <W+RG@lwa @Jar*r[B_mD n~0_S .51O+n1.8 Y&N[zBw 7(xrF= 9F4$wN|61mrSK?Jn {hxwU>'F|Un#k9Sk:]0dEQb8 aa> pED(-)bV^ScN 7? <[ *i:>x?$/\)bl  /M/A&dx3tlvPS,j Gg!Ia>D)YGa-B4o`16vy:AyK77R'HoODCVa!TL?k(f>"1jC2!$;}I:Fbq@d&;u|4r=21xMD%v#10u2Fs ;\J[Ds X0J6K99a+Ou[%Z.dPlvd9#Y*$42EgW)'$ S(kqU'H*WT)a~mBPYQ%|{DpXfgS54/spY a!4&WC`#Eq'b 6*okll[[0;;jz/<gnn(4=*=j8%hXnSjWxX:V'=n]G]Z.I';fB&1O")|+_SbRdlswwi&J|&cunSAP } &;@&asUG4P (qqE-R~ mK}f@DA,)Wpx^Z8V@+RZQ%]s(6o ygG@L8Ru;vh:!jh0k(^ /1D: G2Lju}J'v"pD,2d-Dz/{.{UC66&8+$00{|**V;$\, f}#"Sn]ImFo`yyy:jwM#:M \nme4xun6}m@!edy8 {c"(NYZwYD?d<B$(.Rg}^#3 Y[cXUUJVB; +fv:qYe"obmYWOM`/Bd  GgVk+#LTfz_S(6{~0 "oHc '6~~^Op^r=6gw '@tC,~CzvMN7bLpoTk)e | &o;YKO6/ 58@?,.vmG6((( OwBfWxJN2>6$>NW!oJgZ7#31V @8~;A=l/AKWY!h!H%7]bu'rF9z>9%Fw)UImB &#iz=$(maRj=PD~gT:   %aIM k K` <w&?olHDbGYK:]!E3/7/-/<G67MeR9;.MV719:.#I:5xO8Lk}}uHyoU5&[#a}Op|PSpuBGjzxwpfT[DWm>9bBB/~_/7{=r+f JzlOjrFli{[2\)une ow$S\c-irs&AS;{ 1'+&4a6e:Gela;U` !X6FIGL;`.`%?%+4)YR)}oDo_ $"8./i}g=b(ir MYpG&[}K Y4AEcr-/nGd2$^bC&%4YD!Dx#>M=|oJ/kt=}aKh!{W 'h$$"N qkjr5T}9U_hi]LF< -!,DW\or+W-6x$GAo(F`})P;aZmHFk whxK @>f2,!6X9aqkX9\6)oYk@aB78!3-54ABmBgfMEQeUzE}xd9*r>M;4Y W  Rnx?j<t/pFn!LsuA {0UB#C]$;5on#?>8/I"Fa*itG;$& 7 y*bj}7}rA" 1R:SCK~8([U w4c sDLx;^{jqG<%1{cBcH4)Dj!}1(r{HCz3w=,X&rh+O!W+Z8oM I~;^5OPc/mN (4R!T^~2Ivln Og=dQ8))z8?=c6-=Yn0aRj0nb=--Lx!l3ez5&P<3KZ?uSH5HLT}kV/Dv_xnSc<*(3-*Hua+l1N`S{,d(DVUejXGFOrQ7 K-{t[bI. ;MMAuyj?-Irr.`J{}gaMV{RFZ1p!"#zO98r%}IN7v|rI"'5sdkt hy{X4lo}jO-xf=xz>r <GW`f 53L(BMP;r<F]e@),9Wo`<zd+:aoUI.FJ, Qhn+9TH)(pS02)gzrf4VZ8q9-m" JL_^{q+d9_h55|()?v5|1MO?@`XE6S +>z<sLyp/P]b^>+oqnv'Qj1Z-]uB|^5_}bP~ *i'[@ MFel7 eZV"P[>!t(qjrrJHzFU"HV-w UAwQMlf/r@ bFhG,x(pupXq*:%Osy_Zxgn{ zgc8{:d v!1Kv\y^b;Au*O]'@:5yVh+ g0]_24HV]T YME6^5o9 g ?Q@pJrZpNy}rq/#GqXR([#} s4?IYom}!:0#&\"m^4y1Df .L;mJQ;w<ms:k;!Jg1q.aUig{mxn*yDJ_`.r l<aO}%q*{ YL@)1hNrPVA]vd'b6kANl3-5o5o1"8,w;Zx~uM _D Pq>$G;ZZt 8 5`Yjw(<,+C:QoLeWx{q_R*jdXFvvTl"aL/fl&o>G;PV8k+2BZwnn+MXy_N [q9xZ$t[}f(>p|}uI% zfl+($NZ<7T  uJ`i^;E*A2 :A'|o'>^ZC. S"Hgh=W-5Hha|7 UMSt&[UJ0=qWdng\&P7csuDeZNW_S_YSG%vRn\NN\]v?C{(4<)YFH&>lW&Jbg@z}'y R B]puwq]@ y3Zn=>(g(^A!@ (lypi}TA%3ecqZsvzeNL02];}%RX@b8M,5&@<)b] &Oyzn@AX d'M'gVw~lAbA*x1aS]fTZjx..cwJH5.*"7K p@J~#VP]'C $Z!U,#P1w57 1G]ux+iks (Gbz.H&(AUKL/HvlW~|R>,"7]axqrs70 .C?tWnU6 E6bCfQT'<V91(Jj+hH: .]Ae +]H{S:jXu3_;X\SK?)DRqE2][ar+oylO{V[ }OG >y =BqD 9?kd<VVa_O6bRG<'f,l>[,S_wIPIR0nuFj? :=Si&3\zbDFG_9yS78dC !A]oxhi\:{2[=f9!z|h ~ > SycGL[EQ&Qq}  'Ll6$((m~*VuYE:_KaF+b/&UIcc1`6QrQj`OY7N0ic}A'S]\hP)pjMO^?y"l QCFFG0P$NrEA#V*jv(sS]xT=.:7`h\A!I: qQr&'^@v=M f"/q6u6G_' {Qt~VZ:g2'gg,n=B]M!x26s?sp<y _uh+Y4Ehp{_M=czU&\JX*;{Zb>qw LoTo,2j_U D~ )|/%c r[itQh_Ul8U4f$:RR_%{!,=+2Sd^W1rFUyU, A^ZFQ/S&^*7H[m70I.Y3s5M4R N\ E&~:!rn{ 3U{2eV8@B[qZkY*W:[~MsR@E(),/870IAtZ/kF4.9as&syDa7R1 gs %A7aktX~l+FD_ ;Ju D3^':osiqP-@~%agTc V@z8+ f+YyfW 4 kYZd /|rIg} .(oZU SBs!SSq3:/2J*!!.kU3g,8'Bd Kz)U {C%_(YZl,vnL*\hl{r!Ft 9SH-1adkdo|7s,j3x/Y7_cCoN[(kT ftz/Jz#RcYO<O2VqPqYDm1;Ze$qPQz1 =aJ>(W8$,03V=wzubvfyuKaQLYpAp@&4!>rKVD==g|1bIAXnn&gEI;Hry\\ Q;P[~1(;'z<Y.7lZA@fUR[3e'Iq+m3u  PF %?W%>*!@<64qua@))x'EFi roR** }))=Ma,K [ U VLLQqYv*.fM }fD@% ,9%gP,R=rbG~=r%R/ V  Yud{0psD f9}p0Cs d2^hXCSIk0AfJbZ,E=$' +:\q3Y[B )^r2z}6X,7[=0q> 4_K AwebrL[O?w+!} u#,73Ux(k i_$ATtATk tCGH?0qE9;Hx|ezq(4MLsE:>F2bP$+.+K:OSf3Wto;& f^N[O1*T%<RV!f1) tT^b_)hB5^mK>Y?! }l1ADcy0|L\.28+N2 d2+}4APt}{rmrT/wR\r9J(gNcf?4W}0bdbM LgMk]-xy$>0a;<}c2K Y_+CB>]-3/_SxM2OfE?e|cc}ng ]YT`^^W;yC |Z"*30.pey"+drJ0GfAso)S!Hvyzzuf8n|X V 4~f[[mDTy;nA$H-HQ&dR*550b{r#J*U:HqUnQ'OQEEo /`s@NH^={jv|BX(`kY?)&:</  3wbJ9=e~[k?0, <i|jhpC+*&&6Eg_5X =c6=gK VKxccD %OY(^=2E&8)'# Cu+]}MzfPk2,=Ecw)q?{L9Ac_Xi p &j@?W+!kgH ([GD~ns",7U:blnjqLswi~balM\48'+99NersmZSkzI3Ggnqe@In} -.  Iz5-[p8=_5BMQ~YU{+u)hJ )y8M>=O,dpx$B}Z0W[AE' c+% 9]Y(lFZ3["#&#+t2E4*+}'V@$n8(/I6V^i""K$Y,P0RIndR)Ur} {  vWN R:Qz_\ro}U|%#ZuaF& ]XIKws{aD32Jy#Q|W F--2>P ,T\xWU25u0E%* BZ6Qo;|(m!S='!>y.KAe}cN-U"05k0iE'Y}{]1yrRR /!!h A(10lA;O5 := :m#>PfQNM Oc_:AcS+P}Ft|nT`?P@6d!&B#uustt~M-+7[8/ogI R *Nh|?`jXQjY !:^~u|r@[BL!? c5z-zI6Yi=4#43)T%&a#<V2Kh.-8b<,_%],)ViT()KPw=8/ #<VbS\=G_e;4S\rI^&+.CCt &+B=S]aqsv&oRTc0dL(.KfvXSg|o^bjrM(XO>}ernjcuk_PY|U)t[G Q),'YWnVjQQw;%{ =c ^X&*<Mn9{%DgC'f0g~iV%4sy@% 1DYj[$kTAAI#C:F~ V93& .o["boY_AqL?/)"9[y9jwq8|s( 4MVEak'6HK A;$k U ?Q&V?m_|zcC>l)coHsM)%0)6HJJTi3x 'mpb5D_eD~u\\(cA/S~qI-(hD+^nev$ ,u:b5qlkmeDacwxtC#N[N?^;!No;\Dm 3.g@- .,{ h3~"{gZPGVrduV<0Tj|v)](D_tgZyaqv4oYPu% 4GBWCEOJ[Y`Qg?K / p?d? 8tDZGE8 oz G{/Ot%TdC{jUTz&'{N{p8Wh|h~wD6wuA 4AD6Kc,d0|eza`nK%T6x ?|_,g{A EgtLm5E>ZB{z[XftEW]% 0[|?V0Ao/`J$  mw%DU>BH[qK~"I 7cU4!Px&<j}xudjC#WN'iSMc#zX}1@81U+V>YS][QR99.2'6e6,joYNA Z1`Xl3P4}jLo+0 JRH!"ElL`6[=2)oBIe|p'shi W[`tr^M\tq E;$9 f3cc^`63n>Os&S~T6X- $2MyPY.H+ [hr|~QP6M<m*JuDlkT?"Sz4\S3]|<3`+s!Ki ~N0}#N8Myxbqwn1[INAL[30NJWV]wdZ`Z7mb..I41u)4->WUBJfApVEb`rFgWg4a7(! WHZ`8^)e o~q(|@?^@ej"! \Tg% T.=ARu,Sy i&a}S<@hF<Xc34nVHP<:CXo}|j{_ojBgA-+2dj/-(+w3c1M'6$#M,;K>RWS!\5iTtkp^UNFPWo?r\-tz&Xn8ik+P+kDnF.%$Aii"aE8B (Pvl?`V|K43|5Y ,Lfq0G_@R%~G6iU5.=/ )Jt#TC:8 !fgoF'30[/!% ~hC )!.<8017@YmuY+r}2pu|uwBG*=]fK( ?L=f*K$-5!]%Q:h%n"<*/ p?|J! w=?\m]>j)6{8An61'Rion"YE9f f&??TneL"R(jZo<M_ |ji"{/14k2L%4I=$=~`/lv:,#_."9GJ:88(wrc#J"u_IA7JAbE2Eex^-soq,PO C}mO3bVBZ~]NJ7weB$0>x@@CqITd{A ,InqyT3NX}X<$` }7TdN!{zdB:Q="udbfh~tiM:y'Q6#)Q8=-4kQ.m$;9>_<e*`H%a7 k!1/ df@1!2:L9-T5XLfhS"i2?< @= 8&5_]*Co1+H?e7[>'?a#pci+kro~L;5.'R v:T%dqZ) p (?(ds;lWY`R3x0KVqmO/V*\2B3X3#:7h-wIjyqa#<5@SJ3H oJ#wPT#(].Hbw3Abl2,@l 8_{4JZfgMu=~,sN,b(iO)G0xFv4tqosw(tR2_8  _G)?%@X Q!4OwN1Sh"o`uz^D- s0x-x@lC%(Rr'alq .<=4, 9W`fupP( &$ i < fBlP=)0%X@e3r})*E:MrHCgeno`YgkY= d5f$1y3M+B)_P-|sE<SFR0'\[ 1mDXhdwuc 'H tGZoL{  vhVJ(*? kz o!"\u#=lNSawxI)Uo1m@I4. Ki*Ji$.{ 10. !&.8Om/+HP(g~{N.s4+lc^h;?M$>2fxAz pd+2:F0&;ag'Rm(\ ,GVu4j D#DJ`wArm8b(c#hIZ4)$a;F j  :xrB0h @B{v6)=P|[)Oigl&2" -U$Y-^S+V/2:![#otT1 pNDP$NNOSM)?:<&?BLNZz[9V |W frXn5zIondo<|S#~Qd|TyU1$SZv`U/@?N^thh"**FH) d2&!.ar$uDn`hnAvlyR9F$ DC[wE -:AK`WPr }jVySZbKXez&S f4pU{{x{lb``Bn|0 nwbMm#=" 0d\)nT p#H[JM@2524}:Mi NfbgnSm(GkmI )sS5u1K[[b{=yzR/ )Qcpns{u\O#0`Y/,yXkAPHD8'Uk1Q9avx5 ;~JB\I9w'-bG{ J6feyb.V]3m\<"N|G,u'qc@~t_*k3abxib)\L[!g^Wbhp@*3H$ O9~&av(("2#>r#S~Gy}^=-(M"|Qk yig_^Zb`[hD0 +f]?p,}YoYPXi'lWu &G[x[# 83!xL AS2jMd{:OP wcF +4 CyXz#bw+vWmKM ~2-2Y+v,9Qu,:1mJU'k?o]0v5Aj$_,9J_JFOl,=.D -Wx _j94 |2MZgQ+o3olRkVGy!,r%h ;tOR@<=jZ mM'dm}{M{Y@]Ij})+#JP5j W5$O\R7nAys?\LQ~x1pP5g@E-/NqWTG4Q=/`OHg`n=( /\#za  J&R+MRSN>[*  (B[0{v47<N<mwgIP1"H^0/hze7k|:G3a8*hWv9<^ukZ?2=SWPL.UBmJD&%LafmjSjTXV2 f P_~"re<DF* jkzv:X%>oLi6g3?nC4B,B#%zC8~1FB8'/ U9orq6Xl5K]vA^629DPrS3=$^/GSx4Rc,i,a;=-UuEBj$l! f!}!8qd5>q6AgKe}Lc4Hbvj5BrLk- t\qMf ^cUmjt{!Fv#=(hgw-9N6G_o IBbkl(>,KxNhmoRCp4f E8|6ByR$MJH] gj|7rT:v>Gk&$Y_5MT34u [-%=h';g9 i6E$jo=$@X'2'"$|1V8beng"(;NS9E 5 BK6J_Ob&r{4jgq0.H/9TfsrM|yr8y}tXjMW*>&692LLLMMTb}"$-o@~  pXXvP )Fxc{~_FW#J?!;dxD,M^Ayo{XY"r0"/GUjeUrQb;,V`7-%;l+FR5fAZ@}.#=_VH-N@+3y_Ns WmGfGXIJHBXIM[poX&@N@x8c &8w9|>jNBj(ngB `75ZMBc? /ncx,tzuT!m6q$OU1#]p"^Tm=L# 'zhBWXWL9Z=C@-KLxO0 Fn OIv&SzNN " /\/0:Gdd@*Q)(;ONBO%I} $=[mTZ@vQ9.lq#` 37AL<M3ODgU1vtl8 5VusL]{]$b)3J8GAlG{ei7F"4$M*z3uArCOcv";_!,Dt  9Vg}KHoZ/anTFK`65BW\0viT6& MF5A<3k4-Yw*O4&7KbhGiQ9 [%'D- "I 8m9HB)KLOi$[}7`%L1Ru%*3KEA%Ia<2)G&0K0WDI6KNIK]pHu.'DW\Z_QWciX7K L?TH@9gGQY ;].h}q Ghyyj`LH"A4(p1fd9|9 dFem}dS:/>MSL;W8fHtzr\=mF<kYtA &h`A^) |,{<8QaqZF,u:21+1(6,,Szr+.6CMF_+p81iE,%t /.;/mAO+U 'cI{:vi-6Z" /&BYdwmx9V30.iGI"S_3%" $GI , (S`/(/ &CIe )Ut ^!ukbRiPzB- 4 "-<"(?5@K9cKzWb"{Y. #KlxX*(>pgF1')&"c;=_+%u $(4p7@<B7:6C0XIf-td;My9*#G$.45V16#CqSr I#^c>%!a0L-k0"zV(nq]|7U<Gv*5GF/:O}[wj_#/S`w]qWK,hn!e4el_9 o_G/t 4u_OE)@GDMQC^/t7fg$v@cpVhVZ#PIEB;,#L{ :_sd./jx BgXb-rQ.wzwigdE(m$>hH KO =c`hD<xS^J;)l!W.;Lw;:0iR U{R739Ri]^h3oce`[9bqpXcJORR^aWd:p\4M}]NGHf?!5;VRrT. =cwV 5   a2)ohQFbP$a;(997;+W)oS,"! TE+tS(%yDe6y%8r?4;Spz~TAX^:gjgZ>  Z j|r3:'R8WdknYs,D)wVe|^hwokfy[&tbX6;Q5e&'.O /)"<MB*' G[ r*$p3 M{|[Q@@h#<_y\:8(3dfy_8j]W\d\C!(.( :g@H.p[C ]<4k:mFJ*'6[tw15%U-yfxi*^+PR +SuuulSr:C/Z qabhmH~B!itQ18qg p 2_(+*);Yvrqk`7TmSNMeJ<8$C(Hc: 2 < 6eZOFMtR1g7'GMUux8 TV%Nh5<WL)!^VJ2NMywKQ/t(nH6)Puak~4uKhw-;=t*=q}TO73Otr8H ,m1 )CFT6~D_  "E?~Qlqr]'  >|mW)(}C=SgJ=m@Z- nJ}]~9ch&$%/V@rYieWE6 YX@s$h:ZLBHIR#[a uYso e-rG`r}g~(zxi48`{e! ~T5|Z]KF/f!%3Z/nK|N0Mfif%=q+jM!Me[n$`H:k4,SnMn 7%1F\w 0OM 6, D=;6Ze{CJ!0N~Dw 35MuHT1|Z8o'(17DeS6n.98G l+10wK wC7=gK])>H]}G8M^mk {LXzJ_`1oF)w:mpn"$`hZXr<W 0pf^M?D6[>*X) ]:$ e ]"bIuq 2N:t53*&6Ig_?=}={O:ZVVz\UX7OD:5?` F#L@n &DZpX%C,zk9 5Vv7|vL/JH5h|Ahf-(l;AGWi^qzl$Er4 7`JD?<") fF,4cJNkN 5k;NQPNrBt+T* Crlg}B*6x2| >/@^0z lRo-J >"@j?e[=ZL9-& 6CGTr ;SbkBrfQ~3W7#2l-UbQqfF#3TOfq)E^q|Pi /Reo$} yS,R!|'9G#SN_pM e=/cV{k/xP'|W?*p 3 2Xv2y b"Zd3}kL`,? ty"e9D5&7-xH L suJy#sE( ;HU`u +1j7C?!7'2FlM}9<cmk9IE 0MV[`mtvd N"+7TZ}8"poQK=V[fj|>'=cpX?&dT# ;d%r[Cq%8(1[S~[4 ~wG}0\p)o$:u86HRTn`GFO.Z}Ydn$(! +}>~IbpIvfr52IOFo&GQw)9"*9@DW gy$md_pt}p:37]yF Dq$1FUqw|_7: ^"L{t`N=3!nFiJ_ ipz '/1&#$/=7! "8f{ n@ZwF4&#m$0&3Kag)m* AK$ .ESR`m/H[_\]6ML2o @YU>)b, -=>i>NV=`5c-ftvs)PDc$6l-AaGOLUcy &$$:i#)/)G8il; _Y$qVGCK#].u1z5sCn\te]GCqwB!(G$m *8DYZrzgN!$b +1& xf S:D$g'V{L"zeH; %@qejeZY`Un.rmc``PhhgXRD'FA,Zu$T 4A67[(^0]T%&;[{r <"-GqSJE)(!D`t~qT3FLJ'DH(dxI_#bV 6C5v\A&<j  ,IRF*d.E/h2) "4K"lBXca^ZWuPUN=Q,UXcVjnY4-:PK X^X7?V_hsy{nk\ I4Nb\`J%  7WwrX~7 4RszYg6QA8#|EaFOf}u|(:%N ]qk8!xQ${!B*G]:'PEqdH971# 1+FKT`J^6P"FD:( %'=KbxsXB:g0<%&1*]) P %2pKe^^iGh#cM4^%$% &_ c_-_pWOTdwG^q#N]v?$@o5EL`{Wn-8{1{w~!K~Z, S";1X|Js~eXM6,08K{ZkPi7m2oEjg^J- 8brmc^[wIk)rLr a  m%2%,<Of~,iNrL~~qi{]\XSVcL@- Jv(P'uZJGB0-DLB;:@N\f{pDT /I^lstV:7rQnIER\f8Og L.DiYW3.\3Ss&v+g~S %-Y~dG. $<%RGbfhgjbR4w]0HAg>5']DDOm:UckcP"15GKNoM9JHA0j eab-+$y{"/0/+ +S~a.Ff4*.0;g>HZp|xkW?~Zo9E# -\L1o#^}|pd!1{4lFmOwQMC%1.{|S, g4&_]H1(}yxrrqkSI?c^#]e3j(pAwO`Q;V^cdipp.g}; 0E\WkP&+`:z^4jP- 4~rb'VBKH9Vkl#PqUA6hm }| xk?@WwxKTR& N^uzw_8 Cr"')-C8JZguy v%vwy}T:! 5PUB( 6g[23!lzk^^Uk|7Ocnt}s#ycQLC.*E=#%6 2bNIgKQV{vaM-'kmE5v wccpZeL25R;,BI ,8q: Xx$BZeV3n "Xz/h0'YmGTb)(jBX)I?9GilMRD0GSbyuqwahO>AEGSk <\kqh[q E[`dtD;Rnlgps^OS_u(e,[#VZ3g#s&u5_L}]sz_RO#;xZ*#Sw F,Tu }mBO&..=Z6zl|W, AXf[bvrMjn {._ ,/6A`KOOzOUM;GO1N<'FyB_/prxhjNRD6_TxO5,9ZPD /03[>84E"$c;akO "8GIEOBgt bo>Vu%.65BOi)Li~aXV*Gv/{d(LjztTU"Pbzx`{Gt-`X1 !%|3t>y*.TqFYXe=}Z',JHME /9JI\(Z9WTE&5gi1vKF&$/=5`"Z#qX6|)a`dEsCLZ_c9o~&sM+m)LkN m2jPihy|wtN_'7\;  &E^CnDtNx|xc-P5HEDS/H35:$Uf1D oe mDDRf`,g' nJca3]`Z<`ow {DICH1PbSYA]qX^{psx/k:L^"^4geaJ3@` f]6P5'99L@A7Ckt_sVA(<N&t?? Y{_1Ixm`J8f9+Jd&;QG]&k&P6Oe}tA @pm%9=C~t~ ;l!XCRKeZ[H/c -}\): m?1_tvAw-[xhYZ(V` olvtgiyA[pm\u(&{{Ot" 4$T5;b a%\}[|N4lHz|H{r<rK}D$5ae-QyY>._Oe,f SUdwz|3z'$0x5#! (MA:DDa3)HQv5N#bq@1iH+O$d;zxw?y FYu{rT0! o7`cSE;>E_r ^>Jo+  jR55Ql 6evZ:P x_N8o2B=IUgx)%>&ToQje4~E{Zh[O#%8^csHNqN,wG![h(ko0Fr|XyWwk  T%Kz5qhm/T>3O;}/CrN}deZm/hr.aB"QzaJ)zU SNo7#5=79-cG:ZeoBD&{qXD55./0u66+7%55Kgzq|ldTB@c.,W E3~EWO&(NIR>%+gE%IKE 0n.UQei& fN5-*'D19RnY~'Mm{,FLl#rw|qSw?G; erm9QmQcqY'7mFb/E;rxiQ4  [39;>cEL~MdO*Wcid(`@Yt^duq`}f4I1>  kdplL8'x ]CQvj'64H0e_a1fOQN"S< -uC--i35~qXBAMRZc3xq8v<V<}E;!e1J<6t/X&kxY-I:h8S<%#t>tK#c[<\W/qA0==3 o[B62\z{Ms tv$c7 @T &,??k^t{M't# R)0  zIi$kwr~(cV)ZK3,UwwCa}FU4_Q(r/"6",pnQ6gRc8h#og&'3f^ERZM/fL<91`A 6V+w"15z`yp3= FKCT0O[f[D.  aC&9S1o*|"g[nd+Bl;%+, _4>P-&E=|eO+t&6S&3!1&rY>~O`qYyhvGWL(mzc_eWxi9MAYy"oPE'@<AE?3IYyPf\iXb)`qbL[x4/xAzR"ytd3A9g:nq~73Quf"O[(!)-+j>EO O[y{\jHrgY3n=.g/> d(Ih#GAo p_\nlI& X( %VI'X!hz?YS``mhb`[Mj5t$jH+64<Q6n+c$1lnV`MydJHZ_s(.~[q%D[hbxQ`.XXCI}fT{+_cu{scWH 1/F{k_iAtY >FTvoKxV^|O?+Ij-n=gpROfW^ &T^w+243RcoQ &lF7{ExR9+5QcCx(vo Kx.fy3^F\Wk{m1=rxWtSMh\miiQVq6ol"~ ;8T(jT ?-,Q1}}F"sWLI2na~o9I/lJoYO] HpyCuj_$podA' i2 S9o hZ>XKo8wtU\.QKBFyR +q:ay8jtX<'E9g,p Dzgmb}fR^gP2:f|e^DBMr1q_e[s!g* \fkuY TfbmxHBS]v]Bw {|dQ|5[(6EIc8~$Gr[07EasX/8wgBxlAb)p>~_OMJLfiG<@5GKQ Qi%Pgz~o^?!{.Lhi&JYi/c> IIY_yV0YYslXF96A R=JU!c ir?~R}=n(D03rz{YR {,$4dCDV?1TC8%57 A MeyI5~NvZkvX1l&g7oG|nGp(~6ay //EIpg-z,%?`zd8_\BqJ-e# (;Mb"=FKWr@ F/}N>  W E < FFZE?]tYD`hZYdH}M\p6bb$MoaD!&.+6A3#Q\ {H[ :WahJiDz>|,F`] 4GTzbox(QV*wUpWAh])za_\3bm k:gpjq|t)^2~DU{bZrX~ckE9D5(l.H** gE;,b%8RlyTO }EfMU[kY/do`W/Th}3 a@\A3*|'&*9Qs/U4a4]wt#TY:- &# t8zzAqrz|us}2q<_J#EmcC@MVgBxsg]iV8K2M"gjvx*b4? \j nweH/#"-7T<BK^fpTIA@GL\ 5MRroyeP 8 =d}zHv[%spKw? aI6'% OPv~E_vtF t`C"kN3gVJ>;IQHC_ Gy@hdL:AtbPOQyZiqD[+bG' T0M-jStd 2@KPX]ekwujP5$|U. \=0$/Z ~@cydM.>[abp`1Y&vlceyIm(\Ijt}cbqvuvfoU{D~,uZ>20)(y6qMitjiu?osL(^oga V&L=;6$V([ Y2j{_M FSo.W{ )>c~txkM?)6Rgns}<Uxn*ZVMw@5(oP<%k6yvvfQCE@WCHJ(Tt&C] O 34DYz~kN5"}lZ[fiyO{5{ #)IMTUVQN\yU"leIAtxK4. n@$|VG"C{hM0$!*.315;M j3PF1-3 & =P]\cyi:xpe\_lutk[C. ww{kt>]h~]& p=!X|tbC 0[ wQ2$0*8Vr2>:-3K)SEHh8:;*}obJ ..I^rzcE84@Pl/w:\C2:@1p:X?ud2 4PtwdDsqooeej5ud YxX< x*|6|2}%&9&MURdIU3BGNLCBJ]z|T9Sejj\HM5<%(>l[H 7D,` V4#)Gcu|enAaWVY\M3 >h'dyZ70{T[J_y X6|&^;:a Q{hS5Jr}en?XYisqq %S(Jbhw@ Q|zW-lyE^9D9'#$K~=i|]6mXdtdEQ/`rx}|iVHAe.) #KAcxjZXVKG NpFfO3:_#sL* r-hDmei]Q= B~"\m6T ~w\y/vH~#Y#s^YWs_[i[xbf]\oBoa JD=_ErHpUmi[<1#Qw 4V\h2cI),7Mp{D].+)8gxF vHD 4_w]7  qUOI~EY84,,, B~.hSCo{v!W`69f?,NZ`fdQUA@;98:@?N?j(#n~kDEw:)3;>?a5k:716d[+$x]< /4H<[=wBPZZW4NUD~1 3Mn9bJ Q/ ]/x.>^[F +o/P*1!""8a],=i$p6B,%&q3g@a5bekv(ohI.%"2e# @ ^3tIfpB$ju-CzM#3CPZbdS0;sl,Dhu?Dqi;-:JE2 q K 1WlZhUA2(U)+( $    - = I\|&D2[<u@AD= /4g*}ENZpmRXsa*8ko2]9[v0 #<]S4_T/ h$( &Ct[Fpc5Dn"9K[entoY:)jF,nj >donN1&gp",Y,WP|$   4HJ QSZ~cagOuEEPZ]^bo{wsutrqs~4S7nd(JhuW4):Wwv1_-LE{1lREgW4&.Uv^J7a9 9}aDo<&% %DrI 1Xl0aej9Y4rMWczsYG0#T~X9dzYHFRti!PU 1D w!12r0Q4896=;;19 736>\?A8.! [ 'xH/')21/y(f!R$/5? A>BUi9nlfdjPv{7\d?BefRXo%Eo<S<Gz-6& =]~mUw,ypfe|vJ"Iza.4Tpv1i*9[ fOWE,# $=[q1y4y!oYI$-_6Y;2Gaf7"WMVB]hmmlbbp|d5qF! 79% :i Cp (Y)x4>C=2Wx]D.$HexmD+M`$.{@F[x }M(|HY. 9[X3)]~kI 5(#'0;ScnL93p$V6Y'6JGLnZ #Ql#+o 3rsNHXq0li> F|kL<-^2zU8#|S's W7dUUPE>D O$VAYddu4n 'IqW02VrU <UoU/Rl +cL@^gjdBy=? Sd}X:;OB2#N&42 EU1_#6_EPWDr(e"G-SnG!U>b7PQ]S3swS9&/~ hbX<~%y7sGeXXlTQI9+9bV-)* N}&5??DD`r6d~qpj N5<F8bV:0~SITYfk2+2?u^y\.s< $M<1R0d7s/L*.J,lhU, f* ,DUqv[TXbz 8sx%l:FUr|S2 \\-X-spcQq>x+7]hM1 /gV6~ @qg >W,Ph[3z   rfbN i2g-PF6`7-Hgg(_^=KFkq0P$,Uxl]^srg}G|HaC2&0$H#S3YEgfqscF7?U}4BUco5N(Ow{LgQPGhTk>c$ 36Z@%)j VQ?RqDR 8X`Q%,b}J<TVD0A{=,"5Se#h|:u3tceBq3HRZGB~9PI[t1n^uOY@G8/7A;<EQN []!n~[50,)k+?E}<|) #=hMWZLy8 HvgG(1 G7mdjInBh 1gXGUMD5.<}WZvC$sT7!Me}*Jz*n'_&ooH.B)\sLiSF9($Tg&98{M8nb /D)bEvuvi4U6e|P`3wLsCJr)"4oROr;>RMVK4X/+18CDy@J^q~  {R:.$,\Y)\pdO^oasulJ<";Y-ad`Bq/P*0+#F 34aIK'#Vm?+ @d?f}{xyun \H'~fSUZrrFN$<[ <r%K~Xj36~:Ux5vgjza)a#>iI}dL)RkRRC P&f4*  mAKm Z5pY3Kib<52<Dbv@QY l- ZsT` l+,1.8zU:{e8T&+RcwnUEFTm{dC-%e" @~56G_cr v}sjlUpjnxvM>zf.\rWSZm-qY1nEAYDa\]f[KR"jHU"S]%}kL@G?t@No}{}}sO.SR~.1Wd qs_h[\^@d{Kr'vDiB364-(FvxI<"l[h%MrSqR=NC8  *;D@nFDPI [|}nQpC&b'SJh2NYoC\y~aA[!e#d\AEF,o\U]S:Ub|o, *_tTIIIU^SVuLYc99nhI1&>`'BmrOR.XsX\/1bnhw:crt\0LqgfjX`}6qI*#*7 <C45@ 2+&4CLcQ{K/"#" Ug60- 2Z]L(0g 7\?sm3u^#g"$GiJ=>8* 4Fie Auk>DooaWYup*=fC ,hX& +"'P)p40&" 8C?OD \rxr#67"g"fCv=2IQIU@Mmqeo?k s8ppx=ygfSE;&; #,=M\fdN7_'/(:RU;$~"')&%[.l_3/Pw&;^ Yy3/M{xv Lqjtvktc( *sb>j 4}:ZG(rvgc9qew?IWQ?O)yNwbN9 \  \wchS7 y2,DFOQ;nDYipCoXhZZTURbVK/&6JPA% #,/("Kk}oq=e_VNV1!"%vp p)J,u / BLrQ(/m &\-5VSxS ~8wmp."< I#G0:C8SBa/t^ Bi}M 6dj8c & 2Ykzf|Y *; 9$ 5Sop[RA.EG>+_&HfNFDC61[ +J+_Hjt_VH7 3D:_:{48-;]D{vcE,zP/$)y< Xx+Ylz`# 1Yv(mI#EVC_D4837PN jE,,OZhvxtq_%X/Mti;;SokN/ {q.Kw /SCWv0auBd|t`F-M~@rdcflkiR.v K GU0`5/Mq"#.6(E0H8I;[9v1)S c2 cJ*(I`v.BOR-H=,Y|kH!(`$7ACdRrd|x~e?  iI.Iq+[ynifb]_qb,m71 he=HnZu(9R^]ZQ?"yC 'Fx'1 29(Znya9.]~dS<1uO%DtoA% o[@%Qa:"%t"S5 ^3"Ez@L$r H(mC[u+Tx{bK'qPC7i1q hc[L5!/9E_}jM-  'M!x*+" y~|T&wJqM/"w"o'w00(7h!1H _ n8eSQsA9* T|iP:" +<Yv}jXK=1<&4g}zwrK'Qs[3 r9C mWKB?;7&8mB^{%fxrv_ui[Z.b>nJgUT_HgDxGDr>U/+,.0+`<*iSu9|'!%k5PV8t2/5?A. ")4FS]j)}8F`kvUsFo7p~(Y&+(#!)85SIqVUB%W/  %qUO^lvtG'<ht8*jy\SB%qTJA3)|fI''8?AOlrDV)pS1 "$G$6V G H& C>_fknu{nbC"H1"EU][V^ktw_HENkcND<6;>0iH/+==41=JoNJA' 5Ld>u`xnN' qB3Xj~jukxtvuxury|"iQb}i\:/u,ekM. "C6V|yU,ylL& )QW(`uH!  {n^s+}[>4A*OF`Zrfrk^_EP3>)9,- (K+_)k&v'(0+!  .Fl1Om/Tw~hP;!yMu+sywucB. (M~s[: =tN! `1|k~wZ&q~Pa->oP/!LT4(1 $ >W)pE[p{{}pSaG5#wJ-+R{rmh?hmyIvdL+5p@ ze^W!KCAECaO@n"AzJ&EmY?<<IY}tvk[R JFHB:,<[y|P#e*zbA+#;g%KhysvtlmpY>qU"~fVpXZiGA&qUM4}iwcb_Ec$nUn</ixlg r(@IB936,Z0Da~>bxoY4 g\^npP 1WFx#<[x~n_Y[zc\lAl!hM'{cbSA32j;CH^u9d 4Lgrb[c|xZ`6A#rN* i@Jz72,F**9W+>R!.U $!pL`-? PB"Vx6 L}s^Zf s4Q\@96) ,UzyAw;qS/ P(0/'4WvsM-rBsP=*6^ &q7,jIZl4HwO_LJ>1,e5_? '6W#s,:Lr;|H Ku,EanQ8 ydH@'yeOFJL pJ_7&e =}^viigffcXF.6B-V&o!4 lz\MJMMEF]bF(- m1b (Ki~t`J2|kbYF(s"Hz}@ i% 4Npu_OFDEE@7*tV. tP,tFHx, & ?6aXy;(}m``:^b][RF6*!} z{sdX[I89'`0 hcP6$o  ;v`H!7]t~8QzL"Bg *FW_W?! zJ Y,   ; ](,6!@YFNW_e gq"}.<zOl[cb`b\][QY?V(LB 6) V-|#dEZZ\bp^YTI DIELG+]za!H)'. .///,?h0 s`kd<|0p^54e"HartvtfO]zQC-Ki~{M1!.C[rc9V%8 Sj#s'#lD Kz.SD,YjtyshXG4 #$!1J] m#(' %'!j< h!L0)>Psqju 5v "'(Q2x?Qj    {/[8"96/O$ T>ti/>d%&De'AWhqP/,Tzx#P+!%*3MA Up}{ (( 4Zv}u_< =vRC5bv ~p9Z]>' 'A]Em7OUNA!3@"Ud nw}l M & }V21Ic|~a<4\ xE  X1M~O%/TrI+ %6I\z 3,HPXmbn~{lW7)BarI27GU]i|]E( 5Vp/G0POHr<+"02"y5'h?YuX'~dH/#6 ?;65=N_r,8=3! 3DU^^K&w_I=>H_Q7UWay1c _ 4Usg2[:+!"|6MW|`*>U} * =HSuixlS<;`e+rR3nI! /G`},Pxy@Bhb4z`>,/yKjiR<&!/>*HIJoLTZ]1RV:z&AUaeYA*!$(&'t*T+3*" #(1;=94V&v EsulqumX<( eF'mDwI'Mcy2I\oz "KgvzoSh0ep &>b ,Nk}{7t]= ~=r@ tgXE9239?C@17Wjw{{1?C<<JX{dUj,fWA#,T~=n$6AD;3' m5nG% :c%3%B#Q$]'l%"UncR9&S*sUA6. !Q8WkwvfWA56B`}mYD;0a V.lWB[49$#.&CBHe@635'/ c Bi9_k7tE1@ex'gM]uSH5' e|ug gVkvzm/zPifgdNYK4"  )BYr #*/-%7kG})[Q+Y)&YAksjL!>xOxe$N;?!" Sj,a\XDf6I-2%%&""0Px:NjFig :h: ItsQ@4)CJ I Um:{Wie_]dt 2G]R?W-_egnlKie`XPGDFQbo9c.TW7`1~jTG6-(!(5AQeTN UU^{g[sl|2]pqldU>ZrM!_IWoSO672%>40^ bW4Zy|qS1&%%:\lzl6 (xYEw)>E9|dke3wL:9q\RNOU^fr6R|/H^yy[=8&  +2(HvzMw ?A(9&f{U)sFh0q]>6(:n7M }j.R;-FB7$ .BTuqQ/&@<eD?ht`k<g+:HdS-XWNK DGQdv{t|r{IdO:&121@5X=pK]ly7gWz)^C% } iYUO+S-Z)e-sCTORR.y 3ay(ESDSOD/+#9B;v7?2 "X*!VYCrIXNJ`1\^^G&Quf|Q Lt{`G;0'?nFdmRE??37SuFkZKACM]t$+2+'p#b!U%U%N {yypcoa^BTST[,d7fGgMqXgjk) w_OF:116M]mBZivl\J-B\w<e5To~vcVm\>f}E~zT"b@-#}q[+0IoLpJgvwu`UNP@ &   #LjgI!'Nl~e2nhaZGM c>kc_d}8PeiB50*%{Z9rWK8LM\et|_!</?B1 2MX]weayfHH76e!"()j S4(;YqyiY`:R,&BcNm`L82$@y b~u^S9& 6L RN)E0B0F,D GR^&l7wVvsqqg[E>gtgWR\i{Z*1CVjz#)sRp.W9 nTK(U>S_F?53893.4//GloH1U 6KJIOIK\~hT+TL^}_F%! P|mY;"1Mhsnytl`VD(if`)wxK,cP'G=@e;)5U`|? zpq{ !(Agq@ 4ka#-JkyWIUWBEZd`PL-RIF^.*." zq?5ubmuncZTPQ`V>\si\Z`*z9Qk(%&i~Z'vK0 0&&z%LrG8-*0wstdYA  +5 ;.[Q`lr} vQ $Saa|)#-\ :+'3(4;1\Yj<5SuS04)ab3Q[|jK:0p1^@XbWVK-cE##4 !&'5U~vsy:NXau'8@FGE:0&$ %3GdbX|V@zy~|lQ:/* #X2jC1( !+D#h W{Y!DK6m"&<HSSVZ(f8~KSRKB7 +iZ<u  qc][]_ajpssx*Pw|Y&nI* ~tu{}iF'|m]I15Io,]~ q2fbX2 0gNIi4t$z~ +0/;H9$%4<0;On`C.c[=yt\kC|/XgD {qnqwtm^G<BLlPEE,+! -Nu~pu0GNTaqy $:TrVFNFxpg_[^cc[J0_$vnx{aJ:,+1@"Y6r@9/+$/iR-+Bb? UR,MASRZ][WXIX1g|wtaG8=X2vztrj[HCM^n~;6\9zuK&r]H7,${{_<z`E*vx} Dl$=U_]f!M ~3Uq  #%!hI/pQ7j9Mt'F\n}T #++4IddF:BHFDHQSH95:>j:N33+( /@\|mW8Dlwleozpgp,xV?mzQ*{j\LGA/p\:*Ai|{~8_#4Mu,>@B@0 y~Rp=k.f ^XZcdf]M6m\d{kSa.WWS>*c-@P+)2Fb=mv dAWh< 8_~}RC;32A!Q0U6V3]%krrooiflwtaz`gN;4.Bn|qZV V SQ[q$01"- W-|)%2>6xPrYE83/(|pvIjZE3%yN@AIWpPy2Pdw  G?md)'xW' wU2 {cQ>1*)8/f=ISWWYi  (SB%\ux|~ukbp{}f{ZnUgMm>q.c!F - >^wnH"F]`aknqu*Rmn'=VgvoJ%s]K 9) {H3\~=i=_ '/6AQfvlcYW5Ydfdem{I~hO%c?37X<.4&$$ /^AY`#_>[VLv:" #Mxvtolp~j^gzv}S4M{|lfo4X| -# }Os cK0 tgrZRP8HA84/g)M'D">DQ q/d2i/=4)(05>MVnk *"#2d6897, a?xdXpcfu\RNGKT%`:nh5DxWmiZu@wY;% (*!gH/#+4=<.e+C@'d  3&[9<53Gd3qMmWq_]adb_eo|~q}U}9w#o"l0o:n8m,e\V J: &]7_D,!T x)>]0Z{Aa} !6BOdw{p[B)vO/ h>u]LKH5dE! 6F^x+,?JWdrvr`M>$3ES^gbWPNJNNO Xb!g,f(bcjnldca_vVnHr9{$~ "GfqjeCf_uwwi^[^a[oHe,^NB:4,m]rRHWVK:)xR73:La|.c-?Vo!B%^.v<HSn zaF&~^9whZJsA`GZV\f`x`dlwPy'F`monlnfV`FU9R2R2S6H5<2+/7@E;)mVC/%!!x+e>ZNRb\zehp| -<GKW7aOl\x^lywsmcYOKDiCRGCE??;31(4G\fbZUI2sM'yvux!|I|!DR_ q#6Gv^x,38>A@<+f3oT?*_C}8d5D.''Y2Ohy0;CHHD4: Whv|vh`UQLJB4!:PUH-~ -;Ps'.6@Qblv  r^M6{{klU\8YXWI>7Z2$65;@:t,u!#&'("(P1u,!***(!{j`M7( xkik jkq}#0In6W~cI&)0 .&'9Vqi>S) 0=Qq3EQ`r9Xu ,=OVRA- lCvO*^ >+eB$ Go 08Q]m|2sPRm<."v_M5 nM0 '0Rey#8C?6f"AmR}8\8%G{}|{ {3}]=R#ZHTmH;3#[1iH gC$ !?aEy '@JJHB}7x%v qjjmslWB. +Kp}hSA3(#%-9OknO- S,  >|_~~Eo'7ES5dNo^ufxh|jfcWJ:+"P f5hC{h|^f_WjI~>3# .W#)5TKzay'MsQmM%xuvyoS<'!+47CBSLdOOKUb(pWttpo$bMJr1~[8 /sPKc-otS8 (# !,@Wbp3s6ixVgIPA9B&S y#5S qX Fl%3@Od#'$ !TtL%yY5;[xFz4R m#;Nax^5   f+gDeSKC8q4O?5Ul#R'[*Qqf~Lm3[PD 2$:YrM=%XnwY2?7,2.19+:>,Qe~d%P y}niihm}9#K w%1>L.[DhRrZyb}lnleVA.1>DDH:' b"`c=B#0-.4Et`iyda^`f=iXcy\Z[c9ka| 'AT[:XSOj=%DpS2 l[K;s9XL>m*$"$ *08"B>GcNTUUXZ\YPF-5SskadhpnYzA.  EbqT1r^ E!.  #.8HXY_^WP7J?4|0S152 -$5T"}7To Dz@c%8F%V+`+j%{ xJnH!gI06\ ,Ot 8Y ny2G[junKzLpO-ubZZq[^bOk?x0%IvMuYC3,KaoobO8 *Ow{5^[E( *LgczN8~%tmf&X6DC"NX`iYq(uurxt?vvslhmv}3X3g#+9(I:[Mf[y_WM;4EuJTJ*E;,GzS6 %L~>e $09l<H4#!iVH:+ +BWkw z5tSl{f]N3Q$Ily^SVc~rh{RA4+'&&0LqbC %=GKnTZ^DY2>#%j/R=;OUSMvGJ?82(!%4DNyUwam}@|+i/C$[*ss]H1eR={3c.K*8)+*)/*6/;47;,BY-c,44,$-H ]jmmiX@$f J3w|ZqEh@^CG@2AI Yq &!'0&:%NnPs]OECA%@$?98>H#I"J'R.Z8X>S;U=_?q6,{[G0PjTz+xlYC% !,2;~Ak>U59(  '6DxR^_Al!v+O@7DK[$n&#  l"H0 {ybxHx4ytqolb|U|J=+I.rTamY\gy wdQ=|%shYG4l!V QWk.Qp'Fop`L;=n' 2DT]cn}okovK&v.A`X7",9x?^?F948983)*/42f/H3)> IRX^ku I~.\3PgypawSu?u0v$sv~^;"r_#O/A@0Xs(Op "/5<??7*% X,n[G4s&N0" 0C^y&-5DYs#AYl{:Pcp{~~wiM'n ;/NklJ,  kM- j)U;AO2g()0?Qo"4BN$WM`sp|lV:fK.vgYH-3Nl6Qmvn\S@A!0 {x|%4BO_q'39;IQ(VIVmZTG913(0G&bv umkke^ZRA&P &s7YE8Vcpvyuu m,d:RG>L#L=" ~lYKB#5B!o  5:GXYrk@enS9r absu`P}Sp[i]i\fDcaivDqc>BrwZ?$a iM 2:GR^o|1Oq &1*t) $',=Wsqgf fcU<..l=1GtdlO##qZG4 +\~ 5@D:'> ]!u&DovhV<tlnv~tbRlBc6j-v'|&})+/6`K6f $>Wr #$#$ s_LB6x,g(]%TLPZdfju}mi\NGNZvmg[F0(2/KSmo*cui_ZY]bilni^QH; (. f~v] $.1++. '.'2S`forklub+N;>Q8n=CMQ[k{ytjZ@R^NpEzLkxcRLNwLcCZ9M/4(&"''(4 D]tn<<uRciW~O^myuypujtZiC\"L6 P>PBNKLVEb6i(i&f#`-\G\YY[OY=`!i fSA<2 ~)s>%/48<GRb kqr&rty|wfWI:$=n|| 2\qY$ $9Pbiig<bJ[6T.MHFc=n5n.`1U1X)[[WA0Fo/HyTmKh5d"hm u\3$169C Q_ io|rP0kR6EhnG415;CXx *<ObmsuIw|y~zpkmq}pY=Y7xTMI~Ay/wvvBdw4HnV\Z^VnRyGr:i'gr~(oUfkxfF2./-'>P [\U O&C<5B-@,944=4F.K(LMH C B @ =;,6H.j!{FzUK\ u yd[k"/@pS^nZV<rV, WYy1//1F2[;uGK:9`q!|(3ASboo^WI 3AQK.}G}S1~sns-ASepsf'GK!oyaQ:C !*!+29><2$ 'AF:*(5?IYl4bzwdP=+iR:# B^wiE,yP+DmjXIDOcww,|?LXdp|>ME.(:{FmOa_VI;1)$! QlR9  &?e,FfZAa,a!['J04Gh 0E_}.o@:KS[^[VVUNF<84+ %-3DXo -;HPR[M3HB=5& *AScnvX<fD"k\P~:+$ F&^3]G[WXdAs88CM<252 0.10DDUg`ipx~~zqaLBBILHEBA?;5'~O'`@+!'7Twye]X L(8C!`b_tjWNKA1C~ *>JMLKME3*/6 5+ 5O]w~~pty""  sooq}y V(6C$_q zv@yY6 "1vOlromc`gut'<{Ursdy ~eG3.HZ])o033-& wlciN[CIJ/XchU:/!,90ZCzN;"p2D3/*%<Lo -[p~#d'<-?5@C@P=V3SNOU]YTUVL+<%+&+ }w{#>A^^I$:0>9;E;MMM?G,=1.& 6 3(-C&Vc"g.c ]TI|AT9?*%I^~}rh`__[W^$l ~/F1\?so}~|k\PF6) (3=>93.' xv]1'#jTA9:AMaz~O  sy*8 F6OcLF@;9:=BJRUWTON Xhs ~Aq{tdI's^P{]jeY`QaRa[Yrh*@Tcf^\U3LD:,d5& (=N\T[d\W\edaJ)" F3gUyz!_%M,E1A;2.4/L<mLTVVXTM=*{h[RMIJTdtn>aC- )Ni%5,BKFAI+G+C5B9IAUIa/jnnoqsz%A[SQzcfgMf3iW1vaNGLWft#%)*-1578#6?0^$p#v1lF^ZYeambpLf)O3 g]cny 3H6^Ms^fqubL3 )>OXbp{zlUB0h^fg]K:w-e(Y)P)J$O `uI,@D]`pz-\xb?mS?0r-[2F;?ELVJl5 '8:=?AMi{ 1EU]]vU[D15&z]IPczfXSE,!&(  *8@_^{/DSsVXRBB1((&"=!]"u(2;~CN_p}|n[E* |lYF0&)<T\f7ooommfl[jLcDa?d3l5wF\t=]v0GQMO^ziikSm>^#I@7"tYA624;K^_By6BYkw&y<O[^ZTK B$<@9]81)!#-9GXdog\dNXGJ;;$- xYPF@<9?e 5FVCfUtgzwl`SD2  ~/]CLXOhLlJfS[KKI3]fdd_TUSu;f$[VW_n||X<(,>9' & 4!D<TXStORNJO\s%Ep{o[>  nO5Y#+-Fh'?Yr')'!c 9! qQ) .:+ENUmgy)]z^F4y"_VOHDGG?1 - C6UT^o[M:% n[QnPHR([e m's y{{~{4xP}jz~ywz{} ~|{,|<{FzNyd|yzo]G/}dD#gR{BV;4;BMa1Ocp%;IQPMF0?G<Y6g0s(wwsnm}(01//0,&!X8$ xM.! $!#!,3&)$ zX4   "*).3-F*U \ ^O9 widely]9 "7K\p3Ut);Of{~yurqqk^N=+sP'ocabhvss5K\k| \%uFv^TRe $.8BHJiP{Yhw>lthaNJ72%  +E[p}}|{smmrtx}wuvhT+|V<,&%/7;5Ab !!#+4:5F3A:=HAS?S<O6J6L@IREi<x:1q!P&jF! 2Vu%)(5$Oj{ ?R TA)y1@/$eC! .EOU\n%:(F1R=lHRQON$J.A*60/.%gN9&"9Pdu{fN 0!8NatlAojcXNGINMF AFCjB;41231*/=6O@^HeMbRaXfXkW|SVY[VND92.h)G"$}k`\d ,E\t  8ZupI0F4QQMWE9&y\@+&?b'6BWw!.@S h t@~h_?#}_=*?Qcv;II>-)<VJ&NKDy89+D]r$7Phmd.\=WDZD\Aa?hEsMuSpYhbWp6v paM9j$N 7''Kj!Hx>V$m$&0<HWii9{TpgU#:" !P~ )E\ r#*26<FUfpssng]ySQD%, xruttqstyBh1Njv9[-zfJu/ipQ$!&0(F,b-,4CNPKJMV\j|}X3zjU=|m`K5x"i^(V@PWPpORU]k1~DUl Gy.IGZgXm ohaYC*wK('Gj=Xl,7A N_;oU}hrwuf[QLG9" nE~yusv"0Ny!,287* 'D_p@z|zu[j/X>$ 9ymrqv'GXfx 4vIb\Ej"{i}Jk+P0|{3^E|:p&3BLVaq>i'pm4X=%?Yu-@Samz.CYpsa|TnI[>G2/+"]>, .AUfv"Jp -BVqh<t= }fM5Ks&Sw$39=BM\kzyQ. q\n>M/iSC7'-7,?+G.R8fFTev6{Cp$74Y->NW[X#WQHq::, +>Ng&>Rct"%%###"  `:q`QO[o4Wv *;B;& #g40FXhvz~Uz5iR=+*Nl{ohb_ ]6`^l|}#-{7UE)Tbp}d@ziWB((U7})1;M@~ACEDBFQbq{|R"wDu_Gr/]I7&,F[kt}3CGFFMXdkj_I, sZ B 0"  &@&ZDtb|{.R=(L_z^2uj]I12Qp Go  &,4A VlvyxxkyB~n|Ga$@ seZOHI-NZPSYf5ur;iwY4 "$$q$E" |^A* + 9'KBd]wvjN61S{{y   !i&;-7CO[zc^cCZ'Q H=0 &7FYludVH6@Y?}GR_s*36.$3:@sLEVZ[XRjFA7$|uor})Gg@~"-7/:E6T6a=fGgObTVXE^4ccdjjcWuQVP7OMF>7*vbTI@8.#,E` |"%-4:94-& vlea]#X6UDWU]gbb`^`djq (|:OM#]iqztR8& {w)vEt]kr\J8$<` -<JR%T Wbmsoi^gS6D8/$i>Cuypigh/mZsz&4;<74340*{fO7 rdP9% (90KG_`quyoaN4!@_ $(5ClOLT(VQLHB{5c)N A::=?82*()0?Toufaace!n@~d +10#UW47[ 1Wy )3=BJ%W)g'w!}~xqg\SPQPKIBz?\>9=7,$y XC7,$2@L Yfu{p~knfgicq]{SJCCFKR].dXhkqw ,@VklN)|wpj`}\nV]SVPWTT[Kd<p4|0,%"$'&""#%F*h-4=BDGLRMD91'vD}Y3 ,?Vl1TwrX5 x#X)=5+D(R-Y;[H[Waekqs}|reZPHB9/!}t npqpjkuFi  $-131/a.?4?EFECB=y4t)vt rmkjhgbagq{6_vOhTG9," + 9K]n!$+4=D+INJmF@7321-&!#&,8FSZ\^`ehiaVG6w.f+P-2+*(-47m:LA3J(Q%Y*^5^DYTO_Fd<p/! |mbQDu5e5Z8Q?LKG_Cp<60-36,$ iG"|kZME=4+$'-08BQau=[t~z}|jP1 (n5dE`Scbloyy}reUF3'4@HQ]gq.;GR_kuwripOl2e]UTSURQOME<- ~~,DPZ\ULB8*|dND?@KW`hmv # 2I+e6ALV_ekonlgcaZOGCA;658=CFsFgDZAI=284,-/21u2k3_8Q=JBOG_OoX\aeig`WM?,qR=;DvRg`\nWyOB9.& (Lcr~2Id}~y6dQ[hXw]J0%(.+'}vqojaVK@/!! "-%&"@%D'H(O.I7C?FFHMFSDT5L C80&|^ D!6R_d!"'3><ARUA*0@ HG"?'>(N#ZV[og0}y)5BOXcmu~nbSG9'.Srliwc[ZX\j 3JaQt ~xo^J5$ n~6KOLL>u[F;67ETWM=..Ac~}|<W~ 0>M^spgaZM@4+'u#d9 s\ [*y18;r<_@dGtKpO\TMVTUSO;I0@=9F);//6CHIZuxZ?)'Qu"Cdd+[EE\!u { n\J6) = _ tvoc$[%s&)-/5?JS~V]ULQKJ<D@?<4(vgM1" 7LnV_^VhRPS[n '86.7K[V E#@*K3Y8^6k/%~  }mmj?" "o1W>8OE]vfmttH|9I]~dxet|iYJ>/ "j:]USI?;>HTf6}GLC$ &>Tufdy]N- yncUF7w%z":)~";\jgaB |]N9 }tpojff8egc__i~->Qcq{8{Oqdiwnpjr,:Q}axQv2t"pjb[SJ?5v&QO\XVY`_A '?Pr\KgtxhQ4 7Upup_tN?4&Gm"Ad}]42L]hr{ n]F+/i""(=NZd{mKp'k`P5>S&C pQ8#yx|)<~I}b||{} 3AQZchf^TI(>S4p* kJ44\Y?/# .qcVz;! "9EEEJ{Upjfa\WUR N+MLTTdRxROD!7WslR0~o[E,&AOZddT/ wT93LzspicnZaO_EgAhIeSg`amMt7}(%6Ph}7U4lJ\oqntyvjaZ6QYLhDd=_8V8@<,9..*#}|fS^_A9Xx\0hP1#>IuVckULHFGD:2*(+.+:)1$3 5 /$(.2=JS]pd`VF% %:LZdny}{ %,3@NM?6@ZirR{9y"!+373\,6%  x{mqkf^]_i{#1:@JT^b]RF9) 7a{sijcJ& ":Ri}peP5,59:n?V?98-)B+^wplea[XZajzr2]WGy,.OWLE9.3rIRU3?  ^44+tcRF;520./R=uNd ",<+MH^\pn{p`RB0E]VA3 i9+AYqy`Q:^8r^(Lu@;:?A/<669,=FM= 0RrAbybam4~ nT8 vtfr a>${g~]werhqcnYp`u4DIC:/,! 2CVlwZq@s% $D|maI. yp c,fNormm|_SQ;kHF"ip~tjg5daaa\RJ@5.+,//-2sBb\^|RH@@+DV?x"4@XpW=b$<,(xj_F'ycO?-!!(,2,BKWo#496AR ]YQIG)R>^XerkyoXJOUX[sfTv:!"-2,xfg_8 *D`~oXN=qM*n)Z:GF8S/k(" # $"  ).&1AUo#AVfnN>::;Oh[v}z hR<(tAu{djTSIL?VAJG(W2!hK5   $/CIXif{ :Su#3BO]gqzmM2 s`:Mh4   (7I\ol/}TK6xbD $!k#Z'K#@'762D2D3E8S?pIPUX\/_SekozqP\0+;J-XDfenux~Fcnnnx~ui\UK ?)33*2 ~Y0 zaL4$ }#8Ld~'H;qGTdsf2hC~/u&hVB*3D!bz#GV [h)y6yGlW^hIs#sb}ZsaedPj4xod\VOKFG2LMTbaqCW``YD#h,!0@JS^jtx~-G^dX?# yqf7YGNLAN4S&H0Z?/ rY?( *1-+0 790?HXb~~4l)>Sf\*veP16Z!{ (6HYk||eAl\G{:j>VJ<A$* ->=1s%Z$B. ;Xn#2>G R7`ErMYc[H3_Q*I7HBPNgW_bir| *?~Q[eopW4)DPRdtkfa\SKD <2+ U) zk]OA1$.C[r&,?KZeuy|seUD2 cG2(p+^@K\:v& 'Q/gCaVPjDz8# qkpxw~eQA)oR;,$!  ! H$q0AVl U3!->Q_ejq})<IKQ^f\G0|xvrk`WPKG@7/#kEydR@/"*DU[ZVP PQ3VNih #:@d]ulR;& zpfZM9<Z,x*BYneC$ ytsdTnQRW6XMIVc`ySWG6B; 41;Tp$4I]rw oy)3;@IU`h2pOuaygygvesipknemUnErGqXskxrx}ufPq<[(B* q_M=." %=[} F#l-?NO8s_L9'6Si{ }{iQ=*lN8*!!%1:EPVahfzeq}[D:4*"#(&)3+@/J;TK\`gtuzzxnT7$ &22  wj\Mg9R@, n&Y'H/<>.F#FFN^mmc]\cjx9_ .O,j;A@@@8*!} ul'_:QOF`=h7u320,' )AViziCqoo{jq`^aDl)y}{rmSe:d']M@DXn"~.>Tn&06FGXWb]f\gXiXm[o`p\qRlJgNad]}]blytWA0!r\B' r]O#C'7&-Gc0] teXJ>1'#!) =L]m|yg\YY]yhpxjaP>+ k WG<4105-;>BKPShT\n}xlXE>?BBCITao :Sblp{uvxvxrze}U~J~?z8w2t4p;kAgAg?o;}73-~~tekQ^CL45 $4Nv``fMf:e%db_[XX\ept}5Pp ,Iap{ .<{Ls]mjgr_zVPORVSME;1$ $4CaP;_pg[cnoytr~gZL8!~{udfNS;F-J%V!a"h%n/vAVm'6#C3J>EE;I4N3R6T9Q4O-O*S1WE[Y]a]bagisp{aD.~n`SD3  )+/9FMwF_4F+ 'Gh  /H]n|~zto'h6bB[OSVGO;@-5!/' !7Mqbdr\~L<3:Max~yqdS?*zh[RORZfq,{Ii{x{ '09<@C}DcCJD6C(EGKQZ"e#k#r y {!{!v pllquy~w{`tHl3f+a2Y;Nx"laRA2*+6?EJW4mFYr3HYgt({:MdwpeWE4% iI'+7FS_qui^ZbsxkZD) vj\NFJ}QpWgZa\^^]b^m\\^hu,? L S UNC = @@5%##2*@0M6W=YD_LkQzT}VrVbXW\RfKr<{+,yCiSU\=cjmmibpRU:?!-!  .;J[s &?Xo8PYStGh>Y;E6/'&0- t,_>MQDf?w<<BOdw~o^G* ufYOKOT]`(b-b8fHkWt^~dnz ->JMI C>7/'~gM80- -&),$0)7.?2J0R,XY VMHGMV_kzxk`VC4/;LZduo_{D~$xswytmgbKX4P$MMOMLPWcnz$,5CSh"46MRgp~|rme[L?0!    gA-<KZk~oui]jEi(a [ZWM?5~7nCbQ`\^e`kamgiihjgggfhfph~nw # 8K2]@iJkNbOUOMIKDD<43$   'BXd \S NPQK>3)#0?N_u (04p1Y&=taO?40.0158=DP\l}4/NEfTxYUPSYWN=*}oaQ@- &>LJB5,!#t4kEiWlhn{lheceea]u[]]Ab#lvm_SMHIMV_hp%x/;GVm #7JX_bkryxsfV}Cm2f%cZMB@>>BED=6 11*%-3:CJT~cwsrhXMMSSKILOIlCNC,EGEIR`jmOv6{# ~+;M^uA^u)CXiqywme]RC1%  sc!V.H81EVjhTD>|8b6F2&3 8DRaffveheXhMoCt>o9k:b=^D]IbSiZqe~t+= LW6_BcJbLYOJM;J.C%@><5.#$3BGJOSVPLGC9/"  0DWfstcRA) .30{/j.V)F 6-'+/4;GUh|&.6@+L<SMQ[Fh9n(rrtsurkaYL=%-/ 7@N WZTQG;-! ->Pbq~xfQ;*v g^"T(J.98$F `{|siaYVW^g u2Qo !3BMZada\TPIEBA;1$lQ>- +BWm~o`SF6)  rhZ I4(9RmpZG8) ':J\n3HX_$`5]EYOX[XdYmTqRwNyOzRu_kuaZSG;/#} odX.GC2R_ lu{zzsln^\SHH:D3<76C+Ua jv~xuqlw_iXa]]gbrh|nt(3;>BF'O)W/X0P3@243.2239/B*B'F&P!]hjbXTOMLMHA4)" "6J ]mx~|wuogZPC91) ',03/)~m\PGFHOQUXan)/-*())+-*&!7FU a lsxzx qkd[!K!5#''$!! / 69<=@@BBCAsBh>e;d3c0b/i1y2/)$~tlihov'<P_hp} )7@DGJIGC?5|%j]UOLHFA5%*9L]inplp^mNfB]7Z4X6Z=W>T>NAHFAR>c?uA~>6)zof``adht~!-7DPWX^"i4lCkUkdmqnykydu\nUgP[KLJ9K%KQ \o'4|=bDKF8B!: 1--06:;=<:9=EKPNH@5~&jTHHKQZdmsw1Je}!3CQZ_]kWVJD86'+  ,7=>;5.#!'+..*$#()*09BED=5(  %-+'" &2@JOPO+PGP^NqF;, yiTA3)'5?JS \$\#T F%7/':=9, %.3750 ug_]`dir|y{&8Mrbdvft(AU^`[{Pn<`&XUSQSVUQKG ?2 6 K_ikifaXQF>CUbkqtvz}}xwdB%|&&).21,& -<KRPA/&1< IT^ghdccilib ZPC5'"" "'--+$)>K QWYTQQOH6rhegklmou}  '4?GIFFD@;51(22191B3H8G<A<;730'(!(-(##   $% {w~ %2@JMJIHGEA=5-")Fcz"(*/23{-q&bN;- "   !*15 :7/$ &2843AU[UG5{k_ZVQIFKY}qljx<S^_[Y\`^R?,#'3@L(UH\]ehlri|e{`qYbNO@83'("(&3,<3H:S=b?t<}3v*g&ZRNF @@BCFIIGN\efb[RD0zi[TV\`jv   $(3>:Q>YBTEFC:=09'61(!$*19DPW_hli aQ%@"4(" &&" $>NV^hpvtmfYK<) )ES\bgieZH/ &Dav{]F9*+=GKMID>80& ':GKF4$}|z~&7EKOKB/ " 6L$Y4eFn\rsqnibZsO^DK<550-,/17?GPRQNK@ 2$,3651+!*/29ENzTl[cf`ocrhgjMi-ks{pghh,bD[TZ^ebp^wVL=+:Wkuyy^C* &6Pl $,1}0n%]O E ; 3' -<M[hqy}{pualQcC[/[aeghm~  !.>O)V/R3H:?B6G-LLKJE@CHHtFwGOY^ZPG>4&,,&,.5=>;535<GOYjy`F(# +4;?AJzYyf}g}c}]UKA72) &;Reltroxt|{cD%$3BO]hqw}~o^J3 )3?Pbpz{p[{9| $9M]cccbgo r m/jCiWk_u^|bfpvq^H1|vod]XUQLA80$ tcV#Q4QOTmW^gru]="  uhVKHPY ^abc$s$,ETezqV9$$:Sdr nO4 8SgyveUM{HaHEH&I FDDFIKR^}qplr "9EN[!f(p4r>eAN@?70,% %0?FGA85358;>A?7,& %?\v*5?vFSO.X_isutlcbj{oqlb`\La6l"s v q#s=sSqjhabinu|x^>')=Qdu{dRH=+0Wtjc]XX[ceskhx]E*+039CKOT[doz&2OjvkM.yusrng`\ZUG9* +Nm}zmQ7'#+-)}piacilr'N{i ]#G=-Zw )285* ycSE5!$ Tyn^M7$!0>yMhZTh<wpeXRW`k. PllM% -<GLMQPI?5* "B&f%" +8IYkf}R<! ~itNf+YQNIPy[igauZUS[cik@ldrtyvl]I3.If}j|U}?y({xw>dv_L:.'&.7EZtqYE0/8@FFC9r/g!\VQNJRh7Rj .KdxxuuqdvXmBb-]`dipuy{wqohT="}~uqprz<Vk|mV(;-#1 3-$tlmRh7l!t#,8GZp6Tkzun aO13Ge):FKOPE-{wl`[\dq}ufQ7&Hi|bOB83.2@VptS8 ~cL|?p>mLqXue}p'C`x}rjZQG>)&5DHE?8/'tgbinqt',4 B+JLGn@:9878>HQZj|fK8& d<mS?:=iNO]@i9p:{=AHKMS%_Hg_nhsfzb[SOUPI=/(>SistceTaGe:i,nnv&MrxfTHA=815F_~|fG!%,& l ] VQRQ%]7sKau,<DEGIHA}9p0g)b` [ZYWUNA3+&q^XVSMG?@K_z<Z r]F) fM7*%$|)-3=GQ[j%3ENROKCGG1@I7b0  $#!$((te [PA76@Q]aooZE+:ase`glq}jM4xi\YZao1M^gr~~{vuqmaRC3  wb M INPP&W.d6{BKRW\d=j\nyrxzy~zi_T{A^&>"xk~hnfcd^`\b]i]u_ZY]dmx%*18=:3 #2CJQZbjnpnkedazYsLo<p/w "Fd~ypmqzzi]L7""*-6<~?|@{I}Vht}!-6AH}Cr:l3g)^ TME;.!{l\K>1'$$'6Nj )Hhu`Hw1me\PHA<8:ALU[aiv (-, *-*>.S.l' vg[SNMS`pt`H2!Ca{~wqf}VzFx3z ~|pmqx8Pbimsyzvl`SF<71&jZK>1#,$2%;'I+]2w:CP`mw6Qkxht^hV\IL50!re_`dkpwvn~lptw} %,379;<;60+'"*Eazwi\J7 /~<yGzRZ^dlt|  %'" vjYI>6.|bL8)"4Ke4K`s sQv-o mptvwuqpnlgeims~   5Ql qa[^afpzzjYG3+#49 @HS^gkjged`YQtMeHW>K-DGJPXan~vty%6CLT]it{~}{sh\LA8."pb[ [^f'r.026@IQ[0eDoRwV\dozvj]zJg4R";# sjedjr{qbVMIKQXdr'+-++.12024445342140'+BXhsz{o]G5" )9CO[cihc]VJA<@#G,S5a<m=z<9665, ~rbQA,wbM8+&'+4@Pav ,8ET_fo { ~|wkoVk=l mjikpqlaXSI=0(% (8Ni"('# ,Lo `<#)18;=>>@EKPMHA:4*r^SQYfw~}vnh#c;bKgUu\dlnjffiidY$L+<+,"vty %,340,**0';2G@ZOrZ`denzs}^pEc)WH6{iT?3-(+5Ga|+>N\dhd[N@91*(-4;>?>;3*$ %9Ncxvk`TI=. #%%"  /?G'I9IKI\Bl;4/("}kU<%vi] SKEC"E!JWfv  &2,:6D@RDdEv<. mav]g]VZFV6U(QKB :/# #*))D$e 2]j TB0)0 3532.'" #&$! |xzzuq,p@oKqRwUY^``\Z[YWTOKGA<5( )5@GJLORSV\fq{ #.;GXgtzkV>%xbJ6& m\OIGKOWdr1E|Y{h~rtuurog^WMB70/3773.% /@NW`hmkg|bz`~_`]\YVVXZ\]__ZQ@+!#$$  2AM SPMI$H4ED@R7^.j(n%o#j!f_XOD:." z p,j2c=`I[R]WfYr[}ZZX[^^[XXWRMLHD=604'Ngw}hxSp?f,[L<2/,.2;BIIFD@$8>*Wm 5Sm !.;GQZq^b\VVJM=B26&2-%    ~xrs}-?MX\\VQLID>746;?CC>7/'-CVhw +=Paq{qaP<$qdWM@6*w fXQ SY]"^'\&]#`j|| i\4UHS[UiYq^ydjqztlg_TC1$  .=LZckqsojhhd[~OzFy@r9l3l0s,}+*)' )CY"e$k(n+o/m0k/h/f3a5X7I0=)3&-,(5#; =<:72.*'$*<Qg}|||oeVF4'+ 9GUainrvxuu[jAa(XSOPRSTUWZ\[ZWP@20K`w(}?zZ~r '1:CLT[[V{OpGdCU>@9,/%  ~~"19@BB@>:2*!{y!x%x-{5|<|>|;z4{,|$xxxx~9Sp)6~FwUtdroqtis\nLf;_*\VPIC=;65s5c9[;X;[8b2o+~" rgch(q2y;FRZ][[_]XNF>6/*"   $) - 3 ;CIJJKOTTQJE|DwFvGxE@;4+  #)/'327?9D8I4M2O0G1>02+(%!!!&*.020-+'" '6DNW`my{wzxhXH8, $-37=BGKMPOjJPF;C&DJ RY\``b`\SH?!61+D[p%2;FR`o v!b&T,E258%=><80)!  +5w9m;b@YFOOFT=RGPY^cfimqrspiaWI8%*6AIOSX]d~kymtjoek_l[sWxQ{E|7~'&7GV_fff e`XPC9!+  ")19@FKOOJA5(1G^~ryx|{l_TI? 50,>#HOTY^`a_YSMqEZ<G794.4#8:;7(07+A*I+U(]#f!j!moq qlfcflrvz"4J\hr|%-6=mESH<I(HIJJJJIHF@8/$ *;DMRSNE6# !*3u>dGUNHQ>U;Z6[5Z6T;KGCQ7X%`jqw{~ws4tPyh|u lg-a>[NW[WfXqYyYYWSL?~6y)oa RA3%  "/8@FMV]cjs{&j4N?1FJJIIMRzZgaVdJdBbAbIaVac[nSwI<+2Lf{!,6|=hCSJ<O$P RTVZ_adfd^SE3  ~m&\4MDAT:d=uH[pnY.B9-ET er|{k]M;' ~m_WQQSXbm{~vokkv /BR_hs|"=MU_m{}ysylchMb6^ ^ ]Z[cg\J5$zh\UOFDU x!(08=:;Y2j&eZaqvoa{YcWR[C[3X'[!Q#B'4-!5AQdv}rbOD<9!A0W@pO_q .LUZakouY|D3"|hV?% (08>? 9/% (-4:@EGDDCF-L@OGPRO[M_F[:\/l"|}zrstnd`WvBp%qruy|laPCFQXcm ",318H?UF^JdLgJmF{>2!|{zsogU<'%u7fFZRN[FbIjVqhzu} .7E[mqS|7y^uHm6kmw  4IZfnswz}&/47>Pdv|{~{wwk|^N<(~r_C" r^V ^bbl  ,D]hje_WLKZii{_lX]XRXJKH2FI Q[ft{kaZQJM&U0a;sJWbjry~ .9CyRogbtQ?/sgR2!) /6:!:)9.85 3/'!   (.15: =@5>C>K>R=X8e0r%y{zvooqljhaR9 pkgdem !# ""!7 F"U#k"w!ngk pqjdZODAKZZH1 n"]/L=>M9_ R`luwrdTNML|LqJj=c*`bhmtveOAA&G7PHYYchox #<sUagJu4~ }seR=* )4>EHC<2%  $(+-#/0/A&V` gnv}|tke^SE2   !6M\"b%k!z}ti\PB) |m!e0d@bPaceuea`dp #i?TW@p+mTC0   +9FPYbdeedb+`7\=S<G=9@(BHTbmrurk\H5)#*/59;s>n=w;<<<:88872)$ +6 GVYROSSPWequka}UyCr'jd^[XWZdsqUFLU^bh7mSxl~pbR/B>4M*`y ~obUE. $$    !&)& tq!3BJLKG A6#''')(&&&(-59@HMKE;/  uu| (2=HQT%S9NKF[9o, ~wfacaURSM=&{l\J;%7AF]ay|"})_-A4*<CLW`it|}yrgXG4 *48:AD4"$%" #/<IT^g pt-r=gKYYIb9f"jcYYXPJFB>>;4/(  *15:@EKQUY\_bdcehlh:]OK^=t,zltfd]WNK7D-?-> CKWelr{wsjYJE)D@EVFjL^}#6CkFVJBP-TRUY`ekoqpi^RE7+ 5 F GFOXYX [ \M6 $*.5;@BBA<4.*)($ '08BEECEEHB2{y1Kaovvsnf`[UME?8 16'c nxZjM\DBA#A JZj~2qIa]\l]uY~Ybmstr(7=EkOUV<W!WTUZ_\WTPMD:0%6IUZ[XU TTJ6 !.<KW`ilh^O?0#  %4<CKQPQU^]SIB;3-# &<Rdt~n]M?4'5 Mg{iXgGG70,( *4>K^u{hU&LAHW?j3{/4=LYdkyzq'i5aBXWMo=~)wfQD8"#=Wg lj#g,e/b2]0Q*A#0 #)2AR_hjifbXM?2%+.*,7=<9972)  )6CQ]fikkid]SD3!3I^uzsnga[UxQ[P4S[fq z+oKdi[VTST\iv }*n@]OM^?o2(  }seVG7$-:CGEA7/,)$*18?JSY[[VMA5( !+2<EMTVWUMB 6.!(-!6= ADHMT\dkorrqrtrk]K4:Qeyvmhcz`f\SZ>Z$]ckus`J;6%3=0S-j-~26659FXpucSF<5-.H&^r {kT7 (-2>LVWTTUP H@5!(*2 ;BGKMQTUUUUUWVWXVPE3"!&+*&  $''&$$'*-/ ,&*= Tmm[LCAFM{VdaQn={ q-b>XPV`Zp^^\\\`gr~ w(kE_[QjD|=5+# laUF2 #-22.)),("%&$  )254 36*17 @IPW[ZXVUSMF@=<=<=#>+=4;78519,J!\a]`joh`}cqohtcm`__QgAr.yp k]F*533;8@:G6N8W@`EhCn@tGwXxmwpcTI?5 )@_~ qc[SF2   .@EGKQR'P9LFGN>V1^(b%e%e"eb\ O?0" } }  '06788860*# '0.+*)),8FU^oa]_NdDo@=?CLZuid{Q?0!/>I~NvMlOgVf_ijnuolgccgo};r^g~_ZWQKE?8.${lb\QB3' y'.368;? A=5!133- '$#   *7FT$b'n'x%}  z q g]TI$>/3<(G!MPNLJD ;,"#$)2n9\=QCJNIWO\YWjN{F=5&%,24{5l6^7X9W<T@LFDM&K3V?]JaOaR\TQXEY;W7S7J4=,.    ~ z x {!&*-07BLSWY[[Z Y WTMA2% #%#$)-+" ysi]OC:#4+060E1T6b>lGtTyfxzqe]R@)(5@HNU\epzvsqlc[TQQV_puj6`JV]LrC8/% |vrmd\TMD8-# $1;BHIE?94/' (8ER^jt{(068;;71+(#{riaWL D#6(&**(%! |vp ii*i@kWnbqdycdff_Q@0 %2>FJNU^czhpiciYiRjJjCl>p=o@kGcM\UTbPtI?3*.F[o|zrmie`ZQF;/& $*- /3(79;H=T<Z:]8Z3U-O&I@80 )! )2:CP[bgnw~ yuoh] P@/"  {k\OB7/)'$  %7/K9ZHe\ntsuuusj_TJ;#(2@KWbo{}vpg_ZX[bkv{tk`Q8ES:h2y' ypeUD6(zuw&5?CFHG?843+$  (7GU_gnx%/7?DGD@<=}?p@d<Y;M:A826$53-& xh[SKHGFJ/N>WDcFqLT[^a_[QIA6*  #/;EP[gyrj|XF7+&"{w&q0g=XNLgB:2%  5J\n~p^QF<- ,8BGH.I@IMFTAX:]2d*fda_[UK?2' }$}-7CNYcmv#(*{*t&i%Z&M+@,5''! kP9%(/3C;V@hG}PWZ[afidYLA6)*9IXk}}pe\WVVY_m~|uoh_$T8GK9Z'ixuh\OA0 $,21/*+6=ADEDA@>9.!"2BVj} #,2;HS[w`mdde\bX]SVLSAP4H)<. " kUC82.6?JUbs&,26<BILMI@4 *)<O^kxwne^VQ}MrOgU_cZpU|QLHC?90' &9IZiwwnjjr}~oaP;# ->M[djk i])N7=G.Y!lx ~{reQ;# ,?Qdx"/u8hA\ERHHH?G6B-9#0(eL5 %7IYgv!'-4?KSVWVPF&;:0M"` p|vsw~x'h4W;AC,Qcrs_I6"%18;>@<3$'<KVXYZ\ZQC3! ,Hd{%6FPU[a{hulqokl`hSd@^/TI =1'l ZJ=86=HXjz #+18? DFC*;70H!Weozsjdy_sYnVkWj]idhnfzdeb^XPE5! 0FU`jv|n]N=-#.;FLOOONF;/1A'S`mx~xpbQ?*3Mdy &,.u/m0d/[0Q2F3<0,+! gO9$ '7FR^jx ,=GMSY[ [U(P9GK=].n| znb(X8KG<S(`o}vhZH5# ~zx%z/~478;;983) '-5=A?;4-#"=Vjz +6BLPOMNxTr[n`gaZ`LZ>S0N K G@7.(#l\P E>=>FOZjv &19@A?@@ >-::5F+OZ cpy}yupyhndde^fYfWeWd[eebq]VOJC:- '2@N[dinoqqsttsmdXMB8, +7?DGGD>4,#+9IV_cfijhc\RH=/ +:K^o|sg[L>/fP?2)"!$)2>KYhw%)-4:AGJIE#A.;57>5G0P(Y_dilkkjlpqqqrtsnifbYP)F;?K6X+a"ip zwj\QH:(zmb[WX^(d0l3w4773-% '179988870*  (9HVcp{ &-6;=>?AEIrK`ING=C*>71-*)&vlc\VTV]chmt !%%%'+)3(9&?#C"G LOPQSX^cb`[X}TuRkPeOeMfJiDp<}1($!)4CTdr{~}yskbWJ8& &)+,++,-*-<)N"]n ~xhWE4$ $+4@MXdp{ w bO>-|l`TMGBADGIMT^iu(4>H PVXY Z*[4X?QHHO>U3Y#]__^_^]VOKD<61-)# *6GYl}!%&# saM8! th`YQF?BJR[ g t  (3?JPQQPLHFA8.! 3G\p'4@JT[cgijgd^pU\NHG6<'2'xsojebdcdfmx$(/6:85,4:3K.X&eox}~|woi_VJ<0v$mea\ \]co/AP_ lw~}w soid]RI>2% *4 > IT]`abcdbcefeb]TF4"';M_s t^C' {rxjtcw^\ZYY\_bdhn(y;MYcmtvsmh5aLY]UkRuS{T}RwMmDa;V2K&=/# %6GV et~ '-4:?{@t?n>h:b6]-V!LA 3 |gTE:4114:BO`t   $'+/0-&   ((48BEORX_]i]u[XUSPNMKJJ{GkCV=@4+*|wrolgeh"o3yAMUWTLE=65R-j$~ tfWJ:.y%of^WPJJMU`o$4CS `irz#')'  xfP9"#$! *4; >AE+K5S9`5i-k'g%c#ba a`_YK;+{z,BQ`n|k[O=$ reYTTV]k{tl`RD95/9CFV\fxptv{-Jd}zztld\}RwCp3c#RH GG?/0BR_kx$+-..m5V8:) $#r[H;3125:BLXfu  #%+035651)# ' 9*L5\=jEvLTY^chhihcXK</~ gN9*xh]VS'S8XF^OfUt[`dhie^T G ;22?)H OX\]bikaK7*%v laYTOKJNXbq">Th~!+;PZ^`_VQU`tf_bIW4PJB;2* ""  !% */4;CKORUZ`ceehkjhaTDx1c!QObv4O^biy}wp_I2# %7HXfvz%n7bPYdOmGp?r:r6k/_%SJ@0 5Ne z%.43+##.:B@|5k(W@& yfYRMIHGJPV_kx   %3?!IU`hiihgbXK<.2HWf't/58952-)$ |qaSD3!1BR`kw|tk_QA0 ()$"#$zn_PA72/*)-;Ncz"4CJ4KOMeRs]nxyoeYQJ@7/-|-m0\*H4"   * 3=EOW_ ejlmnqturll`WQH??+:=H\oy 8O\em|oc^\WMC=84) &7I\n~{ui]L;+ +F!b/z;=9, }kXF3"q_RKE@?AFL S_p(1:FMQOF: 1/.()8DLSX^cggeaVK?/ ,? MW[&b)g)n(r%s!olhe^UOLLKHD<-! "%)09CLTY_cdghgaVI8&{tlc``[TM*F6D=B<C:I9VBhS{dqsmc[Y<VXPrIECA<2*  } ndXI:-!     * 16:;>@BDFIOU{YzZYXW{VrRmIt:)} }#3BHE@<DPQYcltxwxyrrv~vl^K5  "&,3=EMRX_iouxzxocTE6)#1>GKMG<(.DYjw~}zvnbSE;0"  |n%h1e<eIhTl]pkvn~f^TIEC:-*4?JT\dksvsl`UH9'  #!  ""( )0DQ"X+a3`;ND?H+KNORVXVSPPQTWZ\ZXTOG=3%}1@FDEK}TzawnrsmsjtjtotwuogaZNH? . 3CQ_kw~~|xqjc\UK%>"3&  "# #%)-''% |#,29?FQ]fmqolg^P@, }xv wyyyxy} !,BOS]iljl eg r)u1s9w@nEaJ[QPV@X6Z0\#b"jqsuuqld[RG;-}vxz+>O[eg^VK<1+"  #.8AHPWYXWVURPKF@6* "4GVbggjoke`YWVOC7)1BTclswx vod*V2H/9,(+&"  $.7DP/W:Z9[2^,a)f,h3j2m+n$pp omjifb\TI;+3IZelpsxt}mygwevdw_zSC;2'    "0<GPXahnsvxxsokf\PD%;20<&GMLK KF?5% +<HS^irvxxul^QC5%wo ib[WW X Y^elt|  /=IS\c-e:hEkPr]zjsxs~\J=5)zrfXMA7,!}~)1210.-/1585.   '08@HORSQOMLID=3%  ,?XirqopxzsiYKC?5! "2ALXd nuvtom&i*b&ZRK?/  )/$45<JIYW[c`pf|khcWC3)"ufT@/! '5=~@yCwOz\dgd`]\[WPD;70$#0;HS\cijknong_VK>+2:)J(U(Y(Y'Q&H$D B8*&5CNXbkptusmdZNC;1) !$&%$!xj_VNHC@?@DLWdr '5CUh +>Oaq~yaF-rbRD8/(" .@JRSPNKKKF>3#  $-5>ELQUUROKGC<2&+B Ubmy~odZJ8(   ,;IU_flprsttpkd$\(U+M-E.;//*  &C&\2q?N\l}yjYB#{n_PC5'~y s%pAn\outzyfK- &6DR`inpqrqnic^WOHA&;57D3N/V-Y(V!QG6#(1;DLQVZ^`aa`_^"^,]2Z;VCNHDE3>1 yg[RKHEEIOX`hqz$6I\o"5I^pp_K7|siaYPG=62-&||/@KU_glqrncZNA. $09CLU[]ZTOKD=5.')!8DS `imopneYNF=2( {z}  *8BKS[ cmw~whYD,yvuw{3FZjtx'x3xB{Q}b}q||wmbWI7 xodWJ@4)! ,;LZdlrwz{yuoh_Q=) /?KWafmquywri]SKE@ =8-/8&?AA ?<88986.$ ",7A JSY^`cfkopn icYI7&r_PF@>BGKRZenv%5GWgtz| )7DQy]njawQA. wlc}]uVlNdD]:\2`'gpz*?Q\cfijkllid^WOF<1# +;JXakoonkiaWJ= 2&.9 DMV\`b`\VUSOC0  #4DQ\gs| ~uhXE2znfehov~ (<Nbt !.>KYgv|iU=& ~qdzSsDp6t({  *9GVbmomjgfhgb_\VJ6" "7J^o|~wiWF 5(&1< CED?:654+  $$3+E5U:d<m:t3x-|$~~| zvqlc\QB0 rcXPLKPXamz 0EXhy"4FjXSj={( yi^r\e`WfIn<t-y} $0=IV^bcegfeddc`[SI@7/$ &6EP]hswwrlcWL> -' 4>FIG@830)'.%333A-N&\jw {ungaXM@.{y| ,?P_o(4@Nn\XkBy+q^H4! $)/8BGE@:777876663*   '1?LX`dggfe_XPD9 /!#((%! %,5<CGH#J1H>BL:[2h,u)}'% ~wk^P?.~sia\[^agp| !-<M`r #x/e;TGCS0]fr~|qbTE5$  #*07=AABFKOPNMNQPME9- " !&-5;CHLMONLJGC<3 )  ")/20 )#.?LYcnx xl_SH9) /@Sdu")/6=zBiGUKCP2W_ gov{~{wsoi]QB1!   %%#  "$$" #*18<?EJPUUUURME 9-  $)+. 279#8/8<7F7P8\7j1u,}& ~xo f[OD5*}tnnprtx~.=KV]__ ^\YTOH$=*.2 ;CINU\ejorqme[QD7*  !)18<<968; >>;(6-2///)/$012 2246;=AEGGB:2& %),$/20?2J2S0W*[!^^Z T MF>4*!!+5;BHMSY _d"g*e,`-].Z0W2S5L:BC9J2P-U&]e motxzzwqh\M?0# #'('%$&(& %#"+3!8%?$F KMJG B ;2)  &-(53>?GHNNVR^TcSfNiIkAk6k+i!f` WNC9/$ |yx{#&()((& %''(*)("')&1#9!AFLQ W^chkid^TLC9/&  $(+.4:>??<<;9#6*30.6*>'I(Q*U+W*W%WTN F=3& #*"1/88>?FAL@Q9R1Q(OLGB =962*   %-13467678; ;%;(8)4(+*!/6=CHNTX[cmv {|||yuoiaWND<3+$ &,1 45!6+82;<@EEMKRLTJSGPCI<@35+)$ "+ 2:$A,J0S2[2c2h3k3l4l2l-j%gc` [QF9.% ,;IWa josw"x%w)t*o*j*d'[&R'J)A.81//&,'!   % /6;#>,@6C@GIJPMVP[R`QcNcK`H\DX<P0E$9+  & ,2:@CDC?<8 4 0*" ',.,--/.////.,)'$#!  ,;JYgt #}%v'n%dVF 5${xyz} *!5(@1H:MANGMHNFQBT:Y3].`'^[W RNF<3( %)-27;@FHJKLLLJJLMKID @>:853.)$! !1@NYdmtz }&0~;yCrFhG\CP@B>2:!3+%" ) 4@L!X(c,m1r5v9w;v=t>n>e?[?K>;<)93,#   "!     ")04753356994.($! #6HZjxscSB.  |wwz} (3= CHL!O)P2K<AC6G*H GC?;72238=>;5-'"  "$' +"/ 1321//25 999530,++,.,)% &8K [is { ~wm aS$F,8-+."/4: ;74430*# '1<GOU[ ^bf"i,l7n@lGjHcBZ=M=>@/B @6)"&(*($ &)),00/022540.//143,"##(5-H+\-m/|,!)42-%#w!gWH;0' }"',/13"3%5'5/380>)@!DIMLHB>87:@B=4) !!  '.5:CKRTTRNG@8/)"   !* 4>D"I'K%K K"J*G*E)?,67,>$>94 8:4**& !2AP]-f4k/n0r:vJvSqRjVb^ZaO[BQ3J'F9,        ",02;DC:8<:556 87$80=;FCMKONSPZQ]NXJTHOIJKILJLGKEI>H2E&A>9 3,#  } '7CNTUU3QFKJBF:H.R![_cgh^L=5-"  (.22 3(427;6<7:5<4A4H2J3L3N6K6>5-2%10/-'!      !$&'%!"&)($   .(;1B;AD:L8T>ZF[L^P]IY<T2N,G.A::J2R)K!D@ BDB<5-  ! "%%   /F R&T*U+X.b0l1q1t2s3k3[1J-;)0'*%&%#&)+.26971+ %!   &-1 33-07.8(0")))) .32+&$)6BFB:655-$ "+2 79:-95752./+,.+0*5*:,;/:2?5E8>::9;5A0D'A8- !  ")16 97&3%/ )!""     #-#4">$F'K(M%J'G4AF:T.Z%[\ZQF?;89: 5(   (03541-'   '06>FGDBG*K6N>TFUKQMFO<N6K<EJ=V2^'`]X TPJB 9 +!$"    %+021," !,/)')$ #/:ELPQMF=3*#!1=GMRQ P I>2(      !),#%*/!4"7862+$    ;Vgm pw{)|4<BErEbC\=Z7W0M&A@D>49CHA3*# "+38<=<6.&   -7>J`t{wu"w%x'n-[1R3V2T0D-5*,#!   ;T`b`bc\WWTG 2#   %+29 >B-B8C>CHBU?\;]3[*Y VW[Y U UUSLA4)!    (,5CJJ L SYXMA7+   .AIN Xakv!',,*'#ydSHC9* qihi kjhlw!&*...*'&"9GIECA=6*   % (*$+*)1&<#H T^cffgiqy xmbSA+    !. 7<= @$J%Y"htyup nkcZUM=$  #'+04554-6O4g0y*%  mXB-  % / 6 ?IXhmcTLQZ^[XYRE8/(  +;KVWSQXalqs!x$|${$y#|" zoh aYK6 tnkf_[_ k|!$(*+/)F&V#^bdff`R?( $),.031O0i0y-'  u eS@ +    #&(('#"-42,&$& -5<#A*D.B.>,?*F(P$QKGF E?7/+! !(/7!=5>D>R=c<x8/% zkZH6 %),.,#(5"HZitzpc^VH;2'{|%.5:=?>;3+! '4>HS^glopqtuqf\'\2c<eE_JXKXJWHMC@<96<1@,=%4*    "&(&$! %*-,( "-5<%>5>I<[7d0k(y  {o_N<)$,4;zAtFpGoFoBs<w1x&qpx!"!"*5<930*($2:>B#A%>!930 +($!!    #''&#  "+*%$''#$)*)(%  + 5AN_s|o\J=3& %/9@CC{?t;r5s/s(rsv $07977:<==@EJPX`kqvxwv"p.g9XBFH:M4O/P&MIB ;2-'%$ "      ! ! $,8E QYao x i \ P E 7( %,28:::q9_5Q-H$DAADHOWcw!+6>@>>ADA!8-.6$<?ACDCC?=93-)%#"!   ""$#   #.9GUafihgggd\SI B;-  !&+/12442-z&nfchnruz"*.3:?BELWbimpsrmhb\(T/I3<8-:"<=>= ;98631/,'"   $1=JUbs}pg ^UI9(!% ))+,--*%ucY QONPU]fn{  %-6>BA>:6 1) & )+,,--/00/ .+*$()&*"*-+ '%$!   # &('""%'' %" '7FXfotuusroj_P C:0$# '-2676542.&}vrsty} "(-/0//3;DKPTTPK F A<6.# #&%#!'042,+ )'"    (4@N _ s  sg\PC4' !#&'&$    % -"3#8#;!?BBB B@8/*(&      )5@JRVXY\_a_YPHA< 2 (  #*/11/+%~} #+5;=;=AEFD?7,   """ "!!'-5?GHDBABA?=; 83+%    !0?M]luy~~~|woh`YQF<3(  !&())('"  $&('%#! !"$"*#-"0 23540, '%$"$#!"% &%     !-9>?>@EKNLGB;4,$ #*157774/(   !'*+-047783+# #(++, /0211&0,/-.,/.0226/9*8!9986320/*$     '5?GMT[` c f ijjjjlkie`YRG:,  %*.221-'     (.5:=??ACEGIJKIG D A : 2&  "#" &.3531,( ( (%  !   $'*-1453/,( &#$'**(#  (.3564/*$  !)2;CGGD?94.#!*3: AFHJ O"R%W(W*U*R*L'F$? 6.$!&*-0332.*$    $.7=CHKLNRVZ[ ]afjjjhc[O@0        ##$%%%   $-5<DKQVXYXWVTPJB8, '.15 775221!-$*'*(*&,#.023 5651+$  !$& * /355441-( "# %#   '/6=DMTWWTME;2) !*3<CHN S W X[]`a _ ZTK@ 1'!,1331*# #',38<=;70'  !(06"9(919:8B6L2W+a!fl nmf]QG<1&         '.232,'"!)19BHNRX]dimopolf_UI:)(09CKOQQONH B@=(:2785<2?1A0@2=66:-="<;4,% $,5=ELQTQ MF<2&   #,5=CHJNMKIFCA?;87875.' ! &-5>GNW]cfhhe\RG<-  "&'%!  !)5?HOQOKD=60'  $*07<@@@ <&:*7/6208(?DGHFCA=:50.-.,,*)&"  #  %,/221-(   #/>LW_einrx|~|ti^RF9' "+6@IRX[ZYZ\][VND:0'! )1:>AA=#:%4'"((%"  #(,-.-+*$ (/2455431/*"(5 BMUXYYXUQLHC?;753.*&" &06:AJTY]^^[XTOG@91# !'.48;=@B?92' *9IV`jopnnnlbUH=0#   !).36 :=?@@???@DGLMJF@:2) !!   !4GV_eintw{~wpg\M>1! #,4@MYb~g|i}ihe`XNC6+!(08"B(J+T,X,Y+T+L)B&6 )     '/6=DGD;0&  #,1564586%3+.2)6#984/.---./02358984/)   ")1:HSYZZ[_a_XND:0  )39<?A@|=y7{/% 5HWbkt{{ul\I7(  "(-11 ,& !)08>CGIMOPNIA80'  # )-1697 0 & '2=FNW`gpuy~zo`RD7''1:BKRVVSOJE>6/(# $1<FOV]bc_WL @%6(,.45667762,'   !(.27=BCA>72+$     # * 2:@DEDB>6.#%(*, 06<?AAA?:5-%$/9AJPROIC@:2 )!'.4:>?<5-% /?O[emrqqqolhb[ RB2"%$%% #$"     (/7@GIG@:50,(%  #)4=ADHIFA90' +9FOUWXZ_`]WOG?71 +$%.57755632-%  *29$C*J*M(M&K&G(D)A)9'/*&.00.,(#      +4>EI MQQ PNE;0#  !&*.0221//---,)$   !0?IT_dhjf_]YRJ>+   !+3:<=:86420/-*$$&$ *9 DLTUTVWTQI;.!  #,158;9;=?@A=;:63 1+# "!! !     *7?BDDE D?7- &&,..+'"   % -10-+*)*)(&"!%%" ( 4>DMRUUTRI>- !(048888873+'&%%   '3>JT[]]V NHA&9,2/*1$3"5653.*& #   #%&(,..-.2588:96/*! &/7AKT[]YPG>3# "%)*(''),0135763-& $*049=BDDA=:950+($   %''%  %/5630 *#!,49<==:50)"  #+158: ;<? A A B A? < 9 4-$! $&+19>CIOPKD;3( (6>BEGGEB?;72,)$  #,39?AAAA?:3*$   !!!"!  #(,+*('%3#=!EKPSVVTNE:.! $+1;CGIIG>6.)%   #(-15:<:6.(%" (6DP\chlonjc]VMF?7.% '/7<?CDA@>;5-"     #%(+,$,.)8&A"E!G!G"F!B!:0'  %/9AKSXYWURNH?3 ' !#&(*.01/,%(5@IQUUSRNF<3,& )18;>?>;70'    %/9DMRRSQOJ D ;0#   ##"    "(,26;;7/!(3 BOX^aa^YVRNHA90+(%"!  $$#""    $'("*'+,*/(0"/,)%     $.4;=?@A@<5.% '/576531.*&" #$"   "%(&#"!"!  "$%(+06;A CDDDEEDA>;751,(!    & /6>EI!K$K(H*E-@.=07103)4 56 78:;:97531.*%  !(-13420.+(&!  !(.256531.)!    #"&&()(+*.*0*0(0$10/- )$ +:GQUWUSRMHA;3,$ &.4;?CCA><93,%  &+16:> AEHI!H"G#F!EDDC?7,#  &/5776640+&"   ! ,7?E$I*L/M2L7J:F??C8F1E-D*@%> ==;:8510-*%   ',0122210.+&    &*-,-!,%+)(-$."/"+"'"#"     %*---* ($%(!**)'$  '069<>AB A @?>;74 / * %  %)++,,/0110-)$ $) +.14 5"4$5%9$<#<":"7 540,(#  $)*+,///.,)&!  #.5#9&=(@*B,C.E1G4H8H<F<B<<=6>/=);"61, % !!$$$#   %*!.!1"1$1)0-/...,-*.(-$*!&$     #& ( ) &"  &-4:=@A!C$F$H"GB=6/)"  !'*,-/120-)#   ! &)-03!3"2"1#0#1!/+&"    $(*++-,*&   &,2 8)</@7A=CBCECGAI>J9H1D+@';#4 /(#      !#&'*+,+)'$!         #*. 124$4+21/7+:'="=;:9 7753/*&           # '+-//.-",#+%''$)"*!) ' % $!!     $.6<>@ @%@+@2>8;>7B3F0F/G,F(E#CA>:61+$       $* 0 48 : = < = ;:62,%        #' *-/'0009.A.E,J*M'N#MLID ?81)"   !!!    %1!9%B'F)K,N+P-O.M/H/D/=-7+.('&"      ' ,1'75;B>MCUE[G\I]IZFWCP=I8@28-0))%#   !#"&%)#*!)'#  *:FRY^a`_[ W N D 9 0&  "#"  "(.36$84;@<J<O;Q9P6M2H,C'9#/&    " " !   *8!G$S&^(f+j-l/k0h1c2[2S2I0@.5++%"       %-#003;4D5J8N<N?N?M=K;F7B5<26./*'%     (4?GOUYZZXTOIB:1'  "%'('%"!           #$&,*4.:1?2C3E2E0G,D'A$;"5.'     & 2&<)D+J)N'P$Q PNKHC>:2+$       %/7!>%F(L*P+Q+P*N)L(I&G%D"@ 94.)"   "'*++)( & !    "&-39<<70'    !!!" " !         "%&(,+0-5-8-:*;'=#> >><7 0'"    "'+$0,4084:7=9>:@8?5<2702../(1%2!0+#      "$(-1"1#.#,"*)%"   !  !&(***(%$""#$%(++*(%"  #&* , + '$"        (069999 631/ *&%( ,04 1+&#   #+38 <?&B1D4C4D6B:@><@8A4B1@.:*1%+"'#      $&% " "-.( #!!""!   #).38 < @ BDDD B ? : 3 -%   "( *"*!*,2:< 8300/.,($     &,02479<>BCB> : 50)"         #)/37);1<6<99<5>1?.?,=+:(3&.#)!' ))'!       %(+-/.,'!    "*/257763 0*$ "$$'"/5665 0+)'(((%          !$'),.246:>@?<7/(     !   ",49&<+<-<2:77<3:/6*2%/ *      &,/ /-)%"+0 1//.+#     &+0232.&  !!(!- 0#/(.*+*'.!11)  #')*)$    "$')++.//.+)$!&,.*#     #&(*")(*/.64:6=5>2@3A7D7D4E0F.E-C)>"94. (#  $(($ #&'&'%# !(. 0 1 5<A>; 872*$!     "'$-)/,/../.2,5*9';"96543.'#   #*/38<?>=:73/ (  '.0220/+($ #+.015686 4 0 ,(&"     *5<B'E/E6D:A;?=<A6C1C+C#CB;0%  &/8>DJMJD;1&#'***($"-9CM Xdkjfcb`[TMHC:1*#   #(- 2454 0(,1';#CGJNP SPLB6,!   !/<GOSY\_\UI:- #&)**(& # .<IT_gjjhc\SJ B :4-&   %*, -,*"(('.&4$8#@!M X_cdb^UI> 3%   /:BFHHFA7,  #4DSbpy~ }%z't)p(l'h$`!TH@;4 ,$  " &.9BGHKNQNG=3(     ! , 5 < BGLMLF?7,#  0>H"O(V/_4f9h<e>`?Z@SAK@D<<751,)"     "*3=ELNNJHFD?6!+$ %% #!  (-/./0/) !#2BN X_d"f*i1j6k;i?dC]DUCNAF>?9820)'!   #')-3;>@AA <6-'" #$ $$"  $, 3 57640-*%  '08 ?(E0I8I?HEGJFOERBT<U7U2T/R+N&I!B81 (  %-37;>ADEE B;2'#$ %$$#!  " '$,'.*/(.#-+($  *3=DL RVW!V&U*R0N4L7I:G;E:B:>997635.2'-!'!   "*148;>> ;4.&   !'+ .010.*&  "(-#0,141;0A-E*J'N&Q(S(S&Q"N JFA;5.&    ")18;=>??=<960) !       !   !&)*))*"*'+,+/-0.0-.,-+,+*,'+$++("   !#$$"  "&(('&%%%#        ! * 1 8;>?@@?=:50,'#       !"!!  """!        $(!,&.)/+/,/+0*0(0%.!+'!      !"  !!# &('#      (!0%6':(>)@)B)B'A%> :50 ,(%!    !#'(( '%"  #$%#!"!  %) -14'3/35372605-3(1#.+%!      #&)-/. +&"!        ") /34#3*2106,9)9'9&8#62.+)' $$%%&%%$#!    $,27:840+'"  !$&)***($        $.69;;<;#8*5/02,3(2$.*'%" !!####"   %.6=BDED?81) #     "&)**)$ #*.1352,%  #)./1 0-)$$) /37786420- , *)*****(&#      )18>CFEA90' %),-,+($!'/4 6 9 : 84.(! "#"!&08>ABBA?:4/&)*"058876 420/,(%"    '2;BHMPNJE?8/)! !$%&$#! #(-/2220,(!   $*.1442/+'#%+158<@C EGGFC@<:74/(     !*07<ADED@92*" %)*) '!("($&&#( )('$! #)-/01/. -*%"'-48<A CDB@=951-&   #+29=?A?<82+$ !$%')#*(++*-(-',&*&&#"   ").231-* '"#+3 :@GKMNMJFA:3,&      %*-0231/*!    "' *$-&0(2(2)3)2'0%."*'$     "#"   ( /4:?BCB@:4,%           "#%&''$!   )29>EM V \ ]ZVSRQLF>82,&!       "$%%#"         "$$$ ' /69:866453.($  " ( -3773/.00-%   #)/4799964/)#  ""! !"!      &2;C HLNONOOMKHC=5.*$  ! % (*++(%" #).36:::9$8&8&9#9887 4"2!.+("    #%%#!!       &+-./24/'"!       !%+/48<>? @AA@?<:71+#   %+!.%-)')"*")%((&(#$      !%'*+-,*)(%!   +48989:9741/.-,*(%"    "&'(*)'# $ -39="?#?"?==;82 . ) %!             !###%(&#!"%()++)' "   "%%&'(*+.27;=<<;::83-&        #).0342,%!"#$$ "  !$$$%&'()+-0122.'          #, 3 6873.(" #).6;?EFD@;743/*" #'*+-.-*(%#!   #$&'&.%4#7!9;>BEHGA; 4.)      "$+02440+'$!                "$%$!" ',022/'  #'*,06;<=<9750+$  "&)*)(%" "##!      !" +4>FII G C@<4,%             #$"$&$(#*#.!3 552,%                 " % '()()($!  #(,026788640*#   %(+/14 5 3 22443/, * -0110121/+($ "          #*1579862+#            &.5<>><863.(!   ',27=@B?:5.%  !! "&+047:= ACEDB?; 4,$ $& &&"        ")-1220- (# "&),.//-'                !"" " " %),012343/)"  $(+.010.,(#  &+.2566642111368852/ -+'$!#$%$ #    !'*,)$" "%'' ' &"!' - 14552-("            # (+.0120-(" %),/11/,(%       #'''%#! ! #')(%#     ""#!   "%(*,*'"   "%(( (#($'$'$%%#( ),,-.+'# !              %*-0379;:61+&  "'),.///,*& #       "%'*,---,)'&%& &%#  #),./.,*'%    "%'(**,./12330,'!        %-2554321/+&! "#$#"!  #!%!&!$"#"""                  %+0441-)#   !(05:>@?<96!3"0$,$($%%!%%!               (.3552.("   !!"""$%&())(( ' '$    "##"! " $''%#   "%(*)'%#         "&)-1578763.(    !"!"   $ &&()))'%!     #$$##"!     %*158:;:84 0 + #  !#$$%#!  $) , / 01111/-)$!  !"""          !',0468 : : 8 4 0 *$  #%''('#!" #$$#"!      "#"       !$'*+-- ...,)&$  "')++* (&!!"##! "#"!  !""" #'+,-..,($      #')*,-.-+($!     #(*-..-+ ' "   !%(*,,-+(#        !#%$$"  #&),-,*'$ "$$##   !$&'&$  #)06:>ABA@=:60*$        !(,/122/-*&       !#$%%$!          *28;<==;84/)#       "$)-01.*&%$# %,13531.)$      #&'&! (/6<@BDCA<6 0) "        &*-/000-+'"          ""   ',05898752-(!       "$(&! ! " &'))('%"      "&+.0352+&# #(.2465520-)$ !',,*(''&$#     #'*-//.,*& #  ##%&&$"#%#       %#  $(-/12320-($              "&'+.13320, (#!!###   "%(**&#$)+*(( ( ($!" $%&()++*(&"       $(,/035777630,& ( 19=?@>80(     %,//.*#  "&(*,--+*('%"           &,0478 8 8 530,*(#     $((&&'&   %),--,*'%       !&+04677642 .+&""',/12.*'#    #(+,.20+&$"     "#%&'&'%#     #!     ! $ ( + ./13456751- ($"*- ,(&%#    "(*,/0.-.-)"       !%'(*,.0 1 2 1 / - *&"   !$)/5<><9745 64/'!        !%*/59=?A@?#<#:"7 3 .'     $+29= @>=<83.*$ !"""!  "'+/12 1.*'       &*/4 8 :<<;7"4$/$(!"!!!     #') - /..//1/)" "# %'&%"      "(.4 9#=&A(D+F,G.E.B/?/;16324.3)1#.*$   #&()'$ ! !  !&+/ 3 5 6 4 2 .)$   ! &+/1!2&2*2-11/4-5*1'+#'$&%% '(%     ""#%&&!         "(, 0 2579$9(:)8+7-503113.3*4'2"/...,*%   !%$"    "$%'''&&#    "&)** *)' &'%-#0!37:===952 /,("       "$&)+,--.-+%     !!  %)-02334 3221%0//8.>,B*E(H&I%I#G!D@;2* #  !&*.//...,'!   ! "#$$##!    !!" ###$(#/"7!> DGHGED @;4,%    "%'()+.000.,(#      ! $'(*,!.%0)/+//,4+8(:&:$6!3/,(!  "'*,-.00001220-+*+)&#!   #& ' **,,-...-+'$!   # &''())+-..+($ !         !#%%#"""#"    "$%&%$!   " &!*"-"0#3$4&4&3&2%/$-#+!(&#!  "%&'()***+,.-*'%#"!       !#%'(*+*(&%!    !$&(!)%*')(+)-(.(-&,$* )('&& % #         $''#(&*)-..103/5-5*6&6"42.+&"     !"#%&(*+,,,,++,+)'$! !$&()**)&#   % )$,'0)2)4(3'3&2'1(0'.%*"&!                   %+05!9#<#?#@"A"@"?!<940*$    "%'(*,///,* ( ''&%#          !(.49<?AAA?=;74/*& !                '-39=@CDDCB@?<71,&     "%)** )&$!       %+27;?ADEFEDA>:50*#   "$%%$ "         !( - 3 8 < ? C D E F FEB?:4.&        "$')+*)( ( &$"        ! ' - 2 8 <?BCEEDB>94-&  !%'( + +++)&$!#!"##"!       " * 1 7 < ? C GJMN NKFB>81(!   "%''' ( &%#            #'+.158;>AA ? = 862.&   !$&'' & $! !!          %*/59<@ ABCCC"A$>$:#6 /(!     ! "&*,,,+*++* &"     "',--,*($ ")07:=? ACDA=:63 + $     !%( +++,./-* %! "$%$" # +169!<$?&C'F&F$E"B ?;71,'     "%&'(('' %$!   $(,-,*(%#  &,137;> ? = ;9852.*&!                     $*.26:<>@@?>;83-%      ! ###"       &.6<BGIIHGDB=91)!                       $ * . 3 6 8 : <= < ; 840)"        !!"## !     "(/47;=?@A?=:741+%                !%(+/144 4 1 - '"        !"#%&% #"                       "(-02433210.-,* &"  !!          %)+013 33221/-+*)&"    ""!             !#$#!#(,158885 3 1/-+)&$%)$-#147;>> <93,%          #(,/134 5 6 788875!3%0(.**+'(!'#                    #'+ /3689:";$9&8'5)2*/+,,(,$--+)% "        !) 0 8>CFHFDA>;7 3 / *'"            !#"! '-2!5#8#9$7"5!20,($!                 !(. 2 6 8 9 9 8 6 4 311/., , )(%!           !!"$$$$$%%&&%"                 $'*.0345 7 9 < < < 9 8 4 0 +&               "%(+.24430.*&                     $*.148:<>??@>>; 8 3-'!                "&)-02110., ( #                  '+/37:<=?>=:8 3 . )#               $'*-024320,($                 #(,0123320.+)'%             !&*.00//.+)&"        """!         $*-0344420,)%                        " %&'&&$!            "&(+,+*'%!                    !"" #"!"''&' '$!                ! ! !  !!"                  !#$$% $$"!                      !!" " !                    !#"""                                                #% ''((&%"                                   $'*-/13 3 320.+'"                          #( , 0 3 6 8 9:9752.*&"                      "%()( & %"                "(+/24 5 6 6 665420.+'#                   "%&'(( ) ( ' % #   !               #'+-/2445 5 6 5 30,("       !     "%'''%#      ""$$$$$#!        !$&''& % "      !"$$#$#"!        !#$& %$"      !##$$$#                                      !!                                            !"!                                                !!!                                                                                   !""                                                                                                                                                                                                                         !!                                           $ & )+,,+)'%!                                    "" #$$$$#"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               !!!                           ! # % %$!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         workrave-1_10_10/frontend/common/share/sounds/subtle/micro-break-ended.wav000066400000000000000000024140501263301626300266750ustar00rootroot00000000000000RIFF  WAVEfmt Ddata                    ?qQ|S B 5N|~uTks E=  K J R-(67o6!] 2[ ); I HS - -  zAX0Q0 E { 3P5#2fw;JtN:ewZY;.K#{s6W*A s}?} T6?%uO = 90*u~+, :8NC57 CC l x 9 x4EkN<@g~l5&@ZOx/\6JwC#p!U\'=qf?9Bc*vE<i\iCrr[e  [;=j  -h # z OH8?H,l) \ S tR$Jr'M^-LHX(/IG mObn/6"QXV 5ftR~:_bW <UI.$k9=iLE j Rb~ NVA  7)a+@<5 rz c jI CiW!K(WWo# 4S N!}Ug(f* g^N9[!5 u"LrS kE'hdC6aguG( fp4 ] T   p : 0 r e  x fLnqgp aEz`#kg#||,+t(wJ]4wKWoUP1 g I E5{8i<7#1b{z znpY7z0fTl) 1 ^7a< N  } $ {|c/H;@lV  # NyPwRFWv=G|Ze E]bpRkCl,4^SDz>_sYTma@7(My G /n  N A e )  vS 8 )8t ^_ K;h :k .[x pvZ~Z&hrrW+I Z}4  Ur~9:s51v't~yp0x=  kC. <l? Nq'G51N8l+xe G\ 6 V" UHwOzHM63iG %w+ ?J NW7TbV#w(`5KO3UC`.liL \ ] 6    ;5w r[w!Er$sUq~ m ( ; k"xH8x\2 % d ]Qh3[&-hV)@ T/x5v!<a7<We0 x~f[ v M<X\']#kkH-6a|0m a @L]"+ a ^wgW! |d AZO% `KG*?Nb@ ScxQ V !0   $u\ mJQJ bvJWB < 3 ab{LO?D8,cR]VB #.ht&;f 6$:n^hbX$u~7/s fv 9S dr47   V# : NeQ tc}b9ju -%Yzz%IZ}~Os f/ %(_ :}V qzH =2lMQ |.M?!-8F/jMo!z @ 9 ]TQ) K  <:@1?]5L r\ 0 si rcmxM( ^:qJp EK 3F ' \Alz+R$()RI H,r$7J Z0 ] :7L{f(  F# [ W/h j  E [ TG+F%oDGp@5,VuXcFj E aPK D 5? i v Wi12(/fO5F)K q =.};lMk^yXn  sas |  ! 0y(Y*p9wM&E yM+ syJ ~4!/ Xf~y  nK 'gb'h~k${a k /u "X O - &s ^{Sj]  9 CE bZw  H3p uIhmP&@Bzskpiiy z< Y\ yks m2N Ij u{ XMHP,m~'CH;/@B#8hpW{Ig24[ = 0  ) ) C ] $!k0=mIy g) \ ^Gu 1 o g 9X 7OwMzPK=%&][> P ( 8")f7{ndX ~ i(L  p43+:1?X_ < q E O [>2 ] Mi>*b l \Z<ipR~-BDY# Mns [ a3 Ln#MElSZ'bdc>s;fN/T*;K4 J4 Y vgqD i E$n0.*_u,@m01za/ =)w~  k8 X. YK " 8\{"* P  } W GFG`TnvK\x= * ($) (y7nUjj;TH{ 4 h G1DU` nLq`g|OUPsku)su?@;`^J!7 ~ \mJ  .] x R \ 2BipiImN\C{0hiI t#@4OP?4   x  , +4Z8B!J%f-ab $sD\ai y/  @K h VaLtQ*e&b @ M2S8 ' %r[gHnfW0hxeS/ x=  oa$8~VeZ5 C > ~ + @  ,$W c qgYV;&?t.G { r 4+8_#R  D ; 0 5 P  D6  L# '32e,Tw7b }yLZx t 5 0 y HOwjEg2 ; 7s1 )nTV ;Ah s21CJ;qqlzszF . K [[}UgdCqqnc\ M   p -3 RmFannh6z, ~XqT!;74  6 ;? E I< 1} on 9& N/i'9Fl&F&b# QIr$eQ{U # %p}%D7RK`pr=W Z`5%8vr 3 9  &D"4' y,cd4wNVSESR  r0 ^$w=&{!HV2hCr  +t m=hG^ hUP"~ ] O }  A / N-|l_]cq0@qALcb4a<FZ3 G}ggq= p O+  =p5@5 s 3{u\>oWo:9.G)$wc&J]QW? P] nK}"7JSfFmCgb$~E2xX yC6:Y  b   )<6RpQ bFn!:0vu@.iqGG  M )v@EsAAr?Fr4  . A k G " i dPoKk*quL{J7BZH?UND)&%^7ZJs. /;=zA  e r<9 c` GE9nqLS?bj1AVI7}$|R]HD(=kOAIh  7{Pld%LN#$N9"'n [KPu ?U@ZO YE"{Cr w  e s5bRX s.L9' O}5%RN | U  mnU9S|}f|  | _l D9)n}qSH6M q&UvDyt?Daa_UoDr+e1A'_  S 41? *N t ;/_AT+!r~ =ce P. hSCY/]_I B,rX{ [(=X2Q K KS? B8t7f rz4"w i [{ O [ Etu{{yqCK[ _j) Ts v"ok=<TIZ v   RV<;R?nZi e!:07.4=;K(~ho ygH  ?w"\L`, G;,P _I{!ZWIB zI,`<%{Sa {K'm.N r:Uxq YP 'i-J' * 25B]M|D y ; P n}  a; yHnSlYoU3s @ ;, `  +ZoH/],U )E:X6 q"  z  ~rc@ a=M=Bq{ W: ~[PV!pU\RpI iF' o ! U! S Dl< 7d%Bz+=d`T 04492H ~;XBuDE]h ^ ) @Sm{$dl~}R&b$oeA4 QiTL . f 3m 2 r G00])v6EMDK}rCY7Llnb& &d  K [Dx=EutM5@I{ Ad|-}tgiSB +q7 Q <  s m{ H[DA[SQ.QW'xrWOL*'>upJB)9++9Ubc ( V _F',zGKHwHWr 0 ! mAUs I |+ ( |% ,9[  ):3`K&n{+GLj  B?*o/?:.CW H `#    y h  iN<o'w2DCD7z`m 4pc[@_88e/h : Hs M \ X $v .J < vFu\fj%st<@r~")S/jt9@;)%.zpX*ze2z{#{/iK)Uf {DTQ w?) X){`4  2 O U  r eNUDL<o7d9/l,$x7 aw5^XZr_V@j RU F% / 3* 0Q jp`~J0@ J~8}`,o?}O_7t$m6`WLd~e%G[ h  h 9] 4 f [ 1`hPf2 Q,I}ujY W_OVW`9HS>|V!f1$8IBeG|&4`13[}QIj E?a1FVj;=G^: 4 6Wd^]T    2 i /  6V '40  u7eeY-A}#lL#_6!\4- y    -.V34v!B~@BSH/$<i*tmvd\>TA& 9 R T K D{ l+ = ;} { _<q_d|Jhsq'z,_,6-Kv"\*#82 W<* PnKOUthklCBd^Xw?%F0>~y { u q l  8"i/0H@LY+kL&PR V4 N1 hY\U)  ')2Xw@JG A;Eg 5x71^ 1<fC^k9 gdx< r Y l J @* (S "y mH=0jY:Z%bsl0!qH%5*51&fi.a>St@ &5"z(K@Elm p GuP  | MP ( l = W)Zk)5MRJ\uf>6 R|`NV~zpmgEA.pFUzVt <!D{{i^:$BXE*-/|6sGvZ]*2 + U  ) @& , J: 'F 6 kLD*V[/FB y4[rwX31Bw=eC1ppL j'IbiS4}x1R(b ;6LqM"n\9MG5;@0' 9Z: V 1 KU  [ . Q  5 ~ R:JsZpLQCu<Q FFJ( ~9\v(nM1/ 5u)^7H?^1z*O B+VtY63B~J6|t7N<Q> v i  h 8n  M lZY(H)aoV-Fx1JH#=|\y~0(JSsK)ctP6%C69Lx|@w+c1 GIu Q `M PAT'     j jR'ne #I!hf&H;t5nkok3TW3I9a  KL F]OG9L&D|_d&R;-VpV45p'- ] 5l Ny -EZp   YgPXISD1f|Qn-G R:"+fR&% 6>$ddyRQR5O6z xypNl$-("J5dO nd\f[ 7 * i+     mi X# S  m.nn'Drs0ie@6dx{a_fz   fTQCn=5i1-q]wRNtEi"U4zj,Ll=k&?4) n E d| >  e E s 7C5]3zq-#qe:Z C|X<0* ^a*WSg1E8)g|S(R0hFRBheJ~E? D #\A;Y6`OK rN 8vw[/%7l L uu   r.KZ+}JT+1Yv8u04 B !m5u17  <3zYju3)+EeydMZ ?ZC u O wPySW%\\\ {dQ xqHz` >.bwhm(_TB7u!x2FV@l?WNz]mr"A/ rq 8 @skp%<8 z ?Y!8g(Q< Wr  < }z -RsMu[y nQ_g{%f <QZH ;HI   A \=s\|GQ_{iT"WS-`D=\BS'(y)8gX( mFMY K> * ~{V Zl0g)\Z.D_ ^@K)~ =n: @ k=vn."x` q g  la "& 9 J <<62 * P i | @ ] H4uBKYg6Z^)bQT E*\a1uP+ *L j 3{GT+BYefy~WKP#h >~o<#y>)B 7d d   r jmBm2v0k7T7aI _;/bMkqJ6&"_h#s )g(j6A>8F\6S;;}v@{3C\X"FSNwDs/7P! u'62*`:H'3p  z cM IM M =eP^T y-%p^ 4 * Ly0.p&IAu;[-HC 6}6;Cn K  T  d@-`1KiVc8v|)v`!??< )\\~ _D?EzU't&{ %( 5=? fL:  lY;qgAV4IFz>>_'UZpEf1%sC=p{ _*LW61$^~)KVInYim@ 2 D / . vEErYqfYE YSiM^EXj  DLx.3X@^2-Ri)L_'t*vP n 2 qL`* W0n#I` F :vWgi_F,B)+TJEVTVUaQR:eGE" n>9CQJ O" 'i +@{+;Wpi!umH! Hhgp9"$p:FWRT|3[uyZ.a %S90}[j3E>L  X $ L } aDX +Cm% : d M o#xt y*6x59:T89c%@Ybu4I:V3QGn  = 4T4_Ifie:tSXG/2Qp,X]'f4{u`F*g.W3wIKw9K<pFE~{`T98f%Zo zFVl%9~{sEAG5Vy61AKS 2 = ` ^@dB.k !v.p%o +  H{nbWn]Out2 Ao-CR69EK hrn o~/<R5M_D9?1gu,^4'90-vGZ "B F@Y 0=e'M> jz:)Sc &<   3$F:Y-E-ki{]'k>QvTx X2 *@DnNlLg#sZI Ap0 T "6{rXo2I| i N 2 5  % }HcU.SenwEJ#Nicinz'w'HWXq{)xPzO&]BL  m^28S\%%TV2l(~0ER})mK Xyc[)&]ad } WM  K yCh]RQw2 6Fn\`Fx2am"|Uk3` 4`1v|35tT_3. ]g_0v i [ P?jNh O Ptw[5^  %  . . bk g a-$;_ w}GN i(PQy6o K`0%Q;R  r  ' 9Z@~2I,W*glMd,6t5Q}<(/^fl < M N J6p*ZnL<gSVf1"^M<%GV1:T- }#n:/#k3d{ +z/&R-9,0Ac' D;Dd9E@ LF ye} }~Q   *y ^ > k+iN`e@AH)]5x3J\u[Bz@ { f Q { H8 +  ?,V+y}rQX0DSL!s^"]6SR,R4u86<yJ )> 0H :FS7T-_ ]bDmRcrrQ-i~S_\NL##Z={KZR>%' ~>n >@ r)2.GsL Y  @ i i  jp>|/&NFKvX-~6Q.hzKS9mq sD@ / ) 0 w X ]d + 2i!#yNYN=>3&*8iR9@xZBS%b1(MWd7 B i >J:b=ge!"2j#|j;5`r(S h L7yVe[ Y<pV cvF,}JIv   ~  ,Q I Y Ie*cdLY2?c;fGoOA[ 0 \z#T [ n  >$PHU3J;o7F_I,"=k/i!AK$uc^ Z$/L<":M2((u2d~!SakkTq4?!A<7(w,OgMV8MMTh  20+z?e/uS7~LM^V3sl30S4b>0nx<E"@&~m_:<zy/O>KA8vmD3M}Ka$ ~Qv7Q  )t  XvO0{blA<0My4FioL]Rt$MXZ/]ou$_K^,V?8OiA/ah }djtm= ,C4OxHR$h*sA,ULw(smKr5V*>EZ[0^8Y)8(5/2S<:)IUrpz"b"F?.`3&fz|u3'h]|S#8| n(7&x|CeO`T6P1MYHPX9a,Dbq/zNh20Y =-g, .Ii|QG0hFRk;7xWEu} },R$9tnR0>%JD@I1U1[^^LN g#*o.t)Yj ] SuEkp0ARWW#6PFerLq!I1.<4Fnx*z%0jm3FrQ*Mfl}cl|Ie>\E`oIprfn1 &F5FE5T~M}(Iuxj\K8\A OF!+)"CS ? ` *oB!EKegs@#?uRc"4i-fQh:$Jec  M.fF: 5z1p&QEFmgilK .l]3B2  m^- D%- $#UNP@[{(5~Lh2 RE~n~4H X"fpz! [\boGdN={SkVFx*- bdj81>Ex)l@LO> 2y 7 d% & h3[(+fH-Y@ j"Hf = A%l!^SBR_^xRNAo]k`+L#|!#Wx265u)b8_{tAa.Zae[ESN*p$C':ZVt<_4SD9E ]0&D`S!Nr-H/\$8=5O0 |$D+Jb=; H</ @qA}? B2Meip2RgfGnhtmA@=.23Br GbIks Z;>$X'X/5^kisC>P@lY [byBJUfjFANvbH&*XZ +"Ev\lNmLfX9X%'Em<A&.]6g_*P&|~GB{&&-h! 7'NL^CxA O~u %73a+)q@63\T8\Ca |VC 2  g wF =7vr4[XYk )(IGs3O]:`: LSuEU|f/1 ?|A7 c_Q>a 3LKlD]{?aN q_#VpP3}<70.?i,>Pnw D'0c8n wU/g7QAK ^*%?r-#fks>#5{2Ob?k$lb9uys9g":/  I 8 ? Hm)U `20 1S+8bM%~NUL!Ek9lq| [SozPH`* ~([ 6*;E1+^4m{6ZrP6[G0:,8 .)K=| 1>{TbN!&b` ;^lasF.AKSo'Sb;T&$nJ b`VF_I41g` J=SA%8sGfTJY 4 ` k , S 4AD@HJ4 !~$5wgB}P'cEBL@aDJ 2AD)E H.3!|fl?B"[ynP(lCkwpA!@5(&&|sk3 UQmI+58;qPk N2 K_iz#uG)dL+BN<T$t 660LI= 7:RLZl5LauC !  @K co t7(_zHhvY]- < %1hPVrQzr>]GnUi~7p FX @* /zY*-" !n/p O[+o E2n\9g7=,2uh<ae|44Z^[Lw8jQXoVqDJyXlUnTG! R! jxd#s6Fddb,I 4$ *Gx}1vi_4?fvx i   *h/w`AC9/+g~|NY(i ekat$KmV-VZtD 1[Vl&o^jU^gMF"6*_J.@ hN)hKX.SoIy]1[~{`d-Pu{dXH|JJRR>q/W7s2 iiS:si7h+xwvtT l|8d` h8%t@pu:cT + gO#R'K0*# Z  >) $, G\ o4k~8sjY @F<e-SZu 4l||\{vIj'*Qx%-P`[` L7s}sQy/p[Zy?J)b1yw?Gk p#xXXzlTI?: E h\%ISlGF\;[Cw )@#xhXK.1xp.Udo[,&thD& t a=mw><72stmsjHs>8chKmWcnM  V E~^x Vkw 5m`{ K towIuiM! G:bcW3:;Hs*H[]qO?pV-1}IHy.&1N-CA0Ab>4!!z)z#aRU$Jr*X*Fn5MYkLK Aamb1@GU}T 1ZxQ16Z+cqJ ]: q . = G ?4K-uRR 3j-?5dB 6Zl"x6>vTnU \oY+ATOB0@NT_hnwq8,"'QHp A3MW*!e>aF0)[ bD lVOIpl0OHOX]xI@r`aTUMeXc JZG7kUEE=ubQI =Y_ h>F$UN}i{{tK-r8 U  ,  ' yhnqE]F:hddb= n7 \(SUV 0B!O:mNmkp2AJ0*EUfL4OWk=I@LEzJek sp&(k|h| 2MLW(1r5cPTHq/e@4 cFV,?<{{X!%M'HGlA0;(K3b)O Fb$l:]1.+RzE;ug\iTco_ 6b% %[F0Gs|;([zz`|l)a{{h6,[YZ~eeI?e0.jc!NM\nPn U)w<n;#'BIPrKll;V3' [cG76Dw'w#E3y'p>Tn[^P\Iy|B~jcXDYN9a=a7rR-kdX{phKj VIYb"$J^,Y`6$=MpXRHkVNl >e"v7p% :}JNb0bgw9ZRfA kx>n<'MbPhBS~iUy'=Rdq?ki .lrF[mrewj3U\G z'kL!6 @kkS-A>z)/akaLAXm+b;l)e=wR Q' _MdYz4H[WD K}ps8w_5}7A.#V y.a 4tj_m=;2;D{(a e F.~oGu QXEg &gWKJ@cij &+f#8`6sGXHv6T@pttw*S5`HpOt~7X&"P8%F[Q'tXywkIgg`>dG;_e?n:*@s0WES3Y7l1P9E!?so._%.~u +7t(Oa||Z ? _ k x  T_z}BGX@HxQO ''EnU[ 1<*zoBEHxh< @U_2hs0%tu6^!By<xDcX[Bm3df$g(RQJIk8!q7yMA1bqGb,N[ > gD. F'e{'gI?-'6b'M10De,[uPiGvwmC?ZE[/b\q!VP 4rYw|5HUbb Q Lwp. 2(JDtod}\ 8{nEriBgI|q|97>fbs2J swF[ /#F9Onf*8 w9!.lte@\[s coTA^_X]zL/zJ?&xGR'}c%3*L;H B<qRE{aLwbPQ.>SfB*}*!}9']pTuZj#bF3R9XSBde-$:Xn;8#td6qpFJ!$|-\?7k s[PNsCZ }V`3glS d(^p )!rOM:B~l: D0ZV:[WFx &LY V>tcO<^9l3JD  iaK-Y$/H~hR^_X#Ur6 u 6 qLw%\,?oR kl>/HV{lq :#% :6]K/5.!KVIte$ 7FC3{W:KaN][odX03 Ly"Q Q[rC^]O[5k#8v}VYI !ra4i(g*Dlfv?r+o/g-,B zZ ?\j":0[NRzyp7a*N&p _ Fl/RkC` h KcC)d:7Z&{E(||+,%bqK`%V[V(iY%m?RK>LO Z*cGKDb61EaQT63u]~gqlNnbv'3 L7/Jhl_}o5NM\E`A.I/%7 Q?WL' @ctM4DYsm8wHSI_wZA>a$!~- o# 0vpZrn}F8 ylwxO .lU e-OoxtC:FPF7IB [)0y'" $<J-2y 4Z"u?mZU -EHY"weP&?XO^ f:yxyxm<8yqJw$H-hKDh52HZ$E.N7:,kcE>^tZ(p9+$vf<h\3_*0Z(]'rF^eTAx CX3UAV[rZ Ud4  *@,L!^F:32 a?*O,aQCLKU2C,>>skp5$6Za$crF9*]9^ UN ;m6/CHla)/p]@]hxSs<L/>RsxGzaqV( NW9&}"1- Q42"n es;f* H %2>#/x)F:VFAXt |-cM%IsjkBl>K=9)94fsykQz#Z%PJZp,imGn5:)\![x>^,1^2gG8NGBzMP~*zm@F`(7s1 /`q}.d0ua)xb3K(  F,s(<y*9Z*I^6Rp2v2H) H[fJ;1'dR$W)}>1>jIP24})#w*QMLin3!r<0ov5kD HFo$SyX"@`@c8TLxdY$`TJ(q(M.eFhtBvuF yPOlBPQCk}NEY8z+[$+C'U;~u'!n'>d1OVG ZN7\  'he^  {z%Z+K ?Q.D_Wu$b v.()s?<>K7#^$97Ki FKLd? Ch*4INCIjH- /Q3@l=o?lX(rF|rf1o.,kD =Oy 2+Th,a,6{%Y=sN_b-%$@ifS6 iB/EydxhS]J/;']"EY}*D/(=_t]h>T9J )\^{h S.dc"3}'v654HVr'j MSphWy[=D}2/Vgip6`eV:KN=2X UC*,bE 2tz:x 2R{q[. l 7y_+xjc/tvyJT"C3EYt\ :SBrq+$?\7?MS 3|y suzRRd :F=NdQY-XeGar`vQCm8A/`--c&UL%LK[LWfp?+[Y7Ox~VOv8S19P'Z;2Iw:)Mf$ IH=G 1b}P7q+Ij.9YHqY6#,S Jh\toe!x]yJ^?8+H{g#bX@c+*Dj,b~H"_+.\s24H+9/5/^\ `jMW>VTCQB+3&u[ pTXH(iGi:bKz,U! f(W~"^KsI^ov{V@O,KPGJPgM*0nQ,^c8LB*6b~89d7\"TNY.(s&l_ E38v<MF6y'mj*ve94r v  ]j ;SYtaUUJ?;{ BKk9QJD |'3<FxzbXn S7FtL} z@`>CnkG_ 6UklD-(J($f>8V4,<v.&& `i$u#yKTOYod{0lkLV8|8 c9&#sAD_@LbzZ >~=Y5F_pHv=3xK~QC}QAwevYxK'^A#Ga_tm{m7Z_r_0uHC2z4jy@&.wYc&d~9!padaQ 'rH?#n/br8J:w#i)Z.,} ,VN<2~QIPt@z8$a"M:-8L><\='2(M0Nm9,  <ELE=[pae9Z8E]U~,Z ND3OuHP<,.;3yF&^~~ ;a9}ZqR(54[N:IO15&zT8!.3Pf][w&djUX#/z6e3bC `z1mo2|`j+y5]/,T 2l$k.3:]SHewfrH;1.}ezf\2hh[<9? e t % rWF!p,Qb(?YrJ-}M]Gk&T1$rT_dgS`%ktY9"ZK(QNq{+.~-SM/~u  2kHZy[Z5&9(&$T<(4=NW,{}Z*gS gz;n.W87Zu;(C0+MK# kJ4:/jw:%>\[pcK8o\Y-Um-|L]q1sYP{X.L80.o X~2;I}1m&c Dse+a\_,-vp7[  DNB9Y@G=r("82Y6D9t;ue)%!^hO0~Npoo:oH(49|)~i#G7$w)a3 <%A(G,|L%T`c GdB^fA"r~}* bt:_H-:Mb'PWSD [p+b78,VI#Pv}UV< PLQJ]'g_}d~| *#ZF4vqZV{z#Fx9& 4J<Ci^r;W3 *DD5,e"g:p$`y$y|sSRY\9n6*|lScG.^ >2"vP11SE;x$M"GU*MnNN7K Vdy2p~q!@UzGzHTvE1<7NOw$#ItQqpZ,MJYWZ%w}l*D`9P3|HFF$1m1t[Cb!_$%>z-eYsg O@X qtabjR)+=j SowOF$[4>WGxsci"4=";P_{{*miXQql^A>7yJ0Wn9mXY]K4p^Q(h!D^no]8 +{# caV4 #u;p}O L'4eyp88PW )i{rI.s@n:~/]/Yl<T21(cW\y7Cok'u9fS F]XTpC)5TA%8`D72vm/NhgB, \*n3o.u;"F*Sik")`KnYSKgux,)&lK>;>~Sfa( 9z%?5A83 "~A@F*Z-/Dzk. m +Zh}+w;=5O@\]%q?aEP#C/@;T2&bG^;cX %1@9XmL  IIv T5_K1 =.s ^` DD1$Nt])7!* mdXXY$0zZJe{CtqM%e`k~%E &77165Znfw"a3k"s Mw_FDvn&C(t+lclC%Mk-nI$#v_5%R[4[(|2}z0IW *C|]el<S833_m:O]Z}RuVa'4O `$k {c^bMB!3 hHVy YnS/xeh./9O}},#tMl70'SoyO6+LLj#wb&SbejXMe<.e#Pp)kVnJJw=%B/hk:glR;*T%uz?$Qt12ukj= ]iZlN)vS KYI[J&%x2_iU'Dk_pI} /nA"7BK|/0wRCSv'XM7w9S(iFz7t~E-n&Lzw1[rYE1_]z. @d.mnl tNVbwHe_rT6#4BoF!GPA@|8F2K$J:C3Kz7<}#cnPsB%Z{A\D W28R9UQzT]F"rp2]_Sc );Q[ 3{1\747kU[uN 0b&wGz16T(#[L>[A8}1~o~fv 9RiO9}oyB -'FS.lzp2G+U5FMh>0~XK]VquL:-C5r^Fk azjlrmHYoS>^-4YD*igJc}hA {ZeraMeF ycE]a;~?v-yxhZ!fWgT k#H2s1@hw H n3>:I^U1K'y~3l}%VTVQi1*sU0e?5[FG!OCnGPyI2k ba3H"FC)eS FZ==X\G\S:qv8w<`e^W x T%Ki^p*=;#2kd9IfG{Uk}H>~Z}Y#2I3#{qUX.| O"bGm?w9|UuXQ4[I2|EQ]Km+T=o9/&5CF,%XU0a F/'o DXO|#_SrO\U{SbT>#[bv.I_*o<iq:r({/U/8B^I 0l c?y",=# y[vUI-Cuh jy}M&JR@#wH4t@DVf!H| >GZZdl40g%h4JR{ql)/<>7CfL%y /lKU~ zrAt.ka VjYV2N8)bCz*T-A{C^9JE]W[4n#GgAB+W=)x36*g H@H{0C'2N:CzZ2LW/{EcA_De0J`qws7i@''PDVl':-e>qi!p?LJqp+N7yN  #@kKD!^c~EIy~.N&mkher)z.4cM D!1mjnY\6b:eY,93o "S(fyd8\)TK{laPT`s g6~V]>0V5U<!*R;7Y r}5#zPbp2CE&g oh}3 ;bMeuS@zR*GQniZ4gM.)7G(%rJ)p42<@KC)E!l`/h\( r{k:HS$X)@&d)h7j<2@y]ZIWic9aev?L <>"+j1|AGYe!IsJ  %Q+= `oqP -*tARJiTSDih,mk{#)1?n5/}b?7(OR(% ~5nHH7^J$Y)QLC6oK  iK4\%F r}z ,c54 |B1{^RP~D~T?wk>3 0`_MdTK'{2w #=Y O:avTt qK"A"criV )yc YaV~nk?O?A~6g/IreN]Fj^6S?7oA4D28xr7bQzW'Y *s|GVX -/!;n[ON}G5J~nHeyk4?%~D-T c[ ~NCIRKB D)gkwTz] H1KwiZM^` jt@C>v[;z&wMAezS/w`\xU,&bqxa_1FIXOSI <FLd%mAY7"z s/;-"a Uy"UM7dqdYz=d8jPneR|s]$-z' GzAq%{c"g/RGuWi6.]$_v6zX _3i0-W! 7 -kTGhD^mLVUWXjC|+@MR`Ra. *Ptws_)hv][8FD !D\gUw26jgrR&/d8I<}4RJ5[{:!eG[k uKScz - }WyoB9 aSk%~}36SVdL< 8Ez\'fLzd fNgaO&6sD0[L_YL91hi+vqhNIL"<6--G%Rz%,8]3X_lw4a>\;_EEJF0*2 ;(1?cqk QthM15Hjc&Mp2K'Vp0$}[E&jW3qeAPn\C Z;WI-T<n_3 =XMr-V@\j|g+Hp 1^C e;Dk  Nx"i#;(zJl5?Z%Dn{]j&VGPSCy>q!w<_q;SRr=3oC)Z4a(XN2-F'l1_KJY j!`vyD8,7HJ37% R!2h[~x~$w~Y|X8H 7F*$Sp> 6[U,K ]wY'alnj}c4x(>rUkjG!{gaa$*A'aX%N0hsB.s%X y&C\G3 t>?~trp-.r~U!&I}G6}KxP}QN1_W JH{Vit#?8H*[yIMbSvnAqWJ,n s-sWbi+|\j]zP]9+!2>i}veYbNXpJ|B#j)-6vbwhVcdRQ<PIF1!HaK,#m=WMc}fHA wr52LuHcq{QUd2 Y#"Ck.`'{x_^]6bH[eRnTnS;PEgq,&eM?++mSkAz$Mt_Np F"efr5vq=[!:[^Eu%=F&?PMRD#lY})y::w!{%<P0}D%gN~p8~lTPl&R@QOuAj;h#JiSz'mShtE+<QpEA Y#a~v9arurzYKR+ r+s8<}Lr;s-*'3.&/gz*94lf 7QzLnJaM[?q._8>qT&GWySe=*zeh '+=3_q&NVok~x " $A@ )`AL*g k >5+3bUp7NXM00#VhgW%xWsK]APDyul9>&qOLB{cG(1_%/U]ud R)d|PY:Q 1+%H\@.1,l2Q$wO^L}c> IaTlh_1$0t=Mb7mU9SVk/^~]xwe)JblxG 5y_unKzF24Q[!*% EE^fhza`xW"y_QB@=H(p0*2Dd9hf@gb7v5^vY]M\EV[/ 151%4=^\=E6W1` Toaz%PB"X^7Y P,O!u@PQ}vVc JB4 X^wO+d3/1Um{3U Me&DO>*(q7!@QSQ jGWX*j Y+<gsU&6w-> vAQsOqddP g#fkZrg+l7b#Q;;UQ~ ?enW,W5Ykn Kf2;tb1pJNiim%w=cMqy5^<-}`64FkYfSGo`P) O `,vZpqgw !Vmy`vh{eiPg,gv ]u 2_ bn?M7\@==)~48p[>E|+#FD~UHR.t<d 3z&/kLwP1JT\q6-e Q"G@pLu VmD"6Ev }2qP)>y$BA6)96>&tI\hszFFE'X,VY2q"9 3rkX@9-s*&N RFkQ# N9z.~c*DsoWM%]>wp1>dmA z +3( [*q"(Zrh0LP6E>AL=$q"t 5]XZ6{U$M,;r=~}/J\>#{T+|!d SkqD'T{-?r%4)#mhR9^$ , ]S^qbsLm*$Hp;rb[<_!ZKY#l=AOy- ZG8 Xgoz{~wZ~2Gnk!sIa&<gqbvB+QU C ev@!6$\_+vCJrSn_HE!b!` ^mTQ |:JGCgOT j'buG^gAy?kpk";t F+va;g"[ K~g d09uL;DRu{x>]c2--;1%#JKYw+ai\_m1Pk,"bYes :`{iJm=A^  B%]8BR}- jmsBSFoR,d.")\k` HGS5-a8zxuA `} ^2Y^ E'-M8e}X]x;T6VBzMn k<2d,F86Aj}X UYk-GWMT 4$'NyMBr$hu' @]lL ^)TlPRb}QOK'+z:w{o|$[52ASO5 ~J0XX"(XUI^7;3.c:E$'Y ]9cf~tOX,Xx!T~2C (mq@wY LvGBR=Q@zC9.>R$oEd.>YHRo'Lpl 9MK`a1Xd Ac mPsm#3% +}hJ5F@}^I2l=b$Got=>%` gI9 h$zb+>Qr  x11jT`A 1 D$\=u>*iEQwn  >lis l)Z8J.KRU(R)&kIfX"<t*%3A%M m k~vX:5R6@B@)_E-?;~}mI P3Eh;itc |ko&'36,^1x:OLEZrSJ1A"[(4tu>BfL} Y1 K<f9,Z,0P>QE S\e V0?8v[Ge3s9ukw2tY_d`^1*|3%J-RRpv\mLh<QbPi(Q<o(avDB_tsF\u|l`~=$YpqRf =poVNT9)SjW{/d\Pev{%RgL jPIB2$B^3K$[ +X9+R0&OtrI5E$!4PI}sOV@ "syT3 L-f9~>}LL- nQb`?+YLfuAD@`[E|0G T!IQ9OpfY732*Tp2crKZ"Dz crAI \=|X?m Lj>eg&  A5ade'/<lVox5 9p)  IcV59?NWpsI % 1P7"Vh?YutBI bDP#l,-=pd!&q{-Qk-fA/ Y!:Gyd4N| |/% dT *Q3gTbKL6 t=-Ah  3Xl.l#,7- +YJ q%wob{hMj\"R)+RnMSwY-JA;r,nSmJKPHLv[Q|oNvR TE\tV&1=]X,!gkJ%jYoRdb}1@zZ 7^hlkFe_`A2RfK`>  OBY]mR18, Y9j~D672Nio &rC-Q@(NWIz/-A9 +Yw=RcAT >2X]1OUJI8X(xl<Hqi,D$d:4waL;A5c\Y~Q%[ #(ORM${A]`Q ^2bG a{AzB.w"l}Vo kw\{zuo2=/]I) %"o9!T;&= d\<,ql%3"^ bTtOjCLp5`ARN L_>o9GZ"EI`J0 ?KA$^6c'u N{{ EyK36ba@A;BL?gQ*!#K7k$j/M\NS6zm%cM1Y5Ok%r))EnjjH0a u3ao0Vu~VFb)v[z([a{Wq!FD/o-]$tg$j`w+i~Q;O+*m[:wraN)y-+B(^v)/2'|m!AUhWY("DOdP`742 ]e.' Sd =o6pJ$ o_}`@g7n'UA4^[aI?o~L@ftsS Xxjg:'f6G &x(Q];Y^E{WQBm SAod\gaW?K75>CG//DYwG~qt3E$i)Bj\Rd@CSkcYg;t|6xV{8/5Ta!TQ9WB;#t *qVAf4+|]7l:W2JLLL=Jub6jp(l\39{ ll`i#$"7$+ 2uLS0xz89]([b;e+9f!X{/,BjgjHjN?z*7@|tvr2g"  (b~ l7k!-8m)iD6 (]qNW!W =hmM$>Rr/qmI) rF!.]#t>'d zb5n \OmS j H/g`bi>P+  1bfE'[FYHyq@:c/ Z aW@.>&A/ >mVl(.FnUaO35Ndr]w5a%{4+=2;hs2Rt!2/uw]lN;nBi'"GNq=#w)'&Iz FpoHACn!CzXhlttz4go&u7 z6:p_W:T *$y;?{3Ll~v2[Vx1dI4MNc_Z1{`6';/T YM(>$Rec_#RLL); x Q'xBSGJWM/bq-6'X(KOl&0J4m]_lc"mN'4 Y5"6ar8-cNGnOfoAJKp E`P|5^cbsBUS!|80Ez@as!i NM~z{E fNZA+w>`&67_0.G`ZP-hJ0d]#gjZCt5P/% }T8x}RtX1D2t)>r\6A<7ri;'t{u%Ewy=Gl HRzq/&w(mB)`*j Natg(O4![q#qTc?<\4 HeA"-UKFB QZCaEOic}<5gt3+><=."Y/q rY]-.p`f4Q7bzg04.l.7w !D.j`$L[kZ^Sjt}^K>4^: %Nl'Lf(ZvBR!G0YCz s[ C73}A<-M OE!p&_H| MarPS,Q3;5ZR<o9c[Nc%` M/@U5d`I,9Us(!T]5}z1BFc{sY j4Sx.3;c-ZB9Qw,O $]@[DT/S&YbYAZ18| frv-~jsQ%SW+`t9tz_C|;Z[25"tN]$CUmbJ.g:+>**fg47e)3;>9zxy3<`0 :g)i%Sb:x$R,nlWQjf,M!2)H 0bwE&{=o5w2itw-t8guo1 @}?Xekh\%Uu{_muE$jFc<*:9$V-imX#*kS3ud#R&>0`m$9bNVlMhk]rO&G;=-OOI3a".ZOk6$>U|9ne 4)Z>Q};*;, g)?_h nJFX@= *:IX 4P -+X]bf, _aj,nR+(.s5sD}\\27{; Jn e<`KcOA Zh,q(B,_5ny]Rvik;:7FX6 Q^zf,kQ<)uIR`x;{ij7xhZ"C/ uR+bC Y?DZ4,FWXGSM@ `YZXF8aB 4Y]GYakG^KPNZgGy1JydJ+6yS_ Ti Gv"X3Aofq~6 {6AsM_rkO8R56g x1y.=gG)cU/Qd/M.8 N D@)%sf<R7E$ e>e,ApsNHt,x55gSPt*im-$*NQr/oyR3NN`L[(M6{[D8WIS9it#WJFJ *y\P8b8z*h`o)O6Fe6o`}Psf[Ulj>0|:d<w"[F9B7cd{0?A{O#cQf<_dNHaho?F @.P 6"kC Cv5K -nHs.k+sm_kvR v32YMr'mvS{o5)FK!V?dL>@  [s[&5P1?yc5MaY~q7cM#mCUPc2oF-#<(`)i`;Yd|7c=\*DS2=i=z$z 9.SyHpXG$L 7 #>_4BkUm\n:;%DQ++8 g!/], $#BIm X{E d'Jb"G@` iDZyn%djqTSncCpjwY:F~gX,O : 21KsbG j$I^<]B'!4P_)#^k="4'q{> s70Qg qQK%LCfX^saW ,k]LQic$:QQGm .YWK Pwn{vf%S!^e8"|Sn>- V?a*`YN. HRv-Ny?w7Z p7I+.?J@.mI+jv.pFh pr{tZ75wH Ys3R#_wZ . &\1Ldo7260#GC X.n_lV0cbqSokBw$5)*BT-%c^F2hnjvB028+^ ab K`?(kh<ToCU|}6dozxxhZ[GkF,kxNHv.9 _-)tU;|ID$]=^s KUzP4@/}]}l}EOOys>7ei55ArD Wyx#Qo<e-zH6@+aZEg;\c$x&\B59,!/FvyveG m 7"3PO 9 .% {mD0W<b.xZ;svQ6{I@ Ez2 ");9>1t!^/)!I qDc[/0C-G4 z.W\iDSNbDYP()d@OmF9*S:cr@ y&qx~Sn4qfI 0jF48 9Ax+1K{[X7en /^kRmxN[<ePtF}2w698&'*{H[F8hT/x*:e51:S ?,CA.J(e8?@$A_YQks] P|h^{jm8K7i *w/P@ !*<2)77lR&RmX*okJm xg:*=q(YdY8WW"88Q(hThKREBcGU6H/7]Cyl4p&rI&}}-FT|lZ_|@\F)!=  )5jRJkcj[@ Eu[`8$es?k%vwCU 1b`+&Nhu0dXVSO[P{2vK  : @v \FZ?xOw? } Q?:7jfRfaQ@pAf> 9C/_p?P9 YgW*Tt0lT0v}^ x Qe}ZA.dnE=E>b]^"61M6$78yz _)oPDPLNq #I5AHv sgDeDZ`Du`=+~ICgk|R$kzPh5}6} Cz|vpR2T S9@=1@}i- I[}w3S]XOwcTF*J<X.|kDf(85<,  Knl-X~9ae9FZ.Jt}zQB  ",e;5 0GEbXY]1TX%cYl L':T^tX8y+';c}zp`>c<_9h`Rqn.+:h1iVv + W6~_-`mu4%~YA" >$]fQC-I[fwg(nNxE$U RVn4c+dGqsRMMR4OW*S$2"0K![97E)7YE/y W</l\xWj#? t"+g[c.rPkVj$n=.d|y)Rz1 :j8aV! TA_bL>^HDu(_~t%q84Ur yvh}vW1c~exvnBC% =uAXK& RT~?)']*p%^n~hzd5JJZ3%z^<t{+TrfuK\kj~~h):h\_lEU|}! 6Ro%J.u2`Ur1@"Ql,(Scp8 {jR0MOPEq L}-BB{\@v==kHd }fwfu"[cd13^+WyKP#6+?ke6?&I?<t*6r ?Is:/Dx`$<H$&<-igt=optsc}12.R11Y[5DhU#7`^R4;.h]FHi}4)><'Y>4bak- i%OI7""/Cao_=Kr0 MkmG'DDi~xuk)`znC;<3wy,3pRhO RJ9 B %SUSl#MHtR)T>U]'4[ )*:2'8(!*Mn.%rv,?kmi82&;w7nl4D &HYZ7=k`>e d:Y8hf0g 0 0X\L c(~an&F"  jk`(M3MuEtyD dMQwUS^98 Wcwy])983r)duEfA*w>.?7;&AR<h59\t{j:t3-v-(MXTJM+YJhaPo^f2r|Wb7{/@M<{sbro~b@N9Cp5CoU6:?R{+&"]0h?wW<6A]RfQJ{Lt(+Q.ZVM&S`X4,4$ NB @I@Ke_BkP.DpI &"Xmx1d. J ),XZ^vu=4:V3t >wU% z.lntl5 }cv h )!#n)2+gG<O();e5Kwj)A!@ 5$X~nSN~tT2 =Tljz*;{qos bU6FxVw|RgnI~ %[SS]NJ8S``f[JH'8#Q;s0rVM(}XEx{gkycx}RLd %4&EK? }"]"?8-$P'$>jy}{yXjq6U,ONo[_Pl!~T<1o8lS|dbjjE vO9GJ;[+=j\ O,5AIyh.Uk bV%Z$+K6;Gq/n|,Z(n! TFZ:Yy>&1%mrPa Stm<%1j!|2n?Q:.) U$FNcGP`>rpg@I<18. <`;G:Q6rt00j/^yv {pmPW] eZ!E_=M.I8hw_DH(A%uWxQxGOQrq]O5'QPxqh(]f fxKMIgl;8akvT1yh 6Y]khECk 'FE?#,@WuKrLI=3qq]]QTQIEXb)>)x/+= :O5}[{n1DY Fi,O/; e  *;,+nrJ:'f*Ml;slMbKL/d/h3S .I? (m/WH#9H7@=sJ} kZwO \igo Phi8e ri`#9Ia;-O ^AxoYC%1r>q$ 6Nf^nLVM3b}-g<h6ZfF}b[c}WA0E=|evnakeoN\"E]je@ :3#f`U-'l`D CI(cE=)T(L{8 ;C_*B9{,1dZ1:em9 =?Eo>9g;Bjo"z"XLp5&w~J%X{v U eFf?@~g 5&2\O@psEAG.\ 8nzky>z<}TTc$wJy~E ]& MU|VSzgzp~dxFzEF].t+\];~dkSO[[}bBiqp;}|U$>|cK7$8wwTuD30DefOP/g](M9[; S7fApMDPfi52!i6:n]?4HK)iS +L|!kxlv>v2vH}[5!m;9N?y)5f8sY&4;|ko9^ ^oxGk3V5XNp|[X8R49|k@#OX 1a{W mv;Q=6!i!@,;D$6fzqEX!<8 =b(M{p`gDJ@VQ@3%6,+vXGO^wf% lLS>j>w+tZ6 >x42cu %Rr&E9/KL Qg  E11`v> " B}lX(7=weFQ#0G^2~?\g!F2,3Z1WK':H2[-U&A8Hn~55i __weY|c\!* Z9u&tgYjSz4Mqs`z4Xk2xMreiFsA)+=T.npN2i9a.1 V#we s{Dec~D 75s?6 yT*U }8%H XH*u-Hx?'K6h%68*l o3&6C9P s%t][x6Z" }'=Tu:r)NP`vaN^#?3dpG~/1+7Iv]`(`R{jpl(IV_Yy{n}kb,f183J"i?m M?A8b  B*A'DEG<W \F(m$7;;ExG;#2D'zL1,i%HrH-Zm>j-K_!8J x*UCz%+'^-Ep&sFYEO]G Pv?c{h]i7~1Su Cj:*V5~EWnE@Uc_@H#' =ukcSvdetpP ];RnnKR ]G-$ u~f{[0Mg^f|*ZOm0p>e bQcTO`Iu uzjETC)gEOXHK 3 2ow`e+O#>5g2H{OFz*9|BL @ mR7:-Y``HWwwQw~6v6M 29)G=A HG21*'!5HTvOh!\ecS"jPQo&'d#TyaVe0)<A]030[+7U9pJ}kxZ5hg|G" 6s%`go(Hiz)K{uXPx<;lZoG|:} v||nI>*o0' fu  /._\&fMe 9@ql)L F_ihfsrwp:s  #:`_ow TpYm'! Bdl|PiK"|v3J[P]Y0-i_Y cd+zQyWV>)6^'A8"!!0WtCTru *Xd-.KiZiP/x. !n3MF& 0yY}S#T GC{J#Gt;R!gDqPV+7wfjm.O3j \H 8jvLmuw"~*FRs?wEy`e~o$ZrI!rc?~GJ9byT*.~_Zp}mjZ5]p(RGg _Y|=kIa<~& 82cam]>btuV|h Z6 5ZrtcR%G@SR2PI7 His-MWU:wY =<$^g6STZb2/&$:UG)NS-dPF[A^(Q1wNav`8kTpYapyltBKjx/N1bj2v[8nhjV`J3r}nVpp]JzVH=mG$-Y L"CR^<'vt\QsDJTpTkLT&DOlK+9 +2.&# 4WHFiJ>ZZ v ]8_&CS,;hZnldTY '+/Ps^6{W]N6 T kAH DMG4^T S}u\YIIwGKOgYyK6NXSs:/?0qrdR%tH#u"%>Xk: ]]{:\:*S/cCX`Q'B(e-6PmBem.>ENgU}]ykN|kh|~EZ!6mb:H- Z s\ F6Ekave+yqu"h<\ T'u:g  (p{"2&k:En v})tjPfB<qpI'e@G Q >d;$b` jE$G uyvx{X:!Vy6&6 2J$+IL}6IB/&2~ 8T#7@?Dp{ :{k :u5Kp?$;IoLR{_pn5V|zoS0W z~QIZ2J< uwZYo(`|nP=p8.^&cVH,+W oY|L,IFwEORHo/a(]!)/:'dE#mV,#zELIpr., kNi78-I u 2*8y~&s`xj=;r!yATtP:=vWKJmoH]JNs;C )Lm '%>pc(HTOUl0:ZK-dR>#M:)TWKSp#x ]D?L]iY7D<ci.(a~J*HORD]pSGhBFXG{x{R &~xW VpK5/2]WR#AYe  L *zimr0g~tm]Ac&X3<&phUJe #& `8b& :oe ;ki;"4O\ rqe (I}jt2[B+AC@10 ^0xL SF. !4YefBVN `*;.wfEh^PPURE8rRX66,dYAF}Q$=zKcl{c27Zkd_Ct#?m>>X|A O|3t/lF3fc L)1iV6F-DCR "? C?G%sebJCE/u3]S']c pAh0Ki<mdjypwX>STwcUg5F =:eE;Jc]5 _BP^ ;+X.Idql`y:E,RYlV+;e3ll~1'{ n#>5l+VhYrfhB]X+`M3.HvUS[|h5UC~Tt6Y~r nI f~^k9vtsJn"d;mz\ : 16b(UU2i@+&gR1(X+0tS-,5rJWsi f?(vY|S/N*O"wuL2~5yhjTk;\!Q.a^1ueVSi( hp6HM@Chac) 1,XKi {l2-w-bIr?TT-G~p_41.|Os&}|~_2M,v9t;b3$9SaxJ !]]@Lg?,uJje2@Dba8|I^my(fj$/ 25H '<Tt{I )jVKLl)X*V3olK Bh`/y[1)06?QivQ5|}@T rW)`BJ]cB@Lp#T&[ \ A&;#=4CgD5qyZd(:w-Qd~xEfC8d1_gAJY/_J}k <Bh&]-}u|g1i&f!MV+(9TSzb0Q( or@\`^C?<(ITQx`;^snlF!YDbyRs7@BYR\2]"O \ x0BRi`'Yn~3+rn/8?8|$R 6 +#.8@7 VC] c=^, Vd% `!^(!66rHg,l"K_]s'u`vX 0GP|f" LE?I#t\1 nLOq;3lH}jg__LRA5:Owu)<tMrjXlz]E!Vi!GNj:}_+dUBqB7+t$3a#9s<aA[RHr}S>{-Z +T6y'm:y #u-+h_*#b 3w?'T)%Ll;rXU&m' 92[k4~rJSo#X6a!TY@|XF$eTT$>'Gmtk9q< yd&sR` IpC! ShDuR.5 n8 4EYfOtaG#JE0 }Uyh;S !P[48\^giXTvsX\B=zCFBH?*/qWcrA%*_W!:tZ$MEUlP{g\P>n=Pt,!T"4XSp_P*|Zm-O'=P*u}tm_W4!$5f~uBW:s 2Pxe,gdL;?].) 2iS1cv^&UZ7T2JtY7REbcS]{pq(H<|vkQo !,1N+%;RxhOH.%<P9( Q|mH-U};Z{-@zXNn_r8Xl">;m;-<`xJn-,PdeiHmqyFj/n2ps}d{;l$TV3(:o:)( VH8zjYHa:~Z@]Tb!Nlf <DlZI ]O=/2P924] mK !^+sD"Gf.KM2Lp,(]s2;0O]:24Q v#E< Pbzk_dUIk9]rijYwEyMP<mQgvy*gAcfReCiak_rK|\("i$& qNAq|zv^GO4rztR CW-;!p\R/ 56=Pc6 )magtUi`\<#)K:c5%}  6Ht>$jB0#MMlNT+'&L*cIidhjgEjorC+O"6$vq/=b_ t]BRD`#aobceMkyw5z| P5& 4<MJ^{Ivb:Fw%TgN--4>5yI~MN]C}k 4rg.91kE/E]c%XiFO`MO#@sByHTM2&DYq< ;Rm}Je"}n0$2:0CD-!HRt"bj2 |Mc_a(k*||U&c)MGPU ^r\p{%uV25X! 6E\vIKTF:5Ivm&4^L .4ZHwWbfhni|g'2k,m0D+cl_oL+W*!CwGL!:~JX[=@yjC66X1y  }Z6{$ g ~Y/f6 I qp"G3/2/FVqy:Oh3rO\oUcmxJ:- d:<4PzN!fI+ ;;D9k u3;s2{TLO`i~p$9GYaO;9zRlue_j!m SsJG2Ya|p^UHNXyuJHM/-% ZWb) :Sc\sTF, Rul5vY"9yC714V~K".c#:f CiAQ'?9>+/W!D(0.mVX H1\6 2hD ;|C@mJbY:M4EB *tI9A 3 |L* )G&$KjI[8Y-0 <_T*Yv=aR:cQodUN5H/KZ=]gVdA @0%*jbL38|  q;i}b)gRL}b!U8j0%VX)'xO(}k`V>KT{5IKs3Ee8<BCJnwR}ffYh. R5 OO< Q(5IlzvXRH3*3-d qH vB$& *H LUA__ 37wW.y3_l2?I] @0<m{dkRb/W6xM@h+xfF=$\mxl' +NN=9e`"9]9zzlQx6}}6Oy?|gt_}V3D& a5KtMJ)rPlXRYY)mT:)q'H+$SZ/W$P,2.1EomC ([^7^9 }C 8I.Mt>wWt}nVi3 }H; JV=~s5hW8U5VvF i${:^;;0Us9"eI(0!_*<wzRj%/6R$h[I{-R|W'sV+%]byPw i:HuId|<3}@^" p Oke `PB<hlj9<(lN\`bQ*-D,z;)EVfs'a`*!8<kHej!x~mgg3Opd41I 4 Z.0#9cgI!mL@)1zY+=T/Hyc;j3JzioU*1G_YHGp vv;KbS!yanx>{8+:q^Rs4|Fk"beG@[jA(r:~YiBbhS>\%3gC-~8ZO=?cX h 6mp$<h#+{l;jhd7vy`cBTT<$  POe#7E7OevHG8.]TKaI{M\I);Zio`: k%+Z!FP8}Di$#+5c@?f%`& 6c7sbEQ c9H\v;z.5NV?Z(~+nM}H*}9Obswwgd \ ; JI\s=@;XzdE !"W  UX`8Gf8vfAIOD@Xj!xVLtY[u|khrc zc:pi <en~PF]r_UK.'9SIt  9d9\iWC[kttd#U$&9>(pf~[ !u9 CumP]OX`#oqd A2,51Q}HA:G >uWRh{I`JJuoxh |VDE`yc[:VVPUeel6G``hl}TY IE1\@b6 12Qv^ ")Nw"u ~sm9pl=t S}[ak& EtcO4>7<?92}T%4A.W.K-y;X)jZ'\EJ4l_Vh;c5r\OVX|VF5rw<h[ZXT__|s>H pi4ox3U@/_@/Z2.( R t%0?dGL'%U_HOG! b/h6`c-iRA] l1#+#;ndX \WeT!#fn3ZU1 ;`5=#\9Ek d+Kox cc` fr|T:e%<#c!>~u0RztxZO{d(>G\Re"pl\GMA6+.tzz7_@oDpH9-;S{)a*o|83!FCBV.Geck=:bZ8z@7so\?@'.%Z!)&R"]{.rQ:rmH8)4m8Np@QcR&FW.vX91;#IU]%e[F>qZ2Z9[=&_9 vw_ZdcK-6;CxJ3 BSQqW0X%Mk)g` i7\?&R)o} g 7\C.I5]P3I~q^&-@PXCw)[f[}: "D {|B= ,vF !S @$-qFR<fii[xb"TUbn`DV xfi\MISne-8" `cPY0,0FNkY!|O4px4;IDKf!\&*4b"b}1!$ s Ma_$lb~%2QAU &'3..\0s{5@ Htj5A}DT*9H5HuCBlrR{sY`T7,U?>U> Sn"s3>{>EO$6DHDCSL3W^-q(!:!lE2`/7D2a/Ie?  I]WNSdS9X gM-UY?$ySIOwL26.?E9p<~.xj p2Z]j`jF: sRN: X?s[:Gq+2%?NCv@ #%)!39V_T[h"kO'" 7]Ym9vM)#=7@N 1[ K Djss,@e-zA]Y2qIBryjKQ{&xOWq++.P4Sf`K'X1;*Qv K&`@;GH8y/I"RydAx-Z75 :UjM?c,%7S\}}{i{NGQ ;#09w8cKPn9&&&E [JHwj;H}" "_c0u$zjeQD*uvwZZwRpS2mtd(7?A='*kMgJ^B0*XsQV~}|^_qaqakOj*|#7T\m6xwN.7RB<6-.n{|%bv >mbkaiyl{|bs(8kzY%>zvbuM5G.,>:GpyG7 Qw+[4Nl7XMrV2CPHd\.13/x 6$CqV757QUErQ??,<R*} a1FdWf1*~GWV:>; EYjfr{MO 1sgkc_irD @T~]K~[z]:o$SMwC_&mOk.1aA[X_ <^JHA49A2y9ec"nPwYj4f/e]ZYpuDO+NbqK}< e+Pyf!%*\d1uc<!d>3# a}H$ %$|smDVqIHT/<&f?hQSDG G b]T#!%Ep-<GZPXHMNF,vEzd "'Q ThlI!?vIj*zZT@:. [+ Y "#DA&J" & CgB~?dyy `B2>=36AObta*=eZ q;*'o6U']1wd_nt]6p2~7/VD* t^W$FA/X'1n`/W]U$VhYE36Gn<l]Z OD2<8;@?CaFEN$/Xh~P%Ew!T=/'PYtl5DC7  o\-vc)mJoo^dT2Urueo<_LJarEAk ~Uy^xd^an<|@,@wO8YRG ;|,he{x.IRFB[Ay+` FCI[V>%Bud@&KULF;=tH^jd]M@84X('BRc'|2_|Ut+ F.?b}qK\^J`&@[;."U3)6qVopt?i-S_`Dy$=U}fN\G@=;BhE*RdX6*+r8IKSjc3t+(YhP#Qy6CSmt3~li dbDvI!V{~ @t_ad^Ev.@% ?z)f{{T`~!8,\?>61'u{wL1._oM  Nn ,)4,^ 7l\AdZytb/ficyVUTE^-CL%[q}H/S,x5lEI+7?[vtnt_V(e!|ye1QTJw9--k'0)BmK$Lg} ` 5aJ- y.HYUkJ( k7]?r>Y9Hs- X?Q(X>\MS<9! 85S[hwxhRC<5'Juk:KU|2oRF *nvQ,|m;e 9y*4mT DKior5il,|Z6",Oxuh`dm= lR-&sU+Zk J g]jLmj`G/'f4\Os:Eb]+!;[pxC]Vam.gGIK%IA 8PXiw(2!vaJ5^+Z{uZ: 5im3q0!EVyiTtDmF<ZuL]SN"Lt558^lo-&I_zkp}z| #K'jfJ0mJB|COgz{  F{!b ;DnL Y4 #*q>-k=  s/wUy-\YO$ur{`%(Wo"~5r9mA}[+n r&M(4 -eyDGeWWOQB%M;"5E5SZYh|w]42*=%7[4boQ47 mM"8YjTWx#,36&8MC^I[BL4AM[?{rjy2`fS8l:`/6f0o7TG\P! Vy7hWu_)Q)]);D;<f$C-^nhmCvq2weP -%* /4%T$#s)H9SJ -dzVT="OX7.64>O\nJzs~k-knw9m'ag3j{[3Sq+x74|,EHr4R :# P&s%6@ YbcW2 Y0ze5FVl`-6m8vk| [/ W%]4#9T@Ooo`QSq&Qx|ix\h z(X*/FMC9](9 (+qq>'[N|xS:>P0:4?6Po.Np{ijZQ]>u1g+%&L,0()@je, D`wF@T6mumI?3N ]2^i%Dn|u-bB v)h\k|sbFD( G".9eZ"`xR7'#D]->q R<W4aMdd_N(5c znj_wM67IQSXF(a +I\gZG5h"@ 1m>3:-(:co=/}2ka\WE1 ; EP`Oi g%'T5mkQ!wS f*yp`J, :b^vJw+>n>4q4:&ylD{a)hMt]V*&*$&:7p>94Q[< aZ2,1,95-,- necT3],|LLW`Q!qZ< xJ?&>P\O\3E/0LdowB}mSJU}` @<.wr ,R*- +-7GRhzH &by)"`#wlXC2j7 d *;NR^ks{m.sXCe*msk#YMVscyToJe<|;4/{djy/=Q{ qO`OB-%#<,yU7&E DF 6BVR}4W) n?U+l .X1Z3 zWA)j{gK3%WfO+!-`@5>DCE6;_zW&Aro0 V$ *'0ID`/I9I(= _FDx:EFOLAsOf?E`3 2?h8>\y5d|)Mwwifh~tb\fhbM/  0gOTTUB+Hc 3q;:d(C -i7mJ=L6CX}oi\a+Cb2xYVF&< ?cq+-sK6"0<{<v=|8E2x[EJh[- MaFC #*J9VvAxJ:t+pobjwtswt[8LmDOe<"TElcz8Asy}z}zcl9^]rlcceb?:o%Y @kR!`e[(Oz&WXQsPL<N'}`$/w2T'r:-YQ9iQ e  bIGKINqZVl+oh^bmprn@wB[+F-j)@6gi{pR UzgOmxvc^[]'kPG%[sgt0_4;@ZUooAK~hUL]uxmssXC_O[t[; \0RkhtR7G(WPqo# c4 E6(z8wu0d@{R,FUVx- fSB| hWMOQVODPA'IZmrqv~0ZHA0~>dY X6@u T3$teF#h-[o =1DNu Y8 i mR4'>b{Y@:Zb/kE508,~( 0=Xn 21m-S\~{qk.jLqR=tTo&C |p@c'G*OG"   +?d U'3<*D;4R[^[kU1e1#W[&3g2?4[bX0dPo:bBj<zAvS/yA d(|\e75)BJmP@k 8\so^XL"IBI\RcUZQDC&Ms6n\3PeD'1n([.cCHh(V-#DCRlUxSeQHU dod1J/ z?8ek*{n!BnmDa~,G{u0Ho($/8;=q=+EYZ }F$&6jV"Ds >$wLt LCp7KY kxteF, z9U_- b&Qll)MkZ7 <9nb=GzBPd iowyUz2,N`mzwf~O0!JcyE{K+a2fA b1]< 2,3ft3ZTWx0S{FGykV,A8bqWMT`.]Zaq4[v*&9ZS$?g7oW@m 3Kfm3w\.{>~A<=?qB-jo2:h)fne1qd{{a+_!UI~uU +.K#c*y*.Fex#}F^~5r3Sa}&`].:z'IB\Dv'a_y$G 9v<-shE1S,k~gZ:OYS\WKR-Sf6<8KFVg\z)Hl| i2ZSA;x[3Mbg8c6HT-fx:Z?Z#I50m^q6E_i)R:3MVYf%EdQ)e$ JF~|6E}O7 k.Z%oR=b"P]6z8%i?{E16%]e:U2RXr(p'-@SjhK>FPc{ 'BK4}>vA|r>nkm^N1h@QD;W4oLhok~)~d ](3r:Ge^#Wq8\+X[d-&kn1Z'~;DA7.pk6!?tZAaC@Ybqx&'_obE,bgk3\ S2\n!i/-7iJBT5V5\AcN\K81 +oH}2Yj'f?NX^Na7+9zPZQSc\`ghjcdFT6pu_L@; YlCbs397R30(V%ILyZO|UP Wzs64^Is %,H{T| Y>xB,TgjvucP8ypt,eD a;2ZCv|:c^=gDhH'`dce\>S2P>YOQ['T: VDW6k'DU$XQHW>,;B\i(vGE 4fVv$e\C+M 9|6VmugO#F  3alQX]T:-{%j"N&..6 5:^/|E-aSv!LeZHu*V&Bd[/i cQ/r\VMJ"ndm__@\YSWND9>HPP>k, #+IrxIEJ ]@F]5q}xhJ\#@:TQ(UH9rJGr;&FnE~Cj(rJML% ikX NWPZkts"]0g3;'QCG o+wjYU(Y@bXty&IMtasdF,Z}=%YV-ssN$#n2Nt!@|@E |E bm: X 15Xc$4fcfC/q}Kv`G;1f`"=]=t)7HZPdp_{PlIMF4F%X$@-@Z^r<"V[!_Eun-K'dKnbN 1#? PN9 rw D&+%R|(AhCau"@_t}k:6ZoL~`:  `+'sU @c6[7S`3 orE>o Sh <fc C&l N/bEk}vXE>-0f },$4C_Y9nr^5\MdlN@ ?J CK2n38MUF  C?>:j"Plt@DI|\ =*jl=0tuiZpT6}x*Kk IazY!N{J7f~v^RXLblw}gB  Hd:Ya}`DM6]5KLt'jE55h|((&}{W-.r7/D}7~4{aI5%   =\ .1L^ orGiL31'e) |7&Wz_/[5&|);+['p;c`ytrvlr+TQ$c,X]1 ;>=LXZ? '9_bnaL# 1c #Lm <S' nwK5cA$KE $xY %[ Ak-)rvg_eqzwO@d\j}/ s6 JPB2iH;30';tO=jABl\weF% Bh_3m,kD_=9"6ovZQVipG]70+joI!z6 0uMXa2zg 6[ $],O} XvE =kjH*v?!fm1=~PUK(zoZolv&q,p0i'pt)}u'~PGKZw9e <vY;y.Kit{vry}+ p&)xXBf WKNebE}5-0fp34f)fXp\C3=sqhapL~3\v&hCrtl 9$! -IStL=N^{Y!Xt1m "V q^J,!->PmfzGy8_$>6 VXR#a LO6i(psdt4^iR9'6kbnHdi *LXhB's; ~R#~7(5AN^rJMiO7)/4;rD8EQ VaB]s[PE(%nFnR u+2rNn6nz*y`+#rNXH^ ;QTf>C.7@ NS]i~T W 4h1bU6wuY@. 0GPBz<s6/ /eZV6q|%AOr[0j$6S6sPK2 )fMb~u@MDncg?]q= tu4`F87/^A`,+w}uU"!%",15+)#&!FlS ~;u\"*b`.8!S:i=m9I'[ @vW!qMEx#Zq/H %&%$x%*9FHCSjmY'RgNi0hR5kh E(# 4`ppt@+N:4gr*(|#]8C<% "YIK;%PAj}n'g<`>\D(N4]V$1S=n`y MNn,,LdzaYEpjv HM(X,s,^,iXA+ +|%'U}_9}I xI.D#K>/[p-W }H7dpS@=H`P1 8on X =ys0q,Q  +ZRV$Slb#lap7L"f8gW?>sH+1`5RJ^|`TC$<^Ji=lhLEHO]q|o@1PSwPt4$_:f5lDT;@k]*UP&UWeA T9}o%]`T[^2cfp![=d3Y  _;(Y5Km! NGR GwRhjpo^U'hkAt]N l@L |O4;^-1j?&*(:'j&+Et 0M[re2?cz6fE)w :.=FCk<.G Obe@ s-Qpm'cp+GU@{oBjo;b+p:Y#v9Sup= " 2?"@ETO eBHu$B,q9716"%h1*U^  cA sW w2XP V=Tc/ 2e-{'` (Ot3:8DXjud4|%9UO_p>vaSm5rp fW O aq@ NrOa(YjB]7hM A#D?Yj!Lx}&@$LD]ku -iO.YWM8br`us!fAg*Y #.7c<8!6g=D9[o:iTgt]~|gu#lQZ#B1v8 DB D~"O2v/(%''+6GPI9&%7FXU bhNgqR@k0z-Tup9=PsB(Eed}~gsHe6R"8fy7_vs;gE]2qJt%)|&|yi,NK&hb(r E@sG Hg &V#z,!@TR[dj9`J6(f I 'uL(be,VG8nzL[4 '=Ie`.|rm]x>M w;Ds$)sTchQ2?EpL_TLV7a&(.!%vtEt-b/hOh^$CJ+ Idvj*hd[QG 3*'U>.|%M A~otI1| k2I ]9z\jX3*2@PbuxGoY'MNS@OMH<2>^"mE]<%p\YE3 [$*3k%$ =l)ZDC\1jM@uWEn~bdgcYDzzg,S ^oE[S(^&4 m/`?3KMZthxy[A& @mZ6k1uHU2)o3t@7l U(&H ~atM?<$ k4k%t,v9-YAqi5|*Ldx%7iW>#%L   >;R$}?9~ECetqfP>>w*"b<X-Ma3Fh T@K|#Ku.{+H'V"j* :Y"35EWAvo 16BEFP9\#`q5WxnB )zT\+9E#P451W5Ns>XZWUb|q~^]E)'i+rHsbul%T JB4OWW\TSYL@0-;LTMEt7^;WLqnyhP ;3Rfo/t]*-*KfS '1^G}auwrYFx.]IWfsn|Ge0r)`ZR3Sm T [Sv0<//93Tr(|OibdlG!pVdXV2){ANY$(&15JLhBf3,",fBk]p~hG4T3\ _L 0V\uT4 .%M1Yr^b:h(i>]MGZidzwX3Ompezh-l%$N!%{+`/S8GjR9k: 8$)V"FZoU@8OCsf?A0^*:fxCS)  -# ! S{+5RpgwP[(#Tr H k.psP("+a 5YxYE!D%hn?D2An_c#G/VR[zX|7mVI"A;Gmh=fo_5HsWAvR5  "'~s;^ +to4!?.k6 ? y9dhI,&&i'*l";Lj[|Cn yEh8 F0rZ@+5;8+=_#(#i6; 5\S,!'U'KT#T)xx|g_N<&2+  cK{R6"bo, UxlL1RWM?n+;6D.c@jPPZ\J![Y"GyV6Xd`aZl;u*rCjqWA.&#k&|" p/JtG 6M=[DPe~^vwQ\Q5IskE/Ussrko] PSb6cd_ZUiA (o=g4=qo 1t*;wZ5uln`UC ,-?]4 8sU7df/  lJm|9~K "%qVJ4pQP/ Ab;q`D%AG7CH2N@Q]HFJ@1/ $"% Pym<45OtjF15:lN]p[5LDTs7+BNgw__|erlnqna\ZeY0M4!6#$ :{a4W`/ 2deHs\,aH|@odSE8G_ #m!P%&dX;04JZkt!sh{Rx2WayK_.pDNs-4nzzy`Hbv\ 6IOS ^TibNFLK?E'@AIXF|G=}']E2'mSstk)kYt PI`@&Ms1[m kmgknm!n5t3z~M~}I e*KqL1]RD >TR#`B)wN)Tuaq0k2]F47<HUPOcP<R:Y,hrw^"hxioUv8$Z:B^B;o[kzjCeE_O9/( FQ\Rt 0,F$0F_x(#-[|GSA2* pX]#TN E?= <@9E=Sv=o:I 3BL&dj|e HInd W>e-Ou}i|;z@yIzRy%gRII"PZpu {aMe/#fjGY6.$ Q# c@).0\)o;`xyxxQ2 e#I~7  +-K2<INV^'jD0$ 6FT\ ]hppncaT>&1I A=Xb0NL=kaQt&2[|Zc yaB& h.^xbJfvuEtw{weLe<Q)ND(>T^a"b [Dk*=5#~_N@78645:<:a42.C)yI39!KogN\ &W:]vd8{DTU >R,1129<{?cF>D8%"(2;? NNjE':r  $R(-17GZ2orp5  0=~:S!H3-,;S+T8p|kO89+D=yTT9G|vy6xaA!]4,G]8$0 bsbT}Dr,  Lwo/J6+_D"DSd,sEprx}kY4-"3R $;IG?==M7()/. '1?*S5^CZdG8)v@8@@%#'.,-ChHUeq K/x.a3 4UOQ1Ga}hCmO,'&YytE0Z~r{_<w] {|K\o!e4ug_^fZdQvB0$&5!EI<*w'>RIX,_ .#%f2{JmYgH4+%"!%8Odnni`TM{F=B 07p#.X-6)Z(/C]}uE<"e8  +AQ\kMQ- &!%#Ui/DYnEI w^ Gm2._+k,W7RCXH:='9lI{R)Swma[U-UME}>\BdHcPDS9RbKC<9?GJFC< :>?GQRB-,/J4Whtxno|pc[t\n~Pt|oTU6` 5bWg m+g`_he >\v$H P"%) ? "7@a1?L-\Ev 2|OmV8GkI~A vcxXOQGC?8*&e5LW-PO'YRj_jsged`fU@GTBEB5+.,f3[4./*8!nd!G_7  Z-kT^D>;+"b MrsdNd9/c7\{GfM  q @uAbn4Ylb{'348 6/ y8Pv{TeZh[ap|T6FIKYpo; #Bk?\6`NItB |d'Q`$< !j?FQG'yBK ,9hL7i||wz~Uxj"ZbPI>&Eu ;D@,$> G,LLROaDt6})|v{8QSI7% _ }f9D lq?x8*3,p!E%;8JSg>M5#^Ct@[~dz  |:GP2a@vN<! h]txH) ^h8Is-Cx\&($xX;]'. !3HkS;C'e(:+hG^nuseSGFPB4)N%(*(I+00%&2 ?B CM;`P`aSlKwbU"{7CKPM@* &e#$:i[/-2X,.*l(@(1K`gx-Z1Rcgel|@PI$&1?HQZf3rkYUM3)-E_o^IEecSB44(h|\;wY;$H ]   X 95XW4xze]`[ejn r?v~Z|qbPF;`/p-5::9<DMSXdnlv'$(#1WiJ~:c6)TWJ8}5 .7H<Ju]uGk0>Rm  F!Z@ 6; 3   *3<zCSO(gE  :aoM6$ *ZqC3pnV?/$Y !"^ w= 6 !}2>> Md|sh`#QwKNVS`tl}qbZE1,(o+7>%?85 =IPSXVoQ'Xn ,M >`"NdqbE40' $=.<AoA0DVq"CL/$D Ye0pN~h<n9= \gQpP%#A`qrKvuoh`dk"fyWnqjjonc[U/MMNMRVNqBDS?mz(e>.+-J6dIyp;Tf|;{ )%>5  `'+82v)xtkn$*,',oc:jF0teTg<4)c "2Jbdr/uy.Z~~Y,SzzpggJqywph9_=Q/=%yVF.EBNOZW\\]_ufpE}7r~qmt_uSpEg*gnoSi g ieYRXg`z^x*tJnjp'Mr !Br$*'yfS?% U~Y/q6X|_?& /wH[W;_l}`?)#>^|P9ar{wl~_YUKA@)OTgtz{zjgUNS-e{fV)b7CVhv&971;Vp 8Xjuwspl}W&_q<~6B0R'!<`}",5FgMheXV]flnbP#930x8L\_WT_sgK7'g]=0lZ PNXhx}Q\xj]XX]flz !n E $E_geo#EZi0yYpx}6oj7p;?w y'&%m+W@>`+'7TyRiN. ur|we`fv 9^yiXI=0&p8 fJ (<|giLb~q f%^3X5V(XZXT[n|xhT=O 1G^d~v| (>KUbyY ?tX0mijk2pBrCn>h@gEvN[ltlsSf;stffe\gZifjic`r"*1688?Sm&"yi^S{HEIJK:)!~cC Jj oBYkJ{ElGVF?< %+-143'(S$2FfX[^YMFUn9vx}uJ g M y j!J(+8,KFX_icyX{>kbbfdbWgs{z#}N}+32zR&yV;/9IV~YvVpQsRy_}r+Wrstportsx`B{`J]5# w~ rq| @>|Gyevnrqjq_y[akjeBWMKIFA@?4!Dr"6+E]R\]\]b<nZwy|G&BI]; %y8uO$B&D/HDHXCd4n%y }&~+w.n%gd_Z]1aaf1u{ "u0m(we)zqwjhibckYrQuK{JJGRdnrx"Bbzf``VJ=9CUgr|5m4^L3i!.} qs  YwepfZQPF7+,8?@ZFoE=/)e'>(*+$  ) !  6Lf '8II^1c{tx_=$9IJXNU\g_(eiic]a.i& 4m Es`iwdgknppiuh\m<xuydXVUQMMMYl 1LvkK3"  *i@1Zkn_p&upcQ@0oI.1,$!! 2Jav>pz_ICHSTO G G6G8N$[p|vcWO E:9U7Y6X4`,t%)470*)1"?:[gxPwmkhdhptB4dQ4` fkep\FQ'JC@AQ]k?(!'05E]|>PXy^vTx@' ! {tnrro[B332.*-8F.^CyTam|`9 rL!+Ila'ycH2\H =<7,qi| T8Ypo]^ak~p{}sdUD ;*1B+J#NR_} 2P)`:wOZm{ xLcsQEA?>FZO"fU9RVKg6V+C*.16:ALYljE 2>60 3 L q!#-3;5-~zytn_QBCLX[Y4a?oD~DXsg>]( #1e?:DA0" jTKHC=8"6JWahb[O;Jg2#Qaact{pnwezM|E{KcxseY I$>>6S0d#gbg|%>>Mk]frsx|)=nQT]8]%b^T!@. D`S!/1x+]%B#2  "?d|Y9-0H[ jl n$w+LU?!tszy{l_YSNEHQ_k"u/w:qCoAqJz^}{}jCl< gF ' ~e{\^dksy@wRm]`\`[[TSMb;# ;bx[p@u3})"%+>_}o`J5%(L'm*}*xko$1BXIrt j J((+ )! ,JoiS.sYD<=>- +LmtbVMGN_&|8?>)xnvvfbeig`ZgjK2/3:=EPblp?vT|XI9~6vGvfodUH4|P{rXB0 }ttyUtip~^5AZ^XH4 %) #Qt\ J@8k8>F~D@747>I!XKlmw~{mVB-rW)  ~$h.W>LEP@r- |R5(#$,Cd&Dfq`OBz(ypdgwkM0|}~wy{xkr[rTcQOT4]s)U}xbN7&, (=@99Rww=  ;?Tffmr}v_&L8>f7)s l*aHPZEc<s+skjsiYYU"QI8j !;KQLC5,qaa x",49<5sVIGRdx 'Fazw[B,t_NPZ]eicWQH?HK6xuulvap[xWXr\afXxSG='>[uq^ M@) +H)n6>EIC0pUF<;%B<T\f{{ x#_1I8:A-M'Z cjiju~#.<ISYapgJm#qomid]bu{cOA39W{{(i)_&]+c3j7y/ ux~p_ U-fEWelfWD. {bSRU^gv,sDYIC=3+/>N\mztP pS9)*m2l8x@EOV}ZoeY|< ":KSROF7 -Fj(4DTVN7eRF A:5>DDBQJa`utY?-4Ney,796}-c%K$/,9 JX_\[`n}\ E*0Da~&o6m7r2%  /CSfzt_K6 z| |scN5+Pnb;x_Q{NcLQKRKgP[ijdb|hMn)u )APVRMD>:7 BP/YAVVXi^udc^]\N.~Dmgey^ZUSRUYZ[ZTH>2-4GU0ZSXrOFA>=s>S?;7/,$$* :L_pzxnijpzfI1RxT>66)G4i=FSbloqrr|qptpvxt}omg]H-paYSOKF>99<@ADDEJNMB2FrvI(}tixcxa|_]bd^SG<4J=M_pvu+Mg{--+.}7u@oFfQa]dtda_aXJ70Liof_N=-!+h;SELEQFhL[qHkiJ5)e#F(9*9#7-% .9CKPMMNRXdt}H 1k[M96Cf6N^ceefeeaYYUOLRTN>) #9FC4{)fVA1%!u+i8c@eFrIGINL@/-RrlU@& m_Z|Y[`^YT"M&F>6(c#'+1Euhjhlm8\wNxt}fx\s]oglimqpmsx m V:$Jjf}J]0@'  .EZQis{#Ez`kqYoE[1D!62)(+/58546;96,76?#HQW_bi3s~cI.+\&N/Re'j0g*js zvqe[/NY=}#V%vZ6cQF ;$*7D NV yvbiI`+O5  +5@ T<o #5}JrYaOP6G D?<9:;:788690R+b%cC $1;DEQ_k|iQ6P_\h/\"{+/,*)q`W P*LODu;-lD~l\E+xT: %9F,I@KVLyMKFGKG&8@+:#*!oikmmk/a4R,<& |:'Bhge{ 0!I_ay~m;dN]aRE6#xx{rm`^KN78-@Xm,d#4.~teYTVVOGGJ)I>=F.4  &r;FJRW]h}hTQ#\Ru)K#b<uKLLI:  x,_JRWQdWwXQD0}nZE/wgQW5!,FV0YLVlQLMWeoqj]I1~tkcVC0!!S |&zTQ)Kk1dxoeS=$xp[=qY:||6MU)Xn_jzytl^NA%5+*)%0#8A6 x%76AA<K#C 5&UgE( !9O_*fU`WT[l}zhQ8 #9@:05~=rA_7I&:3/.s-B,! 9eJw-CXs,DkzjZD0 jLB=!hF)$>O*Z_`hv|ugOA:_.j%fikaF%^&-/-0?Vs'Y4ZHevxxmkprqqex[SC2s&fN )t={[;!  -#?6LNP_MiKrNVer|znU 9# )I\WvOk?g-^ L7'h- <h)9Ln4Kaw"=P]l~teVF5$iN:~o[G2%!'9 S!m4|FgyfSE:7n,$e9 K}(8J[v.Y|%*AA\_ts}ibWI=4,#dD* b)t[E- %'A>IWGgJjZcrYPPQVS H/&@`nsm^y=jaWJ>0X""',17:91>===::DUhu7Zx6IXb&k8pFqEp<l2d*ZX [caWE)gH#v_H4(#%-78gI\iomf\Q=* o9|nfbbk~.?Oc >\q~?bp~]M9% *e0]5U8P26" w ql,cJZxWbow} }}xlaXJ4 %06, *f58? GJNU]gu3!Q3lIWSLB<::?EP V_df`_\TD( |b Q3$z a PB7:l<NeqrrtqfQA0gG!~ .Os/COT^gqt!mFafTK=1$,xCeWX`JU=A-&#-;tDcVZ{SU]mx|xn_J5#x\(?/26BNX_n %5A>[7l&{().;WimgiiVA'  +%hSE4$&=ZhmwtcPHO^krm]I:2+ }}}n[M;);g!0:?CBB?CIS`oz"{>rgfZL:( !t:lM`XLZ;O79;?GWsz}hI0 |rd[L7)4vErZ{t2Ley*ASejaRE=5, }mcVMO^u|p}_rMl=t,q}]eUNS5U*^(p*"5I\(s?LQOI@=@K W(_A_^[yWOB2 i^V I#F3D7M/_} fG/pyZoLwF<- 2Ic'A\v *Fg{~s`H3#qgfr}eO:$ hGs,]VTUZdp 0,S>mNuXwa}oyxpfcd4hSjnie^UNHD9!cH:;?Qh%254+ "-|)gL3 zX; w npwqpv1E]$2:?HXjx4N^fozylibJ'}xxeYUPF5 tR0 k[OL}Sr^sfxmw , D-V?cSxet{zq/_JM\CbDjK|QTXYWTSVzW\QG<:#5 :FLR]p#0=GU_^O8  " 258BT[XW~Nh4Q9 jG$wduYrSuGz@CK\p}<^.>I7NQThT|RU^nmN3!nis $#~g XL@6)~Q -mYSSxVk[\bUo[m "A6]NxYbt%Cb~|nklnljie_\}^l\WTHB90%/Z'BX`ZO&B80Oc pvulU9z[;~^<eO='uf[\2pVs &I{40JOXiow~pN)ePDCK\v, AOP E<:<8(~eK^+/[A3}3t9iG\^LrFzN]jw"B]z.D`'{Jez{pf]XZr`SaEe<k5u1t1h-K+).9Kf  )!7-;<3Q&jxiP7fL2d5 v`M@8u2n2f0e5oBTdv?#d;KZq 7LYbdfjpqto|O/ {~tdY[cgjp (5FMPH3sbaY3QI@3%x^IBCwAkAdObaeuksz+Qu #%<]YyudXLB??=e?EH(W __dz-"7 20 9K]nukI!nnW8H>3#hL-unm$p0r1t.|3A\2+  !AXwfD |<| slZ?(_B68F?Gb?TjV<- 1^r%;M#f9BJXzxaPD)A===13)gkvW8xF 'Lv-;93z*fYj~nI,]0qT-rT=4MlLtsH8j2K_lx.SxiU;HcuMM+ /3s> ]kxW dQkY62[nN3;/-6Fp[V^9P_rnV0|`L9 o`W&eTreL?`7Qx/k ?d #'=_fw4~/c5{S4N1:&Jly{vbXV[ZNNuiOz,v xwTt*G 2/;w(Pp&9H[vAm3AHfz\6BZgfR5!1:[14"1If\IyY|R&6@-1~*n"V=2RK3 cN>2'!LyvTF$BfMu&ZL)6#ax=aC"]Gwiitg3&""9V x|[SQQN1As`X_6Q_wyheI9[uj]PA/.R}/N%\Pczeei}0e *K}vS(6.h*,:;c.C#&=9,InN # aA'{ b+K3  5alN PJmHEy -0 ,ByLe>!~}bJ6:T%WM ysrnfZKeF@LIJZkpqes]Lj%{dPC+# ;dT;$ g= 0?t=^0K>4*Cpvo'nI!R-9JM&Ca(I}sF' in|kXL_%c=@]}l_u[QT-A ;[_?t*z|tv{iO8# 33tHDC1TV5V}  &Xdd{yGPq&n8!j?-QTL8'4RdtlR-  x\9 #/5/w};:.2"m [A0&2@`@+z hIn}iZE>7: )$X OuX3y zHys2NGh|ug^S\X0kmhtcI1tU5  49LtWL?H3N{.qgI5'c{Z/ ^1%9CHLKC.*K*e+|pDa@BNPED^gO9/reVSO_yX3iLQE,H;swdL|5x]4 eh+BXpJg\mQSI=I+dsJ#|T;* # *G;~MQC@![xc_w}x]jX:JzrQ(pS9.$"-!4'B6KDNV>l13(d.~m*X<?5#Lgo\{ToMiJ>M W]dj@u:L*&c 8#yQinP:&rR- '6?Oe}z6moFha[dl//47/(whUUck[AD9JO ;K ?udY}JD}Nspmigb^[YR;/ksV?' ra$X'_i%u.~mP~h0P>405YdG81r*k%X(@319(EUt  ?x<|`=FtD 7pW]iUnJnA+hO:%0DYngA' saF(~}k2.#'44w~jO@J<>2$Z1fGbXmaugt}|j!VPD31Li]A-*F8 tX: y,\344>Q[gwsVq7s!f*LALdQE+"W?tqO1 8em{k._MR\NZQ\SoD*zjWG2+1CMMShgTR:wgT?.&!Y- 'LZK:m:ZGONP?V&cwg(HW851%.a| hS)J9ZLh~s`3It-;Zv~` K=0$1NUD- ^C0 sX=E$L=?diO9)-NutlX"Fw s+hL^tC"IoRum!wF|b}tjYE*   |k^\]ekptxsIq#t zxlXC5$gE**@Lani`VAN:PQUOb'rzZ>C$o# 9naB14Hb*5@MYSMH<3'=h x}>jIO6-&0@6t|qEqU8 ,@MZjiTJ=6<KZiiE'!KsziT @5!n=`zJ~}Et|m[IA=2yb\_^QGADUH6MV`eZuB~%zfaxrN* "^vvtvb|YvQiR^^^mSv5vzW4$0H+p9vm;07 7.%@)q1Op ]xdPD@n/ J]SmFFFH: !,(z`@(zrX=Jaot_MEIMMNWlkQ1CplcX#5V0a^,d yg\+Z6R0@$$&ykbP;03:rE=Yo}xgQd8<12m.mv$CH,}r[9xle]VSTlRUP3W`ba]Q]<9:JVp~U- 5>Ibtla6M? <AGMUm^,#O}>}h@DYa2\<j:6>"O\\fop1j_^PA6,(#d< lTE&  |uL$!-;ZlR>k7S:BB4M$Z p;vpXGE:IKPYUfUpKu8xvndWF4k)L1 "2CM9[Hg>m2h3\=OE4@::@@8h5IC1a~ ~{hnHM, )Kk}r`T*Ymo>y ,Jbv )/338Kjc@}Hmfnz !6K[jyjlDN#72:BFwNN[,b\QQ]h_Eo-]N;" nK"&Lx1x"32CXKwUdt%,4<>9 1$-9/I:SAUBWA[?_9\$YXN:&wY<$&6G_ w/Rj{^<vdf]Fb'jq|{bjKW26 nF$:i,9=C\MwW '@Xhpm%j4j=kPm`pg}pnNv&h_T<xppx&1=HRax\{9ncP4#|,X?9P]ly|oVsC\9N+<' c,Jw,x  %G@CN@b<p'uvrbTUR[lzlQ6tjis~r~Qd69C=oP%=Wn2=H^ &Gd|W- yy{8f &(*zfZ_V2a~zZA#hxH?&_7 7Y  R (/O=zLVcp~#I[f!p $&$qH"  9_+>QZddaP7zn`WfV7`s`;o[fL>5C*Q"^!6Vt8`)7DSeyzvsrmGg(empw"3N7aKrQXTL7zomklDjprS/  qQt0>I!Hy Cs!'+!2G7i;}<<;ARn'Zwd`fl{WF3& , ><OT[ggnusleXH1 h\YXb%{oH!kI*W H} h5jcFx1CX@kh3MaulZsAp(mkqneR 91Gc$!F5^KlcnvroiT=&\5 d.`>tDF6c9o)50?GE\HkNzSRT_x"S|}X7" z'UD>a9=AG#WJjntxfO<( VwBJtU+Y~LtWr["-03>Tkw{:`q)M:"HNPPTRH4$ E x-.PEu`{hU>$Qs5|^d!M9}M# k*..5 @)QAgSuezwrcM6N 6`E%8 M;Zbbm~ ,-)#~!o%_!J'p%mX9J8c- hK65'b &Ou!*4EXj,r>pPnaxqu bQ!:,"2.!|M$  (*(%#E!o&5J-^sm{!Lm$-:GuMdLSF;;$'gvyJ(#W$c2 7[(Mk 1?(D;@J:Q7Y4l/)!d:&OF'@[3rSs4KQL?3m(M#,~8yQn0/udZo]Gk$;_ 7Rf'p=sSvc|nvxyxqeT C) '0-"yY >*(!139L=t<DVlH}|1Wt %<KVZWQxNmN_MJJ3HF:!Ne<@|njjlVnEz. +Lj+:B$C7A@?B8H)T^ jztV<( ;e'Z,AVh w2Ods#&'2{:^9@3$1,c,rN\/6pVE7'4Nbq/$EFY_imt|{~}xmZ;"088x3]*D/"  # 0Db2DUcDpm}#: KV.\D]R]U]R\TUSCH&<8<8m-2 \8Z1 ~^D, '?Wk&7AFF/BK5c'umO9'!0=La?$cCZk~ ,If *7@{?\A6KUPB+o B^=|pf^[`_nG7)   "4-F4U8gA{LZl{iM.'k0Q09.+&'&,2ANY_k -AZu%If.=B*B5AC;T5a*hhd\TfF<3eAy+V$2, ;EHCm+# %2BR akomm#t1>Nf#D_r2BLSTSQsQJN!F1 ze`~fgrQ}=$}m^T}NlK_LQQFYAd?q;3.+# 2?L[qhN5#}'t6uGWh2J^1pAN[hu}5JSTQONI6"0{/hYH0 tXB/ wj"]SRYb!f/]>JK2U&V'K5>C4T)co uytcWLGHR_kty{}2P!q=Tcn| k#O+710$|fP=+ pc\ZYTG6 %xlh,e?_URfFo:q/p&p(q7pSppsx~,BTcv8HQZdjf,`9^;g1{)!~eN;1&$r3Z;E?7B(@:4-+,39?EIMSX{`lm\yLD;s5^1G9-CRfxdN@<:AOby"&'+5B^1Marwd J- .54/&mZXh`E/ ~veO 5#196.jYJ8)+!<#I&O(S-X7YHU[RpWalu} 8Z{()*/7>F.K;T5`"q aB+ (7pG]UF\3X#J<.")AZq~eM2" .?JjM@OT]kzzcRHCEQe} ):Odv=Yis~rV6$'(j%W!KF FM[mwaJ3!o\ TOLPfo[C*0<A:+yha[S/E;<;=1C,O1c@}MWaoxz| +Ba~ (4 =;?RGSSJ_6fn~iN8)(05|;hDRHAE0A 7,  2JcxnR=0*',;_O4Y [_iw|uy#8Sfs|3Iz]}jtxzfM0 ybO?:=HQWY^b]oQZ?F35&% (?^tlV; " )'  '/26=JX_^dnw|)Gk );$C(D088 @Ods_J<769:84*mUH=. 1Hb}ydTF7&~'d8GH*SY[`k~ '9Qj~ 2Pazjkog[H1 r*Y8EE8K*LD6  y`D(BddK3 1BR^muthdkv|!>]|0 6:>&E4B?7G(LVezzhU > 'sYD1 ;Ztzj[N@0sie].W9O@KJI]Fw=,.DZj%w={Uwarjsoxp}dVJ<+ 0EQtUXR5W\[L7nX?$5ZbB) $0<CJQ RP&F69A%M TXSOKLMPXcnz!Bd. 21$//.6-;'F!XmaA#!rqf_]K\0`q-JeuobVC, $AXiy{Z3 #4GT ^g3n<oEpHpJwG@<:<?@9( 8PdlpnoGqu}zs]t=icXQHCr@NK,h"Dbx`>"$1@Um raO$<0%9 89<<8fNK]9o(9Q`jtiC~wz'5;<?B@> BH$J1K;VGeN~OKHFC:% %>O[aihCpz~uv^Z>NEA99?E|QTe4!=ZxzN)&=Qao| wa!K15:!? ?<9;EUbq{-G^w!<MWW<VZMr?&h=$(+( o]L9117mGQ_4}}Z5o:.%!1@M|WMc snrR]DF914!0149AP_d<~3]`@$Hh &+6fALL9S/W$Zajqy .BSdy{z|9O\dda:VQJb3utV9 (02}+aN D:4-(+l8KO/n}Y;@j  "-1- , ;L\itoaN;" '.%96ANEkA3 ,Gs\Nh"s|x`QF}>k3W/@1!7@O`|pQ+o]\D)2Lf $|0qBeVWcIh?p=|;627?GS~avnpjaXNMRas"4HT\\Q*<E'\olJ) /?LQK:i#WICBGRb`@o~d%R=>W)s !+8I]nys\J@4-%    %=K-NCKUIcEoA8+'g?J[0zrk_QA{6R1%1;LasY&/sXqlbK11DZp}s#l.h;aG[UUcVnVuZzY}VSOwPiP]UQYF^9h0w+($ &7Sl+9@B>53K`stV: %BYdhkaHjYPOvUSd2x1uIh_ZrH5'!(**,5BOXxdlv[I713774, !>Q$WBU[NoB~6' fC*$= Xxpb\V/MLQ]vqU/=k|iL+, <K\cfjnpnf^#_2eChUjemooqqlr`nRnDs<{9}9|4{(y{  !;Sj#,7<<6-5L]k}mWA/%Fe}hDn[RtWOe1y1P{gou[}E3($$(/30+(/={Lpagv]P@7564,% )5 7)0F(^ lx]C.-<Rr{l`uYSU-W\cnw}S- 5\~hT@)+8@ELRW`g i,i9nIsYvjwzvvutsakQfDf=k:n=p=u9- &5FV g{4HZl{{]G6)5 XywbI%k_`hau;6PngX~@+ #0CXorcP?1% (0/ %%@\s|dP3HNU _p"4@GILS\bxapZjQfEf:j2r+}& $6Np)Klyl`RE4  ' F]jpqogU9mM, ,>}JlRVVB^3g&r !.:GUgj{P=1)$zsv}"'***& 6f|c O!@13=%Lazqb]airxX- f#;7HYhsnR8&+= HLQXaq$8GQZsbkdkbk[kSlJwB:751& %?^+GblzVD3% )F]mttpi\G/wN" &w)`.H74B'N_r ,GyaazM:,*,.158:9;ANX^_TD0 HriP:+*!<Qgvuz f< &:`G2O QUZh{ucTH>4("(+0<N^lx'7CJV~c}q}z|~|}yrh\TJ<-  .Jm |j3YHH]:s-  9N^jphV<!}$E.5;>?a?L@=F/Q$[flq uxvtw~m/\EN`DxBDGGGFHOXet}ykV?* -Nk~n]J6%5LgyU6+L]gm[m'mor{gSA,)4<DP\ hr!|5~J|_zs{zuph_ P?)"6Rpwj_TJ >13#Ji"3JY]VRK: "6CFYG,IGEGnKJN.LGAEMUWQIA=>EQ[`^UG+7D/b.}28AHJHIQ`nstpeQ7 .JjlZK<)&E]s%q4QA(NZemop<qqt{s`TK<) %08@F J2NIX]fuuysj_OHHSh}l]Q>* =c)=LUSM>.)4?HiJAMPTWTjPEJ+ECB GIKIE?8447:<=:5(+@&[)v5ES]ceefiklnngYF3$#5BMrW`cHn/4Oalx/k:RI5Xfoz].w_I0 (."345C?WTlnvg]VL;' (D^{!(0/( $1AR`ffgeBeb_\WmQFJ*C>?@AAB>4*!,?&W5qET]eggdgpwzyseQ;( {s"g2TC=[$v ;\nvuwy$.9xGdZSr@* c3uV7 "9K X_'i=pN|avuhg}kopcqYxN@/4Nl  ,?Sfppmfq`HYTNJyKELKJINRQKC;1# '4ER%_2i9z@EHIJPY_bdd\P @. ~2nQSv29Ymy|~{p kf,f8e?eCcNc\am\|N8Q rN-$*3?N] gol"m*k4qFuY|n|k^[ydm{d^WI6 'C^z':KYbluzypbWW"OHFFPF#EEFINPOLG<1&  /9BLZ%e+v3=DHJJN ME"9&0$& }z0A{UqiaO<.(%! 7J S Z[\%W2[C[WaddqhzcbcbWE. a-`?.$$&),6;<?GQ$Z+b2f3l3o;rGvTdvm]UTRSSxUyTSW[`_[RG<1+*I$cy(4@ISY[\^bfhe}]WO)<+$'s.H7!>?80,0<HNPNE 7' +:H#Z*l.18AIOSRMF!;/ 3?HNZg~}l[J=7,9=BEOKVJYO]OgUuVUNJE=1yzTx,~p`YSUY_``a d ikq{+7EWk} }ob\VPLGCADGNXelleYK%;80K'a%w&*04;CO_mw}|tjam_[]EX+OA0"q R :$  '298/!!)6FYo&-23/"{uz)8:::BSk|vst>xRbinlkfcZOB3 {guCq$t}wh]]cku'17?IS[fpwxvoic_SE9.&$0>Obryz|}z w%s=pYlvhghhnty|~~}wruif^WOKD<:+/#jG'#&)(*/696/***:*L*`+n.|.' sgdgs&5CXt F_pw{xsnmeXF5"ske_UObJFL*U eykUJIIMW n+4;@DD@=AHOTVVOF:4/) %4CPav;^s`tH^4H 5%{X2 ',,**/*I&_!p{unjjr~0F Zs<\}{oaQ8"~reYRLK{L`S@\kxl\TOWey ,0/% ~ vv0tAqPoZrewv~7Ww|`y?]"J@9/%wV9  !8Ur{tmd__dl%,201A,\){(*)&(8-[0u,# ziXH4# zm]MCCM{YZh9zxsx &*&~q p#q?s[qrsw{yy{+Qrw_AteZJ:*uY8/G_p| yka[WZ`m)19ADA%:B8c;DLS\#dDecaTE2p{]jM\?Q,E9348@LwX^eHo/|!%'(% wrr9oPgh_{abb`ehmr+FajW@"|kZJ:'fL/  1 D$N*T.[*h!xwlb^[ZZcx .>IQVZ]*bDdbddhq{=V}kk~O0 qVkA]1S)@')'*1;BGOwY^dFq* "(/4785-u9mOd`\lUzTY\_`gu:UmlL+ p|azO6x[A( +:C JR\fmu|rd`gr}(5DS_hlk4fOak]_govx"tCf]Qq6w\J?s9`9N=>E/LPSV]hwiL0| !u=eSWaLnF|GINSVZdt&Cf|_H3rX@'_=1.1EaxuZ@8BQ^ h^&-9GNS^nu|O62CbaV{ )$&8Zp5[~ ?lYLo~aQD& y eO3Ej|Z53A</{`D1;XdVXsJeg]WYPXcUsS|X^fr5KbvwMqdnwnN, fE & !$ ?fh%%5DT{bpn~##">QMOQY]TVfi?Y^iy  w7[LGb%q|d4+Yj{O1^C) *'&8T~_rle\UPtQf[un'3> JU`ssO1 bA"iF$1OfgG.5BLE3 ( 8I[m|~u $0)(@&OJMmJQk w*cDXZEj1v `@<OanvtqtP~.v \GA:9e5K,15S ,w5u4x')2w%h9_PcPpUs ".&=HWdr|Q-~[8zgG1% 85%1PenhYH1",G@ ,;Qi|xlxusrqu|"-40,-;BcUhy+y=3M^ppfj]aE:851$~dGLv90+# ?WVA>Q=uha_cif_\aBn_lnp %7K\n{`F- {~{]8vot~ubO@71, /OadYRXu_ F3*< Nbsui[}NwGyJT_iv&-Af(8Nh~lS:QVNk:1%nC'sP"+4^viWd@D.H!qNykI% zh[WVVRTV[6a>mD}Vu(HhN lMKui]dCP%P jwmYKC@@<1#5O}}c!M4=O;g6z}|wjj[RNCCDUix+n5 |`@P}Jy7mT]wL9! "iw]D7?B#o[NHCA ?C'G O+YIdfq9Zyc<k9%)u _!EA+dqaTIC:/Mo$u3sDN\ w {{kdZZIc>4*#"%0BWo'9AQYQOc~(@[u >Xcp9h,cF'I pmND^~xiV@*>gx}wgOFU_Dskr|fWNIHKR,Z?_Nflmosx(KmuO'lZD18X|vfL.jUG@:51/e(y !0>cL2^vqUWteUIDDEHP]j!u*:21Jn8Sn 1NYi0~sH)+\eF&a?*DisbP>.{ )LKT[ZD=ThQ !&&#  }to\MD@:!1;+[*h/a6g=FP^l|  "BdjEu[<!oX@. .MRTfj^ R[ f+W7*@KVasyqld[SPPT]fm!qv&<VlCim$G>Teytjjyw]>[75KbcvbdlSzB5' !+& $))&11 !(-,,*( {c M 9*!)7=EU#z+19CTn !5{MWf9*# pS0 lXA0#'4 +2A A+'41>,DJS]iuzreT?0(&+4@ L5W`_zn~<cubR'6HazwcJr(I;?AJWlaY`Ia8t* (2;AEHKMH:# gJ1 +O fs$/=Ts 2{IhfO@BNQF511&}eF%vt}|xxbK8'# #'1:=AITalzrZ?% .&D0j;J]u 0XhE.7-R+p*&$ )/52!weJt+I ;>?>;jLPn:z'  $2?HJIFFC</pV=& %Ft %:Vr#,EZqreZPF@5mP1zeKMdz{u|`K:.& *4?M[itr^J3 .Q0iD[l,Lo} w.lI^cX|ZX@*(@N<zdL7"V +3@};bEOlB6,&#$+.26;?ITakqtxyumbQ;# kQ9&$B b $;Xs'43$$8OeldfX<$dG)i KSUJ?H^xqi|]SK@4*%'/;JWclvts{hO5   2 [y.A^4Rp?Z}pmeaUH;8x1h TB-jL;00B[hiiWsJA<50*'#%-8@FHHyNZgq{zobUC0v[?%6Nk/J+hDG:-" 7McugJA6oZD,oNA:21?Wwui_UMD?=>CNZepyq_M>2)#F{,>Tm  +(M o  =TfnwDvaM=+E&$..+8Pycms^PE@<::8;@CA@?vGtTza|kqtsuvshW?&{ kT<()X #>\3x_ugF--/(:PfzmP-}hU@'l WF-'?Uxbf}SGEC?;:>BGNZfqscfo~zx~tqy}zy|hYJ?6.('#P!v$.9GYtEck>[]Bx2(!7IXbgKt2{{u!k.](N;'S- (;KQ}ToUZZCi0$")18<:9:AJhUU^LeMkVlglzmlyhp`oPm=]$O ZyoZF5'@l %4JHdl~fD'0Icw{jbM'~p[C.jQB3$x)g;ZYPKKNSY\`dksXDJWdnrme__bflv~{~sptbVNHDBFG5EJBkFP]n 9IOU#cBm_iyS:(,9BJeP<SRP LD5  M#('#|!h+WBJkBBGQZafggijlzsj{c`\}Xx\rgiq]rQnCm3qvzz}|pcUI;-B$i%-6=DQ$aFq^jswoW</332 I]jrv|vcpLf=W-J;, aC6- udV-NQKxNVaiotuyqd\XX[cjeZSZllZM{Cq=iHQ)[Qjn}}|lbYM8.%?O^hljnbXVDC0*pVA0#{r@nsopu|xeK42CU^_blzuc}R~E<8x8j=hBzFHLPT/[TfvuCi!Bz`kzdebK.qS,|W57A|DsLlee`^dlt{xpmfYuMeEX?L9D96Hc|}uvsjbnsje\TP$RAVeXY\ e+pHzexymbZTPMB#.1<CIID7'~a@xbPGD<*!*Lswk`[]a^]hyp[KyCx@BFGHLT]fls.{\(9Lp%Bu``QFDJLB+~\4 ztx{nQ- 1K]l}}z{~n``fiujgjUo@u#wtsz w*oGhad{bbbf3nJ{U]dbSIGH DCA!5j@xU=:>8&(6DHHHUhn\PFCDJOSZcnt w,wIxiyxz1IWWV^+gLjl`WKGD?8)X"hPDISXUJ>-""3}Pyivsvp|lmpjcdv~hL, +rRepZTMIJQ^m)/)#&*)"(+&  }oV-Z9$%*/3789@JMA)!5ER hqd[VRUZ]^` c'a=^RYkVUUVZcq(4: 11%S&o7JQJ=-`)bQMH?=DS_zdqVm@k,k$n+q8w@?=9/(.@[riD!~|}2|Nmf`vUME>=CKWg| *+& jN0xWD:543.((6EI@71,*(%!  =)c-+% xtssqnlnnCgh_YTONS]ht~! ?Zo':E@-gCzy|wbZWTK~Cy@tFqKpKqGnCm;n-x :_`@"5kXYvMC<<?CFJPXbn  |_C' taL?AIMG=72+$"&)# 1D'U6cRnwlaN:' ~#pF]mND@@FQ_ju5Ncw )/+a?wolkljedco`a\YXQVGX>^6e-j#mou,3)  +H`r{[;mUAAl4,((+/49AJVdu pO*n[MIJKKKNRPI;)  #!-!:&H-R:[O_jb_UE3  4~Pno^QF>99 :AJ)W0d1t.(# 2BUh|s[@{!qjb[SLHD@>?@BFLmP[SKW7a!m} '( 0J^b^^i}p\E/ ":Q{k`H4)""&-5ALWbm{xmbZQF<"4!/'}wspprw{r~`SJ@1#*):9KGSRPWKUOR]NpMMI?2% !E_r~eO9#    0ATg%{*'  !7J]suoi_P@4'wh[L?2'!l-RC>Z/m&"4CC>5.()1BVi{yaJ+%C_v|`F2$".>P^l{vaO>,  (154+sdYRS\flvqiwZQMMLGCAB#A2>=;F.#4Kbv  ':N`prbQB4) xj\PD7+"".;GVuf^u@%(9HMHAAPq~hO18 WtdM;2//29CNWalzth[NA. zwv{|qorvtlbXPJEDGO$Y1^;bBbFbHbIdIkH|GGIJKGB9".EfrZ+I/<'8:CM[g'r.|,!  0C|UccPlBp5t*y!}}tiYNE>3(  !+4=|ExJqQf][oUQJB@FOQNE<3..?[{xdG$5K[bfloub}WNHKPX\z`lfco[ySH?4({uv}|yzzyurqrq o o1s=zHTZZVQKGEBD@9$/>&Vi~qhcbehlrz#7JZqealToHr>r5r0n+k)e'a#[YUOF>95/)&&').3;@GsPi\aj\z\dp|t2cHMN3J@;9<CGGGM~PwSpPjKcK_O]V_WbSgKnAw2{zvqmmqrnidaacjx$3=BB<98962- ',?Wq)9BIrMdQ\UW[Q^Ha>_/Y"OI FGJNQROLJKHEEGGwFlEgIkOwV_ixthZ K<(+8EIA1  vlfdfh p xvsojdZQHEGMT]hy#' ) '2":;77:FU f z"+039x@iEWHFK7N,R&T"USRS SUVWVUSOLxG`ENCGBKATG]Qi\yeozwk b]['Y/U:NDFN=T7Q,F8 +|vux|v^H9/&!"'/Sp$5CS^cb^_iz~_B/)/;HSX[\`gnstpi Z LBBGK P V YXQ%J4GBLLRUU^QdIj<n.rttqlfa`b{ftkwmnnkfbabccc/a8\;S:I7@260//*0(2&4#:%D)O,W,b)p)}()(w&d!D}ww~xrqrux}tf]WSRWbq#;PaikkklnpxgP@4.-3<FPZennf[TNG=3+# '"5-B8K@NGKPC[:h1u/-(  }zvtspjd_] ]YP!F%<(3)+)&&%"$$ %3?GNSUSK=- xonrw{|vf\VPLJIE=9=Ldz |si_[^d k x (4AP[djqwz|o\PF=:?JSXZ____eif\Q H=0(#&)'.'4'<(D+L/U5^8f:m8s2y*!  zq)f.Z5R?LIFN=O2O)I#> 4-(%')/ 7@GH?0"p`VQQPOMMOT[dnv {}{wsrr$r'o(n't))*(%!!4ES^gjjhecgo|wnjidYSQRU[ababhpsqlf]OFEHI(D099-E$Q]hs ~|(2u?dNS[De<j4l,h%b[TOKG>"4"*$"$"}ypdYR"K"H EDBBBEHKJGG!M&X+b,n(~')-.*"'F^ioswzzvvuspry|si^M<31.*(/:FNUanwz~{k*[:PIKWKdLqKE9,  ~z{-:IvUgbZmRrJtFr?p5n,k)e+_.]3X8R7H5;/+${y|{{}%|4s=h>]9R1I*>%7#1-*$   % ,7H`{&+,( =Znyyuuz~ul`OB{BvEsCr;s7x9>DLWfquvy{ z,rChX]kS|MGB@?7(xsrrtz$5I]~jvsn{f^VOF?<;;=>x=o9c2V%G8'~pbYW[aehmrvxz}z!s0q:q?nAg@^AY?S<K59-)$      ) >Ys%+--($/?LY iy  {k_P?6{0v'qpqv{ !&1=HS\enx'8}MxbrtlbVI;.! }wvyywtty )r:iJbX[jS}H=3-+-15640)"o VA*|q~jnehdicobsdwfzhilrwvtrpnqw '16y7q6f2\-O(<"(#)10R5r874/'$AS[bjnq|~hP6!{|#/<IVcr&|6zEyRz`xqslbQ>- }|=xTj_]dQhGn>r7u3z0012231-&yiR6}uo|kmhchdfifmguh~ikklmmopsu{ ,3887}2l,Y$F7( #*.023*8:=QCpED:." *:JSYew sV<*&/6:>CKT]flpsy)<O_jv{sjYC+zvuvy}~yp)g5_DXLVNUQU\UiSrS{QOG@6+ sY>}of`]\w^q`jcifljoktn}omkklmkmr nZB.    ".7@EG6IQJpJHE@9/' 0DXi!w$'%!uaO={,x#vw|!&)-3;DJNRVWX]k{"6FUamqrpqn_jKe:_%\[ XUW^iu +}1y:sDpNmVl\ldlnkvg`TE4%zV3~ukfgknswzxsrqqppsux{lU@2)%"*289-8<6J5X6i53347776567'8::J;X8l5-#{m_RI@9/,-.04:<;<BKRVUX]_]^gs{'|8~EOSWXxYnV[SFP2N$MNN QTY`hs~ztpoq#w+z2|8}={DvHrLmOhSdV[\QkB|2 zp^I/|vnhgipwyocWG:,"-8<;!7*09*K%b"x%(05:;=@GJ MP%O3MBCN7])lw wsolcYSNH?9863-')-5=CFKPXainnnpty} !7DIGC~>s:g7X7L8?:59)=B L[iwtjf dfj)p2s<wIyW}bb~azcqefeYjMt@x3w%nhd^PA6+whYNGFLRZcq}skgaWOJA6(*.%1'/3)A!Vn"*07:<>DLT["^'\.S:GH9K)EBHKA5-.0246752227;@AGQ\a_XWalw z{y)s1j1`,V!POLC8,&!,3= H Taoto nuy{}!-=LXfnrrrupekWdK]=Z/["YQD80(yoe]VVZdq}ymaXW]b_U H>737G[lx'.59<?AEI M PRQM#I*A46=)A =5 .$#-133;FOQRSTQOQWblvxmbW P N Q QH< -! .:EOXaksz~{si b_`dkqr&q6pGoVqcpfqeobjba`W[PVGS=O5F1</1)& zof`\[\^dkt}q]NB;2/59730!1"5!8 >H[n|'/5;>><=A CCC DDB>"9'6.200.+$(&$   $/6<>@ADJU_ejov}zsnhc]TJ@5((4 ?IS]ekoomlmnmk gede$f,k5t>|F~O~[|gxlonfn`n]mYkRiLhFe@\:L6<5-7 5/&xqlfdb`bhosvx~ui]K5$#-2.-2< J [ kw *28;?AA >::&<(<':*:2918%79= BEG GA:51.&%'(+5?GTfy{paRA2% $,4<EMUZ[\^beeec ba"`-d9jEqOuVx^ydwgwktukbYQI~DxAp>_<P;?925'3 344/'!  |zyumf a^^cltz}j\QE7) #.=Ri#,27873 -(&)++)-"/36898 99::999:;;82* %. 7?KU^hu{gSA0%  !,37=DHIJNUZ\`-e6k;l@mInRpZo]l`iggtb~ZSM~ItFfDXBJ@=901$,))*-254/)  !',-,'$$'v)i(_'Y#Y]cioprtmw^}RHA<6.(&'%%&/7?FP a u !+39=;5.(%!"% %  "%&&&'&&*19>ADFE A;$834B.N&Yakt}|cH1! *5?GKOU]g'o4u?zL}UzYt\naihfk`mYoQtLwFw?q8i2_.T+K&@ 5(#'))+,-,*(# %.4:?CC>866w1n&e]VPMJJLQ{W^]Jd>l4t(~&067 57>J#\%r'*19AGIJH@5+" !&,03345;DNTZ_#_,Y8PHIYCf<p4y+!v}`zL{8# )8DKPT Ya$k3u@~IPW_ipytqtho_mVlLjBe8_/Z'P C2"$(-27<ACA > 9 1'(15;@ABFGF@=92}(nbXNE<558h?LK6V(^ dmy"/;DJOPQYi|"'&',5?GKKG?3)*4<ADFIQ[fnv!z-y7uEoTidbs[TLC6) |orUl=j$l r{!.9CIN"R0Z>bJhTm]te|ims~yzsh\P}Ex8m'`O :$ &1<EMTWXTO ID>)64*<>= >ADGKQSQKDq:[(E1#~`H$40#;ELWgz,:CHKLKMVj#'/6;<90&  #.:FR[do{#1AQ^jux~peZPH>1!tdg[QT>Q-QV _m~! .9 BJT(\/c8gCjQjZk`leoosyvsj^N<v)fV E6& #1AP_ioruuvvv sph^$T(K+@034'8@JUZZSI>v.[>' r\G2�>!N(^.p4569=BDEH JPXf#x&&)/6>CGFA4 % )6BNZepx}-4:BOZdsoh}\OB3#wd~UdKKB5JT]cku| xpg\'N3@A3N%]ioni]J}4bL7' y dRE:2),5-B4R:d>y@CDCDIPRQT]iy&/7>B@:0 (  %-6BQ_my%0?M]m|}pcP;#~~kf\NR5LKOUZbjv &6AL SW[&a5gJm`psokf_XNF|=m3](N>*  %)+1:HVblu~ ~+r6eDUTCc1oxw`B!pW@) q ^ PG@<;#:15C0W.j1|4548BLR[clu$*,+'#   "-:HWf s#-9I_y~mV?)zjmU`?W*RMJKPV^j{'39AH#N3TH\[apa}^ZXSLAt7c,Q">+   #,9FXht}!1C~Pl[Uc=j$o laQ:eK6(tg a ^ \XPI)@7:F7W3h4w6::>BM[kz   "1@O_ o(0?Tor]G+ u_L:y+k_WQMLOV^ht$"038D?TDcFrH~HFEA;y4j,V$B2$ '4BP_lx%/9DOZsc]hFi1`P>,q\F3#zspkb[U$Q.J:BF8R._+n*|,5GZn~  ,9FS_m| ,:IUbsxhV?' ~pe]VG6w&lfda aaflqu| ):I*W1`5d6d5g2e.a'Y#Q F!;."   (4?KT_hqy %).38=>=:t<_:L68,# o`TG>4-})r(k+b-Y1R7OAKIGTI^MiWtez $/=GT`m'|6DMYajt}~xuqfhVbDZ4Q KFE?:775+!z uroqsw} '2; DK"O(V,]1d3e4b/Y*P%C$6"'"!#&**#)&))*+(,-./138?JU_gpz (130'n ]K7! uj]MB81{+m)d*]0^8a@bIeSi\tcmz !##%)/9ESa r)4BLTY_ca[Q|Hk>]5O0@+2*#-4;DKPSWXRD3#xtrsv{ '+/69:7 87761,'%$$#$!)$/'4+5.7/8.3-',, .149BMXbhpv}  reVD0 reYMC<ACHJKzEr>i9c4].V&K&@*33%>GQTRJFB@:-)08?FDB>>>> =;70*")'+/-2.30509-<%=> >=<:;?CHMRW[[]]acgkmp%o+l.h(c\ULD8)yrmhc^ZU}U}VZ_fkorw}  '(),-03<DNU+^8fAkLkYj_i]iViNiIjDh=e8`8X:O:E782+--//130+#  )5>FRZ]XUROF=5 1/"))#/14557;?DFGINRSRPNKGCABDFIMRV#Y$[%_%b%b!^ZT MG@8/$ |tkd`_acfls{  %+3D![/l>hKfTd]f^j`q]z][VQJC:q0h*c)T*@-., ,-.0.0- )  (3?KSX\_cgmlh]QF=3 %  1CGC>72:CCCDA?=@GH> 75')+,-7+?#@BCC >2$%"ypu|}xunY!A/><TKmSyQzHx>v1v!y  #$&+8@GVTb_gjnsgxYwSnMbNUXK`A\7P0K*A*C+E-B1E3D769,7+2'20+"#4DR`lv||tl_Q@.  113@GC@?@?622,!%+-,)(0 >B%E/K9J>G;G0G$FJ G6# x [LZ+v9CILID;-   0?K$W4aBdMePbN_G`E_G\I[I]G_DdAg?a9Y4P1D271.-&+($" %'    '0<GR\gpwyxtlaTG :0&  #}{{)~.++6=:3.1=EIHEA DKNQKA 71.2 9 8 1 $"(/59=}ADA=1$~ #(1885 7:?+E9ECFEJDQAX?a?hDjMiUaZVVNMD@82+&#"#"% * .3!80;;=@?AA2CFIM QVY\\[ZXTNI@5 '   %3=@<5138=AA7&(6AH"E#8$('$  !   #&&%%(,/0- +3%@2N=WF^LaP_PYSSVQVLS?K3?,4./0-*/6AIPT(X9YHZIY>U3Q/P*O&N$NQTUQNKJNQTSOF; 0'  &7AA>5./5=HND-#/&6,C-M.H,2)('')*&    ',./,'  !"!!"")2549,D:REXH]KcKbNRSBZ=^8a.a!][Z&YVUS P NNN$P2Q5N-L)I2D7>86<,9$0!%, ='@39=1E*M#STO#F(:1 ( 0;<>:~2/8@KTSF6/1 7;?"H%E*.17750,*'&%&$#"$$# '05861*!  ~|} "',6 CK/J=LFMLAO.N%L!MPUZ]^^[ZZZ ZYXT)P(L F%<044,8&:$7#/ ))/#H)Z-_2_<\FXNSVO]J`M[LQ:F%<5+ %15y8s5o,r%|*5DRWVOIIMPP"Q0E8/=?><=?@?<:;AGKLGA:0$   #&($  | vuqnp~}unkn s x ,7DLPRW[ ZP%?/+689?GMRW[_a]\\ ZVPLJHA(8228-;(9%8":#<'I,`-v-.~1y7r=lBaEVGSGMF:C!=4-)$ #+-3;64=KXafhe[T]b]RA)&,3;?A@@AA><=<:5222.(! # / +(   ~|yy}zy|!0BMNJNUTG 6&'08>DHNRVWXURMH EBBA@ ?:4",&&,%3';*B-P.f0//./12|2p3l:jC^HDJ+F?71*%!  &*.31.4AMVblk_UXabVF5%+048<@CFF@90*$ !## ! 7=81)  #! }~'8??CIPQKD9$ )29AMUXXSNHFHLRX] ` ^ YSLD%?.>4@<CNCmA>;6336u:d<`;d<]?F?0>!=<5.'  #!-;EJNTTNJJMK@, %+,03433452,'$"  $+/10$ "*.-,)'tlhjnpt$y.47>GOQL=( &.5;AEGGHIKNTWYYXWTMD= 6.&#4 K as $(*+z.q4n:hA_JOQ@V2Z&ZUNE:1+$ %6A|CzFwQs\u]|ZY_hnle]O>.%*.36<BHLMMLH@6/+&!'("*5:;:5-%~vqpnliijo!u&~/9ENOH=0% $,49;<=CJQTXZ \XRLHD> 84&05(<CWs$-6{<o@kBdDRC;E+H#JKIE?:61,&!%.29CKQ~VVPMPW\^\XJ6! %.257=@DCD@8*$%  (.20.)# {}wtuspl gi"o*x-|.5@JOPLF<0%"#4@GKNRQPPUVQG<3//1"3(3.08'F!PYi"&}+s.j/b.Z0S4J:>A.F"LU^bedd\SE;.!!-<LX_]YSLHHMQMD<871 "2@NTVQNIB7-$#  &/3665/*%#}rosy} #&"'3?GFCA<3& '6@FGGDEC>60)$#',//#...6.B0P/]/i*s'y&x(r'l'f(]*T+P.S1Q9HA:H1O.X)dmq pkbVH:(/=CMZ`XJ?<;>EMTUOC7-$!3=EEA81*)&!  !*4;<83)~tg`_hv!*(~zz&,/;LVQHELOE1"")-/00/00-*)+./.,++(8'?*C.L/V.Y+Z"`jph[SOO I&F,G6HC>O1[(g#u~ zqcVHA9/"  (4AHMLHA934?OYWPGDA 8+#!**&"  ,5<@?82,!}mf ^VQ\p  +;IUYWOJDB>#9'1&%%%&),-.0469<@?;#8-897C4I1L1N.L&KJMNG?@K!O%I)?0@=BK>[2f-p)s"og_WOIE?:2)  (+,1:BDFHHE@AJW\YPKE ;* "#   wm hgils~ zy-;DLTadaYUUT J :) "(08? HT\^YT#P*H2?442,0"25 9?HNPQSVV(W3T<QBICBF9H.IIIGC=:9;;9543531+# #+5CQYXTSXahlicYNB4!  "(0453.) } x$x'~'&#|$z%~&""2>GT`jquvtmd[TK = 0&"" ) /!8">DHPWYVO!F#;$/$"%$" !&2AP\^]^d&g,e0]3U8J<<@$E HJJJKNQRSRSQLF?4& *<O\`bbdefjqqi\PC2  !$%&)+-,'"  $+3:>?;72*",;JT]grwywsk_VRQNIB%?-;65>+E LU[^[ T H:-  %$#'2>F O\k#t(t)p*i._/O2;8*AHNQRTX[Z[ZWPG?6,';HKQ]ionopqonmkbTI=. !(,0431,%  *49=>><7/}%zv sv~(6ET`hntvvvurle ab&`-Y2O8D@6I)PVYVRLE :." #&*,-----/7DXg po olfWF(72-9$BH NSXWTOLJHD?9/"*6@EJQ\ba^]\YTOJB6 (!&'&$ $/8?CEEFzDtBq=q8q/r'ruxxy/=HR^glnqvx{~!{.o5d:]>W@K@9@&BF GFB<4,! !&+-,-28><99DR ^hs| ~+x5m@bHTMDP5Q*SVYWRLGEA;60$ *3<DIJIOYemokf_UMA3"    #*07@GLMKHFzCs@k8b/`%el rz!-8BN\ity z{{%{1w>rHkO`TRW@X/Z"YWVUTNF:+ +6;:878;>CF DB!C'J)V+d/n3r9n@eFWGFH3JMQRPKIGDA>7+ !*17>EJMR]irrkcW G7) !#$$"t qw !%'*/5:@DEwGgGXEM=C4:+9=HUes (19CP^ju )19B}IlOZSIY7Z"X SLGA:1+'#"(.5;DR^dedcdhj j'i+j-p/x4~8=@|DrHdKRJ?E*B@><82-&&-5:AGQ]kxs\B*"$"%+1 6<=@BEGGHxG_CJ9;,3., 08FWiz -:JXenx$08=AEsJ]MHO4O"JB6+% ,9CKRV[` ehh!g#g&h*i/m6q<uDuJoJeIZIOICH6I%GB90& !'-4:?HQZaejmrs qkaRB1 " '*-17=CGFDFIIGAy9e2R)C 71.05>L^o%2>IS \b'f4h<j?lBnEnFjHdHYHIE4A< 62-(" .BS`ksxyuqoq(v1z:ADGJMO{QqSgU^URQ@L+GA7,#  &+16=CIPSSMEAAB?8,  -8>AEIJKLONJC;41z-d)P&B!853 6:?CJS^kx&5AG LLJ(H/H5F9G:I;K:G8>422'-)&&((%   ,:K\lw}.<GOV]dgfe`zViMVDE?69#6 1*$  (3?KTVRMJGA:3,"   +;LX_b dec\VPI@70.w/f/X/P.I-E'CFLRX]ckqy$ /9CI!K'I+E.A.>+9'4#1#.$+&#%$!     %*.03;HXhv~"2CTamtywqkwbjWXMED4<%4,%!"-5>EJOU[\YRH;0'  *%174J/\(i!rvw uqkaUH?::;8{6l4^2S,K$HJQW\^bju  "*-146896.    $*08@FIOW_fls|(5COZfow|}}zusii\]MR<E+=84.'(3<BFIJKIE=2&  #&''6'F$U!cpz }{vphb[SJA9|3w-q&l gbXMDACGMV]cjt  "&&!#!"""!!  !!!&*/27;@IWer{$2?LW`iqvy~zu|n|hxds]iS`FW9P/G%>4 ' #%"""$%#!  %.5:(951C&NUZahpvz|yslf`[UNE;.v"mg c_YRNORTY`jv   #+3:?A CDFB<743115<CGNWd ox +6@KTYZ]}cwiuntpsstwsxnwdtWsMoCi:a.U#K?3% !   "(#3#="D"JQXbjsy~teVF4{!naVOMMQVZ]]`fp{(3< FR]bcaa_YUTVTPLJJLPV^f ns#y-|7}?}FLQVYz\tdojjqhwk}psnd[QwFn8c)VG 7& #.:DJKJHE>4-'   &-7>HQ]gs {k[J}<l.]$SMJF EGJOU^ekmr{$%6)I*Z'e"jmpqp mkgc_[YXYXXXZ]aehk loqr#s(u-w2x6x?zK{[yjwyurnha[UJ|=s/k!bSD3% '2<BFHE>83+#   #2CTcr ~sg^~UwKs@p5i)^TNKJ JKPV\dltz #"&/);)H(T"Z[Y VQMKKMRW\]\Z[_chmuz{ywx|,<JWeq{pdWJ<y.p f]RG;0(|xyy} %)-27:960*$"'(&  "#%$",?Qc u}rrhgb`Y[SZNXITAO6J+E!B? =@GOXfv  )%1,4336,:$?DHK NPRTVYZYZ]bejortuy%5BO\~ixvpeXH8)z qh^TLE;1& ||#$&)(  !!! !#(*-//////16;@CEFF@8/&.?Rds{~{wtos_sOqEn?i<_=Q?CC6G+L!ORV[bjr{    !" "$)19?DIMOPUZacefinu|%5DO{Ws]h`\bOcBc6a+]"XURPNMLMKF=2$ !)+$  {"w(t-w06;?BEGE?6#.1%=IRZ_a_[YWY^chkoxsmuasVnLgF\EPFEI9M,SYco{  )3:>>: 51-!&$" !'-13 3249 =@CFMSZahnuy(:JV`g~iohabU[IT=M1E%?;758=BILKGB8+  ##! } z {  zpie'e0n7{AKRX[\XR+J9@D7G.H#FGFD@;869@JQY_wdkd^bP^BY8R1G-=.25&=FO Ycq )7EPWZZXSI< . #')++*)**, *#  ".:BKS]jx %8HVafgh|flb`WULLBA85.&('+/37:=>=<7+zu uy !" {qga `c*j9sFR_lw}~z)s3j:]?PEAH4G)B<4/.16:CIMORoU]WLV?P5E19/*03 9ALZk}  ,9FRZ^_\U K @ 5+"    0ARbq,<GPZcec^WvQdJTEI?><49(666779:971'xmhgkr{ )05 641-+)(()($  zk_TKILTb%x6GVcovyv)p1i5`6T7F480.- /1357<AFKOSTtPaHN>=3/%$ $+5DVk ,<JW`efe ` XMC91-#((%,$-%+%((#.11+#  -=N`q1BNWZ[XTQM|HqAf:[8P8G<<@-CE EC=80' }ogehmt")/ 47877777775/&}n]N@9;FYp!0@OZfm pok e]VQL!D&7*)/4 8@ENU[]\yQhEV6F'91+%#$*3CVj/=HNRSUTQP$N+K2F;AA>B>?@9C2D,G&IJG@ 6),:K]m|,<FNRTUVTQNMzLoLdLWMHO8R&TTUSMA0}qhb`fpz' 4 @ J NPPPMID?;70' q^PIJLR[ k&2=GPZ`eg lnl%f'^(U*K/@71@ HQVYYYYXToLY@G/9/'$&()+0;I]s -8BGIJK(J1K7O>TCXG[H]G_C^=^5],Y"TL@1 )7CQ]is |$/8=????BHvPiXZ]L_=_.^[ WTPF9)zuux{*;KW]`` _ ^ [YUQJC:0& wniglt",38?GPW_de c^U"J.@;3F&MRTWVUSOFy9l+_R G?:78;?CHP\n'18>"B/F;IBKGNIUKZMaPfRmSoOpJn@i2a$TF7* ".;DMW dox"'+.15:@H|OmV_[R`Ec5e#`XPF7% (9HV`dfgj jgc_Y Q!F;0$ *29@IMRUXU M+F6=@2J#T[`a[SH=0$wm f`ZTMJILPW\eo}"$(0/95@=GFMQQ[QaOfOhPhOeL`F[>T5I(<- %+2:GR ]ix#(+28BM}[peckUnFp6l"dWI7& (6FT`glli d_[YVNE9 .! #,4:@FK ON$J1?=1E#KNNID>6+ti\SKHFGHJOWalz %"3(>0G6M<QARHROQVPZQ^P_M`G[@S:J2A)9/%   -9FR]iu#*06=GuOiT]SSRDK3E< 2' )<JU_hoqpnjf`[VOF=1$!/=FMU[^_!]+Y5P;D>7?(@=:60' te\USPMJHJQ^m} %%+7/E6P<WC[E[GYGZI[I\IZJVLQOKPEO=I5@*5* %0=KYc l&t)}/5<@D}DrCe@Z;M4>-0("" )8FQ[emqrpnkieb_YM>. /:BF JNQSUQJ?0 !!wg]WTPMMPV]gt )60@BHOKYJ_Eb@a;]8Z5Y3W3T5N7I;B=6?*=82) " /<IU#`)f-k.r/x.~.+*|)v&k$]!PD:* }|}&8GS^eijljfa\WSNH>. *5@H MSVYXTNH>2# zlc[WVX[_cku)1 80=CAOBWBX@Y=X8S5L2G0E-B,<+4*++.49<:5.#  *6A L!V ]ekruxz{ yri^RC2 (< M^kt w y zywqlfa[RF;0#%1<FMRRPNNJF>5(sjeacgms{ !'/59+<:?IBSF\I_K_I[EVAO<H6A0:-1+)* +, /48;84-&  % 0#;!HV`glp q psx{zsj]N<+ ':JYfqvxsl b]XTLE<3(  %1;BJMNMLIF?6*~zxy| &/6;?CHMR+W:\B[HYJUJRKLGHAB;:36+2 1/ 0148983,#  ' 0<KU]aef ggknlg_VJ;*  &2/A5P;\<f;i3m,p!qnh b^VL?5* +5>DGIMOOLHA7,  $0<HQ\fpv'v3t>nIfOZRONHIBB=;7/6$5677852+'#" $!.&6)@,G*L)O#W`fhgeaXNB4$)6C/L;ODQLOUK[Ba6b*c_[ UMD:1' #(08CIKIE<4)  ~~%9L]ksy| ~+}7w?pHgO_UUTNOHFD>C3B'@=<>>>?>=;953/+% &'3.<1B0I,O$TY^aeefda[SI;, (8!D,J7L>LGNPMWIZD[>Z7X,S"PMJD < 1' %).27<><<83+" %8IXchi!i%i)f-b/_0^,^,],]-[,W)Q$JEB?=;:81,%!  ,5=BFG IKKJHGEA<6.' ! /9#@+A2B9C>FCJGLIMJNJMGG@?78//)(#  !'.13576532-'! 3ETajquy |"##!~z uoif d c_[UOC6+"  )2 :@EIMPQOIC<61*# )17=C'H0N6S=W@Z@[=\9Z7W2Q+H&@#9#3!1/-(! #+15;<=:4.)$*6>FQ_ jt{~|}~ ~ } } ~ ~ }xqgZLA7.& '2=EKMLJF@940+&   $!,+52=8C;E;F7F3G0G,E)F)F'H%I"H FC>6/' "(,..-*)&" '/8?HR]jswz|~}|~ zocWKA70(#   "+4>DFC@>;840,%"!%'# #' )-49 >"C$H"LMLNSW] b!e!d ^ R F:/&!    (2<GT]fnvz~ ~vmcYNB7-%  %-24411///148=AFHFB=3*"!$( - 2 : A IPX_fl!q#t(u-p.g-\)P#D;3 ,% !#&')+,,,+(#  !,5>GNXbp| xne]TMD<2' !(.59=>?ADIOSVTPIC;0% !*6CP\gq!v&z)z+y,s-j+`)V&M"D>8 3-)! $(,036:>?=93+!  "+6AP_o{~vnd\SKA5( '08@HNTWZ_a`\XQJ@6+" %2AR `mw#${%u$n"h`VOID ?:60*!  %.5:>AA?<81)!  ->Paq {skf_WLA2"$1@LT\`bcdfhhe_WNF>7/% !0@Q`mv){.{1z2x2u.r*o'l$f ^SG=5 /+)'! {y{ !-9ENSWYXTOHD@;6.' .>N^n} |ti]N@1 %0>MYcltxywurlfa[SKD=5*  +9EPZekquy~}xpg]TNJF C >7/& wsrs ux {,7=BDB=9530+%#"# '6GUcr  xrjaUH7#  +4>JS\beda^\YTOKHC>70) &7FU d r ~wpg_WQMHB<83+" }oe_\]#`,e5k;u@DGEB=71+(('%" #5G[o ys j_N:% $1=FNTY\]][XSMLKJGB=82,#  3EU`g k l lkid^XRNMIH GFB<5 /$|k^QIEGNZ"g)t/241.)%! #%'$ $8K]mz  ~|{|| {qb P=' $2>EJNOQRQMG?:889975.(  !(+)$  (4<DHLKIEDD!F(I-K.M1N2L3K1H.H+E&@5'u`QGCBEJQYa%k)u,,)" ",58973-% +:GR[bhloquy !""zm ^M9%%.8=>:51../14320 /+!'."6=?@>;50( 4C?85 9 > I V`g&q0x8v<q<e<c9e8_5P1@*1 #s`\^d^SKMZ!l#!z{! !  '&  &5;::87?KS\ gr}%*.11/v.h,d*i$ki `M0y{%-355s5l4~33346787522 0,'/!77 ;FK>.$   +2CJJPR%W*`1i6g9c<e?f@r?y:w3s&eI -jG54?LZf kaTXp   $ / 20:JOIHJA1" 1@L W \ fpz#'*+,,+(% w`B*}|{t kXO%`),,.-*('&$#"!#,%6&8'4&9#N[TI NNG?7, %.8?HRZahpv"'+0|2v2p.f)X#F5 tkf`[TG89ET ^iu    - FI @ IZ_VLGA5&"1D V ^ [Y [ b p wjWA' yWAGYi nrss!t!!! -?:6?IMPSTOD81&  ! $&!&.$?"Pantvqmkk g#a%[(Y+X-Q*<&%nYRNKFCBE Mf  #/27 >DDE JPJ>5.    ' @Ym}ulhgb[O!M!PTTK7s`NG To  #,24 6!9<74 42*   #4BM PPPTTM GGL"N,I4@9<:967.7&5.}gRA:@OZ`g t (9F!MQTT QJC?A?6'   . I_e^`ifZTSU PC>I#Y&f'm'p%h"S3sfjx  ',"/$4%?$L!RPI DDA<5*  &430 9=6+&+97-,$4.87>=CCGCKBD?29".#  |vpmmr~  &-6%<)?(=&<CNRRL@3,# +% *22*&',)",B Xhp%m*b-N-2,%)($.56%$1=B"?%<%>!ACD D>2$   &6@ HLP&G-42.3/2*.'* $   ##' 2?DFE> 1)(*-*     3Pfppg V@47#@&E'D'8&&"   &*, 156882'     $;NX_c ]OF$F/G6B9=918&62 , '  ~ w j _`mu~ $&(, *!"& **%    ;[pywn^P PVXTJ<-!# #0 AC9 0$ux#&*14+ "   $)*''-1*   8M\fke][] WMD%>*5-.-,*3%;;1)"  x cX Y ^du  !""   %*,,( #AXed[PPX[TK F>4/6EKD < 4 -#      %$ !*.,)   &)($*>KV]^bffb]V K?9@OWOE@= 2" wu{  "(%  &*,,*('%)5==:<CKQTTNE?@ I O LFB=4*$''     '(!  "')+*)&# +36 8:?GPVTOQUYYX WRF 7 .+,*"  &))'#{|  $(,02431.")$$#$3=AGQWVYgrm[KC<1('$   ##!      !#"#*"( #$*0 3:GV\]bswmg]L>;<3    "&(+049>AA?< 8 1) "39<I[ioqsqjXG@<2  w w  &&$   !% $+) %4> CHQ[bkx~rg]QD7(       !!"#$ %')*+ + )&"$0;?CObu|zupgWJA=0 "       %*.4@Oaq}}ukb\UH6&    !#$$%$$"!    !#&*-,)!'2;DR`fda`\UPOJ9#  | *('% *1. "$&'/ >KUdu{xwuohbXF3)# &+022/+# )(!    !&+/120*)#168 >JX_ceg`TKIE<-   $(u-o.f.c*m% $'#!"%&" !&*,*$  %. 4 ;CLUaox|}xl[J?7/#  '|-v2r3n/q+z'# '/,%$%$  %# #&&$! %6IZdjopiaZTLC9/%  $}+w0r4j5a6Z3\0d,n%v  &,*$"(02+#"'*+,/.)"   $'()/9GVhxxodXMC7(  &/5q:h<f<i;n8o3o.s({ %,-,)%      /AWiw~yocWPNI?- ${)r.j0a2\3U3O1M,O(W"du !(,021./23.$ !$)-/.+&!  ->Ws~wkZLB:. #+05w5k5c5^4[4[2]1c/j,s&! #'/6 961-(   -BWhvrid`YN?0 $,5y:e?X?S>P<H9?6=1@.H*O&^ s # 09CIJD=88:8524564/'  !,B]xqbUH:-!!)04{8h:]8T5K1A.?,E-P.X-c,t*'#!"##$$&$- 48:>BC=961+(&%    4GXhxqaUJA4%"+6>DtG^HJF4D3P0`/q-+'$""  - 9ADFF GHHC<7663+#   +9GYhtzxhYJ>1% ".7AGKsLdLWIMDC?9<3946;4C1I/T,d+y)%# /BO UX\][ZZXROQVWM>1&  !7MZbkzvhZOG>2 " *048:<<u:m8d6\2X/X-\.b,i(v%$ &7GO PMKGDDEDCA ;/ "#   1AJPQTY_bb_ZQF9+  !,6?DHwJfJ[HSGNEIDD@A<>:>9D6P2_-q+'"* ;JSY\_bccb]VOID;,  2FVbhklnt~rbTH;)(06;?ABB}AxAr>l;g:g9m6t4~0.*%! '6HW`b`_YRLJ!H"?%2$$#!   (-27?IRX[[[VN? .% /9?DHMOyNiN^LXHVCU@V;V7X3[/a*k&x" "5ESanuwuqle`XN>,&7DKOQXaiotx{l[ H3!*16;?DFFEEEBA@=83-($ 2BQ\!c$e%e%b%Y%M%A%8&-&!&%$!    #+28<>BA;/ "+4<BGK}NrOhObMdKiGqDtAv>z:5/(   '3>LXcjprlcXNE;/! "'0<GOSVZ_emv||uolicYN B4%!/ 7=@DGJMNLJHEB?;60)"   , 7CL R%U*T.P/I.B,;,1-$./ /-("   "-6?EILMON{MvLvJ{IGD?:50)# $+ 1 59>CH I!G"A":2'  !+28?DHLQYaeea^\_`^XL>5 ,%(0 59<?@CEFFFC@;8641.+% $(''*!/(5.93865809+:$:86 3/*$   !*39>BDDEIL}O|O~MKHDA=84/*"   "&)-02"3&0)+*')&'%"$! '0:DNU~YyZu[t[sYtTuOzMLLKKJHC<2(&-49>BFJMOQPOLHD@<83.&%,39<94.(%"#(-147:=>?><73.("   #.7?DGJLPQRRQQOLGC=80(   %) +*(%!"$%%&%&$    &7ENTY\{_v`r_q^p^q^v\}ZTNG?72/.*$%+28>BGKOQSUVVQL D; 0.':@DDC@<;;:&8,12)6:<== = ;<<;973,$  }y!x"y  !)07=EvKoOnRpUuV{UTSOIC;3+$     !"##$")!- 145653 0 ,'! %0:DN}Ywcqjlnjqjpljocu^~ZVTPLF?6+  '.49>CHLQUWXYVRMHA%9/19(C!JOQQPLE @%<*:1670<*@%B!DC@? >=;94.$}wvv x }  %,27:=@C|GyJ}KMMKGC=83.($  #&).37;>!@ @?;71 -' +9EO~Vx\s]p]oZnZn[pZwYURNKIGD@<6/'%'*,037:=?@ACDD CB@#=.:94E/N*S'T&Q&I(B+:/64280<.B.E.H+J%KJJIF A<5.% %*,,,-.1359<?@@@BB@>;974321000 2 69< > >@ABCA=7/' $1=IRY\\[Y~W}TPNMORTTTRMD;2+$ $'+.258=ADF HJK$L/M7J=G<D6B1?/</;1<3=2>0@,@'@"@ ?!="?"@!?=:4 .& "%).36:?CGIKJKLKJIGD>;75678:;<>>?< 950)! )2:?A@=|9{6y5y5{5~7:<;9642136750*$ "(.39?DHKN"P&Q+R/Q2P0L+J%F B?<=> A D G J K JHEBA>81 (  '-27=DKOOPPMHFDA?=<=>ACGIIHEC?:62+# &+/3798642.("$).157:;;941//110136 :'=-B3E:F?FEDJAL=N7M0O(P#P QRRQP PSVX[\]\ZXSNGA8.&    !',15 9 ; >@BDDB@@@CGLPRTUUUUSRMHA;3*!  !)/6?HNQPLF@7.$  $*013443248? FLU]"d'i.l2o4q6r6o8i;^?RBCD6E)ILPTY\]_`bbddc_[VPH?5+   "(+,+' !%(++-./05:AFJMPRSTSRPNJHEB<7/( )4=DIMQQNE;." !)17:<>AAADK TZ`djp#u'w)w+t-p/j2_5P;=B)GLPTWY[]_`abdc`\WQKE>6.& "&$  !###"#$%'(*,.27=BFIJKLKIGEC?<:71,$ &1:BED>6.% !(.269;?CDEFIO V ]cioqs!r!n j#c%Z(N,C.72+568 <@DGKNPRVY[[\[XTOJB<4.&        $'+/38<@BBB?>;961,$    '-48=CGLNQTX\^`a `abdd!a$['P*D+9+2*))!((( )))*,/4:?FJNRUWXYWSL D <3*#     ""   %,158;<>>><81*#    "+4?IPTWYZ\^ b gkkf"^(W-Q1J2C2901.(+(&# !%)/4:@FJ MOOMID>82,'#    " " !$ '('$!  "'.267864 1-(#    %09=>>?DLVa hkmllk%m+k0e0[/O,C(;$5!.%   $*29?EKP RRPKF?:50 -*($   "' )$))%,!/10. ' !  &+035763!0#-"* '$   $+29BJS]hos!r&n,j1g6e9e9c6`0X(O!B3%   !&*.39?EJMOP"O$L$JHFFB<4* # $(". 368963 ,$  "% ),-/01-(!  #-8BMYa df!j*m1o6l9h;d;^9V7O3J.E'> 7-#   !$ * /4:>CGLNONJD;1'   !%, 2#8#;<96 2 ,&   $ ( ) *)&!   ,9BHLQSUW#\,^2]6[8Z8U6P3I0B-:(4#-(%#     "%*/6=AEG H G E B=6-#   '.4 9 : 9 6 2 / *&!   ! % '(&#  *3<GPUWXW UQM$I+F.C1?3=3916,3&0!+%     #"&'))-+2*6&: >CFHGEB?92* $-39=><94+"  !%*+ *%()$,01 20-*$ ",6>FMT\add b[T'I/?47706)5 1+$          "&+.3&6,61563:4>3C/E(H!IIHGC?:3+" !"$&'&&1";ADDC?93+#   #)08>"A%D(B+?.91/4#5552,#(3=CGJMRW\bfe` X'O+D/50%/,(" !).3"5)5/655<6A7F5J1M+N!NLKIE?81'!'.4 9<;&8-34,9";; 95/)    &,!1%5)9-;1A6D:E=C?=@4A'>:4-%&0;FNUZ_cdfh jf_W!O"E": -    "',$/.155<<CBLESDZB_@b;e/c#a] XRKC9- (-037#6*3//4+8$;;81*#   !)1&6/<8>??C@D@F=G;H;I7I1F(A9/" #)2<DLU_dc `[[[[!Y#V#OE7'   #%"'+(5*?-I3R7Y8]6b5f4h2j-j'h"b\SJA8/$   "&*,!.$/'0(-(('"# !$((2.:3A6F6I6K7L5M3K0G,C(>"81(%+07<@BGLQW \`_\WRL C 9, !&)++*7(A'K&T%[&c)h*m+o*p*p(m&je_Y RI@6+!  "&'&$"  ! "$"#+#5'=-D4K8O=Q?Q?Q:P5M/J*E#>7. # !$(.4:@EHGE@;2*    $'&#%2=G P!Y!_dgimnmh cZQH@92,$    !$% %%!&*(4+<,F-M-T0X0Z1[.Y(V!SMF=5,$  !##$'+0368:;=>=;6,!   $% %%$*$5#A"J T\aeghih fb[TKD?:50*"    !'"0$9%@'F+K-P-S*V'U"TOI A:4/*$   %(*))))'#  "# "#")#2!<DMV^chln m lgd_\ZWQJB:1' #!+$3&:%A#F#M&Q'S&R!PLIDA> : 4-&  "$(),)#  "! ! !!$!. 7?IQX]abd c c bba^YSLF@:3-'!      " ) 0 8 ?DHKLLLJGDA? :50+%  "(,/1221.-*%   & - 4<CKPUY^c h kl k j fa\WRNIEB>80)!     ")18@GNSVXXWUSPLHC=60+&  !%&()*,-.-+'#  "! ! (.4<DMT\b i n r uwxvtplga[SNG@80%      "*2:A J R Z ` c e ged a ]XRLE;2*$ !#%'*.1332/-*)*+,--.0/-+)$  &08>FMU]fntx|~{uog_TJ@6-&  !"!"%(&"  !'-4=FPY`eikkjhfaZSKB7.%  "',0564200136:=><;852.)!  #+4=EOW`is||rgZL@5,$  #(,0552.)"  !(09AKVajryxoe[PD8.#  $(+/4:?EJORUVURNIE?93,# !-7BJS[enwwl_RG=4+#   )4<CILNME<1)! &-6@JT^gqzymbVH < 0 '   %/9CNX`gmsuwupfZMA5-&!  )3=GR] hrz{pdWK?4*$0:EOX`ddaXJ:+  !-7AJS[cjr| x maSF9. "  +7DR_iq{|paTH?7/'  ) 4 @ LXd n w  zn bTG9-#~+9FR\dgihfbYPC7* )4?JT^gpy xl^QE:-" !1@O\gr}xog_VMD;1)#!,6BMXbmv "#" ym` ULC9.$ ztrty"/:ENW[_a`]WRKE=4*!  $-6?HQ[epz xla WMC:0' !0?M]lywof^ULC91,% %,5=F O [fq { !""!vof]UNH@:2'~{{|}}}}%2=FOU[_cdb]XRMF<3) !(.39AJValt| |qh^ V OG@91)  !3DS`ksz~wpg^TKC90 ( !' - 5>GR]gq}  yqj e_ZUOH@80'|xxz|~ (5BMU\`ba`^\XTNIA80( #*2<DNWakt| {rj aZSNIC>81( "3CRbp{|rj`XNF<3) &/9CO[gq}  }ytolidYOF@6) ~}zxz{ *:GPVZ\[\\\ZWQKF@:3) %1@M[hqx~  z v smhd`^ZQID=0" !1AP_|mvyz{tng`WNG@6-$ & 19@IVa ipwy}} vpjec`ZRNIGC<5()4>GOUZ\ZVRNHB:3*"  $)/8BHPZafjmq w zzyw t qnkie^VOJHGD>7+#{2vByQ_lx}y|~xqkfc_ZUOIA80+&  &2=HPUX^jv} {wrpmonjd]RH<0$  '2;BFIHIHGE@:3+%    +5<BITak q tuuvy{| zslhegkmje\SLB4(%3BP[ezm}ruuttsplga]WSOLHEA;4,%#)2 >"N%X'`)h)k'l$n"r wyyy y{}yrkd]SKC</ !).03467877862-)'$   *6>E K P Xainpn j hjntxzxslgb[SKC:,  !+5<AFKOQTVXXXVURPNLLJG@93.)%$#####$%&*)5*=*E)K&S#Y`eil rx}|xrib^\XQG>70+# !"""#$!  $)1:GR\` ` bgnw}zwpe^ZXTKEBDA>4' !$&)-15:@CEFGGHHIIGFEB?;::;:;<=>?>=::8'501<,D%MWcl ruz|yuvtmd^\_\VTSTTSOI=/     &.4<HUbjrvqkjhd]VSSNIJPW\`[RB.   "$(,1579;>@BDFFDCBDEGGEB@?<950,&)!9HU^figfgd`XTRSPLMOSW\\\VIA:1)  "!!"! *; KZdghjkg^UOKFCELT\`_\TJA>93*  #).47;=?ABBA??>=<=>?>>>@A?< 82(*6 AI OUZ\\ZY[[YXZ\`aba^WSQOLE<1&    $&())&"+2 5;BHKNOQQPPT[_`^XPGABEHFA7,      '.37;>ADDDB@<::989<>?@@A?=9 2("+4>GPX[^afiihfc\TQPNKHFC><;:6-#  "&*,,+*&"  #/7?FMV_flolcWLFDC?<:9768><4(    $&)+-/369;<<::<>AEILLLJG@7/' !2@KS[dlqqnia\WRNLJFB@DKOJB<3'  "'+./10-*%!*6ET_fjicZQLHDA@<97:@EEA=5+  "$$$&'()*-137;?BDDC@<5.("  &5DQ\elnkfb^[XVQMMPVZ]^[SH>6/(  "$%%&&&%" ,:ITZ\[UMIHFDB@AAACKQPJDA<5/(!  !',27;=@CBB@=94/*# " ,7BLQQOOONLKLNLJJPXZZYXVNHFD<0$ !',146640+&! /;BCCBB>;:=A?<?EJLMNNKC<974-#     %,28=@CDC@=:5/(  %,3:<;=DKMNNOQSV[adb\WTQMHB;1'  $+169;;:874/(  )2432257:>CFECELRTRNJC;510,$  %.6<AFHHIIIHD?93-'"  $+.04:=?BEJOSVWXWVRNJHGD=62/+(%#   '.3789:;;:850)! &,/03689=BEECA>:9972*$    &+19@EIKLJHEA<70(!#&%%(-/27=@BFKOOLIIGFCDD@964 4552- &    $),16:=@BCB=:4-$ !(-/10/014456630,*'$   $*/5=ELPRTTROLF?7/' $(+06;>BEGGIOUUQMKIDAA B B@= 8 2,'#!  %,3:>BDEEDB@=94/( !&+.220-+**)(''&$ $-5=DHLORSSRNJE>71,&   $*18>CGKMNMLLJHGIJIGDB<710/,(" $+4;AGLNONJFA;61)# "(,021/-/122-($!  &08?FKQTTSQNKHD@;4.'   *6@GLPSSQQQQPNKIIHD@<9750,%"*07=CGJMNLHB;51*#  $,2786322341.*'"   *4>FLPTTROKG@94.)%!  )6AJRY]]]][ XS N KIHFFGGFB;60)!  !*4;DKQRROKD;3,&! &-4688750,+*)(%$! ,9CKPTUUSPJC;51//1220+& #-8DNUY\` _\ XWUTRONMLJGA:1' '0:CLRTTRMF@80*'&%$"  &,14541.-,,)&"  *5>EIIHEA;51--/24653.*$ )6AIS\bcdec`\ZXUROJD<4-%  "*07=??;752/-,+++--,)#"*16;>?>:520-(! "*/38::987544336677751,' #+2;FQZbfjkjgb]ZVQIA:3,$ %*.02577520 .-- - ...-+)%   $,27;><:3,$ !$'*-././012321110.,'#  (06=CLU]dimnmhc\TKB91)!   "$%(**))*)())(('% #   ").159<=;5.&   !""#$ & '('&%#! "&-5<DNW]_`addc ` ] W OE9/&  !! !!       #),...-.,(#       '09AGKNRUYZ Z XVSQN K F A 7 . $               &- 3:@GLO QRQ O K G B = 72.,+(#                      $+38#=&@'D'F%G!IJKLJ F @ <:840+ %!           &%.+448:9A8E6H4J/K+J'L%N#N"N!M"I!C!=!7!2!/ ,)&#  !##""!!!              $&).-51;5?8E;K=O=S<T:R;P:M9J7H4E3D3C/@,>*;'6#3.)$" !#&'(('&%%$"   "$%#"     !%*(/35;9A=GBLDOGRGTGVGVHVHVHVGVEVDVBV?T:O5I/C*<$620. ,($"! !###"#%)-.-*$  !!&$('*(-'/'.%-#+ ($      (/ 5&:->2@7D<G@IEMKQPTVV[W`Yc[e[eYeUcOaK\FV@Q9K2E*A"<:7 5 320122210/+&"   "'#+&-)0*1-302537383817-5'2!/)% ! #+29?D(I0O7T=XDZJ]PaTcYd]cabcad]eYeUcO`I\BZ;X3T,R%ONJG CA?<8531/,*&" ! $(*."1'3,406476775827/7*8&7 6531 /.-.-+(%"  !)19@D$J.N7R>TGWPZW\^^b_g^j_l^m]nYmTlPkIjCh<f6e0c+b%a `^[XR K D @ < 71*%   !#&&(+(.+3-7/90=/?.B*C'B"@?>=<< :8754542.' %,29>DJ!M*P4R;TBVJWQVWW]WcWgWjVlUlSkPiJhEh@g9f4e/d,d'c"a^[XTOIC;3+%      "!(".$2&9'>&B$E#G#H#H"HHHIJJJFC @ > ;841.+ & # !   ")06=A EIM)Q3T;TBUISPRVQ\OaMfJkHnEoAp=o;o9p8o5o1m-k+i(g$d#`"Z#V#P#J#D"?"9"4#0#,"'#    '-27<AEGJ N QSTTUUTRPKF A ; 60+'#     )06;AEKPT&V/X7Y?XEUJQPMVJ]EaAe<i7n3r/v*y&{"{zxurnha!Z"S#M'F*A-<0600/*.%,") &#   ~}~ "&() '($. 25:?D IMRX\_`ba^ZSLE?93 /*&!!#$&&&% #   $/9@FKQUZ `e#g+g4d;bD]LYST[P`KfEi?n7r/w'z }wqiaXRL$E*?/8318+;&>!?@?;82, (#~ $(* ,,,&)/$7 ?FKNQ VZ^adegeb^YQIA:2*! !% ' ( '&&%$ %09@HOUZ^ ad e+d6b@`I\PXXR]MeGlAs;y3~*! }ztme]T JB9 2',-&0!35554 1-("  $'*++*%'+%3!:AHNU \`dhiifb_[WRLD<2)!   %.5=BGKNT Z_"d.e8cAaI]QYZScMkFt>z6~,%} z u p i ` VLB90(#!%&&% "   "$&#%+$3!9AHOV\afilnmlid`YRJA8/' %*.36<BHMQU$Y,[5\>[FYNSWN_HhAm:t3x+|$}zvpibZPG<2'  "*18>D JPW]bgikkhd`[UMC7+! %*.147;?BDFH!J(K/K6L@KHGODV?]:c6i1p,u(y#|}|zwrkd\SJ?6 , $!     # +29?FJOSW\_bddb_ZSMD;2)!  !).49>AEEEEEDC#B-@6?><D:I7O6T4X3\2_0b-e+f'g&f$e"a"]"Z"V!OIA90'      &/6<@EIMPSVXYWUSOLGB<71+%  ")/4:?BEEEDCB"@+=3;<8D7K5R4W4[2_1a/c,d*d(e&e#b!_\XSNID?91+%   # )06<AGLNQRSSROLHB<71-)&#   "*18=AEFHFD B@= <%;,937:6A2H0M.R,V*Z)](`%_"][WSNHE@!<#8$4&1(-+)/&1#31.+& !    # *15:?DINQSRPLIFB?;73/+)'%"! #,28<>@AABBB AA>%;*:0755;3A1G0N-S*W&[#] ][VRLGB>:64"/&,))+(,'-%.%/#."+)%      $&())'$ " )18?DHLNNMLIE?:8520/-+(&#"!   %.5;@DHKMN MMK!I)F0C7?<9A5H1L-O*Q(S'U$U TQNJFB=:8751/,+ ("("'"'!%!#!  "%'''%$! % + 17;>@A@@=;7531/.,*)&&%&'&&$!  $*/47;>BE GHHG#F*D0B5?;=?;B7F4G2I,J)L&L#K!IHFDA>;:9876652/-*'"       & +.134666543310-*('''(((%"   %(,049=AEH JKJ!G(E/A5<97;3<0=,=*='=%?#A"C C B ? =!;!8 42100.,)$!    !#&''$ " %(+ ./245888542100/.---,+)'%!  #).49>BGKNP ONK&H-D0@5=8::7<4>1?.@,A+@)?(?'>&=$:!8642210 . + ( $!  !&(**('$! "( -1356776531/-*)&&%$$$%"    !&,16:>ACDED CA?';/863;/>+?(@&A%A%A%A#?!=;853310/, ) ' $ !    #&)++*)&"  $'*,./11221.-+*)(&%"    $(.49=ADFGFC ?<8#5+21.6,9(<%?"@AAA@>=;98530/,)&#!       "&*,---+)$  "'+.//0////.-*(%"   "&*/49=@BCA?>;85 2'--)2%6 9;<==<:73 /, ) ( & $ "           "&+-0110.+)&$   #&)+---,*)('%"! !  &-378::<>?ACBB ?=82-!'&"*.011 1 0 . - , * ( & % % % % % ' '&&%$"      !#%')+-./.,*&$   !##!  ""###$!  ")/37:=@@BDEFFDA =83/+ &#!&)+* )'&$"!!""#%(*, ,,*'#            #%(+.03567530-)#  !" !#&')(&$"   #(,05:>ADFIKLNNLI E@=83",$%%%#" !!"$$%% & && $ !             !"$')-034332/,($   "&()***(&$!  "(,048<AFJMPOQPOMKF A91( "$&)+-/0220-*&#      !%*.1478888874/)!  #'*++*(%"  $+16;AEIMORSTSPLHA90'  #'*-02331/-)'$!   $(,159:=>=<;:851*" !$')+)(&%"!   $(.48=AFIKLOQRQOKF?81 )  #(-2466530//-,)&"   "%(*-0368:;<<;950*#  !""#"##"    %)-169<@CGJLNOPOLHC=6/'  $ ),/112111222 0 /-,*'$     %(+-0369;=>>=<:72*"  !"#%&&''''''%!   %*/48<AFJORTTSPNJE=7/)" %)+/14666 5 43200.,(#  "&),0358;;;961*"   ####"! !!      %)-16;@FKNQSRQNKGB=72,& ! (/5;?@ A AA@@><84.)%   !#%).38<?@=<963/)#   "#$%(*+*'#     !%*05<BFHJKJJIGE@:5/*% %+/2 6 : = @@?<962-)#  #&*-03677665530-&   !%()))'%     $)-27;?BDDDCA?<963/-*(('%"$'!.4:=?@ @ ??=<84.($  #&*,./0//.-+(&$#"      "&*-048;;;:8776655433 332 .&+*&,"../12 45431/--+)&"   !&).474/-,,-//.//.+&&'%       #(.32/-*'(+,+***(%%( '" #%!("* -/1 3333334443 1.)$    %'('',0112/*%! ! "&+.-*#     "&+..0/-,*))(%$$'-3 8 ::53/( "$ '),-011 10. -*'%"  $+.0/-*&#  "',-..,*($       #$%#%),,+-- ($! !%),---.- -,,) &"     "#$###$"          !   &*-*$ "%!'"* ,--+ *(&$ !   $%"            !'++'" #(-/.'"!%' )%*'+&+!*('% # !     $(''+-/10+'$%), + &        !"$,5:8 3 .-18>?;7 /"*$$%#%!%#   !%*/10/./6<<:73.(#!   %(('&(2=FJI F A;543.$     "$+6@EGJJHEAA>4)!    )5>BEIIGDEGC 9 0)   ! !!""###""!   $.6;=@CDDCGFA81*        #08;<<>??@CB@;70)%#   !"$%%$$"!   +1247877;@A>;962,'$"   !!$$$#"!""   &+/01138:99:<;:9963.) # "$&'()++**))('%$"   %''),0445689778:97651( !"#%&'((''&#   "(,///159<===>=6/,+ &   #%&'()+-/234311/-*&"  !(,+*,/257;==<9740,("  "$&'())('&$"  #(+07=?==??93254.$    !#')-.12456789:9640,)%"  !(/358=CEDBAA<71*#  "$')*,,-,+*)(%#   &.37:<<<<@CC>82,#  !$'*-/11322221000.-,)'$   %)/5:;=BFGGD@:0&!   !"#"#""!""  !%*.26<BHJG@6-(%"   !$(**)*)'(((('''''&%$!  (.48=BDB@=93,'$!   !"###! &0<CDB@=61/12.)$# $##%'))'!!"$$""""#%%&&&')+++)%!  &-134642/--,(%##"!    "#$$"   !(-13210000/,+(%# $%&'&&#  !$&(**+*)&$!  !&)+,/35631.,**-/0-'"   "(+.0///0121/./ 0/-,+*&#!  #$%&&%$$#!   %*-//.-*'''*+*'%#! !      $%&''&&),,+, - -,++,--,($     !%''()*(&%')*('''&''%     ""#&*.//.. 0 0136653!0#+%%$ $"      !"!""&+./-,)'$!    "$(-2 4 6 8 9;;98631 - ) $    !#&))*-121/+'#      $'+.1135765 3"0".","+")!'#     ""##$#" #&'())+-0 0 . + * ' % ""!   !!  ! $ ')+,.0012 4"5$5$3%2%1$/!-+)& !   #&(*))'%!    !#$ % ' '' & $ !   ! #&')*+- .#0$2&3&4&3#1!.-,+(%!  !"$%')**)&!   ! $&')+- . .-*'$    #$#"     !"#$!&$&&('+(-'1&3%5"66664 31,'#  !$&)*))'%"     " & ) -/01220-)#       !#&*,/159>ACD C@93+%   "#$&%$"   "&*-001/.*&!        !#&+/368:976 6 53.)!   "#$$#$#!  !#')+,-,-*'$!         #%)+.13688741.)& $"    #%&&%$!  "$')+-./1110,'"          !$(+-//123420,($   "$$&%%%$   !$&')*-...,*(%!      ! $ &)-146676431.)$   !#&&(()(&$"  "%(-035532/,*&#       !%'(****)(($"     ""!  !#&)*++*+*)('%!     "%%&%#!      !"""##" "#$#!      "##$$"     !#%'()+*'$             !#$#"     #&(**)&%#!         !!!!"#$%$#               !#$$######!         $&)+.//-+(%"           "'+..///.-*&!      "&('%     "%')))&$"  !(-3676554430.*($"    !#%%%"    !"$##!     "'+.03310.+'#   %).12332100/.,)&#   "#"!    "%),/133432.+'#  #&))((()))*+--...-,)'%"    !"#"!     "%(+.1333431/-*&#   #%(*,+*))(&'''%%&''&$!     !!"!   !!   !#$%&((*+./111/.-+(&#! !%')**(('&$"      "##"#!       ""##$%%'(+,-/012111/,)(%"    #&'&%$$"!  !"#!      !#&'),,,+*(&$   !!       "#%'+.268;<===;:851,($! !""!"!   "$$"      $(+-01210.+($        "#&)-26:>@BCBB@><83/*%    #&''()((&$"  !&*.245789974/+$         "#%(+059=AEGJKKIGC>93-'"   "####$%&&&%$#""!   $*.37;=??>;851,&           $).27=AEHKKKJHFC?;5.)#   #&*,...-+*)(((***)&#  "',0369:<==<:73.("   "$$#"   !%*/49=ADGIKKKJHEA>:61+&!   #',03688865200.-+($  #&),02579998641-)&!  "&(,,--,)'#      "',159<@CDFGHHGGECA=:61+# !%*.369;<=<<;963/)$   "'*.0347:;==<;9642.(" !#%&((*+--,*&#   $*/49;=?BDFIJJJIHGEB>94-$  !#&*-1469::9742/-+(&#  !$&'*,/02457887630+&  !#%')+,-,+ ( & # !     "(-168;>ACEGIIJJIHGEB=70)   !#&+/269;=>>?>><962.*&!  $&),/1345778::9840+%  !$'(()*,. 0 / -)&     "'*-1369:<=>?@@A@?=;73.&  "&),02579:;===;851-)%    #&(*,-.0012221/,'!  "$&'()*,-.// / - * ' #    $),/269;=>@BCEDCA=93,$   !#%(**,-0369;=>> = < 9 7 41,(#   #'*,.012455531,'"   "#&') * **)&$      !%(,047:=?ACDEDC?<81)   !"$&*.379:; ; :: 9 7 3.)$  !&),0344432/*% !%')+ ,+*(&#      !&*.259=ACDDFEDB?;5.&  !"##$%')*-/25 8 9:98530 , ( #   !%),/0///-+)&"   !"#$%$&)+++ + )& $       !&+159<>??>=;:73.)$ !"%'(*,.13689:: 9 8 6 4 2 /, ( % "  "%')((''&%"    "%'()**+,+*(% !      !&*-03589:;:8630-($  "%'*.1479;;;:: 9 9752/,( $ !   !#&'())'&$!  !#%'))**+***( ' & $!   %*.269;;::9753/,("   "$&')*,--./123 4 5 420.,)%"     #$$$$#"!   !""!!##$%%''''%# "    "&),.012210/.+($! "$&'('''')*,-////0 / .,)%!     """"   $%%&%$$##$$%&&&%$#!!        !$&)+./0//--+)'#   $%&'(())))****+,-,*' $ !       "%'('('&%%$$$#####"       "$&&())(('&$#   "#$%%&&&&((((((((''%$!             #$&&&&%#"! !!!!!    !""""""!  !$&'''())*+,-,,,*)(&$"     !#%%$#$##"   !$%%$!    !#&()*+*(%#           !$$%#"     !$')))'%#! !!           "%&&'&&%$"!      !!!!  "#""    #%'))(&$"      !"!   !""#%&%#  "#$$$"" !"#$$"      !!  !"!!    "$%$#!      "%'('&#!    !%'**))&"       "'+.010/,*'$            %(+-/.--+($        "(-022320-+)'&$"!     !&*,//0/.,+(&$"      '+0356677542/-)'&$#!     !&),/111/.,*(&$!   "',158;<<;:730-)%"       '-259;<<:852-'"    $*/69=?@?>961-*&$     %+17:=?><940+'%"      ',26:;==<953/,)'%"   "(-258::9853/,)&#"      !&+0379:996420.+(%#     !&*.1456532/,*&"     #),/2344210.,($!     "&*+....-+)&#     !#&'(&&%#"!     !####"!                                                                                                                                     !                    "#%&&&&%#!                    " ' , /1220.,($     " ##"!           ! %(,. 1 1 / ,)$       "#$$!            #' + . 1 1 1 / , '"    !"#""                     ! %(+,-..,+)% !  " $%&%#                "$&')(&$"                          #%&&%$#!                          ""#"!!                ""       !"##"                     !###"!   !!!!        "# $ # "       $&)*+*('$"           !     # %()++,+*(&%#!            $ '*-....-,+)('$!              # %(),,---+)(% # !                         ! $ ' ( * + * * ) & % $ # " ! !                                  !""##$##!                                  !"#$%&&&'''&$!                          !#$$%$"                   ! # ##"!                                                                                                                                                       ""####"       !!"#"#"!     !#$$%&&&&%"      !#$%'())))(%#     !$&'())(&%#!     "$%&&'&&$#!     !"###"!      !"#$%%$$#"          !!!!!!!           !##%%&&%$##"""!             !""#$##$$##"!      !!                "%&')*+,,+*)'%"!     ""#$$#"!    !#%&)*++++*)(&$!     !"""!      "$'(*+,,+*)((&&%$#     !!!!!             !#%'())****+))((&$"             !#$&()+,-,-,,+ * ( % "      !!#""!          #%&)*+--- - +)('&$"       !!!"##" # # " " !       #%')))'(*- / 1 0 .,)&"     #&* - . . - + )&$!    "$(-1578887640-("     #%&(),-...,)#     $'*-03344430,)'$"    #%(+-.,*'&$!     !#&)**+-/11/*#     "$&)**)%      %,14551,(&%$!    "&)+*)('%"    "(,..,,/122/)#    !$&()(&"   !!!    %),-,*('(**'$     !$ ' ( '&#    #%&'))('&#   !%*.10/-*&#!    #% & % $ # !    !$'(*+,+)'%   "%'((('&&$"   "!              !$'*+,,,*)'$!    !#$$#"              #%&''''&%#"       !!             "$%%&%%$#              "$&()*))'&$!                  "#$$$$"         !!""""!!!                ""!           !###"!                    """!                                                                                                                                                                                                                                           ""###!           "$%%%#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          workrave-1_10_10/frontend/common/share/sounds/subtle/micro-break-started.wav000066400000000000000000024140501263301626300272640ustar00rootroot00000000000000RIFF  WAVEfmt Ddata   #%'()***)('%$"      $&(+-.//.-+('%#!       ! " !""!!    8K(zzA+FF:}%=NR1 N,  V#z/%  zx;  x  :8g&BM+9U& r I~AI vw R f sjTbg{-vJmcR* wyeDwYba2%RB8o+{O~&h+{d$9p;4a[6,00Hb\VCCkvdMkfpUSy :>9 & 2 qS  h [N& p eY"Px EWJiBF{tEw zxC #^DP5eP \ &':9;E69H V kY :](xU3F zE =cS9_ V}"w;JD*QvI} c<. .n{*^H(G(   `^ G|c > F 7  s@nk';/U=] cCjV0bB;FTb%-u,L=!x)GC}-P' U? dER=q^(9RB5*@F8gnVk0 I F }    7Ez  : l .Z"23 #R8Iz-496_ @ EWX  WLIs KboPfYVWlNwLlGq"'#/XmlHYVs[! A 8|ASAA&#w. Hm9pe B ~ 7BTBgJiHCvRR  i I' Q   P J X@P Dz@|i |.ONa* 4dk5A@fYV)OG<4dc.7KcDE-yuB=uqHq/t   [T G o #?dSv9+ Y  X'   V" E9  B2[Q k M $p:J~7JxM"fR0%7s}wO!7Ya(a>4=Sm-4T w?7|oyXl*r57c.`^;^'Qq(``^h+4+|:8 ,\ #  M`=xh #Y1tJjr 2  M    r  pNc ,3~A}5!74uQ>iwz?Oh`|>`Dl7;$@21p<$,nVUWg"&hF@5JK:0xctq>gy+Ve0*L)+4m$V;%Tj` G , q  '2J?Vf~0\|] F10 % xgA  D & a 7e&c u"(i\ Qc4k;=FLtTUfR^Tf(A_i ; F }c6Y m&e./xjiY!@kW,?SQu?'7a }:MKQ,Z(NqZ0Q (4?[VUeU#nd#(dHOk4SNJhvxh0oV"CqQ%+2kq, ! = j  IR! W   8[<}L rbx$]8   1 t $4 - ZB]0&eq*:%w*Y)|9q im0fdT @/5zL$"Fcya "<}&s?^&H{sd)6 )pf'y_yOF;z  #$ e cO05   G: 02[R S&UI uS  - % &H CS <8 /8\2Uo>>bbMttOhti.\7*dc>bq|(vnI8b0`nyY4R0bc!89kK(8e~^`v8S ~7&^ c ZI 0Xb cc Ow( -\ epK w'D8l):z K C f  O2P +lzv78t5_dz|4^,"YH;f9>';b;OYL Y%+Eq*y0~ufbr8KxB-'`LI5 [6t pm]n7_\C;u@x0kkOhGv7 j 7/e   ` J_  #I} #Yp[fm + +@ s e  a z 8  E$:x;&S2Z ,M.4H R& 4mDy>o|, b4bo*qPf"Uz'ajHQ LPx'G'!A;:b s V C , ` 3 QIo    H 1ZM X P b  J_5H(`tB `0w9DzKG?w<<[RrM\KoL*gi6S=e4\xjP }||IF q  . `Z  `y  ~ H [:HN* +H ~6 NF / W = <'-Jqcr9w2*`(M*j&#ij 1wd RkvO f( Z "F P * XYmBGR , 9 a~R~BFrq S d 1d Z y &  zs  0 ^ V6mkAGsVznnUK%N w2Z9XpT17Tn 08] U9 G + ]w* QU 3 OC B!X:=wc@m Fa$Hz1 vA }P6  5 B D GSZm;z6@g  *3 O - W  Q   Xv   = ePEh .vozE sHc Ctw}a9eA9cwf p@@"<:@rWf|F v `>LiSG=3 a)E._V &   }g O? ; c  & |3 =>z9L`n - T|g00. xpEWZ!dD2 ~ 2=r % Wa2/ =  F,e.1L%j!#ps T 0 --{@_Kjy_U)=lTT J "P XI @ ^ laT  0d r U{}}+9b"P 5. [ ![   OoWg/%S= JWme.xp~#av4 qsJ(Fk' @c0< jJcri~6SeI&  ( hc \^sF0<cIx#s 2*Ka9$J?(/- K9` p5*CLYL{ ke8 R< )yf:{$W55]'Io+,Ab; 0eHS3 R/rc`U4n ^Y  Am 1mq"~P(B>i*QQ ;q8\\n}mA  ^$=pqb ]Nz3"[a - ~ #  k 8  ~ ^  >$  R I ( Op dM \peEpG5Mn 6R _V  n*{IQk } Q6.i^I?Q|1upT(TX<l p@G%w% %ebew`8(e rC<WAe s,T(W[{t ]}w('} C  OiBUnju JOp zoqT(v" tC7> @ 1 Ebt s L i+u M 7@IdTuiJyh}A fY]%NU S 23ZMHp8Jx9B|W98s  n k !>C ? d+H %    c&R"&   %  " 9uCIz4 m7 ,  9 iw 7(h|:)1'Mz,Q  n~v.#}1J3#[KM4;AML*3 6u(0M>8zk,3ip4N,@Y n9 7?h)^o|(lalFa  / Q L ~~  v Q n  n )   l 7 DS,qqLoL;3XP /DdY)Q/SqO^]D BF 9?EZc Qk z:Z7s v %A4gdCTf-OY +foQ R>r l]X Bo  % -] Y _ % I & a JA d, j rI > i!%3<6y6WI;m  s DJ_]# 65Mc KA s Lvv/wP=*-vc_c._6H0 <~G\ 1N Oz; EtoeAN?E !c   lO _b j 7  BQ d@O `@ & "f YH<tl9 *3}/?r o9% _$sMtiX`ET%"\51Kkt~8]& q?w _3;w !kKv8QcJ 3_PX#RG:/AwTHe "~[P'\ M } R@j<]$b L  GEcJD O P  1Q! Sa _/Z1#V  9 b I {U8 ZMA ` D~/Ga"L|Qm"xT1R[o'/J c y i p n ^aJBvA\Xo/ Q<6mE B e #= BJ!)/w2=ej-B+=@>3%__bHO ]g mL4~5D `H =Hc-9  )hjl SC!+(XO ` i/sxgy+#p2~)?.5$ c M  JT:x 8  d|  2y H' y.j#!;rdt!S<-%n\-`hm&HYNCb2*8Ig n9 3z Kp#7I]x ?Rl q j ` 1+ WY# m2 = $"/zWnZgufk  [ WCW f JcIpu 4 &d  MJft H(&-_-6inPjY<#D?CBj2g6W ; x J ^a+  "   d>  . E 1 %J>.Y  [ ;  rdmL q73Q7AI} G ,A~ Z, 2\ , [ *B w+) d z8./ HG0BkU[|&`edPuIT7 ;HjJ4p;lz?IYR | Q y RY I{?d.=K 4 )954'z\ } 8h2fhf c4p B6m  <  5} 2  h NIs i ;h  )|gXg`fk#n J& N+=s* Pk~Z}2JSVFF6JJ7SD0b(YDJ=e@s'i<50@,#%: *1 Y ft ~04K b : n T L  dJ S  v + b vka)crTZnAD9 _B{m/>x^i1 qq/"cS<#?>FsI ) / : h?O5YXl 6dM J]^y^r>v:'k-pnK=n w3l % h\ hp $6 b\ 8 EM ^s bZB{1YU3/  9g*M"M{R+  1 xh2Ut2<Hl 'y]U9D|a Eq ]+ 1uVk 4KY*O 2~CoBT#Ar pt [ , RAC 23h1 Z {+OV   o b i   &  q =R %9r Pc b w$\J_1] k78dE4(]\O@TG(X.<m3 4c d-6 fuw9  $d [H 0 W ~ J !H O>RT$ >+C  _ (n = l x+x4w_=t= a{=U,|[ _ + dDw > P#  ]}<Xn_i 6 ' 0    .  . q. ! TAw~ RUp/b,?_[ PkD""+EI'+ [~rS\/)A mX7\sja]K`iMuQYqbrH7O  6 wN  W` F H *#Ia8Fhh e 4 } 4## 0 0 Z '  k3 if=p00I5]9{8!%UGeG0juL)81 NRl)Pr3{E/ ;2NRwS~ )+2uQ0*sat a5 * a S he : d \& 7((9< lo+   [ ) ` P  ~U|[JL #H @_7emeoWok ;Sg"=UxbE I EbP}X: , R Ar4 |YVY+;[FOmn_<g=I7h% e; *T # d  >o M l  q th  .TJ$+bYeWx8Hkl WZO\s >Kz%Zy/O(fH>v  JZ x  ;DWX/ m  oxfG/ - t7  c tOY,IKE[=`$GmA  ] ] C. 74rX`Z\W5D X+ z DSfd  # ! GR= 8`?kf'Q| ?CyzQ'ht-{_NW  SG? T 8 Y] p &=QC8z qssc  r}"(gh(@vDD (1|Fum ~EWArYG UJ+S z 'am&=f DQ7>qs dcu x +e  M; -a N 8>9zx*e'!z\X 'x.M\n6Gvh   tk %( W5cZq|T ^; %m:n} 5TD=?N='$HOMi?645"(EN\c s  As W! l / R4C7 7M1% }!f 4Z,Smr>AF4$L'K|$"fZ <4 6FkZk<zd h ( c B  x 2r~tJnfW : " ?v]`. S P'z\y68Bj C 2 +aS $ r3z n F d j+RS^:~<z{7  "! i VDfzX[GbW o6U-jz9` :] \ j- oj ` Q$V=yP3iwe7;Pc{t8BbKl{L MmWff=*jJO|"  !Z 9 %1 ]ui ] ) 1 hE#wvw D PV<A) B ; ;cE>q k ,( ] "N%;o*'T/vi Z`"g:X6#?lUBtM_`: P\ ; TWp7+Dn}<w4KC4nVQg .R V  |t} W vF B) M j M Bb _ a ?${*6RL~^o x_)Z[ usrJi/ @ * 1Bc-ncgP> = (zy0ES3rNKa\9VDlXq0US_bJ|l&Lo:]< J  ` !y Cb{K<y. ,  1kHQ  @ 2 h; Lyj}aq_VgT5#{ |aIM ]O&3-oj 4 :/A-1O= { o Z e(g*r @ B6[# r5GEt/#}I  X DB l \ t k2^ #M?4P m ? F30bm{K  0 `@-A +f ".t; E71J=C*   h ]>"( " ~ ] E3o  mX*e{#E9Za'Pk,uRah[Ql]tl[(TyP H)" S< v  X  K[9{|<o6 s`wi _ k\^;}m5m0g>0iRo }m1 EA4  6-\ r X;;JR S>^}~ 7xYk!7pM l@  Z5%+N~;5){uj{zS='~<l%@3%H -J- ! u|IR D V , 5 9 # ~ =  QP 5%"f`eKZG'M)Me` nP&E-]l 9bq;D 5E | e $Q wYw G(`rl Sq |d/hhIKH58s4F4XpkfS 1 b   j  "  _ <j h { Gwv" k|o=hoiZS$CXm*jYl^ .  =  l&y  CJ  "2 %C U O"  ?r7hHK  @ao4L4BTa{. F|L >\BD7m  1 5 e D ] 6L $?Y< me| _   l[ 2 $ JR Y  tV , g+ EUnU3r&Sg=r^ClD {Kmpcodahs_:dHLNTs= O Y!)^KQ$Q] c V|$xj d g  D ~VAg V 5 UXN:I}ko]rC`XU{w.JZ "dha4kqbCF. `E}U#"M:6E,gf U& qb[_p!tJ8:_t  H )D> F S x X ;   F W  P7   & ( v.AuH 1 t))C5Rl}2=';qF8e/ . vT^E# @Y d"!M* 5J(h|9 jr $-aJXYtil>S#L%G] # *F# Hr  # l qWE B  [#fxUuxhVxkeb o$;+X*f%2[JC]m$"Ug U  / dl' D BmQ@N[O2W  @w)u6gq!6-,:b0|n% N z$;y1| @pG U H  [{ < ^ $&d.9Rn2/lDVr( " ~Xo^$\HAgiLZ%BeJM"o$JO2bSGI&> q?ldM/2, RR # z 4 l`TL -$alx [%K= G ~ 7 ?~~-(s % Qu Cg1yl  /8"w Y QkI9||If hy4/\duc:,e(*&O z.EIU'l-iV-E1X 0v>!OOFB 680EH  M}j4V"k;9"Ph^[.q E} >.|R Gne6Lp    KT k LI 2ipyhW@3e9+dkFLb o%`g-e.SABMhu,F)* 1  \ C)Vrt6f @ 22 {  / Qf- H\M,.Ezkf"r/G=<>R_1GO^Ws*0w_ g} z  s E L 'e  mg?bT4?u@ VP;k?HeYF3~ K Q 8 ) = ; )J i ,Ak   No+E,@5, $!+%->An-U'L  I9U*!u-    0Z T o ,CI x '^_u v  +t 1N ]!hL 5 /S6V?a.B :$ kt: 3-^ 7  \{ 4 E 0gI _ tQ%._7"-a {H iv3=c"% ?j# ,7mG]?wsLV g3~bB %0\;^6    V { p'B v{ % Wj h ) PmK? I Gb ~b U R{92jvnfR=zoXDP{M:VkgM~&6+V;Mx]w[  uNve |( }_? 4rFy   x  @ r       FL;$B I ;v_ dO3xd m^=dB\fI Lq*vK3V bA |,* :|?h'+b`,|Sg  < }%'  jjXxVr GUNWo`~Sy &]u6_ G gIvSsE8 &5 h q ,  t}   /]D"<M .5 cv5v.>3Kt4Tz~W%qxwk:,D:7 fI *XaN?2`He\E=_Pv3>d"_<,?n lXtJ[OkW;Hs1h9~- q  N U MW A & e+ \ *D:%F(;!G<2b S  3 U 5*A7T#- {kS(r6^!yqRE< ? wY 0 q<3tIh- / lR  I)I g { }H:t wv+ ,K e f ~: A , "/w$ 3n[3[yAzeJ05 ]l2Io 7$q=B|6% Rs ' ps v9 K=  ; > ]  } 3 Tjr.E;I0po`eP=M-? L _\ ,*{   : nk^p  A. m/g ~Z!hT 8vDKb_z0x&xy'"<! [_s PX (i@Kx(/^ *  Tzi t (5 3 M b  \^g&*,5Q2, 4Lx-"_*^\L V z K Au l   ia  {D   hN/r >EVz?N+a M F$[pt"J0gbP!SmcB  4'lx h!r= xY SE2 \{  X< cN h`hSsV rC H` Y~#d%: YfL0+i u+ ^OD="}ms A_4Me$(\" ]DZl2} b  b >   E4a@V:w $\Q.tR 4; 3  [  y" $.t } "   ;JU ^/~qzpo3a C'[/6Jx"03yRg{V $h .:NH u3%     9}H6s  = D I y_~H'.Z1}v|". mSJ 9 s V/3 q ) ~ J-XiL+   B:dv, . I& m!#a!  D L !  [ ( Q W rO + tjmmMB! O-Q\?[7Uyhl0zAO[s^z|>z^EfVWSDq)jC 7^o |S  {Kt l_  x qnEQa* NxY AI^~ )7'/+KxLKs:$i )-8k  2 "= lZ~;r^e\`,g  9 >D F2mr$Q.3i%c*SLNk/@+"kV@P`'UM/K~V0>r  92 " jL @3\ \ H z &jo6Ysw0q (1*D:Q+Py[ xlC!k . D d z] -N+AABR z I Xj7u,zO.]aL[slxmvQUmaS   <lA%P9H~&g@ 4> 5WU D$ !COp,V|={ ' F 7 B , <yqu-Ux%G@ 7+ O % {G6\?r+0pTj<6!HT[ A  sWzY5De3 Q V *hQv( "$!gtVr9+FIT R^<x=l,   mk  +2 lf r  s h  A Q E t% W wJb5d9 oOB|.Ao / 1   n LLC . -Nx2- Lz 12,->=jG%:rcMp#eh6%mh"] QQm7:-d#OZHw %ALTV^X]? p\5 Pd y: u,8dSx: ) 'g~@e W}"W\D&8Sa\^fG\ gSc}? ;# : I9@<,c9*_`-<oGtL5/ ?26ZW4qIZ^'nEx;&FJ00tU 3G_+)%) \M t)l k! | y8 E 3  b 9 s  ~NM|[fh'*Q s KsUJvZ2)G-pTo= . FrqtG-l'4j)/z!Ll88ALN)6RN%1FW * E$w+.k|n^:nvqw6 n   K'%A1!n $ M BO8F>Lbr   s~ c 5j qTcIO)Ak-\8;,u9x#$Q dN20 c,\ C4 $jU, 6Te l 8T U Z L6  ty$ T}!GWF+kq_@/+uhy~p!J M - d-&@ m (uJ8<t:s^ ]1 M9\Yyo$ S ] gH ; 4  Z4 B8_z+D#'54.O#7D$&(P?B y! CZiPH6^NWYDEf ~R.*fB p6}:/!d N>kVd}`PBz?Y z `U nlP<<R%87Oo>SIl(nQt cH~, vE\U3 d>H 9  l\ p H $ N  01Bvr% {B$ b@%8u c N : O n  A0  <l2^or# l]zpBBiX u f krYGH@7dWtU{!F%h beR ( K"ih*t2 #"$B| < . $ 762w!a;1> +5S ms%zo9A .j +Ho_WC MnK{.>] -@Qh? ! Fp Z f( W %Y  G F  5a`pkDh}N >2+QR+k  cN, `  s/ ( ^L_W  ]esa " gbQn te( !P`!Z O l /BG!% eZ } e yx8 | d " b.& &,^!j) p yC :!V25jw VDH %Z(nv ^3 X * H$N LUSJx#z0.3_rx>xM"sJYa#kQ1 =|#-L\& ,hxJdD"wX 3l (.F  \ O x Ie ]vi - z    oH*4`58mC(Pk ,>!u9peI, 1 Bc?VOS0VrGE-k'g4m/zZDWaPQg NfYm4> |9t/ob6 `7 ` R@8EV  6  e y  1i k    R3 T w| 4JwuXU z h$ nxqE;nfa 7 # r n LKTQUq.|W 2o$j 3- Nie_Hu_L~ > ]*1Ge :+4n mL / HV~   H tp !  p1o  LsGuMXU{g IOmfnyv>]5|vNYb]=VaqzjfdY-mU | _ D  [th]>ti C a l\ EW CO.] S >}2v40~  V Y lyaMWsJEUr2|qPG'T`9zp^C]a,?xE0$.?c'gz~% "h7A e*  b  L>k=,fP@< ! _ { Lax>Fvv0( 0 % u/ktq >SM4Z  u HgNi1JI. < NlhmGB vK# U |- Vz$@&)O A ` =  '_ _ 8a;]>m?K 2 co y Ow Q`R ";Nu WD/Xme<_PJzu k Om1n9`Z~z T3 O'l >fop M +VX sN C P s0 gvK%j  qLa& Y G5F4^wJP3EvO( H| n :Po1 ,  T%JPBX x^Abr$\6# " @^b ^ *`H I (: z B A@Ry\ "E"PX'> W#SYk<# i   ` cH=9 8 KSM5 | ! jx ) t_Ujw%+AI0.1)h7qMViz _zyNX 4Ys\%BQSc#(HXZ  !#3GQJM *E-r #}x#e . a aQ\ iQ     5 J  =T1 h  8@Ru v 2_u :*i:mUU}HC1I["C>xU`_  - ' &q$c<Zw}<#(@O P fGAnzMraK;iY XfqUAXKcRfL 3"Yx qcZ 0W X  )J y @ ] U7   2 } 1 6C| A ~42s+{q+h #  d *  2 { *=x*Dq@IlgA 5 le^ 8BdGqn='854jq3^v&p]4x:Y (c|{k5 X N  ( _? 9xZ ? C fe V :hH  0  `$wE*&|o#`Pi^Z{ju8 T - lBK=)Cg Ize  ;&t l ZD \ W rb R 83\a*2g,  z _4F1Em>7 ~jf;XmLu7y q Z?Z.~k   \ 4 pL Y # 1_  r>%_ ZJ@ , nM_u|h_ FN+'dnp*WI}!  z,jgE(<Pdr { >& : j iz E R g 3, ?$S.e/GOl_t>4Vw8PIWZ;3yH3}jOc^VA9 _ S _ko|Ji, p PX!I <(0% p4@N ctGB kV |) r $ tO 8 e-2Ei- L38 v8 lRP'9 ( m* Weod jFUA-C=rb78=Rb>4B;~9GJ(Z5\W7ad] r / (. 6   S~ oI  *}wnY0dgoy# cY&Z8 : g  c_  * R 3 S B e hKmR38XW!R6Fn OIyP{k oSA>~ }>Di*Xs}8D/ DI2 K N :    "N 4 b (  r _R  ) TS U/HCw8 ,If[~j@=>:Yb  S 1 ( t% 2  Igd;TM@ `^y/C>XoM NCjwx(FaaPf[/Th=!tm  r  "` Z b 1-     9 $  UHCv| i?zaGRSDwD5T%xcvSjQ%O:gv+Cl.# D piOwdH \  4 < 6D4 Vx E3A>%Ae{Kw>I|*@]t-gym2) ) T\Z7& b!{ p _ ('"  X( ;1A:;Y?d0d 5@ Pf;Xu) +wa!E aR*nSx 9;N'ec ]REiW_ B(HDS R[ \&26R PB]~  l_Z   `'L%GE H u kV - v  n 2z@5 c?o0C(+M_%r8% yJF3hH6xBV ?aZpK$ qiC ;SuW)1Id*yu*vP5%!" O  uPRTE c< ~  @ ) i b| rgL { ,+ : F oC &ZCC%AZ:bAPfK #<[D+ ` ra8u V %L~v<>_\ *~S5Ov(x< $ m S 3 (Us ; KN d w * aWI |xZd)T T% fc!vF8T UOOsF2Z3 {2GLhmh3}3Cu\-]cIm,P c  HX #IJ6 !g$a5=WN 4m3r@1H&Uc>a>Q(uN5u;\_tf|e 9 s  T> tHmrNVjpW8L  |}hEY 3q]-2X&%=1wz B     n  h ! Y|ep n< ~ zhITBAM} p*AL"Ca {^N% d&  O  IPL| |D s t uJ% !l{Th!F 5xY1-3WcRVNT&fk: %p`,r X0j9W %$.Z NZ&S}R^7t\njEcT%h`T4B#qhhBt MEFO,1S `% D,eqj-|f"9 iZj.7 v2ju*.>Y"@N@\ ;;/v&60       {{@  8 v j B Ps a/ s^ bx|xZ_V%$K8 T[T g?5*&F?4ZHm8Q18-ZD:T  [~ J (pdv+*NE}W[-Ir'50b%?PL  J Y  Wv  e  !6  >  }w \  j @O  c U12}\#w _ lq # K' >DGn9IOKmd sVn1*l.GXB:1YTvT/qi  N   ) P  )rb 1UWD ' c  ^IWqI6!w! #Y@5V['Or>ptlAQBTP<8^m.WRd[ / e u  ) :q%~+;2ECQw*d>AB?9P&?MoL8)jqvM7 ;Zp] =c ^w UaxU ^zmd,K~r"QY6@Z vSe;/RuaQ w]qP!)N/ 7   @^XvC5=+)3 /e&, >1 9 g~ ^h" : 'Idv: <  ~qqP; "?Ce  @%]ZG[ PSnv 1 %H |k^\ Y; wjI[bistcrntT _@ L H ] w m `J^a[KS}Ui5gP U E=GTr5> KQ p R  L#0AM7|ypP & ~4_ [ S  qD,(Pwf  02 ;sS+3",Y_lcT=2S 6d $B  hNRmIY 6O go J A i p] 9 g MB$[=P8(a*&'~I~~PYg<PMRyCD$Q*Rd|]eO|'$,3w7}4jEIhVy%9J{(wB0 Sl G w  * qzX6qhD %uGuMDc"a5&?-=!etj:'rZ%tnJwC '9b "W (h+ R!03'a)jq/J;=Z U|%hW=&~|xfv(ks,@32p|! =  T> R0o g 6$  7 /tdn ".5J|MJ5W] GI+iskTWczea5p)gV-Zh9:dfzQF/+8yL;Tdub@|z\E{PKtpw?!dS` R|  RK b X} - !7hA5 wcw.2h9#zE$$h* 0 H 0 Ed  8*VQFFx'K;kR$E  M=  ,ESay.N?|,hu0 M  y}  m  }&lpXRu1b>1KQ6j2yL?EagMY4PKwQDt)j;ee<  ?  <Mth!.pV80lEy3y8M9(jjOu>l_w0:s@,.d*;    q  =\ ._p{$@X7)?LvB7Iv 3q8V2qoc'`N RjB/h9t,(n ^ O'2F[\` k 0c Y ^,@W|cqp be<0{6GZ7Iw|YIlA4cg`*$IX!EcSE >fA u9e#5 n1_Hj5 aY#0rP vhJ:  rYk!6  e 4)i]8qGqc3zj5    mg  H,'BlK#ybJ^i 8al 7 arl_WxpvE y6V iuqyTg!w L[? ` % 46h!Q&Z@:y~>jZ< .#  w!  3 _,G4u?UuhxrMn(.H|  jMs]"7" A m}W'O=.N;D-Qs; [e>C`Z%`f S r p  (>!e- =1vh R  8bIL  N R  ( 8  5 u9kOK+w <[.tG\OZ qvOj G u @  8 {  {pT2&~G ')-c8FKq#Fk/8Eh}(y[8 4 x gY$  }/< 0 ) [ e \.fXCZ \P=dzO?,-zZ9 C H ZP2( gN  'YgAjuzGjw3gO^*gl,%S+U 9!.V t-!9>k0 `  Es  Dw2Xz G, z[ ha f y>=Fi27GZC0GE5E{j{ 38mrE6q8+ey#Zt<qQ  "ET)i:  x;bbV9Zk>L   s;:O}U^W|QceczbVo { k[e1jBb /o+=#ZV1dsfU]?is2V({$NN 6 *jX+ H2WqSZDq(dj% Ld   x b 3 :  Qm?rtBQ5yc/ijto =xTr7E!"q a/])e[  L. 1     9r@m: ZN$ ~ cE2@SGRwaPN$*;zG )lE/  2  f tyB'9 rNpI!`\V H: h"O2V; <  u>JI i 1  `9;=t`k28A@k":i ?s KPEY &  [ W 4 K. A9[ ?b   wb)nUmLT!EU p \Om,1#j ^ )L e H LZ +y j^ @aKmk0sEz{axHWHSf.Uur@ X1 =t 6E*M$~q  u y]kkRev*h%%v[efL QM6KxK  rp 5' f k > =W'kT~CEN 'Fv:(Lj~nLl_KZxvzgNG6B ' %  _R<s Y}p W1 `U0Rz4~@qZl{kga]7}2>Y`W*ec}k@Jp{atZ+zZm^7-[ C"nN\C) Q4C2FhDxeHC~fD_31Z1Nt%s & Q idJ   u z `2yoiA+: ~-HYe`"&]1Bg!?j*lyiY5~l$"QZ @6ij$Fa~M~W3NTXy*P.$DS; 4lV-=!0cV"`5uP LR s  dl T   -u a 3 J6 tBW$5@(`Rb) & {' F { lI ; R - e<>X$p:}>6O- & 9cX <vMh8+$_o+=ku%,bS4AzU-T<'~5|7jass I,#l C Kn?-0z  K (X IAWA5   d  U} 0 U1eZKn8CA`}/LY!* /PMQ  c cNvs9 E2{u8Eo/kB~jn7A+aAJ&L+JwzSL*X A  v g - 7v - yX T#b p / i $JznuQ:")_l8OjO 6epcQ@?:5IVwI&\YK&h{kZq| AD N "  r =  &nSKVA5C )Y #l OF! ! KAEWs1 :6j/P|6ki5i0f%l `1H!kh/QPPW6 JUTh45?z'tbBf0yVW *MDM9rb30s UF4W2Zz 3 P    a J )& (T\}S9UVpi>8> ;j ey0Xtj".{EaXZ-y f1`+X],o# {`j_<!Sg5d  N? M 5 6 C lg ?H@ } RJQpg%R"n{+ o[IP `q ) kV     qN}L9bI457 Y(}(uF-kqb6.Qv%|(_ UOQgKtju2kgreH " \ '  ],K^o  j   F -   w)[jo}XlH*1m9UCDX0i[tsej69yO   B4O*Z@2q* WIsCoJscS3 fzH t5XB{ s("X:y  .    l ~ A  fE: o3{Lc Z 9!4M?rMX_F-@]K-:=?PR$ej6XY4\U:7`K-/ )  4 7 P( V{SXJHoa {P`_C-$GG79l):  8 $ W cN }?  97 L }> ( 0NAwqq6V%rk$X[p#OXU=9KOa|Z=&njia//JUK ?Em^SgpV {c3L9i%&G E_hqyRZG@T PL O I H Q uz{{F Z 8Z[ 8 c' 2pHn<#fm'qbK#1Bwv#]}lX~/GTR:5(K+W[vK0 ~ f qJ  Q^ ;7^G6(><DHHS>H! ==]Ca=S@ZiE`joBYZcS_i ' | k yOUC+  3 F)U % ; X J c  vb22gg'I_H;.[kg@Fy,TUa]^zz YYRt}1  q kY^VX(Z`Z*bK#u2F5NXN@#KN}|VY<: 9>    ] n/ ,Y  7m)pZC *u @D A_:LeSnM7C|w+RY^u9.CX|H1pLN=O"`wm  ^!R.  m@z " p X D h    _F'o8Q#k f)h1 $ 0 .Y \^ knE6!Es8ij7I\/jt)eD7U 2=V[ d;A5~pZy0kz`)'1[xnz'.(   |ZJPM\it]zvpj BK  O)Di<F]w%)u]67W23@*83SQ@S"Q1>t~324)oDyl=\sh5.> T5|RMbH?l+WIM"4%H0KX.J;>z   FP J ( 7G{;*"|`{H-u'gS qBvL.iUx-j57Lz-SEi IPn4:6R(d]@aJR  ?.#\mj =40] ~ |V l$!LDk UoF o".nMnEfLDeUoU'{wXE`JWl/JUP kSA OQ%l!2HX- \p@\c)i 15*v?8wZKK1) A f@  -VBs*\"p_(+%IS@H8wG]`X_|%?,?kGM"Qi  x,hc M#s( \   F ?z TKG`#/,BW E7~s\TK%4;@!dJ1NU^w *4s L 1 (a;IuFZ_B@Ooqr  -ef' Li`'CqK+?O1sQ8TE//I}^vZ<KQU1J)&kB/D84y-EsE>|,: |w&C"-itIn''*gP^|    Q tkAFM-XHeR*ea8 \PJU7Ew/5LC:Rl_ P  ` /$ m  h8 !c(q9H,6Um"5q w3MqJYj?s4 1f?4;w u?f6CHF { d n u M; {h ~  N a!tm[  ,Sl f|&[&H M2"oP>:5R^l1F>(c{CVD0hiY|4v\M-z K%o  Ch0o/T3k5i3GlY GU,K.! %4 L T 8+8pqZuBLT\t.jagn2t`m*&1.:Y?B zrHF <K;`V jL V Q _zH F W . 3 3  }42ts_eP,cRo! O^]1`s6kn!xnMs$&=V._,MqhWr8qGm&2)/#E6T($w:jhBC}_ JcVo>d2 fK iV`ObZ ^b![eQ4?/;f ~%X{N;L2ZQ.h?}/syH EdGVr)Eq"3[S TrR;r!Z@: =v)FeoTa@=NTV#W3b-K=FST  p#Ate- jFw \3"nazxq~tpHuT1 #U^%DZ z1MAS7{*!'T~WCSH|M:8Z/s^Sjvm0hhv)sQ*[B2*}L"/U\-*ylty?P3x< $ bT=%iubVo }k^7Hb[^L-uKr5Wf\zb'i;L[^}|!9 "e?WV}8:" V)0iDTVd~y.GF,hm4)Sv1Q}Z97'(V_O44f2$jO < bpE'J(a,)XI_ mxzbPw>r)QqW; t 1#OB -KtPcr?  Eg>Aki> 9: _kLM|!nnn|F7Yn|gu~9XfZ9uX{|$V9z2U^*6ttu$A&x\yxC$"*kG8dr'glw- ]B3NFdUKAv+',%Jd?nh 7m-WW6z[Z;|UM 6HQ:.p50xbcv RQmQT6AdNMw$I(Qo(kJ:pOqm*QE~iXTOs:sZy2;HR93{L:Bz$0-RXdo  R  7 ( 8#uzllDuNuGTQ@i?PVx+Nn,-C-l!"^k?0- _=N +az"I!;Ws  D  3(6 G7\2G? 4Y3 % hoYE:up][,r,C*rg|A%] XD8va|LG6QOcz!)&$\Rnq('C jUp5%FDc Y{E&! H V- w1  9 $ _ 5 Y As^XV b[G=jG'2f/wq\O-LHhbbjiWr>2vZH=eNoZBxM,J7~sIV9E\xxe a1}dsDGv.*|[]O(T)^}i&inJ;PDq)KFV Muzlyc.j>]WVQ/%[[*2*+9 t\qs"n~3*nigJFapUb!+FM3 [P@r0sS8CA0"bhQ&HvSU40oQ >JrE`I?$oP)V >m>|ZX( ]* ?rf2{3mi|-{jNd~O:E<K9IhofT ?  x$NHZD$%/V)e*V)g. 1I7TA[RfcntlS['i5` 8I'h?C+`>vgKB[ee%=[l953T0{Fa 7:@9^AL'`RnD[ f\eNO]a3f(D~6fii}HDaqM5kUT^*")sCS(6&Q.?J Pz)M]T*;.[y1>PRdXC0upk$bu9G0X%g33 I~d9LHs'(x]/; Dj)ly(_T]yj  '_2w;A6TWI6#8y g+E{hM-%1:#@} J.}#B m?{xXm$(GRog,pI^LuqHAmw ] q\0g -eaWZKS|ri[itq:!hVA3;H F LL P G YE  N&"5fza%:)Y?GunYq v/+4H* dv8"XRco 4Bo6YCGxsL hQkQbt{.tAlts5;N@^Y.1a++Z Q>Gy/X2TbT3kaA/ G?P!_(fY% wSjxYj9U;!|$qt-HV/E2Gb   k&unS`  RLH["=3 B@FXxwLI(bY0-:= {7# H)+fL eXj?S: `,3d?6o #6@llPazuz"PV;r9q+3{\N {u ^a vUDyPS;pu16][>)8,Y#Y;zL*rIZ9oE'4 lv+0Z\z7B$Ac/9Jm !U"g^*#hFYydePw~PT[V0[YjSqIMH]j8(4;@V,J.^q^5,zG^#~ \ O=K%{O .5\z{% rf{F?(TMCg.zb>6Ri(*?$q c&TtQrjOmaYP(54]6:zN'#395:;`_KkcseBtopz6Tq] Jb) +(<@kIso\kS -yT#\uEN3Ma^z :hBEg8:&^:Gnh:Kf2OfldnW?jY:'y=:e,! BtK6Jll)HG0YsLt*A ;S\TGo.l"u9o,>O?AV&6sa24g E)Hw)AjL5K nE503o DFjH}Z2V  ](  { ArTddr~gSyG2L.y20Anb=*v_tJ S**]  s j " H . = xMU*VVv7S >T7<* iyUc RU  1 | s \, D be8LJ&AQ-?^)-RaEI7tk-*~VZNtN2lJE|Q+ZvY{C&I5<0dw 6KI ?kD#jd,K~f6e)Zo"EMagq_th,4{lM_ZB=n"rgOZy"wlKI$OYI{(ERBl4g|X^AG415w]fCp{|:l)ZZ-jqo#<\l[7aa$6,=|~([ #}tru  ( s_ /!3~T]D+ ~EjtF`^Q/GeU% rA a;vLG%7|2&C"7[=K,+dGXTdz,LuMerXQ2lxEY _:p%hZ_2= N ; =6L g ' `*=<YhOhL7 |_%ao;%3 4`oaDSZ^8ZtO`mH _Xc.!  * ^ ;J**&w{DC!?0rVCcvvqK}mXqS(#uC ; Q T9 . n & N 3(K%vzr<t|pc+ Q z%Mh=vCk8g j h !| f-   Q E$P1T^(;iYE:vphx$UjLcR3.u8N\&PYYW[Mdo1XJNF_'_txR,V8<'Khn.JwJ,y}(P;>P`z UhN"74x}TV|w b_a~a 8=]7rvn~Sg+'"e XBS_lg4-J^MhPN0f4? ?f%1Id*j7H7'2C"h I^0FMfS4i'YXoyBr k' ^waqU,;jVS$f ZbfWaA{~, dJDxC}megR:W:B-8p(|gHpNa Wk_RrY5M =cvog*y   U: 1 ' 3l m,lX\;hb_Z<]?g;=rj\W/%|u'qB9:Rav 5E kK)U;JI,G.I4 5 S 7 7 F s4EE^MYZvfabGaC d HSWYy]ES(9( #0  6  " YP U m ^ 8 e fxtGq4sSLKw!uM/*oB={X J   {  %   X C'  3 R13[L),DOAzn@;@/'s9S/M7!^-}E \g.t:my-C?'^ e3j!oxE.90l5in*G)- k {J 1L D,`=[}g4_o>R5zQq,B( Uu,'6v)=>?(_2%/$LMDfkZp0hP0>uR]_`3O^+K1I  wgu/Zr D M^jGm-;zS;5! '  :~ 2 L p ; z{ZCd0k+`ZDJvm3jZUKRH!{ GJ;2o-Pe.:A%q{?<sH`_5?PZ&1 ^OTu(m3]I s wn ?   f H_ gCwu{{ )?AbUoV7_ H%blJ'@=7!1]\go0#AE+|Z1z(YO_r H=);+OuG?+h15?/z}|8 8   v%d+hL[Y,NEm2=o}>N9453 e h `W 2 Jd i fD /@ hy)AyGlm^iM"'4f [u_pwuv%zk<cHWRz[V_aS+N&cg4!N"WWYZ9dUQomz"3e-bqHkM  ( 6 L"()*X:'F;iC3FhA`r*D%83GXo4}n5R!UbFyH~ZF_HI X$1~:e!Pe>HOhAW[sxM)uE=@05b|aRg$a'>( ^l6]%TuN,2VDVFS8iv&yu7a W# +,U=FxstP 8mxbj+@ xT"C q O^HPo:bB u.o#CFq)lXR>'Fyd Fj>\F@#MbWu.8><(9H3 HDK&G~DHv06? s:,a$X$lo_{?.m<\'1a,k-+n@@X ~M5PjokT6k .`QoS`Z?r1N&{2}W8 &qcXz%<^Wj`}Fa)j"t35+// H3{YzgX=*dc( <_Z#!$uGSV\%MS!"on"[1:%z,qvp +`ls+-ISK igI'3} FBxt/ F<?F$Zf"1E - < Sq:y]8[+9c'= H++%`b>Qv cU7TP4gp:;e\l M';cjCtWN:1Rt]FSw+ xyI&Tl+v%DV"L\}.nI `IFJ&gq 5$ BPuG pv! ~x4 ?]R%0dr2bCwNe% `es8'|q1;ONd`UW ;j:vq/x)pdWyY+H{f1?}(.4RBN_+,d)"qnMZ<#O<+XIFri0a0t 3f]T2-MuWXIg6  fWG, |9% 8HNl"QWA_}1]RQe} EHU'n 9pbD.B@I|v99 : ~t# <o>J7*{|;M.9jkBuaJgU$ , `w{|`UqQ?T~7Swm'cLdxrDZ L-2X? NO R /unFRD%XmR|$Z3OO|S^CS_H"9@,TB ymE!q[w( j)p.CGDBIU#m5/<q+`sl"9mzC # -[L8mZWvRz(]<67@PC5Tv;kKLTFhoUyka@ 1r)dj/'u1+ &R[LkZ1Qr1Y}Ex d:xE 7 E~~/;;y[S*?Q0h7WXBZ9 1S:[;/W)@qI~z k|v `v7G !KW:z61H9]+Z`%)fl_mp#pXTX8*#]$:3A2.j8n"( oWgC*RS aMRt({3qTzOU2A {.SaADfE#wI 5AU  }H=4^S 7( 1 L j5~=#]d{W/r0"g\{ bc  jt[{8tm;Lsp'*/Aj&g+F 3fGx23ZjX{%IEeq.77r_(IMagA5L')b(crpY'UDJOW9?t}a~||,s|m -s&ShtNMPe82hK [o_UR-k }V`fzAz{ 4[!-$F{U.c<G6F7=}eTT@rX~zY8/6r=KM8^/DDj!:x^jP/3?e|d]V&m #.&e{eh%jL[ !q 3 TgCr&XD,E] Tw_qql:X,K4OIdqLjD9Hc[!F(Yy^Tk5={m*R C9yMUI&w>5)e Q)"=_OZZ=38uZe$l2I,bqk~dsQ*5ov  KTQO3_uwXI@m~]{9N$#0w(di{VjaUUA -IT@z{  M &.{ @VT j~ K@1Vf0fhY,@'Nf-fM?yUW}o$d O2KiPCe|wJ5O'o[GueC xsTf3GM*0"vu::G!PTF+aQJ<::jM%&%L K|b [ahcJ?G/irJ_:uY KTJ;s)o,n7J=5,|N|H|Is&FQ8M?xA[!uhhY>Z)\@O1j*CFt~ B KeU[937e  P Z,.=: >g`I3R,jj'amB#B|\oW&+e%6)`>~l ]QP@ln59p2 k(deL @`v eg r S l hs8' S|?apINK}HJB M[jHLI$xuZx_Q (CWn **\4_5v=J#teL%OA&QSzwWE^:s7PJ=;N xbj3gl<cwj%g7~{gXU]qj=t2 );@$MuXjr\rABQ@/m&R'1c!Xjl :gCd H947UL3! p?7'i`n#IBGR|kBzz_EG42# N&G_qvsg3R| /O::E>ccm\A/#Tyq ^HB^`os=r9"qN{:7QY8r> Mg AzlBKK@e 9;e.2c1Eo9E* I}}3aZ;A*S+T;uza?oZA)saHl8trWJo.&k<GhAyE0E 4.  D  gSedM*_uVcdv,.j+, <&7/SfB |R2^ :Iq6 7 NkQY&@>?\ghJ{?g [r+ [ EBe\   P TUUo O`XMAk^[DRp5/'>Vt+iS-a ~` W ~1 R \ZM -5{bWy -%H$EJyR!{0kc=AG>CMM6e[~2yz+6E?]vH:SvgoW8@+! ,W7kS8.1Iys6u`C1+1Hn~ 2?:_k&c+va" .1m@iN/cfkRTqKhd 3fwWG UEkx u!? jZk&AK=Q^]/7t\}vWR<6* 47hQuT(F]r?;$F\6Q.n1T9&=} E !_J/s|`<fN_^W-dn>ipzv R6q!=3: fK3dr[+0iT,yiMuD.%/.v5u`ri^ ] - N 4:jE0,`jB Uk~4= 8's *"5S6xQQngzldJ[0 ::9BPs| B G  f:k O/` VvL4$ /L$V-PNKE6oY-^{[!?\nkl!xnpNSCT]O+.2<s%\]7oM`GE_0DRlsx^ ]+/g%dn|aV2r]!,S9P5W S2DEcN(EXDBD hs86eHXEX")Vx:2s9uK!` CV!5t$G ,\q0=/AO[=;:Hn}m-\6P3kilU/ ,m=/k5 CaVo)TjTd`z%xz[-o>oVVjb/3Wo[\K9}VaitP&wxD1Pta:)Vh :L`V>oQphStB C[g[qV.y1?.k`iq=N^.ukZb  )h6^Z+l%%o.u|&dX`(FO*h>R cS@j#JIK]#V_L6lTtX*wWpKQa Qb.` ?  ak o ] 6h# aumrge&G 0{6p?=@)~]z}}V}f""n[ k_Abwud3~41"$|N9i+?bYBXlFm#K~)BB9>a 5-=]mTRBmXr{aMr~7>paQ~*kFrzp5Z [A)_c' l:B u^Qa.D.#0&4{~g"8 L9H?d_H[?!BJ.DcKUN<:KTp9;5$ `! HET`j;V_-)8a  r[a: ^`Fi ]-NA&qHdB!3jAW%?`n8Wh@0+vq8Y]~vky CY^)OU1.c'oRvY;vcm@We/%Q|u-[?"OM4SbbZ)3r7v,KkXnzW<gpR,&ixg+$9{2Xs<N.%{I3M^ eRfE'h&~{w!eL#DH9g;&ca)-R:95{t) Nf~rf y0@Zq?~sLrCAO69[Zsn~>ogqp@>{d-'KH B.~Dk@9%$-Uc'o*FJ2vga )i7+nT[z,qaXZFL1fdUjH5EDEnRk+wz{~Z |#xN)xrO3mbu)'M* ? XtIL;E'/53u @ Z  z @|v)wPM~`5$3{JGlxl!P [8RT;P ;sp;_outR%nug e [ f*joP&2h`8/MLe#\EQU6F|isl//<olGFC yj}G9iz!fip7 OUnb+60?c VX='wWa|XE&|/$l%St5ud)kYXh-,{>4AY&oS[^'!? 2f7 + SofAE!p}<k|TiUWy0-&t}J+" ,bVC j % osd5c ,LB.@.=PDNApsVZiTDDtbav}m.!Gc5,4WBK/,]$-B2WP nj)y48 >[#]{>{w9KPHauA+g5]d ;3 dS< )L$ V<"k =OR3-(iXux]Ri<UKnDom,M b R ?. ;"  6 q'gt<lv*Bojg}Ez #Y*RW{k)t)Nu=(wyr u " g,17!]:xZ.IuDBtNfT~ 9vD|?+43lybAZx4t=lS{}' gE}=E%S/LZ_S^R}qXttM)?zr?6 Z@iK .gJIS?fIwZI:/\*x : Q5Ks+! j)X>  ||Uia l@PO5WE>hXxdc#$0'yzD) QW&o0eYzIBjjrQ$ F1 35#:}3`lQ--7Jw^G6DgI /gx732kv}lS$4&-CL*]A,S.lMx T`p"DDR(TS989SYAaV+r}"s$q[pD$~g8rRi ,Yy{{I1LLWL=-UnUF{J{_zb+ |Xk?G3<[(FR7t8 Lw\/(xD  1  ^ ? ( < `hFc[5VGO, T>}J!A ku$`e\"8 t>:,wB DIA3H?w|iuRmfsHNx}R Sg2,a|6ggAjY */JE+|rzB D:47hM LJ`YG:;)Jp:o{-,xset,:Au*13b[m[]! %L:C/P4!c{F!o,L!*}:GMsoTR1sKBhA1u vi,pjR:rqzQPW'S0Jwn+#"] HhC44W8eg!4J11B"DIJiQqq\[T;TtNf@m\7?~Xe=. JQ%W}sI5o<|R=iB/1*8 ] =4BB B9t"xn] / V 1 S * | Z 9; A+qknU"m:ig$RU[8r5cAoY|>Q z' 3i{@6i`M${nvE$H ;m/=FPcD@bSwhVMTqT0H{| WM;Lc`)TVNyt) @}  2bj =Kk,<@UwRti?q.^Oi#Lb,:j3vr(m,XY+)ygg<af9])2V NUmO.)+Fgc>{{\zSo1E6ytx:d[6z&\m!MtSQ1vBCGnYj/7TkpY D;@%y cJ&z7'|UZ{`_~5k.)WLO0?ul y_M=\ R"OX(3<KEHuQyznXED,.t{_$Ja-v8g.{ Fe~!df0 _K^ p$8P6BZEN^T*;w\E:<+WK`SsQh]6d\v{EL_zs^]# ] [ } H e 8 $  ?oo_!"u 1nmC8C D :h? 7W;,?7O_i ],bSdUQt7c>BK9 P vr:FIG |VvnhnQ[Cv<}&5x*& F3|1}oRO^g}pet-7Xq#*8~5TP7\iG\Q"&q}l%BVB~!S+b^T'\Xi=^Rt3\B=~Y#Z`8;,@"q\,J.qk~x 5,014^2~cvL$3=@ZH<;B F+_dQ\yjD9NdRIB9ZsnP1rO9.87&pf;9Wb/y2C3#;WjecL/){z,Jd{nQ_H jxDb}4TH+(-:!@}&\aQ{G6Fl"63B"@0ZG AwIZzGNdDL9 #2#vU_9jM+|}w\ROT%nI@aiQ'VPYp5M*~l{#k*u5V F`" \xLKeeq"=<v6vEc8c&|mxlk#n$A cj *:wdm8\#&.iKeWv|ELXu&'2)(CqPHRD/@6Ya$,C~v/(_g6mB YQM$NkgDqf(fb % AIK_ {T%c`-=rJAh_=7{Cd[9P:x?@I>;<s;/xI]YHf884}+V e*n%:S . _ >NwPM$0'e[TomJgh'g @j ^-(v;A'7x6XiX@< M!h R0?gbGT@buqz8=#S YW 3/k:^M0K,ui$P|YbGMI<k?_ DG34%'\f E^/%s/BIG=* D$ CaM4{V H~W%i:wWD2@-hC.33+kS`ylp }_SHRapY`Z\B>"L<ruJ-$j 89hVEz~>I;/Ll/80Va3-p<o"~H a~Q@8bF@VKP3kpVp#>IQHtcwJL VTXmPIn=f oF9XY7o-,`[GUf+>]oA<\T(DP $#@HiW@(*-'X- O: 'JH@M W2$`A*kDMtpc%-\JkL(Lk_dxq67_ G8ojQVb*nH x\Ann?;}Qs/ !\[*L#%hAH.{R n 2'D ,BWv }*$Q"X3 = h J +  TDa4_PMjo}h)+"&}W#2i0M|Nen^8,i @G*5-UOlq\3!Rp XRXMs L2Wm8Y1!+[:f6X0oVmRoc#:($~A,w[A21m(tlh% \CwJC gkOC:x`^2*@Y;wM} W7>>`d!1:X,~scL|PqsM _mDBr!QJF{QjGUJEHo=c 4yJlN`-zl`{rkL=8%lMqwm7QD%|O2^aDYGwp%,$~NUpG&'.@l<`Qyb&bVo g<g}2Gb(Cqk;2x+v7%5fi2v " ~{4h7&3_mHC $etM] H&J[vtShHV9~}.\Y6%~,N?4sV 3REk-&YTq1{ 8y%+\cf %PIt%R mT/+${1S-}43 $7sTZuP.wo+D5Xwo y#II NP%R/GcP|aPEU,,'T Qr=f`K|3;8+8 UwOD`xI^0iL FUv;'FWy*HBI=-JV4zrdD)rT*] WM>(a9S/Av}pjdF\,dDLsU1&I.26]XD=lOm L,)F; hSsPt8^k/&.%Fg|]yR8uW6RE^cc ;ZNB9F`imBkwS+FLU>#KNt3(=rcUy0 }4P k36u!D11@\`8)Q|"t"28<c1PhM%r"M|c 49y_w.N~Z5kgV]r*p{MyHVfe] Cs'7 y0Ex5mF7; Ltb!hLq#+Q4d 7afa6\Ama6o3rSvE>Qn$C R~H=+?>| >R_=!N~|X^@GWIxGD7L"j[!NURYL[j >Bdh0nC;MZf_4)LaUi?)B3URgm^WrdA\Z3VI5$oo+Ke# &hrC4 [X.2S^Ekw^tD#M-zi$L5o>h&cMV+GbG5OK7 T[-;?moU_d2I@=<J~9dyHk&06`90>&OjG6#,^+LH?qLE xG^[)m8bc{2;FI@"1'FGK.(=69O(P/;x/=o}9dl5DpjVM/J)Gv8R`8w;mV$5a#g&s1G&KeW^CZu@+@90pd,M0ox9' =U-z4)vZfy5v`{JF3`o  L9P[%|s AA@zvO-($R"guj2o[l;9(iZbP3Dcj)roE4(^rVW3U#lk*ijfL)L !cl#dZO .>biLP[[` hsw+k pV]5^95&$ Op_"x%{]"b.MERWcu`4GGO+8N7tUYp[wZX^zEZ/@d4fn:{AG0C0wAT@ja [[1d\ 5 Z~50>eu=#~@oY1-{y|uSyX4~tg])\k424ve2 03T_i!TsetMoZbyS>RwU>?/O42Fz2-!'X:] q5cX6:v&I];?uMPssT CBP[^wv*\V.ozj4{RB"${'w!4mnuN?)Fc|'r$SA(GWH[j `&Fv<~KoSoJ]8?\+IZP<l0EsRTw}W'q>^[:,!B7mKmhYpbmN$7yHcW?.Xxp)?TuXrU#8aO@OR,wj&T4GUR6gb^-yt hOTWz6kfSee HWI.u@G[ax2H}{3:G 5>vd5S}~'KAyi; Ci`0,6x70DFp%`0.U[pA}Q&gi 9cR`@}^; [\D<C<Pm1*9Q/_2U6rPQ;stz+TI,F4&VN!JOWOS_`9l [4~Qt}N ft sCRk~7J.-|8u-$1'2z|Rm204G46P.s\lB|r.*BM{!pLX Z0FiR|eTv!S3v8jUhle@Cq;qOtyQTse]shG8?*:; c>{R}-Wh9JG_vD|=i1@AZtJ( =;Q\*~\!9b?~)-~]U5Nd {|/w$h>donEYhL=>OEf. ?dob56w#x|:n X#54z`1:.<MAOEJA\w$gmh9\ci)@dLuZCJ{udx@Kgw\M`Q6LdOC^mgB'NUHPY~"N`CB^ X.ZW(9"I4 WpoUv^Rb +R"E3: wmXw&HwR.U%UqvT -1GG>rX!2yC HYr9[9#edd'HD+8_o(@:]cmY&tz8EnZ}c]WuY8M3!uw,/ng}q4u :YMHM_!OoRGKy GclSY[Vuf#VRG03EEt}MesykZ'fRu `'o3RM7 I7{_Sr2O1,}Q 4' oeq[@}JQ3zgBUlOW'dp^4a6r<T5$#=iVuQOQ~B|9L^R,! E:-(]bnz^;% stYcu/ @Wuan<TI )Dl*S:/ !q +&18O! \A1H! ;H^ZFq7% Xu5}S79ebpFx0E[hcv mcr'"O27TBYeF27mzTM0bKv ]{  &-{&Mwn }0]Z>;_zY XY +DLa1XU>B,F?=cYp ! 2dR K;70~nM\l XmR|b1D6MQ vT^2Vxh`(c` S^HB+vBRbL-(2yYzi 5&R!>sOW6Uwhbry]L/e4P*q:HKd1|d6""]@2*fjQI$xn6F6Kx*s>?6PUD-aA.n<JI*K_ )8~^l_H 2'C~>4UU1wmE%z{v/!dGDZ{Ohg<{nAILBA g$t,fLV:42AFg|mlJ`d[R"$N+oW w0N,gDuz%ipzK<s~hc{7`Bs"[%#[:{gDpz.hf[A|9KK~PQYT#0I-< u  . 4Se.*vqwp2`  DNN) "-07w0_{r./db3 IO*?(2g)?;8p0S|=Vq@* O)VvIks,fTg89D%&U(v{Ay1 b}[aK%GHHmWWK'9c?zUMlz &azvQ,mH lXb*x>rJYw"VBp#3!VCAg : .3VF*r`=B_ u(?f.R# Tw6dY`;k/:b3s+wT< +pV_'wvWOas8G,E?\tGT_~#=u%R/IcSpvD}\P8;(}2im+,uXV\#7- lECz>(BnP 4* }tot5"l|rCk'dU_mm#q Xa'*g h. C{SVF>4%DV} ,(E0&;~hdV3.^yx+mt*Drj&#A+fQkPp#( "#s5fsk%"$:@(]epYOwV+Lft0lR!\->S kx`&~odXV5 hmN'UfQ*$k3% <CowYO8-G<h2 zHv6 V0W]Sv]iD v6#5byJ<kajyI94<AwH)VZKl3&a7R|?hOenG5(E!q_Lm,_ ?Nd6%Q Sw\#c9Rb>OW-~:M}Ui,oE) tWwGw0#,j%XU3.k*_"n!Pat$,0G6jSM]yXgK@C>o?oxM$fXTY{/CCa07qy; QX5{p[bbFSv\TQmupN-~@zcgxBq0?N | 0 L6ie D`h'4s%G/GGcJP#31[6 X*iMC~jQv^2d_E8\MeD5L${LjUD.|H>2]"b$l[lI4$JB]r"V6d9J@`0Xn7.d1 :*] [8hRp5=o]{O^Njn-FCfjU;! Zey 9a@ 22Z[`ENS`=*f+7criUBL9 Gm@#)C-j|Qe.*U?1 dS{&hKs~\!]N6(HT`Ll~, ,_qU 91sd@uj,~sodC(i fi ~C-0)lf*{1YkRw>8r`t#D u*~ZV?dLY{(/1Q=B 0r!?) /@H!r(rB/}zF}Ak"P-h`Ws,PR  EX.?)xWQ;UT1Ax*C{\A y%UC_5eVDp`M7y-=+4>@d6 kt>VZo[w`&^5 lq/ Oxj8 C8@6 ]kqs*i'!@D|,9B,aU=[T)$Zcn #rwBq aC|X4Kmym_Pz'xl FG@H0;Iv83;48/@"S; $3C>m~zoXB_}K[t{OVL*QgMLxJ;Z% tg^El (0~8z \g Bk$~?zRugTiGK#-c _O19cSCfc?  geIoL Ya*FLZ)dqzGf6n~e,y?h0aY?&'=6}rI*CNU7%kX{C~B"jp sJ3&xszs2:'BeqCL}Q]y[=dC{S{<?zc<JQv DbV  k ?:"1Z`;)ub'ek;vfHSwOw+o"X#Y:V {ji 1Z?ep_c:{d+R+~dh+;w?X]a+J{<vt-2+|k&(}xh +( 0IJGV(xr[*bpxl)rgR.2"|w7pQsR4az^7)v@s2],G2YZ]?.*pw;GM LnB&|nI./!J@ Rb%XmtXuA[4_ ZOxzczg9> %bm]=rzx"dK+ 'K9^Z 5CW K5t6y8W1 0 9ul_NbU!:b< J%Zzk^TK?1 / K5Fm[)zPQ *kX&J nVDT9:~P1N\7)t'ua$M?(>)Rlo{AsH, *"<F ^Kjid_,o9%ir}#.LG!8Z~:}K"Dpi@Fp_O18gTs 7p@RXz[1m?LMu |=kM#rOMNqgtaalS7}Nn]%+8cnqCK \  l}M0x[yO!6<VEHBU- uGS<K\mg:{Vp8z_sBLOjrdyayrz{~P6!;=J(|#P)lGqW'CT9|X ]`@ ,*5~g`Y$(Y+xZj^Q c?(T wcqN~vC/9C,>bqTQGN:19Mo|]Es!Sg}u)[fD /K92 * ez}z%~mHCeA-_H}1>+v']{l51~gBvuAv=r8K/V5m|j".BdR`V h%9M!>\Z:OEko\tn9`w'm8.n@QRO/x $ [PpO A`~*-.s\[vIN&k5jqH0VDE>%Ryn< ]MeeWp VG$R8 $LXIF~;6SD oE-Y6'*i+q?jpbd={_W/f F:iRCID bu}nIK{(w/M}xbSd|:  :U#t T7h%$S fsiX3`?6AQZ j7zY7Y7Y+BG}6mZ" pc,=v_Mk 2T^y2F;6VE0%1,P&|8yJ2t=Rj#ZHCB^z7\ORB uDgT3mFh&72VV~Q0= b@.A6%8 ~5ewP^6o=c[x50D;^Wpt52A%L d9rf1kH0FFe?cy\SA/F0e4O)oJvTft6ldX$TY;Vor_%!Gi4%+f2yO 4E/`y-[d~hx>' D<6M22ZLXDr,]<}jV$b=Mc'i|1f1 ixA.T&&vt)~a>9 0;bPks @|S@#,HI.e)3dWkS</|]HNB|y]7FbBmegG~Vn+H9BIc+u=YPb_=b,x^q~nZe`rIBpqM|B^wEsdv)(/3 a]?]X|2y[.(=% qmQ0U.\9E}~>7Tr^'jiN@yAAvw4:Ut{Dnb_EQPW}a1 yt 6=BGYm)wU+L'uknDEg&bhRhtW.,c&9wHPH/LF8Zzypkvr^\22gPBT3) ;D{L[L4Q_amNy xCHFV9,?:7zi 4&UA5ZxCwb9. #rC-&bwFDB1ucErQwHB g<Q9`d)C.>b@)*ps Gj^Ixql[@)M]Bp{vDhtYy}x{\@ PcpS\8Z# =V ds$xEzD<!]k tStRC17, lX# ?w \})kh2r 3O3z8Dpv*j*{,4l.7yvfsaeST0mnW_g;W]C{\\v=F-d Ai.*@8 sX0#WRB>N!"4T2:[gc8P {]]+H)&dWYV`+^ pi)|46w5N0:)be c^$:L1h`Xw~<$R.IqvSg-3(v>: xY2o$u9#xSHcl VA6_+mG]!=&:*D=%FFc+4<i`e D-j6CF9DO,4XLf7sk+\Y[ 5/jG 9j ;w\PsO[R!MV`^?FG:)q:`WJV8yFk|c=DLwff(A7>As<9 Ya(}#ygj:Q'{$*BLE3" [`vXe(/;[{"  ff+r^B*mQJ<(FC Mrd=XsP|)Q)4>N^wm%Y;E O)PQe0d 8WGaFJT:G plV  Q`| cmf.(90'CaGiKZFR7vEg  nA8'y?o$ }\VlbQ?_GPYd9 &of h Swjy&~~1 G\E`,*O7ooy/rc^.e ? iCEo+2)M O@!@kVXQj% dG!@1E(|eQDRB^4~R)_*Wags49a'(M9#Y*(|# OE2t'(WO1TG'oY>(}g\_0'/,M|ReCjUN-d7 X5=;pf]'W$7 e b1std>(gX[uWwM#Wf _&6J_mq"\r~dsn- A|- ORo"NlZ=Z+zb !N(dH\(ym* :jw7"^,U%Fh>{!)Rx] =7.& , +hn? dx<yCbAf~dF)Ly2,(s G|^UG %*8vsnfVb)O5Em'Cnq 33L`/);pLl1,VD'HpO+1f['MGZ<x\$FJ"ZXFVW l#$LTzFERU:m $*GxxSaVN(bPqqt"iK S)KIj|vj&G_j7l.G;Vf?M>Te'3- -|{\[ ut#d`JP<&IFK|#eHR]X\nE7Nyb\^ 7{ AQ`S` CXgqvi`Gsv Y2(ZPWeaG &R@?QA.v|7av=peF8C-_wiB"?t1 N ]g))"leo(g~N*]C;hA'SVH5 nTy w.B0X/)* V,kVoCl9}r59GEmcO'.#WC%bQ q9T;7S`b2%Mxa 2dP);I_AErmhd?F !YltQCT!5Cu$4u ne4o[9*VX&RhKO "!Z9{K%j6 r?hj-)O7|.UwEICwGJB!@(^]my8*Lu 5/_& _:=lx7?U &N mxQeu: 2]m0 Afbe9cGN9clMM qtAFLP'7CD><-\!#']i/Ro! a9R$*''m| <Z?V'L{eyt @IC( Rj~KTgScAvit<Qd[ Ds7xVNM8 -rb$(F w_iQf>a)8 M Zru4d{1/H;[S|>yT_vk>\_{!%g*OvW`Q<5t;S@PX?D /YUO*8IGc[R63G@4/*oUV/A=Oq En&WtV; |Fb7xlr^giDo` F<|29jj%Dl k ;W9b\wX+wo|xm3)8V{[AV]ZMG[wJ-F*{|mb{6]?>TtF6,0w$EI}+aE9Wh\@N} GBmJ%C%7N"/Bp.KZ`"ag8,`9'T4<^1Ot?*+~P"ez`I_hI t[2WDv[bfFrUnxT.ndF D+H* ->ZJB!n@N}M_fFFh`5KH@MQ#ONM/T`s g  wA^/}w|Nfs2da t5/N"wL^#@T:FG{_QZ5*NJ.IED>#nA9D = %gr\<0!F u/O]y-#K3$ .+b*'b&9 5*<Wrt%6_7#"Hlcgt4!PQV#"1v]@`hCl,]g<$"\neS6vQ{og^ii|d`9y9@\y&:BFKfM<"_r C4SF -:b|!3\ qg!D>Mr8< n7(3GhC\J5U)0N(k"b/kaU--w'cn{ e^FQKp<a(rr,3so%d;z%arIdl$3g/c6I_o +19$>hQULgo#Th QNXU't3v,a$StMNM~EQ6Iyg,C{PE5wi ]{ALz6f]Flvop9U~c"@&JY) lVv6f21mZ=Z&p0i;e x O!)aB O" :v~EX az\$9;hGiEbv"*wu 1('[|T7YP WW^EG;E;A'W\T]*O B>,:fC(ICIM|sZd$ a:1^yB,x `;osr.Ka ha\p#+B[&mO=3oh|Y0c_MfGO6%> ,gt&!Y CPeHin bHh|00NTUjwErg"i{'otu?b1e!4a #aGGVF;?ln)R6 p(BJe3Mhn[h`s:n)2Ny{>`ZaGTk4rxbzDk.c.``;0f3"41, /]+4Qb%)M&-t{iX^,de9(VnLW3\?LgVSvEpm'woHr Y Vw%7e10y#AcPOX:&}ic(zl2O(`>-KYJ .e8ow@TX&5qYhonJ`<ozS'+(@)o5&R@I'1hN!-@E ?[Z)zl){6cmfC}LXa,@l +rwoNVgj+2P=B!GmYva.Ekb>xPyQY'/Dp@{'1!(HGpZF.C/ Mcbi&":yo:/4 oE4b8+# p&x-uD0 *V(!i^bK:,A|k5LS[a{HhcW )Fq_M g$4%>Uo qodW 5mt6|lPfamX~ < +bx K&E3KUsZyG{h@,yLgL^z%lg)mvp5oU+ waG9_8Xf+2eDINamh_D9X5 bKgPz)iOlp\jz ~%G{x/<sRvi@R Z_D<]a xY8ys3uOminp]~JnP\u~ vKV ? ng\1Xa=RegC&'Ftwgr5U3[~JM20$&80n)a;b:uL^]ns)3 qLN5TDA4PEL($nPcT@[?^(9EJL:!uQiZWa0:6 UY==z~RIYv=M(Z "vW:7-[oeQ@ 3pZ\ 0Sm_/utmHFlZI,;(1B@% im(N%g8;aQ QoDGLyReJBG"$<V^ZYRTj .{=GY ;5&`vYjj=c;(h.OiQF,yBrglp^_ylZ. 0kx$lW[J^K 9Rm>NvG $S2|R{D 5V%_ p]g%$4iH\G&.7T[:').g#1D[w3\w<H_!lPX3TbI :3$!;'z, H QP{y MsiI OAXD*7(mAbDTZI'xv Mqx4;IbVHwNs7KO,9oi<qsBH'wwXgFa5NR?HDas1o9Q>Z::)G7be?=5u N3[%f/blH= {eZZ%#Ii9R5n<i9F4<(y ZW (4n%!2:j [fV'|O da/Q3-&<k}IY xF5Qcn/}4-gNoK-u1nLAsb.* gFSb%,j2n=$*, \g-U|QpUJS WX ,]g$*AI\"Mpg-xZnaIK\RK L5c3AeDNH]zwoEU[1@a`jCm}l"6uv#:`Bk.h7eqF.@lc\),#6*|zrZe1a kN0x_P^|ORu?0qV!,>gx`UqV"N!!NDmmr{r)z_86QLS[{LqJ $iQV Iu\[DsLp+)~9,o% #rK{eD <6;"/<W{d7$sg :\rE82qyMK {X{^%2 <PJpBPjnLX_OWr01 8ddniX*fPvGB(o{tF;dM&q` ^1,ls FO w1 jJNmarXenTZv"tUO!6@Vt Ru8)Ln ,OAu!]~\84G3%uoo?/DLd![5D6>` 2Ha)@6 Kh!]t=Z9nn>A M+C#>tJb}kQjf/Q P?;i-unDa#+`dW.X(abb%}mmgSm" /3BP75]zuV^<pR& `Rgc; :_ C2,S9!,zG''"g< ^I>2Z&D4D:#!>;8>wrS3`0i X{uZ 7 _sB\/c;82%*c#ceO2Ta"t6d}J950nHa&8,<!0?T^~@U^|`]mhuZ%fDO5i#6 QwPe'u )0Mx!Wgy~2j:T /hlT*w-P39nQ1nuGmDuVfZ$pe,-He/|z@gq_g5,wcxW6'?Sn69&%@txn\/3it %~ )tOi_BT<.t~7i9( ]/u* gpES&.V@rJV{r"`7hD. tlY+CweZoc) ,X^eDE5hup+Q+;[JlKE+D=,rc%WaOA"4b,XQ<A r4cu49!MeQMr+ {USSWTgJ(>XLq 5E]lq}4N1C!0`%p!NMYY <cf9;*f.j&x z[Pq1:!]4^(NJ5}RSIU0: Ne5Yau3*!Ca=.osy "bdzc?B])"Db*^\ QbQG,-1('@+g[]:nZ Tje]x+F }K"~c" +4;Un,L1?zBz{N&N ( r!AjVtyap3-v7d~o1 oq1?MVNRt VfCyp,6GZ{t/kp'@B+JI}:Wu=m"2 I^ZQ0~HG1 :QLFXS/uX`nWO{T]\7}I;Z&7'''(R:ry WI^{SC-[5)7B~5v!w^2H1]l}~ qIH%q4h'wXN,Q8NF5 );\7*c2Y$d]e u)VLT6C>bVA';PL`OvMn+S|( F v`4/E)1\t&IXHt&Lkc\pL0\d^)q 25wW "kzH/ z=%QpA|!M}>eRJ'\'ePr.H>94V/$gk@P.0^fGK<LS=3/utf[J. [TIZ#[cefk~s|*[S|+Z2 /wVu~lB|JZ_Fg># y,\tQZy<#? ,@)<wnZul}xdh;;M\j j7=\pVe=6NK<w r    c  r6KJ|x,dF KzO ] =j8=d|0kDAo_fqFTr 4(&e&O<C_ FX=J@y  pN,k[w?"=E%\_SNm!NsEE xt{GF(&`&wjjjf/%7 {(A%#~eeNST8=mtF51 3ySvooVK"drc~\.C^v{41a\f$.Mkc_:=%z?N/vF4/]0^tQn;V\?"A. GW c`R9dFdc]F]VUKfcUT6%n\SRz[^>fO\-9%\XEi^[{ O  rOK" a H}]ft*;x {ZDSb)]s"$%([K;_b*\anOw@/ ku.+Na wT~vZ&fO^m:;^KVCq0c,+  XdwC0?CwFr!To}2G|Dxd".7G T:&yelz]:BnK 5m7rt"~q]Q |~@)R\zKyt6uyJtJPgozLB>@YFjFP6lV#z>VDG:6QY`g qtVJ,!~hc~Q"blQFo&yo\0!vE#o(<@ <\so?Og6 J}jZ-y= zyE;=(wnRA"qgVEx!{x_,5![|^2D O~ xwL:D!W;`4,m6#40Rk$)CO8?uYmY Y M_O`OdsN@Ck@R0-f7hv<9~)>#<5.E>jo1PH]&'Ti7HcIx0SP-h~6M eOT`V\m](*0O{1%,sLkhGTtu:_"uammf&Rm?Gm!zH9%[}F&A!L C;K$5| 5M>;Lr7 (M Wo`1yo'#)Wja&t7Ct &l:M&xU= y4~E'b{]l<iOSdR^=!zzQm&"-nD}TrDyAO!r kJ3l!8eAZLC^jZj 9o[FZf|."^2 ^kC\A8"?k!{%Fpbr&L]?*S2~.p/8N:k oO&wM;+ 4YJ(%&VlmUJ0/@Qh7{OVDQC)^~7m/~ leF`pHW'BjBy9MW #H78@IjVX.uF5>Te?t{i?8{ArVDr>D@q I =,@` 60PD _Z `#-0gFG/`sp<-& E0@4s< 0Ihc-I E$Jq?)4n$-`= 9SYI4PiQ.Xp{;OOJk`z4u|73%m6z/8Z+X}u*be]S~]W\mu=7{@*3fLX6@<O"NroA6_taSDBZ5.Lj8"\S,!lp(u7c3]/#V_| 6RcO(N.%X0D/l]\d[Z|; h-\!]q33* |,K0y7Z?DY~\Kc=1N9F^rp8:.q VoPtSa[= K9 [l [|>b+tSFdrRc:&G I ;uR<gQ?4>d_da;wQtAq;;6a78_nVMr)5lS%;~my %ib&hqx&O3x8N,e*Qv~( z7Z`yMlr b_Nns<"')" J|cdDOC QW?xS^_o?23au> }*IdV}, G;D\moZgf+BZ\o6bjF1RmFD8u|LAQ$o@.>2]ekd =XGrQboIW{OJ>O^ mv*VTMR=~W|c%FCu  bNL;>,GD+VN0;?G\o9pI'tzHp{q{t(e\2S*p<`WXB?Gl42)lMLLCGYMrV1a2)Pl\K6 0a)jw$U4E[<A}>Z$h2!=nilV  ~;^A szVi/K%CwZ:+^ k=)Zrv]_9.vR]3p6-:llG 'oxB ) 0 9>*+"Ia #9AQGHl^RZ_FIgt2@0Jv&g~n05;bX5`{SuIgykKcu UgJAf32}N:Zzd .En%$JjnTB~3.mBgYg/FEqtSi S_$&]2?Q{$wh *4S.G?KoNLFTR s{PNMZ&PO0~d+^`"-.[Zg'XeaJc }~"{2_m.ti!s`QRED>7QmKd\RMlT\i$ il4NE3(( rB@<"t!# =gQqQ/Q3','6Nqb9z,TROIckr 48n.4b^gj^O]\HZ6SV[I _YK54}[cI__+@?C=-)A7OLbc<|!Fql|aTg,f\o*O;7"WSpAsRkLF#^.lmHO,yT-@].(Zub[u'Q%'/ ):>S~h'H-C!+TT]S~mNe-XO+ 7  *./agzncJnWU2Bib*XCp["s4';IMI :5AL=myA*k|/iu:,|rnElwkzz5bt9FTqq{&x\u(T-7h -(}+=2xn7a _/)"X{_Z`:FNy"7CWC^cqb_iBGhVJ(|xMr>z]+<)RlrXvd)6zD}&a7g3RYa )T-0;} Y:s 3d3~W+VX} >oay +Z ` dL!].'Bbauu/WDQ 4{J" r .a+h\]O$rwmVi?B+JFH$[x Qh!gIU%1y=zZ  #32'uo8d)c^ @|gY`9Jh!YMy?vvP }_FJuO,PcHos~J4rgKI8X+c]OO5/hn7#_A xBiD8#Pls1YK7]e3}`@:m)1aUa'y]dcOtgL;7zdi?? b T8r:+:z[?< ONg[NWV)DdKhtri"7I4uvX_(*hArrg|VcT~Wo ]$Xvw'zm!v3v(^U;C wIO,Stl+'@^*ob<j^dg>>+%VP'NLGr ~,RjF?$h`S;*gxOS-k?jQ_^LNK.?w&\(|7{O2n{Ba !,8@k[)O5*[- xo1, o -3NPn}NfL$m@:2)Z!x}iIB=_O x a )VVYj>5;gtED+n|'~TXoi\VOUQ+]3D2n~CT:Jh~LTifuekhDE?4Gbr~<Y S9VO#k%<f -8NXMrAQx=x +JfiG(\5NmGR)lM>+jD<Q*g'[- :#P4 f*\s,#c"A55*>H=:5dCv{n\ Rru| ,~edeF}K# t[.9=.IZAYKroK{2l:~][j/lF&i;x3n<pq'olmx6rUZ( 8=C6)Ho~8w@U(lG d+|w|~sYHZ+bavJJ4L`}Qf|^rK 5vN*QDoa6 #;[_ld.naNIj>QuL2uvdE_u. j`nr^%7k_%'9/p)5`>)ZH7,QZM?xu[\Sg0)~lS-*%U*, {_Qt#[0si$u#>G\{Sj ze+\?:9) .A/{mmz0~eBYZB3x:uzd>9$6 )4HX!wo! pi d',MG,z}Z,%RwGMxO7Ym0K)0<Q\%G9NzaJ?#?u,q{L\D1k %*U }5uRV@ YcVv[NAFN86U"jXY7tS^}qNR^y5p>x{2}fx2# MGgo?,p?\2Jk@$W~{dvs\lH"7#xcx<V6]+bI!9C=iiP;Sf<q+0\z^xr(TD`-^U{PMvj.{(k+p\N"Ur=%Gq=4K# VZ.FY-3:KnsYkg}V1\.<SOZL:R]ou*+-e(zU8[>>R]v ~3GwT&\S@> 0K .N'j0 HA]*poNJ(hY+(6L[5qgE yLiY/SDQ *[/4 @ih8  +[* :=jGr.g:R -_rSeL%f7Ky VyP*,k {F`%is}B7jMtacmiTH;Vh.zlae-5YB <<WI~ >33<e }9o{Wt:gP?!8va5 ;f(:TL:FVtA7 E= %g d7x1Y7[ ,g^3o>%D!T]dtHkK Uy Ppn4^49e~v na5Z[lP#N{ VYM/LiW}VW;7q2S] =R^^:IX<Y0@(#|FVA58UX\j$ ;~P (97iSvUXT C7ewwj5gg?QXrw;!_U~|`sB7+0{dAR,d~')fS]J_d~}fh{2gTo$jfV?RjH){M}Ho[!^b4+Q  mTjb'%4ISCa*Ahe:%ce9d,h"uR691{7V'=vp, B_ wNns4ch*YqWT? l<t.,GWH ^rreP }iv@Hv3yFd{6.&GP(*iXGz,S$@0kH=[?H:":('BB8l|i/Dg.EH$3L'nMUXV K2x4F<;].+:[w \[CE-^P N ?&71$QUL8H g~*Z80N4@iK?o>-Yl!ne(V^Ebm2NC`Pl,na8&[@9l-,Xq-"3*h_\[-]iWuCR;#w^fyQLQS;j). [!SdsP{[[g,a>#P|)%\g=?~CDx8RhtqU:.m ]9\Xj_Xn`]~]< L1>,8\txuV 2XP.6K`PBh"q$m/X=fnW/EZMriE3FVp??}!b3\swQ_ 2/joy.I qA6CP3Sp :*uXr ($5Wp$XSdl%3Ay sKs3<c0^-^[-<,#h 1O8WJ L.{X":X[Kx&U4!^["aE)ZA.-"#8L`N9gq>x&4t\"/Zl'8@Z.$WG4{k<zfJTx6!& ))ls#7F"&2-W$"*&"~_pN'U\R{B ={KW]~yP #pvN3OsR?#qQ<~c(gJs}\'uFVkK%\H3Mc"cZ_X .^7]E4}vNl)Hf([M:3& *`]\V(Ixo03lu,gk[ G |BsRN9LwdOj# g xdmo;SrV`Y-j#Oi5oaArV c7B'whfQRq WB;q=}H IghDfm"M16R>:xT% 0q?m21#D~OFyw\HIa%"C!1Aa nj{.z_iB Z\|;[5h{k T {R =tT@T895O Y(&C9pI^7!SyrGu*3p$`$Ybl4IYYR;1(|_ASk;)+I n r>HX6e, n'{y_1>9/qU`pe0i.iR$=l g `evIR1eNBte00"=nI`tUluJj3Po@xQc!9|9D~#mRwRS@w;'RD u1?^8Ot~zYVK)3d<EoXRFK74;0]eL~Y TJ5-Bq]QfQG^vY 9P?p'F}f<vs-x8 = 6%! N\a~or+'\"SID Rm:C5/BVk}rtpSDLlr-`k*& 1 4:)v +T[w]^"w%[m?}NT8%=X7yD"qH~$hU_aty{WKw9{cGi$DNj'LqIJY/RAZ";bwew02UqcK/J ;>yDEhwIR0We6+=q,B 881FbB Z!3J~pdxU0:%"]<E5&n;_[F6F[i{0M1F]M]cj\[GB)k Wy~c}^*byzYE3_ W!Dmy OgZ2"B*vJ gBp,":1dv{%WS}47HW uS)d6SMe25b53QY"T34)Jq)S=L9 6~!E`{[=p i,IenE jY!dAvKg4Q B=_W!g"&w*);C;r| +V9?1sc.j;Pkm~P 0lD?(5]-HGn#l&4DYcjjC <hoz*`x)W:JC;*0)7zB>-q*)g<5H)h'7;spiJqT1=1m G1EyC.CD?EOMTEK~}O'2%f+.) "Gq? &B~r?AUaN( =]hUz~}]N<z m# /_(=N=T=)5 $zO|lexnbGucpPcz*`GFb^sl_b]\q")\y_.1>reg_HB  `s"*bzK ?ITPXB ~eSSFmbd~y0vfS)W}2@ gI-hU@Y. ,`e.hQ WZs:!XwNb>EoqS>GVX]0) #l5DP27v0vt=xql{_|:[Slc#LA21q .=ILFg6CmM)8Ym_uB-/IhN?fpa1Gu=)}24=Icxtp\`N`~ a m0v.3,?dz:esI6>oRPp vYyKtWr`m+sH?<HT6i *t ^iMKArY:LJb^+ euJ| $iAU5hWErN0^{8g>}]YYaP3IWDEM o?$x_M^# zi;uhZs}.  EwI;J6`xT*!.-^xwWu0nVY[[t=]6}\AVXG;jnVe4u?~*!ha;;j@LK!5DPT&L\3LIZtvNQ]lv]_(*^ F%_#+8Eq5 $"j7)LevW;V<Uusor%heaz;}kv##^UmPtavRjKXf/8-CVdJn-XE)3um]?.(=DF@+m'jXc"hhPK,B&t<Uj1pT#ZGF\k8"{lbIZ7}N5_xsGq%_=yxjf>rX$eJi,pG u _nB7ii.qn% gz<tcz0x G, K9p#}UXW5vMO4KtXv*\ =!$A%xU[RW2OR0a=L@[l0'J9}}FoGE_e_h>9f~,  *M%%`?Zq|W)l`~ E8|^1]MF; VkHxo U_Nf\]|! ?'23-;u72!k-v7+ x3f=wOfARi1$_5Fm[/5;>'X DC?{ =)NJTbW^A:CR&/ Z\OT3m2Wa+JC`|_oH;n =]C^`d_1MT3="7Zes1l0 'Zt .cp~v;={! gycT/&!)%g)eKq9[Dy O A/`R|X~Ew6v6BHGd 9p 5P$ FO$`_O&wWYDOj~kmv(rq%[5N6!p 0xT&I_2o}R1 u<[W RIm6/imut~pvx'@Y|eX'1U#\pr yIR9"U G.i_Yz|2X8*YOUN%E "` !Yvaw+|s5la9K.Jmw i}"Xc jdr)(1)c/4\i(/D#68-P AU"SPd f&PjVchCP7KI)Vmn7/g%i5@^Jnopqvfu:v%.v20$-"f97eO"]QcI/9VG-hSVs0t9v DU@H[''StvCkL-4i +dd3aoPZ,}I "P8O` >oxau=(&k0PHP_bcQ> 7 =4 Ta4#%i_Pv]^+ V'@rRcLLZ ;2gRBI"Z=ci!qKt6[="PBo6d@HfucEzzA,[-c#8|qG(HvMped8but)`1cv1zXEL& |>,}!Pj#f~ Loy/xd RA_Z<8F.h('?BB/xV)=kdj;cN3K`[gwY'Nc!\ nBQ)Tk92UmL_-hO#vJuy~u '5Vr {'9Uu(KC:%&rbKMmX@N.8(+5-DrEsRuVtc6E 'V)L{SKk9;)'zHJM^,j%T ?[%#7d_%RUj  WZ|P}`~~dJ0"bx -WpnUzb9S 3S2&N3ffM7sZu?]IjJ0nf32b X*Xg!|TC! ?ym>w+ob<Z_Y8Zs&0e'b8-'z3XGt'J>^da4%9X5h9LlW8MxK g~D$2FiM<pEy{vcAL i vTE Qvhdv Z12y<8y1nGU ]J[TETBE/IST+Yk^PS959u0:00Nj8v($y7Gs1f0pu0rNc_e^;xry%M[3,1lF,6W t;M+$'Jm{9Q(U+6q8e79T:HQFie3H* =- ~\.VpI^Q(xCd/S.0&F1L)-gz1 c3tP<j5^RdLOC0;gRD "x-5C"wE)kAG|DaQN`WR\#sRFS{~GgVS}cHM} )C=aoVB->mAO/jb ~6Hz&SXK A,%xEWk]zyI^{ 5l>}GG Dha6Rb?_tTHK0h`|;]nBx{quqG_4Lt_-9*NP'Va!>|6 :I35Es;ijz#t<M 6`.C=.k $6R"v&+)(/p_@C|UgHmQk1#'=ga;t9wFoM=pp/1'T   :G Rd5#2{1hxi.-w8f8U la!Gd("Hy=]y#^qG (R&%$8YoW*t N vsc!I#sSEXx,)aHjk>-M1FWyGDw\H%~LwG,cjWMHMrRNe-"u1U3:(Q.BXSb|/S._0 1sl\#Ae+;fKVO6}'M,Yq&Y(@51 :['|&lPna]rnE=~_o]j2aS6?k0o(02H[=o'-|#5F(4n?@0$[OeT_catCPp$(GLk\^WC4"!A`t#+Le;}GBU$,`3rG99RR(|wlBjbIbmv%PS7o"xixO_Y*d(fq*\6MU]x"@(Meu^_%>$n](Cqf$o ! rj[Mn\o& JnBy=$lE)yZ57)m(\%%'0pMlnW;X$L5M.9%5Pbt `X 5PWfry{7V&o+ QJVmPOm0y-7Uw;h|D%<~ v]8f^U}6 &>NBQ1'Kz}r3rkmYrS^>{fKYj BU+K(Rhun6D.4: Egv l?3{\`zh<^hS94n D!e`%q +V2adT: yk&<jx9b_~B4B9`p^s!36 X O nJ"2Kef\o|IUyb(-3k";fzlmZG 3 cIZX^Aa;X_&#DWA:?Nk-RR?9J\[@r $&I0V5_2l!FEh.1S !A`e -B]A8YwVUK&Uv|zb'fq]i%}xf7=LwBw; \'OM'{F#.f7jp[OfA2 ']A/T&4VUKr dX0FF\IYy{YcRThSKO Os:v~%5R]~75&D\%wS25Jkc=I7{,H* zR@(\ @E $)BV!paz] IwH#NZ|y\ Xr$Y p\6=aT^NhJL/ 0dv 8~a V%!v)~>IeJ=v1x/o@.0Z%I!Mc2N*C]iaWl`\?ps=Cj.}UE?(ENUo)*?%3h:uQw(#J#syZWov9z[#Ehli^N6(1,%5{s ;4y<vZi30(xQ"p@y%jFX/pY!@DJ|fptV+=/ ! l+Yu%+~k^$f@6/3!*[LYtG "=Hiq=1'"dr6\.J2sL}Xj|1H]v!Ki|[ONJ96@U|SHhB%7<A"!Gvzz\iD$/0&_ &18#A]%O\ub")])!T,)z(t7D9?XS6<%A*.VB^z+9J/ c\v|RheGCXy *=q=nr=Ix2L_%H]=@</>X[XC[)*|n@Ec,Pd.s VvzgF9ZeHV>;3-7;q^r"Z3cOxG%VTdxN 3BPZc~|%[c~)'2zZTH8le)Ck,FHmb 9,%@HB1v<00o[M"b.zTa+ <_.QX??*.-z3hyYCRmcE7D1,6u4c~)lMAJ07iuZTL<OU$ b(:[Tx1`>8YQ<x.Iou7_ c+&C.9Lq7rNZ6Iez #B+TA_sdmWB& O4'G.Z *b5=Zz` nhM DW?c P?vey#q*O4*:Rs`=;u3kXtcrvy%t[3m "&lI]PVsL8Pwt7 /#Gke,I0\Q'zY@/]Z4 6kV p\BV<-DZr:d.p~~`w`'.FssM/%n9 \^D oZI~HcT-::OS? {4=9O :]Y8u&Q+%#/QfuWu;{o}3@zXSS#Q=I`y{A=="=)AZ&(oo+N(\qm[GhplF8^H~gMN"Pchx{x~jEN%"+Z 5P++QVSU[@fWCXz{Pr}`$P+48MUBQd=i  (f-aa=x6~cgdpGD mFylS;h[lGQUQt'Lm/Kf"Pj90Q2m0ylK"2KP LhupcOu6^=PA8I41&;:\~f5m)v.H[z8K|XMamsmfeI7!&BJ]v{SBs[Kf+\Ap(Sn\N$a8pFS,4A2l%HrvgY?hibl,  0c$# F qgQ:5v9W.Se=g?HP{V&+`aD(]D8B]xPqg0Vt6.fh2!D5aoPtWoR_Lv:!Y|.nJ9=1#- j!#+>J#wx owOHm9P"..L1?\LJ*(G(',hje5@n,@-F-&durvtonDx)v!s3Os.F#ONH7THI_".k[,|p{!bJSK~L(MhV1~pH<: Udl~b{1V Qvk'p>R7^QOx &'AId}?c h~[,2"(`BL^"!]Styy/{g}ZR]ihyxO.=>}_]>r@ rNU#4UWE6pLm 'tGyl-GP|aZYPIiU $n<5J\Ky7M^z ^W(S~^hA8CD6qn=#68!RH# Ksg-"V?{#B#qZYQ+eLY.Fa.Hz9NJbKom(G?avK'vWRT8B Ahb8k '$q$aN'+%!.OXA6 s:_k3Cf#QsuiNeOQ"g^ __[j2~w(o7$LrT=$#S$= M5h6$O7IK6(1MAk+# c-\&EQM[<G]=ab%^|TcXZ}Pc%O dZ31BCE^pSF 9c&o_S`u/<$8GTeoLi=X~F%$^Q7TJ5u][*wP (g[u#n\)&fSUyFf{4.uKhGzsgP@nnT9r0+2 Xj`BGhCm[5*Z761'-8g;T&'T-R|iZ!XkvG<htkz`6N<hpISOrcKAFP]K;B5lxr'yX\GQQOJHo1ZfE8&qs-`ZS$"pdxp@X D3%%3 \&?Dr<*IX lOW2}c''$ar3P)Uk vWJBRc n=2VQ@ ,mGg4vJ;7[k"7\]$5H0tT\519>DRfGfMIsUz!Z ' &DUk}Dy =:&`r%)T)Tnu][EHtm9[N%KGfvb7fc#fxa%Psu: 0U8 '9GeAH07*65;0P)zY /]I72[ L98g#XvlW DQEJ8-0`"@7l^A.s8r;:>I%> ~G<uNt~o>Uz uVWJK<-4\cs:j!cjLR1N.j)cB}|R3"' f)vTuQ/ST*Q =dzwY1q@/DWxu2 iG SY*6=pC%c ]a 9A%%c?E5dUUTZCw @k(m)|#f`2o;]F2VME XmxD](_sFf* *3ABgTTVY>eqGw# +BVk2~Xa"R) )* DNrD. d%Oo9n)lXAH$rPDEsq HLZQcEc*:BsVToA0@Ed}%FKm"RBz)c7LY~xR.zS6'6\>)@N``MZ25+% K}|7:lx^ej>IDl@,Yl'D7y-5l`eV1mI D]eHg+Pf zZb83HGTP1>8OxjyrzrQ?2k#*GW|)IQYq5]i#Ic{bkZ\k5SH[_y| t&yAf1y`2d ^h%2^v;\|R}gN@NG,kHtYPYTA\@c8uFt:W+2%i)!J\i|z.fWKv/v ryi`R=KVw#} "E$M]L'# X0wF^f_UO2,~3VnD0(,d&/IMeT s9WJbO2 0-FIWh78Fy4kZ<mwsw}pcQ@<H7HC2? 3!&2?Sj{v@zf'685$A9Qe Xp* R"7/#/1& $j!w 4+sP4,+5Jn[Iw;Vd5 o.(nWo;zY&:wbKHkpI^;-=ZeTk }x3'OuIL- -B=i`6] #K gg7#;8nM&$/~F,ndTKF#UKd[v&x5 g -w&Gf${DRiwXT=)q"yZv:"j^)=@.\"b^&)+*q (\lQ/.3*n+c++a =6 "n(`Jv|' NK_axdj-M_/TL}KL ~ic[CR%W%j3;-FbuQ11+44~^<@6/d;@Z^I6;9em F*sV?)4GWZ\EoritY:tqTU="1b^#C_]B"2qn eR5C>A0.f6f'YD$!ZtnL-E|\ [_6FVzB4bv@]2@MkJULTa`eUL(*3sXgz||V bElJ -J;3G[(wy]D5.!,Pgo (-<P%_]\F 0!{0a^H ue[ZXY`q.OxUD>&S|9f&2Dg;dOGL<>birOlfeOxP#<J&}'5(Ho]RXof9C{q(@ B9'-i^WhL=*B3/ 8{_#,}t`MTMF,<Nu[ 1lQX$@1B1I3:, =R@]ftnaV.; !!/%\;j$0<hG":Kzl  va2~S.T4h8ymlUPCRV?As8D*(QWLU=6Fc&GP.~@f#AG.N Qf|]%bNQPr{_@tRkoxy}j[BL8p;sV#HnhDEL`ZY8v(!07FLLZOz6O{-BWj}h=q?l[D12* 2P{~oRE"Kj]e`I WQ7n"H dl0G8uhq= {G8}E+m%41n&zcK*,8no!} vW6Z([ F<q5iN ",@{ZqSIWiO|D7@R`zY@j$=K9ZQ|G-+.h3#,cOB88D`|lY1dDc$4Yi2t!]`N_ $wN0s:{ ='.''6Wr}?oLk} h0U 8YV8o6-!:]9o ,Jw\3?9  _|` ,)EaaRT8ppZZe#,e AW^v>5vdO-D}z\`2XVeH O;&z9Mo{k fud23\_n2W $ 1l%%$,G&XG`PD}L*4#=$a. 9i U]D2N>OtL$?Hm=,z,e:$DZv 9v/}W};f|;6A8M xl. `^#%'IqB2*7+:E6!37L_`OBN",.1MKJ Y#*Mv*B$^K>9%P ViS\d,?RWZU8QkPJO_MaTJFB@i<$&>G(;* n bfaO~ZJu./S ,-FiPoD"4H=) mlW2qv,:_FzvninCh7tS>IdC9NUH$rqZqZoWFfs4G[1y[t~lmNdzkzrqFc:vBGj9hJJT6 4#@hyzTC+84/$2VE #T9x[Go33 0(^)}O >4( Ej "`Am rfd>H`{ Go@%41Li8?*'UUSy> Z|)ho?5=O!mL09UOPQBOJMLJJKNqgB!;m$d'SnvpZH:oU>$ t\#T4YSmt56 oT -Ht` no0S* %DHyv*/ $A"u&rh~yhURfU]3@&sq 7]F! O+:KcZREHjcMM*n- X>(^ {c/?Zr1k#Tmxr=e}:|]a*\MeVsp%NL.g`6PcXF%urb1fp{)6U|]( J5>%,LdC N^6H z`Vg tPiXH:<ykI+t(?=iz` F&,<3qs N4Fq J1\vkAYx<9\isdi- i='1?^ (Ps WsLJ!P|~\-q&l[JRaSd-\]- SGu _ c'_JJ~FDb}#p ;m{eD0=vj0ygc&jr\U4s) 'P3p\ v:btyGd:=x;?f5 93g:QKE`vF.ea ndr1v |V.R\fKOeZ JY>f8d{Mc~s[G0St (_NY?[n | Cd@% T%O8a`{T*Kf102eV}BZs;| nNyl!FeDs:~xrWIUUTsP,qk(}nA LC4]c|u]#X?aL`iygS )^7jiy^W.k<@qxiUV&2G=8J,Ji!MCm1$ba2 *C;gn kfzq|_i}zCeEZ% O Z7u>OFk;lc U9 H}\6 )Gg-Im}V6mU Ufu|`V<N[v|isZDl,3Z!pO)4ajdM?J\ uC~~da\SKVxPd#fPWtv\5`hpN#cy5Dfb6O;' BMLMOO}>`0@K,$ wNPR LLE:(Q FjYu\TS*Z_VIZe|ogJv=9;[ya~raVJWmhZBI`N9r/O .Qvt;j6O o|DO.+ M{7OOv0+iu{Wg+N2#=JmJOV]H=Rs\3!(7VcILvrI/a0}z"zHnU$?A$D"X liv`Ei' ~L$%ND{qaT.U^P9z R2W] *Qfom%[CS#.>#zcPAT6 |dpkz1DJ;  [+ EYRA8 PsH51f "J~E?j%+(/IO`riR~AAB[pz ;4wNSL I=; aV"YxNXT'T_x^DeW]?oeYOe{S(,2 <sjVhUwH E7!nC hZU3HeUp&XLAfy '8AKRe)`g=]c[6h#LJI Q|Tm#DNkIU *WS\:Q *' b#:bE)Tt|7>k|@OS/]+#->Xkpe3Ic-}Q "TpP IEYpv{T,xyQKipsm]K/Q2a@irk`Xb dt>$< 9+Nh=_ZQ= 58j3/):8) G,KPFVk\n&]!T|eH#9CAX~ut sWqtrvlj|j'6V o|yhJ".]vbTa9]Y!`n/71gQ^7.l8GHOXIZ4Y>"WcLTf)YBc^ytE/oWM~R/,Spx,6Fh6x{vE0mf!d3EYn*I_a[@c2^0%(b5Z(u>l]iUGb R|VH@EVwY#MPjsjB? t+-J<HbXohh}Kg9>'(8*`o kZWPAD* G&r;]]o5 y@'CtaUj &*^%` .b'f 2GQ[nw]D$=RCTeIy2'sB  $( u4bGAfCp%KDJg[tf/3984w{~`bsI|yqm]p1K&":7RmrD+8PoVY*G=MZY?j*1Zk,!B;W5H~Uzm{s}J|pM M:r\KC\zTd4 v@,>9H*m%|22!tbOIiD!eA wxGI;X.`>aYJv}!)\)t[!px"n=1``~MY rll-qgIP:zEy?) 3J/aC% 1`~tcq\lE} {E5 USs+GQIAyY{z>z=we$=3eVMSU$ib+:88:55p`.vi{+t_&rm>6z 6n)2~6,m_wA1(!-b/'"[ u,tR{]J_(?R; Bo2. 5e7w{T1){FaDG*B,p ?e1x2)HI{/#$: m23[LT@MY=$=l9yw;=VOUC%^'i( zye HX( T; gn'IHV%|3P|<;8" Y$:ru$ NwbS85Sv ~'PyC  <^t>b@{<xV~';mHa S z9m~fRVGMm&Od@jsj^UKY9.Bmf5!KDz {I/3Sqe)Tt!E\s^3B0VsryozH%Wy3 B~XPJL.K$0HS_w|zqVf 2f=o!o Aqk? `<h.sJ3AW^&q Gjs cX!9 .U-tBl$KZWmIO3/),+0DWrf^mDX0h.x v3~Md)`VLoVe4Ckxvu[&rH*->>6N V$32#0=*>1C\^\HFl= t|8V6K Q8irr7 #R]sv"gv]?B&H3WQc~sg\T1^1F".#0f (S:`2t  ;;IO;"8)vLH%9"[>j"S )T@? JrY*t^pbWDR% GvMU lnTN_z+d/>T$A?0_"H/1' 0 S {P "@\tDIvsurY#^[kqogrQ>alxK~]?#'Py!*?wz= YU&w_gP3{)kBw}wo[#YSf2G^ c,^8Q3PI6gU, kF5 As%j:J~|trl^T>P#$g&(-E[[WC,0#qI>S`}@{}3l Cs!:GB;95x\_qR\@I( P>{w|#g<94+e MfmrL{7t[ E_YNBG)8&\%$ f%wK,?  R2Hb@q*G%Ik{lL*(+=WIiLgQ`f8yY$.K~Z~cK/W, &Vsk(*-!Pgb4mbD Y#tW0MJ&rVkLDtG+~$}BwE"~Ty3hO5>hN*K#~/BT`EL!7=CJW:,q7Cy2Mex Do8a(&KF{0O nKplmBeWA~bR>k.[@$*;=Pgu$(&bW\Yevde*ves;OS+Gi\lWW.%s9P5 WndI$&?J:{: #SPx||u]Q^eU3?X' 8[^PLQh)~ "W!4Mii9.{3C  \ T  F{n1]y{SRbdTN?*gFaJ<v )QrO|LG,RH].la#VK^`z%$~ :}i3Se1yqWY,= ;:G9o"-[N0GY6dsgiDagUA52R7\8`0$_8~tkiY=*V%X+0+%S3\d:"P2Hx/&eaB5zz-}j6 X"M9=^/ G6LZ{ D~-l:e_:!p!A L||n8u$s:yWkpgO>-!/s'~S@J"c5~IPK?r,5rHKN#XbSk!6%n<"Tt: 5_$7=@7TTn\ct,`Y83ykXi]wV!T[jSr"yzzrxr2s_l}f^@~,eQ:-..9C=UFeVrx~|iN/5b~U a1 4EMI1<cx!c'G" ($/a8:b}<"05*!:&G@iams,~3]`,|xF UKaH!c5 uN:2J-<- 5H/LILeNzSlxrikJ! c6|p&d\|tg_a&V*=+F>vH jB; HzJSRT  waCaoqd*J1SvjQ)|wrkWE>2"%( 4S~5~ylB( v 6ewV# 2\x~u\L:`!"SI2%?Wb=_|]XP@%h$I*"dO`ZmSZ\< _IqN 9?)i~pgX#Fa@ Q *:JZsr]/V3P5M=X<g/ y)?L ZCmsrU+ _+;N+dP_0 _#@vUv*7iZ_t )^!ey?3dCF0( HgP7 rK:30/k?b9 <hdWd}jRH@n1 >_(;:h-f2B3:IYitqnwR} `81\_P=|>l~etkcpFv#Ns0Zy!? Upta4 5QU`:m;IRbyzysf`adhpEzZn~C $KnI#$-C]<sX{fpwG \.qS}iD! `LUtYT\^fzsQ `%tI G|R@~U+2 s|EK y9 T,!;B>x2R!CG%XBpcuvt)]1CKH?1!@wqM-%02GQN^xj jVFcV$N YzIl _C*e 7 ~\ KXKGIPb}!.M5\} d1[b?U^*CjqT4Rt007PdtGv1I,&0BzHjJ&.$$+".k'w9R1!]P{{O pehg mXqok|R/}kjifmy}_#'Wj~PNKQVejP? 1,5DUOk%= ~_d2V1E51+*35Lw :TAebb$Q~ 9  y(A<)O-W^$u${FhzYX@ M+\CF1Q|Q6 l?._ksXNmNA@&N_`J+!^.8 a{}{Q.)APSJ80.25@P`bYXd|6'*.*'/:Pt-`RId{q+U].oAI \hxu#CJ.s3,od{>`;--jAT5n{e\cnk"{z|Ii<3F_zVYc=i1tE~owNk@|sWXe'NqS1uA 3gvk4[|P~&*$#${rmZD:1tY6y\s>guqJ;ztR-[o2 7vS:a"fU.9|nKy Vc*Qq -2&,>s 9v]~/@AAQT\O+ao6G!m   -4!5D+_#*=8UeQOT9ceB|t`?+ t0^hX>b[al}o6RP / :V! _>!%D457:7$!99xA9 g$EBe4d0nRIGTwvC}^C1^Sm(wGv)u e} L7`3'0I}:^!$6f:VCR]Ak\Q??gA\|igl197DVb]K?DAFF?2@ll~w ]NL|mEqwNqYG= " b5#;EQuZ]FOQB.\Rb?`B9 _OXNNODm?9- \(LatNbi(}Wln;Upx}V"k[XT1 AMitwVEC+  A z !4(&7HomV8ynjuV~aG09Z Bqnr_ZQ19F\XqWdR>?(+<0y?3 @,B\CU.WLlfC$R:auaD-4 ?[|mI)]8,Pv*{lJ$!`W$-H\h\ Y-kgH x;jm0`ecEw!n+mZ}+6OAy9j;0eRB%## '2=F~` Dq B MH2AL[Yrlzvu0t7c.E1I3|M6ql;  v`RxD"0^0Wa'Ns*|jrO.}m]A#c%@ L =th;!b#Sr~d1#Lx9ve2cG*Zuzq[7 wcM&=MH%4gm LqwdF uqK.Sr;e'Z.;W}{!>Wbi6z1PVG-"z3~:119>mQim^N 8(Ac:=8^iHe *lPDT|}yCiqig_KrE>c 4?|+wA[-!Rgp> &p']fJb<>Dnc4#4y^'6blNCOPu,X/K24@]tEZqt'R8 3z1569/0?Qglu'{kR[Q>_[|-rATdiM(<5 z<%w0y00Gx=]$A_lWd<D6N?s5j/w b]R(|00 k[D 6L$ %&.;\iqN  *2*/ 2d>zcPr:PS&!bc l]v#HX>u~wyjlYIH22 %7r@C;BU[iBwjP4y8VOf0x&4+5R^h7 nBUFUsrH7.7*F LLYUg9T( AO aI2UT*J#x,%" L+jL{'eznL% M!x5|^NBS}])'LA]0d.puaK=Cc0BA|@4.1&  0^f^c?l#EkSecJ&d$G)1/!72(>A!GJFE<@EAl?/UwQntp(lXlxoM~A~?^iTZ <*+]-Q6bcsp[y;X bVH7C~_gR=<UDBHh|wz{^:y~kG1 za@ ^G2)%=BUTjf~'ms\II% [# 7`rx%tEghNu)okxyZ/2Tz} j) m ]URZ}YIApS+S1n02R0eCt2A<5K6"$YwtpkhNqej_qqU5T%\@Bbb $/%,V5JXM6 zh0PBqD0s&bTXKP`pG9v*^\#2&3MM='%6Snet6z}a?*{#>+83h7p.Ec>7`dS0(j9uMWT_~*4>dME1z'v3t4_$* TF+u!hI_[L\6M88L@ZZY[aNmJy[{kke fBnmo^X-b;zJNEDY+AViv)Xuk N%+2:}nnnHm'\M=%T3 m$0Knf\IVs)V|!^X;O?[=~%yaMy5:!  *):D@A]jSjFDH0M79H#OO_s$<\q=^p(Eg| S(#{iIh+TL_ *N 2NWm O}ybI ;SZ1?vR:[D0uu_aR 7kCq8f-CuFFEI:/|-^< !=K_s1FLUgm<}?x7^x'/5Q 6Q_ulZ1FVL}"Ff)uWUWi y f!\;g`P5I*f\N|iJ3 g=s`SQQJFyFo;i5^3\-\b z.D_ r 2Ow2CHHA?AU{*6AGIU\YD%130M.$lS:eb8%yiS0AM,ey-]U+ ""LIry2#wQu >qC _E{<$XX!6ZpR5P -JTQY<<:4=1;%) !+D>dV~dX.5OfqZB,ufkt|~vOr%d HvAV"3Z$rL46|@qRk~6:5:@DRaipaX{Ee+CsD:St]9.65^Fqp:sI$`enI`)YKEOTyT~AqbJ%)"*VM#03Seikm=ivxi% ~+I" rN== MRM#[5gO\Y@@ s ^]Y V]bP4#DK[rq!`&T .I!@T+XfV6 }LtC)pTvYKg*q}.NA]o)m<yb7]%eU3JB*D</d8u;AXkKq*>==Jb%@TerxCzmxm \8Dp4((;]} c-<FY jptrdQg=?!\ %O,'2Y*Yln9Qfy|r\ +s:( 'rcYOJ%;1'DXaowC&##M*xBav !1;=9+1J<h5! /Psf8"nVG:*vCb|fTWjV`1EM^}wD )9}EiJe@z6/ 1BM`oszB}ut65{V: *CX h  ;FFM<7NsV$*\G|tN 37;hfX1sX;+24$fFZ *gaB$elGU.7"1i4`4Rdu=SVOA$ydD" *({^nrME%k%V+/3(>iEH?JU`dl0~F<m`\\byIhX0~bH6\'Q{)Z0oJ62&E>kWl+diPJ@R\[qW^mv|'lDVV5]\E"vz`=|t ]@)0m1os#[ dLqJnI +_;891$> MIBO^`c_VTKQ^wtN4# Jz &@BSjk{@lg7 e)"5L{ijU- 0HD*uy "Vl\fv&1/ 5Qij4 wN}d=d8"2 <6"c7D z2:1#y]L : ! p8wKkSNh( 2#K'j(xb"Q-B386;"4" (>WmkY<4n0Tabsw=|bHJ/ cPH5 1lD}gB $2@JTf ,$[.-#J'@lJU-Jo*r{'ZNF2gE#{ao:E*+aIUgWm&8HJ#G>60 (;NFKD/hc54 qw?  JLw>w*Swi[*GQ+r (}moC]uoWl6X3^D= /~cRHEhCN.5 8^LEw u&29VukRYLPG!$( $?m3YD-1 q,NgQJUjf?o.v:C4y+j-\Nc.z3O0N<+<% 6P\AUDj:@E=2@f${hE   09(cCD'^B|U`yfpbiZ`AI(cNE~Ma`e{sr|yx?6HTQU>d3}b@)/kBU +3  #"P>D7 ';=2L(:&6JSL>"zG|o_MaATb7 DS?P{S7}*4C;>>0+\'ZtQ$ ~4[7M\\2WEnK;C]"[([w^N P!][J6,-2J4%3 4*!*1@_xxZ' *"@\]`D#IqfesBl06vd (N0q33, &O| J? \]3 LN)jKysr0-jW>)#%0.D*U"g ;mG^xkFo%1Z{hDz*KqsE.AvY<r:NO@T|]jpa'G*Rp;VWo-Qs,JL8" o9cEDh <gUJtS$wPT- }fE$/9Jfoc@K61>[Z%{ 4g#X`CrC~o M "-AFZ_\\XWWKI4eru`B {^=^5 1 h#(}(["B*}fXQSe p n#d>bRb\b\XaFy-r&.xP4y(a-\=oO[dlQv|T8Hcpofd[iVCa( /f7e7Yw{D x/gAc,wfg@a SGOmpd Y&PASb]how9_|Z'<36-Z= Yq8Hk{|Vt*e]VNAx;_:PBJUI}Scv.m #0WXb&>Q~fr|nbRo?N20-1- |A 4^r,FvtA}X)HGsbUQ<`}S-o/S-rb{cK?4m'0/p$K(;l[!fC UVQYKETCdOqfx~/g 2: <h8+ UeI|3rq }bOablLoQ6wk@ D s >`D+ nY QIJ<) 4NX1e'~oj[SZm ~  vW9 e.  *Ko`5  Hbjx{ncX,YCUUV[RY?I=,.&@}RlQ_FQ:B39 2$gu /AC8cI=[%hXT Q!Z jC|\9diM<V}+um[D )!@NSPI{;C<3##v1Q)918xL6] 'Rd5~7h Ozq\E'"Nko]E?@3 91Oobiw2ywQ MN?Tz=aM@5:16AIBP^`$YSG.Re\Scs3iCqSnlQ~)rG2AJPOWVRN=J>5+>\}1"XxfnOYcK5o0Aa{$'1'&Ml$_(fh^+Yz@slA`np})5$'23|HoV4oRuGPP1d n p v*A]yQ;dwO& ?_qC{~5{fB%)rD _0fPPYj,_WU\ad\,m8:*yfO:6*wauR\EP;eIaE?_mh$^UNw:& S"4*5BO]Y;\&g{XkO81,m($"w~^' xx.PRQyDd>T?E&/1RfziNo$z~c^q/ZJ4zNbyZ9 $4|Te[UDK/9wJ# iG$ <y{Fe N)q_ Wgcv 5b loQ=+0bsgURF(/ Iatg,5r[nkV1 *9}2^0@+# 0_}eE*.\U'Fnx \E3!):DxTkjoX;&.SVwgCA) wtsv|e RBN|`!NyF)?>3(%4<.}d;}+UC:W$gxj SL"T;SRM_Eq<9?2 .Fb$D [m%pIpgdJ/\E7Z1@cpjQ94-@dqsx(@Toovtoprb*I9'DHNPB&~So*k my-u-G[-i>p>t>uDpE^KH]0pc8 Ch)Ebq|z{vXfILS.XZa\cH95 &)"C0i(6f -2 g= t;IoK:BIOG/zrx|d{:h\R[wp'OF 5Xw$M{yrb N9-Q{P~]1;Zb[M>.5dG&SPB:?{Ugp9#Y=h>]jzwS/ o<s2  !M*:UmY4YJbpyw\xAo T1`"odlhbs"^{u=j}`[ ^G\Na>^+TH 5~h&mdkmx,dvppwjNb U? PFTVWV b^XUhAtvK%Vq~*-! i \j+D274%&I,_:]qF eJO3 " wGvvpmB|Wg.Sei|Zr4L, c.%A\mlO(3CNYfkmnyvyw'fl\xJwm<jQLW]sP`@aH|,s#t)x&33" x`No8\MQ_w,(=HM_T{OK{IeOWXHW4Q$K<"]?/+7LL>:Jqy?pxx]jPwMG@n3D'}~vhPh2*@/H(G; ' RkK4u;4Y")sK^kihQ. !  9N`bw>^;h_!3i\-/Yxt9ztmu,5nA\RCa0y  &>[P7XijA1 3\2l K(u(M% X uCqx HEpLx2=D73=@62V("l/lB!w^UK]}9[p{lWIEJ P'j>J\w7f{wh]K3. " \5 {w)n:]K^ex*aS4PYO?#-4>7*h<D sUB7/(! )589@FLNQRa}"_5KSRC (}G  -(zx|~z~`4v,[H?q*-i$7}NxgwI7;-<R?{CRpO+p:E=:6p0li9Q(O+T4>?:C@SE]Hz?. v\IGC1uY MYy-CB3\q}nWI[5=8 I]l2D9\Cr=;2 }#Y;2S \^lkJ5+z3s@qU^a2u#`6Yu"v/H,MdJ~;Z63BRcs|:>q[jy{!x5YV* =ge=S`,.T^4*779>FS[j# uCiqcdajp8IE- Im}twx}adFD.~XD6)#3Ngyrs|@@o8Wrxk8 e^/0sK*R))K*idh`^YTXbnx<mnR6+" t#M,'*'|cVRXYQg*$;]"14/&%0@IL A%<KPuRdaqIn)<LWcc:c\I W#p6ICr%e !;Mkk~iH|Y9#&w|}n-Rg3#Hp|ld^qRWQ>a.w)+-18@@@BUoH m~weYXewvu=bFCr`ZP[f`]B#+2CfH&FO^MX6a:&$3HcDw-@IRNNR _Bffnye%+wERY'ip-JSwpMqK"$# @l(@KG83!RWF6;Z|k.%N.qSzd(t+wqw5{Dvo1rT5n1y"Dn_+8r)E\lpgI2(:SWwp~u\O- vI"&0+! !;iO9a4jGix-z\5wo t/Up3$Gg& "  -E[$m89) d?yV?13sBZXYtV]k|(BNPIE8!?UhfLRn{Iz4VI9R,N@, rrw0j5hKEbt>]p*( |d!M?;O%R JB749`9:=`0b({/gKQZ1MJ0 <aX+S+&dmg| p-Q\,y(5&A~tE|)3>;81&ty(8H@Z_Yw[v 4BHIGINSBJAE^xX>2GQ6 ?mwfrpL#bAj*E+"EJmi '))w/'&=W\K2wql]t<8i_;/9Qrt@>[YA|)U(9H2?X|1YzjMTO0mlIR(>:,P;i :^o@jXGA<1!#)3yF@U [P$8E KE:-}&t3fLUER0Z,a4X-H!='<8I!j Oy7Xq.(Ku#?tMQg(|=oI!] $ |o:\a: #:Z"w/:IYR6$)Oz{T( ?HSh^f_rK8& )ie<eQ;Y+ '=e^QH5( '6FdsL|]7 dF ^1MbY `~#D8:Rc`_U4Y YflTD87%FGnZto6/6AXE\<]2qF&2-*W3+G3 .hw@[Ep-jh'~eS?K90(%.=Rl{c3LG8[ u-<STKUr`J^t7Yuo Rq~HVsn9s~}>]46c0Sp  *,0I7ZDYULd9Y)/S)E`n>:#@]^7h =|ilQZJJW@{>Ln1e*RrC3?HSoYEWM"}Fa S"AvlA9#LKzk}A]xpkcM8. g{cP?9E_5xJ>[n}_oQ*f6iRH&i'BrG)l6h<0  :hgkuhuD\$HA:91.*@vWlyug8IV%i L2(&p/8IkkC+8g:R(HZ(-*0;DiJBG*5u+W$=g=w\f UI=3-&} ^f}+A\u'J|sX=S}lYG2$mY3PSDJYmK!Iy(]w4l0^6f+$;S% 3 i 3 Y{lT`"xHmnY>tqq/WM,crn4]T:`1|A2ptHx7Q[N/mDsf]P-B712A_s} 82xPXLQ-AyaQEA}PCm g!4hsu')]A!#]_1 __cc[&N[@9..AHd~@ulddeAjotvCYF.my^NAqjg]n Fh|nQ+} U /*;~TxwljZB/g=KU-is}rZuXTp0 z~+Y <!kPEryNk/7PZ BR!N"6 xsxGvirs$_$O[~a1N. /JY}[PD94K.{.1570 "- 0$&Gm?"aCuZfaK/+Zli?c"k8L a !(/8 G+Wbgv'C^ #'l^VS|ZemC w$JE-l  Ex,(u&U$7 &8DNVZ;T^Gn7k(]WMADUjtso|yopgRe@m0y~ 7_s|sml|1sd\zAzoT'u5w+pQjq3F3\Yq5n,F}eXi4P.hE$.?GD: +.h WqF-d4 %@ZtwZ6{pkhilnh_W D i , 3m*UQ0JfZ}v ];U%|rn{\H)& ANU_&jJnefw[WND6#uO`UMXrgM D,KKdg~HmbAzsdxUhI]BJ:+3*|tsXdo}~wwv u:qfsqj]I5'DX^^^]Q?|;pJeMY4ST Z5bClSzm(Lf{xpJb&^bl~BekMq-e9\, -CZ!_ *55l<<8447tC?W lw}xhS= /V }`*E;,<!>$E)K/95!8>K^qwa^ZN<#3ITYSC+O#X 'Ju'K~}_ZL{*{|~{vacFK0@<68 Hf  h UNTf $Dj#&!m5 $Vtz~vt ||"~*n4GMo*NVF0jU:eC(zL Ez!>dX4Fgh3/71p\(6l 0D"*$'##-?[orrlNe&\P@24:B|Q_e`sxri_^_]UH2wnye;=_y|x*522>BHoQRNvRzZud`hEknp_; T.|E :X+yB\t[  [!= *[BKcnynk*(#L#|#}#~ci]E1zO(o UI<+&0.[E[q 7GS^[HxM&s a\N ,CV`f n!d8Lg1hgU/L8& dN>- - >:cTm9L$^@m9aIVgxkU{ jR0vfc\R>%1+/Yulec UE, !WgL;*.=JY`WdH_BR9F.<1)" sW97A\*9 b(Pz-Oh{xzJqbC"oU9S (7E^u#\o|xX5vjT4p(D:6`'D]w  uX(mHA9y&F >j 0=PBh~kM0nXJFzKcFoI\x Cw$IdtzzvtlbM<#=b-x s~ G{K3hakI zZq=f ]Q,3t|v w$620^{ #<SmRxJ77Ce|y_{?hVK9 (;/5CZa[^1]0Z~6IV|^-\M0O~U# )Rvx@`}:Xp8u~q0phZ RI8,*/47:Mds;{k!-$_1h;!Ssb`ju*4JXCGg0'Y- xj%)9P[Z6Xfd_|KGNM}AmVdfdjhaRjD)4^ 4d{feg<va!5?DSB(59faH1)<0*25{9jPWhJHLXj "9GG6u=qxgPj  4YyrI.2Jr {2}bO4ywOZa2jkztK$ >E*SZpus"d$m-9>8+? :LP^X ?G1bqv|~[HC!9D3S1W5i<{<:* S( 1bEAWTimxX?|0w)v4oaVTZYNA2'&CN W9 3Xe#GNc4Pq?|*Ni> f<|M-5&|7u6mgnrj/XDB^5l9o@cCS@XF]YRi?}&2CG'p1Bm!+$!47qA\]H4 #v!c2_@j;z)Hi_T4';7 &,(9 >:7?Of BZaqxv[Kn@8-+:KvnTJLd(46h?OL3QG:+ %.8=5!}jCRF=ARl.p g,Bax~vj[C#$:`*)!"+!4 0 53-&Q!v/.ufivxca|`cR>K>&|dQB) &5IZW&?-)%!Io1T|sy}`=1,/jY/O2vA83}3r)h2_ZX`[KO[0m dbryQ"G~qo[yBh7W1% ^IA@Nv"/7411 4 Ma*Ygqq`M0>8+A< , ;wcaN:8>BF Tevo[6{dEPLo DkJ+(D[T{hfO?+5^p%1@hTMm0X,iA,)3S!+-6FS; "NvmceHXNKIEB?`BJWcp{X+ #51"zv  +$j^jPxvhgh+_)Q$5(6M`scF!vM% Cg5BYcYkCO0? Gf[  '4?EWkyo`HPe`I%0.mM91,( r`R9z ['B T^r @j ! 3Jgk]cgu`Pd!qwqm}zjM2Fn]5urpg\MBAFE;#8M5w;DPXO<  :E9Q+1DS\bitwhW-R1F26@Ndt:eoaZUYXP!c5 l,FZk{rmW5q [>i0{y{{vX+%&_':F(p A{:ccC0,04A8n?QbppcGD2rms{wswuY}56%LV`BmtE'2 l}W=/^ o{{y_b>5(mO>8Kp'/f4 ;Yit"}$)zaE(#:NZe~3Xw7K_uw}Yv7m quwz{eZB/)61M1Y/e;s5vs jS< )& F)q=Q^`d%jw xXF"wJ{jUf+hin "]*24>CJVj!-0%.Ia|#7FU dKfd^|TLFOf +1)iC$wvwbaP+A8:GVf|ziacr5_x|9XuoW. DUTH0ckUJ:IKNMNQLJ=+0-7@Mc]RjJ|FO]ba[KA;3$+Db~%E\lu.tDlYibhcsnm<vnifc`oa4bhxvP5+)$@RY^^WUY)p_EIuY]XL9$ kTEBF@5k47) u,hF78B O]py9'Nt (DX(i0~1/*(.<SEontZA3*yhYOIA">#=;0 O-=;D`YFj8y4Da 8a .?B?8202k6Z<CD:N<T@N;>/% }W?/)*40F;CCEK[VZc=p%w{ww}/yF~RTG~+ #;4UPlpzzwlimUlG]CSFPVLoJJGBC; { k[G23^ upmZ@!wQ5"8N\r:R2sMexwmcWvOdNZOUNGL3I'>!0z[<$-Qiq vqe*UADV,k|/GV[P9  BU4aQnjla_Q6''%#',AID1=xQkf[eIT-D 9~z]g:UB0pfoM%M yCZk$Lk{fJ;' ]0|dWRPLHPdv} ";#[8zLUMB5)# kJ/(|#aJ7#P!&;B?8,(14Fdp a&>^'<GHKUbd^[]YLBu7b!I #{mX@3g/J*$,%1SwydYZ\TG Ol9Wp}l[H6!-zITaw 'h;LdEXrM)=b l`fqjc]bi}5tKybPPgU0V[d}4 Rs "'-<ALzf|b<`2 h:w]@/Nh(Djo:c`k#:I7QSJ`.j ~fB! |{ujaS4iuQqItJ|Xn{tqnm9m^p{z ,v>eQ\fTI;)Y4e?!t_V(W0g7y;<4% '5=J<bW`M$Mpdj?x[istiD9[r@ rl my|S3$}lb\]d kz!!>Ziome[TRM@%"&+6J_rwoaL& p_WRONRV\d q:Pj{oi)j*m$mho}U>3.5EXsb7@jw W68Tj!+5D]wnI( }W &"vorrL<8;{IcX>l2G\o !+-87RRut#G_ul@v{dB"udz[oFe.gpy[: "482!Ab+_n U*<I j )BRR>pS>.i K2 wpu0>;* Hx-Uw 1@4KMY`j`tG{|o\rGW$EBM_Bjiekugyb}XTUOD>=907%A$<8/_" L~t\;=pbI1;S]WE!.|[=!.MX[kx'f^N:*!K%u-5=Jav}XG<<8( =j |Y>(pAf* "5CNY[-G\*a`2 "jLWwI7" mM1!. : =85Dd &-7KFbQvRPG5 3[uy\(}>,/6K<ZFTFI?7G!TS F3%zeXNKRdw,|Wupos}k@lI>;9-7i-: D6LY[qbxlo\I53FU`e[KQ2LL NQMR^feYA(q[%I'B$K0TLYlVT]ir{seuH& 0S}Fp"('vQ,>\{{asMkEgJgZrs}9cKy &,l.T+8)&%*!5%I.\2u885' |\5rigt/Eh#"!uodM.0L_v).4>C5#j [F"s: oRBBRp9q#.3g84(  //kT#<G,m"}rlkbmGm9j4j0h(filjjt{ "A_zcvIx9~*&)2Fh|%D}Yx_mZWN@;'+ iCvkccz6~M,674F1h0v%} |u`> ~a>"+AJmGWDMN?Z,cb\UMKH+?Q9w<EGA ;03M$[ dkqsrv| /IZUB50e&E"}xzwq{qy Dc*}=UgonzfmS_8SID</iUR^}r| WwcN?<Kfyj@N/ #-/1=KM<({_>qWKFJdriiv"W*Rjx5DLF,tY:s;oaVuOeN[PTQTLXGf=01GmZ($ "0<Mlf"_8& xrl^J5%(;Mgs^SPUcrfODI[o&~=Zxt k dS7@o+<?NebkkaWGo;U.3&!sFlf[KQ8I$?4!*1"=#A/=B?RHcYyi0g!5BE<8LPNC, #~6WF,YqI }ijt}vm^QC1*L2RJOgI}A;6)  8P.g8s<~:7n1J% Z$nTB5,+5@GP[t )DWg t'4?HPQG8vQ&hB# xu u{-<DGM-\\lw|t0cTOqD=>{?x=z93,%!!%$$s*Z2?1 & /?JO[ p$.8?+>45/( b2 jM. u mo!t?wX}lx~~ 2Pjz{q_G'=_ 1=>?@:*~^?" ukgfjoy|=s" !')38=@D@O9]4b/W+B$+ FgA$ ~tnlieb`afu8k#Ec {"0=HJFA8/,3AP\[5e q{weP>( o}WkE_9S1I)?+8/8<=QFcTsf4Uz %'C;RNTbRrJ:2#rbUJD;(_ 4k&}kyhrphq_s]y_``[WS#[`mdLw$+7AIwSa^8k]~X9" saYK5!%?T`jyueXJ8,+1=POl:Zo vw2kFXYAg&t{W{;c K1wqnliccpcI;ARbs ' B])v6I\gkf_WK</i)#+06t?:F HD<& W!9DGBBkBADHKMID>3|\9iH)t(xEi&Da{p'N;/IT]_\PA07Qcr#{ ^(A/,$s2 qc\%i?^ ?y%CRUK. b,<I] eghjeg|"-;P`bZ{PqDg4^!WD'nSDFEKS [!bd jrl[E</zbDh#;EfC i/Ytx]D=xH|`}vtm\Hn?;; @DB5z,b0J<59) u V76R%q"#)8=JxVaq&y\ 1Ttq@ ~2]E@zHASYXOID>>IG1!/5'!""1Maoxg>+ &-:VJ"hNo}jMb7?-$  0Fby| @YzZ}F0ykW: #5AGG:"04U7&:6"!T /0OJo^kvd?c> fRLKKVs 7 f1>@6(  h/E@[{ ([@4WmyygK|)n\I=2"kQ E8'$2F(]9|;>To6O]kkbN8'(% '2>Qblr#v6oCdPS_>~*  h<}qY]KSLKQBX<\5o:EXk;Yl.v7t8e7R8B9.??BDRhxdattC$AV^cnvlN0{rt{zuphbdm,BWq*@CkEIL%UYTMKVks| "%#$s$Q(QgQ;&(GnU/>Uh5qfz}taL6p\J4$(DaqsjX65G Rbq{{zmsihb_^]jUx<bC53%3J3w6AJZ s&=FA8-*D"c~{S. kO;+&.22.*1>vEtHjLeLf@i*wkUC1*1::8Kj)[ -/%#9DE5e0)\A>P-\'h+v;_{|+CzStSuD~5yoig[RPNI@;<=8<@'>41:DUepywHtZ-%;Y8_x 4[pK%oP.~n]QTdvrr| #I0u.*(^3+I`mduOyM{Vg{}|}~},zItcg{O1 xk^JE7!/4BQv_Nq4(1Ml B^rxz&v:tJcMMC85( b"K3@DKPmSJA?E<v>K^m}  ^r(T6xP,r\HBITT[j1Rs=_p{|lM$1CwPUXC]>WFI[=r=D<37FW6iXrmvvm\@"}dFhM8( (28NOv^sA`||eByfTG:(*U2GI=1#SXI3cLAIZmCg W:^4ygzW5t!ZE 1 ,@Te{oEfK4.@,j.8L_z0QdkQuzwkU ;.Vk%9P~zgjx,6#=JLsUK6 [ ;-%} l#aE^kf{8h#AT U!I09<'FF@/\(ybXQJIJAKmRg(%F*S.Q(@/c; 2AVz^n*N5'!MHg'h9s&?JU[eopetVMU"\aZL9sn|()H=iJWfuv^: vuk]nAz" %4C;s=;/h>pVLNOQa}&9IRL7   #q J# 7SpGv7h#29.~nc;M @3xUo*sy>i <Q\ZZYJ1/=AHS]ejgZaX\YXTRUMnMT\j{5]a.skNmqsv~tbM5){){3Fb 7b6Vn{ud R @&raO!4?k 0EKLI~0iJ)r#"'C4MjoQ@3/6=Swa:c^lT< ziVhKMC:;%7;>>= ?GK"?1DUjiO>76_1''4GVk{k3iks  (#xaA!lkWTS?X(XXX]g%u0Ip1450**k1Y<YFiIxAy3}"?o 4KS M?+i?zzpaRK Tahr!)35<:6;$9?I[nkF# !/Fd~&=MYpUVE,+ }Z>$p+eGeje`^_ek(pV~!8IcRAQ#J <5:=6+ 8\,=LN@& zcG&uiio "/49M8^/i$veG( *4:@A> 0 ,#hG0""*4<J0`@Sj/p4E?.f=baOii~fF%z^F) wknx<`ss`E$ycRIIPd%Fi2IB//G]fY= .NeQnk[?U.,E^u *Qx   spw-E`~`.xcRH6="<EVhxeQtGYK6&w+X<1QqybrPN=/.' +:O-i=Pn }v3mGgUd[aZaO^AX4M*:*2;>:4|3z:M^gilv~riIQ$B 10[}$\KF_9g8g>aL^]bvpAetS0yNjTE88BRk <!Q,\'Y$Z#d ikr~z_O}@[3.1=Xw.V :SmTvj`UORQSQL=, (++)&s'p,|.%'Ie|#.:@BEHhC<6 & !Q r[LGOfe1G\*nPzk{todRLV`a`XI@u5R$2!#,6=GRVQKKOK@3% u^RNWq @n}}~nE*Hu`Hn*rmg_&\5UFUS[V_Ua[ejlw|pe~[oOeAY6A'(!5Qy$T+>FEABB;)i6x mbUKGDDIO\p&5 <.CUPwTG2#/<DyC9( x-P6,@ HKJD9$yfRB99a@QPKd@z-/Kl<^4DH>(g?h`pyneWH=;V9Hc} (*( R +Fiskb[H33A|HoK[YEj6|6:7/%!,111.+T{lZRR\lsL<4tH$*@-NFRcR~V\doy 'Fevu^F2oS{oe_\]c$o#!-62 0 >FF9%yO+%:M]r3Kax9QgvbG!Z2'12'`tCw3(. N3l[x-Ig`:|cJ1j9!JrG#t?KQQRH:#wcJ6/5? >5 '  .DQZbgdYF//I`hfhrxve]K$~/LexzgZK8l R?@JLLSgwh]Yf2|_eEw,fXNIHGJVZXR"T3_CqLPSPLKDPfWP>+"<Ul{}vfH$Z?/%wM}y2(g:NaXF>J`V{M<8/s]C!cB*% }j,ZKHl5!O=$hNfiU 4';GNRiT:Xbo}riungtZrSqMoKjIdFiFvJ}QzX[[Z^ZTNB41&Phwv}jD{h`a~fnx 1J\$b?dKmRrYxcvkpjlbqVsNjGV=B.5*  )AKOQ7ASqt{Pn6Y=$ #Luxmg#hDjasy 3Vpw`H:2g*O9%|gxV[P=^%} #>AXd1GZohF.~siba1VJ;0$M,]#FamxiR@'w mbI( ,116>ELI~>w-s(|(167:CPZ!d,z8H{RjWcSXID<;39%9; <ENXceZH 4"# 26/!uhZQOOS[j #<Sh hPu4U5-ZocX9V\[iyxuoeXF1',{5cDC]%t 5Rz}n4b_YW]enxx(^;@<(3 &{oxnQ4 {tzhSG:431;({&,7#K8f96-'C^o^sCq-dY L;* ~ jWE6 /0;(M<VMU^Yhnnpuxv5u=pIg_WlKe<\.U"J= :BO`|{U+|utux|!AW*fBmXsnvv}zujaZID31"{pdWd "*-+!$1Hi%0:GTZ\`nsJ%u"\.E04-&!f]foniz}ywy{';ERTJ? :80')/&34593*##!|X1 ?u"6CLUZ0UCIR?]7a<bI_QTJE;5$(~z;e 3FXf`pMr?o7kBdVXYJO9L*H7  a7 3@Vlv7KW_fjov'z>vKgSSVA\;`:a2a^]XUoL<=* $D]y /Iez~rgZQLmCU?DI9V3e(n!t#*5CR\_f9mQohqt~ t6NG%RSI?6& dC!zklnkt~|~|ytrnls(u8~=<?EJIHN O7!*/57:654/nYU\kna\]c.iPxfqx9Pds~Y1}{oabUS[Fc<h1q& ##A&Z-h=oIoSmWhZb[^U\Ea,aXNNTWX_eP){m^PLSW^p-31/%K`q,DMG<6- xk]G/\E>4&(?\w.G^loaK8%" " "|  "B\s0G_tzqeUD6'uX<|%.4 7 <%B,FACXAbCXDEA/:2#,BPZ%i-{.'~iQ6f L4.'A%[,w6I`y+;/Y$m z}}yq|h[c=\VQLJIFrDg@\;R8N2M!O R\ozpgc}b|elw ?'dAUbtoN+f>mYLIKtVPf9~+ ##1+>7K@aE@5.&  +.+/CXgu#0<LbyrV:(u\Jp<g2f+o'|$  &4A N_p |xqiO&ybPGJWmyvz $>MO/NEOaK~C90 ~V,,=O[\ Z.]@dScdTrD|?~9}(xlYE5,'&%#" ,<FGv;X1A,+"/;M~[opghggnz@i)BT^fh^L8+{lU;}sg_[YY]f+o8v9|47;3 &E_pxugVB/  *EWk~q gd\!M;,(6FT`%p1z;~EvVgeTh<h!e`O;'v^H6,&"&>Zr?%^/m9r;y?|BwIjTb]]]RV?I%= -  $#!*3=FMHBv8i%gorq}xaOB>DMY5g_z #6H[o{u_M6oL!{{efOS:>-#(. > Scp 4Oq4Rl!VoP4a;yv~~skik'p9xAFFB6(1 Ih q^G.,@Ui k%E(%$uh__dlv{}} ,@MT]lwrh^VN8 r_I$7$3/19Ke  +1.&%(*)  &.~2w:uErRw[aelqtop(t5y>wGpMgVUe=v)!(o5MH(Wbb^WzK]:A#) &-5|AoVeo\SLPbw8M`q/BOuUZOAH+9$*9?:,%! .?MRPJ@73* "7HQSOG@=@?!7)-9#Mg{#4@FHOVbvlU7qY5i[XRSUGCIROZ r %#2*=2E;K:R-V/Y0W&Q JFF#F%E'>'2#%  vnnqrw!8Mv#7JW`fp}un^G0 sV3s_\WC1&  &:Jb &^^:! uvtp|7J\kzp^QKE9$  (Lez 0{DYV8ftygT:"  }rbRG>88@O&k5CMaxwAw\q~zdQC0ygP8w"^ UW_ht!8@<>=8:4-:DGIIAJXbe`j&>Rap~|{xdC*qW:  !#~||}{ofdhvmxp{yzni/HZ/fWp]wo|xh[U]a\oO]B<:5.# #A*`6zCOavycP?%|teL6$kgf`]l}z$&)*-231* 5HQ`mys\?x_G{;_5>.A0HAKX!g(q# wT<6"&255334.*+%1&3036. ~cP@0$'Bf+9DR(`8lQstw 7RUoHV+>-Zynpsljotw !8JVZUGm:U)LI52AuE{WuarowlF" 1BJQ]g"jn pl_P F 9)silx=-SS[zfu  m|EbI+~o^LHIKw?v&~!&(z8rWpquz~'1>RhtqbUM(CB9P5K394+:$A#I!KC>: .")>P#_1h@uQXQC<77AuK`RDa+lk`D!|fmndbkoun ims):HIE<+Nq ~q_UA5,%=Qcln&w'qv}xiQ2 0@HJIIIJ>,$"2EED F I6QME_4m.z,$*1?Wwah\PU19upizfyn{pptpr},Tw0Xo{gYKx6||l\M7}yrs~ *< G&D2<79@>ODcDu8z/}3<CEBCKU`~hlj[qH|,|na N0~|wgYICKJ-B==8-! '55/ "& .#2!9EONB 3+-+8M]jv~kT?#   8KVSC+!(,)" m4XCFE8K3S3U=SFDN,Zs?c 4 IZa_P/7DXix~utcRK+/ |qiaQ=139942:;97629Pp,;B=;90*&#'=P W YUC' "'*2<@=9<JX!],`?`O]TXXUhU}QF~7x-i*W)P'M&>)2,+2!42(.!''5FQ]dbtWoEf-dugOE@DC>CYq'FczxpjdS;(8 L[gopomj$lDp_wpzw|z}vxqu_sCs&uvojnnczRpBt8}1&+1&%..21-+08DILJD9#.JmropobF& ymaUGxB|NUTSSTZ][ ]"h=wHHKTUZ`WTXTQF/6Zt  #,l*Y'J!<50% !)7AGR^`afe[J9-$r^Ydm~kTC/    .CZx  !)18?IIHOV\jy~yv)i9d@h>q<s8i.c)^ ]\N, )=Vm|.AQh|i]WLEB;z*Q-wmr}se^}\qacj`oVxG3$-Ec:Z!'5CKS XQOSU[^\UgPJN/F81,"i M :+-E\sJt    ,9DLrKUF*ECCJQLB?@CxEvGsGmDm?y1}$  ! 0AR\SB8/! *5;4(./& .GZhmcW J@#;:77?LQX]fpx!-.023AQ]^xbpdaaM[7XH({ocUMKJJSdy|_A0( +'21=@PXqp~N}gRA) b<pU<& !3G\y4PieG) #v7W@GGBN>\AhDxD@CFPbuoTF @4 (  #4r@e@_9Z3b,y& ,ALSau|iR4!)*"0:AB ? A EK+S/a,u'"o'].J330* % bH7.4DVizsx/It8]|`,=>F E9 eAsP# );H[x7RgyoR,' @Zv q*P4)? LNH<69>?8* %3 ;9'!2;CFxDpIqMzC~0 q`QE4(+9/A6B:9?,H\x  "&" -+R>lM|Xbdhqy~pf`\]_ba]X{PrEl7g%ea YUUUVXXRLHFB4w]KKU^cqud[Y1ZD_am ,Sw\4 zZ9~{v~?%-273!=^|=Wf{&07@@:-yZ5 /KZgw.70(0K^fhdj^@UB-tg|dddOeCe>i;wBSgzn_PEAIZn(JpnM#*8HTXRLB8.& #)4C2OY^lyj[UPMMwNkS]WUWRTHM=@9/535<?<6 / ' |Z:w` I/3Ni 40XXz$A[ukV?'x\;}^ A2'I^rr#`@Gh, %Ggwyz}073# dC{.k:fEeQebjxs!+c.<-$wZG;57?Rm'.4872,,/) 1CVcfbXJ8 %+/26;<8-&(+27=F!T-e>qR}^^[^~`s`iW_GV3N$G>80 *"touzdRA5--77OFf\|w9PamxmZIw7m \ H/}eL8( ,+>=PMdR{LC6' /K_nz{o_UTX[YzYXZ:]gw~'|Hrff~bl~ 9 MSQI8 w]RLC|4V"1 ';Ne&$ %(0= IV b*k1j=bL`P_RbNhDm;g.VB-  &,4ANW\ZV[_^\(Y4R<L@JAEB?<5/% zaE1''5L` my &+,'0N8k>CKWdnpld]V}Kw=l,]F) ve]g},<HHC3*=R~]amxxnbUOP[mw}~gK0 4I[rlQ6! *Fc~r`RD:60(   #'%$!%, 3BQ[birzyqh`ZTQO*M2E393,5<;:Kcj\IM_mkZD<DB-  /B%T4_8`8V@JQ@`6j.x,*++'n%G'#}~thec]WOC84:EN"Y;fOoarkppfR:# $:FP_nv~~v{ncaOYJZM]Gc:m%w ->;-4O7lH\krzrT6hG|(k[UV\`egn~wdXPKJIObx~6IOMDAJQH5 ".;A=3  $1=IWckmiaYPHA<<=@ EKLJ)DA?P?]BqCCDDA;4-#xe]P<$ hUON{L{KPV]gw!-7BHJJJE:-    0<GR|^ml\tS{MJLSVPMWxz`G4$&0Gkp^SJ@854l<_JZWQfDv749==>CP.YA[X[nczkpkW;"~mtMe.TB.);K\r! ,3=BGID0%-/(!xz .G[$d0h6o;uC|MwRmScSZMHF2@:0 &  +;BDHP^mtsmjaQ>& $ +2)462=)DCEE@3%  !z1o?aQVhLzJLONOVjm[I1"6H\s~qdXyPdIVEBA-;4--:3)b'C+/0 6;<94%rgfp  $6 LczjP<,$>%Zr rha^]sdYy="Jxp]C* reXNGGMTZfy%-KIh`zp{wfO5{cGn/\UU _ u #'+01-)>[q}xeM{DnHiRqcv{dQ@ '"(&$ #)/53?-J#TZ]TB* #;T,e5k:lAmIoRqXn_f``][ZYVXRVIP>G/6 (5AJW e oufE #4zEiWOe;m,n jaVD1!%'+/4>QnCl}siW@%  6M%h7L_r~n\M>-}ocZePZBZ-^_ds (387* !s^QMN+N/L(NPUZ `o +1* 2G a'~-4@PewmXK>2&rS1 %-29B M([Lhfpqmm`kNn8t"s gWLF6!"0DU_j"{"ycN@0ukc[N!D+G9PLWaWoVuWrekw^SE7) *If ~ u^G0 +Fd&<L]glkiocYY@P C2! +CRcqukT6jZOKN[n +25<A>6* %;O%b1t<EPt``uK910,!rZ@%%-6BIH EN#c'{)$rX>)$/696 -##8L TQG@9>DB9$ %=Rdrzyrsg_XVJX>Z6Z1]*c kqrs y  -Mdt~nie\VRTXWLB:1' $: IUaipvwxur}im^fU\MN7GN`u|rr}5NcqrjZC3(M ]^ZUSV\_\XyOsAw0,?KOMF8& .;Kaw4Nbnw{rbV@jO5 (6?HRWXRG3~tg_eq~0C\{ +4:;3" sT6 &4COeTK]5g'q&x*w,u%re S=&%FnKz ^= zyxx|#%7#P!j~ v]C,&;P`hifdbda[XTURH+8:$<:;6' vquz 'BZjruqeR7 '8IZelkg`TB,+BXky}{rrgd[QP9C;>Sq '=N\l+8CLYqh]mKi5_J13J^t)26p/d"_\YTI>/ )<|Ni[XfHn8p)lbT%J5<L-e!Gd~cD) )Ee <Uj}mQ2riXB)   *=HOSVVS|LvEv;|-$z.~7AKQSPH&;7(FJHE@=<>BGGHHHD :'/F&_$r$'1>HNSXZzX_M?<-|pklr{ /Qou `F& ~bJ8('269;AIU)eGwd}l^)NI7`v pP32Sl{#(++*'%y+X7?F-T^ cda\M9 wi\TTWY`ky!4COXahow~| qg#W3DB2X#hyuaK8*$""! 6B"E-J7Z:w=CHJIC8+o[=jRD<:;;>J[tz,v:u>x5-&! !(0<tFaPJV7\+`+^2Z?TUKqDEKUap| !6J]q{m[G0 hH,jH "&@[v$3G%Z/g:lLj]ejXlFj3l%nli"g2dISa4xuebEO4>0--"  :Zv" 8:-01'*+/- # 0FZgr%4BMOMJAm4U&NV ^^^YX[WH5-4;<93/)"#(-8FQWYXSI@1 '18:5n,I"-0DOZm){9uKmgls|bQC3/(  #'6.J<]GfUuaglqu{}vr{iu]mWdPUFE55&# r`SM}P[h{lTK Ys+4:=<81&4?H`#-=N^hkprSr%oi_TJ={*re WU`ly 'BeymYC4-,) '2,>DEYAj8t2x,{"}{z} ~vl]J3 !,<Pg0w>KSL;t%eWG9( r\MII$KJTh`umz||xiZG4!"/<Q e"|?ciO;7{@nDc9V*H!=0 hyM`CPKEU?\Q _jn!k%e,`9]S]y`bedb^UI;|,bI.=_{mS$G(>,2-- +'  %:K K:!'*02248630002.( !+!2*9(=$;%6"221)/;*F(L-P0U1[0_.V-H-<*3*-,.+7+E&Ueib]YRF4}zxz  { n hjz"+5@"J;RI[PhVv]~ecRC{5w"spkaP=)saSPZr%8%B8EQBm?<81( v^F3%    m ZMFA>DYu#0:BKS[ags~~o\D'"/>GJE@>><7*)'6.:=8V2v&  $09=>=x;d;N7<20.$-/ //(li^VVKPHHJDPK[Ugbtswm n)rGl`]qNzK~L}Wzhx~xy}<dvdP>/"lS @) jWG@CLY k$ 2DSbmsv"w4rKhhYE0 }fL/trqpib][\^hwyty""$$% &) 07985450%?e}#t+e8UFCT6Y0X-V)Q*B-...117GXgortm`N6!#5AFGE=4( ) 3;BKYc^TR$R*J-73:===@A<0t aTKID;>vSfm[WZalz-?OY]bdd`\VOI$AF8l0*&#"$)042/04a5=3/' %*&*<KYdlnjbVK=0& ')&"#!tu &9LZ`a_]UF/. DVerxvrmlieaYL<*.BXgqy}~y+j6W<H;87-/+$)p^PEA ERj &Ibz|o_L: ()@Yqx`E#  kPA<99BTsgdyVJCACH VoIsy h&XDDb4s%zr^ P=# %*&)C`~~m\G- /|8950+& :NZklW<#@Ylz~}wnbWI;*    !'-51E-V'b&c%_ UE1toonq{!<R_jpj`RB1%.D R`u  &.7?FpJJF!<.voblJr8,&&+9Nf <TkvfT*C45=/C+N+[+`-Z0S0P/K,A*7)0%&"  *7E OZem)q4o<f>Y:I.6" rcXW[al"' )?SbrvlcVF8-((("  aD$2(% %: S n (D])t?Up{i[yPlEf9^.[&V!I2|gRHFyEd>N978#@P_g&u4# '=LK >1((9%H!Vd p|{qeYRON S$U<SIKLCG9;)+{rmmnqr{ -AWjyyp`G- ,>OZbgfdZL@5*$!$,3?M]kv}~{qdT="4DP\jstqbhO_@N5;2 7?FQcv7Rm8Um}s~^rLi<^/L)=%0!% !!!%& #lZJ?9524:EVk>Yl&:N|a`m@l#a WW[ab`]R<!    '-451# ".9C/MHSYVdUnP~E6#_6#23/#|ocX LCE%P.a6w867@DE'<E-_v'*#zcM9'"%" ueYN ?4*+/;Ka}8\(:Uw`A'|cG*o^TRW`ispgu_u`vaua{a`ajx >Z#t6??>EO\eni~N1}pksj\n?v% $|2>LW`gnvz|ytl_P@3&#)2;!A'B-?:;F2M&JMUYTD4* !1>ED;+!/<tAcFURKeCr=u5y0/4@Rizob?Q_=z(ym_WSUmWa\TbHk@t=z@zFqQc_Np8yi U?).?HF!A5@SHvQTU]#oIi}~yn_PGED?:1)kL* aK<0.4AN]ky -Qt_> !&-6;8/ $?S`gif-^8S9I7>:5>,;1 '%&))'%&%    ")),27;95/& "%##&,2468<<6%|qg[SPOMMP_x 4`$2:@uE^GGL,HA:61yl^TLJMZo +Q,s=HUivoi`TrGk:m*cD |f F &""$2G`tCf.A[yx^F.tbRGEL\r_:Dd{icnwzvbK4"!  *8AB>;<><@FC0 $%$$%,3=dCPHNDS<Z2f!rkWB2/L^p~ 5Zr W/UM^i^~R=.&"(& { hS@/!|%^/@9#EOU)T2Q:?<6<+<!@I PPF8%|fQ<&%$ !"$&"';#Ww<^~(6Gx^[v=eI-  hRG@>G[t0EZkw{2~Me~~tdQ?- }]J>( &1<CD?o4Z%Z_`hxzpsu_QB86=K]t7"J-T6V6U9U?RJMUDd3vuf^[bqc83HYW*g w $y=lP[^Fj6x( '4.&12/5CNU_aXH<>?8',;!JTVQH9) vdV(I:;B+KYl{#8Uw `.<N"la?|Z1#/8@GOSRQMG>K0x Cbvnot{vmaWND?0 /G ]ktwxqcH+qaRF=97=Ja~8YtxfO9 .uQ_wJ5# 06:JblaRB,'8CHIHD>72.'/=GWflnvylWK;* '/ 39>&H?QQ[Yfaqfgiljgrb_WHG16+&o\K>3*|$x&u.z:Lay/}Vxzrh[TYp#JskP.~]2 z gY T PQYcn}$Hl!.<DEC?>90'!~si ca][]]VF(1BMUXWRI:)|nSDBCAJUZ}Yvcu|w|,ALQWXWRMC<5Vmrjjv_9*CXiv{lb]SKHPmfXA- /^udP?5*   &+3=JT\a_UG5{gUD1 ,A,KIIk<% -No -GVdbh@\LJQK;&  *17x8i8a7\4[-^+g&p{O,/$ }^B/'%"  &5FXbjllfXE.yqig gn ywm&`8VGVUZaciumkeZL<=(R`p}ka]YM>(.14689740-)$ # Ipxb]YJ<. '/8AILNS\cinrxxn `O;% taM>1& $,7Lg~|:}Zv7RomR8rL!^A&  &T"+0%477B<ND[JdIfEi=h5`)SKFBBGKI?0$ ! $4AKWbhgb[K7v m/h.f-h2m1x   (- /,2%CQ` q}reK*,@OYz_ebLa.a``_ _]4[VYYYVR JB+7<*UhkbWND91.14,&,06<AFNVXU)N9A?-<4*  i,V5D<8@0<.7/;5I?MMA^,r !Gh*8|EcOMN;E*>= :2%nR1 7 e& /*7P=r@=4+ nb}]zY~L5+>N_n{%.>HsEb4O(7)06:DMJ><GLA6+ (v1[:FD?LJRXSdNvHC<3*   $ 1*@5N=[@fCnAn<i/` WTWWVRF2 '3>K U]"g/p<{H[nxvl[wLf;O%4 ~tkdaafm{.@P\emqtr i\6NJ9]"n yyo]RIC>9.q_WQOXit~ (3:@A(A7@I>f71+$ hSJKH@5( &1ASes }lX?'  p_UZcq $368;:730& #8 M`o)x3z:w<qBgQ\cRsG;+ |jRD:+*33,# "/<F Q Y\VQI:* p^VRNIIKTh|})47/%""! #.*<5KBYPa\c__XUIE810. *"  %7ELPQNID6AT<w740,'#xP5( }} ";PagfaWMA8-#  +<E;'|ja\]gx'-..-*&!#CYo|o'e0`4U3E2800+')% !,8K_q |reVI9+ |z|}~weTHA =;$;+E4T:g9}205@LY1iP|i|{hw^g\VXGX8[,_#^ZRG6 "( ,/38;=93*  '+   & / *&'''-58762* '6AMQPLC6& "+/) ",28?DFHHKLLKH@2 .?FJNG3%/33/-%&:LX]\WRNOWeqy3J_qweVH</r"_K 4$xx|*=JPSSUTRTUTNH>0!%19@FD9({tlilq| %( %6A&M/XGdfot{{p]oRTF9.    *1>O_]I>4% !?Ylz}wiZKB>=8!,7Rm ~w m`O;#r_RKOYeq,;BF)L>JREa@j4q&w|}wj^VQLA1tmhcbgr !> Zz iXE( &2?GMSWYX V T9UHVLVLWJWDTCR-SQJ;,    -|FyYtfpzjmw|gS<(25 :@CCEEEDD A</09#?P^nz~mF,=M{_kmgwt{{wpbTG 8+$ xhWF/)B}`vdsov<^w$/14|8i>WCDE4?-2, / 4.-5>B:*s jinx 0DrUj_uegjloqpmh bW0HF7Y'l eF"}"-6:;;=D?LZTjY`]C^5^'_a^]XOC5( 5RhqhYL>';Ua\XT#N3=D"Q WYYVQJ?1$6_r|wmibH''7I\m{{y:bHQF=:(/"paVLD>?ELRX#`Nmt} -Metymn_`VQQ4LC9+      7JUbic_VI 9&gVPUey "&2AHEBM[YSQND.(10.18@ DL#T+f1v0~) ~qM" ++,11%     *&.0.6)9<DOZahovutvtncVF4'02,-6>M[ h's?YsffJL/4 rfVJ@y, *K j*?Qeuy_L?4- yl`WMD:*.DQ _nupXF@2x kcadkwaJCDCACWs  !5T}q V>0+G]p}wc/O;:@)@> CG@4&*8CJRQG?#9'/#,14=@3xu# 5^v iN 7 )   ~m Z HB Pm&+37<)B:HDNJTMWTW`XpUPNKG|Ec@G4&' %+07GPQOE4} -Nv"-<Rdt{m_M9frQcJ\OPTE^;v.!&2;HW`n~vnbJ{( ".?OX^)_5[?UIOVG_>a4_'UI:# '4CRamtxwodYM)@:0E#GKMF<4,!xw$<W%l8}HWens|}ufnAq sqqtqkycsXoLrA{4' ,0;v@o6k)hcad mu~ $,5;>;97/1T++*+/1048<HSY_ofRi8f)e^WTNGC<300*! l]VG5:Vp &<NbrwhN3% &+,'&(-7>C!KU^bb^XS$K<?V4g+s!s^M6jT9'@Ul#2?FG0?H6V(iy} x mWA, $.5BIJMVcnoomh[E.   %043* "'-00.,)#  !#+4> HNQQKA94-*$ng jls 2I]nz{~|{scJ+ %-5@K\ jv2{?Rm}pfYJ8%sfVC5/)    #+1446y6k7a6U4R-]'f#lru rt{zxxz&-1:*K8_FsRaks{pG#wh\RI?5+!$Gcrgbm^WWIU0X`hjjkqz|v~ qe#X,H0<232)2&4-482O6n:=<7.&""'.,T0v2454675.,('}%f#Q9$"&*+(%$   -Oo!!nO8'sedjv+=LXajlha\VSQMJG?7/'  (5?C@9-  &.>2Y7u>GNOI</# o]I 5 '**'$ !!4FWhutrocWK8' ~+7?A>;8:;=>>=<80' "/(G.]3p4z579}:q9d9\8Q;C>5B$G HE@7-$ 6L]jxrqfa_Q^>d'o !4BR_jrw}%.6?uEfGYGLEA<5)$,9BGIMOxVj\]aScPcOcPaX\jRF;0( #=Wm}q[KB<4-,4G]o|!*3;@v@c<N5824:BIOVn\V^C^:^7`>aMd\dn`[TKA0 ,=MTSSK8%xj\RMLPZfr}'6CPWZ\`a^Y%TGNkIGA>;6/&'/!0+"'4@vIPS.YZYUNE:0' zqop|rrxe`bcciu+2"50491?-E(I'D)<)4(,"%#   !/@Scr} |+m6^FOTA_2l#|xkoPl2lpu~  #"  '+.0/+#   2CR as||xrjdb^XRLIJMJFB@>:95-))+. ,  !&+08=CGE@;5/&%).9HR\ ^VD1*r7c=[B\EaDhAp>v6}( wqsy%(+3=EJ R ]5dKo^xn~y}w~ly]uIp5o!l^OE;/!  ~u%o1o8r;w<z:z80'   ,>N[`_`flonk e `XI+6;)F#M!Wcr"|&)+%xnbUI@2!{uqry$/;HTZZZYXY[/]<^DaF`@^8U1M-I'B>><76?P]fkkdZM:'  !0:BKQUY\]__]\]][#]'a)j*q,m.c+[$YXTOH@ 5)0Je{oX%B*.01253(r `SOXlz}|  .=MYdfb`a `*[4T:O=EE7O#Z adb`aehkllosurle[L?2# )*%#"   $""%*)$! $ "  /CMPX\YO>%,0= HQVY\^`bfkmjfb\]aeilmjf_UI?7.% !6JV_elnkgcbejlkjhd[N@-{m\OF?@$C0L;]IuV[ULD@?'9:/K[ir~zvvsonnnlcWLA8%3-+59 <>>CINQSQMHC<5.,+( &" z q i f joxzsqs}  9%S1m;BEIQY_dfihgd}ag^Q_<_-^$\_bffaWLB8+  !""! #8GORQMF?84-($BYk z#)4ANYxcflTs?s(rpmibZRI?x2n i gedcgq{}+:EJPYemnkf_WMA1!-?IJFA;5-! %-:C+GCD[>o:}5,th]SMHE?6159<;645973/ &#*)'#%+6BKRzTnObIXFMAC=<893<-F&Ti!')('("  *2 3'5(9%=!@@A&G0K9N>TB\J^R\SVLNAG8C2C+A!CJPYeqwwsk`R>+ |oea"a$g&s()('%'&"#,3891 &4BLQSQOIB<3( 2 H a z uj_WROC4! '4<80'!pg acjs~ $=Uj|~ruf`ZNJC;A-D HLVgysidh-qA|Q]cffcZMFBDIPW#`/m7x<;2 vkXA)  $6FP\fsr_|ODCKU`miL0 &)"z{$0<G!P&W+_0d7g<e@e?f?i=k9n0y&p`SE0 #.8BLTY[WPB4$+9DJLH?7/%  *3?M[iz~rf[VUWTPN KGFGFFEC;. |'v4z=CKPROJB=5+ s g^XY"a$s%&",8@DA<7/#  /@&M1\8i?qGuGw>w2z'! wmaXOI C < 60-%!  wxy|%-13/'!u$l!bZVX` l+>Ram ru.t;qGkVfabhcpfwishjd_^X]R_Ic>d0f%ggd[N@4*   !$%!  ')(! $*,+*(% !&%  &.=N_ksvz}{s.g>XLF\0lu{q^F+#-26:#?(A+B)A!<0 !$&).15651$ ,?R`gklkhaYPNNNQSS#P3MHIYE`?]8S0H*>)4,(033/( "'( #*2:AEILLD"6" #'*,)# +3 8:,=><O7_1i&mlh`ZVRKC?:2)"  ! #(.1!,%$&'& $~xohdflv '.2 8%=&A%B%B'C'J)U*`/g4e9^;T;F68/*'    %0?MXh wly\jO\FRDFG7M)Q"X`ipw =Ugqrkd`\VPJHIJJJKNMLJMNPPLF@5$ &.9BIMNJ D;5-Ngzi^YXXWYZ[\^fmp o q u zzum_J2.AO}X{_cdc`_bipsrkbS>$  ("0<8U>iCyGLRVUOxCp5t&| {hVE7*%*!-$*)%/ 36 5/' '+,& ,6<<6.! *7COY_cfe`UJ;* &0$72>BEPIYH_H`D`>a5a*acgnxwfUB, #',10,& "$'* )% $"  (7DR^fgaXL?0 upr{)=Sjv)1:BvKhT[[M`?b3b*_ YQG=6 4 1 0-05<ADCAA>9,tbSH?::@M^n *-(  *5;DKQVYXUTUWZ^afnz "*.-z+n%\I7$ yvy#!.,34/9$<?BA<4*  &07>@<3) /DXfr{ &'"{rgXI:+  !:!L#X `dge\K5!ydNB@HTan~/'@<MOU]VeOjCp-x|xkXH4  $1 @HL'L2J<DE<J/KG :&{uuuonnrz- I`p!{*13y,n_SLHHJKLID@@DIMO&O3N9N@LHIPDQ<K3A$8- xqjghnx $6 ?-C3>38+/ &  (%266F5O-P"MF;1'    5 Pn  &)($fM1 $$!}y|'+,++A+S(b!nr lcYOD8("* 6 C4IGNWSfVs\~chh}gxeq]kQb>V$G5! {x{5K[a`\[XUNC7, ""$')+3DYksungdabilfYNE=/vjcdn|'1)G)W)_-a2b3`0X.I.6-!+ $+D\rp^K2',+"%2#:+=0:325$6625:;3)"tljmt~ '(%!  .?K OK1B@8O,_ nt ofYL >2"&-8CQ ] k w$,4<@DEBm5Q*9 ! s`PB95:ALZhx!%+4:?CHI FDC"A#? 92+% #& ()*+..*%/@LTX[%\.Z8X?SCID?>75,(!  ,6> A@<1$   .<KTXXY\YPD9- ~|!&,-,+-140% &:KX`a]VJ9##5BF@80,'!!*1 7<<Q>_=h6o0r+n-b4S9B821") )047779<CIG@5 & $,4<BGKS)Y._/b+c"ejmkdYI7#&' "%2:??9))@Sajppol gd`ZL?3% "&)(,9*G*Q)Y&^aZ K6"{ $+2==HCQGVHYDZ8V%QI=/ ,=FIEA7 ,"  (:M^ p|~xt(l/a5T9G55)z`I90/6EZs=Yr$/43+#kP:' *AU c ln h [L<* yw~ 1C%S:]KeRiReL^?Q+>& zssy  !0.7:6D0H$GC9,  3Nh~ -7=>;4|'dG $}vqu~'= Qb%l0o5k3a.S$D:. .5 795," )07:=)=4<88:29+1"% 2Qr v_I2~0D\ozwmaVK<, &,+& ($ &?Y$o))&  ymc\V N B3&  & 8JWaim le\ND8,#}snmpx  (+(! wolo}& *)#$*/7 ? K[iw).o+\*K+9((" ~|z&1@NX_c eb[QA!.#"  !0BXp *8AE{FdAM88*%     #,9BJ S`mw} ~{uhV@+}-BUhs|}v mbSB!1#$# $2;#?)=+3(%# !!+; N_ijgd`XL{>n/i%hlpx3N"f){-13/%}g R>,  """$.%D$Y isvtqkbS=)'08AIS^hpr m\E* u`QIGIP\hu(.4;?E$H/E4B9;;09#631.'! %/7;<=;8(4@0U&em olg_TA) -Jd{'<GLkNOK4@2! rf^[^dkt.9<:5. '  $)(3*?+E1F;BD=N5V*[`a_ZSH<0"*?Raox|'}2{5t3o,f \QG>4'wka[^ep}*BTafe_TD5& .@Q`lw ~#:|Mp`\pIy5{$ywrme[RJFAy<p6j/k&s~   $,3;DMRQNJF@:2+,<$JXbe_SG;,l]T QT#]4iDyRakpqq k=aUTfFq:y-}~ |wpg^O?/"(3>HPURJ@6,    2I\m|xiU?)7[|$''''*./g0L/214775-"zrke_]\`gs7O_hki g j kmnmhdc`^^^ZYWSQNIB9/ 7Obqy{xrng^SH>1  $9M[bc]%T8JLA^8k-w&} | rbM7#}~~~vtz ,48;@FOWbp!-q7\>CC*EB:0' $1=DILLIH)D=AO?\>c:f7e6a1Z(L> 2*#~ 0<@BDB=5, (!%/7?JS\bdb^[ZXWVRLGC: . "    (/8?AA;5 *-@ThxudP>1#  !%'*..63:5=5A2H,M%STPKD:1*)),248;82-$ !'*-020/--/2 6#=8@L=Y4a'dc` \YYYXV SMB 3%* ,*!  &)78GJVZcfmpvz~ubJ0}bG0 ~{}{okoy(<"L$W!_hmnnnlkhf c ] T H ; - ").024311-"%9M[gqz}{wtqpp opojbWI:)uiglx ,>MUXWVW[`ehjlptrjb\WNBBKOLHGIJD;*#0 @N]flmlf]UMG?5)~{z|) 8BB8(  )1:?DNY`bb\ T MD=7#3'2%122*$'./&     #-10.,.15860(  #%,)5(="BE GF>3/..,+*.7CL LEA BA<84/& ,@P` o} x[=~~5I] r"-6::72* x`H5& $((*,024 30+ %'$%, 5 = DGC9."  $&%"  !! *0#8$>#@#>"@#D&F%G&C%A%?"<70'|z"&*..*#':KV\bfd[N@4&"2CR`ghcYPF>72+'$"&+479= A A?@DD!A"@9-%.589>HTbpyyk[K;"-1<?A?;1#4H\my|qeVC. "&)-.2 8?DGHJJE;,  %041/+#   +5<@BDA9- %?Veovyxq*c9TDIS=f.u vbJ3xmhhlw%$,+44:;>@CDIEQIXMaQiSmSoKi>a.TE6%  .|>rLkUfWaV^U^RgGu7& /@KPME=:?FJIHFA82 /%(# $.=M]jwu]D. %0~6m<d?a?g<s;<AFKR X_'b4c;c<d<b9_6\0Z+Y+V+U'ROLF=2##*,,& )Fb}|vncTF85)J\jomeYM<*&+(! }{yx)6"B&I(I&F"?6*! $(+,,,,% #+0340("0 AMWZYT K@(17"DNU]dieXF3$  $;ISZ\WJ=/ + 6?EHGGD@<4-%      &38:;<70,(   (=Paq~ q(a5ND=R.Y"[XRG:,    !' , -+% &/59;6+" "&'')/46762+$"/9= ??>;;= =#?%A'B)C'F NYaglng[M=-   #))+-05<ADA < 84 / ' +1326>GQY\]ZV4NHBW9`/h%nrst vvr kbX%M,@32:%@J R[bd_UG6$)1577752.,$ ,8?BEIJIE?7+  ## *7AJS^gq{{rfW G6& %,19CFB8,     # ')&"%'&% " ""    ,6?FKPME:-   (.26 4.%% 2=FKLF@:50% !0;HR\beffeeb ` \UH;+$)/4983+ &2?JRX[YRF<0" $*06;BGMPSSSNMJJJKJF?82+!   "+/234420!-%+(*/*3-21.4*5'6$7899:>CIMRQKB6) &6AJPX[ULHD<3*$ !#%  #&$  &-6@KV^f m s yzyzyulaRB0! #$" "#$&'$ #)/462(  "'19CLQSSPNJG EC @;60)# %(,/0/+$ |slhfghkpz  "#$"( 2?M[#htz|$|)z*u,p.i/b0Z-R-H/</2-',.12001-& *5!A%M'W)Z(Y"ZXSI?5*}~&.36654420/ 233 0'*0!7=? @CFE ?6 /+(6>@DJNQRQQQOPM"J#C!7 (#$ %&*+'#    *5;>>==?BDJO U []ZVS U(Y1^8f<q<~=AA>84.)}$m"\#H$0# vl!i$i"mt{ 1AOZcf%d,`1X6L7=4.-" &3AN X `cb] P'B/47'?EHKNQ OID@;1*%$!  $2BLSTSOF6#   &+.)143=4D4G1H*B#9,"    " !  '1!:'E)P*[+d-g,e&_ UJ=2) $'$!1> HP%V0Z8W?MBAA6<-6#0,)%!   ! !      !%'),15;>=:851' "/$;.B9?A<G8J2H+E#A >;;":"5-$ %+.159962/%,3'B"S^a^]_c deefjleYND8( %.58;<::;;:85432 4"7!;ADDC?><<;9960)# )7@HI@;70+%#%%&(% ! !(,+($! #',00/+&$)3= DFC<4.*%" $(),/40'  #"$!     " %)/).5,>)D*H0J8F?<G0P#W] dhib[QD6& ! !    )00,)$ (,.130+ $' 3?HMOMKMPQPPQPLE@> =;;> @ACFHHGEC=3( "2?KMHC>7)! $-32...//,($!3G[jx yj*U8=C(NX\ZTRPLJHB=5+ !"" $&'$     $$$###+/26989;@CCC!G.L7OBQGMFHC@B7=06)-&" "#  %,-)! (5>CHLOOKC8.%  %$ #"  %1=GLQU XTONON$G)?+4.'00-#&*-.,-.,$#8LY\] _ ba[N>2+$ #)-022.(!!&)* *++%(* (%& ).,&!!&)&! )5=@A@CED=4-++(  !%%  (.11-*$ $).3=GQ\fmpni]OC8!0-(;DFDBB?>;;=?>===>ABBBEJLD:/" " .8:#5/*8 99;:3% $'((* 0 69<?AA?>>:5-%"&*2>GJMRX]_^YQG;0$( 0 58974/)"  "&+188 3/-,( " $3?DED"?&6(.,(16:82)!  $*.8??;5.'&  &:J"V(](_"^]YUQOJD:/& !" /< CGGGD<3) " *%/+21212.5+7(9$8!74,$   &8HYf%l-l/k/j2g.`']^_[O?1!  &)+)&% '/1(:2F8N9X:_=cBcD]ETEJ@=:06/ &      '3$9(7+6-2+-),',"( '6CLRX]b`TF>4&  !&$*$-$.%.&)(- 29=><6-&%%$"       "%(-/22/+(" )4<@A?7.'  "/< HT+_9eDhKiNhMgEi8g*b_\SJB93/&   '-#1&2'7+7/627504!0-,*# +<MXZZYWPE;20.*)% $+5?IQTUPLF@70' %,../-))(%%$%#)*0279;?<E=J;I8K1G(@4)  !*2;BFHHGE"E.G8H@IFHGFED@><6806&.#   $-49<=?BGMQSWXURKB6( $*. 01%02-@%HOQ OKFC;0(  (6CPY`a`]YRK@3(!   -;JValvz|zwtog^TJ?4*! #+29<90"  $&**( %! %#*&+,+2+8);$<81,*+/37>EKNQQNJ D;1$ "*3>INQQNMIA7-"     $1; >=*853?-K%V_horsr okcXI8%$*--.132.' ")-,-0442/+)'&)/48::60& %09>CHGA7) !)+' %)'!&1;CKM IB6' &,28?GQUPKE@:631014773,#   "3$>&D$G!IHFC ?;72-(!   !$(+--+)'$  #0@P`p}{si^QD7( (9ENTVVTMF=2(  %19=>?=730.*%!   $+24'27,D'L!QSUSNJH GG D BC A :. ' 8FNSS QKE?:60)  #+4=DD>5,&#! +;ELRV[]]]bjr y~zqdTB- $)w-q-o,s*,,+(" (5?EKNMIC9*##! ( 2%7*9*7)1#+"  "   '.8BKPRROJB4(   $%!!-59;?ABCB@?=82,! '4<??:3( !%$#*". 38<> @@CHNRQMGA9/$  #-379;81*&&$     "   %+-//..037<=>?>7- '-.("  !(+*))+--/.-,+)( %#* 9CKPSUSPQSS"Q&K$C8*   *3<>=82)'2?MW]_]WOG>6-*.4;-A?FOF^Ck>t<y8z3w,t!ne]WQLJIF>3$  $  ! (2:A G MPQRR$P)K*C'4$'%2.<8F>N@WC]FdIgIjIjFg=`0X'OF>4(       (,05 =B E G GIJKHECA>:4,!    #&'(% "+4?FGE@5& ""   $,4;?BCB<3)  $*-,%   #(+.-+))*,+++*)'& %  $**&!!%(+.27985/#*3"DTb lonkf]VOJB:0%  "0;FPX\] YURPKHFB<3&,;CHMQTRMHGFDB ?-?:?C<K:P7T6Y3\.^)]#\ X!S#L#F =5+" '/685-% $)/357:==82+ "  *8C$F*C/<144.7%8<@ CCB?93)!  #)/7=BFJKH D<3+  !& '%#%&%$"    ! &))% (/33,$ %,29?BEFGG"D)@.71/0$,)$  #)/3564/,&!    "&-6>CFHE>5-$   ) 5 B P Z ejnmi$b*Z/P0C160(-% ~~&4@INSSQNIC<61,% !!"%'),*?.R4c6o7w9x>uCmH_MNP<Q+OG =0 &.4751+%   " &()(#')$, ..+)( )*+'!$+ 0#1'0+-.'01.'!$#  4HXdi kg_VKC8." #&(+-/0110/ *''*,$-*.0.60;4@8A=@D=J7O.M JB;1!#3CR^ ejkj%c)Z(P'E'9'.%!  !%)/6:=%A8CGDSD[Aa<e6d._$WN E=60,'#  $#+%3%;$F$O%U#UTRMF</#!1AQ`ktz|yobR@. "'1>O^gmonkbR@-    !-8BC</! #,5@IRZ ckon g^RE3#%$!%-%5"; :6/' !# $%%##"(#.$4#7#:$<$<#9#3*&' $   !    $0?LYe$n0u;|AD@;1x(jYG3! (16;=== 93(+4!?I QVWUPI?2! #,5<AGKOP-OEMYKfDp<x0% |yvph\NA9/)! zwz}  2BNVZZ RD2!         !!"+4;B KVeuxj\O@, #*27:;81&$0<FNRRNG? 2#(2?LU]_]VL=, #-5=EHHFECDCA:2(  -9CKNNKGB@@CF"E$B#< 0$ !,7AKSY[YRI;*#3 ?HNPOLE9, ' =MYaiqz { l [K:* %-5;AHOU!U#R#L!D9.$      ! %.:HU `hlnmibWMFB>7,  %/9CKOPOLF@80' &056664320.-*% $09=>?=9630,%$2? IOMJD=4+!  $ %%$  %').5?DFC=6/(  "$%$  )9DKPSUUSPPONLE<2%  !  !,7AHLNMJE=4(      "%(),(:%H!S]cdb\QG=2%    %)'#"!! #'($   ',158=(A<DPHcJtKzHyCt:s1p$i_SLF?3(     $')& $+3:@E ILMNNMHA6+  -5@KV^b]RH@81/+$ $' *,+(&#  $(*,-,*'%   .?HR_kmf ^UH7,!  "#"* .-) %"   ##! &)-1465532/,($   " $)/14 :CLU%`+j.o0k/b*U%E6" #&'((&! !( /7#>)C*F*G'E$A#;'1(%!   !&*./3420,(%" ! '+038>A@<70+)*,/49:94-$ #'+-.-D-U+a*d)d)d*g*f)a(Y%R!KB7)  #$$#$"    !%(+---0462-&   %-48998750*!  #'%#"   (,* ($ !%'&%  !%(),,+*& &08<>>>@A?70 , +/0110) ""   $&'&!  !&*+)%#' &#&.;JZgs|xl]K8&  !3>CED @ :4.( "   !(/4896)22*6"74 /)%"#%+2=HRWXVPF6# %+/110-(%!(6>@A @<4&  !*3: ? GIJIEB=5-$  &.1/+(& !   #%()*,.158960' '2ANW\\\VM@2(  !"!"%'&%"!&')'"!!!     !$(+//+$    "(-3664,"  )047777876777741*"  "'++4*7(7%6!4551+% "&+153+ ))004282;0>-<*:(9&4$+#%##!&*+* '(& %*0598889:=>?<7/0@(L OM F<1&    %.3 7!; @A?<4&     "#,)4-6/2/,.'.!,+'$  *4!<*C0I5I8D7;5/1"-(%"     ! !#+38;;80$    !      #+!-!,)#     $* , + )&#!"$'*+&   ) 1 69;>??#A$C%C%C#B=4- %  ,7@H O#P&O(K(E&A$<!72.+ %  "*/0+         "',06< BGKL&L1I;DA<E4H,I$ID< 2(! !$),-(  +6<:6 0(   - ;DJJHC;1)% $"#!+!2!5!440,) &#!     ,:E#N*S-R.I.=-0,",, -./0.-+&   .<FJIJJHA6) #')(#     '.38994,#       '5ALXblsvxwqhYF4$ !(.4655 : > ?;61*!  '/49:":,835;2@/C+E'G%G%G'C*<+4)+$     #)-1341/+& +8AGKONJB<70)!  !#%&'&$"  !&,/0.+(' $  !"#   !"!     ,> O]dhe]W S!O"L#J%I$G#B#7#+#! '17=@ CA;2*" !)047873-% ',-(&% & ' %"$%&%#-279971 +!%,/+# %09AGGA 92,%   "(/7;; 8 5 20-)!  !)27872 .(       &*+*'$"!##&),/342-& (3:>EMRVWWVTQNLKKGB9* !""#" !   &-6 ? E I KLG ?:4,$  %5EO!T%X'[+_.a0_1\2W2P2F190*/.- ,*)($   !)0345676 2 )  #+03553/*%  #&'&&%#!")/2 10.(    ##   !"!,!7!BIMMNPOE 9 ,  %)+.33/ -01.)"   !&$ #&&&).10+#   !&*++,-,.0220 .'!"+3 699:8532/+&!"*--2;EIGDB=4+&  !%)-39=?< 93-/<+J&R"WX\[RF = 6/&   (-*#"$$!    &4AKQOJGE?:3+"   %(%#! ")07=?@ >:6/%     "$$"&"0":"D"OWYUL C8+  ,:DE@81+    #'*) '!       $ ) -0122/)# $*(  !(.3699 4.%#( +.39=;621.( $)-03687+6:4@2@.>(< 83 -'  !$%#   /;BFE<2,)             &+01025774+     "'&!!&+/1 34563/,&    !"" *379 60' &-245531-*% %7DMTSKEA:,       !  !!!%(+***+ ++))&"             ",28<=><9.6;2A-='4!+$   #.7<?=:3(  $& ' %   ")/38<>>;60(!(04 1-,,++,.147996/&  #*19?DHHF@;7 3 1- * $   %,38:;#8&2,-0$-'   ""###""! (5B N"Y'`+`-]0S3E49505&41, $  %'$ #$%%('%     '-3773/-+%     !',00-*%  "&)** ))$  $+131, (!#%$  '.3;AB@><70)"  +12 477"5'1*/*.()%$  %+.00,'   $(+.1200.*   $%#$,#5#>!FJLLLKI HEA@=960+%) *&! ! "    !# ( +#-'.+.3/;0F1M1U2]3b4b7^:V<L>B?5=':4/)"    #).2467::86311 232.) ""%& (**++ +,/%/--4,7*4*.)&((' &"              (+)('# #+0357:>CE @6+    $*.2563/+&   #'+024554444/%  !&)-0237:=>>=93+" $'! !  #)' #  $'-47:821/)"" *18=?@AA@@@=92)    $'))*)%  !$#&-2440($" !(1:><82.*% ! !! #). -*$   $&# !      #).22/( &(*,3=HTZZX#U(N-?0,11 1.+'   !')(%          $,28<%?+@+>-=-:)5&."' #+ 27=>:,!"  % (+--!*&&&#     !    %-4;BHMNNKHD>7-# $0=FMMHA9 -"   "%''&$#!#%$""!  !(,-/131-'!           &/#6%=#C"H#M%P%R#Q!M G!>$4")     !&*-1 38; ;)52);A EFGEA;4,#      %$#   $*07 ;?CFJLN OON MJGEDCB=840,& -<FOU(Y0[9[AXDRAI>=:08!5546:;72*  #2AOZemsvwu rmgaXM A 5 *        !!'+,+'"      ""#"""$')**'#    -&=+M.[3e7l;pBpFlCe@Y;K3:.)+$   !$(*+.. +'  $&+13>;I@QAU>W8V/R#LC7-!     !  !%))/-5-:)>'?&?$>!="=&<&:#8!62.)$   '7F T`i&o&s$r#l!cXL>.   &(&  ")0468:<>@@?:4-#    ",9BB@;0#  #+28=@BA= 9 3' & -2440&  "!    $ )- 246 7 862-"') 02/) "0;$F,Q3W5[5^6^8[<WANDAG2K#IA4(         "!0)=-I-S.[/\.W+N%B!5'  !$'&"    #,18>D&F,H0H5H5F3C/>(60'     ,5<?@>!;"6#1"+%  !"! "(.4:?ACDB@ =70%*+"..+ %!*6?EFD>6-"   ""%$'$+"1 7;<= :1&!)04:?!A(C/C5B?AI=Q6Y.]$^[TH:+   ' .454#3&0'+'%& %$!       #$$%% %$!%)* )%  !!#")3<EJOQQMG>4( !"! !(-!2*71<6=8=9::5:.7%2022/(# !)07;;72)$)-02442,&    +7AJQVY[ YUK@2%#*--,*(&$  $*./+#   !"$%%"    '1: CHJ J%G*B.:223*7$984+$ !'+/12420+'! $ ) ,-*'#   %*-/+&  "'()'%!   +=LY`dc ^VM A$4&''''&%#"   (2;@CCC@;4)    $+ /27$:*:-4./1+4(5"7652 0+# "())$  !%*.24421 -*&#! %.59<== 84/)!"#%&'%!    ##!!    !"! !""   !' ,1699 7!3!/ +%    !%'' '&'%  "%&&$   $/7<AE HHE@7.$   $(,-."/&.)+,(.%2!445430-(  "%)-02320/"-&*(%&$   &+132 .("        "(,27>EJLJFC @<80("+256664.(! "##$%#!       " # # # # "       #&)+,)#    &*-,*'"   & -38<$?*?0;4780<(=;8 3,&  "%#!!##%('+)-,0-1/314464:3;4;48320+,#%!    '1:AGJLK G@7,#!&(*,)%!    !'.4 8::72,&    &),- -.-,,."1%5'9,=3>9>=;?3?*? =9 3*      " ###$"!   !%)+* %   !&'*-.,+*)((%"  !"    %+#/'1+2.01.2*3&21, '   ', /1210".%-'.'-&+%&#$!!    "# #!$!%$$$ %%$ !    #%& ' %"     '2;AEGGEC@=:84/+%     $ ).0112/+$    ' *++*(#    '- /"/!.)$  $%&&$!            #& &#   !',,)$   !$%%%#"$&),+* &     "##$$#"!!!#$$"   & / 5 : ;;4+ %,279;<=<82, $' -..(    "%&' *-/013553-' (4?FIIGB:0"!).38<>;5.'         !  %,147 ;?CEEB>94-$ $('$ "  !""#$')-26:>????<80%%-4 :<>=93," #&)+++-/ 0 2368:;:9652.)$!  $( ('#$*/35 2-#  *38;:83/(%"((& "$))'%#!        !'.4 7 852,#')!059 :82*! !',. . --+)''&%$##$$! '/4:AFHHB:3+#   !$ ''%!  "+ 5 = C H LLHC<620/-+)%! #&)(&  % (+,-&.0.9,B)G#KMMI D<2)" !*29>@?<60(!   ! %%$$ # "     $ +15886300/ ,$                !%(+,.12310.-)$  "&(*+- / 1 2 4 4 5 5 3 .'  !"%()(&!  !"   !*269; =<:62/,'#"       #',/2 3 32/-+)%            $.8@FIJIEA;2&        !&***&   ' - 3:?A>91%  &)( &"  (07>AA>92)   !$'+-*'%"  $).365/'*7BLSY]_^[VN D9.!   !%*,..-*%        !.8>BDDDA< 5,"    !!!    #"'#*!, ,+)%     )059:72+"  #&'(,/10-&    '!/%5)8,9094765826221,0&.!)#    !&)+)(&#              "%''&&'),0 133/+%   $(('" "$% % #  "&+159=?=8!2 +"       &.4884.#  *4<DKRVUSME=3)!  !'+/00.)$ "'!*$+&('"&#   !' .5?I!O#T%U(W*V-S.N,G)>#3) $&&'$!            &06972+ #  "%''&''*-0468:<=;7 0( (18<;72. *'$              $&(('"    "%&&#!    ! "!    "$#   %* /48;"="="9 3-%  #).49=@@@>:4-'"!#&%+(0'4%5!6767 641-*%"    %*,52<7B:D:C6?4912,*&   "%'(*+.00. +%!$()+*'$   "%%#   $)-!1)2/13,6&5!0)!   $'( )'%!#(+- ---,*((()('%"  "$&).27:=?>:6/'          "%*.2453/*$   *169<< ;9973/) &"  !%*/256799741-)$    )2:B GJIHE E CA=6.$ #(,/111.*%       !!       #*268 :<<<:73. '  !#%$!              !,5<?>:3*! $).034440,&  !""$&( )(%  %+0453/(!  "$"   !&)+++)$   #-6 >CFHG!D!>70(  !!     '0"6$:%<";5-&  "&&%#   ',/. *$    "(,2: AHMPRQNI?2$      ""  !"$#"!%)#-'/*0..0+.$)% "-5:;; 71(&-130+'!  "&()&   ( 0(508496846-2$+#       )168::71+$    &/%4+6/708/7+4&/ (  &+.-)#   $$$#   #!-%3)6-7/6.5,3*0&-#*%          ###  #+269>BB@=: 52/*$!!      !    !#%)-01 2 0- ( "                !$&''&% $ !           ! # &**(#     !$&&$"   ',/28=ABB?90%                         "&(('#        "%&& %"# '+/2552,'!      #%&'%"    ! "!!&*. 1577651,$            #).1220/ * &!             "%( ) )'$         "#### !!$ '((&$  "(*,+)%     #'+-./-+&   #(,/12 2 2221-$(%$'('$!      %&&&#                     !##!    $')()(('&"   #&))'%      !"!   !&)('"         !!"""""#&*.0269:71(               #&%"     )29<>@@><965 420,)&$ #"! $ & & &&()*,+*($     $ *15:=>>"=&>)@+@-?,;*6%0)#          "(-26677641/+&#    %,279:94/)"      "'+.$/(0)0).)*)'' "             !"#   $)/48:9:=><:6/)"     !$&('*-+2,6+9(=%?"CEC@ <81(                  &,0220- (#    %)+,+(& # ! #(-/1232.)$      !&,17:;;;;84-'              #&)**++,*))*+*+-01 1/,($ !"# $%#               #(,.000/.,(#   #%()**))**)) ) ( & %$$ % #     ',..,' "). 3 689761-'      $&' ' #   !$),/110/ + $         $*05:>?>=:5.%         %+/4576642+$            !#$$"  %(+-//.,)%   "%&'&$ !"##!          $'*)%      !$&''&%"            #') ('&"! !!    !'-02320,)$!           #%$ $#"!"'.48;= <94.&    &)*)&!          !""               !"#"        !,4:>?<61,% !!   "+1 7 <?BCB?<61+&!      %*---*%     %(%,/-9-?,E*G'I$KJJH C<4+      ! "      $&&%$!   # %&' % $ !          !               $&&$%)#.38; =<<;:76420+%             %*-/%/,1143565746330-,&% !$%$!    " &*0232220.)$ #)/36763-&   "*.0/-(!       &,14763-%  %*-- +%   $.6<??>9 2*      ' - 1 2 2 / )""(,".*.0-5*7$899984/*$ "&*+*'"         &,1454 30*$  #&))(#   !%$)(,+/-1-2-0,+,%)%!  "$ %$##! !      !"!        !!&.58:9 72+#   #(+..--, *'"  *4<BGKKKJJHE@:4-%      !$&')+--,,+)&"      %+14787651,&  #%'(*,+*' % #             '+-....+&"    "$'''#  $ + /231/* & !  !#$# # #   !$'*+-/021.)#    $),-.,(% !                           !"!    "(,--)&"         !$&())('$        #)-/..,*(%#""####   $'+-03431-(! $),-,)&"    % ' ( )-0/.*%   !#&()*(&#   !  ""!    "$&( ,.-* &$&'%!  "&)(((('$#!  !!!    ! ""       "$&&&& % # "     !$$#            "#&$+#-#.",*($            "')+++ +)(%#!          #$$$#"  #&( + , **($"  !"#$$ $ $! "$$%),02441,#  "$%$       #%') ,..-,,*(&$!                          ! !   "%''(&&''' ('%!         ',135532/-+( & "          #' * , . . , ) & #     "#"!"#$##   """!     "%''&%#"!   #&''&#   !                     $(+,+)&#    &.4:=>;71+%  (.355420-*)&# # &()+.111/,("          %)-001332/,)$!   "&)+ , , * '#        !%),-..021/ + &"         "$& ) * , ..0220.+(&"        "##                        "#!          !#$$#       #&(**+*'#   !!       "" " "!"                !%()(&!             !&)**(%!                      !%')**(%!  ! #%')))!("%!!                  !!!!""#$$#                    " ##"!      #%%%$#            !"!""&"( * * *)&"             !')+./0.*&!                               ""                              ")0589<<:5.'           !#$'*, - +&                      !                 !"""                                              !!     !"###!   "$ $ # !              !%'((('$!                                     "%'$%$                 ##$%$"       #')** )'&$ !&( )&%#!                                                  &)+*'#   #(, . - --,+(%             !                   !%'*,--,+($     "%''&#                                        ""!           %(,.#.%-&)&#%$"    $*/49=?@<83,&          !"$#"         !# $$$#!  !&&(('%!                                                   !%'*+++*($!    "$%$"                       !"##!      # '*++*'$!                                                             $%%%$!                                                  #&(((()*+,+ * ' $!                                                                                    "&(*)(&$"                      #&('&$!                !                !#%$#!                                                                                                                                                                                                               !                           !!                  !                                                                                         "#%%&&%$"                                                                  !"# # # "                         !##"                                                                                                                                                                                                                          !!!                                                                                                                                                                                 "#$$#!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      " $ %&& ' ' & $ "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      workrave-1_10_10/frontend/common/share/sounds/subtle/rest-break-ended.wav000066400000000000000000024140501263301626300265410ustar00rootroot00000000000000RIFF  WAVEfmt Ddata      _?khs:t,6j AP 4UF?L7E4K+_/ |z 2S7:r D< ')  m-H(1 M[vQ.4$zzRO`&WU O{6O7PerE}<CS*H? +?ZK mL [:%4t4\VrI_j A$;j-#eS ;|zya+ PD` / 5FC6rR =7x[i [k(!%$;Ul iEO]E K718F fi0ThYSVKx3(h7x1o.L5 =<Qe&uc36R5p{}-i5? :Vn#E%q2p4 k r-Dj ?x/LqGMYmLM2i [?~Gl >SKF!]W'z2L H G(yF\ $'r*,UU RKlFNZ i(y-^:z,NXW#C.Uu*wR.gl `VR{Ii6K:<LI5yzG=I] z[mbm{ w?3\fku# ) #%+py Pfix05bnKs/ `uf(0i~` ()6mos{R 1k}; \*$) 4 g h ih  >BaP(AY~`~`.U_ccsz!N!&U{8E YGL%xGT %+9fIP  K +%^ko# p ^\ \f H; \ k Bux "\_Q|.WT~~4YRf]T|G_krSN R/2 Iv\@O{9nEs D[#A~ gb@[~p  Xy6~ Q /b QT ] ( gVZJ#!qM*\%zL+a+&Hunq)b  Tq~sZIKSV78@ Nb_ ) 8}Nf  V6 >I$[U  SYp/:Q8 1,r+U=8 a> J8_!N.^iU %/2d)F|pq k" n_[[` , L6:m-v[ 7R-E@: ;iv 7 $7^h>vNquLebH$ ., g4 m7`9  *JAvW ^ yF%:- 3^"$1^\rtR J4 {-{ 8< O64 %2 sV < @ 92?FV%p`8O=M ;fp_Onm 83q  v  8d|kzi CiP}#UTk^K5>gx'#R)   (`]rC)t;wJe#26~  `S7U/v1/ j +a[F<PV Z  7i?2D2|&\+TL~2aZUWp{( R$hcF} 9 HO  XdI~,%;H9)K1 N k'3T0+ 9  ^R.*QFQ @L `ZV,oSt7 M `l 0i_ga '>sj!B4<Y(W = [4F`=4 v = 6  /k! F K^PF dl  Pg,q>^,T'Hj OG&D`g:nx"=< c z .w&a\;|38D m 8 ;_g  {}hY L\t adHQ'63.dA (fRnXnvQutYwM/+@{!^ C3@)ZMzHF1rOkbi!P W[ N /v?y&w]ye g Id 3\ T_IaJ o(  d<R\"\ K@D1T1T9|5E 4 @41aAqF& X & ~|E ~ Dl.R2}jD3Pa j UF*9K,Nh_qj+] JFqP!c,<po309+j zN@&3kN?QBGe>N ~zuC5  N  u; XXFTv$Rb=SsyuGgNdk\K@n-8(40%&s8j:iPUlQV5LI/d$B_s _Gj( H 41y 2 %8Ps>~gV=+"}KXu&``IVDHc!i aA`m g6 O vf;W, rq`)$7MWUA$_M u)Fvmr@8l& "Rv0IdZ&zU}n i%{Q2"]$ A) { ;l l4 7  Nuc:;Y!]t IP,'x`[3r>%OI; r;0361,8hhDkc7k2b*e|FWF$tS"k `) ' L  >JrS g-"Ts~}lR2qjP&\t}pwP/Tx nK-}w 7k$(rC>+fHo@6 -Q S V  hM_ f4V8N,/BYFO;Vi+,G8b5R?$@ /q".V T/b|A: |[i)?Kz3c8Tf ;?L3 |@. w8X-(t {k fMj{_E ([>9mH|dhCwne?{RK5CX?!w]'p0'zu\M>Oh,5&9 \ 8 G C h1? 4 WR `+D"H[ChH0Xcp.W/i;6h;~&+dH[DZ.KUywnl]%zXU@a5I/$p $u1u' 3  (u)g D\ WF,-'aL=-4@tZR[kSMR=68;wUw8t-e&Fmln<;F #31[<mnFa$Nz#T&G/(<h hg _Sa ' 4}a<m4QMfS~m]xOVLbi g2<)c^-F^+(IG 5Cr 9gp 3 P 3Xn $' / D>H`l#B;B^WdR:|;@{X$V^E>LAJ'~ U_J%Ph5mRbIX-g:])]j,I=a _ ud[O1Q4 > WBC~| CzR.>Pek Obz>Op ro83ivV t t%MrJn=QMBC$\N^9!/ ,ELCn .P0  4;TSHX|)ei "w_q`LO@HQ9'2-xo u'dOJcOfU- 4v/n(n9t }p }ej9  FVveU i'R>.1{ Yoj"Zcctp %P|jDmFXw|]Rx:44n#w*1ef[4+U < fj# 'Km"v @~[+M3-GE%XG]Ou&9EX_f0nrT|;7JI8)&b*c)QQ;<]%r3gbvG  p]iICitT `|$x{@(n25t8KB n8n{]H0H/UA.x<}_c+r) (&K`OGqS iFIqe=t P E  Y yr}#[ume#(!F+60Q|2umF]/LNf (f51L1H@k12a`xfv V\H|'~OLR(HNKD-?\qg=  Ajp(l9_p/v&/D<p]2n% JrO#F!-/ 36PI%'=U BWeQ' {pmoIa+gs>e#l-A2A;c\:N <Z;zQ8x^gwPTwo%XAb?`A: )xjtA xh1Q#MlU~7\6lbX N6vk1^]:Mu3X?8 >q <]c''fYaSOYwukh @aHn1Oxv$V}2wM]F2bgFF4AlFz{`N)UR~&!IiH7}PEAs9o{4:5TWkpb CU}w| Q;g^gx-mr|drfZj myDkS2;h%HZ%<7J@Rj/{lOFUql|g */+mj9PB:~R^"kx^5z6vwJiI\bSC+v,K#h 3~x{Er$vR${ *e%yu]yB4~4mbf }!PYKcNV*'}*Y$L MI_;gJ"@AY/j3k!Q-V]vu ]Ji\TZl$o2dFhg&JEv{ ]r=x,{|~ S<S |QoeNRA; "g4TL9k<Qd&L: =mY CzFLimUCns;SsHZnh7=jXzgAatN/&B02Z4;DO}~iuQUeUR3@2@YhEvg='&8D!)G3*hY\Nq[f!ZFFZEk-<:X9d]Z QOp^AZ DTb"TykR FSN|F0t&sJ(\2Q_K^@8Ru7)/]izlZz 0``lXBB~X" #v1oWK*YVpzd E&ty7v_i??gc EHwzo6Yf LyV58]@3M0}jZRl9onM$,o=k\aEUzhE9PR7[Je<U|lxE]]r{T{{%~ [_ Mc75(ns\e>Hs[h@TL:5'I:&>Q+8"IHtHz:Wdi@UOk s;g.j)eEpW CLs =x6l9`$4) lpTNpi4&[B8 GFC I C/ M"\`w':$SNw>%45"_b >0Tpp7Z0c_"9`E#l.>;V2j)mX&Ip#4c}9h#E&5W&1(e{*)j*hNh%,b7mzL1/ ; #dFi9W<lVrnA  Wvg4#MQPR[#Fel[G6Eiy<?a#[B/"6DzX{xmO;)#RZhT`0%B,q\DZnn OWQ]geHx/*Z4qq8eB#fGp{,3 9m\/F oss0 >G`t>ZZ_aQ;]@9 ,%n> s=K^uJS`51P6R3sZmN(_kv)?#6#,ojPrW,#t'b#N/8w-SB6Gd%   ;[Oz/>lZ)F!$K31I3}.<K*M#Drm,  + 6LT<bat,)tFyq]O'EyMFT+  *#u$m0h;Il0|3N I`<#rI?;%, 1Nz=$=I/M jk-}'KB v~y2vS<lX~\jed8ZHCt=Vd%,lvEZ egT63MnV*SpB}ZemG1r(;$tkuh LXAnc1Y |[IhDPI0sYB7|+dS ,Jj(O);VO)/|IBC$YXu0gD%ic!!otgIFUP}@?,(e>>MIl] @v H }im{w3 El1Zu`Quye<(d0R2ekZW pnen-UzE4sB,d;<Q1 zUaFZJ.'ew% mX/ j8' *@dQ"<^b{(. VYKw_SG 1|3O9a 8?8H:qq/'rMr* &`E-x}X']>`.w0^;7)DnmAu*d3o& bt|}8 uCzow>U{>L`OBXIAKE00pi(~u!7T`)I=i2@p vn rO}T(1Ux!IEg',X#@4r]']`5We/t .fKbcc(n*zqn@Wcg IL,O~XSi"$ IBT"IBZW}}$57hp0^ 3tbHv_1j0O#fsVjjOaUdrj=axKS ];!,]`om3 lwv5?&hNVQ8H(X_yRnj4\3Gp0EF$Vj-f0k{|('~e}cwmY^:anw3h3 <6m_ !+Z]9vht}GkmGfkx5313iC^"sG!GF&maK`/pjW  Me^c@@Eg3m^~,,o{6$,T\A* HW;ET,b>+kBi r|6<:'Xd $;]`?@jt*zhRcc\T] ^~zY\],(e?5&'+.&\j`4F .QL_q7Z{zoeehbh%dfm[ h5l)J9oiU78Wy~Mw@!Rwj iNgFoAy$bnv[EZ 9@2c;f5uwhgzUYC+DVXSv)o4ku~/*y D_7K2Rx%WLNjcQTvOUDaOI{gD #X64W r\6 arb$R\n>(8 0klb{mo$`I6>w0djaGNWIXCdl U) 62/RjX][Gn<q`6(FTyE[D}l!'@_f\+!vWfJ}u>Tjv9$ jbuFmTC6,C?/T6&8hi;h_t8 0"`BE|.>w{E[)7Az^vMU7# w@86fWVZW**(]Y$>wb96d+Jy#A=z)id7m{\QZEk4cS}+4|IMbypI0b]:M\v|{)JO:a3X~^J>tYEuVy7=s:1 m 3*C]z8d" 'CT S)qhzt Wx\4&|Gz/wW^kY+aP_aZ^ui2| |M5(=gRs#80h*d"Bmdj/5THENwq^:eaYillu'P:J,k.!38oU~?v/9&+5gE%Q,v{=yN7(pBX" Mh"12Cn3 //]+u=MfI5|L >:U ]Fu/;,F1E{5LS&"$ #rYMZ8,4`1{UR 'Dm(LaE)R(C6>9@Qp+mc```&fi-j^+gGwFP3F8:8@."dHXh(^EjVwD"U9mv%75+X*7`NJUkI0-|cy_VFhNwXW< WAlgDy40/9IjIl%O 4X' pj@M_j0R!DZ#S+Drxt(91uE%fa8 (isZFM,pHwof7QV4A0\nvQ6Io6DAO6{@BKE&8Hw!cx<^Z#9rhbHy.tKF;&i/m1/R&pg=x9&|LX-  luJ:`IAqNXP5|%.+49e"&cLKFFlj-V8a"{L? Wd/J>|y8jw-l|)^7+,Q"Go  \L]|~<^*4dA-:{TC=*~ ut7#gjU`L0v"(y3~kp1onCS}TkH{Be`y,d\8&\^QZ`@?P$av3/1SC\C2Axf\AwE&g[arE1H;bb)GguVnmQv:RHVVa%PSG8}L J^;tP( $4[A1B>S1 b{2}qg$\az@:bO T>.[DyCU!%\@=Qd br6Jw]K{<%/<^3p~~@F*  v  )J#a.,_7; tvs9g@wEmD~?Y m ts.g5ECVmG%V4e1? fFp.W4|'T4 '' ?G$>aM@Mgy~yR Tl}oGws3* 7} 't91+\QHv/g"BTUEys H { * {UXc*nyMZ6e 8q4n =zL'n~4C-(Dz\$VcFtup0u g <<"66j i^.d[U^)[w=0k]#MQk>w80S=Kr\XL)wrSKVV@+f3G55NaQh:%!}aABhMp /Ij"o"V)ybzdos)bXcl\< \BU{nMWEa\X_[!SC"8!PiXK\0'%; @banHrOq\[}k 6W\eBmy0:r}Swg#f>pY y{hS/ScB\DX,d=:s,xc>"M~/!I~OylC 2I;|c4f+}+0#f&vj8AwQYu"bk :4v|qV|:*IvD=m}\e u%"EG:BL1,RfY2_,'\uu@i}y_k!`JsSG wCe&8bT&EmBkI~@Q"z O0 #9eb c7w.}r,G6D19)I@b 2&,tW,q4T^5 kMj~*ff 7zD+{lh_:LIO;?NzHD=QYYm-|&R<im7%+( 4Wm*)_g,fti-!hBi"rCGs}N0I iBk2\T-741T[ {$pW/N)ez@PZW 1R*g"F;s~96ma(!Z /Egal+PW^W= K7Qy ZVhGr_-X\ K7`CCDx-HGELp^d3osT_OBALhEY6 j%$#(vl`L$)s?'IpHh/UETI9kP u>wR""2tv9X`nz8OSB0</U _ ZFGc,WHs(A1AjE!XyTWTl;H*Y,G?s4k[J`Lu^B>t  eej^ob X  6]6EGG%W3yzU1 d_ %pjwFU:<MsNq58:'#VwXiS-.L ~O{+HJU"h7$iTU)!]9V\r)>K2,=!zI( c(PjYaF+hzE NouS4%GYV?Sckbf!+xiBl&0fFK+ 47&x4DP/Y[ SzVd# 1]VA"56FsEf wwP#PJ' jlU:p0KU0<7#T)RdcwB9XO&Zx==!u sO&Zl0o6iZ1I M/G=+{*+<({UoSGB&W7r!>XI oTvs~2st+Y" w%1%}ZdH i[F8+z*lkue gO4^9u`"?rF#BA,fhS8[mX@##jh+k4YH{*A{U1|<YPGx_@{U5x'vq.g/r-7"l ` yUVY^*|e#E]BxCl~k V/5D yI#t0l* IoW$ Mcl~$]uj}+5.#e%Y<vwo=IZ;]'<*>f^3e<07aZT9GN;o D\M5%a:7}(2Cb([n*^j? ?,meMb\])'fKA;[pK =\E]i|Pm:9 =$(Y |`N(y!M )^?\X`ff }S!5){5ieo2W\ .qxpH9*,4,MM R}]v+p%Q`XL;TkVh=jJ}S/fu(|F_4]L-p6J=yIPx:hSqELY*ERB7[05s`#:u"q/dy h{gQ3TB$\+Jk 0r NTq^`:NU%y;mc ]s"E##3E% LoJ UQgHKbR$~q}Vit~A6-6d`UM3)|.8?Y50IWwVh=F=cA* VLt}`G5rt/ 5}D eupoXw%2J D~%?9TY$}G Z=,C:Y ~m;7a^yKJ@ 3JJd2}^F+oC!5^&_H)E~99wBk}$@ (rz'?c2^LYLywQ`62>,Z|Th-G4So8r.@2F?W^utX7MpcT]/XkA-CS7 EDC&ilI]*cBe|#4h9ilkA3v3e_d:xYDKme WPY/~ }Q69lh pbe<b'k>OXz.1:Ma+*7d!R?Nz[&<~$czI8a| ;PhWo7 0^ Qj~@ gyirQN_?[4-x#4@jy6saH@[+2/jX#mPi,20-v+}(ZCHAl?9NBX;cTS'7TFo?r?J Rka,*Mq9:4p{Ghn4TQ.3bu/HY>)zbpwm+qF3ox\I >G1u-Hv9PE%Y,=W[);el{ V 3IqdnD] @2UD$mR.KDt(#ZYlOJn~,aC' ~m/M}p*s gU3%O~20ujN'U$ 8<-/y&@sA\U/['F=!- v g+]g`& U=&|{oVj-'w:l"T%\h.* it* X `s[_)Y-h[v.(-Pz:FUn#7*&e*n" QxtG2%$QYibM=m5n}9F^Y9m7uR;0y5T( I YG @ DO% O&()/D]Fc` co]I ?IxCio%,v| CP)3zI3.-q?U z3 C + +:k>!s51H 7[xX21+cq{A )xI OD *?+>,>YKR)qQ7a&G 4y]59Q s * |6@vm$U35?fUv}qCjIkWLIRWmST'1bsDx>')V6Yg~lrh(Y #L-4s>F:B % V " o z  &n?%u~RX=Hm$8wo-c0PRL9 _e+l4$>C#oQm0.BvMl<q%{]ISW:v[ l  h % W } X8XMM,piNq+Eu1Mwj=WK7c>s2=hT5nD,z|EZJ,\RORKk:$C| T^  = i 'iwaUf<N3facUV\Cctx/]8@(}*?Cou(TaX(JQu%/}-j VV[o?{aT qU9 7 V v ZW 30 9|RYE>rjGW+KgiG6GY7 b(*epc(Y+6zGr;v8LI q ; Q r  *}w"(`ScAw D:eYB!Y<:uHf3VJ"_ZqC[(%I$D* G^`!Z<(YZ9pGa`F@~ha|$^ 8a G?;B `pxza=p+}S3 =H2JaoD4c@'gNCE'~x>q?fbhD\pA2C,s$GHay]u"kK P 3'8 >{c +42b?OH_d^uo ^ kE#PW>l FA::w52E0<OHS( y/<BbghS(+].D3!UVMHi%ry!Y%Ph k Vdvz:#Hg4  ?@ Y) i xA&B;kea:v7 A{$./'G]TCP<6C\$_PU'nmYB!$M`4 A u xz?TRBc  N` Z ~@)"zU){+x-0qK{ \ ' i fG6MN ~[CsI pR;?+c E$=Iv74%Sjjh=T!$0sP~7E%|y` x -oO9*"y,o]N+} -  4( ,,V9^!_n= #L : "<Qf+q0P,>]H?a6sfJ2e ($krKRe  =}  lbqZp@y w ;Ji1j'"ZkH:n* Q4eP6w iF!?d3S4S$`E>}0vUS@]f^0QkU8( Y  j3b> %M#  M < & M  >WHkTP[=sg y W Tz :Z E`8 LU Z1jQD7l,gcFU0   U [ LL-[ 3@?/4DL fdD`P)Ub9T@sxna j t ?1 U^>V[z._8n Xqt(t>Z^#FJL-Qk=A^:U:.R O  1 @ LIwZaK J 1'DE ue  E }U-q ,Uq$` ~$W{ZrcO-2A oW U;W_V 1 b 3ah D (r#f+JbOB*W3yg% Q] N sm a @ K + K C <}$U H?Z8^6 ';XM r1=QP]<5lqz uXgBX47  z kHV:3^IA\tH\a1 <& 9?Xe l We > # 0 ;u&oCK%G:Vnh j |pSr  D yE3GbfNKmNnk?H_Xk%!VRBAaUN"I'5  S  BcB: } Nxy Q3{s^D/R4QWBOC " |a H 8 03 ,4s2|) qxA=l=jbtj6dH*>%o{qM|gwx&\: ps W* F^n?;*c   ;! .h%rg S8%QqW7 Ur3]}AL]~r$5@[~u9kN% V)  / ^ PSd'B n V4X$*JcUMHADy#RI^:&Cce(J)cVNWP?M 2H] 0OoB. vY Hp> * @ *gG+ DI^khl_ 4&MPxv p9 M ] + @ qKs6O]MgO[ B jtZAfr_h%2q @ ^5W|MR()%tbD~9Ea I E= g| U X'b 3x +" B`+P[9bc a ' teJ1xH 3;a5.0h%` gR)j.~?@n(qD  9&: THMF :  Q Og45l`Z:3:*Q p:%E 4 ] W  '*  w ? f +I8E |3/]N g+{Tt+<1 >}  V0 Q8  b=nIZr4zEn>VU~}xgqO~o&!< OZz /^/r95w 0".Z=YC9B2~kc0gKF.  D&YP<|>q E&Z5dF4"ia Y]kJr~T +""s6$ \^X+b:- Y|)JuJEaMrB B4t>vyD%{ $  O$kj,< x Hu6Y8w.d .`Xq\m8uSYEg2 m\3Z7{'W 4K (2 PP  > 96#Jy'cimU<C4<<y *f( 9c#+  ; blS InMw],eBj^!FA I@eM#+*y uB4m$G$; y6/?F22 ) )P W T|  v  # ,+h@,.="AZ2SZ\~K(M=7 eokj1#Qh2-{-<uab p#|Dmr W.}ksEPLU  x g    <*X #lo1s=TX5 0 SAdLed5]4fo 79j><SsG #K[WGQ]%.rI-_6q=oxLRK>t32H/'7b"&O@4 a =V im~  $  8 @ytZ8"NtPwV`Oak,?% [)D4o:! -*Ca3Y@L(jV'{Oj3#am_b 8<   :2 zN ]/B# Yl_&wJ d E&M $;}6ooEi txyN-i/xHR@9.at*= ' i qK|fr& q + p  NBCBU,"6>< V};'f W ec^ c 8 ~d=-@;DE)q=k&.cB U.%,d JO_*Tm\[@D8"r/}I D#B%5" q ?"?==&_=m%+jN[ :)a  %O{/ku tUy3 OOp%>%;APu,"[`aBDc.$Fb-8] Sy y, 8B)%?k}]yY<sJ pX-$?Zm Z+w k1_Zs z?@j.dm}jIYm{4|yAZ eXCIQ   "oiSr4")yvH-ON6FX +?_ocxFZX ` imKL P 53# ?VH1YHg+ %f _1 q 9O ?& j, a>1dZ|Tu4JlJ66~FL7ao%5b ;|H *L>e0&B): O1bG ,<pdH-qj I=+V u`?c  ` ? S . 3lE]. - E8YQ1#l~D%K Ag~4 ?]E]v:"F0aG@h7^}wN`?-1&8 3qeq"x ) n 1tVK S w6De>c 9W-v4lvp#Ih_W2 (=Y#rI`rO,'@*kG+ZS2j_Y$ \@n G  gE A GdYbBU2qC.& WJ J  Y:ruQ)hdHk+0c>d#iTtMa[/ tAm{cO%up TUE5G^ R  ; '= kW-eHFQ;%Og 0 | &| g}B$d-("  6KO:@%<`0q|lb. ]1S0SWf2v$B~(IE~ZE R*Jt6 [/-W^@a K]uW  ?. K }stP:*f^/ zUGF}#gca%pE@6h`|N<eN!>Qnlz_ W*,7<( & h) euo5g~9jrASa]Fpg?d a 'Iv'@C?Mw8stKUrIigy~ { Aq]:9* Eo MLt@H<CIup`F|*3~_ puogE *c-t9I:F B  V] M d|hkZ  \ygn%ST5J-~8A?MSr5.|gm-D.ANA)^fyC9N]W:s_il=xcF  -|   %g'mF'`qvZP`$Z)7S7b]1" +3@rm'lxZT_"]9}p5J*f!ip9`ZTT7;lbBfF6  0 ("uk n T '7 )HfY]C~U^H%!?;xod l-(+U=X%|q1{LjP#@*R \Wg8:o)K>S;/@ ' ` b 6 L5s]U  9 +}*PI~+W wF1=&eeXoVv;.-AZ=U37f%mW&[)_'X'{0)o] > hG i'@?i\\8*juC-M ] ]q '  |3 =w <s^)sN '|Qe U 2c.{RcN<JE&a_M Hq^ )~]x,;f d^-$~& >@ _IQaF|:'xRN5^bh~q{>: tZ )Y - u  UpH*g|3{WKMq~9d|Ig}MCDjF%z btJj4W>'T!uGq_.WH(;`7)2?|Ln;]Qk ^ T D= J > 9V-Kv9?Dh7u% r7#9:*)*r%U' 6:fzy?S :(myRftm^6+1z*Y'R z*Tb : ?? l UpkJSCq`  ]jWfrKx?\2=34qdhogj0tk L7IfKS9J >E E `` BKJW"e fD 8 eU<8+3t^xn'!$wM3}=\%*!qu2P/1dA[\x4W`ymxYS'Spx/Mo&^e?Qqr%`*B6Z-j!t c Y ! a M # '> =ALm5}^S LKUx;F;CEw u$x"md;H )0RpmlP?x&JCFla~HVJx5"v'8A{c& m{yO9  J Ba)vzD<]rQ9k8p <6;>u(: ,C6^B7j#$B} et [/sw[Xs G l  -o 3 yv x\ l gXld4)\ccH~lM|+[9Q7;{WH<GN{^g)b'HP} pk Mn! qe#xME\{x`O =  a<{K3 ;. i<SxGIb:JZS\M qJ0P"h -&)HjsDk+" a RXB87H1Ie, h5gL  | Di VGzMW;6C~aXj-H[c [ : -  D0 MlCN}r5"} Eu'\P2I.D.KQ$ .\U-jsIg3t` |irBxMn V(3}<!SBRG^BRJ|[  f 2 x 1 Sd](rJX&M=&|z0EOg?e%u;L |6KWQ=ANhHP*;y&43(qjx;p,rs"AS^!)FT-V Y  >MaiD;/J|a`f_)Q2';j7fu t6%GWe(:yPD&c0znkk$OhyED xj!0cR0|=Fv;d6Pn R . p&B/AQ(C'I[?mG.?iMct+"W0"C\YqfO4rNn a U "J8Heu|S'<1]~+v eS0X_#~ ]@5N13K : ' ) 2z y   y~NhC0pEg|*+FXdiYCOYXa/EYBJ:"i[~%`j*qWjM7! r@S]~.*<=5 } mQ z ;2  k + $ qVu?NWnhCho!#eH]p]|8~A]a[KF%JSOGTYpNn-5D7!;~9&Cq}:p0 5 Q p I  @3/t HswQ%4hU'n~C0~T &N-qvvo57Vs'w>J D -O'm/9W"_E"UmnW;8KRrB @%L] F d y=Q) 8dQbiVGcrgU4#B=:HQ {m\Nuw]H0aP6hP63y5Uai`9z ~ -+ll 7WEaL] eb " #V ; ; ;  x`3B idzGE)HX-$'L7 #|8`Xr@N0@o^MYT/n%s2t5[ \ [fT7-o"& ! DQ    t] F V* 9eU *IwD-k;V%I< JP!:=r S%3V4j_MY9 HZmp>~Ud !o  F` P$e36:` w&$^:a25 $ "* Q~( wf0w5+"kTT0#M_aBV)^%;Ba2q v/Swws*W.~!::3ji9D@-}Jdn0tV wCv$^*Y(TDjii=4oxO`. 3{ =    : e zEZ5<_GmljjJyu:Yg*R0#&upY FCR'l%3;Rz_!'=O4[6>sl<kD !FM jy~;h_e)^- qmz N  " 8 =\!"B96fP2p3 ~ JS I\ GIr2gdI8T15*FQkv?M# Gtd 3|So>Ne,hR_ (XL_GCjR{:9s = >|v9Jerz>rZ, fu"C p RlXQz. HFR+)lwsa3'vIFIV_iE~r[+Ioz3s7PJ%_O  V ;  J /H/#p>0"7xS # PbC0~ _TS`X]K{W ImZK9\270*wF7>cX%-0E,Wl4MR7>dyM9E/oIaaBn9v?yinS_ R  {' e c  B^ |9>DfRIgJ'}~qgQ+pZ_+pP9brX6OPuRrX*9y:s;o*S5%Jsx `   X0P;`@JnhU 9c:x%Hz= ]+ (r?-xZs5O<`J4Ah?hh>A|X0aw,}uH"!8=It4l/L:z6=%J- G ' / $ 7uHC<eY "p^ApIN5`U jC1F`bX\Fn8#= ;;X`v!K<@Nq$,M3?,vn (i e  m  U 5bwxb%cUM~^h*`5=G4&yO1Q=UM{V1CZnNC: F=Z%O3{:`x9 b aowd%~ HG  ~ 5"G g,q&jzpn5Iy^;1*@ F 6L  *- E h+&5BN4beOc`Z8,0p=YMRpx47i]Q8f0iR(qodmQoW nP^/ [WcC#<$72T  q  _ !D;l4_Uk,b=s; 0Xx_ L:1$#& ]g#E>uUKmY0pF!&2zY/Md/WG<dWJT@LvN/)J(a9U),#Uc j ] L R  tM .Yo   iQb2+fY-^ D3)D.Tg$_3E3>/b")|k+f5G2p" 1r4X4 b *nf#/w 9 #  c,  2 1= -h CB {k ; mgWrxZd<8s k`)Vj) bg}A7]4l%'F'K RGr/M ?w[g<+I0ZP{qa+/6 dk  bi snLL,[Jc[&^L"mHX*E[=I+!'w{M>aG>~FGra?(<,^@*8 %=9 / pW4#g[|E[((afUT|F6iMwFS : N X [ Q <  wc)$5MT?3ckz+0(5wV9D'8Z+55Cf091ML|mzk}S?h=nVT,Z:j03aM?T@=q,>K*LWKx ? @ q}_ r i gJb8Vh},E] }ut`E@BG][arWOwM!T)b$qSMOXqfP&]F {?oBDe1@'sJRc t Gb- &b,  rD ~I1c:-PBq_K+4-8j~6$S;?nq]`ly"'F' NWZz 8t0}Fo5F>R *8Qt+   Z \ ]+ ( b!]0`S>VqM9nzXGgQM=h=; xKFfEFFbZnaas1&iG}2Af9gnP1JA\ LmT7 0 j8WGx8j' XDDq%Z>] 6K"(\%   D J 5 Tdv B dbr`TL5UWj;^%}VkakiFvo6.' ()F,, u+-`(u.;teP2|o-F3MXd(zV`9G%LOTw~)r>E9Y>4PdEpZiRC+7bn>z"-~BySSc!Zj8 q9E:?:dX-*}j X3+/$Pfa r+  Ja^ wu c u?$h}(!mQ n<(_/ W}`7G: VL5"2&t )g C&V>&':AGcV8%54@-(7?pWUl:d~Wrt<sncDqUt%I?B?Q&aF.t|'Qx_kk3y :W/;Y$-Zl7[I9 _p6Zq9m!R    Zk zuvmQW V.Og[5&g)4 m M E>pMZ(UsUF})~Kx94sx:EQu)9E+yX9r0OB0KxfgS*yjH_2"~d   vx c +yPgjW-YxLXmdRB9y8hH az{bnkSxc-<&[4R;i 9Grta X!  T ` Bm8s93  T_   n-qbM _`'gHcOu%{6"8uJB 6=3QdhS6a Q>.=wp4 a U( 3 w @   !  K Bx - > I Z/op`0p+Glz% 6HmvifJ%lyA, `do)+u&_++ zu_Hin:VJCxP^HNSef9UhI Z a > 8]8  e>-: _Q4\O N.18x\pJ/W :s@1aFd j"?|f%>O &ngbxS#pl|Fo qUv[PWe 0sz  9TI"#x #ABVy\9]vS.lSqS A!e5msCxTA~>zNI;-~/W!F.Ko#A"eptN 3aKY'CZ3.`w<)Uhr/?NG|:<Q H@ z?9 ED]l<vB\l;^LI[lasXUPU _ WqqDnO6S2@FiW\PgGJ4kZ  O, oUY^3AOE+frH-\xfOU(DbtI|%cK=1l!uZ5/;7k1qV$C&L*A{ha p  V u < kQi q7Y-_e k`% m O Y& > & y3wO)#i=h r0Ig2\M_(mBV{hKds!947o{r>rU YC y4r!!Xf) k 0\ * V i  |.S>/sDV7jJ!ML zNHPlr4f"QASCp? Uyj @HLXt$U[aD   Y E x T S A  = $ h O0m>b`[ [+zu; 4\/`@vMQHT l ](Pbj\>ac%\I- Y %g \F, vL  w Vs!  * W  w lHf>3XIl6@ -A7"n{2j)[pWks^;W 6 p7C1(A_rKag04"5}N{7r}  ` L# R$ c'2s x ^:_PD0 !wQF%yC2FAoD/}P\6_9_AXmc)xrsOR}TFu_(bBdwYN=hjVgN#>Z W? K o$sP{Wzz5X.OUC/ P@.O= p%mq#[9(oKpSl x*;o[4l/=JJ {|WS) $K,FE}'RjT24h =+ ^@i/}b/9cK  5  { n D   s -  TD$4dj3cV"5zONTC,`_>ds$R??ws-C0,I8 _yYp_=nPOI |!{;~06U P U 5[ " n_-#K+j  *d Hn7.eTr5="=gdC~+a|~$#>1pc[N_PN(.  6 4xL @^l+|rt N P %N ? Q @ D  J \C r  "w a}Ei_sQ2BZUJTB4Tyw $ g='% bri __K[6UG-*h\Vj5Z2+x]L jm]B_+6!C8bC(Z$FgHztJ_m2sv,P]xra:1\,o f~9*qv!Try D;*Ec%Ox`EQn(XClpbr=/+IL!%nb$0( Q_#~ ~ @ a{1g*g\K(1_f2Xd9FT_2_Y(,BR 7o?Nj5|%v3qn1V(3}Mf''+Kz0G)qBM3NGZG~Y;w$K%mT'RKilw +i\ J Au < Q 6 -s  c  1   y @ > ;kab6QByr=hI=7QpS.<A>C1&V+ fj0V|qrvNWY'~I|T'qa -\p   R 6_,9J9+H1iqGYC6&-w.#^SiHnj!   9*= #lEn  . uag:d rb#j   Qi l[ l_XMt USQ sF "d_mi MjG .zQln]iwqVjl3%J7VJ0.s% Jt25I r1 VLd m8  S p OzZz  )xp Dxa%_Z"RxE, X]Nc bkxfan|kd h~ hLJh*wtrMb\q sLt|&'  &   n`|R!$ 4 J>&^7f!   Z D\i6M~NcH VEy HkD+ ^ 9 U k3KU Y Vy 9 EvN c a* c0 F.qQ_zA/Zn(GAPO;Pw# E+ ~ . H #Kx7QY #;bQNDZ =}3ya_u_'7m` r [NO^eB*uy= 50Gw#A99w dz{  V 5 YJhf"e/0N,ZUy29H^:4! F- &\GTH:ty|}w0Z54 XP:4 E Po   *% .ni* 6sl${ M _ H5%j UWf1 c vq6O,.xwIazOEH @kj7R_B\zPi)Bs 4o p GVm ; n>  r ^y \ 53fV!%Qm TV=   M % 4;  "_ '= b<A   'mup61FC"FPpBkuZ0pz6E&z=Z=A!A5V?mIbB&7!iu Ee3W  o C>d" ! >z !S" H j 1gyV  Ucx , b{ V@A<.'u M w}5/w , j48g!E c;xRMM]gmFU%]|COE}}G fP"' %[ - 9e >C_" >K &x r_ c u x gS [n Y^R;[; R { qlB\|_2 m=G> m  al8 Gu b*IWX>@, aI a KZ ~a`prvKF8 2oW" #f |: 'Ud<'L4p\mwy$Tv~{6u0UUIt* o 3 Q_8 ^ O h nOy% qG VV0C9{N7$1 M+ Cq K]Y} t+W8zed>z>I;dM 3EYvL/JRf  J u: M wIe7Y24Y'_( U  V%|ay  # O | dVU^ !Y $j-u7 v _e`=8x]nb u?\ov\ X): )1 lb z Y   f<J7 ^0h?I{_-]+ClS 4 >,= tlr6Q< P R a?kUar!J, _g ; =MuQ )k rQ/ d ;& } m/ < QmX 5!=$CQK<[AK T#7Eh"d'M9  y D . E/D}$tS! n ~  Z ,J"yF^9=)x#V-U>(Qgw8PD6 i v ~V O ` U Y <  A &  <^ w[A9/4Z +0 *' {ydi xI3A 1OqL6*! -S*z Zm TDg0`X{r[;eEx# R9q`5\9%DK+7S g6*}Y/~^LE;), Y~ o oe= d P2 i yrB^  ` X Bd # %0hZx.[ev S ~Y=i fyN t x|T k ! !r$c! ;uoswK0 Rq==i;`U ~ifS3bPE HG !_|a <  " 4 i*[ ? j^ @] Zs.1:n  % ~, df*l2. B `,4 R} c8P <7Y8z RbiY_ ; ",Gsm ,faG`EZX71/E-@H {r*  |W>' 5 b&yR8dQ'jVD4|m( `&G5Svb}I 8 kv 7 7   $Hp@  1  l?P i |CdI- BQ  I>  j' j54@dS*1w 8Q}K Jt7l4#9 uR s F 1<UE{ {W2]p eev_+2 5%  I  ` k , t$ F s  : | '  ,  f  d  4t @$_Y  zuxTh?(ZB4A)U{Xo;H3ReP[7.KVQ+ +q/4n rrHu\R1r.y#U6'kM $ zl  Ay  2 k  rx * B' 96O \ v  L  V 9TK[42 vHC}o(LEZBB<G-Qo ?Ez H}vj&j  :l4nh5~B ; Bq|5j;p12 i E T(z@ht#0aLvAs#w m Kw 6I l o q |1s]9,1pE1wvnYyL4"WK/A3(GN l %   4 fg m XH  ?kJG])A@[@k=bB_^1BH4k^YG !Q - s s q XXT ;J  J9 0 hkD8Tl<,c/_62a W wa7Md}Dhm}-OVB1|Z, I $ Rg~ b k ap@Ay;1j`nG:])KT&T8bu>=y b L s" > j G= ` N \] $ {QLxD\7w}V v ^ n+ T ZQ 4 Td I5F:?!y#j_|j/6_dJG_tF2ZVEz0f!7Y5"R4-MaH4D_)%6p <u  -<  Z rl 7 N H -   : b Nvn~d,fA}t9&I=6`IXRpRLP;uIuiWX[H9nF@6hyxg8Pk0Y]N1m@4iwCblL~~<D!A] * - j  X  E  "  M    L S$ E C/wSNiv:j4S5 ae~ "O"T!Q"4-y%3pw" F31] E j { T _U0&8$8  & :H /o   q   n S W} SBgj  hUA ubK<h fQ]dZ/=9;.#hA JcUWC^:Xx7dLn>6C$j_"yb@IEvK @ r + [ `  {7vd y=q(;a&0l:@<,N CW$T s ) k vg6  \yCrXn)g{r;T~H)=7&A {2'i-Z=1W#/ l gB &M cFa 4 {IBgtR+U6UA^WSL`ch(( 5O2Y{H[;<r. # Z&#  ! : H c) I I s l s* ^ u ~ E" OD%^lk +3`GK  *jqR*ob_AvZYvSi_<#}k){m! Td\6R3r>z^q* O<b"B=/  ?qyr}"ueloMn,~/ykh_8- QOG!z|a S tM0QC *l<wF_!Wi .]\9% n;F|>t Bks ]j F 5 SWZ0w  ?   5  e F [CD|Yu`$r]#)Hd%p4cJ&_>  b;v Fol~bTv"L <|bu6_Ie '2OVb~LMHp1EqzSHjK(ju8_y/=0Oz.iW$m7$  k g fj&q| z <  |'mF|t $T= h[ qs OG;#z 9N(5nb{`]wa|M.P[x~W 5hcu  V b   }L  )*xgaRd<HM@ Qhkge<0`8kCBoT d}W > o1 n 8Xj  " IW(:F CD(cD@IVG0}!o)> {QC^hfT3Tv1V#p>W(CF?uIG$ >eG?d^65(42e ,4 &HL(}?  1  w 4r CFqk 7 K F LZk<]DY7w*F # # s2 3K=`_Z<j %Q0G// gxugsac1+T8KV?#P G0f!3@ g <*KP+9pgdO\dMXvIF[ 9  ! z`sxcn       R  %. >K X| { a"})#s  \eV5`3"gWZe:vICeFlZ]1"A6Q"HZ TZ>@(&7T&S;:|y6dcg't,{0AFdJ b N ]bx  ) 8 T- g5p& 6 :W.qCXlq}""X FBURCK22QXM0gLOT!aF&|QB')l?f:/t xz b^h<JYP(1M=+_'q|?[*C (  x2\ 'l`L[JO7Vv,1]B0,Nss}6p4n~/@Ct?G8G |.Wc-? 5]PW\mg(*L0dN8` 1J{(DiXozA=]'=0 h V ,R %u tXjt %T O*YDqr 7Cuf*;,*03{aGVygDfT"A97:VW,SoAhP>T\UaIS?T95+o iW C " j t [ L'96f.w45?ivYfs6?)[u@TPHh_s<p,w,6;|>ASG&SOc.%>Lt~D#W %Cgi{J5{UUH* 8 > O S 0l4  j !  ( K K   ! )_ k gI z  LM-BiWuS{Q]U>pp/<=?B9{d;B4oD}U|27.!if ~3 q #-6y1{b\o[B }-%%9' G    n I  {  dEDa)v a  {ie8&<0xpXLl~oVNDua*Q A:{n%e9 V,1iyuH<U4gP&sv+>:~j/9XGp) ;nOp|Xcx mU`7C!O  x[L^M3gK] #")4'8a1V ddrtX/)K ;]%'3s^jY}^\5&zI 7>L w  e [V]'Yl`'/Gs:nlFU@wG57'/J 1 I 1  DR E) < 1f d4 ZGk]Amq \&cfoui\M C<YKA(TKsUGn,E`C}Yd025Zj_ V|9^xUunxdA3s%J.&1*/M#(BYI7$hcb6nMxh1  Pu 9> "qvr \Bl=ub^Q:5I'v5  Eb,gp$x8 5g 5 [g}0/;I]WSf hvT=<[sljjnCFbh  fNb /t  Nq 9 j  n40 3 v   WK`U`@rf/ 1 >i:4_+9kujm!IbO#{_| }5K\%X-^x_ *|v+U e_#'YqyMe2r5l^  g D _i &    4T:b3}DKW ?$qa {g!P\DfRSX\ISj60s-Pz`u29fVVSD ;N$#m\en@c@7>[fe6 J?a0UZ$;gV21\ugOf;yR?bH}:$kj[B-DL1I^>%ORbMFK9 lP$+Hmfj?  `l 6$ d9 &&   AUik @oSzxY+'dyhL3k\X?hZ+miaw* ) m< K # (> @ - [\`jmXJzO 3&%42Sg[D  7QE4jx@=>QMWyAD>j  )QHXTwlFR~ZJZ2,LYIR+*7&Ga<(4L&pS[' ; w | 2y\UxV8a~JLah@v|B6m[w6jF} WIhvht"<>-xj@BD9YpILBqN@Ov^d+ #/-yfw300/ O  )^o'^4MOv wA  0 t +  AKrG74^NM\f2HOIWhTVDww[P|g~eK$zi~U{#=UX ([j>vq8^GweW(gfh&KU>%0R|'MDkjH0o_vN7!6qw CBb *4=Y#>S&7jDa u[;BK& k0-8Ouxc5J2sTQS.$B`zw!483VPSfotn _._=y>CBrS_  l Q o \> H z  YiQK5~<;i)<NAu8FC8U#eAl^=o@A|V6OX3DN l\A=_mu}cLN6m'F:bddbhAN ' M -ZFd9dC';W]8`r6d8(8\-/rc4$eVHE=Q63 c O{ikT]G~ :D(fY\yD=C-G1GABk:$ .9,D O$`(=eY<T9vs3PeX]>5)=o+8>n]NI(?pT X&rA>" !S8  V + O ^1 U) D)[\Cb;{M@0'3Twh]<8;W<g|VyinG @b2wu^L   " noCKmP.wvFIu$O'`yutr! :@  a D  S - m+ +H ]=  29{q<Ed 5L:}*^Jl9V;WlL>ldD-@=_0 +.DwmjmK jMRu4cwU9Ml#gxPb}i(I{al'6 h.]3l#_rb0V.'} <s Dl_G.Ao0hL+%O nL/$#EI}`jE e1ISF9K4  &  y[ 33 xdeq-hHTAj"?,FJ7&s[xCsWZLH:HPKn(8pylpgD-zZEvYeBYD)p6U+Pm\n [ y DpQHG p  q 0U>H<  ^P 8 Ng\(.?UB]kyzpA~~Lm } 1 Qea#3 BBz,%z ILIRNq,`Ip M (s%;h0X e9v3* Hnt{n (F9cZv5 {F qRF F Qxa*-_? k1 -*w =q2:Lw)E! D   ^6 n &+7H1=By5@F OI:T<4IQw JWVemP?Z]wyfup&!rzt3)3;p0C!X+n'<j}`AJ h ] P { F $"~? p Sf %\2l}kQWWCUTA_q<5CY0522/`4"qw +(Q(IO+HDuv7Mfw 16"tAYt-3H`  I  P S8 Sa  :qJU[eA}\| <v}EhbwP4U XJyAdz zj17#$+UPl~=w6K+ Y*A `  V  9 32A_/~|~ DT!:tUT(8|l):C<{L%Z4 w @Gb7t*KOdn*1izA0-x#'A`uT:+Na<3T;  < & `Ez&7&Z5RlG@ u KVn=/" 2$A)Dnh[BnH~Ojn7|HY\ L}*W/#V65 /{;@H CDT<{f6:L]L%>ihK/- k-  J z}{'n[yH5p4Wv_Mo$+EPc)#;7h}NcR1Rp]kH9b Km!IvJ,L?x+`NFJovo ~)Gp *6 qd 5* Yl  LC l<Yjg}hC/3td4.0N?hc?Xd4s?H  E n +N c  $ u ' Q Kj'#]!W!T?Qe20r&3p9@-gm<e$qtMZO7!whm~O)g7<y</*"1VlYnz3+q7?5.b_"  F ZM aW;2{Ms; I ^+$v<I88UIA_v6wiZB ?%><;F_Ep)~g7Bq&-N3$CX/rE(LMJl@v8Z?f#JRId Y._T  ~@~-W|o :X#Y;zl|4~,w/5?;<E)J?8%^}s2FfBW/4i&N8:|k 1 \  v KB &u^:H"et  + YZ ] 2tr$m^1cRh$:e.X&/Id_!m+`!A}/DN8a44GL* 0 fi5b )C:z rF >x LRTfKAKio-!+JPIqfK p6An,/PR/:P)Lmf3Kasy1+$ 3V%5jb_x@E )p#}Zy"c`f13Mag[O,o%~O|X!G:xy7tvyySLOx  #m_(F Ku6Am. cwDhA[] 2,w|th-BHp-[ BTBtw{2pS&:C\)/Y9?n(;?>HzW@V#`@4E2YhhWzrz`Qm^9Zz  #||Oar5pa{IRY| s@x!C : t*p L@ '%f!(/[ne8gmB\>r%4,"(fv3M?):/avOX}H 4o=gf cXdNh6TD< _ab6?!RoN!io 5?|^KG`29!7* g$GTNEQkh?s?_sXlFD$?J86G9TtZN84pmKVqS39zr 29Wi00#oEMQ1IBR n v)w?`/mw:n"zGmu?k1`aQ@v *  >q"Pi13c* Qf!GEF'fGx3%=6&+#RO&o&T,dfZB/IH^;CU0ZelA9MH-Wj2: YD"iXcSk~/7 ~zG?QAe @ . 8F 9PDo{}ragD=/<)5C(d7 TA;f'Z@'e{Q@%rs~}wE{m{YC)gxOQ`1g7.*gtf__C_D74u~Bd +RfY<jcs o 4mh`f7?brj% O F  xx[7R}/Zm4sF1Lm1a&;V k_3gU=s;Z EYGai{o=1~ aZ+)z1.JpCNEaae1a}&z[V_aN? Uy[D\/_I]\e"xD*P''c>oIKruLz?sJNWEe"yZ,U=p=5\ YBElU m q ]  x K>rXT`P/0B 0Vjz*J^(u fbYMfP.LibCLCW%k+7scCPQ*D O<3] `%$4XxgBUarbHcq[_Vb#( pk[?^>GJQaM``i1j\<U=OIP4*_ $G7XNmYc20x9)hnd]!S\xkG/{ Q 2 +jsi>U 'dXw! BnEN9L!by|X#5KTRjJ5UYP W!nv|\cFdS+9u S^h fr`XTDL;zNRnV=bG5Ba 0 7oxw .5I*jB@T:X5tk @@IGB~L.>KK"k#q~$?}}DTqAc y\A.~GbWV }d$7^^- &@  ^ X  J>r?( }.fS?~,c :}[vO>P@ $zp&!~lUk Pv-bHJZ 'z9i D=*/!i r  ea^kB+=wU/|c\C}Mv{5ak/PM5hv)MI.%Mm~>sXw(MZ YkNbP(fo >+JbY x\ $A^:`gwA]^%5U0<2?I$*sx8 fvT) ~ '5'Dx&7*.;w:VWt)g,->|    T } y0Q% X'zkuiyxD,F,_7MP]\>7hJftBsR3| ETVcF?v IU\53ySadKV,@"V/EcAa|\nQd!)49O*z~T=\utG%WeG9%`vrcAnO2;j!mC {'ki_v1l+ vX"kH UR'fV<h%9.GwlPd]g[_7Z5Bv#7fU0!E}S ]K]ZG ) u  J 4oX)>3I"$]n7PUw1+U?ubmVw O>YSJ!7@nsX >fnNbYef_to-@GgcT<;j4mADvDF7}hh5(vv_'zu21f*Pj;J~]P=!`Y q`*7! ;&Tx(Z2JNSr^S8Cm2SxP7 k2(&}:W>-M* LdDtn+et(XslGQig.>lhxLFCK_H30m Tdzot:jUSxr#v,(?.*89p %b b k7:8OD rcU215DfB6|2ahN<`0JY>7T#:%nyJu{YNlaI `u)#L4_n>q:_&abZl+z -yE' zzkqb!Nt7n|v R8Bs58PV|K[ml7c#X /T.m}-O<AIO[/~MC`hBM.A @AT:%{/?pFMf+T( $I3%[ *h ,ZGoXm?zB of^Q3:h"_e)F\PI h{\j.4t<|r}:dpHYUuJ{\XKQh[w 4ii   % ix:V0a!oe#BgHVpGu]e!"[?9.;83OSV-*O%30jl6}0ikx?Ka0hTmyD)dL?xCIwi c%Ib-=QHF5[ps)FJT%fIg ^`bCFrkG&Ya("6j `R X"<; N{&Y]\ ]AaCh!:?m960p$K l:Esw-3w8!\++1g' C04]/8hyN~+$!&"lUiZd].j3h hmD1*}1e9oQ'.v:r;O< h :FT"<QK_)dwXs \<+Q|7.y^+L`sH#x0FIK`|rsV5x6%-/T* oJ$3}7MLmsY!-`tOn,*{~~{AtXTZ&I %mu S*ZPB"-GMrH ?U{Zo>J >@nP:>':o0he%zd*-mtr8?Zv2D&93&#1,{@(@ T\3 s{/R,^<3w726z,_OjY_.c5 4ntqCLA gp0T!N<SB6\,2RAvEw}|pot.wCFd^'^tG$Q3GO*hr QUl{%=13#mUUBXaRA2:<V)o~lF@"%+vHKaUNKwz)RlWuUD|;NHg{DuJUdoW4 ; mo#8C?E7Kz~W -[G`c:If{VD~+CBCxl[q3|6Lp[vboO QK  b. ( v  J 1 < W#HMx/I1;hv ^ Ob,`M60?]QP9Gg].dfjCn&ED =b m E?.8k;C:N}l$ZZ I7fNPl2N,2a8FkSA8m!we_I/^T'k1{Yg<!M"{]` {zR# \Z3c}Q_Bk~e!cW4 -@2 O3,[GS " CN]O"= x,3h le Tl_{f>@~t xv l O   w!  CHy24 f ~ t 79  &AUWxCSY_@y0@.3 ! ^}ZqEW!)zoe8$r|BWCW' fP g^i,JF3ijkO3%`1^FEQ , I B j% m 8m&xF{a[9yYCTI|V"^DV B]$ Q Vt,jM.UY@!]!''?mBjuV_O0q8ELMS*h:   v s ;F  k  E( .f Y #A* Z<fl O O. G8  ,' v! & * LeS?.Ac6U[s; &|*?uc95~ur :L 050.e$)Vn FkzMiFh)1RY c[d AwU1.LQ~wem6bm6C|@= 1X : 0f JP~ L L hwLKM70JzJEW"7{^ n} xg([9 76#N2 4 X- %pW;!qG ug po_g l@QLg~b4tO>_q WJWMtg ~!. "4KUV 5Yi] nc' R=?QF`_U:AkF{U)%TcK WBCE O@j1: Cn/ew,sa}YrP  =# 36 dj (m- - # /I !r(  M  'M>r5 j 5  +  q}P "< @ 2 S  CG $~s; ./sJvc 6 \ J`@TWI`R9 V F+G`nSStRmfglpW]8wa7P$z2MAg' x}uAcrcC 'nKhJl+ 1g |g$ 1q`> Nfy)s ] $ Ee{ Gym/exr |N7 "WtKSyw1-A0WgtgZ T LC  a  *n k[ | \ : >e  L h  q    ` o S am > d { N ich > 0W3Q @:zWdD1Xq]U  %Kq]#vPFCQh&eEXt!"d>G#pfzW*  h l `W TiOCy!bSX` a ~ "m T}f 7< k)k"v-<EGoyTSt#Iwd@tTe*QCHtVlDkE${=gt7VcU | p "8nDliVx  D [ w  2  ] v DhB :42 {'WQW y p]  dL=  " mJ 5   <[ 2 &K"N\0]`Ct=@[(4HIV1!zt*{<yO/h!{DNe#, 1_iQDu57 io  X ;)O*<CaQ ]7 j !M\66 ~    ;ToCm8kj hd1Gx   O" }$n:.3>q ld /~ f485 q 3 & lz mH >r  gv 9E  ]  G )v  5# Z $   B o HK B S QDJ*  [ '=#U3"/*.G N#Ja3\&^*U#!bl3)~S?hBjs=@-hJV_ j $ 4 c   FT48dJY] %>K_   | ~cRO] 3O, hs.tz&w2#3vV   Pies@ah"T/gd`z$U n }a a  , YR {k3 A g w i D5rd' _ E X v yx ;q93#4 g  P #jXM| ^]^oU)VI_elf6m# gk96}rz*$d%4 &` Y` d4 S1.d-P s n . / U  q+`f^uY lb  Km{4! a W ^ 5I :i!^kkJ1 6C x K'DfE5UO(~:f 8 > P  J l?ym[/ Z . ) V % "  7aK!<xye}VNfND](XS`$aP.V0!OAis' It< 37Yk> duq>BV,wGClSk~ ,t\(-VUx= `1_{Q/Hn@ G ]L f V acM3|Z  (%2<B<_  8 e ~n;k bX\$T)X6dxL1"Y4 X , y { e v o kWS ;{   g QmN t I x  A=  .  zA [7 9   7YQ\Ia571> nt ]c}:La)-T<4&x?H3[}VrGj\h G ?"H  3 `o e !^ FzG e [7Vj%~QktIKq  w 8 <?'5AVSeeo` z z b ; 0+/N <D 2M m\e:K{)h{BVDsU" Z> .M= Xv g b h8 z ^u pV5\6# \)0cO2lp:z\. # S I 6 H<CD, P L A}  ] 9e?[,,L,L hx M   s ez -z>uS.Z! , r ~w q|#@cYF!eT.[ >cvR@)ram[3)4 6t;lRijG OioXNIKd $c V !AD ARE %.] 4 * Y; /   `8 d urJ~*  <R=t-G P% :q U"X '  y o ( A 9kTLK,zVG/} 0{$21   9+1l$, D    `  2  *   w  V l E y/TyY&H2UP:R.bn qigR;s#1m#utE-}i>9 N3Wkvg>l) .3[,mJg%<0;.| o< 9 LW 8 *G= ){ | y ~ ] n\-o!R.u(jyBC e "!:[F0n r o H : bwxp|(sD[mb   q   k \O t`!@b.ht7  Jy ? G n9*#HiRT :@&%p D^;F(a1 8k=0I `SB_~n!'e95_roz&c&( (;=yI\b6kpS|'xYOzo:dLW!; oF*qY6I]M_ U G 0 n ~.KbaZ 9 n e4wXoorRZ[hL4Dz.LW8 l /   mv $ 6(b e i V % M( 0 = rL 9 <w\0ZW*u/zV+-fv RO._7SDcZAQ- '-_*"-V?=HQ<g$9) W ta `a ~| ; i E& _ B*bq+_  Q  < 4 q: & WNq  kj^4. x 1 { 0 6V BP/} }CnM   kX'zLVz&5'^7   g u  X (Oxeo5LD l cyA 0   ! f a (W<-|\ & 7oYZN$7GRq&Z( b#<8;{#8~<l9 \yJY:;63U1J}[?G<_u1I>^va||: S$ tF9"q  O,HY<9" "/9 ni=O-$A T<DRis.*-mwuJkuZsx&YPkzk = i v b  _lqqvs1=1"h4uE \/=' YX7Vq :    n~B?,h; l a! *'q22{L~E }&6`EL@##$G6)7WL@y^P')*vh!w5w|n?&F&]dup F  t-=r=|+xf H b  r l2 5zF.   x  ? L * -6 ~4i4 n1 mJjwu  # g >  Y wh x8 W w Z=y!sC;(./ trwjCF4&`~UQD47>`oZ, /ZuR{X..=Uw)Ol^C 9 W >M g Fy3AtB$(" h D q $F8Q <bvRcT qH R K4F[v<<\AQ 6 qthU*&S.cD/l:@ D+^0F    :m,D  S h " .  jnCLp ] T p H1rf0t CS zu s  >  #vWnn=w#" @\n`/;a`*/'Te; s+\#l^T 5ded7ke DxnES#Vg@@pg / xA9]P  8  V  > F Z9  5 DW QV8,YPqmhDX@ "lz}4^&3" d c}[  R {   / : *' p  %A}mo=\ # = ! $  7QF11bjJk fxW)9=^3>p"&]&s|GW5H= h|bCr;[*q ! e H :3:YqQ~m(tGf1/\?Ee!`--k3/33`} ^k 5SxU?Sj&x ^ C k M\ ^ i d=.14 &`j' d < e G  }j}Yq     ' LBJ5y {# ]{]* _)O"&mP,nz7 ^-o: w8 x L  z > KP. J  e J    r3c4"E-m?k:g5In:=3ezW*R{C=BB2W yG  lF&{}=\Qvth+  L'Blq@WhfyO6vO" l o ]G_S  *> a U $ S C   B3Iz4  < s h }E U q ?b^%2{`[J RUYfJww8eKF(8(xrD4AM+J30?q II?kY`pJr(u1:rC4"8 0"#Cf'h2k&Lc %!QnA8)s`;-}$b\]F/X2*v`d%F$ |/X,uV]NA<&MW/ : :>k`e8 t t t /  i3 s r1 _b6i&?K5%jijBk SL*J#,)Cf#^m-3^NP$F\7:l%t )h p O -*%$By2bAAHnu~5"jW6/EuKa+^mxGlz^E~$%7)qpx!II; :RSK|*wHqi@Qb)^X1[{t5Na Pvqv l6y  N     ag m  D U 7[ +? ]     d  #  I Z ng+ Y* J @ nH ( r$|D}'kO+6-&!">.F)h pZPydE\LGga@CZ8%[/yX?>- aMJ  .t R|p9\]8Orx~a5B_a q S  l2 i- PXv^&w^-Ul~R-Bm~&lwUaf C"v<Kqhgyg)Wp2ROvV?[' !^W}x< ^ ;-m-_ f[_0kp_I1,ad1HbC 3 ehybV2T+14nYSYGhOI~gMeBNNK\S#.7^O4]t6=_yo$WBUe?O K$:P*m_h1Z+ V d w h Q3 M Bb 5=L`k?LOrXHo4( H-f6o; $ 0 B ; . X uF  $2w    j nq_o"m?\4%{Ptx]4WJRT: #?!p7*@xF RXMkY,!7$:OZF8_i7HbjP2"v}4g)lK Nv!cF&uzqfi7zruBJ?myH)I<:[AV=P>IHmUjS(_q| Q)Ubh^%:r)KNK`7Rm`-< Hm m$Yh  9   A|  ;QPn A P   `4 ' A 3X&ME$EK0yo_3+yxJSW x3 `n~ZI MdwItJX^I:iP) L 6 ]{JQE!5oq-j5@.y,g 'F : _ >_ y2y}5lbGSf =_f!/GL0^P~nLsw!D/H5kJe*Xbg6}UcT(d)m#6S(B$X C  0  e 0 ge (=&n$4T=jsHK1{ ?$ec :Z')M+4&*T pC]xr.R Ar4&QAKrCDef#a# IDE!Awmp B `5uH& NObSC nH'P<b+e3c%!=wf6cDy -Uq$RV?XzY~+B?K6xPC0dI |B:,d &5{_cEylz~zskJ% CE=1[/(=>)wiRC~:Bu||9x%gS?<28D_9_NWI17!:^a7"fo'y&Ls$>oJ\MLefn:ts_4 4   C  C - / q h " [I-  _  lI.iIC- ip E p p 1hQ+N~,\ tVPA"K +gUWFDd"Q5He +cd]A55gFz]o0)/vXTT3 \s'" S"rW~/=  3< % ' I  c@ a L 47 . V)\l(59;h7yDUPq//.>fGTXD4S]txobM"nA  3    NO h g~g\yE?X'nC-wS @ =M g < 1o  & knE%-'!U}ip4A\X}^BG9wRiX:EmN8p$e^/EXTuZ(,3,jwq) ' u~-f A"7 j!bb{) uix${AYes,Kv.9jo1 q*jwVB6Py-@ ly+}GR1g w]Pv*~h(cvo:' T2 %Y&,"WOM<y,&*0T61wR5 5)oT-C,2sZisf 6:XB3s9ke%eq+F^?g|I=fNO W9q=pgs 'D-k t>lR,zH>%xE9!u/k=T*X T;1~,v5U=z8wp9Klv{[>+8>@yH S  l  w e r A % & ` 6 h    +g33O';U&W3 | 2 P M p O }]J<{Zpm[ [x7 3idVpL1 a.d)@_t*2]nc1@>\h%Z<v~UK_/@O>Y>G764Ld/OZM3k'6+Do4k+xx!+9eV9zr UgBnc`w^$ -Y) ^ x e7c*2 `  \  nf PlVwr+?/F;  i! s' K ] b   _=H ,!ve675X z(q."l_YlTvRu: t-\0[z;*|g7]#7~^_^hmx%"!/o2BWy$<39D`pMMT{&kj"(1T/mgl4+,T7pdK =(QeO.,'7IV!X=G!koT~4yX ."m)!a;v@p 4[AV$})pHa">3 `s2_c @[E:5xc~q2+?0pU.v@K5}IkPv@>8;4M:e1  ]9LnyViZ8b R53zIg/f8T~ 5fB%hp1Na{'z+\zz?0- m$[8h3aVUbS&Yjh \'R}'evl/ f   < =   {9 N }  Fh 9|D<DU 4 | : ` _ {?7NGo&bY5449F7' IMaZj3=IbpC:^au20f_Lg2FLwIM) B7Um$UPWxA8ld@<^v}_=;6kg(jwhDe"SvJkqsr8E"S A|19W+E X    F 7i{J)ZB|]r~z?Qt wV ^  p PG a < w eXnDx5j%b?3Wj[uHCIa9;<%l\IGT"3M{Gsnio]Q<!lR/xa *dIj4;;q&=l&+k.D R5/;wc_]gRT"~ 0%Nf,DawF^^I|c|uP)0ssj\|nq tcQ*`%k D/6qe$R@fm|U2KUEJ_>v0*UdU8 v8~w7v<0tr|T.##v@ IJ)S xA2y}5V 3l YX 00 ^n~P>6RT4w* T: 2 w RJEwy|$|k#AkYv>q)eT`_pj&f{zRy\FeH0qj{_ 4#m,5'(Nm#kN9MR EE?|o5t$pB-[\w^h_;4pHnZ wcJ~1SW./i# C# {U=|Zr$rk} `5 l  |  6 l  , S    %k)"R.Y[  D4:Em4Ol15[d7 no|< Ee3 P2bI{"T,%2xb#EuyInD=dL\QCEC@%,",zGaMMucY0MMmcXXxq6|w7k+ldR=@GWA}r@^)O2 b[RfOIZkh Nf-9{S?aat"pQCcv@w}a@60VMs%6u&%U d4^  NF n| c d   1 [ lW<NF})i3XzDBS:$$eY6" _$M_POqFDp03Cq -@2  ~p[o"6Zk> Nq~j-SKP1?;$"^b5@GxQsBLKm/hN|d=wiQ\3< cVQ(R&1R3@}`x|}2+9V fK%< wv<  f yh ' I  >Ti'a"G$4( vx}Lp=Q"hz52R&S?Q*md)FCt[6o:VH > ;2R 6FUx|21v 3z" 3z^q}2  `T,)V7oGn?z:b0$4?94 UXSiQPGHfOCA\=hce8  } S `%  3 x=r"P`,!i`&ob{ '4s]P`I   b =1TMFKWOj;30\K4N .lU5\+L-{ DldTn;(; aY!rtWq(Q'3.q` *6$f<,4hhYuX!s0mJfZkDO`PQ$pOl=W%;I%4MBr}P^=jD^h\=ff<bmU4v;7C1_ JU r  T    7, BK z  \ L c l a t y  r 9    3 T M-5J9,88sy} _ euiX *,c1DzI h7=H4RJ]=..bDo(-Y`)8)| GN +iS*3fz~1oPw%(ibQi\upq"07t_#<qeC[}[;atXYSbKopE~G_h<6b(l kT=.cQoHO(R.W^oT'&Kd4=}aNv {/&WX+s&SSZ$[R;61/cFF|G'1;Ft`tjVOr 3DA$:LvK8Tq&{@dVVbcDyMV@D>rfc"~*<n/BnMp < >xa%  " ; @ E cZ<H&O n?ve7^,6jZmD{%Z^U56kP6ogg z=Qilm'Ya|e;(i(ShB| zn,!hVFkQ(1hhJ*qFfE E"vr@&dv>puz,%2}THSS4<rQ&[5K|FZH#[?wE:RLqc%wP.#oi+?7x7IeaX+aq):8L|J}.C3S*^.elANt+sG <d $3-U ) n^nkqJ,E-PD  9V TT c d 4  qQHVB$fPZ a*Xun 68:M`.jJiwJbjutDM+,$ v?&bHLZ 5fL0OF^~P2 8#%5,]p{V"yc tr5O9 \;o>NLfO?NCM Gau]ULQ+HxLqHhhp7=a`>fYA<C2/O ty< ;3A6("da2f+V-uJOv[E3['5HFfq3(vj_dG!%?I_m'L= W%rL(rr k7fy("Gyv?5ShGZSGU/>umQ3#T}/6d6MUt_2Kx/ b5rP#okMA   = P o G  `   E| c~P1,4  eb gWJ'5V j9B]C^{E ^9@ye'V(y gmp;j,bl=EG_')+Y8VG<I 9 Aa(Hh:9Jp;sUB6B&hRh9)F`6VPfJcwI#BbAF}i{} E Z0\ $rs~rregn0i")MOEhs.G%,.y*Tq7Oi:k9QF%`~'\;m " :uF  {0  3K 1>$sCc_ 6a;oj6o}F:t@gE+0XRdGCnuX; -Mdrq'{1k$[}o6>\Q-elD dIk~O[)l>&Xx8ha@foSvnL/Q-R2Fals  LBO o7!A8 Ev9!N 6m*<vLWs|J8WUPsX Su(#$e,<1:Gt{uQg"BQm<}R:6F[}~];.`9?xY=? u/) -(| |k:<3#V_v0;amy 4)b%Q<N]7dT @"a]$sz Qk)L:&+a\vvx|?HQdv<GX\ o > AQ 8 Y3 $O h]##   ^ h kX @YW[RgbS[` ;n aWg D! K   h7-+ v }NNW aH;'WR:egt<;$Ik{T 1 g# Z4 jK :dB .]6% SMnyE8x6lG\'9s?is6fj^ Z~r@R^&c.k}7wD>6S. [ccs"`$/NQ(TD]JU?eb!C-Fj^ h LX2 zY) " H cPCLGE?Q sbvl  o  IEW*oSx =  R 4k!BmDadAPWI5{y<%S*Psdvx~%bp6g$O,A9Ou; 9Y?c*F>1 \h IaH zPYY [ D\ {s64i}y&%-PlLPT0 iQ^@,@rb^+]e\\: 1 OS\@tq;6%nFc08$i ' %Y =Ul<vc-S]|[ %JjGpp]`4KP _p 6dd5@ :ux5>d9 It i!IP?  yD ,t>C[&#wbY[cu@`B2_k'IE2oAy;Ch+d QX3M.OBA4 {Zc7BF[SjU15iG  G%6HhA{ 74'\k /rA#31-  ? w"Y'    |s > D rn&} 6 5.jTTA^om c "d#i6 .x  J x 3fCD1/p-Sw0t7< fsjDhJ^h j K/ J , r ? q/@_QzAH?uU5 !3z[)]. /[!{HP vZ E# + "_*2R2sE&D8Khp,x3C!j_E!^  |x ` eT  8   .]__#z2Ih2t'qI1 IDz67yPkl %} T RZ  nC #M STgEQcrRlxwd~ g . U ` E nI ]  i8 S k>! dm 8(  /K 5$xDO+~ ^_m k{Ys[i$a~[/ls<}|7+G_ `]2G"b3=^T{*JeusI@Q<{<1fYC7v0i(L+V `{ B $ _5Qw=UrA+& < #d EkyF( yt #  x      S C  S( 6J| W Ihc~_(Te?ltwH ='7  S rP99E{QHLp*+,FE74M-1gRA @Y '   Jv*P`uv Mu:GcA> e`Tl L R /-6 - ~ k{f":5s@cBx K Z BgeK6K=m~a:-&G^OU@l $] U }oj "8 > @`[/UOrm$6{9!"P1QJN @ " \[~V`Rs7o! 7\L.&J*kA|J8_!WSX;t~r+ g z ^E_~{kA*c0r.Qy @, AyA3 t Mks wO f(&X8E9YJ;e#aUsqSueD%O, \Xa{t :i"f;j ` JG-\R>NWpaQczS^^ W 2zp3g@ H^  9* v L a !mM8dhUy fXcCsw0h 9O.D Vu-cE?,KVkr  a26)lZ b t V ' WS,U ! E  & l- N _O !g-<<Dqk igM 7{i}E.!9MtUGF2i@b=.C|2>|$l' <( /* [-& <   2  t  2B ;Q56L9Y:9o? N8 m 6X$JP Mi~X#nY4VGP HRm|Z # G g1|Z: O\k d >< %  -vf g3u on ilRh^ .#/LY 1 %tj>D" W *~F g ?'*Bff>C\@_C:%`( ]A+kSl.>{`?qK& N o J>J u U ' iY36",^K|SifW~   ` + y 0 - :Qa/yf?kM)g # "m]b/a,'15 &UWI$^`- \EP ?0`r: Ih%+Tg+W+rj0T#,91 no) 2- 8 [&o'TU`69o[aKxGBKrA%> l=$x}.$>g0 & ]  gX6q~uwaxO D %fmqqMhP@& H N z ^  zHC:XV; aG9iet #|z " #U 4 $+ & B Qt(  < \$o9M8({'l^6E_m`ZR 1C`p C/ n ($8h,p>/+5!I?,!'9y?yM"_q  MoJt +UuJcc`#W0zYd$MScLF_#PDc >nF+3p  a DTlAP55 < euOyE &SU  ? ]  G *  N N qam;a-MwqSoc }:J:]kA W,KQ7V5w<DI}%xpZ C M o + Qy V* b9 p . o C> <z#m "k;3.=%CJM-_eUr7 ,0f_H`BP>R[&= ) T ~Zx.  4 e @r >I#Yr e b  T 44 c   7L 9V j;54GLy6/yjY"PJ XqbdmlJ$ Bcb'cv0y3Tn>~bmyoF#&AYtB$'s&4-n l|ruy >w9q~Q2)L T*Z0' v j35y_ Gv[5cL'b 2 7 :  P p~ C @TF+n+N*k`sc#$N*H63>D3^E.OiD ]  x D . ) i ?9 ^ Aj!Hzpgx@:$73_*'2Y8T8k=*tl99 skjK"/ z_$,B=(j0 {5 o 5 5 EsS0zQp4`L$gmFiz$  8~2]n  ? RK rV - e }  U TuIw| MuymMj- C7FiH)MYyLj/ g  \ p O (Z1~-} ++c+b5gjz ]%x2%RCgtUf?8[=UxPu+W?KR?K{{S.oL5Ofkg |xf^\(r % ^&"+ KAcK5$ ~b L   $'M%pX\cCb6|P?m&"q7;F;aPG[gBU2cPn|4&tpWXC]Dp_p0$DqsP*m,[g r8hz_ x a  } S %a:]C-+n:tFyp;|H . c "}D-D%`#n<*YH ` A  } a$  x  Q   { Eu{b}Oh0s;^1aoy*QJ y`Hnj( ec]s5+{W.zuE\lq& gGRL|6{-&U3):uY{( <  @% aJ#9)m:H_xZP,?^UcK-'*^N5%|`dF.. ha{? q%O36CY|L*zen2s\`x\htMIn>S0j  $  iq q piN>7n4|(]ji\KvSIX=[YlDxhSo W(ynA  V:' ||X[&En/GmLG 6 .l XT   #    t6P;M~p_YR"^yDv< ;\fbRdaE8 }ZZI/iA(`T$X}U8:v7 tSt/b$R}^Y$Ik5l A{ch>10s9l%r'""Z(Hp0h"}5N/{oS%Nk&)7?zr9{he^@T b *k R~vR<yn,4 % 5Uw- q c [  Rliik$v #~N.vQVd3S>Dw[z*9K9/#v#<:N1 )'6 En[g~ ;& U U+jrT_ %* \(eY+exYeTGJZs =3Z6!zX^[&i;&]VMb{+35>Q|k&)  T __*! & k G = a @   | ,  ;6&~xdn0( )!}W Pphv$93{~YW4 t^}ePko)|;\k@-CTU&u*yRAmsGW0ac3 b f-bE@vdom)WC$slrW6JgyL!cv\G,qN~T+_ { ' W#O'\-o3' R #2bb, QK ~Ifk8L30Y%Yb*LLVhCeaa|h0_ $D2<ju$$h  3YG/n=/9k4Q9XYg2tuNHpa*OznL!5ho\_2Yh_"h >0NaQeNf X-<}0g;L@H.MMIIe<\ u  ,AU\WKnrL&w{\=    } Kj  d| 9   n6MpxF~+y&\D.;I.8|_: &'*HOy5rG'{6z.AJ C5mN(A1Bc_6EVSdTcB.4xV+Nf|=kGmW B1GY!{6N CMuY *E!mgvM+NPMC@bBfugT  Bk_f2l 2 % + _ '^?UpKj\ g f jg  O  8 +O*q0;iy$TdmN}>N45D?l[(W) 'C@[~A_4q|q8 w;rr*qf5T:I&;;&]Ac$U8Qs5Zif~kZ<1@vQ!ZUmdiL(.g y x  $ ^  y ic 0 X1APQc{RK  ;l  5  C i *r_$w)XEo1$S;.1dA9PxA i*` +]fP:n,fi+)}dwg2e&dqcs+Bi|+x$U:ma"hRspC;~Xm o4>1WhjZ Z   9 S%k@3?xmfD0Z$Yhz( J >yvtD ?  Z  uY#S2V7VhUgwu]V ga%'*qbk5az, ;m>G^Y>,gih$p#u< sF!VkelWF8sVcZb{evj)5FU I J,% J S{~<C~,) ' | S @ )/Q1{ Vw/  8~"xy= #k " mQwgn0BtBbU_,aw> ]DDV4:k]c[wX#j$|%H, FC > O _ <q`=?D~SlJ p~6) Ub@bwf@f(>e.2!K`$&ZR0`^D+9b m.R_ej p`M j1*'Vw[fz:0!Xn  o  mCAu/Wqmn56 M86 2e*DkN )1 F`yfPgJ1%H}`w=t#ne{v u7^<ezNTT&&aJU:5[X. ,<[o^|V{I T; cm2 aGXE7f$LFi ul fv$1iRD UB5]R^%8 f.Bcho)& /=F1WD7!S.% # 1u #T_ p .N  - tMhq0yXmD t=s+'Y^R~^WS ]}v`LK e-:T0RJQ7tJkUM@6bg_' 36i98@`bmA`1B,Wx)G/YK\/5&-gTM\B#;C{#)le\ G~@Tslkt J$\Lvmp ;  F d ` 9b rg]}x[O0s:!(tl4kN hI  R|R3;-z9VOj  LGa ML~Hx$X#*L|E~S)9j$AM<LE hm EE(of3,O : - 2 0=W; Fa ` @ i AKPuJ3)-h`7bfny{thG \ Ho   J zu =, n  0 < k z |Y]p'b,  lA A % g5 } H  % - $; Z miNAl S@ddr$.*>bE'xZ;D I)&s5,s]tFx$ e8 h*m=&6K&H`RnZY..;  :M2KyPP1+Gi|`k%y s5Q.H0 ,K!,.6 f ? [v y  c   0f +/-m7UPL]ceb 81c5g -Gn:%ZOdKpjc,qxHrv7m6JasMI-A3wW-H';)gXw3Eg6#^f$YC[Dl;1!n.i ,m$L>U#f~V+.[D8PX. a\^sk$kXK8W ) _ & 8']cMGw7v!S1 5   ~ v  2^wT/LtU:f @ # q B )e>~  a'~he/|H<^[ec*__m_ 0WpLZAXo (KSP[rxs 4v,/Di?<8cAG] O_<G_QG ]aQx SL\~SoF 2adw3d.MyK}R> & ls&1yyG/_y%u T {/'K2Q Jtt9%khhd[9 7Zz(HZTs-B '}ua :zqX(>9abzc3^UnjkXrw~~$y".(F iBa" JDxs2*&B$6s5 9llF:m[r/+)EZv?9ocuR ] G[X?oIvQiT  P ^7 p : C J /U|6s 2  J +SM  Y 2 m i  tAgvlu< `2@Exr>"w",h~M|}4I1 HwJ %x$>C$HAq-N'H v pYUnb1\E4D3Au3|No00 NG?] x~/8,&Z$@&/7 McD<J[% v S dowyp@z;2 K6cyly 2F'8XC,r]ILaceS +pH=Hc=]=;t-o{k) iT%6 WIn9N7aah5XBl2@&W gOG r$sMd urX&X8-w8 DkA(a,"a^9AQ1uD48Z%0cOEKJ5Yw [pH2$= !>Cr~7AKl7wmQv%+:h2.3pU'^@0\m8vZN,_  @ V  _ 1M (a#L @% U 3)yI{xJ(\@Mn)!C4,dC kBnni7v;N&p'ch&IMMP(t)uEwm(0Exic, iIUzN[L*QHm8:| 4)g" SyY`^eLwgU6#o_gq{^w8Ly37Q@>DF/#5!$=T Ny 4T Nk: % y   D aBCu)KQ>eJ g> N)UMZ*7~yp^Zas[SmtY0ZY MzOxzKtM};3FU e!pBX *&di"P/d3+<auA*'fJUMoH^oDdvW@c #7?W<q91}+W`y"PPeY)MQhzM  a { x < ] Sw &e #  L3Qg5RTi8J,g:T42r+e{'orUE,;U2qW{?Z5Jf)z 5C ,zl-eFH YC7#-zg<ol*X6%`T6T:\&)=^Z lkbY@W|3/#)YZsGG;P'4Ynec/WCaKfXvy^'`412z 49zQp  ' " * \ z  H z I1  E   2 dkCC:'@3Q_Sb|d5==wJ2|)KORe-*W Z1PF%[?Aw,u;4;p!$yXHI'nga[b^OB0`~xh1)$xX 6 X'G)fK`/ f t5)b@W3hN$dATWN,ei{"uql%HW {"s|j%S "caK%+CY}B'Ys7Z PA9ri-8t!sDj{u|F-8Ni_>5`}tbL!ilBt'8ZkKAGf_<% Q= 1^fIcO#)U:+Mr#?e & Y ] d # d E?rL1Xls/0; XZP'Ab4SENe64 W-qA*V.=Lx/E/} F 7 N p N:Fy*<^v4Z/;(Iy4s,@IZG @0s#(7; ?XML9Na\o3aJq~BM.*hz r_2^1ysanm HHu[-cga?=5kQk6S.AZ QNwgr\*4 UE1ZPne}Pd-sgWM}Fm8_ ae \ck ) {3 ?  B 5# K;$6}o::V5)r48D --Q`*e(/n>H/rOa:`ZQ%)8IWu3V0XK}9/bn`Vmh= YyUDaP+St2Wj5<(#\{3=>,q'rNx"`|zdRta5M-<3M Z^  c + L  { AoM?rw2 l3 t'>bOxi}]T\isJc^*Bv'BPH"t r)--R'&U:V/ X`BEkbo!(4}cLa_0`fFEKs,`KbE%UORJ4HT JIx"oY_(S Mv$Xm)R`NguO.&n?u&^p @ v    (gKFy,| :_ 5m t( h ?0 I ) v; U Q =[),h]L&s0>:XKl~!1E*=u(gHAou$CI +/ #o&^.lz"  E   c  + dPf > F   ~ M N Q m  ~v#qx gy4`?1d^k+*F4q5lsQ /0Q}RtI:O.YW+Ytx3Et4*?|`/-aHS 7 M"{ ;# ]% U &  !6 a H :g 0 xh;?*LLh~yPD l ~ay9_dS0}Baq % t6x78o4 : Y 6 : - T `8  <|^=H:: )J{8,z_G^ )i"D7pr4A{}]PZ7K QG("S[c:O7q2Ht?^XkKfK &iz;( 9*|U#Rvf&<OhGQ UwpbfZ|pmTL !5"S;<|YNS[v|ugNNB#Y7nQ+`6LPf6] F   w ? R *  ' e   iV m h; \&Xi,"f,De+8h4Drc8;_g-i@.[/K^RN, bOxo  wl  l Y _  + ^` +Q~F|h'jr5001!O9$[D0O^[GyT?1$S,{-?=U e)IphDfzZELe#{ a)G 7G x  N ` S /Z jPg%]}VW5@5CjKcsOh+nK6Z 0 s ^ R 4 f toY./oHJRKW?N'l$;W{ b6~UYks er#:  5HE>BWT|x\vzKd"8,.a pt!KuE:jq,CV(@[|M58~UeQF oU_qu2!o.1lm'N3nOk }byn60f |_}#t*dN4v?VZgdJ.q5N/CN*hT(!er qLo.WZBp? S|e\1^=W2S'xuzihgg1_n@es<}Uoyw.mB?)=N ? 2'$l@+Zbqv]`qdqX`awe~/'B1Pd$c{T*V(5|ifm6QL5Ul&O#WG .ncO6MqE7 Mv ( dB %  D * 4WOPgRueL#e KseRLD)D=VKYzJ<Q#jaaG- mZMve{[kUVBBvkopx5N&~PX `*b C;A4x;\I%J< $ h 5 > E  bJd6dpu R_Z)oJN0weTZo.B3y&ec_*|(:6BId/rc`T4d_e'#VOGvOY*--- \b] > J u* D   yL , dI3uYu\*B'}*&UJt4>47^%+S fxNx%9Ko-t F5u"e9rEq-z$Ef)/pKn~"{ @ # I XP8.yL&U9NVrDI"}Cfh V0-<#Vpnfu^u%\'l55*+ @a,nY/F5 QP a  `E Gs bt rx K  R! 8~AZWD(O7E^2[_ue4Uiqf!x`r_#MKFE0vqg}3C;4tZU;|a$N(Ll8|0jG"vyZ ~2[J HJ.*^dc?:7~[W;L-dh;RYlNyxgPR*1CSk|['V[jqX~=lLD4B T <&:7C=St6RY[?e([U 2t&QUICZNcQ <p;D{'2jP1O_=@'%{q0S"@6Y o;}eM^ q -G+u@oe_fv WWdSHWyx0X_SO u43+_!<RZ,3dU@*e9Um\} +3zau36z'.x xa\> [n};)oh  $ r 8} c u ] ub7{";5pi 4[p9}O}(Go" -9) jffp1b1EN*6Ri.cBz"g;9@:xasVrRU A65wTxX,\P8qaY %m ~tZ4c*rsYt/w :3[[AJ[@7rxe};&>B1| -:YL! .26xj5[7[}*92kE(2 qK- }[{ qBhSUa i dVqUz\zf%gBR2i`N Rcv:n1""iUdn`D0"@3_Dw"vIU, L+9nu}.Rj =!'# * T _ e~mOA ( .#%/65 *}Lal:NHT'Y,q9uSypj'barRFRN _'F$4J,IyQYuY.2@BY"P;muI._J>owc'bkk')oSaJNJ"U k>X rA4E'9 ;hqX EwhIMUOPz>F&7p_ s0au".L}hn20 )R6d7=*e"y^CO^m &j G =uTO=S:BE/9/JG)r8FhdZ$xp^Mj.~H6^UDF ryP0sP>N/.YXnlA?"v[VMV)j9^I K=#+G?#+&!s"{'~acKP@MFI8sL\PNg^ Q\ t&Yd|fZ#|ol3k%IP8'VATqu'%(a|S&YYs.v ]$N _,&fjZl^o6{aGB9$U5"XhPMO&VVw-'-l;nEorx5kBC$ I ol@ESW #3v+*a\YOJ4Vu^{>9s)#_ 8 yn 6F f T Utso@E4PBc:jYE!D! X }xG 2G;CBV)Uw"w q'u5V/t7#3C 9Q~n<%nI0q-SNc&?*4 b$yo/)-<3!&?t~'mw N<tks9g<e;~%#Tl%(h 'Kpn/)z4;-AdU18<$uF@Z]/i@4<cGi z5om~R=ci;|+NQBw~T/q5mBRg0K*-<c0;hXdX K{v'@ N3(-5q7h8E\=zr(E\QsNd o~Q>k7(w\V(avL5 if . J BTe.v7{)1`@@>bQ'YI!-d_s [KN|. :plIq]0i$02STfmWTfg-_} ,=/YE},Pbn.w<:=Hi"w6.l|@ h\O k#4JAm sjY /I16Q%!Y .rJ5 ]<2f` , P j o B |oIZbR/PMm%J-h.f9SR;W]vhUg\xUR;5,en?,|,~@\:.&oV@bAS OV+G@RQu2o / BYID =+Qw}S lC]e.+3vEg2 ,FE4m&z9woQnbiQ,+mP  + ] f k @ Byr7U-vm;/y-;?>ovp*t Iv5e/~;#n mW:^`TM<f zNH"UbBfD'F?$CJQeU d,ld+?fH+wd15umGGfj  K;-ZZ:#%=##IMzi5$VkgpZwMz)\9\j!ttlAQ PA6G06} On[kD/$DDnR.~-m1n) \*[|v3p]^v_'*B@I dSI(fX*Acy<^bogt%"=!{f;#,]#$+Yr| W 5L] ?3`:\g^H~ n| v K05[t#\qP{Fw[H$c>@WHAe*O(">uu(W_ca7 ( O/?\aVg0OE?^eA .'soJ2gQ0b5_Z~iwp]]uI~ <r$!_\w}#/T>$)8U @G[.J +DqV  W&%krD=&CJKFIPXVeg\A rO@B!VN# -*IN+PaL}' )  V ?)n9"i1 mqdhk B,:4pG1oZ.BB3]%AR^GhGnJJE l}v6p.jJIh GBEBK$zR7o qYuzY~ Cy1i(] 3m:Kxf[#1MeLS9Mm\&a;  g 4 k }  & p`YH: $q*rO X[/`9O1 %Tnu[$`+ Txe4pBmAXzKx_>1g(^1i8E:,;hB9^?2E2cX0pt"JQ.vWy4Z4&Bd~,etLKYP_*nN*(>RM}ty@D\iN ()cf n 6H K>6_}9gMKCu6HG[ N\bxx*0JVAKb5g&i) kQQ7GC~tDx#YN@>*BI  vvxkQ"*)B)P*6Xuw^O8{fp_,,V0f i|_0-92M8YxnwLgis`+y0;J $.:pY&xMwDc>OHk!zZdLlc?2KqAJ\N}-kIt(a2As4cUM2Dpu;T[Co[|@'h9mup mV*,y4NZ S _@ z ) y   _o?dfU* =#@q}q ( Zh T *E0UU*ZY10P)o?,w.7_?]W3hy` cH-ifL2 JF)!-2S]y?(rxroe)si|=Vs@S4|(VX,Vb^HXs8ooe8 OUlr6~ Va37C@Th]h^v}RG-2-lNJFVd|-Rj# +#6tt]GSG[%;SY7Ox{6P(+8Gs8^LYgQ+ zUA`P:6 ^wT}'{c<'MHYXa|XibI013W6nKH5be8/NR4ydXT i'F<-(aVNc- 8p|G.\< S`K, ~  6niC(:hp_Pq.paZS/415zix#}% d^_4"|VEW~%-jAF.v^x^51iav\0K@9H3}J g0n>V^!po@5wCt|C'/ 52o^$PK y=X<_sJ?/[G_%D[4[|!%$nVs<* M.Ze$ mbj$*BmVqi(=kIb~T[3 ]hWV%>`~V *V lw1y^},ncH%# \.6J~.Pp>LXdT4K9?Dm;S3ZffHs!BsIMZZ 5&aJXRJ]ZKw'9%)6& d7x3(yc \[0Hs.;ixeCEJP?23gyw!x-'Ee@:X;>($)PN,DWfPpmn.nK"pp >elev\%inE8P"{d?vA9y; `Ai EdY(L*$Xm}RBvN{%s& e~5Hh'4K(e8W]K5FAWnV iLgF#^#ZOm p[O4oB.=Ah+]NfOJ*aA}6VrCf^>mN};Xl.}Kq<m/H7)IHg5g^*vbJZhV]GX WO#0`o[*caE{Bq|oLS(x_7v\/6A26VS?GoP[,aL n\hNyiYbRE;k|oVP8lmoj8C!^2$rO}l%Nw:']0):Xs]z\Btf~=iegh^dND' A   FPgh-wx02\Z qR6#rt%ndw|xRFz M p>3 &X)Lh^ )V'hSAeF1c(g4xs>9=0w>uVF\DIN w{4<s%O$C!eKQ.'6 giWP@ %J5 S&`{GKQ|??jMHbM HvND E*wW ;2S~= ]%t[4}n<KDDd &vf4\Q[$j)$p uK@(dqI@@]LMw=CxTtvUp@9[3@.[=p_ $VQmW5p] Rg Ug K-e)$5bz@e p Z.V3,4Z=6xB.=;4X)~:H4Y=effGpr;D Mgp,_&MDv}Ng+45E g^Me(|w\%9|~6IZ@NG~Gg_"X  $%Tcbq{bj?.w)Vv<M!q#[aHIgpV ~5;^0E}%0y`#?R-; eT >J7,w%Sm,X=WxQPu%Z}Aq8+td1<P}7F _UPowyM AtgX+5/;] ;vV}55cVy VkW $mO@gEP~r^O0*lqR~"Tyk6H3mAAMCBlt W 6{.{gQkO/32ejg*rV" D{tH1:1h'jrF:`( Xv[cNgTg]J@IXKp%\doIf;HUzU "Eh/yF":A!Hf7'83 ['^y.)Q[) <{57R'^!5TYvt`jFac73iJ%7;{gp9`UDD*vJS;YD 0 z \LK)7e7zCV6% Iw_?_ PnM9'SD'>oJz|7Lxh:jnv+?5&4Q!-@|[xLe0dx30YE{YTJl46c*:M A}w1` =hA37%5]<kp01S h(cNH0*VB4 n X[7elbzQ V SH"USUoiP1rXw{k  yn>v ~UA pAN]}RfCH`YyDMS6nZ'@}L lzyL W*Q d?mgo-/YjkJeeYX`=p2{R Hma5  $tyz1grcq?GNGs+X(&]i~z@93K-D L Jo=A( h^~/_y)%%%!v7+=r,P:h#U?R4qdS7LyQE]m A {5Jl}S49Go8;3sY|^)fkiI#%%L@H~_:r_>Hd5rF*>&'*m#BZj$C+3Mds=( o_ET44-;ZiF>Rc&-\W~MT HU a[ f}^zj t$|pzED ]  [ r  )*WJqp?2MIvK,9`5-ieZs\KAZmp\P3PvTl \k G:3 3aP$gGKSl3s?88" $t)fM>]l5 {&VS_1:P[]D5I"C:u4:x;Z3!47ON_IMPRK!#4+88Po?wd_%j} :wG(_\CReZ}Jft0Uvj1agvG$UMPD{;O)yL V&[ (cz\01Sv|SpLBC>A^|ZQ x|4?%&Chmy^n"E+8t' %v09%Y!(@DL&  q@{oc /ke?<7}k,#){`JFd;DXn5xeR n~sH_[hxjx.9qiFUhR%F4t?+r-5{~~5QZNeM=I.Oo/DU,  Eh?e ;YJ:Ls6H ^Yd{F9y_td/,wYiTMtt]`u|D`[IDBh</"NO , kG-D\gs4 A7LQ+U[2>t$lSB=@DyX<8Pfm +!A|>]BPoZdb0- glI[H ,v71m;q^SH 4  QHS[uTSn`EDL"(L H B? @FD.I~2Zb6p]g>JEEz0i0`+x<8g2QiF^7 6)\! g"FbBa;o5U I-[)PUS&u K+fWn Pt[{l>X6z_aMbJ/*V> ^e@5Pw(!vIp!% IvXq<XMI 5M$]I_Dvl/B X"Cm}S/h ucqY3[WtL=N^Z6Pe"mm\`GR6Ah=9<9RL\z7]GVPA/za%AO)m,NT $.VmF%&$#3N3y]dW;.>*&%}:Ti?z{eo7WOA-xv`"(h\5Ypgm.}Sowq?2;i`K%^QyS7m$E!n.< ypU7 AJy\2.W3-xv*z'h2jz/u1~$uw0s)rC(Jj%M49/Q>%1X.)$CXV &U~ O <^ ]&8Mbk{\b48<V81{Q"2W0+;:".K|7j^xidLU t6RW(B79g7=.o ku^;%,Z&lr)`D&bvodc<6 vEECAc+ 4H9 K0,$#j`PH(ST{bP9AC2$ # % [B,HsW&SR1;%$s;= TQ|}F2|(p.F)R %87((J|a9087%*4`8n0 ! egn4ikHp QYK;{WI:Ok#~~0S@#\=G7D}e/2PE"j:& h6k9mo]CW=IlH5TE]W[~ lh4 VZ(2!(^yUQcyLc<vY6R9Q:O' ? _e4\6@c_!nb1i={Q}~r[r=:Y)T5FA : al,SQr'%.XmqD5Gbye3 2/hitT7W^aG1K={XLtr<f%ywNt_NFz 48~g]bl]f''{zkTXzf. 3HN ]8*q.RT904e VmUR:s,p'^fyFe9$iXp:D*?-^fsM%3<.)n.sN4{ iG[Q%aJdUTegKQ3 wu31%p%r ? act00*+9[PX$FZ-i}O|hul,fghl,`8BG !IR)<A-RIy]|)qx P;h' TTQ*vpA%(7]T6@acrNL<kEZ>OHJ|eGqz7t-={  K$ 8S!l%KBkh508$zDnv1j]*<5GaoV~%Mbi'vIEJ1`O$g{^U]z7``2Ab#K]8/]nhJ=' a M8qv "Uvl8X{UBK=Br2='o}>,(*5EC/ }og6._Wc*)R'p\\Xa;ylS8z)8Hj5v fJ%8;5r ^)U|-`f?`|n{-[ k(22>BdzE;,>6m"le8HYdaGFK.e~Em+@En?-wxp()~<aYmr)`b`=xfH'(i{6/Ocgk#zG6_WylQ nC<Wt]f k;Wsc$B8!M~rnn"t5_i;|]u/dXSU| O[t#2krBXpA}Eqo^;= 9:[:tnUsry&js*[3=qkIja!IV1IbZ 8KS`/ k51n}i;!LT]r}OdZ?.S:m_t9WO+B4G;//>) 6"30OSQL FIP{jTUsu:+pJRD!OrN4$3.At`Npcy&MCnyvz1ky]D_SdyK|uJHU70m6M_l!Pjwm-6u$pXlg,= >NQl3fic]J ;K|Rqx;qk1vggeOm#r/\C :@Q,+w 0m(((=X) 5=4Cm6;zpYxfbXa6)HHlUz,!pYn\E-\6<Bns1\wXxTuxodvS1^am<'5n1~ 1VlQo|\eA=O'ZOWxvS'r)iG gM8A~tsp%IN]B/fV41IibAObp;B@Dj}_l/1Y;2 {2BtM3IGAp}#J,.I+14#r[D}[{W<;5LE'aW*,X"&d<v(OfpclrzrmI4@B 8 'D>C nd+K~1= c>)Wr"BZhO#OJLW8&wE[?'Xtqkq\`/VO&O~Q$$upyQ49w&d][ e,rP Av'N WPvF e K&+pK`;-QfhEKgZ5^/3Z%-RbxE.L hPc?Wy#"ak0m*yg7uSxOFH<(*`,wyv5@DcSXN2]>7:i;pA5Z;_4GL{YHxCeg5B]z#4,  t\MNj =f ;?v@EJ=rhLEQg8N|'A_nb86]]-.i6oG ?y"2_5WlhWTB)8t1]rS-)f^(D_]dunkf).8E[.>xnCn2`,=|:h"?=798;PO5nOT8Tn)olI LMIT\J(j}f%&6N xgglf,gtkD$jM8<G^ +[p\gL*tfKJrr4o1{H~sl?c#G2Um@z2yj;RxKsZ9f^@zO  LAQc8 0'm 4@5GF YcDiG*_H_D< "CbGrhj\d]#+:?P5k>aWn <_.| UNpK_`QcAsxKhzZnWiP8!Y\I ~YH - {(IZsg T$"Im-CyY:$3Mg,Z!Y=QGsnW[O)vlEvGKMIB=Cs?<c; @#I@Dnqbc 0UD}dj]nV J7 2Qlq.hHT`"z4~!W*Ai):y2|PC)utw_[/$y aWK7+B4R4w;cjr!&6yra X $ X  O }$ cKha+`m$ @ _;@.` VQysl,9a5bpjg)MA /']2D(p482Kfdiuc2vF:}vFS\u+iu |J s/ cU}*)nhMQ$w6[t-=Hxq=Jr}+I R#]_}v:LJ9]EN.' -Q^D\Z{W[YAgqf)hF PC".~&?z\mz7\> r3)2'hZ4L-( Bm3Rp)O=o[iIdI1 7Zxzq~7w0*~: X2k>!m*%,l c1P)^3ccnB;i,qZP9G+)G|-%@_ M=BeV}oj{yr\9N&byG>2_Sx:2C~H+&a?6!,@B"lb p)G|.J ZVXwhXzr8%5keKa3/S{uhp(+XlBpY^8@f &*{+,kQ3eSg2s{y~bWRhO%r}>1X>($;o%A 0P]$c+0E`LP>EU)qqNT:*L oSc  _,8We'fIA 9,WN]]E?IlQ1C#tj H!zrOj <C^& y[& Z@/ Xz*`46E%F'9{/$,') k 5<"' pI?n:Y[*D6S|~|M3=Y[#{9G3 ,9xRMj|F m       * & " P j ~qy)Zk<8=5~, 6HQ\+g{KN:0Hl,{kv{RhH&_n,c:0 PT' i.U^,2O;`B#:6Q_4^-V7kdWBm-O E _x{Y%t9PZa|m9 lv}&YCO8scsSGZ&$#$IlbZs_OWNO 4V57 O/6O_AU?s0%&M?#920BL{jANt#E %&Uqhfg. d)O[/07V|; AWI0rJ@N(9*C =K]3 hqOa @6q+C2|@#dR1@-FO-d$z1\@=6]sbhOb_%3} N~_5u(r)aNUFCy^LQ l~i4M&=+ ,6_tts5WHC/bKi6lk2n.iKl)Z TyAeM|_s;2s=} %P^+*54fb|Y bo-Cy{L==KrNG =Yw,L;3(k&{ZnZ-/i w^&s>BL4/A)E  G^d+SOW?[Vxlh4XK&O|{ntK\#_lO|hg.~m6,9$'IgW[9X}5=g]tW%2aw:k -FNE <0S+E^)T1DD*jfE3W_b*2v&9t_{o4Jbh,]@-C &qqQ(-b_.H$idu,A_XW &y5Q6 A:mm(P=\Z{ ^4:qA1'}!5AzA0MC\I}dq2ZzRaiiz+B*uKf[!1 $D(s,/8o Yq"U4IxNL*T6>24:%\ t'qAeBLS0H"""|=Q(o{ +>ron3Rbqi&iaW^u#WGs5VI=dHi;t^+1usar6 MT`4]=su?v-K.7iXpV2V}n_7vWKB+#bb4n6B_}6k,^f< RvEQ-zS2-3\:bbxr>Y#45&mP Zfh(H=p7B6PsmT  *: d%+ hQ6k|K KTPmF5oBKz5#@gmdtX\Jp:]#!8|P9jwygh)Tz-RSd"Oo"}P{AC! t4#7-3ppOO@.U[u%EXdA  T YhGtP_9M}J~BMD8ISy1; nSS;jY9y !KL|a(f%W0|2y$}> HgMhIs!Z *>_VS<Q#|'s{Hd}+My]8drjZrhBeP2$R{f0')GP/fPU{uWe'n+m_-X)Tv@dU8!JLZlE03ho8Otm3IpFR+xJ985 h'HyDl |'`N'k" cD-^^&UBNE qTxR&EoQ<\!@]< *ZH9qm UB3@iX$aH9aD,NVUtbVBb=!E=#,=1FBCxkb5v:ElRE:;)ck7YyE*%457U'I/[R "B8wV@ qI7eW y*sODDgNnbcsRJa}[)3.xJ +>c[lkfKt6W7ypX-%I%.kYH&#ja 6Uh %Oy*F\<T#WZA/\5, 5gY) [@px<H g eMP{H@DI.; Yf{P0"["5 /6GPmx9o 4b}g *4u8pD)}]F6R'([LIQwp*?E1yFBYw./8fRY(un}1LE/H~K^N{/ j)we=51U1zm 'YC/?Ot ?2Dd.qOGx^VwXAbNW7Yt^r@\BFA*X{}t\~QPi3PX%.J,`WGQn~I?3tFJ1U~ F X?QtX sg`>fM(r~TF Vd~{&AelJ\!Q5\{\*' 1 CZt<USq^5Js+;BR :rR~)qUsl2Tx ];i&L;H[N`T8zW4mI3[J07q26>wQ kUGHfe`2;- BS`6*K 0 x5u&:]TNI#01?F$` [Tb(3/nX7s`>c1*/4Rh/mBar SV5$SFN6~3J'kX,zLp- q|98"E8y*VDU9K?^:61mUSLjayLW|) 7B2f1[$EM_:v, i XNU NRYmda}p}>). De1}AWb?TNNg JUhKtLP^kG+ah hyKRmt)V G*M9I-*NO1&3= k~^(O)'9b@h#->V$7\H7q;}nj2x&^Jc+.4f;DozL!@ML{k3u ^scb'mVlzG~-G_V|fZd'Ad'PY@v$v QJ"r(%4c&oX'`MU+IB>!vYB,HFzju\]ZIX2L: oz.*UHVn$n~ kuTw+Xet(4R-Z>hT<+uO e\#[&P=:T~=#fHDoaT#| ['tjM 2h7Zq K Dr@yw@cva- #3.YVUYb6'mSFV<et`a7MBA)O/^w4oUozkp@z26%,PeCzchM'*%!:Y-9 G~T/VReGgJwiLaY % V(6' YO}jRg6jk`[DfhnUIu+$s QdX.FMO8'TQbD!x R_~H _4j5c 3B6B`> B;|z7LU[ NO\Wuq,EI,#P(H{Sf$mKV;B0 "w*CfAwr6gva#\wscPbFm</J&]]$2&H ^.e*g LF-Y G9<$:!1X?5?>zRUx@PZ[x2ec * hTTa%_#VI*Rp`<8 ,U#nh*+wjl~ fF&Uh[ilRwhPBy-XjN8.,d9ReF{Z%B[LU]")QlBm/Hgnv}YDia1F&MUv229oZ7 (!CLKPpliUAYpl$pXub'B"8wt-=~n|KMv d{ii?8]t\b;f6'6`]y/LUQUW4+* TXS6KctqpI$yTC 1^w1Yn}YKv?;DzA8y=r9-nR%|X \PMb1o>`PhO'SW7mP g}]!*i~^S,o2qn6Ax,DvBTk$iGU! b}YVoz(o J/@/Q !Ta TU_ /|1dE=aXdHW1ZR ("e  q^[R8N( clLCL!HD9F\,?z62{./5uw\C1+AM*"yQCF56A Qr6 32(2o[ 'b4\zMO`R>^s'K.-8P{WK;_#2R}\gF| /h0Rrzxnl{K"];REx&#M 25d^Fk6wn 1Yf4#!\,[ URfn^ nV3 _h9}erlxf}E"a}BTM$Pp_TYRA Y!;WVoW}OB@ Q 9DuY!8S%E.`pK KD+0JPU8 0h_P~kU f(J[ ~di#PIq9XI6%~&|;O\nL0/U.%-c{9EX(eGFm7g+Pt@_l>@r-e?RlHz$vCVd#o5!.[/L3zW0D _2pw MxKAr=4uN) +xP ,y' M4'c4cGw"}Xex:.%Z7OtEoR4; .{,CJM@U"Tw-NRcNQt$'ZG8rh-O8H~W  VQJ1W bEp_rrimfC&Z$IW=,(66>oXVx`sQ~D5T&+8O5;L@uZ$Hn= 'P;`vTF?@=J=caD d ]h8A;>`0Qy(ji;u$@)]KSj8`deZ4a#vSDDSDY|m)*VTp6K2 W=\.eGztCtnN+2jA};C 8wmd~DZAD\? '%n>$SnM1ukF9=Y^74.Cqcy6uHP6HIzoPCfyMGt0XxGP/xSuq>e1lR0t\Q*tgdFr7W3Z}>Q}su= 5nWiUbt/?qPo`-(2LE3  4 4VowlbE `7(P+mI=Zcni\fX(Li7\T[HggL-/.Q@WTKyo<R$WwC%Xk_ Lq8Dw,ZOa M6OFF+KxgGg0R1P1`+l>Cd# )x ^;-sz2/It.yM` Y#>L iop[ q3Y&8 duTg0Vw?f yJhJLT0h<M <~$~L9bk#l-%yh17iq?5~;5GQWn|=lXlY@th*)_5b@5kS! y F/fM^MlK#TZx /!cU>aE;*DO1iXD!fqGD>EbY*\*;oG M4+V$;c;uk@&JeEc p^O3VC T t|}4oWLZRp]X)#GaEnGl-w81r!nj4'5`sOr(/HX`7EqFTjUxy0W ")KSV'-Bl~iRH!A" JN1]&[_\ ]lcs'b22;^zwMv|_rXx1v'*=)?z`W4 }yzxs?U%d0 >hcvmwg{- z~/L{NkK#{;v&-=EYF|R[>=e}EJ%  `lYR5R3`F!\a bbg_#sZ XxMz=j[q^S JHJesC?UJX O}wl]E!PZpH=[&60BX#k<5yaC_O 9aBC 9U5 ^rAN{U*|x3)lPrt`(CbyUgE |N._jH3xdf6\I"` H(I@v>Z:33SrI&,X-l[yt_!xYeRBRf!\X,W#Jz+ {=Su8;#/>0D[9dkSTys? d-@c_K[uHM$}X_F1n9b&zZwZ[4F/K,}*T$ u4$^@"9@D3B`|P6^=oW}X9>uaL^*v3N'^@r>J-E\&Wql,S(a[hW6 ;,51z={P~\$D.y/hm\x}v`[?=`v$L.V9v<'#cG4";j ,~L uw'sS~XdA6,x,O{_g49O-'v'7jH'1"Dfdr:g{-sZB$oi( L^gjiZjgX,(-B$./*HAsnl7d nr Q+ 6jR~2@g5oc O|'N48UB_)a*U:=4=LV9 OT9G&r`4/Fa~7%>5N=6 .,tt'8S!a)G$Z3/!?7-MeN%a,u{jy [kW>PhmS;7w!LneQo%C# ~AP(@bK:*Fp]Rrym5YF#DaQR zGlLoxyw !CF&'RpL /A*4kT+zmL`[[4l5sx!%/4B2(vT+?#a0puFk>qafmnlJCmrfjAvw_Qf)t3TWMjd:6jt'VH J; /6uH'MdfW1rT6!nRpd<(F I@8b"B'OF+]IC*eoY[J*1+VFdsK6QE p:rf=! M/nBs*_N~^"kf`Bfwq{iIbe}0D((:%8g5n JAWS=*3QklnIw0 ;7>B_&6s{N2*In6g}rFYz\ o$0p:9N4w(ym0\>i;Uf  oWGD3()exbUA eRy7}^9=:6xwWW xLUZ^C:?td_8mhl hiB'W~+|IXL4Yo] &4  ?!2)w*{([z \\FMp=WS+l6kE ZmQ5}* s K W oa>Ad fd&$=cmoRXp{bfdv@Lp42!4XwNd%aY ss>mf*C_LO+gpZ7K,MMx$qV FWjyOXQL4%)0UHmy@q$1Ho@$!eliP (/Ta ,hX706WA6gKfPi%N g#e+*7Qm DyuZKyiZLb4i_%H7 ] 4jELvpgqk w.]CR#~XVBN<-R::l &)Cu D$_ 4Y%p]XamF8 RC_h$l]91kh 7u<|MM km9?!0DCwfzX|FY=Tf a !X&392UQ"2(V_ cL;g(\6HE:3|-_Uk7/.s)a# 60Nw72`gREA;0,):Dx'p$n_yZ Vy#%T|. {HibbtqP@H)!d|<gfDpU!bOW646QZ,V|Ri-`8^v5n+`5U>\M#: +1=x{i[BOSl(a;|[3;&l;&I'quh*M[Xu6fQ=%wvG82n@3'-->WqB)h{} zH]h 5X<F]dmlQ7] t8S3 m'zie[i9*RmAve5%pRDNNn^IzN?J8UfZB%CSJB7#"9?5&n[OD Io}% Uc;n2;-$C(q9U/(RPuu/nR8p+OYP/R]=B3FbB"M=_B{J?+{G wDP lo1${ mT>XO,O|$/dwdWT5O{!w} G4vQ%EGFv }da)_/^Anf##vP;Xc?ql}K8M6$|^g ,wt,tODIJBOn`dY=%X|u6 qF=dYJSl9xU yAikmlZz6+Y@'@g(seeh^,wvC.lD_ k;;u-G-*03xIL ;H,LR` T1pi;#@+0A}}l)}L{ax2iw`<'$41UlzJVML91Z:yo*,5Fj88B^BmGA5uWdT1D.$_#HwTU];&vg'd,QI1CUmvTu)sO+w,8&8f8fui4#nsoVyf~\l7pKkA[Du""cLskT{=.?yD_?NJvtjIMsSknT`Q2T,"1d]eH6E{cF/ ZzSth~IO|6ZN?d3;2nGc-Aq[ y^3 s2QEWpKHlO){{\&'1Dp6?97bG9yZ"s ]8fdru!z3h3__i^{9w,HwOqXe[O[\_=_RXhaO*k@n/v[kUvS?S*Pm{Gd>_cOHl!ikALD iG0i,Wt bFV5l<{zUe$k._ m,|?oCyeq@1;}ZXsQC WeU |X$TSPd: y#I7 :p +k2w^D!? b@[jQ7 s{. i=7R nuLmvFq Yl< :e0'nF0{t+OGyfkGZ4-/B_N*e: 5}%]V9j;-a^tfq K6K6E @;]X o{.678&y&MYj*X"uE*1>u&CMriMGJw; &KsprIs .jU &xsV xJ21 .032D[s|KMiW e*zE4g{ 8IX~bRc}tt_RA74Kadx4 _1OO LZDEd\g < \-jEe-*2LxtEq_S s^?p0"dQ3H/):4Hha~5;gDFF{ la]p 2,i"T(; >Eisf[CQ&5t)[i3\1X0 :d8+Fbsp:sGfOH)zRx'\;K@XaAjT7<+ _!h|.b)>wg]\z8!wB5`l:XFp$dewRTX33 *nh $dZ'g@a1'ri-dsYq<"  |0P`TbNo }f~LhjdPGEgvd+qJ:-8}V-<ch4Wq \P0b_LC bEKOT\$?dz2rgL7y{$shI#zj@,=.u'l+J xeH %nddGwZ/Z&r0B`b$Wv]IcJfst!.v;56w \| ) 0j$ubyPOR0.98cT"kZ_@q094_'?z) $9I13!:RF`_[C2_~HKusvHw*[k?^GM Cx+z\;C: Vow!VtyF,p6oFVG37;NOtqr%jO^:MPiB?Aibw3g?fsl3D [4_& /]#K)PKhI/6xI87+Lxq`hAuuW [p%.B|>X%. %HM-C>*q|z ju"21H;FIF\h9r@R?In`MRms:I0_QVCWv\CXy' &%LWE{A /P' )a1V*lWC C~z&N mp6%34 A=]*.Zbpok0x~vB'8jEj<@+O aNx6d^~}6SOBbx?n}uvu*:jY.IV&otmmm#ofYR=FI]Q}>NLQf&suVB0q ]NIwvUg?4A9,1J2dZ "fMTu^\~Oo7.+dIoC3,QydwS2cD N$R #$=0e @]XdbfOb_uHZ#7RY81v>$(:Vx)j@- nHDY]J:57I({"Mw HL,%FIGr i#z[8 4kJZVw}%8YS>bH$&P~>158`V{j>u8'3Byl`[^T]*aQ8KV]ZR0A=c1)43@/|XDZ*5!h :V$7de8q:xHDB7]<3|If<`~eJ9Dg`;~4VtF&PE:Jk@$'X^rH?VgdJNkzA)/_.IruNF/L xB+6)ng^2\-ma7H9['lT"Xq: +<eG[1jL).yg^cwj2g] } /XPq,wtaXT[%!/G[[7!M{}7)K_enAc `8ZwT* U?N<#l1%?ig*{[ BtponPrUs#a;=yjMSwKF'r^KxVY [*q}Y)~T/}RophvmNcX+ \h{B.!C\osN!5i@%zHW !WSai`LtKL!+[D kH5w*KK06k~P> z[InIKizg"b|]R3d8k* Em|f>jtp7OIgKK=S <`?T>o0VfYy5jgXK>X< 6%;Iz@qvZv232XFJ@c!>k}j~!7325^bLC>XJz/`oDz?m{#M& k Z^Uw1T e5~q92 \:PQ9B68o;A5% <4tv>`#4 xZ?AeXi ljeiVoe]VE-*u$z}1OhYv=tctwprY*J8` !Aj^Ck'Q>w0=W\c J| m:[5L [qm,`=I^@4JleS$j=]pLt]E03x! _# 8,7IdxM:{oTYs(c(I$HIF{jB$N+PVG@n (EeUuU_J+JScmvbnT&p,V/9G%  p*P9>N.d+oRdQFCHKRJL;&<[zRV:-Qf t@S6~5e[N4qtl;TXIa|cd0 $FTmvd-96Zu:g}dZ1D\>iT.hn -. kzSN&<M]/c\>p RB1 |`X3En$&DLa7,,`D>l$;}NZpVfd A/yIQJ4) HXXRO$F <2e a<55gR 6LioWT^qn<iN99 :yTP@CM)^v^>6AVoi"%9HLC#X*m[, \rvXD3b =Ze)mwp5>P(wV#bb17;s:o}7C wo{0r )`'>s8L$jm[&*H|TM^(]IohID"Q dg_XlF/""p+ZGJmV_P 3>Of&r6[)}cjooUSoweQQ7^nd+B= -  $@5[\!11R< ".c*QV3b3&$"$ ,?Q`|7J\]?V__![IK{rFcE  i#?AHh-#Xg{5f'b.cZ9gFHK$(YoihSFKcytZS*J4u\ W 7M8D_e+X8iO MA'U|xG7fmdFU;1$#v! 5Lb2EEBEFE>y6I/6;5,XS7ZkCVGKf>X \/5# O6cq(D^|d~msZ<|2pZBd".U,iWftdVJ<,:?S}o|hRK`V2'7,c_ 1Z .'{Ir#"Ifrohl_.4, dM?9e420t*JPHu#y-=Owyle`$_Sw@m\{e/zs65=?DW3o|6p @>IGOb28r+NL!d &&+Xy|qKItdK*, > $;mGK\\1 plv`hPFl0;A~U_&dzvgJ;!m#?`-F/x 3".>oYs5(6r4m _~}puphuDh-U,H59>(^ 2Xb%Db'f9K^m/JEJ4&s Ht,&";BDAR8p^{{rqv~t]xW8K6*ypty$]+7A<"`t%9 |}/sg]w0`8jF8|)_GHWy&7Xe: (?8uBG8p4B9Qz* MbjvJkRJ^y0erQ(yr[eL"  x?n( D 5r 0 ePAgi5'=XYmQP'$BH N qxztfZ?JJ.@o;?,=5~xJXP~c30q5(g{mX?L*WcT`==80&cl]|*_dBD%=C"9;z,~ r[+](=G1p?.2@BYuk*t3wn~_#{A &E9Wi\^n/bJ't~ W*f'H-1@LF8+!-\ @NVT9d  cgR8oLObvnOx^`VCN2HK8:Wwf`U6oDzE"~!t!\2498V@MO[{I}Jm|ky;ha\mkoR\EIN"qwN,%\Th1X=wAqR~~uorb>  }cg4`x6:!S,!>TfdMz^<S.cavE3j@ lP>]4!!>B !(9=]`2]Y%$PZGA,dpPclOxJq!U@!.Ua D?G}`7\k*A`)Gr9I{z"Z7n27 A1LKmWWH;7;5'->Vz4hwAfJA.HQ9m~Ao6V- K@f{\u<n#v w9QOs$I4;@z'4N8^tw`HBQx!Can& d:eM8_qcG+'DyrN8E(b;_GCS+c0l8bCZSQe?jS$BOQG<$j '7w9P$+SPEJYcibJ;?OPL]Y3f$O2 ,/Vt B%4J~OZ{V=6m0 L@q=:Lv/~e6 W(t&oH% }.<9Rt*caTZ$0q2 QI//a=Z=u{qTjtB7lzyl\NDB<'qC). Uphl6I+l*q3i.s('Ps>.Lu dv^q U7yRv4#  {1\vb.Q!>zxC;QUP|Ec%EIpH<@V?vi.FII$7(>e$+3r}=fL&R~ p9YZczx{rZ=-6;Gey4Qv{f<Ir '>cztB ^<$vWt   !61CKOXp ^pK'0B<A f RlZjy )w&S.z+v%<EcwrbvFBL=g6l2O9 ;utM^9+AyT+e}#]]>[I[`Hc Wu@ #Q!#")?{D=q;79:~2&>FrZ`x)[V, a6oDX/Nx/$#\t\x ?q&+~  >[&wP-%V|wwbCL.6W11!ad-+AS-~V!4I@(;L[-Y'QZ4MrHh%E#4[FndFA\fjM$uL^egV1Q^ @Z- jvF"Jb]*Z(j<$~su9EBFf[|U.I"VghU{8^>Gb`:/I f}HJDgc0!Z +[>nw1>WrbFv1&-2vU]~R)'tdyaq;a:'hzaUsb'%)FE0 sq5%'pXk+\wteb|agip@ ez @uEm.QO,C#"9fu=#E{U:j6w8' Kf-NBO'PCy X d hQS 4b":^WiWvm,t4[N./z4"'8/b9N97_MoGG g9u>%%W"H"\w=s,J#avT;CG.- 7M:cR,v($ ;"^wgbgY51)7;(G*T@7UG*HAC}, )WV`DL2(tWS\GZz3>:jJb=U;% 46d@nts0gEyA,lJ(+V)>V W=9?=#zfxI]*3%@vuq_L(]* RN2 A xHZj6:)K>&=bsk`T2 l.yIMV%Y!TAbs,D TPK[mPlzl#n"YQ<SZD@LVRe:`bgt Jy}}A](K@%Y9*&Nx=TTgdND4OZ5n :*.JnA#)tB%YfVX_Q !wxsp7%R6l5c|ps ;  V~G y:!wkWEsTw*$^7Y#]N{? y1O88.uK.e( @jPt^'(s[?Kjh.QOt\A<bT[9?dv<g3Y{9+ ^ "&M8\&eN<X^%i@\0'jPD5 +{\~h/1t_(d[yoliDAi7l ~B' }Bs$Wz >d)XIeq?,1=:U#ZTEAfX H2MB=sy( DAfj&0yIaz"Ko}AqIP|#0 8d6{L#eIrq:WGoZd|XL!AjzA=pO|CJT[d~]!a@P % v]^ m> & 3n>A0F [3RIM,&7DzV;_L..V5[Jne  N%Hoe|tO+ R]jdjWq+9gB^75UK+xa4vV[6lwNST6F:4" r;s> T iQr!< fG7RvAG% 8h}z~vx~ rd"dS3x]v^C.f*r!"8#Gw{E -%7><7/ ]HY<t>"{,(R&0T @&X4pdw6AT]qk Qsq) I5[ E-c]zj _gK0!JR$JtD (6^= (bwppCeb]E) 2'kSz5D5#^<f/0R?~ z9sD@\b*@-!Rbt9y 4pih1'iVB;.w;b2&&KW MUp/D^cBwun? :E >\0p!n8I=c|}NB7a^T*;/fW)%ErVXpYvrb.~%m2 "Z\TXphK@iz[5JHUs\\HGE'>[@d*`P<HQ 's ~bSP*\7N[tLIgzp1$3_FB @[^yeW(!z;PV{Xy<eodWaZ/q@K&+2p4f!dC."5{c-pZzG *5ZY"T4iiG|RFm E{tLj 9"'}ly <n-)L8#)HRBO@_ANP'AZmqumJo0"gi8&8Vg!G'jjyznu'Vg(ujc jH t,*wY(Rss1VQ6=S7nb9of^7}MHVXW\|-Zx44CQLTC$K6J7%3/o jlJ9)51Q  uY+}othP1mQid[ $s0"JD8yY\@9jWG_bN2<R0 [.dTBc!. Q=RpHa#0M|T~f4so`cgi!&`o2 ;ol(F a1eDy7e0ZWH}8A",\M_Bp !IC_*r@oC" ;`xV!WhU#;x0Js9p VM05^:(cu_mS$Enu9+F?;>LJ#2<_u, vIh:(--=tUDqH{i@JDo\>iC:Yq7!P}wv=H#4}1N;.0:~nfu' hNeEV]]sqH$U92 '8QXs(h?|77wb;s7vA!Gfu:6e4cha^yGWn`TB>O0SsnWj6{0V?h6.+qZklP=t5H{b` 2zHhdv*%Q :NdF}WN+U[zNB& w#Kt ZS;?n.9Dob6f@}$l{p[E42&2#\+xDE0dDq-FJ\]<j" I'LtU" q:q @ zG :6 ) lky[,y5AFLX9q1&y@Y4WGO)PHCenk{K>27'\/xU{b[N5=ft)(*-13>y8w;04U}J~| N)utfw$l1qy#@0w%:(AWGp>PnKYizA&#R{-&h#"15md' ONQ#(,RZ(N|QN:ZhP>5= Ov,_nah#(:FK>b'$pN2@U(*(HZM7j~{)-cAb$(QT| karYNfsX*IL],w]=  J"xk#OMn}yN^F- |~?`@5.([,2*h!JFLmZG$q,EHQUn#d6 /\ @b{us[?2Z d*\fi$^Sjw~LNRZp~e@a<:[}j[t}^d9) e*Rn=W@vv 8 [+UxrD>ddVL[OGo T FW(bTM*QN0ojI=4 Cs 0kN"b2KfKvYBHMq>)^ $2.BMXkh+jj o:hhG,FUQSHCD/d8/9D4d b;iNZUA32Z,' s< pN<8)+/nnJ*TFVsm6`?_(^f{0hAh+evS"LP}@yuqX?D`~zQe-!ANcT2 !<; - 7Vq.s* =d2>cUahkovvpM"^ /?;#tX/)*u>wQAv3" lgSr;-1Qv4WfU/>$;x^}=q-08 ;LAS]E8 $&EAoGDYh  c6(G\uQ ||zp,J ;~Z#8{e[#X%^',&6yKE6qAamFL*$)'Il  $|>CHJCkPD+|\1wgkjA!5"``-qV~W<--9Qlt>}bPVOufI5yQy /&3l'Ik n]?MolH`,DtT*+Pw:}'nz^wTJSh(VC",3A2@*  $N4gYkhTW0#Om K:?--Lo ^+fSufmiBjk``Yy* c'T& *rT?GU>V31&'!$;f 9yMBDVA[j.O\BD^+xRwqT{2k)U=HYSx|o:X];s2T E%Cdb&RGvPlE i1 1P o4A6*-<8EnA<3y-Y_F"=9<yVT[M5$o,7&  /UHm p_Z\A^engPR?.I8r3j$<>bD0HNTo_Bq%  KTU+0 ~xn`bl{ S2E4rXvB< _x5cveYj>exxq+j? b \nnuGSlNTBFW`kXIU4e-~Fx/a+#*@mCZMRv)H{[|P-rec2iGjFj;r9{.xcG7a''0!;6,v 2 3zX;d d\OF6$$rIUywi1Y> $m~mV$e b0NsGiw%.'J.d08vLs.U_B>GK;--F%gaf2GL0M<'1v<Z>t QufW;+ #RyoFB%GVaj~g`[A`0](M#`4 [~R3|7xk2fMl^O?=Lb PIZZWdz&Rt  H8bunX5 r9 ?!J3BO d]B('<Uys/e/@D'ge5u_2EJ/6O!x+\56S{ ) H yoa4GT%9=eE-+ T3JZl }?A& o&+:YPrclwPKKOgjKvc:}W`*cufr~6lcTw?o>ocCrHE W hM=_Y_s)IVND2y4ifyeK)"5Tt'y|Zu$aA0!"/>VNZr$Xx1w)MEn,zAhD>929pM@dsvqLjkxucoS_4N1 !8^lPJ(*@1]Mlrc1Ex+%TB ]e^MJD1 Djedv'[b3 6?7 *sue(pgxhOyFv:}  qU7%KeaH' =Q`i}aY?hGZN8b+IY4=yV[ib|wS"  sUhyMRC55N"3"P( \D}#W(h ZS_x+gh,|^PXAcmn`-@{$\p>kw`Q?4-11o@Uz8JBNa/$_ltVQ\UbHb0rd,eF_b<`H<V(78BZh ; U@ij3PwlN;ARQ!>JjvxrQ'wQ 5>%  >XaYRNd,Ym7rl]cH<* hF" l>  X!2*AVP\_Ts_z'?Zgq|3g9l!Zv[>>l6<Y~l[[ y)5>0t8<XghRDHrrETUx;[ 6wuA 1q 9&?@.Zhmj8aU\vpa^}Nt!HI-f"CpTmD*K]WAviY\^7r qPVJRpq4vgc6]fzdLLQFB'pXwy3{+;Rpor["+) Iau(9WZp1VKEC2fBMf8pVECLYm"{$.:@JQY(O^3qz~v{oMC$ &[:Uhjet|<6FT} UM*\0@GOBudQ$-q9 qHY =G}anRO\(ytWp8? Fu)caN='$}R0*Ch)&) $K,To{yA j[p]9*$ *UIw)Ein^J>.%!>M^EPG}5H6LdxZ((h]qiTx`i tPK0}qWv(k L,'5H^g>SIo,i* k/h+9~x JC t` B;>[ZnuuftO @y') /dP^5Pfa}xv} &O)ya E !&P8uia_GdDZ\M?:@{nH u2Ny)N j/t?oL[\Ew)!K|ya 03O/e{#dW9'qfj@&.C+jqd4bo.=?IRr_E`U: xeTJIfO'PA.ui$A^_5#EZTVS N1eBSx_e7~XIqhT.,7?IWquSi&9 <sHp59A<ix{oQ]@Y vOo:>; YM\A 2^c&l*-uki!7*;]5$Xn+kAq'xA$rb6"Szf_x#>Q7gtpkn8bzmt;R,-8t2A L}4W.z \(b}|(Dwo!CBgBAaBzcCRC:`8B?NDrKKJZ@1-]7 %A5B0OXpe*kX d^t}8N|tqrGyuw Jq8`CAraZt)hzNsi?ofV3 !4BHRDTfb|ukE# "/I]kqxpjk1yhk?&zcMn+@ -RsBt[*e*/1<@*/YqV84Q{Ea('7w,hTJNcjo}>?7nU6P E:XLjvxg B:dQ6:HT`iq{/u>gM`ORM(EA?=w4T 2  {,_R Qr#6J e~|gG[`kY:kW:V]\ZYbc_ha<*/;HVrbQ4&FMJ[<^'[ K"hXB 1k@-VnvjabmBtw}gcbBVd8zaE_N1]);tqH$N=1^?;r )4c1 !0%ZT+#o27,n0+(!ATYsp@(sDjq,.F!uNuMEtWF5v_RZkvh=kK( 06AB<;=7h;r]X[TcB+K=Viw}kLmu \b|RQ5:f,SsFZfo?k~o[Gw0_ Vis=EF&sag}a|/oQHC>>Oolvu#_EdiGc`Y!V`Yip'eR=h=kT9a\__S\5 $$.." Tu!r&s g s9ytnWz#v~zZ1C1iQbW:}' s]5[^sJP^;~>kd`q>Wv;-asps=nldXE,r glY" Q^1#LtlIK;f:gE^GXEZHk]y{upB~zrspvEmO+ 1-bO}1CB'@oLx)o\B q)C50"!1jHOODJ?!{]8 Qr+~W$vlva~'g-3A2 HscRM6#o&! W">Mn{f=\'upNz_;-FV-Z4ydcz^LV=OFOT[ZmR? gE98;<<<81(*,12>B6Rj!!4`   I#b*>^Nk:@,Yn[:xixVC=SN TE+@RSSHBsf59%d5l`;~nS+ #JZL=9=M,o` j+U<s$Z Ns AbgX48~7pO&Acr#2b{}]5} "z-9C_}f<1m3JduxDyWZ5G>X cg uvbR6,Jr 5\t1O$}?   rkkhf_gn}_?&@b)@esH P"pry}PFq!S&Dx/G_PNCB#l2a--Tg\8  #8A08/-,0316Sfr}B_6TUSq`Hn8 oH_Ba #{bL?6' (?[uRk&>7 w T-!3/Z]A3z&bL8..O'n%"2`]J p/!}lU8h 9 ?ljYM3V~tL5AXau47[w ,E\ $x 4FPXme:zvweYRK@;>GLVQbu>uf|Vf5M8i}Y2wIzF UuD:~& N=}1jAy4ZZh:6Hk"2\/0 r<%=@z0`%B')/41$kB "Gs[FrT9.2GYs', @~ 6f4LalDuq{ VAiW+nrz=/<AR: ' dvF3~=JXvr7Rg:%/Dik:/nn6Inx0^0 ",k:DM,^!fm #Mt:S%u gI AcwCqoJ' {NJ  >|C38%!G$+30b*.7Z|yk}jh{R<6.AyR\U+@Qhpi{^=PLMK=~(]5Z8" 1'Q;wLc"6N/dTzx=%)2 8#E.Y5f?YN8^ mi(!U"20gZ}qB unj^BDpEgNG?RP6 \}o.ksYdJh3}<l f#;EXwbPK([^{ Ab5@ l8I^{/'[qp``aTE5.+4& $x?3uKR[lolq }p*n|xdL.xgN?B%FOCAI[K="7BQlsZH@ARi6wCqAf7M 4)1@BT1% [NP U;bjw}!WKlT1YmS7ize`rb-s (3/''=nwf`kW=&6du.(  &$V)7EPJOYc`GT IAGeY+x#(0$Fbo}rh7]JFQOF5:C!s8Za9| m@&&Kt@r~h}QGDFYvxOZ)^X@zzO%Iawf<$}F)Yp{1.P_^O|-xkXEY7*!`+(7#G'k!U 1@>g8$ Kn ,,$ S hJ;M)Yx~pT0 l"[O-l=vrjZFl69 d@/ wQ&$oadJ;$$S9s 3^ai@k*DdzW)jbceWGx=Q:,6 &.}Vi? a@p[C.5_yj YVJ=m#7A8]$W9q#?4hs[$Wppn*T1|0N vLv6C-  #_J!)xwK -PfiV{ Z8xJ?EP1mK]p8 ;l*3O?O dltt mLn|y"p)`8c@1  <di!`^Eq1?erVC:339Fah; 3CySXb0q}?pZ[fjkPu:%% <@\rb(1(yR9*V-94+8$:,>J;wKuk[w9}}u]QC+i=# PwcH&xn>e`_{YRKN_}2Mo mV^M59R[_rkLp=Y9AP+q$+*8q!+13'2F1g38?<78+*Hm +FlQQRDNHEN8M=TPfbzq{odW7. gTKTgvy mHdfpT*;$Y{vwTz>DaH:8zLUo&S'))  iTA8G[h3Mdxvc3 ?a|oO+sO.3@$I+I@D`CCEN-YrS7T^0c{R8$*l;dGXO=bt}Mqe\H- "8Pi U?j ,DTffu;~ }eW)HB6e$/^6Zj'k1[4?/)b~<vP.] \8c >'.)%h.i@sOUX^u[^ZLo=$ ,nZ,Ke+43')n/[qrny7PX_|s5nI$i<+;RkiUD3t$h$b,e4q0{'qS+~XS4Q5%'D2nShq}%?f,Swg|77Y;"YwzhCk= f"%@dT7cNGD6/f041j3;PSg p= 9MOPHBpR i\A @CVrwKcm| 4*/'I,@b`|O~mT/wZ`H/> + G[0.lmDt2qF2s'eYJ;1(r96[zyaD&/}>8ibi ~H} s"@VTRRO?/0EVZ rp%p]Dh&AgD.wbL2 Y+-Su6 H} ')c8GTgnp'qxa2*Iix}=s  ='b2=HWgwt[6WX z}{fl3f]Gt-1 vN+ =e!$15 1!).+>/T,t,8Rl~<pq0M\09P5CQjuKqnmyuoO\9&lb7^BaSx^alxIwT31= 7JtSE"4h~+0?OK3wZ4 ?WjD"a< k9nKEIkPWh| :q).$:O]p4k8%^&}!~mS!/bm.Bzf6 )9J,g3z7|9o.jlpprunSWE)5"rN$oT2MEIp9i +C\u*_J-dug$ 7JLGm@P05# a2vgdN6w) .9@GOAOMH?< : <;!A?U`sVwG41VW{$6=^@x, N_ '_s>9C5)F{M*+,"#6^Ho}_zF_;B1/$(?GT\QPb(;HhF2+JNO%_)|+)2D_={noU3re^\^s`O_O@*fdMVv+E *&Ge+CZ o#~)@=OYbd`8_b]er Fk|ufO- iKO?/R'%# % G"YCcTjUhBQ)2 M0Lt|\;lJ3&*Dh,l;NV^lv}iE)"r&X0FG<u;;?:2 Etz}PM}oe|K0t\@#aot5-b+x? *?XjmomMf?ZFSdS\hN}@m(zh{!=HV[V: fJZ?o}2^,Nt T\95}Geqy^lUZQIL;<+$ (:KNLQj+@\5s6W_]PA4+tK`K=686(eaD-!V!zz *SuHz'W 0KYc c9Xe=!sl aPA:<612Fg +gHKe' #p3CJdJQcr6oNXS>R&?( vS>^ j4lU@:E\irz % J@pq&<O|vvtVo#r\yp\QRLB6#tO/ :Udv&+Zs/\rP, '6)rUIKJ87HHB3F p(YWM)%oFy}hJ'w[>(oeP.qg\G& @cquoeK702*CuB*[t|#}?UVb{Lv7>p/I& g7x:OFupYJM-V ys;:O.|OkokfS<%5Uh rPN$.A^[~:% (7Kk}fNAAHM8I_A0#B V-7\f^B d^k\J+g(<|_ZX7OTA~516;JnL#Z'K`?t}{ m!`2F> Pdf;2S8g^4*v[zRdLTFHHG[NxXi{1mA\lyh[hX@XXWB[&Zn"y>^_4x_[.1]{/BJEBKf!6;v,aH&gUG42EwIX5OJDCIKN c,)+!]\-A-vr (KyAv$6W9e;Xr -1/=KB*o:h7 x;Q2#*4=IUT{SZc`UBQ0$ .q5@CN'd(x" xZ0%Z00,8RRYH+ @mOscL;84BdB8%2~6Xa[Gu#Z:S #:4Rg}g;M#r|O3*`96m!e ",1D_c},f-] (q6OL7l"O5ThqouPs2`= 'kMMq3* O$j>9IQ[dh|hs_jMb,ak~+V^7F%j'S-<GRm{hQ24{wm?.Tak8&Ls>ZQeZt6ClOEF@x22DuW^nU?- ] i8\#@`-^r<<uXhN.Hx{fg|6CCyjn+?a 2*E[hhP/# BatO  _-*9|AOZ^T4 3mYh[77e - ">E<_&r@!` A %3 i >g)[BeJ4G?l`wiYYSe)SOJO./jK0AI E-4OkeUnY3Y)<Xncphr-} ;d#HJ%3:6+%6=77Ks z=+3x|4i8.jNNmcBMf&bN/rV5W7"}reT4Q A,h]v|~Kvd%9>*- E2p9?LU\)AGe9~B[k2jNM]882 9:"FsKOR_lw) %L`cdjv6Z%wDnZSXHISVSA&|Y=5w9i:eqw2 s I-'$ aQahT.6{ hMK87V6. -t va5kceE56X:}:z(@k ;Sb;aH'(XjC[EVcm X<VA$|duunT\!YX2Ho>LZ\VaA>a!? }fQGGJ}I|B3w8:WM3aN4|ft"dV& 0-=+:\okH5"#" CNl4w/~3<`N?Q5ZhQlcmic'JC_R[ba[a`N|sM uh^@4%, -_+S2so%1.D Yk~sox|n:W E~D?m9C.BEkTNA&xFQ6;AxbTJ4(+(U' ]9=x/,10=JKRIQYiCjtXH M[R+B  )-0S*Q'WsH-  .Y{"YLq|MmLsXB Dq[\%.6(C Z\ar1~tC$)O3i9?HXrMt x%T<$VZK7 #b^!fkk?YKXgmG.r,z?6Pmt7W9!>lK \WV^%qEVA7iFWB~:8;DrZZsWn;E rMRWg%T}zbx]|h|*[F :[]oT`hV9$+"+=F"3. )*!;EX_kox JucH G%f)fuub<Bji~YEaX/F0D[]tD^=x>.yGga"j/%b[ `C6 k,6#b(DdgRu WBGKQ84C#[%~+1&!)*bnJ> #8\eK%>vgQ<4/"7H@? =3=Z'aqiU\#c.6u@d&^gkmor.u~yl{zX9ev8~uRX/f)lzMlkz(sK*?g]s(0OxNS$--#'"Qb#0,->JMD 7 /2;LK>nv.qi7_OHc"mv(E>$" -GohG} #=Z?@Z[4ws|dC%oc Xm'MP&kTK80Dgi.H )+Dh$kRQt54n fWB+ #K^G$&3#GQWsq $@[k"|smgVB@.$00GJC2{l^&B4 Wp"<94_skPxI[~V{UG~'y\\* )Y8"/Hbl [`[/q ,.3HmH3 .bcUPgY/U]XQJ9,[D &h \^x0N5Ru* >e#x0zIzd|czBs5sbu7vO>r s5{`4Sr=43nw)#;XqWmy|l~i$695;4+x45pH-/En\P<- |[P\$CS)R*0%S53A<%q7EdQhugNTE>2 ,hB4?<&1J Jx 6o5pAVFkTvqmI\M.WnKA5&Ia`V`u: "DU"v48V$ %8x1Z$:1"6Z@J;%\^,v ZO)Fe 8)kgBSWh.hy~q{skR)1}1_J?~"{i{[,nR4 "!M3 |:#IMdDEW9Co Ii3 0B\ai0HU{|eqW y 1c f"/@/R;\'u/6 !&)9%YidS@LRK{=J43%a Wz ]?|by N=xYJ@pM2a`A$ yBnqjd4\}G&|Z]:.8}2J;; 6V87).IP=#f./[ N~K 2TFOOB88;4=Z@kA;CHOG*_/C _xzkwLm2/<L[__oaYjmyhWGk:O sZA'-'v2lAA5. 95NG]ChLsFJj}$g H{bCFcwgC !$uSp* *Vm:VNWfU|EJ6Nygx}M7dkBK0V9PU6v-*P}&[hf@dkeem In 'R>3Z1t*#vJN.,2:^A[z{#  }ygf>D/,?+&A a&0~NnHz!D%M`50!^$"%)=oF;>,+LPs6p@Akb=7\h[I/Q=mGI2a/[vyS`BF0i>kiyNwZm&+,5Jh)66*%,/9@7ia1.l =Aw.fvk3k)a>.Zv%V bR.mXC4A0MIJr2 . Fe9vO"T;Wq$Yvga4|A*l: wx]MA-z F&).0/j*9"|@|vlW@62Z!JST!b:Vt[); OJ+:b&ZE?PA ,8OngbM6# %TEh%%8 <5#XZuG-i1 TM`SZBp_g]B0S(( >p-!Nj]%8w[-vA '<ZDDHX|vgb~bFbafnvcQ^ 1B]izV4  '6@DH>Vv W$;+-4,9#f92J\*h*f\_{wldY/Nl.2=uAf0VG@9u_QQ~RGUW#`wr@ ?d@lY\gg@ >MPw^/wQ!G7,~aRWu^b^JQ-Q`wec / 6S~``fFZF,smc}i|siu}Kaky+(i `w)8CJNXdbO6";|]"Atj1 uC"4MPC.6^wZ&4C`YF 1K6VVXjXr]me_rLx@mEY[U}k(~_G+;hZ~-`trt24)d9 KjWY5UR]|nSq-hXAzpggAo|yXK0Ii)CLJ%7 ,jnn/z0er^sO0(7^L"X` p"OtyV!mXHG<42.!^ 5^@)#'Ek1b|N!@"?^80C 7[PqMduGjGfN^FH')'L{|Y6 U& s_xKD8$^D+1HYgnOow&V+Q}(tHP3"e0."bII"[+mBxp3i\ENp <NI5mxEK rYZT6m'Y(W4BIT`n&]4}aI;d= ! 7mZtldI%(X~Aly#b1A82/2576/Z\0 +/k#`XDe4i`ao'jAdz/Q~ccaHY0P!5  AZJ#<b\Zl(Ilzub)-RbaXI=9;75}0y,*,0 2S/$ sr2@~>[:'/%k:]@5AT|erhUC8=9[jypgemsZQKGF DIVjx}[>& !4Tj|) (?@XoLxqcWK'<f&+TLtz(FEC.|F&iE*pPU/E9z~sts<S_`'Z+I*-~zut  "/R0c5cK}sS ">D?;qk%@2.!gF+ "0Npv<4j*<NaxsQ/{h%Q$<2:SxW"RaCW1BB.<$/n#AQF."S*"#ST(,HW[^ir}fG"2Lhy~s\@,,>^Eh/0/9+p";uv38l6 Ld9omz oiecbj)sug[U]2g&u*1 jEY%-Qy-MD_qcda9^vWT_Iovh$Iz( Syp?@s^l.w`eZk[Y`d^I!wrfyIf&L3#~9qKcY@j*x) FH]xy<wuX.(4m"%2r}_/9 yx{c\XMNYMR\o 8fh#:g\8:(.@E{&\2 R'B4tg)Bd 1Tn}Vi@>U T9 Y* cM4^dqD, T)7=>8[8t=Ur9FKKKG8" eKLM9zx$$"RuzJY#fL.AfG4/.) ; 2DVg=z\vy\I@8*\G>>LZ`[QE- !UgMSA& 7Xc!j.Lymuw^<Ih]l^V-_ar"I0h:z1%~&s8i[gc\H3&"'>Zt|ky> 40HR^caXJ;#GXLkm3EOzP&^c.Nn.Z}ieUOU?c6v'|hUQbzE8m#?[qr|tB[v*R)KTt?w1jL.q.yzY0 `O>)z& 7A@CCH/T[k 2QdaU!M+O1T1K-*1?Y)\Bq%PXOPsd]I- jyyw+jX@MR$bYdx_#kE?%m+5;?ESahaD&)B\kooa%F4)7+$'%>0TBicN7fwIj= C tR=8 -*H^x\'*:Oq i_[YX$TLPlHM~^u|h`agb\a3h{js }G5j4ft\yMeUNg/` : r+2ZZ+%`P) 2Z|RP&%gWQXk-\&BBXsIt4vb3ruZ`B4)wp m*bMPi7yFL zEl"8<1 tM0)? 6 nVNNH4&7?^auudVay   iBpvJE3 a/M`>>Tz$>NV]`f+wOcj_LB<?HTXM<54>JH;&dI<=GFSqZ^ZOD:2<#^Q!~FkH$6Z`4%R`J GIZz@0Pn0=HU_k} #25( qZF?=~?R>;9N xD{Ml?@r93_  3 Zx-SuO qDs,krR5"n -Om}+5yN$mbbnW?sI"\4}*Mcllhb`_YPC;:AKTS#F#,+AYr N1Mj !Uj)~7DN v@Z=o+\$J/-BT^esse_ezM 5e_-n4uOez )/##:l> X@Sd}U7"#6@2xHl1Y U&$1=RarMHKQi+&Y8{JVVNDFRg.Ytyn[,I>IMe]r#CB[bn}x{iQ<-j#- 'LXj< wZLcH(G@.xHc8;VRj#qux~waK=1(j~+vv~%]<aS# i7]{T  4RnnC z4zjS0^?0/Q32 Il&15%2=*G$A+ {xgy<$8GOJ#?DDeb~-r 5^~QrZ:^6 i V/$<!L(MTy0^"SL}+$vT=7;FV*hEqZqjk|gcaaeie^XS]qsTw*aG#rOw,g ^[TAZ-U:' fv@M_q %3}=tDqGzLSPD1 #.7+]%^%,1S@*]rzqdEW^httSk)\ I6$%?Zi(oK:} Hy<w0q';K]nvYA-#"K-=TtZ4ck'N;9O"\b`WHG4h;_$p0\f"N5 %8=0 >gE 7Yp|vcUvLiSaW\S^MfJmPuZ{swhP0=+!,PC^nvQzyyy*uUeqN*}[r7R 'X'Nfc5D/]4 (:V~z,`2k2r !(5EO[u%8 ONk.|hppz6GKPY0hG{WeqqdLi2I1X-sK$b.{;r^RAm.E wejjL+3q %473&  rQ(7>.P,]+k4yIt,dD}P;nrP'LqpI-ocR:6  1R =Zx|V1 5Rtq.`DRbJOe 7_(FZgcQ4=V%1e`5 25$ 09u;^??Og~~k\J5"Hcx|e7T9\m X"uF}j dl%y=a G~09>GH<5:EG@1( s WA/#+2>LPLB46Pl<v 0~X~u]6  vvrrOj.hxe;;a$*%Y"w$+:Nn<Wl}Z/hE~xumY?`">![xgQ@9;J*j<=--m7a~}kPW&C3$hR>- 2Rlw]SL @=-c~+Mww^F, _'kL5!$V".AR d.m^u~&BVfleSK<# RrW(@%, uM+  d+V5P5L8A=.CA:78:=@<,lN 8"}sqtJHayx%X5c}T/~^> |,h0H.377+|x}v?enN26mlD 0Tm{BpfA;eC9qt5KPhreH]'U.zIyX70WmZrlZQXdwoYDU*, z-d@aNxY[TCE0h!*?Z 9/ =/H7N.^{\-Y8# e?'T?o`L;!T,BlAeI?4X&[M;37$B7NTYyYNFL Y@e[{o~|xyxnldR^4N1 tTK"}i]]`\N>.2C.R+a-u-/36AAiO`w+>fU9t WwG {y&j6~L~eRMRV+i CwhhZB# u{[}:Y&2Hjzfa WKCBCEHJwKZK/TivO'$+3?LxPvMzB.|-6;7*|&d,R@LWPhZz`fjjh[LMb;j)tuj]MB99C_C(`P-iwmFACHS]`izl[NA$0,7IasvobWU_p}7i+m%)*0;DHj<N:;L]jWiaW|V(UH/gVKE=1,))) .8I`;W`]^|gopYx,`7A?2 )b8k% )(%Hb~M4Sg~p=spnkknmbPD}BuEdMTPIKK=T!i }0\;,=<@DDd6(!oK , uc]RFEwSYaDq?Mm0S},gGkvfXLJWfq#w.x:xE|T[M8'   wV<&oVA#?j G~qv8Vu}I H  @uHal'kHdc^s_{i{qzq|[2}vjqXC?#O kFyfTB+ +1;^IUg/d:h~wtpcTO\st\E4~Y 9-2(;1=;>K=]Hna~/dh@%:A~4a%D' '.|,g-U:GW1z 'Vz 2HRV\9`T\^R_DN+, k:  '*'1p8j1aXQS\k6S)h<sRsjok_SKGDBFJ@(sKso\VM?A&<<>=9;E9TTclox!).&| eYUUME946EQUXbjsQ~4 (*5^  --BLKkJ:M ,Ffv`Yh  =]F~q&Sswk~fze|W{@ua:X-N u[ZI0@>85?XfeaeryDp :VysU=+0@6vU3JEyL [&egV&OWg`8 ,AuQjU\SNXKjSbob(  1Xu(9Oj0X0tcErW+rW:`<#q8+<A>:/qqu}pT- "4Kas\2s\I9.8OZ[`m~$?[s}~?t|jZM*@_0!/OjdD,$v4ePZzUK:% :Wkrqjk7ilvW*f@xorl^uLCANc#8FX`7\aZ\ag>t+[ 7KTLqC<9,i.&5dQ#pW'Q{}I$  %B\vlL, 1FXejoCt}t5r`N>w0i%UB? Vmtz *NuO MD}ctzjZG1$=Zq~x rk _I4 bG9 .) !u}\G5&dD.#%5'H1T8^/gz/`#Nv&Jd!*.&Z0 i(B0': K_q[>,%*7JazxcIr3h$hmsxwjZ K 8 )xT- -+S:BFLU^j ##(3H^nw}*h;RSHuFLJ8  ! xji_; (Gc|j`][]j~Q}wU?2$BksaUMFA8j.G'+<T[h!w\6 %/?[~$Al]WwI>3) oXA!,Dp 8e]6 .W|  {tsvtsolcQPA>63#, $  'MrxcDEf+}zk(X;HM;h1+  4K#c;{Rg (Cf  {6XzPP1 xfVB19Zw r?Nf5'(3Hi}j`SC4=&Wp}dSLNe>a{!<^zu]PJD<::>ACB7$] @&a1\/*If{~xz$=c0DTaw0DSW R+FJ6i=j5Wv|_6 $?\[x@oB  w jS/ISt L#&=\{Fw'C`-2XMYVNMXexd N5>d2 v\F8.X,0+0 :@GShm{> nX~@b-K, 7T{2a>=M%HbtuJH!/I~`Konh^TKF?{0jWKMV`bAo&| gI*a;!)?QXUXA]h^dt$3BR a.rPgztdUJ?4&zjZI:4455/$&.568~7r:iFZMJR=c:5+),.28?FKMSd_;qz`KJ5|#8L+_Hnex{wmc_VJGu6! m4MK8Z*d+n,m.`+Q!9 FS) 2]8[{oet`fdXrJ4bTMGJOYi6KZ*a;`HYPNVDa0lmpP\6A$ 9b|fN8F%u )5BPas GtnG! BYbW>|b>-;DkPHd-|3Jl\Gq!w@qck[G+ -]Y5'BXkzpd]P2ymd^WTMFnD_GPS?`/r#  2EU.`CpWk}.Miz}kJ*  %7><X0ynK*)> SiyvpfhYFB'_;h"'g%~)e;TNL]Cs=>KR [5gb},WEvw<uw\O|NuSwW~ezvi\RKGGFCCB?8 /$)"&" u;d> cB ^6;]}';BPns >/Z<tGIC3@k  _6Gro:Ej}aC `D'g/g6 m[PHEL_s 9h(5BMU(_Bm]z{ :k}{zun`K<9@IK@537?mDUKAI4A#9 1.0<GO|TfTaNlM}H@3|kV>#| :uJ-q[ $8H_xn!7Lm`3t\8 f4tcRv?f.esscT-CF;_Fu\v ^9tt_]RIPBaJ~Veu:[|1No>c (=KSW[Z F* gJ.q _N@1#"&)"*%'+5<F#N2RANO;\!a^R@.Z7*@P_qytz4W8u~;qFa@S5?-&(Z6zy}`4,Gf &%" 6DUcrwzwQw'wtmihfh`N8$ynfglv$<U l|!-Ir~vrt2z@xZrxlfXLG9% &&4)?%A:2-.571$2Ocvn!S0 '6FxP<OG;(>a?)wbWT&Z,]3Z@PQcVHj1x'! (6EZp!5?;-oQ>;<5*zz_qEm/g%])R5MESU[bakhlirgt\qUcUY^SjRxOOYciggp 1[,M>hVhz(BSZ`as`H^\O6eB!mA ~iZYXJ=0$$ &*,2351'6FHLLzNfWPj@8312@R;jQhz % .!100<&;$paU> !,<HLNMJD ?#9'/,/ &sMn-N 1wlt(]7_6\9Z Ow"9ENQVnWJRK>(Y~,^B-3]x $6.B4H(NX]^O4 Y!wlBf gifcfp~0Le (Fb}ycK7*&''5%Q"iz *4 440" |odS;#vpv)) &2@Es=[,L>+  &!N &0G>oJOM1C]4m#u 5Xr|~iC~zukY=  U1'1@wBP?+9.y[H'@4BAGRKkIwDjAJG1P*R9SeV`io&Eh1FXjqkYA ]6rS:+$'0>O`m~)e/Pn"A]szmU9kHj&-sj9: fA) *%N5tCTh ~=f ?PXvq{k_WV_gj_d:\"TTUZ`n~ %)+/,Vy kT=pM,(@U[i?K. $8A*@BD\\ww~zphn~dUlN\II<:.1 7=EIOXeq{?c!7L^u!:DLef<nO1wQ/hO?.JlL73$=)K-d/{19BKXc1h\pm$/5) 0c ,U}eUfxlV@7:>/=W1v;JF1u \9%%'+8#=1294$tEzFp9 )Js>o >/uHXdi7mHoNfRU`JuPcx{ydn@[A'sE)v M5**IZ[[UC2|[k;F$)*j8P8=5'27 8 > Y 2f .I_ bem#w!!lvAEnVJ$=-04%:6$$4CR.lf/5cZbP1$@SD* widO{S#Kl? |m^B1: LQ'KENNWj_WF97Y)o_Tg!AAow%#(52%zgN5sjki\PB3/26?c"5@O+i+ kK$~hJ%RdZbtqdTE><2,'.;:WY{|Bp3UditbC.y i_akjdN/ %<Svl; xnS]w~mQ'Mz%FN'ds0W8p 5,UAp[w .=7+~v ~yU)w km~N1AD L7XJb`]E#o3h2Fh&U:'m /iWXYtCs?d,6+ ,Jm tT*>;J_o^z*}0=<="C:C>4/$ 36!3=.i& 6NS\`w[L]vT{{M%;Skwwz~lJ*  "1I1gZpwz9/V'/4/.A1Y+|&@LLKy]ac4H!gBz1@t9?Ul@K<&x}tx< ;c %mVJQi ,BTh|,5tLR_?j.}1%9b|?ywqvm@/7tXB-fQ6z?!qTxCv< h ,)2a6FH@-#)-5:%{W,f){XCr?gKk[pwqi[XT`2?7+2J,SAHQ0gzTESlunrv};oI(?VntqiNDLb ,Ax7geG~._Td~>RROQbog9zS%rp/Z757< Nkr\ W"k6Z.Ny,4%zmg._UPllS5 H!?T+gJwq"sESw6}_&J ~k^P=&wP,0A`}}vp7nr}Cz &.5|+;+,?I6(7<lWI6P)</FAES7T#G7.(6HV}WeW_PwKPY^]'cOjuk`O< ;K\gwQIc1[,eCv5AK[nGo:t5S1po%@DTo=^vs[5 ?%@{|nZC*AOWnn@!oO4#%1{9@GjR]s\K$  "8#C$E]w}Sj.]c }.0 nSL% 'F q4{ u7Wl:%"Lm|dE%tD$@w vA$D[gls~0[jw%+3F_z&rM6v]QTY`  n>"405tVEJbsyK0'  ,$>AAJ7M0V:XNS_Vm`zbVa )<JNH3sm\3tw]lS`PIP*S\no]= #Q}-\  <AQl{[\,Vi?ypsbq#nioxr`d7iIgjb)SE3_o{h!bNAp@SZK@Ic$r9|Vii_Q?#825E<wQp>bdC.~#"%9ML|FJU\O=:FYG4*   {7M(15,-|$<0mOOUee+REafQRA4" cNRSG!>/*(.0 7ENJGTomfa\^aa[OD 6,&/.}%/5Hh7Jsn^cr}~\,~tU5^0KSQMS`owcTUjw{rLggqtkZcJ?=") uX(B;*6&3Pm3MTa{ D~Cd|PhF-w cU}_?x$~t^|yW'8Hg $-=NGg??SkgN+kH3+'+=H88i8q    Bdz_Mc/L;@NSPaRGb=e*Q<:ABDP}\uWkIGBISYels?t.`&@%   'pP7Do.N,J+>4??O@h<;;8/#5Gb $+J<RFRHSQP`LvIA1nJ*j/79/$$*9FPSF+ 2Jfxz.IX[a]6ac ^SB&~q^C%|pcP<1/14_nz}~^F>:>`5'Kv kZW^h t&Db +Hzfsvo{iue{c^O;,.55/+*')1;@j@5= ;BQhy|2uIk kqog_EN , }y_oE_)N S]`aqp_K>9CTgzSD},;N k5_6OX__p6 &+2534+;!9/#(3*D+O]xa.8akI*)Hc~`5r [K<35aCBH-;( #),# &.05,:7=@ACCAHKGh?2'8$a6KTI)4\#).!);Ole1syl/tDwm`Ob<N(A:1)  W>4:,Z"y!  9Tu  8`%z6~EqLcKXFM9A#5 +# 0FX^]]cp{w*T.LpydRM.R>YNUWKV=R.MD5+('"|~#|.y3u2r-t)z'~$$ (6Mji|K-# 4;73,+6HP? !|.X3<9%E U_aZAoYD0}|Zg8G$ 4Mt0CXclty5^{%.4;qPOv<9:; 65-<&7"*&## 24"IsxdYV6NJCT8X9`ClJ{LRap~ovWsDw5(! v^<  'Ilung&XiC3*#? Vtb5 %8wMGfwhL|#jN-|c^hz\/[*GZgx0Nj'kO3$(s:lDiGbHSLAP3S/R1W7QDFQ3c#y  />HTdpvx{xnu_pVhYZaKk?|8>M\fl3nZeTC<;ANau$')-35650+/w7r2pt~{O)oI"_l68zaNGF^U7q=hybVPW{buAr7]y~wr>kcpxzuu{o]G) )8KpYZmSTTPNT\[PHB;(xkmv|zseXTrVOU0I6" >y0\wp#hOezo(NrxC(e@AMXflaZR#B0w\MB;21:F`O7V ohH)';Ur ,Je{u_J:984P'(0 57!:+@3O5X5W>IK4a w ;j~mW8 .yB}MK@0'$-;EFB7(z\<-(.BdpS=).@WuuWP[gjjn(q;xFH<+1K]ti?t xW4uM,w([,@)()%!#,vAOV+o?`| -q$f bk|+NyvfWB&@by~wZ@*(.r/Q'5$ )38/ & - 2 <DQe}`?+ *ClZSrB8.%#- @Vo'DZkpke_YNDEJNMJMSfprk_U$J';#, $3==747>[Ww$/;DQ\wa_XMGD5GT`isv\=&%$6CIItNUQ7UW`o&29:;l=JH+\wOfF$\>)|I "8VstM&!X~ +W>k +Be%+*(%#"$"{q p{0PmnN6!#1A F'A+7$- r[I7# 3X%u/=|QeeEy' 7JRM?1( qT1,Pxk^SH=:3$|U*]4x[9#;Z}Gp&)TA{]v   =Ublrv}uX9! !6K!`6yJ]hh^Q@|/k\LA?CHJB4$}tt^o?{/go_S!RI[iiz{T4 !R~~^6 yZ=wia\VuGr1toU<%   Ky8`+8@HP\ o*79+ )C`,~610=A=92.$xiS=$ *:AGR[aa`]vYgTOM6="0ShK7,Kbyulw^aMQ=E4D6H=TE_MnWzev.>C}?s5g*f!m"o*f0U1C/,$ |]B+sV9 ,@NYclv}z})Eb{skdYRT[bjs )Lx&=M[emt"+5;:- t$P'.' # Aby~ibjmtUz:xo ggkokcZTLA5){[< )?KXh~iL.zu~ ,Df;Ra*k=lKhTi\j^f^_\T^Cd-mtvvvuqk[F5-)$, :6'  ! % *84LGY]\tXNA3 /D]xvmc]`^O9%|q3hK\bOuKOV\_[PB.  cOIHO|Ta_Cf$fe\O<@'znkkhb [#T7LFGUEfG|HIKNUar 5J^s0Le{e@%  5Kbu (5=A?<5,#&))'(%wkTY9D--'- 7HXr0_$- /)' 7HTboy~~s~M{(vrqr{xj]OB7,'! nW>$ ui~jktVA)`>&D'l~ (3ENR`Xi^pepnhz^NC7-(+.38==4*#"(3BVmzl^Q.GW6t+ |kU|=r kaR=l E"$2747G\r &>Rgt~|&v8rGkIiA\-G-uR0}}v#p=lVliqz zi\VQNON ON1JQE{=5-+0<J [p"+6FYp"8QoqX=~X5   ( 2 .(&& ~cK6( o]VNLIJR_k}n_RJF~EnFVK:OQI=,?d*Lv(4I;w>>ACH O[iv}du?dVPLQV\\aW?W\ f v->M^q4EHC;5A/i)&p]sQdHYHMIAJ.D;+ 2Jp#/25D4L*Q\mzwfR=*taO?.}x{pjY[FS:W1^&^PD <9=I#W6ZBTGBD%;2)""(7Nm.CTXX:RgF;51+3'I%Zh ty~~~|ulbXOHEFMZf1jKbbUuF<;BJJFA@u?qBtE|NYdb[RHA|;~4) ! +4(8/?0B4F@<O4^.l,r*o+e)]$Z![\^`]UkFL71('2E`tgZG6$txIoaO@964m3H28CQ^cfEk-mz$7W$x]"3>B[KxOTbw"14+ oTC<621324@Xw{ka_!`Bg_v(j<TFAL<ZBpHC6&eBnL+ !2? G&K:NNTf[|emzwywfI+|g[Yo[Z\F]1c#ihd ky6rWeoU~D5'|v smaM4_;/9 C O2_Grb 5IPNH$>-,,**3?LV]_]ZXZn]`aYaU`T`Ue\mfwu )Jor^N(A0>4C/J,P.T0X1]/f0r+%!$))*(!xmebcgqhJ/}~vkZD' xnhgih]pFX,@. -Fd$@/\Vszummx~eE'0uBXRC_4j+s&'.8ALX`gow|"/30' xlc_]^f0lPqqroh`/ZjRJ9  `>uI$iWLC<Yp} |(}F~fypjfceh*m@k[dwZRLIHID6"~\7o[MHItLdQVUKWBWA\ChHvWm<Xy%(25BBLKSXVfVrW}W}SxHq5s|xdQ=& !+{2k2_-W&PB-vlc^_]Q;jS? .$?]Di&/10,% %4DXjty~|cRF;-   2Ndw{iWB( +Ek%+06AN)Z5c<e:`5Z5T5R7S5S6O4E(;-pX7 fE%Ek  );LX]v`heXkAlgZF0|jT? ,! "C0hHcz!1Fa~zp` M8( 1Ki!3CScs  "*$/2462(tR7yma}X{QzN{OwMoGb>T7J-GE A:0("%1|:q=e@X?O7L(PZhv1H]higkolgceks-Nf u}-:E}N{Q}SSPC5(~dF& tS5~ {xtl`"X$S#P!S$Z/gHth .Ic} %Iq5Tu "047?IVds{|wocTA.yN$xXJ0V%W2fJ) 0CWn %Gs1Su  $(2CH]\sda\_fmv~|uto_hK^1SB) g{Aa"L =2/ 06+<>APC]DgHqN{WalvBj1K)cMwpxndZK;.)).350'  !,<NYZqS_GX2SMG<' ^<U!tf_`bbehfglwrmz`N:*  (9Nd 4a|v)k>]WPsD=<976/#$=[vq`QA3#{qjlv #?Yo-~D^1[~{qcVNKIHHyH]GCF-D@4$uN%u[2INDhGJSbshG)m UF@?AaC5E HFC@>w4UNiiw~ 4)E@PWUqY`fhcVF 8 -%!yPX'2mHr"EsVB:;y;k<^AVKU[_ikuu~ $ :Qfx|k>WdD2! (=Un@d sT:w%eO =+jJ+~~ !8Rj)I f(4;CO_o  q`N9p\H7+#"%(&!&/2.#uY?# "?uagZNF;0% #'.7GX&k8xH~Xio^L@:50.'   2)H1[8p><:83*!   teWLE}HxKxO{R~TVUTZ`a`^afny ~n*Y3F59618,;":7;>BFJIuAU30$=^$5ES-\Ef_o~tvvuxpYB $%,g45;@CBO<6. lbahv/:EUgu|gWKD@BLZelt~rg]X URT&`3wBXn~ Gj %'85LE`Vzdmtz~zkN+jE!bD)~hN5fK (h ; raWX^clz*?Uj &CaxB#g9GS`q,OkzhP6  k W H < -rNv-d TD6.{-X-4-,/24.$ 3Rp",3:CPZhu~$)/;M`w?e%B)^Pvkwupmnnpt{}nV>#W!~]X1 n@sR2,ANXgw5Pdu0AP_oz 0@N\m{mZB*qM*wf][j]J_.__^\YUND7+& (,4E"W0d?oN^q?Zq)7DS cpz$s&f)X,Q+O&V#a&u+0=JRNID?6*  x"K((+)wO)hLt.^I9+~yz$,110/1,8@?WHnLPUUQG*>I;f5*#"! #'*0>Riv_J=-0["(6BMTSM B7!*-#9HYlxzwm]rHX3<mZ~MmCb>[AVCPAMBJJMSV[gezq *Fay !(,*'"qC"0AN^eqVNMTbow.;FJM+K8FCAK<T0XXO@,c8dAydP=,  $/6=FJI2JORmY\[RD,0E]u ,CYn )8+<CA]IrQU[aaVG2p\J<.! ym_QD6# {{s[I=726=DHD=2% ,E_v3N.e:|COZfmqmaO0>L-n pF)+)!VrU;%wf(O.26CRf~- >GJGC=:":$B!KPQSZgx <] 1$H9`Rwn &:FKJJ_A95# Xn1: c3xrrux~ !)38HFZTfapkvqvsprgq`rXuP}D=>H|Rudojikpni-bA\]SKGD> 5&*:Ph{}q_BuaL:R%( zx}z~}):L]s *-**06>F JJ2JGM^Tvg.9,F7Q>\@f=q4z,#~rnkodtGw)m \A jL,iArT;$ +;N`t  6Ww }!}2|D~^|}|"09=BF H'D>ETOfbwt~}pdX?;v~ST2+zj_XY`iv%Eb6|Qm ,7?JVfru]N;'!5HZeknmfbhuv{ckNS=7,pb_f`Ic,l }kU@9)Tl%=Tiw`F2(Nj +$4==RI_]gvhgdhp|#(./o"b RF<-s`P@k3Z,M,F1A:=E8S1a+l,y)&1EXivcH,Y7!)29Ja}2Li 2ASbsczCzunkjYi*hfedexiTn9y#q"l1o={IRVRMLNZ2iKxcz~rdUF:2,*+,-/28%>-G2N7K?CC8K1S/\6`Kgfq +4>zAxC{>z6t'iYC(vpl]gOaGWBG=14% tjf%hAlZmqpv.Ev[hnWF3!2J\p-sCgZZtTNG=21EXkl[G-| bH1 bJ8( xcPA>@FHJNU]+i:zFSet}$.6;>:/#<\0=FPXaq ,<Pfw  z[w7N poHS<. iE1 &!$ #(3?IQ_p#C]rqaQ.B;4K*[#kz)39; <6;F5V0f*q'u&x(}-5;=BGLPU\'_-a*dpvxrjXE{4^&G4 ! |qg_XoSiQhSiOhKeF`DX@V>[?eCuEM]t /K_jni`YT OH&D1D;BIEVGcNjWqdsqp{jipv{}|rbWSMHIJJLVdpn_U~Jq=g(^VNH@4%fK4 !&$ |&q>gZav^afnv||zv%q/h5[7M9A742$*! $- 5@+Q:gELNQTTN)G<CN@b@vDKPRW[eo z q]F0yZ6o\QQZj~vsx$2APbs&6EQVRG?4# tdVH8(,<IS_jx 2Pk|zxadKP;3.$vR0(;Paovz~|o[B-"-;K]o|k!\0M?CKC\HrMSV^ht8K\fnv|ulfaa_ZPEk;U6?1,,))+-4;AJWabx\iO[=N'G @??EQ]l{2W.DT[ZXWSM D)@C:_<|??;/15% Y$yfcOB2! ~y|yxy 5DVi} 4Zk\B.#$/=Rr  (8Jb  !%*-371 |EwO) s@kUH>;EN[i+3',J#g$~*362+$# 2a !6;?HMB7B\}fL4  sbI)lM0   "$ ! Eft uw(--2<JXanw+xU]{MOe{ydR A %"rS1w\SPD/  ,>Ph-a4ZmttodSGwDbMK`2u{yqph\z\qfpoqqmwjp~}ztv~tV1zsgQ7( !'8%JC[dgpqrz}q~+:C@3u"YM?*#;NUP&;1;A?80  +=L[j|{`7&0BMRQI=314:>ABDFB7$ !M|vbE&$<JD84{6h;TH?V-](Z(J*9'.$/"9$;**.5@0JORiY{`hnwm9 wlhhx%C\u"-48=BELT0`Qm\yZzOt>l"`N5xZ>~'wkZT[XB9lD[WNfFl@i>i?y=64Z+fieg]SH@73;MYZTA.({nkueL2 &DhFq;P`q{yqf\X{X[acbabdggaVD.]q@`4X3Q7I4@*=Z<L); # spu.0-A!IS]cegn)v0{#wp|u_?!+{EvbokfvYuPlIqDeCKC=B.=3.+,A,M(I$8%(*/7I_u90 #"*FkzlN(# /7@Ur" iP5"  3>@9.$z}3Ocs&$$:WxmQ-|xneeJZ1X!fx }vpg`]bZfGC<'N fy}#8JYfu 0AHFFTw)", B Xl|bD%f2!KNw%^> % %1?<'!',Fo#4BMQV` n,xImsie^]nnU@+{fH. ~n_PB;:i9M9/98;@DFIIHGD?94, (D&R$Q!a~u m#s#|~8Uu&qAM]$v!")M4YxxsbE+nG#~@!,?A @,M1X6V<O:_6k5f=TEUK\OZWVemoqnmr4}HGBPV@+,40+:Xd[+R:VHZYQbK_LRBD-94110) W)y`C&zo*]5^8^9CA&F:1%A[}  ' At%A^}Cf)x+f-E3.:<:T0O/  '# hC 27:HM;$~~ 0?O[aadnwy~x} ,St~qhnyqimmS* |o^H1 *:<Kiv}grZcZU\MJF694"> ;*|WH=-(Hs!1G^r!#3J(K:?C/G!JPW\!cmw ~wtpdTF;-.DMU g*7;4' vp1j>YKD\8r7?QZS4 nNBLVG+zaVN?,&Z)*%',('-38-rVA 1 4Qy +=RqzS!%>[y}rmjaS|Fj7I!' /`xkly~  '/1)2 Y%/=OZ^%`0e/f'd(Y5S?Q<P6P3U-cs~^0qU4}lZPJA2"!1U~o_K-)R~1X~ cH3+F TZ^aeZh7e,a0b8dA_MPRAQ:M1T#mx,j5d,\SLF*E1?);=DNXfv5Og~7W} !*"~mP,{eR=d)V^hhhh`PIQ]b]YPHBCPd|ybVRD+ 5q_c_clqu} (Hhz)<Ocz #493)e!M7+ )'!%( p _I#0#)6i3W E :- gWZs!+<L]p /Kb-f5\;Q@:G)LZ#o*$0a=C?);?SmqnpftS^<I9-)*}.Q207)<4EBRO_[hfpkzf~b{`s`lijgbYW_ios{&()>A;8 .)Fdg4jVv1D\u{W6iAtcRA/ ~ 8mQZgR`wwfO4$%$ r U >- 0Usv!q"z')! |p3iBg;e%^M#9+(-5J_ gks(y2z@wUyj k,Z7WB]JdSc`Up7} "6@oAhAsGPW]^YL<* '8D{Qc^SkGo=n,r~}~tO1 V$;47?=F?J9I/="1)'(+ 2:A0@999-=GPV_mtuzufaxepec^U[NeMyQVY_h"ry~ 'Els_MB<65792'~%,358BRff~@! GyxWE<NVejmyf\_gu|p`L1 q[,AN&v  !&-26::B?I?L2NW`ca_bgkjcXNHp>F/ uU7ygUC6) $5:88Jm  -A JP&U9[Meaxv"(%#6OesykcVJ@6)!.9?<,yi WA+'@Ul~~taC!"- 8?BERey   wptlUn>t-|!gE( |nX @ +:Rbp}3X%K n + F[f hd \QC40(;80,5CQbvd@ *?L{XhyxT/  3GV_eqhdiVcC_(_dlrx||xroqty~wsnot{~zdF/"u_D$mP<'*6EYr $#"#%(/6>IZn(6><)1E%`y(7@ISZbqtV2 xl0_?OIAN6I266<CIOU_pfG0 :Qcrtpwvd \`gmojgis|{z~y]F-'@Tac\OA4q$bP=% ~|yow`yYy[zf}oqomjgk!zCg@|bwnbWL>46@Qet} (LykY;8^r[E4!}wsk[K7$!1BTxmng_Q?2% q9TY;x% (-.(ti`VI ;1#-*0%< Mcu 'BWhxh"=>]}yaM> 1$  1KhveSF> : 6*#"',,#&-8EOVXSH?93/058;>}DfPQ_=n0z-}4}A}M}Wbo~ycL2#6CII@1" ywxwtplgd dhk lno(t4}<>CNRNF =4)#5 @LU^is|qhfe^WTSUW_hms}n[C*?e{sooqu{}wv{yrpoole_][UK<'~i_#X.M:G?NARBUD\GdJiJ_ITGNCM:N*R\ isv{urtw}spt|zst~,>MV\h~&5FVf{sytgXI7'!-4+574;3<4:99=5A*FK LOV^fjmi{H!kD&rdVJ: /CWi| $*)!} { gYUX+\6aBfQp`}o}}oT<2Y qlWC3}"iTA/! (7GXi{3Lcz%8K\m~{ son!n/mChX]tK4 v'O$(uf[URRUUR|ItBl?h@^ALC3EE AAIZoykXKD=6 1 -  ! 0 =K TZ^$c4fNjkntuwvq}hZG)wh]TNJHEB@A?:65457=,>5C<JENMOOMJQ>W0`o2Nk4Mc x)BWgu}kU:-:FI@.[8|o_TNNNJ?+oM&uaVX f"4ALS]h's?{Tj}tcO9 !%?Yo~m[zSkOYIF=71)'   !.@Q^eg ec)b1c/d*d'd%f$k x v0nGl_o|z#/5:@/IBOQObJw<(s$a.P4D5@5A;?D8M3Q1R0N/D163*2 -&!!$*266/)'%#v"`"D%!(+-,'ytqhXB' &+/,& ",;KxWi^]aQaFZ:P.D':$3%.)-/185C@NPTeU|W]aciv    (+9=MNbbxwvl^L5 2GXcipyh=_; 4Lh|g Q90=HOQJo=W/>!"~cOAC"E'@.55)?H RZdjqzV+_9'?Uhz?(m:HS[\ ["U9KQ:f'puwtommmhn\NM.9"  "7@@90#pZE8.# ':L\"lAz_u8QjzgRA-iTA6"0&0&2#6&<,H/P1U/\(dlr~W5 )02k.G,/0466432-3I6_=pA|@;0" &,*$$+5FXfnqmdzYwOyIzEFHKKMTZ"a,j1p2p-j c^XTLC:3,%"&,/233/& 7Oalsz"1;=8, gL0_5 /<GLOUWUSSQO:P\ONNPMG<. m]O> .   (6H]v%+-1$98FOQeZzahiihe _UA& {ocYLEA@?9 +)17:?EmLZTIb9q0'"  !#8Og3_O-ew^?({qdU,HJ>g0|nXB 0# ()$  }}|~".=Oi (P(r5AGGC=5.(#)!3<G WhrqnhbY RNHA8-#$:QbjtM1{lU;"  ~k U!<7!N e~rB2Nh|.@LUeaGq,o]L ;.'8?DC=61,#  *8F#R&]"ky &1@N[jv ")3=ELNLH>0+?Vo}k\PE <!28%KZems|~y{tstgvZzG* f>`9';N`qqaVLE?<:9:?~FuMtWzahny -6:@FNW_dd_UK&?*01#55 0*% )9!J-[:nETcr*3?PewyjYF|3v$ohc[H2 lE%+28@HqPVW9\_flrssmeZK8" #;Snzm_TJ ?867%7*41482<2=5::7A3E-F'IR]eo|"5FRX]`dmxypgXD- {7Vs1Ol  $2 DS]chmvuT/ jBmVA 3! w_H6 *", 7BUrs\D+{i\UUY`fp},S|6Tt'*&y~poga`S[FU8M'GEHMV^jx #?\t8vNhcVyD5&"2BZt]6"GjxX87NbppTu:w#x sjb[TL@}.} &rFckTC/'3?JTgZJZ4XVQLJID=72-$|}#Fl/Ic{j|XpFh6e(c]THA=<:63," &Gn!"#! 4Tw HjoYD4&uP%.9 L[frzbI/ 1AO^jr~~m]N@3*&''),02578<DJMXeu{^A$ |!i&X)I)A(<&:%9!9:?JVbu "'.3410*|rj`XOFA@>72(1>4P;_HlXukz~z.uIoaj}bZG-(>O_lyzgZT{SwTrWd\Oc5rf K.#&$  nL- &E b~+<N_q~/K_wmoxeVG9, s dVLEA=80&!Ce iL.wi]SI<|(cSJFBELS\enu.yD}^x-Tx&,J/r11,'  uV7wY;(6@JNQUY]waedUgGk;n-nkf^ P?.! #%&'&%*9L`vpaSIB<5.&& Hh &/7?GOXfyq]F&*9 Oi*21-'! ~qdZVW]flmpiabSWJPEMAL<I2G'GH HO]n} s'iE`hYRKC 94/Z)~&')+/6?HPZdrtS+(;Ms[Uc2ec^ZXlYJZ([YVQH>j2^*\%Z#Y YXXbs "(+, -,-R-t.-) -t=]FJK:T&dx?d{'r\jeddd1eJcZ]dRlEo3olgb]SEz4m"bVE3"xg[SOMKFDCFI'N=QYQuNKIJNS=U]U{QH7%.Lh{wgXH:-! q ^J0'3>M^tjVC3 !&AZo~aE3'|ukbYRMC7(4Oi|x4vGtUq`oklue\SJC=94/,*)x(o,d4W>GJ4Z!m$6FRZ_dku}wtqojb[X\cm}|vqlf]R IBDfB?;50)%#+"B]t  vaN8gJ+ hO2}ukeeiq|&3< @@&A=CW?q9~.#l\OG#@'9'5 0)! !,)64<A>R9h336850%3P k ~ubPA1" 1BQc&s5DScsxngc!c)a3[<SAJ?A>7:04,.*,-&2;AFLSYcp}~hO6! }mz[ZF@2) zvsomigeb0_H\hXUPKGEF*H>NOT_Zq^a`\UOIFIvPjT[VLX<Z.^eo {$C~by|wx}{qea`^YTW\^^_r^bZPT:R%QRZh{'?Vj~(C\p (6?EJPV]el~qjqYqLs?r0ux }gP5tPw5k#_UMJKOOOLLNQSURJ@0 -BT_k~lO7# "&-9I[fmrwwuqppmf\V3MKDc;|2& /KcyreWNC7+ yk[L?73257<+B;GQKhQ~UVWYWOG ?$6;.T&l 4GT`irusmeVE;0! (9K\nzoYD/}sf[kRXM@J*D= 70*&()*,,%%@\t &9IwXihWwB-~ |vlcZPC93*!0 =O_s )2:@GMSVTMCv8d-U#H9, &$ #,=Sgy  0Ha$v2>GMQSTTOGB @ABD FD@=855;AEHKQY`cc^xUiJZ=Q4J-C,>.:136'8; ?DIKHD=3+# $(,.-)%  #%~%{!}~ !$#  u^F6/,/17>DGFHHIMT]gv/ER_krv{  *5?GOU\htx`K:,""$q _P B7.'%%$  ,:EUahmqvxwsqqtrnf[~PE9/'$&*-.,)"7FUfwvyckSWDE53$ ~ %.9K~d|z{} 0M`r&=yRkd^rM>2*# vhVA-     &.45106@JUcp{zyptep]lXjTeXb_`j`x^[YY\[VNF ?60,; CIPWbnx}}kW~B|*wpfXI<-   '9K]o*5>FMYix} ytnc WI;/' #}"qg[ PLQZew(279850 .*&  %,.*((+3?N[hx&3<DMZhszu{j}a|R|;zxuplfby^bUGJ.=0$ #4E[s"$*39>M_ mzym\LA=;:;CK#M(F(<&0$!     :Rdn sspke^SF 8-$   %-*264D4R1\)c"hkmmp pnie`ZVP}JhBU9A/-$  !2G^v $0=L!X"`"g!t #(.34/(   #*09BKPPMjGS?793.&"  o_OA60027>O|bsqj`ZURSW`f lp6qIrWu`ygbRA2%-CWfpv{!)0=~Lz]tljz`XOB0ubN5y m^N;) ,C^{-@O_o~ {xup%q+{28>DMXaiq{w{cqTjId@c5b(_] XM@4,&#p]MD><89CTi~':JZk{vmd\|SjHT>A500%+()'$#$(1;IYk|"%%"->L W_cggec^WQLLjNRN. "5H[iv~reUB1# %+04689:7.}"zxvtvwvqokfe_WMtGbBS>G>=@4D,H(N*U0_6g>oH}T_ky+=LU]a\URQPR V0Y>XGWKWPWUT]NeGn?u6,   rgZPD8+  !/9AFJNSXdrvmdVF6)   ypg]RHC<0$&.3}7x@vLuXxgzv|zvsqtvy}#*.4;?@@>97887679=AD*G5G?IFFP@\;i8v68?EMQSNE>}9t6h2]/T.M*F$C?==;9 873.(  *9I\l|vgVE9/& "+39=?@BDGMSZcjopng[M<* |z{ )<L[hq {|wo%g(^-R1H4C6C8D8I<PCTKSQPOIMAH9E0G&NYbgil ln$u2:@CD@?BDC?82,% vj_SI<-  %)(" ~~}}z xy|   "# '(( & %$$  #)/11//149=@@>:9768?FKQX_h qy~#'*,148;=?|AmE_GQJCL6K*N RUTOJD?=:72-'!{z{}  #( '&#!   #(-20$++&/!01/123 4458:>DJMPQRTTQLE>6.$ ~"}(19DO\is|xohed da]ZYUN D<4($08;:::<<7|-wnic\SKEGOYagjklpw $.5 >%G'P)V,^.d-m*y)'$|yxxxyyxsqqvyzy w q lfb`$^*Z1S:GG8T']` a^XQLIF@6*  r f ^ \ZZ_diov { -9EMTZ]]^^`ekooj bXOE:-%2=GNSRKB7-&! !&+05=EMSZ`flruxy|}vngc+^<\JXVO`Di;r/|$ }vpjc\VOHB<86689;=<;88889:<>?ACE|EvDm?d8[.T#QP SUX]dlx}vqqv|  $ .:FNUY_djr}~{tmgaZVT|P|JE@>:9::7532/- -0$142I1_.q*$$(.15:xBsGsJvLwLzIyBz=}:7520..058763/+&{ m^I2zpsj^hIk4p#rro m h ` YRJ*E;BQ@d?vABDHOV\cjpw   % 5BMS%V-X1]4c4k1u+" ~{xw~stmkcgWcK_?_5`,a$go} "7Las '/48@JT]acefeefhiklkllmlmmke]RG;/$ qX=# vaI4 saQB4* .ATds)4?FKPXet  #*-84D;M@T?Y;a6l2w+" yk_VMD?9 3.((/5;>BA;4.'"%-8EQ]fmx *4<BHOXdvq|ZsAe'SF<3,&  p^SNOT]hp{qhq_m_ighnjoqk{cZNB7.%#'/7AD=+(7CM]s"+-)  "7M^fkmpoib__^ajuvfWKA2$ "'.(8:@KBU=[6^1b.h2m=rIvRwUrUmUh]ci]tVvQqObKSHCE7C1>/7.111562?(K#X#f"qx %*)'')-1w0_,I+5.$3;DMPRVZWOHz;p$gaZUOLKMT\gq~umijiglx  ~yqnrv| ,00.+! '7 EPYadegilouy~~ ".3339<CO\gnwww{}o~^wNm@b1P!@ 3% }maYSLFEA:8>A?;@JI>+ym]H2 "1D[n}"5HWaipx '"$/5558>A?<> JQRQR Wdry||}squi`_NS8E"3 *'&! q[@%zyvmcTF=9 30%91B=DML_Zuu #>T*d7j=k?kBpKuUx`vgslsjv_|XU}TuMrDm7k-p#xz{ ~ |leji_O?1$kXE4,,)$$,14A[J]Ul_kyzaNLTao{ .9>CQdot*{<LYk|kZQJC8+|m`Y[bd]RB2#!,660($# x qopop qr#o/k9iFiTmfr}x~-9@BBBGNUW|R_J<>0$zjVJHKRWRG|@m8b8]FXXTeSkeoqv )6 CUox`O@) /Lev|yootuzsdP;& {jXLLVgv~}teZRPoPaU_`hlsryvxuv{",8ER Y^c&g1k:j@jCcCUAED7K%R Y^cfjqsV|E9,~)r-a1U4O3Q2Y3e5m$~rgjReD_{;p=n?oCnGeH[FRBM>D=D:R6].Y LC? <=Q#e'j+\0U:YH_^^v\eorpv;Wcb[N<",9$> @ISV Y g{  {wogfgd]SH5 &=Ugu{ th_ \_fmroi_]`cfotsokk)k+h&d)b2a1Z+R,J6C?=C9O8e:x;97541,%{ e\[SGBCn=_(QF@CHLPU\dkusc|VUYXOJRdu&4>DO\kwwn^J2x kd `ZRPQ%R2TB^HnF{BBB>:5.$7FWepsvyvx")% 3@ IVgqomnmcXwUc]QdDm?u={;q7e0]%\K 2wmfa`ckt{zundZQF;.{%z%,358?IVf| 4J$Z1jDuT}^ep|yr~c{Ov8s$su y|yqjgaXRuSeRUFE77201/)0 6"@-K-S$Zc!hls })?Wm}"$&.6427DMT^ipwqisYuJn6_PKD:5B}Ud_M^>Y.W#P@-  $-p5`APS@d7s9ADJTbo *18BNXc#p2|FYfmv}ztcUKA8/+)"q knmjkusdWG5&}k`TF;0 @Zmuf` _-aI__[o[cgefr %-3;CC;0% #+,&$%&(/r7\9E8,=C@5.,'oXB.zvkYKD@=AKTZdmq+yFg( =#B4?>AIKVVeXvSPQM?+ m]M>,vld]^)f-o0x8~AHP{]xr}}sdWOHC<763*#+'&297.&  }ri_UJ@:982.1x(~#4G]oy 3DUfsz){<}KQSwViZX]Kd@p/} yl`XW`nwxywqmgbeksz{qaQD;+ 4HSXg|  qZG 6%  *3;BEDFHIA85:=8-y lgiopnlmjnNn.qz  $"?6[HsXfy  %/575/.4?wE_FGG.LQYcmw~yld]TG;0($*8M_jopni}`l_]iNzA1" &,6AHJQb| (r3aBOO@S-T[lzzmxaoVeP[JOBF8=3,49?ELSWwUaNHG.@= 99=GOW_kx"19>@GScv1J`r|{y| !+r3e<[EOJ@I6J-S)`!p{ wtrl_N:*6N\[UONNOONHB?BKYgr|xl^QE;8871-06;%A1J7S<S@IB9I)Zn qod\\IV5RPNF<4.+.7sGaUSaIk>y8?IQSSUY_fo{'8FQY`glh\QI@5-!-'0(--#362 -,+,.16:@CC?81-++*)().2/(  + ;GMQTVXZ^_a_\WWZesukdabb`[VRPK C;%41+C#Vgt }p]J5 {tsv}{vkchs%2;AGLPS U VZ\ZTNNQQOKE>70+,-,'" !6Ng}~}}tgWKGEEGR\_]\YVPH#A5=D6P.Z&cjkihjid\[^epoa|SFCFMUanywcO>/!{uu y} '*-.-' &>Uiwqg^zUeQSNEM=L8I3M,\o  ! "#%"0@Sb iklmlmqx}yqi`XOC2 $/:I\qu+c8UBHH9K*KIINU]gk~htdndggehlfv_SF:1*%&&%!zne dhntx|}{| (5A"N(Z0e;oEvK~KF9*ujudk^dTaIc=b3b-`*c*i&u  &9ACB@>9 6530)!%-3899>FOWz^ueqmnumosuyz|}kR6   {tst{ (D_x ueTA2*&$# #+3:AHOWdotodUB0  ,|<yGzK}NSW]hz y fO?3'     $&'!~zxy{ 5J_u ubTG8(,#@+L4Q;NCIIDN?Q>O>M?G?>92+& #0:CIPUZ]ba\WR NH@#8#.$$ &,0.)!!3DT`joswrcqQmBe3X#KD>50/2430 ,(-#AVl ,<IYg vypoqvy~qbSE;3+ !")-3<FJMQZafjicYOIHEC@;1% } %-11-. 7AD!B&:(.' $ kZOKG@;8(:2?:E?MAVB_Bg?o8x32457994-%   ! -6:80& &0 :GVhx%%sj`W ND9$/2'D!S_ny  yuoh]O=)zohd^TG<769>?@CLXj &,+&!   "'+.28>DIOUY^_]ZZ [[ZWRLF=4( %-49<=> >=="B$G)M0O<UI[Waaekhskxjzex`sZoVjTgRdPaJ]?X6R-N$JA7,! }}~  /;ENV(^/g2p/x*).}4u8k>^AR<G4=.1,'/23 58:740*&#$)/v4g7[9W<W?\?`;c4d,d%hny /@PZd n{&06=EMT[tajdcg_lXsQvJx?x2x#wwx{|~}ys~mqhhde_e\gXjSoLsDzA~==>?@@=82,)'# &/):3I=XGeQlXqWrTsLvE{<3+$!yq g \ P C 5$ !'+,02/(!  $~.8?FLRTTTUWY[_]WVXZZWRKFEEEC?7+  2ALRVZ\_djs{~}{yustspjc\WTSQMF>5*    #(,.-+)'&% &-01/./34 41-(!'#(&+&*%%#   *?Vn|o^N<z&w slf`[VSTW_k|*7BNX_dgjnrx|~}xof]VNH@8/'$%*/ 011257&8-<2A6F8K;O=S<V:X2W+U#U\elqsrkaTH;0&  +6BMSWWWVTRO*J;CH:O6U1^+j#w|r|ij_[UNM?D)>:51/015ADHMU_ly*3=HQ\gr{  &.|4t;l?d>\8Q/F&<4-$umyiviunwy} #7!G.S;WHXVZe^rdzl|v{~vpkig{br[lReGa;\/U%H:+~|}!&*18<|=y:t4r'oorw|{||zrh_ZUSV[`dehjlpu{ -8@D DA#=08=1J(Xgx !,5=EMSzXsZk]__Q^BZ2T$J> *q]LB@CKXi{   ,$>$N![djkhge"a%Y#N?/  !+4999:;<>BEC;1' 8M`o|#',3:@DA:3/.1363-%uaM9%*6<#A)?-;1766;9><>A>E=H;J<G>>?7>,; 5*   )2; BGKMNKIE@<94.%  ".<IQVVxSpNiJfIfIhHjEl<o/sw {!1>HUblqt"y2}?IRZchkhtec`P[<W'UUWVVVTQLII}K{N}U_iry~|wu t q0o=oJoXpetsy|}xqufg\XQJG<=,2% |tnmox  '0 49:9658?GPUVSOJD=5.#  !'(&"! !)/479::;9740.' ~xqkfdcgnt}.CY o%,147>FIHD=5,"y rle\N?.    )05: ? E IJIFBA@CHKNNIA95553*  +;K\l{zobRA2!vcP@3&  0E^u-!@9NNX`^n`|`\XTQLC8.# kXG8,"        "1CXm &*x-e0Q.<-(,*(#re[MB7-%#(18=?@@?@DH"O'V,]-b,d-e0e3e3d1d.i'o"z #'((+ .6=AB A*?4<@<K=T?Z@`AhAq@{=:72.*% xiYK;/&    &4BRf}'6CNUYYXUPJA91% gM2unjmrw{ (2;ACGIJID=7200,'"p_ M;*  2Ha w!+4<B G"L9QNV^XnW}RLA5&|vpg`ZTNIC;2*!  %,39=@CFHHGB=73.,-1320.-+,.38:>DNYfr{~~zsg[PG=7.)$     $/9A}IlM\PPQEO:H2>,1)'& #%'* ,-0029AJV_ i q} +7E!Q%\+e.q0z13444/%} ukaXPLG@;63/,*((&&+1 9DP[djn sw!z*|1z4u3l.d+a'` `^[SJA7+ /H _r  | j S 8tmhggiihfcdhm!r,w6z?}D}FyFuCs@q;m5j,d\SJC:2,%'4E[r)$9*I.Y2j6{;AIPUVSOJD=72,% }qcP;%~~)=Rd pv!u,q5j8b9Z5R2L.H)G%H!IHGA<2$ ""$*.012/*y&n"d Z RLJH FC?;851-,,06@LXeu+7AI&Q;YO`dfxjnqv}~w lbYO @1" wmcWI8( *9F NV[`dgiigecc b a \RE4$ {uuvxyw rmjgea ] X R L H G KRZbg i%j*j+k+n)o)s)y*-/124458>FN4SLUeT~TTUTVY\]YTME<50.)# |obSF:- 5H[jw~ul_PA1$!.<IRX]dmuz~}|zwtqme[QI?:52.&  %.8"C&M(X,^/d3f4i5j5l3n/q'suu vwyxuqkd]ZZZ]``]VMD8,   "$&&%%" '.037<@DGHGFFGJOVYZWRKE?92)   $.7AKSW[`cfimnopnje`ZRH@6.)(((($ |xusrsuwz~ )6AO"_"p  vi[P H@6-  ").0/,(" vngb\WTTUY^dlz.ATbnw|&/5652/,x)o&c"UKD@: 3 - ( #  '1:BHLLIB>>A}DsFfFXEJ?>740-''%%%'-7BLT_l{!(.29=BHLTT]Yd[g\h\dZaY`U\TYTSSNQGMBJ?F;B8?5=2=1>/=,:*6)1%- *('$  #(,.-/0/,%ulbZRLKJHHHG HLVfy(3>IR[ahq z s`M<,  !-:FNpSdW\ZV^TbWfZi_hbdd]fTfMgFiBm@t<y6y.w#rn khfa^\]^afnv~%/9D OX'`7fFiVkblmkrgxc{\{UxMvEv>u8r1m)e\TKE=3( " +(2.:5A9F:I:L9N7N4L.J)C&:"0 & *7COW_fkoqpoopv|xl^M;* !1BRbnx{vqlgb]XRLE@;y5k0^-S-J.C0=5:>:J;X<j:{71+''+/49>BDGH G@7).4%@JS XYXWZ[[ZXUROPwOsOtQxU}X\`cgmquwuqjd/]FSXIfAt<88772-("yncZQF:+   %.6y<sApDnFkDnAq>x??CFJOSVZ_cfikliaZPG>5,!  "w+g6ZDORGaBq@}AA@>;976546555565|6l9Y=E@0FK QW_jx':L^n ",5=CGIHFEFIJIIGFGuMkS^[TbGh;o1r(t"vwwsp mhb[TLA1 ui_XSPN ONK(K0K5P9W=aAkFuL}QX]cfggfeec`YQF7' )6CLV`jv|yvtrnvlhg\`RWIO>L0I!GIJNSYdq~ )4=DLVcp}%.5;BEEDDDDEDvBq?j<d9`9]:\<Y=U;R9O9I<?@4B)EFG HIKNQRRSUVYYYYUOH=0! $+0330+%xqmm mpru{{skd _!\!^ b"h"n v~#)06:;=@A?=95331257775&3118/=0C2I5O5U6Y6[7[6Z4Y2Y1Z.\-_+e,l.t/z,% }xrkfb^[YRG:+  " '+/3 8 : ? B EHHGEDB> 80*%"  !(169994-%~{ywvyz{|!,4:>FNUZ^adgknqturoje_[XVTRNKHB:2(&/8AFLRZ`gpz $*17>FNXdo|yn]J7${tjc[VSRQPOKIGECBA<6.# vnib\UMB80*&%#!*17<&B.H6P>XHaRj]qiuuxyz{||wqi]QE);;2K)[gr|}rh^SE3| y wxz~,<KXet paO';2&>JYfr|xj\J:({rjc^WPJEA=:5(32.A)O#]jv#.7@IQXawmnye[OE;2+&   ",37;<<>CFJzPrVoXm[n\n[lXkRiKgEe?d8d2g-h*l'r({),/59>DJQZbillh`X O,F8>B6K-S&[agmr t t q i `TI @:52,&!")06;@EIKKMJF>5.*&" "+19AKT\chihgggimszxjZI6#p`SJFGLTZcjrz+8CLTZainrspjd\SMHFDEFINRV[`cdc_^ZUPNNOPPPS UWTOJ"C):10:(A$G LOQSSTS OJD?:3,&!  !+4 <ABB?=;;::853237;<;74.'   ymd]WQMHE@<<@DLU]gpy'07>DHJNQPMLNT\clrx~woie`[VwPoLfK[NNV@b3q$#-5=DMV_glpqmhedc`\XRNIEB@=:9754335;C MX1b@lMuU}[^`cdgl}ts{g]TME<3s&`K 7" tgYMC=979;?DJRY d$n*x07?DHKPTWUPJC=4( !.;GQZdmu|~|zuqmjgefjqzyk^RE7) #0;EOU]dmsy|vqjc^W Q JA9.$$,5 >DHLNMJE=3' /@O]hry|}~~~~~}zwsnf]'P1@9/?B EJOTXZ_}btdkfagWfNbE^@X>QAFF<L2Q'W_djpx~  )7FUdq'5DP[fynkr]pMi>_.V L@3&  &.58<:730 , &  ",49:61+%  #'),//,&      !% ),/1356643 5":%='@'C&C$D EC >952222-% !+4=DK)O3O:N?KBIFFKFQHTKXPYVX[U^R_N_H`Cb?d<d8`3\.X'SOLJIIIGDDCDFHGB;3) $+159:; 83+'#.5=BFFEEBAAB@<4*!'.6>EHJHC="8,34,<'D"LRUVUTOI D=7.'!  !!%&*+/266::=:@7B1D&FJR [fuwndXM>.(2<CJNQVZ^``__\VND=5.**(%"   !'++*'%" }zxy~ ('28:F=T=`?k?s>w>yBwHvNsQqTpUpVqUqTrSsTrTqQpRmVg[_^W`Lb?d1d$caeikmqv{udRB5*" vnid ]U&M4H@FKDSCXE`EhGoJwPXcnyuj_TF8* !,5=CGJNOQOMHA90)" -@ Tfu#)/}5w=qIhX`eUpKw?}3' xnaVJ@6+"   &))*)'),/0000/.//0025:AIT_hmrvy}~{wrlfa[VM@0 ~~~~ "%(,,+(%"    $ * .10 /*&#&#.#8%C'O(Y(d%n!y qcUI=2)  "-7@DFHGGIMQUXY[[[[WQLD=70+'%" ",355/)#  !  )2;?B@: 2("-8CMU[`eikostrolhd_ZUOHA<60,++)&$ #%%$ %&*/48<>=;9:=?@@AACHOWaiqx~| tj/aAVOKY@_7`*abb^YULB7,"    $*169;<:6/( *8ETboxxspkhikpvwzmf_VLA4&#1<DIOSUXYZYUQOPPTW\_ab^XOF<1')179 9 9 :;;85/( "        *4>EMT[afjnppnic\RE5%  (/7>DGHHC~>y9v6s3p1n.l)k&k"lns"y%&%$# #)-148=EO[jw !{5pHeWZeOtC90)! {qeYOFA=93.%    '6ES`kt}|sj]O @/2="ELRVZ^acedcbbbc_ZUME;2*   $(*,+(% "%(****-1463/)%! #)07;=?>=:::98764456 89:%8.783@.G*K)P)V(Z'^'_)]-V4N=FG>N4U)[bj t|zm^RHA:50+&!zts t"s#o!ke^XVW_lu z$w(q+l-n-s,{+)''%$$%$ 0>JQX^eiigcXI9,').0* $%'/67 1(" 2BP[dkpr%r)s+t0u7tAqLj]apVKB6(}uzezV|H;." &5CPy[qclhhjakXiUgVcW\SXMUCR>O>JGDP>V9W7W5[2^/^+]&akz   !'+,)%#'.5!8)915:4A8H=Q=[6d-n&z"%)/7@IOSW_nraO>1#{rlhffghukfmToAs3y%'/}5n9f<^?YETILJAM6U2a6mByLME>?DGJPU`kvvoh\NA4(  %*(   %9Og,:EP\iywgYL=,znbYX^iu}ulcVJ=2+"$08=><950)&%&&%%&%&&#y!w} "(+05852101.+(& z!y    * 5 =DI(N:PMP]NdJeCo:2+# zqg^\]XLDBB?8.&$%% ) 4 <>=;;BJQTTRSUY\_]\[XTOMKF@8."      *6>IR VTPOL,F9=A4E)FEDB@BM]mx}~vpmnooljg}gwmsyj_SKC7'6KXaejpuzyrmiea[PA7320+$$'%" +4=GLNOQUUVVVXZZ\\]`bbbbb`__ad`Z TQ%M:HR?i5{( }k~[rLg?^8Y3\-]'U LFC @<73, &" +;Qk %1@Qalx|~wqj_O;**:LW[UNLSbloqqndXI<2$ !   '/6CR`kx{iU>$(2=BEKRYfu|qbR@3+" znh#^/S>KOFa<r. /?KSZ^_``a`adfkqx|}{ukc^YSK>1&  3CLPRYcsskjhcWD. ,39?FPZahnsvy$}-0+}&z#w qi"b([.R/E*9 -!  sf[RK#E)@2>8>CALCLJKTF`>n9~/  x'q0m7c<U?G>B;A7B3E2O4[9b=k=u;7510/+&"     "-8?A?AIS[]]YUS\kw}}ysmif]$P&E%;&1)'.#6#?!EEEC@??&G(N$SUTOHB#A0?7;57/2,--&+ (+/0148<@KX^XRQPLILNMD:.{u+t7s?mFjMiQjRmOwMKGA92*%!!)039GR PC$:33>/H.O<WL\N]?^1a-e.h)h"g#k$q uw{"|/yCrRj[`jU|MLNMKHEA<720-'ud[VPIHIxHmFdG\KSIKEGDBI@M@MBNDRETFMIENDXCb;l/u#+BXsocVE2 $2IW]fvzk\M>/ }pf\TNLJHFFGIHHHLQU Ybp+37982/286".7(I#Ygy 3HRXckmr}zmz\uLy;(paWKA6*xk\K A6#$4GZn|w,r?hQbeexigcgoronuysjhnry{tsvtjh^UQFB?36&*( 5H[o ",015~CwOvNwC{>=7,# !+5>F!O%X-_4f=qI|U]cjnlged_W|QuTkXcW]XUeIs>x3{' yqkd[TQTxYfaYhNq=y$ s,h<gGiOfVa]ccgdhbgelkynpruvtnhgge`ZR{Ht=v4,%   &*02-"!+5<<753+  !# !%)/59;;;::,8>5U1l( wqpoeWLE:)  2@IPY_aaa`]XUSPJC<4-!wh ]YX\frwwz{vljr| ")4@HKPY_^WSPNG A$>%:"510 /,' %& $'+/25:>CIPTX\^^cjnmllie`^^~_y_u^p\nZn[q_s`u[yQG@90("!&9K]oztk^OA2$ xqljhiov~%4#C"T `hoz  ~tnljf`[U'K3>>1H$RX bpwtgkYfOdIbD`>[7U1M,C(9&0&-%0$1!-*& ( 5EX m   5Nbtwpq}xmbUE4$  '.-'"$.9B IPUY]aeimqstuwz { qf[$O1B87:.;$83 04;BEKRURPSZz`vfrmnpjlfd`^YZRVJPBH>=>.BHQZes w*h7XAIIAQEYScdluqsuvusty~~yxyyxupeUE6( +EYcgjlowvgYL>- !&*/ 36;>=<97 4$/&*(#&#!  !%)+.004>D}B<::9:=?:- %07>DH{GwDxBxAs?l<l:t7}42-)&%#  $/6:=CJPW[Y VP)K4G7E8E;BC=N4]*l"{ ~ w qjfdc`![#V%N$=!, (-/2587641*!  0>KVafgea]]_`bcb^WSMD:0# !%)0/:1C0G-I*J)O)U+],e+j)h,b1Z9UAUJWS\Zc]g_gagfjjlnnportrwqxmyi{g|f{a{Z|SxNnJaES@I<A8?7<7944/1&24 3+  v njikjkk)k.i*h#gfb[U O NNPU[ahq$9M^kw~teTF;2( %.7<?BEF C?'=6<C<O<X8c3k3p8u>{ABA=6-%$&)*-1~5z:t?lGdK[MSOHS<V.Z!`dddgnz}xuog]RIBx<k6`1X+P'JEA>>?CGKR\ix"3ALU[dnv}|vk`}T}JB;741.-..,,,*'""$'*+-,-,-11 -$!(+)+08AISZ_beefeeb\TNKLKI E<,&.4:=ABDJPTTTRNJGFD@:3- '")8HYj{ wcSH>3~'zxwy } $+17<??>:3z+u$og`ZRM I JOTXZ\_iu"&+06@JQU WTPID"@+<3891>&ENX_fknmje`ZTRSV[_`ZN@/!  #*3>N^mxzncYTPLG>2$ %.3651)!~|xtomnswwurnkkmsz#0:@CC?92,*& (:K [ju} ueVG8)"&((*,-//+%    "$%(,158:=;5*  &07<??CHMKFA(95/B'L!V^gosx{~}zume^WPIA5*   )6=ACEJOQOJC;3+'%$#")/6<AFHKKMNNNNLJHECBA=94-$  %9L]hrwwurqokd^ZUMFCCE{IyLyK|B92-&"-7@GNT[^``___^\ZVRMID=5-$ ### #! )3AQ\djqyvgYL@6+    !"##$! "%(.5>DIOUXUL@0 (0588789:;;:8679<=;61+%  !#$#$*"/ 37<CHL R[es}tngaUE3$  '08A K SZ_ba\VQMKKMQRQQOLG>4' $)-03444444442.+'"}zxy"+3:?D IL$M/O9NBMMJXFdCq?~=<:;973.($##"s"a!M?2(  #.7?DFJNRX^ba`_adggd[M>, *5>GNRTVWURONOOMIEA=84,#   &-15:AJWfqy} !'*z,t,j.`0U1J1@152)3440*%"  !!  &;N^lv|||yvunscuXxO~IA92-%  %+39=?DHKKIIIILM{MvMpHlBj<k6m1n.o*q'v"| $*.1444 45'534>1J-Y(f#nrrnjhik!l"k$h#c$Y$O%G&B'=%7#0"("""""!    &,19BJRY_emswyzyxtroke]RH<4,$ )3:?BBA@>=;:72+$ %08<=>@EMTX#Z&Z+V/T4T:W?XD[CZAU<M6B/:+3(-&$&& $#  ~(3< AFKQX_ekpvxy{|}zunf`[VQLHD?;4+#  $ * ."/&-*+-).'/'.)*-"17= B E J OSTROIC<7410.+)#   *39==AFNU\bec^XRMHB;2'  #%%%$$#"""!  "%'*-/49?BDEFDGHI F?81")($."5;?D GGEECCBEHGEB?<:85y3u/t,r)q'q'q'q&v$~! *28<AFMQUVX[_fmsuurmifc_ZUPKD>81,&" $)-.00.,*' #,5>FOV[^_\XUQPQRP KD;3-)!''$,27=?? > 83-'  {ww|  -<JZht~zod[QI@6,  "#%'),./00-*&&%&',.37;<;951/+&! &5BMV]djr|zp g\Q'G/=72:'9974.(  ~yxy|}}|}    (19@GNQTUVWY]acfgedcdeeaYQH=1%  !#$$%%&(,//.+'   $(,16:<=? ACDFFF"E'D,@2<79=5C1J,Q'W"[aef ggfdb\UI<. #)/5899875/)       !"#$'+/357651-'!   !"#"! '/6 =FNW]behkmmlic\TJ?5+!  "'*-.14:AKRZ_bb`]YVSNHA91*%   !##!      "$%(+0359:;==>===<;<>BHMQSUVVVWWWVSNKHGDA;6/& -7@IOU[`ejlmmotw|~{si^TNIC<5.*%    *5=DHJJJJGFEDA<73.*% $,4=CGKQX_eghd^UMGB >81 ()29 @ D H LQTUUVSOIB;3,'"!##$$$|$z#z#|! '3@N^o~{ri_TG<2)! "#$&')*+++,.135641. ,)&$" !& +!/#2&5,51665:5<4@2B0E,H'K LM LJE@;60)#   $*/469=BEIKMOSUVUROLF@=<:961-)$    "$ $" $*-/1369=?BEHKMMLJIGDB><:4-'   *28;:8620-+'!     ! ! !   #'.5;?@>92-(&$"  '/5:>AEHL LID9!.'%-4:@ EHKOQRQRV\ckqvurmid^XQJB:1*"  #-59:;97531/-*$  $)/5;AEIKNQSUVWVQMJE>6.'! "(.6:?CJQX`inruyywutspke]ULD;4. ( !   )4=FMONMJGB>72/...-+(#       &5BN W ^ c f ijigda[RH>4+ !      ! $%$! &4?FJMLJFA<72-'!     $'*.4%:-A4H8P<UBYHZM[RZTYSWQTNPKMGHDB@=:53-+$!   (.%1*1/05.9,;)=)>*@->0<.:(8"53553/*$    !%()($'+$4#<!D"L"Q!V XZ\`d hlpstvwwvtspje_YSLD=6.& $.9CJMQSX[\\[YTQQPOMLH?2(  !%(+-14789973.("   "$ & &(,06 ;%=*?.?0@2>6=98<2=+?%?!?>>?@?? ? =<<<<>>?A@?<840,($  $+3;FPWZYWUUVYXVQNLJJJKJHFD@<84/*&$"  !#$%&%"  " %&&&()(&$# " "&+.25566665767656776 3 - %   !#"    %)+-07>DHJKJGEB>81)"    "*4? JU_iq!v&y){.~146630{-y)v#uroh`UJ ?5.)$  !$%%& $ !     ",6AIPXb inruu(q3k;eC^JURKZ>c3k&sz}wne[SJ@6,!  !"   "#$%%&%"%/8@FJKJGD?:61,#  +5@KYdp{ $*..+'$w!mdYK<, "(.5<EMS[bhmrwz|||{wsokhea[TKB;2)   !#&(*+*(&"  !'.4:>BDEDCB?;4/*'%"  )2<EKPW^dgjkkjgdb_ZVOI?6,"   (07>ELT\djmlkihedc`\WQJC=5 ,#       $-8DOYbhm#o'p+q.o0k3f7_;Y?R?I=@:66*2,&          "$%'*+,-.-+(#   *7DNU\b gjknrvy{|yuqjbZRI?5,#  !'.7ALV^dhijkllmnmlkkhea_[VOHB<4*  "*2<ENUZ\]^^\ZVRLD<3,%#&*/5=ENUY[\^^````]YSNF? 81( $')+.27;@DINQUWY~[{]v\s\p[oYmUmPnHq@v6~-$ "*28>EKSZ`fmt}}vp~luklmcqXuM|D<5-(! .=IS[bimrvwxwvsnjbYOD9,!  !(/8@HMQV[_`a^XPF;0%%+/59?DHMRWY\]]\ZWTOIB:0'  (4@JSZ^acf~hwkqjlgich_iXlRpKtDx=}7/("  !$%*07>CGHJLORTUVVXXWUSQPNLHEA<96544 21-#)+%4!;CJMNLG @<72,$   )3=GOX^begjigeb]WQLF?5*!%'&$!  #'*-049;=@DIOU[^]XSLF @:3%+-$6@HS ] g q y ~vlbYPG?6-#   !     "/=IS^gpwz{{zyzz|~ {r h)^4V?NJFR=Z4`*d gh gda^]YWVTTSROKE>80("#%'()+ +)& !   "%)-./-*'%$$%(,.-+&  !'+,,,*($!  #/9?FINPUYZ\_dimopomjd_YVSPIA:5 2.,)# !$'*.25788;?DJPUX\_cfgfec`^ [YW!T)O.H2B4:545-4%565 5530-)'&%#! }|{|  (19?FLQVX[[ZXVTQMJE?92+$%0;FNVZ \^``^ZUNG@ 9 40-)%   !.:EOXbjr{yqi_XOG?7.#     "&*/6 =CIMOPQQPMKHDA>;84/)"&07?GPW^elsy~%-}5w<tDnKhQbU]XUYKYAW7V-T%SQNKIEB<83,$ "(07>CHHHGHGGHIIG B<5"-*$2:AGLPRTUXYZZXUPLF?6+ &.7@JQW]a cegknpqolhd^XRNJD;!3$*' ()) *+))('''&%#" !   %*06;>CFGFDB@?>;9640-+)&$  "',17=CHLNOLHD?;8}4y.s*n&j#f"ccdfi lorz&2=DJORW]bfikkmopponjhea]ZWTOLIFDB@><;:6/& %.7?FKORRUUX[`defec`]Y T$N)G,@/70/1)2#33245 8;?DF F G FEEFEB>951/.-*)& xrmjjmrw| &09@EJMNMKHD? :4/)"!" $%&()*)(('(+/3543/+'$!  #&)+.../-,*(&#""$(,16 8;>#?-A5A>?E;K4Q+U!WXW WVTRPONJFC@:52/.-+*)'&%$$ $ $$ # !   "/;GQY`fj l m m m l k h e ` Z SKC:-!~~~~~}}~ %,4<CLSY_cffgd `\WQ!J&D,>0956:5?4E3K1Q,W']"ciqx  {qg]PD7) ~|{yyy| #).269;=>@BCCCBB@?>;851,)%" (3=GOYblu}}zvqnjgda_]ZXSLF@9421.+(&%".8ALU ^is{wl`TI?5+! #)/5:?EHKOS T R R RPON L JGEA<4){wwwyy}    &-37;@DIPV[^`bbcdeddcca`_bcefhgfe b_\Z"W'U-P3J7C=:B0D&GGIJK KIGC=71-)(&#   )6@GMQR R SROLGC;2(   #%&%# " !         &/6;>?>=<976521/-,,*'$  #/:GTalx!(-159::~9t7h6Y5H463&1/ ,&#&0:DLUY[\]]_cegfca]YSME<3 - ('+!0'3,30/3)7<A EHIGA93,$  }zwvy| $1>JS[ckqw~xqmkihe_VKA5*!!)19?FNXaiorrmg`YOHA90' "&(*++*-2<HT^cddb^UKA5'  %*/026:=AEJMQSTTTVXXWVV VTS'P1M:IAGIDO?R:R5S.S&SRR RU[afhhhhhfaXNG@91,($  *6@HOUXYYYZZYZVRMIEB@>=:5-'!  ,4=DJMKHFFEB@BGKMMKHDB?;6-# "(17<=>=?AEGHJLNQTVSNG=3&!(.589<CKPSUVWY$X+S2M8K@KGHNDS?U:T7S4R0U(Y$Y!X VSPN LHC>:63/+&    #+/2455 4456'80976<2B1F5K7N4T0Y)_#cee b`^\ZWTRKFDCA><7/$ #).38> DKT\^_ ` `_[UTSUUOGB@<6.&       "(-1589962-'!  (18;@EMTXYZXTNHC?=92( #)2;CMTZ\\\^`cfikopolf^UNIE@:%3+.1(6!>FNU[^abbdhigcabdegfd\TI=3+#  "*/7<>>=:8510//-)# (4?KSY[\^biotwuqjaYSNI?5,%  $,5>GR[chkpuwxsmg_YSMF<3)  $/8BKRVXVTTRPQV_gkllmnqty}~{tlfb_X M@0 "$( +./035678889?BEC?:60)%! #(,/3641-+'% # /8AKYafioux{~~|ywy||xsi^VOJE?90% ").0/*&#$(-/.*%""#"$)/49@FK MKGC?"<*856@5K3T0Z+a$flqrrtvuog_VMB8.# !&)+-/38<=:657;@A=80)#     %-4<DMU]diknqruxz{vplgaXRKB5(   "%&((&#"! %, 0 21/-049>DGFEEFA91*!  &**++,----./149:5+ (/<JYeqz xqj`UKGB ;4 .'  "*0368>CEEGFC@;70)##%%)/26<AB@?>;875/& *8CMV^ciqy{sk`UJ=0' %,/.---*('#$$"! !&(%$'*,--.,*)!).$8"B"J"RZcku| ~}xtoid`YQIB8,!  tkeda^[\^_b hq|    #&),047:>BGNW^acc]W PJEA<60)#  !&)+/1124785675.(%"  !#$$$$&%$#$%$#    "!!(,-/2455678:;70&       ',0 4%7(9-:0<4=5;4733314*4#4454349=>=<; 850 )$!$(- 244420)!   %-5<BGNSUUUROM KID?:5-%      !!  #'-4:?CFFEEHLMOPPOOKD;4 0/., +('/!7@JQ W \bfggikjhfhjib[VPH;/"  "*17:<?BEB?<81*!   #(.3:CLTX]dkrwxxumfa^[WSNI@7-% #,5=DFILOQRRQOJIHFC?<5-'$"  !$$#"!  ',12320.,-+)'%#       "(+06:974/)&#!  #/7<<=;;; <;62!/%++'1$9!= AFJMNPRRNG A> 9 4 ,% #+0122238>CEB=7.(#      !"$#!       $ ) ,!2%8+?/C3G4G7E9B:B9D<EBFJEPBU=X7X1U+M&D;62.,)% #)18?EOWZW RNF@93 +$!(, 27=CIOTY]a`\UNG@:531-&     !"##$%&%!!!!"!# $ ##%%& ) ++)(%"   !"!  !#%'(*+,,-122/+(&'&$" ! #'+-/ 036 =#E&M'R*T/T3R5P5P5R3T/T,Q)L$E>84 1.(  '-26;?DGHGEB<7/#    *29?DGHHEA<81(  "%&$   "&+/24468<?A@<964 10-&     " ""    "#%$# %''&'&&&&&$! $),/2322//13442/+&!  !% ,#4%=$F!KNPRUX[^_ ] ZTNGA<62,$  "$$#   #+ 3<CJPTWY[\] ^ \WRMI E'B.?2:659.9'5 0*$      "(-0442.($!    $')-./01334459<>@@@=:5 .' +7BLU\bjry ztlb[TMB6)    #',0342.)"  "%'),,+*(%" $*18<>ADGKN P RS T U V Z ] ][VRM GB=8 3 -& &,2589;::61* ".9CJQUY[\^_```^ZVPH@80)!  $ - 7 @ G M Q UX[[[ZYVTSOIA9/%   %*.37:;<<=;82+%    %-37;?BDE C@<961."*(',%1!589;=>@ B DDFFGDA=70)%" "&+,,-0355431.)$  ").36 : =@DHLPQQ OJ F!B#?#=$<#9 61- (&"~{yyyyz~ !#$$! *6BM U^fm$q*u.w2y4{6|9~;~=|?v?m?b=U9I3?,5&-!$  ""##"   (/5<C LT[_c!f&i*m,n.p,n*k%e _WN G@7-$ $*28>BBCB@?> =;:73/$+'&+/259<>?@BDGKORQOKGA;6/)    !! $&()(&"   $ , 0 343/*%! "&)+-./022/+'#  (08?EKNPPNKID?841.)$  #'+.00 . ,(%   " %$((*,).&.$+#("$#"'"-#1$1%1#/!,'# "$% &%%&(*,-./00/+('&&&%$ &*-..///135440*$  %+169<<= ? AEHHG E%B)?*:(4&."(!! {yxz  !$'&-+3094>8A<BA?E;I8L7N5P2Q2T2X2\3`3e4h2l0o.p+q)q%p#ppol hd]VPJA8/% $,28=?? >=<">'?)B-D/E2B6?88928,6'3"0/+'!    "#"""!"&#*%/&4'9&@$F MTZ_ ceghhhhhe_YRLHC@<6/ (!"%(***)'%$"  !$&' ) ) ( % !         "&),./13557;?CHKM MMLKKJHDB?=;9 8 741.)# &/5;?BA>;951-&!         "!  "$&&%#"!        $.5=DJNTX\`cda^YTLE>7 1,)(%#!"&*.022458:<=<:7432 0/,)(&$$"  #)/5:?DHL%O+R.R3R7Q:O=L>H?D???<@9A6@2@-@(>#=;8 62/+'#     #' +'00477=:B<F=J;N8Q4T/W)W#XXWVWV UTQMH@6,#  %-6 ?FLOPNLHEB!>#:&5'0&+%'%#% $%%&$ "     !$&'.*6->0D4G7I8G8E7A6>59445/6)6#65446 5 431,'"  %!,)40;5B9H;M=O>O?Q?S>T=U>U=U=S=P;L:G7B5=27/3,-)*%%!!   !! !%$+%/'3*6,7,8,7+4*1*-(*&'"#    !%')+.1469;;9753/*'#   $(,158:<====<<;974/*$  !%(*) (#'#'!$!     ",6 ? GOV]dkquz}}zx solgd`\WQJC;3+$  ##"!! #%(+-///,*' % #  ""# "    %),%.+/1.7/=1C3F5I7J8J5J1L*N%PRSUVVVUTROLJFB>:61-("  "! $+ 28>CGMQW[\ ] \ Y V R P MKIFEB>82+$&.&5-<6B>JFOLTRWVYX[[]]\_[aZ`Z_Z\ZX[TZPYKXDX>W8V2S-Q)M$JGCA ?><<:73/+&!   "$'+ . 3 8 < ? B B @ = 9 5 1 .,'"   "## &!'")#($'%&'$(!('%"    $).3 5 7 63.*'#"%) .134311/-+*)'()))) )(&$#$"'")!+ ,*'#   $)-0 3578 9#:&<)=+?.@0A2?2>2;07/3-/*+$'%##$#$$$##"  %*08>CFEC?:5.&  "(-148;?BEFFB>93.("    #%&''%"$'",0120 /-*&#  (2:BHKMOPONJF B ><97420.,)(*-158 ;?BEG!J'K.J5J;HAFDAG<I5J/I'IGF C@;60+$ |{{{~ &0;DMT [`d g$h'i(i*g*d*`+\+X*Q)K'B&9&.'%(*+ )'$!    #'+/379; <==<:61+%      &.378876430,("  $)-03 5 78753!-&'' '&% $##!   %*.25!9%='?(?'=&:%6$0"+$   &+049 =BFIKMMNMLLKJGC<6 . '   "&)-03579;;<;963/+&          # + 2 9 @ EJNRUZ]`bb_]XTNE<1&   &).28<==;941.,+)'&%#" "#######%'*.1 3678752".%))$,.01/,(#  "%)+ .37:&>/@9ABAL?V<a8i3p-v'z"{{x sle_YRLE?:52/,)&"            #&),-/ / .,($   #)-#1&4(7+9-:.;,<'?!ADGI JJI F D A?< 9 5 1-)%!     '.49<=? @@@?><961*%     '.39>B EGGGE"C%>*9,5/32/5+:&=!ADFGG EC@>:620,*('&%&'(('%#! #*/48<>??><:61-'#  !$&)-16 : @CFGG!G%E)E,C1B4?7<98837/6,6*7%9":<=>>A BEGKMPSUWXWVSOKE@91)   ")1 :AFJKKJHFC@<73.*'$!"$&)++*++*)(( & $ " !        !"$%')*+)'$!    (!1&8*>/D3G6I8L;M<O=P>Q=R=R<R;S:R9O8L6H4D2=1812/-.&- *&!         !"!$$#'#*!*+,.0255554 3 1 . , (&$ " !             "%(*,/25688751.)#    ""#$%'))*+*)(''''&%"    $).3 7 <?BDEFHIIIHGDBA>=<:963 1.*% #'* ---,,*)'%"        $'*-024689:9:;== ><;:6!5&2+10/5.9-=,@*A(C&C$E$G#I#J$K%K&L(K)I+H,G-F,D+E*C)@'>$< 730+ $  !$'&&%$$%&&%$!  !$%(*+,++*) ) )))*)('''''),/36: = ?@ABCEEEDCA=:62-(!       #&* ,/134"5(50473;/A,E(I$M!PTW[] `baa^[YTPJC<5.(!  "#""   #*17=@CDDCCB A?<85!3#0%/',*)-%0 4676789:<<<;:8641.*%  $).3579:<===;:752.+&    " (-39?EKQUXXXYXXXWWURNKF@:2)   #%')*)('%" (2;DLSY]`cd ecb`#[)W/Q5L;DB=G4M,Q"UVV VUSOKE>71+%    !#$$#!             #&*,.0347776530,'"  !' +.14589:97530-*(%"      !(/4:?CEGGFEC@>:7!1)*3!<ELSY]`bbcccb^YRKC9/$   $+3!9#=$A&C(F)H*K+M,N*P'Q#RQQP NLIFDA>;84.)%! $(++*(&!  ",7@HN TX[]] [ X U Q K D =6/(#   %*.2578::973/)" $/;HT_hpsvvutsqoje_XPIB :3+$$*0478863 / )"  !$'*+-,+($ '.49<?ACDEFFECB?;8 4 1 ,'#!%*/3 69=?@@ABBC EDDCB?=;71*"     ! $ ( * +)'$! !#%%%%$!     #%#"  # * 18?DGKMNN NMJGE!B&?+</;3966:2;.<)<#<;96 2-'     #(,0379:;<:98631/.., *(&" # '),.02466653 0 ,(# "&)+-./0000.,*'$! $)-/244434445679:<>@ABCCCBA@>=;9863.+%   "%&')+,--,+)&#   " % )*,,-.,!*$(&%("+-/22 34321/.,+)&$   $)-158:<>=<<<<;960)$  "',0368<>BEGIJKLMMML KJF"B)<27516,7'8!677753/ + ( $     %*07 > F MTXYWTSOJDCCEGIJIGC=61,&     ""$%"'),.01"4"56555 5311.,)%         #!!"$$"    !#$$" !% ' ( * ,,--,+,-..-*%  #'+.0000/-,+)&"  ! # # " !        !%'+/13556:=>;988984.*+. 232/+#&'",16 9<?ABA@>;740+(%%&&'&$##"!     $*036:?EJNQRRRSUVUQKD= 7 1 ,%#(,.04;CGGCBCDC@=:77:>@?;1& "'()+,-+(%"   "###%&*1799741,&!  !%),/110.+)'%!  !&+-.29B K T [` `^ [VPJD;3 ,(&%     #'+/2468:;:72-(# !## % & $ "# #$!)-0120,(%!   "',.00.*'&'*/21.+)&$""      '/7=AA'B/B4@9<=5?-A&C!EDC@= ;987630,)$  "&&&'('&!    $-49>BFJOQTVWWVTPMIB<3) !'&" %()*'#     "%%%$"  &-48:<>@DINTUTSRQOMKHC<60+'%%#  !$'*,/34442/-)$ ',059:989878863 / *"! !    "&)*)&&''''&#  %)/27:=??=;861,&      #$%%'&&&&&&&&$   "!!    !*255651-,*#!"         #+3 :@FLOQROLHDA;50+(%!      #%(+,- 0 231/-%&) *+, -+*+/1331.+*)&"#&&$#!   "#%(+,,)'#  #(*)&&'('&'*-04:AGJHB:31,($!  "(/59;;<:72-& !%'+.0/169<>AB@= ;81*'%!$! "!       "&)- 2 6 9 : : 9 8 4 1-)$    ##%&'&%#    "#"!  " & + 0 48: 8 50,)&"    #$&(*,,, , , *'%$&& % $# !   "$$%%&()+,-)$    $%(*,- /"1#2!31/., ))' &""'* +,)(&&((&#"$&%$  #).1455787642/,)&!  #*27<@BDDHNRRNID<62/*&"   $%$#    #&(($"  # '+/48;?ACBA?=<;:73/*%!            & - 3 9 ?FLRVXYYYXVRNHB;3+%     #(+.0 111.+'" "&*/6=BFHIJJ IHEC@<8 4!0 ,* '#%'") ,./.+(&$"!    & / 5:=@BEINPPPNJE? 9 2*!    !%),.02457763.)%!  "(.2 5!6!3!0 +'"             !&()(%" #%&#       "%'&$"       #*023200..,* ' "             "          !!!  "$' + /369<ABA?;8530/.,'!  #,26:<<<:74443 0 , ($"      #%()))('%$"!        #$'),.010.+**))* ) '#                #' */37<?A CCAA?>==<":$7&3(.()'&&!&&&$ !        "#"!    #&(*,.01211.+($   "&*.2479;<<95.'!        !!!!  !%(*-.-+(%"!    !$( ,/135 9 ; = =;8 4 1-*& "     "#$# "!#&* ,0233310-*&!     %+17;?CFHJLLL L J F A ;4.'!     "%())((),.00//0 2 456530-,+*++++++($  !$&(()(((()(&"       "'-27;=>? ?=;962, %!#%'())*(((&%$!   #(-38=CHLOQSSRPOKF?8 /'        % *-259=ADEEFEDC@=951,'#     ""$%$$$$###!   "&((('%#  "$&'(() ('''&%%#!     #$$#" ! " #"#####"""#%(**('$"  !"##"   %*058<=><=:963.*%      &+.2467899;:999998 9#7$4'1*.+)+&)"' %#!   !#$&()***))*)))++--.02 221/-*%     $).26":$>&A'D)G,I/J2J4J5J7I8G8D8A6<3701,-''"#   !$'))))'%$#  !$%&%$"! !!#$%&&&&$$"!#%$#"                       #)/39=??@?>;:751.+)'#  !%)-/123455 6 66554210-)%!     !"#$$$$$$####! "% (*-.//.-+*($    #&*.024555677 7 777789997 5 3!/!,)&#    $) +.//!.&.*,/*3&7$;"> ?@AA@@>;8 6420-($   !"!!!"!"#$$#"    !   !$'(('&$"                      !%)-025567 9 : ;;;;:::99752.*%         !!###!#%!'(*)))'% #! !#&)*,-/000/-,+(&$!   " % ' *,-.-+($     $"'&*),,.-0,0-2-1.0/00/0-1,1*1&1"22334 2 1/,*'''''%$$##$$#"!   "$$%&&&$"!      "$%&''& % % $ ""! !           #'*-//0/. , +)'&$$$$$%#!   !&*.145541. + ( $        !"#$"           #$%&&''''%$#!                ! # #$#             !$')+,-///...-,+)&#"  !$')+,,+++**((&$$""!     #&'((('&% $ !    !#%$#!      !                !$%'()**)))*, - . .-+)($"            #%&' )+,---,++***)(&&&%''''('%%##"! ! !!      !$%&&$#   ! $&''&%"                 ! $ '(('&$!  !$'),,--,,,,++)&#     $')+,,,+*(& #                             !"######"#"!     "#$&)*+,+*)(( ' & % $# " "     "# # ##"##"!!             !!"""!! ! !  !!!!#$%'()* + + )'%! "##"             "$ &&%%%##!  !"$& ( **++)(&$!   #&((((''&&$#!!                             ""!             " $ & & ' ' & % #!   %*.3 5 665420-*'"   "#$$$%%%&&&&''&&%#"!  !# %')+,--,*'$    !"# % %'(*-0236 6 6 7 7 5 41-(#    "%(*-03589:98863 0 + &          ""!      "%(-159<>@ACDEEEDCA><83.*%                  "% & ' & % $$"!!!        !"#"# #$#)#-#1#4#5$7$8%8%8#8#8"6 53/-*&"    !'-27:>ACDDECA>;840+&!     !#$'(*+-/ 01234566442.+'$  $)+-.00010.+'%!          #',/2568787764321/.+*(%%# !  !""" !!       !""!      %*-023431/-*)'%#"           !#%') ++-./..,*!(#'$%&$(#,$.#1"3!455420/ - -+)%         $*/6<?BDEEEDA?>=;61,'!   "$&),.011224577630,)%!     "%''%"     "%')+--./37:;;<<=;83.*&"    #&())'''()(%$$!        !#%(+-.../00/.-, * *(&%$#!            #(,0246641,&"    !""###"!                    !"$ &)+.000 1 2320. + ( % " !           &*-265421/-++*&"  $(,///. , * ) ( ' #             $ '*+,--..0121/.,)''$!  !#$$$!        !$'* + , +*)('&&%$!                 ! """!   "'),/14 7 8 8886530,'#   !!          "$$$% %')+-.--,) % "!            "%')))))+,..-.//..-,,++,+)( & $ "          !#"%'&*(-*.+/-0-0+0)/&0$/ ,($                   ! #% $ % % & '&&%##""!          #$&)*,,,,*('%#!   "%'+.1458<@DFHIGC=840+($!         "(.47;=? A B @ @ ? = < ; ; ; ; : : 7 4/)$        !"#"    !       !#&(('&$!   "$%'&%$"              "%(*++)(%$$#"    "%())(('&%$$"  "%')+-.....-++* *)'&$"! "$ & (*,.//-)&"   #')-0456655441-(#          "#$#"!  ! "#!                                       !#$&%%&% $ ####""!                   #&(*++--.-.--+(%            "'-1479:::9851,&          !$&')))('%#        !$'+.1222210.,)&"            !$& (+-.//..,*'#      !# %()**#*%*)*)+),'-%-"-,++***) '%#"         "&)"+$-&-'.'/&0%2$1#1!00/-,*(&$ "   !%(,/25676530,*'$            #&(+,--.-++)*)'&%$"       "%)+./134 6 6 5 4 2 / , )'#            $(,.01211110-+) ' '%#"      !$&'))*+,,+*(%"                             !!!!!                !!"##$$##"!        "%&(())(('%"   !"$%'())***(''&&$#!           ! !             "#$%%'&%%$!                         "#$%%&%#"     !#$%%#"    "%%''('&$"                                            "$&()*+**(&%$"    !!      !#$#$""!          "#$$$"!    !!!                  !$%'''&''&&$"                    "%(+,...-,+)'$!    !%),/0223310.,+($     !%')+-/02323210-+ ( $ !"#%%%&&%$#"    "&(+-.00/.-*'#    "%()*,,,,++)('&%#"!  !#%&'(( ('&%"            "$%&&&'&%%$ # !           ! !              #'*.23577788887641/+'#   "'*/145666431/,(#  workrave-1_10_10/frontend/common/share/sounds/subtle/rest-break-started.wav000066400000000000000000024140501263301626300271300ustar00rootroot00000000000000RIFF  WAVEfmt Ddata Kg{I87EG1%O8W;ICmzDU{z  0 T> ):- n 9#N[ k4,Q7)7  E!9 U S E H0<w<^7W4jj`y'F/dh C:(thD}%@VUGJvV ARFm35Un X-"#zr%f2]%&5DSJlxNxp:->1 / o Gp{hN BpT7Z!0`xDrLr~4:|`7PokJ&=DSp.iI.h50/F \q6y5M&M+.,(pp{g+cp(yQ`000 +QS03}.;'d>\T c =ojXJ aur @{1)F7n)dLtH { v%ELR'{5A_%jZfz2L D#Lx3I466YB|%!6gPJU@^V  p+tvJKGra j1 !3ZqqUQ]W$ F q bc+ km%Oi` e bV~<<Cao{D ) 0 M)#*9<4.u"[@U2EGu~Ie?iQUZ1_?wBIdcplC;4>jQS`_$DgFl"B4,a 2S GOOdu :A< d2 c6FfmL Y^ E5@K|r~XZL>,* I)q>I:~ Z3 j .<MA\vJU5r;os.?e3pO.y%Z5;<`X%ndi)Fgj/< HjLzu3 7l5@ VW[ ,?N=lLO-+ i D8UKpT]=  GjL< *~a_RQB0uS  74ttZ2Xr`A+  j ]zG! %b0je|3K  StE' Bug.N{YNjloDuH:$s.! OEe3 KFq1&X#k lU } \1Qo%l 9 cD;W0j0@2 T to7M:!8[34~I"N+P]!A ! tL]a\ hv- 7%7'y|N;Z2WHo:^O<n  W6A 8 |[dNG76Y6+ $ (xD|"Nq>j  ~g'%w]Cmo KdD  P5J  V7sH>dZr{BqGX"ab~7' r6aHO> Bg ?4j9i1Tl='m? G ` P VP*T } <mPEH ^ <&cr2W/#P?M k  }fhu)'b.@;U$vtJE7krrsv|M WbfRFgWrD{P- e Zm\Q#x56fOsPr?sSzN :iyK s, /E G_*]vc 4 q k;^*&<>sc \ |e:wk e= a[u\Z6%3Lo}RPN[G4\08b `"ueYU<c4&2*WljNR+!oR G| Lmb 4 * 4( &18  M5aa  v<chB\ O  MU7G#l4 St ZSe~Y&zr]9f=&"P[,?->L *]"yQM5D(}x3J0vE%KA3  IlYVW^Fer;{B1;"d1   }r w  X  CHXt~ V 5Yi h/  HR=#7Kz6l#[ Wa ^h96)|2'XP`P:e^R1fkZ wYOCZ#BH5 f\.l#.~G]FVXKi9|_aU Tyu 2 ^ 4" F*  -R  BL # %{  <Ut3ZSV_!w q_` kgK=V|Gjt|Z.V#%4Y%& @AOkE%T ID+J |@?Br6J:m6 bqH x b I_ q{a)O F fe 0XpR  iy(x+S  "H\ l *V]:#n:DV8  J|'hX gnk;> CNYuxf`qFhl;8"4YR !._MZyKJL*g ~Gp"54 \ ~s H o' T d  i7g Cub  /.5 #pK  T ?r1 ZH{] z:y'k`jT;io5 /m% 9  %\Xrz_lOKIMKy ob ?+Vt_I$ [u|/31y4$/  8 x;w% ]N  H e1 a>*m?qsw J  K' g   zH qY JBR G0I`r_\'t'q(3e1r  k>/G-RZe\bkK'F.eX>TMF(uZ]Xs (+ 9 _ KJ( a W: ~h[( ]0 [ W!s~ }b R3Qo VG / B)Z]gu21xnMm 3F\} R   PNE(K<\p.+DF*[NU uCPj2\At]"/O(p}<AonE ) R5 ,  BC'2"y$ = w >s!k6j\AE 8 :.  }  Idp@Gt8U1 r==H b t4EM<fM=u\5LKjBa)<yDvw? Lr!A"W&AT7{?wUBE U ! $IG   o $ j|N[G8 gr.nt'm0uWrilP540 s Eu]]{5t,NNUAX,@?,GNLe;/3\2{j,hjJ}3@'MO, j   `5 m m @, -lSo *  h%nT  .J ]; D1<Qe+>vp.lF-} Pez/m?+~}kS|cY]>T  .X%~@GpXh{0)'zJt7+,C 4 |{~Vj8]<Z l iY Q \ @FMjYtOV}  4m. '   S? ?I:jTr|{"D:ASrzFc)CK7y8~i:zJtC^^'ju3gyxdrt:[[3i 1].o 5ZzY;[vwAK, HFh_XoeZe A Q   J=N e-] x0 =?xS>0 )%  $  jBu C k8S<#2Q^"W+qq2J#y !-)i7XbN7="n&G _P@ESF Ng}p7r]\D :;XwZ s|n_R5`wh w \ , +  z2Zi YyVOYZ ;` A< 9et#'|IT p~ 3  -s:z!kgphXRD.8>OT_'2W /Hm35gVk#~g Kx,:HfbR8cJ4&wD z1^o"f.DZ4DE Y^jK59+n%X=g S @g t ' ^ O_ T (m G X+ CS1 |  5  * Fa:g.!>#Z`>-_!Y\=O6hXN/N%.TU.:YUEEyFb/($(R/TU!D |>:gs&`7Fw *Q f o H '  ` sX(Lgl C b~EF 4 B  / @ &mWgPL$QfErPddfq1I7,X+xG]Tk0;q@[*Zvm}+t8 (Np41"Xoz4nv&AC*uKRYMK8 =  * &* {t6$@O!f`(QP .X >/  ;}fS*m&jmrjgT- {DZ^29-cQ6FH`% F=I!|[|U kZ.(+{|6Hj~gujuuSGc 9kIAHfaUv;'1Jm.e~v>tYyK>4u * -'tpp| VB Z  &<zzn. 4d9aA DI  [ZJ`gQqi"!S64#g))?C}8baMb&RK#Os?RTp- >ZXgD-08N:W july?PGb7p/ -i Q DJ 8@(uZG?YT9a\p&@CdWn ?uABjGjO>/[e@ISBDruBI]1]CZMVddKTG%> 8 !\nqG4&;%c:KWiO9%:x\DIdHO{AL E   L4A v{) N>T3$7Zu,@QjzY/l|H`Tw".tZ6RO4!^/ nPWZF Za04rGw,Z~B/d l'fjNd-Q#^E%c.S$ue]_ 1 - s 4 w<axD)\AvC# Pa1NIGx%*59y@(7 n |{ +4$ 8n>u`^joh>LSM95?B^,5&|m~)-U&?m0'C[@s *X#Kj}1 =  w*xEBj$Oe(ffFe)`Q6AD )4j/.;?`>VrTX2)r \0WV*vblF pO)oE#~ p(*2\@KALv]e:IeNn3 wyMT<S"ClB(>F1nC m% KA+yj_x*/-Xd 3KR4-7 Pu15 9 92)u6@VP)w.=xycb#0aU60Zp?Cv|?oaCBgr86<VY1oL\D(\HS&TPi}1J3T(\Vhh:# Hb(=grMqydgJVy]S@ oTLu|?~`!aa:ENI(li]t~fG&~UIOJ c7'0)QXhSRUR<VbCv}VT)Xa QV6+vy~]LHNFrIi@yfm/ui]E{am_Ko7*VU/;Pr$:e:`~&eDtVQ<]\"e(*C}$%M"i q&wlC cVqOt\Fp2uH)(])E^)PRe"v] 0<_j?M"kIG 7}(N'C{e 1]c3|Qm%Tl4%DX@UwaD@!Xa_ :5[88W9pRa kZ[[z>5*tQexFp"ukq h3_e]1`S]V/@uT 6Jlne~F m|>?LE$5:5Lt'jX3zdTTwQBUgDc`To?$s}V/Xjf96&O'jS;uq'EB2wUPZ@Z$&-M:&b(B\o?'b 7x}k*XA8=d|PX0lC_l>yh==-L jJ7o`BQeC b>|Iu3*OS^s%!|rY[fcj`_S,I7{BUboLxy9jxs?p%cjAO`D'N%=t^kv">h3?xIGMw [$ &3H3,>H^S#p /brdjHLWmc+lp;L<5]s 5pRaaA V|Z pY`U7kWh{mWBAExdS+z PTM. \$QWoXF7RZ|}&=U{?o8U1QWq5DnuXO/ _(4o_U2?-4\O6!Q4e+#@{^OZ]a s2:O;EELzI_ZVRZdWwY&dN(H=d@^A<[M};'%\R+39A|n*Zo-|&W6=1az4+!?AT. 1;hZB$7Q "Xv uc9"!NJ0l&M~~r#;<m.f/ZH]h\h>8/ z"OEcX6<93>B#O{gB}(awQQLdpYF9{ dg._ ]tl_ezvbjFdO[&n"9%xD)d "&&AetF]SnUD? X%aNmA. Em)WB_L^l]&BQ!VALDm C7|JWsU`I<O`ZKBG!41EZ%Pm>PK zu}CT ,-`:/ T! X#( EpqNInv0 poD~V'4\[%~uFD b1 @ f r V_ S1SE|F08rGsn)S=I8 F0} M& Xv |  " B ` W   = IT k a['AE2{$2fw >n2nv` _{fLB% 7Q Z&8s_dlV6phjI ^M h< (AE  !  ux x  B0  ( ( ( P  ;  S>7Ol TE qOx-Ye/9?zrlqhn@et1Y   h-r|%8dy ,`cHgY4  H Mp W ,F2SR Kb 4 ' cFyit|q&>],;A&l[<(~tI0r.I1j/"jgDHv eK 6 V JM 9 U "q^:_GFj?&  /5vd&A 9 ; (  e| ? wb.;# 5 R I k e     wJ=gm lGy ( !]4gae(3}X_-wob%!+Sg3 a8z9RFA77t {b2. ~ MB(Sln 8   V &SY0o  Ln e f 34T.[ J Z_1Bv{r>azlJ4&2*S6g995jNL=bnV4I+"C OY5cf9Jv $ P&0<,5 ;+H F z    /L/C9-,9 \U!^H2ZE]G0 zOq?/m ob'!9 ' W|q%HttG+2JT /  i  q?Iewq g tP0z Ls9IWONp7Vyw7b5j8  X[O;oUDOjBII(:q MQ C|4QP>DOP  sd:7 NK c 3HP M {VI,h m X I }  t W -2U#3m.{s@UG%g`+c~."?L:h@{8q9wLX9 _ RV a\:4 ` k | 5 }u?t ac A:Pt>- K*VA$TsVvzE=2[nT"@_"Oz4luQCtP) U2{l7_@1APr {q v pP  z b)$IzTq)&7 s  ! &+ btSZS= Ce6c~{;zZ: !qpd_O<SSY + ?n,JJ. `-cF=z@cm\ ( Q < 2K .kTM 0x8S"Ax E<faj N4{LZ:dZf/Eh@d>Fu6<1"MYKx *04D'$Cr 6`1{E ;~/U4 *MO7zE;i t mSVm  Z R   3 y>Vt H   1 - B T0vtEO^uO)`L4}N%4q{ ]FLyg{Z::Srqs93N`|*$ffN Yh &6L]BiD 5b\ @>N/3:!K6hf@ <%13r?8K&IS ~ : D\z+'@E s_.,omtiar U*#:u "t . d 3 fgUt "i@ b z.'w<R@G   ,  > 8hU Oo#hn`A !GFSt #V=p[ x 5  <+}z ?12NK~. k ( | ">=#W uN~ u`|[= yO n : v;2/Lx t@I<%}yu\~3!psE4v3@L-% D; n!*o?mrQbb@QdN- a q D( ' SM TB;-A$# W . 4  Q d8gJi`X!]:K{ov#1* =rypPs; d~P:!E !R@& P .-D$ ["{? hEGK4|L /2 <z > <m S Oqy LcpyA*eW N a . * 0 y \q s\n#j},$DEw*K{V/4< V v % Lxc <HJma}~3 U "7 > (^<}\hu5b?MopF_jQ24SWGlAK6z=UU{+-XV;y'yr K7JAsGj3^2sIx: -:|!>je6  ^=L+BREl^   O Y ->'y 1Z&)`KP&K[+.i8R<u s S QW@f +:& )yIn1t>O>6P rRr3kw { 3 N5 I hnp,` .C[5?W#9"Tw")h=)F]vV<fkQvPDF@L J-;bbY =hPrj$ 8s  c) 1 s* v  h 4 ]hQwQmU z f 4)vF9d8yzTytN=L%x] ]3FL2 e80=Nc=/H1s| Imn% H<# ; 6goYq k(^E0fLEvuL <   2CBVh 2/L:3Pf+`Ne\GRVGS:tgYjVscQR@T]Q/R;$`qy^. ' h;ZaD nm~;6WC X&YX,/"wZh~g@pE;T`dqQ7$6WSq 5X9 R & I BZ b V= WNEF*,qK95"/i5U A!+mH ! WC3Y(#?k.m*9i $x6n87K'"_LT5o} VY"uh5A Fce >>w*9v2@aRyf q  :   VC\| PO%IKTMS:~! Fv@~u>L*@CtP 8b(=c@Xx_tVeATq;w5MW116s:7M4Y/3v*FV&j W(Q$D6_ ?pq 5   m~#g['"^Blja &ra] xE&M(E-ec(hK,h[J/fO]rEY\w u;+Cb4PY^3*08 A."<mN&HX4 (  3 {]A^OIsG'S4)@ay+szzV!E1._]HG+| n Rw @\ *{B6yWAmR~* @Wn"bOJJvZ%Y {xw" 4I b 3 sdr(7V,YJ)=8tn]nG h  I e |*'KykNC0)d QNae[!! .IFu23)_ B/^HLw|16:e{?h DJ +TLHig _1>> Uw>3 _Tg?Zly    M*VTW=ITxU=nLh0-q9Kz0bSe&`igs@oV5 # v8i!W~$*_Kc)\v74zD\]hzEF:9%BO}  F >OH>>+#s5Yf_:q:ZV ,v4h wVS |t3Q)- 87Hf]8d`7WU IG[]R <G@Q\fRZ  'frz]e<S4-  *wv?4W  .F IQPI Ny rx"Q%\A3~ [ oY:)w%R=|,YcaW"dT_S7&k"y/ V qfGTKZ HL  & vN e` Tv4-Cgn~.z3[b+z_FQy;u}[-$; {Qi#SX}Gp@\ ).^b9Eino\ol&hV- l%M ]H`Bcf   U/;4$w'v;kt84@jDGaxAh\e4$VrI?Q/0wpNSR{u?XqZE \9Krzmy4u3$^#,w'D x ~ { xsIC *H3i^X ZoB7@%h7 V&K0hvhq_;DpjW L^<=a +x6pFAAD >5 @]kvjWC> & ]" nHi2gujcYFJCEAXqiwm|U`d#xmFHw<MY)yRdKihv}!yem%Vb >zPjBK8S 5 v  43O#Je ^ Q~f.PXHGd.PU5q r :!G[aYU!-<HNZV1IG8e`xfj^#}Oa(?V2)D&Mb{;-+ HjK1<Fh !( ,  L ID -++zK*RX}wju+6G |Vhg`Qr1;c3_gW^?lM4IERVIE#F{` e.0]} h ` C G&(F ?'N|bXv2RQF FXS\".Ps_=f7gT W ,,,F/^n [8|cdiscXaK*\i|cx>\{7Pg`1T b juPU! x Z Mf t yB!ow\'l !QM,i\ 2gN{WNKpBZ@;Db5H'*O22JN>_xN$q48B /D$gj 2 ep )d|)vV ^7 l  i Z i!yi"fv{)A-n,P.h'UO~&<~=|EG(a!\($8]-u|hc>y!L;4AdB 9R\jv5]nk\y\-8-dt)E/jl!?F\9 <C  YPEGC)Y/kzqkaxU"bG\^?K 0oyF]hJujUv ^pXH%!yJ maZh8z\J H^yYlIk(e Ab*44 tR m`\DR   S) !L<W;eX-}}\C9je \}PE!Du 'P[qZ$p2{j tq+)?,2[F`yuf6|g  ^7 uu ) I  uo   = 6 A6L$P=   I t cycTtT[P  Cb *xY|NE^D*3nRQl~9Tz7G Xeuq( %g4wg=/nV aiaK   (n "[r);b4/~_)_rA~kZtKxRnR`7=5&r{]M V1sJ"A\4 @ 7 8 H PJ   6az)   DD&[B z:5)w%o^Xh"7)%dQ J(%o@W =S 4g\B|eR*iu<^.Z"u414lmkgW P , @Y$d \ m9DR E  * HJ0e{Ahb^:"xDT34Xv+zBA{)#n.cDil!ZV$Qg7=Vzl!xDmRs/h?}lY<|K|C|{>s G r j   Qd M ^ * um*Z3   X#2|vCx4n MlQd R{` Yw.y_7z]kun)p@Pv:eb&8BbS?olMX*l8p;y`d|L7-\Al* F2 p , c ~q  O T: hstH5CS*$Vb=Kq#)v,use^G s ; !)  s BG  g 2_Cb^J-k,U  +B93.rPfa-t0D[\Q47]?j(7 (YopR1Cv~iiJ4<\1M!E Ek R,,e8 10iY 8 F[  X4 n[   d p  ,& ~+e  xy;Dl-&oSsLaxm+i  Egu3:t [yb5C}:1 gUQ"&SgYXd/^ \ SzYJPMr@  ] ]I563/G A+ V  S q/T_Jf YQ }XU 8`8R=$S638VZf |P  /bh1&Vp\) R {   | q Z)A4)_C'S0 qRd;pmYb6>)L$ |'/D83Ac "VJlq' m.TD^&b td(f t|a O ' bV - 7<AnoK |/~ e y =N j7]>m}'EU(>1(*D>m I~z[s:`JZ %xLeW k]! HIpz G )h64 E i q I   * 3p , ryc  =UoY- 2-`OY 9cAedHiI<a@ `O 2 e F^-lQ  *n BGBr q3`d;fk-kTNi<d?W, 9 }Q0|6{ ^3}=d c-  ) T"c&1b  l($khO_  }R ' ]4 G~]|-9>' ]UR~ q= `H^ : ] J; G:8 94tgBg!~Xm & KO+^D`yS[i_ m ]yUKx#Sh5s''7.RN~ty t~:`\(Xr[g O E{1 dAY@'p N ;  Oa+< q$ikqli19Uo|u /R+XaWr'M=f[6l` < :[Tl`Ek tRQ R9p :  , ~ , q < JJ W  z)M8=A%p^sT!M \j tO  ;yB x *_p(Gq+ 9U pHigF:rgOyE q]~JTY H   )b}IY[3aRGbW B W jA#K\"/t4,2^  @   ;U3 ,eZy5rJr 4o2S!R( S U {9  n A e 2h j3+ | X Q<z\P Q6vpkO52:(IwCz}:br0;cc"XYd,-.!i,*Y1#MhI~FQ7 W I-YE @Qh^ "CZ!\ @-~e (3 0Y_/J3 e ! < <  J [;Z-"'eWB|Hj hU2  niP0] Iv}/YH {A.P1  C/OY<Y;9Ha)Whe !W ujxb% gT  " SmM +%m > ) Y&0Za 7a{jg%a7"V[]ofVN'   9 j  K6%N `Z ~ #5 b Da \]m yK %e x X   b 5@0auP qjLM0:ie#SpxBTRHtMx4X&Y*%@5  t t 2 ~  7uU"l7^@ F <Qk27 g}/br0  sN W3 =1  &  mL*~{,0{(&_##%G#>qpX%vDOrLQKtIH?8\Fx* w7mgQEsB3QVS)R F  / 8@[,mP dQ i  f3 faUb8y+(B 3?Jv}qZ,,r/<`Y=, 6 {  q ?Jw R V5'cGlp4s8q|6pq HJqt7K\3'Cszm=[5K [V }=}zizWj*acn[ i { zN:h S lN*Vhy7Lu ]DS(cxl!_dp0t2Y/5)Z9{SP>y^*mNhxRajhp%fCKkxW)ueYIUUe`S{TpSQvZ{ G  0U K x  6 t ! Ft 1 = ={0(c|BGoe|qUuR;Il e0] qVH w  >i `o ws} =v6<1q ,' K )t ;B8D , X Wm~7SB}7WL&&I(Dlw 'IwlI ;.R<F 715.z\$ |3  nN  5 zNi>q*;(\ZHt'=*, `S p~du  6 O k* ^ #^ 8 9X0\z,b '2eLEY5%ZY/S|bxvIV,~EnM`=KQODET;\?oQWN4C  :z /  =/ *W\f   ]  J h  / Fx tKAy+:anr1ZSAmC6_p!.  # { &I 1-)HJt$qf 7+j/Pq"'_.d%u9 g CW(xkq6I[JNs8M+F"Ii, g xZ R u ZW AR6:!hnG'^N5-9zC*%P Ec9 cXg]QH mhenW Q<}g_/.?^$4omt-08&V/,\>p:#l3v'(! hvh` t5H8VR&oC -x6z]K{:) 875!H=mXsTrZVG62\QWsjN9lG |  19   Y H S   + oD^dF}t8BQl"nx!@O~-/68RywuB$p~%NMKaI&FUo.N6N-Z @ PwWEL)  N R y  c]ZC)HYv>)Z[ (&lF)hsD^O042E5&lbl=;JD[v9qc-vc 'HG!sz0Zk %U0^+}   ! Q  # $Bo~$/x@Yh o D `+t!OX\Cr\*NoI{oUI _yEp7gs*t~(pyI.{ k 4u 1"O_n2=  7 >"Ws71<7C/?#6 lT*Rk"a J[Q1$(p_A,GqA:T _Z|o4qwS]Wp 8,u`]2! Ti(  ;   s Q< s J B  ^ i v q,   wI&a]d$^hE*EF^H :X6j%,I-@Mq4o!CU9m( HF49\@W"Q9.*R?@Iw   HGY F6   U  6 E jh  !   ; t 6 J AuQjhe =>mk!)Fjy}#28oU}="co>  .wD<-D[-0Mk! BUZ]Jr=CL-btVhjl. ?TI8R2 veSP G@/AqRC<ayhJ0 08 %FXZ$wT0/!ebd*>hJ</aP.&?glE+(xUfcjAO~MTbJjRB=;{sx(,R'tP.2 * pU ; |  cudL-k/]/#*KErM|3" ,(gW8 | S~  .N e K   ]E8)jQ4`>S*1}e F}j$Pqo~_%I RFdSzftw-?Q_,T{#/ .7kme*7`Xg    i  8   =X'A#;'lX% {9 -  qM K n ?RL}zAT v}rEv<}]%3-G]uI+AOW*Rr 2}|Cyrh:RxKpOIb  O, U {;TDJ#e 5r @  M&#8q >t' :zG{/v\J}=?eIs|)3wbtD\&g*y7Xc51qRj O pIbC * s Ugb VKPhKS]Zq #s5f`m7tzI~ rPRV0!@[f ."woB^NOdfe &*? h > le    8o[e8)Vbb0M w) Em+|TxG4<|@s@;{Hksjp{d)kD$ a\ |u&Uc50N&Y8=6jQ}XT6Ow  _ < y X  w3 dz2[&4v3?/Q(l4A -C0hE"A(TF8O,94*X,eAa6Ba T,rt( r8ld /*r)Yc bnR`3\2xIj'mP  |C~=z?<a7jL[I7y7qm *Rgaa_R8j|-J4e-W51Vt{.In!)On=1eXDmWD7'Zmy'}<),\I2 K  d yE ` N} L M4)QRlZb??no?hhK}~uXyJ3g8/"|TFb Un<l9UJ3 I I `Fz71F&05(tsJZm-2[/5CQ.So%-A!xM=ZvPcV-E}xmrKV6 w& Tc]%DbQ | 6 ` FJmq..Er,$ A8!(}]ZT 06$Q54:bJYq7^l  2 'L - ,F  c(n 1& - V V^;IBs[&A' :O+0ypUu=or>  Q .yV7fl/n(e0{=_CI*L.V:vf)4R 4 gP ) $ 4 B ++nz.BMO^0l >5A"D'7v5NCvu B ;~!lUB#Y37Mb O9 63w? +'J09{> 2eoYG'x"/>9bLB8?ai5.vErXrU +Lwk"w]Gv_I|Q8X"T&$@i9` >WAP )%h p `\;"I  0?@:3j9,=:uoV3?.Ni* Yx&; ]0,W`O eYy%HPOi]|(W!*:bfe>l[9G9',nFdt(^0ktn/2 {<n'Zc}q17]T|b uCk%#`#Lk%}8Se8iEduX Zl @   21r\@Pw}BXD7?Fi)a~%$Q0"i Q(-jYuXYV\SP& XorVRYE%^9I>_L]KT;YtG#w ^U 0 - ]9 dQoS*I7{p>z[~P*{$gb(oSt@Ws[f;z>3R:Dm]a{Ars'[ P3LduLP+3)oh0vI4q-CW_GQ)jq'yak_ad`?5= _{Qx}WTrDVeQMwDB5 + %qN M~ d-(gRYUo A_ 8 f4 Dy-q: sQ  qW zf tfoberi2V*NR]z@O i t*&oq\ ._[&B@@E;,3&>{b I 8 l g 7 a p z{ O  d EY#LbK+X.}r%? y[tVI<?7Gx5_@;!If(9MYu*VP7H&}@0iB4KAV~s9+DbL\&p"Fs7   W%;O}F8BI5 lTo3>A~c*wpMbB(C-|PP6D q ; ( ^ ~ 8uU;`%PvV[q# ZAE)cRyL9t"-?JkbZ0[P$/^N| Fy2=2Z+$`(3bSQc0+z`;{h  :< E3Io J < M_:UtLSUMEvaF[G/r=VA:;S5;X+ '(iZ/iY{j&*i4^ i]4 5~C7^1 va ~n V    Ej q   p{ \kTn>!<q` p  uj _ M   N{)PD/>lwEL 46W ]{  ' U{Ehb D #! J56  FPS:O F}WN( `"0L:Av&*=RDo+N)DArLy"~E BB6Cv+  2P%mR !$ \} '  d4F *.,\JO V*vpC3^'^[.VreJ|PbrL-AY~U"ai7 /1)k<)X: x o Am u   ` VE C  J  AUZG-_3y7S#(H!r?Ggb gP~j|D=E-f7|0H{,<wl R4gY E?*-s?!pR  tN 1*/0^  Unyz J5UpZ>fiuW{kIIX 7 M 9 c8 s  g,`&/ U .9-5 ;q  TOa<z O ) gYF r|TKn5\ 2 n6/!$>ems  [16b "LiDkQ Y ,0T O|g_<( C 6b  t>J^` 8 jV+@S`b_jVsRh!` | 0RR #v j7d(}XeZ^Ar * F\g1y hz'G  T= Cw qfg8Fk+pT7 [B+i|=VQ}!sB FM{t AEGPCla !8 IAv=O  7&  p i9}O 1  @ Cq  R 3h < 5*CA#}{r;V&:H-GgK'@^Q Q{p#2Pzg=?* .Tl$(a`9' nv g $ I6WzN u5bM$]~KBWV#)/<w  ]8 j9T8 ;!>#  (Wqk="G8 3dPq  ? udqs u z ' l 21w.F li Gz i!bR)'Mf0$o4~(V9-Cim! G@.v  dEv k ![{R@A@( L!{r]zs<  d>yLu (3".UyOoH LK6yx ~ 3[3T av W   Sb { tcmK;N%_R !pcA8# z 1f$v^6J!YUR=78zIYmh~M2atOv4 < M H k `qi FM4 AMd`P(uO==4  w ^ "RV? c4r : n m4 ] L|ptWk/DG$ B }l'7 =)] iO`X1y5[ o  KH \ pEIA >; 8wD ]L$;7@ z$/Qb#Wm0C:)`NLB [ @ >j "n ) r> } L :A$ 4m 6AB  N 'ewV  P{V &WW2p(g6NR$T&!L+j1Z^!=.mH/ CU  |   02_@E C<`6vIhZ   *SAT.0- x #zln6?QAuU>[bt]"Q{op`Z:"LDDZ A . 19}q~7(7 v;` ! -LY5qQNn.x  :sV' hm2IDq!:#9K55zI-  iVbg a::O3U'_9#\1 F*g( P:&{3 % 6 P <gG > *$z7 F 7 ^e}J d@<65lnwiy%!ifghArn  _)| yyt Lq%?' p_B V yNhB4G04M  / 2 Q gHYw$n)S_PYXd!V$F~S  J? WJ %q I5  ` '$hR-N{ RNUC7 o^G Z[Ss.1x5rku#h H M,n4hjnhd*DN. J5o *' j ,O "c + O o 2o'aig&n^  b P2X Y :0Hf;P Q~r(k     Oe90OLuK;OAa @ }ci wE P(S6 s=  =X _~ V4 d%" nc  LC P @ W \ < m 19nR!G}q#3=wtJ 1 GO- - 8 =Y |lF SP#mx9 ;ea34F    / _ q < | B? 2  ])Vr8DN0 K$N0g%gJwe ^ 2  v :Fo .h(k ?  O h k  ^   s 5s#@>r]g! 3?!\;8L ct*n`nq) Pa P9XZ6*6m $M$-^  ]]]1* ; > $  "  `YA]^M*n`gYy8q(^%>r_kr}~'^SWF{G9fr-96 z 9 A.D z 9& H ` YE #N%G   6 F?z5Ll ZA 9 p v  `-U}kg{XAw)0M> 1$JVt0"`Nar a  |Zn5[V-i/A`4BVAq=j 8>9hDZ\ ^ @ 04+6*Jp8:a=iEjf59k{ Bw X;y|Ad-Y jp & ucv zUDY~;u+8As :(~63\x=?vOWznlJ"?6VYMa_v;y  I M 9  V!J#u`KZIg\?W`fb}>z9"@7=K8Fv2iOs&u\) ,  ]@ p;I,t&" a  ^ 7 ^ S (/-m^-:wz )DAZ#`!YY)On_x [=U-V!Z0l>aw n J R N  H s +_<pTGg1]#w9w a: JzLj>)D@9Wn n3nXoIN?FUG [ A 3";=yX-d(a\  R ' xRpe\~ z _W!Jm cj GG'fD!{esww% [:|Su~nxW7t#YU5#\gz 6 # ]V f/yrJb 9IHi?2>R 1 ]A   g 6' koZ hy <o4  e{sp\0[{}FjA >[Mg~1c=&'17Rf6lE)D;pf\'rrg /\ 9nVo =e  I+IESn! X OF&)!$) >j( BrJ4m}NkDM ; nF  q z   "0{DT0RrAw# V;h) s W Yg ~6 2p`Ke#D7 0 N]U({E3 h - < u  n  : lp  jo(Q-kw=     +vrp+W*[vp 3*JxUQr~JunJwX#Y a- {#kS+2 lr yc. o44(j)pL  ['Cr=$wAiN#M(ch^Fh2 &q-e^)% +6F89Pg5Q d \06DmZBD'hJ\"dl4n r Q~XL # M(REpB bsOLzVu=AdI)&5R5_u6d ?cieye%f,vO?y  {Lr-<%\zv| h a"Aj4F] b#i{b:$qL6p+Uon** (%dB 1' [ ;  g >LV  {t R ~ x ?Q ) )\8  k'wH`!7 YeNnU'mdbq h*@+0; q;@cMX|9   8 w  ^A@Qx  ) &L>^c zAMgHyb0jrrhiP}Dcv^~ 3!SBwrnC3m?tTI qO/O6Lj   )}XOeMEnh!w_k6Rh`?M:Hs(kYJX@K~{k  CGn $ + :EbHV tWS_D:W w  ki  *J 2 +Q<Mt-'DT%ow({X`'pA=~KYDrVE   lR dMLgVTItl~+]`L8 )@& t Yy   U q U )5' ~ Q*Tki~J\>o?CqCA O@u{fm 2 `  / >)LTjiNkHeuLeaEb~B-oD{@x  X $ 5 NMgw`\_~uJ{Ju5( cC r ~ P2=f-t}24(W * - l C "  -iMb#oYI ,ZL}aEKCwpD&/D$-}Tl&??+8B\Y==}j\.>BZ|*H ds   #FWz8dSMz'GY>jN#[q7S~*c'H =oNhZ} PcY]wrN`>; =cA: w_y=3;r{R1w^R' 4H I*[67zI5 L _KW]u |R98[~sFcbT/-&cQff{>*n:Ke B-BY~ ByqQZ(Eet6R]  6 Im#k0{>\t"&bZq_|Nv`g! k#ME d P> C )|<I u N H 5 }  Y4UYqnoGWd> Cl&p>S!2b0EwE|m(a#oX:fup * s ] \ #Z r% E8yXf6'@f^xy] " > n # m 2TK,d Ndp0J U|D5Kx;}V!/Y/@x#R R? ` ksKT;Hdr )= )  P  Os ~[8 Mk6O"8 Z-C ] q hhp#4GRZ9iT1v-Z ? . #R] & I (. hsD  {  Oi<pFt\ n7?FnyvclAUd9mIe   ue ?,zTG|N_>M; .sjnDm^Ir$ r/9sMCtTu!C$% . 0  % C#VH/o*.*xL?->Vva p 6 k(D{$T ) ON :p  3oWE^  A V m` \  U k=y2E7|Zltd   D  nN @  kI8}XySX( x @( )g,[+gxj=;*bC5XSZK uE37 9 Q 2,Fi6o?rHen6cp2'~; GaQ8#My "  P*\ef-g=oC5E/2/VpU B  ? zus#S:E=Phh~*CYGthuX\QaGMFW(-GNL5=\*p @+!e-]{gWwD _ b  E~r1"2# 7C\ sYu{n}PLBIfaLm>Ja#gdj8cHCZWh<=ZR?g-gv )ZoK)oQ8Xq-~(i =eYW t` 6 -D    X 2 r{hh  J i K o7  k T !Fc'=;Zxf3r'W(7;Va]UGmC'?J\!-];2ytK*]-qR51 5 Y:f ( T 1@^b, }F- w@ 2$ )n~XN7m?l2<" | O B 7 8 / R@:>{{,:kN%$%{ Vmp#Nc @j7%h7B1wY6@Aj"V;MnFBSbs!\7mh | #  WIAnZ V?*N=u JsN[XA> i> X Qg I pT@oGh8hYN0+. Dn1-}luUAWt:"UXR]AK  yu]Y,[ZRAYo){ S _ {stIIn-1}*yC em1 |W+i8hn^ T<C\%bE 7 ! eY 5 ZY a T W  B + 2k,NkR ~  w e ~ p 4 un,nm. S/rgqQ}G3BIvW;jQJISuk+ f[dqG f I cbtC* z cK$;qL~(vTLJl9D4Mu7T`SKBA3RB81!_ Z Lh/*;io$N0 {1c7Nv<, GF$K[.BaZ1eO_exM?# A*M/dZ]K To Y kN kDncyab.[uI/EWK}l("4.R2~K98/BS  ! 56C: 74? i ttd!1SZP~&hJT*_ KU;7UM#{DR!-oH\N fc|=dD_J;L([%J0"*cr B>,4"eUk[^e eO 5  U 'E | ?*~O[G"S&iWd\Sl9v(`rrd87QM99}{K#P4 T M 1 !\_p|8-{RNDK] q Q- m*v2o$EA 2UchM?2/U|#vJZpgUC'0d$J"l/?].k{,o5 d$i[jDJ z[]Z  lw:jnMKAE0osw2m~ df 7"E.Q h d 'n&8S$rt2}ZDIm)^O)ShoHUILD_3?0ezN&sf^eX3.-]FMK5`&=O@#.S,.VqI^e a|![\Y/7rKx`R)$^ %BF_5`w%_x\o.rY3n5GKe=olO:fjw8oK. pGv1eGg2 oa~O0CWx1?3J?\q~ :raqUk D |2o*$&v#'X|Q%^jF l1) sR g7/&@}I51z#QgS{MK1!u$qWvnN*z9rh#i3icw4Y{"/at5z\i Y ,D q SZ$y ",4g5IMEg;  , . fU9@$|~v7d\&M"H>E, z}=2  G}zxdU F bj7 I r mq;TZCdPVxPd #qVY@%!/;(8Dh p 6=$YV<3`p C3C4E NG lJ : #k  $Cis,'KV5?q[0~\ UehupKJLzi x V  4 P #wy:d?~SVQSf^x+p?P4=x a\&Tl,< 0,R*@.A_)\?45+k6H>h{bZ ` gpy;aiORNZo$#}^8T#yOn *>Rs\ \O W2I;tL  J) awIJRSq1\j.\=HS/ @](";T^c:k%[j{>[ux?OvgOs!iU7g>.Vf8y5C#R{~l~W]O x ( G 3  1ov?=buRa?P<mc{cpM'?eGNI(KJ*cb vYFMlbBoTu9N iz&+`W +0% ]S I|Lhg Virz7_<kVW{fIIFx3Wo3 [Z0 9{3n=fI  k w  @ Ri>o ,E$|giF'b3TF$7)tm|'l&   {  S K 7ZY8FN$><>gUf*k:*gw|M64ygTR5Z1YmQ~&O0lz'}P;:_Uhan!`4R a=- 5N zZhxfH K{(M)v7luN h  [:s4?r%L(P%je%<aEy7U<}#idu%jQAt~srk#JXYM  ~ { v  : k \d vYS?II ]qo\c!G5){ M,[+9g~,JOOxBzi%s^1'NE5E1z/ I  \ O d % #  7e[$bAc=UfI'a}h (BUG}Pzi4!1o9Ux(.$(pJmb4ppFzJh4YP_C{FlBV%V d @ G G T3r7E.2Xi8F!5D:CNMhc9 #M\d:}gnA6Bnil<4>h'0]`MxVCwu3k !QQ_[:UeiKiq+s[3EvLg/sf 9}-,!7! N((_SX~ XeXH2F:UN8(Oi! D)fF 49!uDh8D:yH {lL~'5\~'ITX6]" \:{NBP"4t`{  =kXP I } ( ?QngR WoSsG,Z7].N^('GO h@  cfFws@[Sc|>&e4V3# wh:&e[14O3t[gci eK-;fd8)% K {EhPq/:y0\r*mBE^T!-8iQ`3KuckMRP vH g~ 7]}wKh+V& 1D&(7?^_  2 e+ J+O]1*q64/f G8WY X%LNlF*f cZM5Sv'bJ&KX;xC!+Fytc6f,  \ a _6^AE-^HH9D*Bl>Yn]F(<(KOZJDtpg)/<;Io"WpSDr:kB9<6%S_O  ^ s J 9 L (W j i Un,8;.t#+X']; kwI\LQ~C1I9R/oNtGmf4KoA@%~s/=[FwqDH-o7/76|, %${UOB#meo YY{\5{,^;y:;|iaYm`F{c2;*!_`GhZNZUAm9xs9n9@/%N; Ch|$B?3BbM+T^WvJy?yuH7KV?nY'-lVY&@^aYT_ qI8E >Y Z s.>F@J&_=$r3nJK%o#,,=_E 0D = RHTj|P f M"\LrPTw'IdGlDs _ S2  "P ,~^Qrr\wK q;|#a\*jwh] ^KVua`C?MWq/U.AuDr ?F}.D.d:sI{*@rnr,6!un*nq<_!C=`mG;kR.r-S p > AQ0V {xr&P|j] ImQ hjpW#w~84K4Sban_972rV<#,Y~)KPD !3X9?\;q.#\`?m `8  | Z O @v   wE>~]c)JMbUKoEc_@ 5.U:uG[ n4;&SIB=u32 Hsfm x!9(v\   <J1 m H }D 8 eOtJT6{}O<R&m3- R_9b=.I2mf}'+D+5Cgvt(Vw8l)l]e(<SU K@  ;K  % ,d3/f )qkA8rQ:DeiK9=D~SWE Afs=" F gYYOA@[O2'C F4Y`7lW.MwnZE6u3 4L=M.pwy >'be]%FvqjjcJZscxq%mW5]O`&i$+9H5K1f3JSN}&; R& NgdnUalE{I_VVMz {aQR>Cg29r}'|` lGbRQ '  SG`iK80xCKPMpi{UlJw{ m]>) | r A J } {GX WM:$`>I0au8C T#l7:zu+sZg7].R_%38dGN7~cLw@" &b{R~`Xdkr4]-Xo2]kN Zz ( ugLnCV#gik"w8wigI+2vZE~{"pNA@rLO [53SsvvxDLT*^*vh3[%ASA ^,In90U nW/tUccOzWecXF*:;zT#4]F"(GBW0 mmR* . %T 5l ) )yeyY>b@7ZkuU 7lagsRSILYkhsU: [1y3. l$)n//F`yze c^x_Mg&f"jA{=oac-rQhVo%"j @7+rUvza.6:Jza 82gC-@ C`>bfrv,.c;^ +; gJ(BQ Y5H Z8,fBSV$!(Hl7.Y\,S <65K;? {` To   /qeCS ZYZ$ ;JucL/3j&ZcZU%+7}0X[l}{v\  J-s$5^X[9[H{NLLLl| &LhUMv^3@s1{@D~ v' 8 Be 1 EM k?yQ$tnrK59U5iTO CeDU~ Q [R|KWl\!NT;bRD$3~zgaAnzgFN+A`s"}99B{UGc } 4D [6 G d 5@?,!p*4 ba" L>$j$rSt3;~OcF(WC(uj8,+!:1^B L TS,+[2i{{mPUxMKIquQ$SxhSj(3JTQ'?q"QP+t7%+5 c ut. };EIphj=:@8=G'cNN u_]=x/]pdL P ~! 9 ^[ o0 siCfp8"-)T] Eg{iQ3zZG0it(I\._Ws%`-uc(9O~ Li%iju"gW$/Tq. u)v'=2,<Knvxarm7E?? }4;W]*~tP:0 e2<q`).d+C(vzxXq0D[*`@R51K|b[6 UDkm |  1  g ,DA]Ancwv EF'Vo45*9c~UG lBj;Z^X{[rR?>M;uoud"zGbCRU(C54;}2HWy e,u -o'Z~* -7I <D(!G*!\oP)jo[1N&yY-0 hh#Wa:nUG^k gdnt:~"I^*. ywXElAC Qep)!P{w.5S 5\Ih2&l(q@,pZ26(mzw&s(B3XA5- :1UT9o2T r6< ~ b C pb | A n H ) ;  pG8I#)kG6 RE?"E f+ #rc=`v ]SJzB267=S:b$nERkza@|ea-4Kg p va  ( f1%`"J*yPLEdtHA[* evq#FNz 2D':j!fC7x d'9?$W .)H; = ti@C&`6ysexo*yh8P,tpt'T*[_ }G"p}?y5-l9fR%rk" O4J|aUG F#KbI%{ VQ > q90}"W@E_|V0w y U9JWsS)}32AEZ@878n*Mw{Vo1f3/s*23iu`Y?W {hrU7WQ<v~-0qZB U?v{p`;  K6 b&sF8$ i\@Xt<7{;1wBy @VLKX=0^6^,{N9oUF cbzJ@a8 eE:z"t _   p  c1)C&%o2iAM(,wflgqZ%(@nX)2I;SP$0,Y%gw.d+YR @ z5C*h9m 6hf@o9>Y|n>e*M&H2%rFB~C/9"5' vEFCgJ|xd+oQ i- iG5i{g(Eb~=.X_51O&3|FSWaY!-lx2X?!2]IHM14T+:O)+n7m(VS) KzEGD/D/>-Y7C]3N#FVL/ K  W x C:}y5OG$u0t-dzQ5(\|za\mZ 1  " .E   B} hG]V0_%I {AZe7TyAa82.4'@0"Os,edkJC:cA]`]d0z]5 <@ZnVY7J]OT[mjea'-oEA@AJ)"+ k:g\PL UsM"D &fa* o.KUM/|C#uO'5~.ns}?e=F6+(10'F|c`w%9'~4ja!(PTzexl gk=8 .8Uh:r+ .|HUWpGt@KRioPuO=k/A8\V-|G!gL3e} -6YF }.2] 2l:jy@.aXV hTbzT<D~USgw 4 ZaI/>* _f0wF9/(?PpzhK,6Tl#TI}<O"oqTj~g\"3}4rgHQ9NC,U8%FJ" FG4leex?lwQ0?:=l#Y6rgD\=]@b~uD *J]@%ZU7+,~J!]3@>o)+[ <IZzSPDK8^uZk`^YD1QoQU.B 9-pP5wK{sND# +~s`F'Qv$f  aFC-FxVR~#^7:GpgIf2Ze|L@,BE%ug]@Fiv#Mk oRRT> F%O3^>C-Tcm@PLZMK6~L= xPt&TR mB6T k@|?@6kYh=!'ajxqcP2|unF"dYg:hMi^c_[.7mh[y`LXyEG/p'S\BPz@7@Rsdk,"b Eq*="?<FrT~A)7 psf'5nA\Y~ |NR\?"X@Z3Q_}pxka%DjgK;H]>Z-po 96Rb&BS$T;U2@<(YN:8/E>;M2D75a4U p=U+Dz0"?/iW I \2xyk|8Jf#n+fn O_B^}o}u+o iaH0wv|9yyT k]{J!VJx^Z#C L/ow'~fa[`9L?{~8{OwiGz3_"<]SFHU4P6P&w*Z:K5 L+$wN"k"QBd >rCN|? 82/-+^QH ."m~2$mEXaC KAAt1u|0ySx:(2 xCWvsr&sRzU"=B"M#ov !jqp0z<WOFp8 pb Cn|C {%o7Z #_l;=.ay`(=TVavq|D_uP8z$TJBwo lgVH$j Mih1f1M=Wq[]L+ hGD :n3MD]Y096aUBi*{YG{`hLE7 k32\rTDk4;=QJT9^p+:7M7Zyg!G&g-|9J ,#|,|XSF1=Zd Q[f4W/k;Gla^R  X]Koi< Pgw=VjI/9"ghF+hR'Z3pw'QvMrHCjg&D*1\WCX mP| to4`sQgi3Krua=h^UzO%s_R: CI+XsqcH-E@f[O &F/-EXtk/ae-_$@jD&BG~]I/gpo|S'8cB}0^njTSjq VjgOqlpKwP Tk":6fo{K0[#o@Kf-uhvjPtI0S}W@L3d]{>-AX ~( E3sm=iJB]]M}&B$;-]EL^cLL/mLD ID)e-c01/_jK[451@cu[bnj>)Ob$M(Yzm!_PH: KR}@SvS0.1iJ'As1${//y -N'%.*'3$uI)N{5)b9)h7rU4]I |!kls.1rxlk8M?T yU uC^h;5}np}r9,l+0tL u2q;4/ K$S^x}smX" "#;<gg579.6X h:-|F:?hwX${T,MA>A%#qH1.e(o|81W0(otAF'a7EUUDt4w:'S9?+g6 yPRijW)c&kUj+}A@%$.~^Ll]f\" D=0E]LDTfFs2QAU^n2z*1NhLj Y,; XmV-K;])h!}G5;]C-@UK@yrhI8~Y%*?cdr0xf-1oEzS5p?KZq^' (ib{:`j? z(,zg^QC!/G]/KB_v*>(F >p!UFc,y:G>6  >.[|dc#$.Sw3gf| {xL~71Z,490!z%5}PR<.Htg_$i0]7E}$@x~U_JEzz#A}|sMhL AXqsV.aHjAQh0Tx?}<m Kak o i\xU*~sY,w1 #rGi^.W.Q|hY[%0v'Is&5IGW\LI17Ka|DyW{L[,fcHc}Yvr-Q #j3B_&kP-"?mDh.OEchq{%OW{$|]2&=qYy"(+1kyu1y*t-QjV. 1G9k}* bV{#Zr6}U@0R {X<=V%{*A?Fo|khr!aD> CM QmK6~s6_^}a5KAU|H\E B)?:w%fP5u\@B;Exe|||~aeIn!MiyG-= ;y;t`\tU"phF DE x5?Ee`K?#`S' k~SC&_.Z&p_tvV9\i/pfj18` gkVjx-hXGn^x0v6V~Fk~7psT 1(j'([|I ] ]{c!J/JNY|$w0M(G/n]B[A;|XO(I88Kb]#zlk8w_m2*Xytcni\OBAh%NBVKB[.6y@/t,<>+UWLM,tH. B .^*vv6Lju9q -fE7.m|1tt+\r#p2xdE>!q$E'3!a!m}/917L<t:) us[~;B74E={b-E~1.t9W$ yuGhbzdNVE'gg~A-La*zIxE0SGs3o$imdBlMH_9Nk]SOsQ $E/MN$9$Jk(xr~jj,r }u[kD%X?*AIU _w.QF`3W~^[(ur /bl{MPr<$18m!\nTQr= ;bY]~d4d( `Y%a> 7:*iR%$,~'FP@  u1CeW.('_y3AWR3tf3n(k1 D}a<sPE1VULm;P}Y>_7ILL'bM#g^I TWUKfEV`"2}wuWT4sV)(.M yJC}\XMCQs(f$O|z.J\eZf_ 4FW@@r\nQeUt&HU]y ]vx]n39\OyAna'1rNoPa%}uG<vI;jx-qX {o F5pODX{3AaU2nupFy8iYA >rd*%KVqjm)_`2)gw]n=Ha(*!2mMj,Ao00<^q{G> As=Yz+d{@z;9e,xjy^nMM CT @glU&MQ?<qaG0{ORl^ i|bXp6BpW pe:7?cN3!Y-yws).z{wUl-~=P74B$?h]( 7dHk  Lwrp#}Cvf[R(*,&2~2~UmU:iq{)ka) ~myvo1y89~g$h"&T",F bXZFHMfM{=3t6mA(cB1CE"a w y m0 e 5  |g >hu Ha0BB1cx@0 5^Djfy1.-CqQG'=c&)]S 4|U]DF""Tykpdrm^Ni6y){ I.}sm  b>}L@f8ql %`PeP\tN]?*&|9m l3fmnV VE#u1V; LW;n; |NT{ qSn|J|b1+P].5f3-Y0`L<LhU2E%>U8} V}9( -'2ul"sDx bN*TW\t46a1 '3m$'Lo)[? a V#Kj{\#)*( t`*Fb<*7)q"p9hp[" SWL]dw54bLh/vK'0rgMr 0553(b[-ZTi-2f@Oo"q&M jLREA,vK0XGD7.]+UHeeF vvf T{9k|Vlt07,T`t /$ =2z#\+Mi/5ZgX*> 3eH9Y&,hG'qhK1LO:hLDsM> Jek mZ7 1f{vsUFKjrhVVM# lO|oFEbe  +C  !wVQ"[pflV"#=yv2'yPt6}BCv[Zw< FJj; xGL}cz| )p[}w,q/96q5u>' YX!;>y wvD. e( (*{f2.X-cU^HcH 1A(ecM7?C}DNNcDl7@z#;<\-8+nH 3] |~eMHJcN D.t:\?aAGLf8`A@[[j4]ksT{LV^~H|rF^(}SaJ v!(ia2qgM  5Jl  Bt3xizaQ$d!I-%&jz%8/(Y&{fI!.7CbeE('rC `k=&e 4YA%2oZH[^ :-mD3jx\_uh/n!o);/ soR*miG  }~,@9]Wm2N^x&Cf =bq-s}R+ U r]UCYTW##Z g$ 5,SV R9$cj%?A8hvJ8e>uKU  OTY- u =pAkT{INTa(<V@KjX[J\Lg<LNOBpB*0>pt&SFACnkC*1.rm,J8 U;30(R'q$LRwM+2m&|b}h'GltGya[J3$nNYmaEY()L: bI{<]f:}&Z7sWs.sGd VMB,h X[?)zN`9 XJT\rHyn#L] ),5"y3 MI;LX k^OP $w6`4 ER>g^ =KNlJ GT[{,h |bVf(Jv'w}<2|EHfhB9E wHA}*o LA>/^"}kx,\D  E$`rn$AhK;,o!6,ghCMrUo|a6#`-2)_[$o1Y~ ju]Wf!Y/=<0s:Oj|]vu2Du^e0fR&=H{4^xf#FO [/X 0& I r T}3[~^TpgQ(D# : sVYflVOX-JgX POQ3m{XEm?>kij+i2WTA81mbhvJ3BNh6s;NQex{Bpf9X:=nK_ I MH1%^*,vYcaW]RQ+\i7[W0Ma+3$Ngg=A9cIr;MJf/}>QlTY6*xM 9j)v-XJ4@L c`#"U/`/.HT#'"Gw&<s -xN g"3l!OO83 %O$o^Z3_I"j3,*`i!TxyYlaW# YiG eK Ecbev[26`VgXQlycj(.BiJ$vKgW#zTdc*{;e$Zn!22A%_@q1([6Sc1EC~ei5?r) `[}u nNI_nlX Z j:40%ok)m[xI2k;`j2j"E Gb|]x0Fb$=F6,Px] rw*;Cnt$KT*<5~#VDYBzx&x4EZ5& $wQ$#W<eV?&)K*q(yre +'T~kE;Ja>Kn0-wP>#`GQC uemaw=iv`\ :-51!g2 1Bv7m]}c*Mn M kYDek3:9 |Y|!>spl?6ts(c$FY1.X-{m+89s mPt_6!md9Rj`o>X'g/!5dTVnj= 4"9. P YDdk)%jRf -U?kMJ@H`{?8_ VKoS*'&8do|{fkiK~i=luC8Tk> L;h=s Y< EaD#m%k %^C`[iwgn!5Kze`HwL9!sk4DVnm O}4^ @[5 f&"j6#e%x)nlds0H iATT |8'RFdi#5 TJ/O(HPS.{z2X!1tsT59u WH9]v?WM"I 5w)!K bQ=J>TIvi;n'ZpjMF@c rY1Lp[[k'kBV*:{G,9-zIv0V\gLd#;n')0~d4IWalby`DCHZB5~W  !`l'hNiz\eHUs[\rSC?T#~W n[w'C"s%p/jA] ;D:d}&y<F|c7-a4iqr9ye8bMMSQ9&kHe9maOBN/S ^tV$^Kv/7yp";kVTPu639A ]TT|?D4Y/6)5q~D%uCNnG!+u={ M~?u.^B.aJ0 c*(J_2=*nbIVl gae:[vfp sW8<LOZmb{#n]vJ/ <Wr(V9lC*\ ;=#A`e#=@f2,b"axvnb?AYyn.zc*l}DarpGqi hxtQ`h!t_O4HnMwAx'CGS%O^-Djq(ehV`uP>|>=p;PvPS6? v|R6<\i)ni`C5^RES(i43^5cH/o!Mgp|VS8 L),*r,x U6 P3 TjGDn$q\TOLYv!T|pLL <u=/n|fKNKIg*/tquYX7wSsAIjE['#?!t@Pu\T BjwDacZZ9"_x.QgDiB~cyi(2Ufnv|cN*o ! 1v| J x05?\H>n5z#% 5 E+N Me&t8 Q]>Jr6E@dl v gF(sF +7 ?$;t 7tJ 1q0mY; xxQSNA318U^IKY&^lxVTeL8a%lb ;_.cl]q9~<rjGpD[zUuosA UBMMA?*!]$/ ..4(^|K~,\0*I9!E` R^fj"v_ :n1Mf/`g_,(+lTZ\1 EJ$MJFw%Ag})cmPpf1o0k.d,sRK oor;D@DbdY4=XYhD`_xrn-leN8HAN@5@bOGW^aOkYOs{%'<^&sIC{jGAI!EB mPEN>uu}&EWZi`~Ye#sA<CkX`c8hmX(}2Tq-G9Mdf)UDvK~{tMDZf:E> W`9qd >F!vn f`>7NH047'JOz$4wN+@'3xi^UlI Lo.C G C; WMY\w|ch;l,Ax1bjUR`jD6b?/7 5u[G6,iOb0` BCk]_ "`O"7/(}MMN|I[EC*@aH D.~L()ltv{Oi;FKwGiOT-~wI| Qdv{:b O-$nRgUc$a7w!>"rfLKm V Cm;9.zH+gPW]QXN?T3T^ Or}sSnaTC]>-t*wJ 4** f$WJGs\Ct^ L]nR%(:EgW.zsF?^EO ["\ge$}A C.D.T8n"vI#m9 tUX3- 9F3CqW@Lc}+oJ;`7QH/ObPdbxuQ}O\b ?+PJnPb<'5f'_a+E_  G}PHK$ANVcVd[K.%LR_dhyk~wrJxk4z8]8ay}<@4r0cu p ]Nu7u\?<rGL` ]R|3v9cwQX bJz#)<l5R6rq+r5>T8{byO Sr@i{HQk CzXA?.3Np|$W:SwyUh <.NNnUY O*WW)xnG]'<juwN ifej%t0= n" R $/j ,Xj:.\;S i30.YkOtkwDcMKh~)l c>j/"/=L8 ?L$5#?z/AD3-EIF' 0KJFu P*~a<r,qRmCw&|? @>8Du%cscNIyo@ e3%/ZRY}7p3S3 kq^^w-O iWvN4 *-Q,,eIl 1a C[etBP\AOb<--XP/tPkK{tZ$ G>$m;z 5w~A)F,y~v%g_:0k,8-SLu|q)f4x<C6%IW\dg@VL"Q[ G4F_T ~78j7OX9{hnq&d(,vRj aaZ]hK^o L+Ca[m@$6;~=fLV)C!)g$Y6P Pg %Kix!F!x@cY{dE$C+VOW'g`Jp59Q`nIz$ F /YZaN(Ba sZ1' b#AjK1>NG:X'6]qT $g!&*6 cV8Q)!X$<5kxPj0 @~pquHR1 pwWH~Ot1+=1fK~r|C# To4\nUVZez##m|=nIk<$i:)\F%k ConL[r>PRn iv 6`<yk$';*X;PU(  Uzv <"hjW  |ocB7a)^?ah@,{^1Q"R{P5{=3 Q  s w ; g HrIz7~S]SAi7YU1nx>0%K~*HR3!51WN {>T( F=ESZ$ngly*+rdqn^&q4o0G<+[9G^`~[TarvFCnvc5uO;#Ya6L M~NEAfH 3E } C)`)9}Q:>vN5_.]t iY7._Ry3d!$JR~:geEHB9Ux"qIC^AZi?'xK }ArQ%~pIBuSZxj&lL~;I xMo+dA1hK0Vs$:St5[LKdff\S(8} :DDr{hF^ ^T*ot.3 )v(Wds~s"!!G1 >cO&l 0y'u J 1'$fNu,TYiL8PQ%9eiFH8 T} h|9Q# ){ Uo]u Zbs vV,3KH c,~;m] 6& i X8=p;m@>|DYYgL1,<<KWWjDpAY|I\eTcwq`8UVxeJ&P6  &^ SGkR$]J/i-P~b Y:4kIMU3Hy'hc>>}^lP%`kCnY>k`8c>_xG6m"z_``6 >  Z U ]  :S `>N( nADF&j),H477- S" 7?+=8y-m|A(Lsd}zx]I)n9D<?s;"p-_~[# ` uC8=??ky0W#+[]QpoiOwcLkUW7M+5,X=&q*PYon):'EEh je;X)qIaW4 K(ND DrbHxT|NZEG 9X@M&#tt/$"*B``_vp uiE;kjHr+zJucMTW;,~w=esWL1Ycc6QPt*C_?3ou[T8a=fD \`US1X.UUM"u4}q 8K yAbf]Q% O`BA8V6N\j'@%Q[f0`.%";Ce_55F.,3P,gL9RDw`"Yx+l 5M:7e%}cWahlJi)RX62>?6lk-7~1YsT6 d]^giKD)\\~A`` fr[;]-Gnp, P>f4gTZ^A)+GISHSvKx`]M[ 9V dj.uU?6PeC* }d*5jq C1kn$!0 K*|A])oiP/bkK3$!aax_=p5TBNW h#K=B 6h"1d>dzC[UYBM_ KK$8>ecf 0l|w "SqnJ>B D|jkv $Grlr0+iKwc F| /((m< ZdLj4@C n&d*'x@$B20lj $  ?{pP sKmR6bKGu"|'S&Wo7)xv@ ypm5b;*(]mJ b@,s!^Mn[$A#AnBjQY]c94M=-GcBi&toZweKYivBY*U(Dt%yw0M]._k^cp<+T~SO8G/,wOA6rZT aqgA?p*:2&b01i@Z {9U 4H"]gV7O\a-}<BU`(B-bSu2f{:_7HEGA5ikR I/S-4Le3Z ^3:})#XwBn-]&_L{' |o EV^c,w Inp\ FBOJ  ;DXogH x uOu<m3Y*oag{-a+wK6$2;)q'4|!U9[!:|2|&FMaT5CCl hRgZ?g Fe>Yz2iJ=#, .Q@hL$pCnbWi@_\>j"){n9.s(wQ^,<LC][HzB6zqF.wgGU{C6y><>2f1wR,W'Ni/h(wE| MnU]QBYB@EmB@= jgy"dG {~$3nGrTT [?0FjlVm!z9e?ETnKB  {VE^%UqCk8t5Q= Ph^8[il9EM+tcdVBd>{D,!1`yV*pZTb4nCA11YL @Ou1lW9AGs3::+9/Ga;E?8pO mG}pJ#Dt3| Xte7wO4-6nPgov8BsR7dl %~u Jxv<'n Nj;+T`FVq"OtSNT-I<4@"LZUxcr-' S>Xgb'R$@D%60%$q_IVCP.[ Mh1  !xjB\dFfC|  45]j#;n_LfEF}CK,9U98qmXs"M7*Uy o]J&XWC #rez`o $;^.wx!Hv1?8 -RV 2gk7e%;dMO.F b;?0i6 P;?= [(`.ipMCW-V:gxs:>j[?UiP\@G(t4MbE^~usj5K$C5dFI_1[ 6de?ph5[z8b Ss@bLL,9%B=kJg x{u2 SZ|f]L``GF: Qu*74oingM~{}$*oi$ =tB9,s!mVMZI+65q81?%-k"}QXl"9)MOa]0T;QUtFe29G*K0]UM m=KT 3$ 3::jKeg<o%qxp/MgaTi T(<~wI`Rv<A>0$1?e?}9p>w[&><S{zJ7E "r!&8o'ho@9r KBN,?pFFvgrBCyTg8<6J+g?Nl.K. H#ax\LM:O9RFrlASC$R|&0`'n UE$ o% XG/nUd(qikM0X]f7`+I0)gD_-1N^HUMt%^ ]A #P4Pxv,|CH5 +MC. h6?Q^TxC^;C]AtQ,b0q?nA= _E#8ajV n`.0)^7rFwliOkT V\Z1q6n=_h2XxNh 7yhBfe+<xb&a~_jlUrkz|vLcXFl&INbpg& 5r4cNcJ} .\=DfQ0^b(2]F,y)8==^]8Nonf,1B|s37G$ghy? K];+U d]B8R"8-2KNV"}pw /ePOM?>;E@$-}] 98&~("+c $+=hc&?t$1M?\3GW{gEMC/*~ =oU[(={ `~WrOh*f&5/Bj`uq\5'L nB"*$fs 0-VuoCWL]R&z@+0VBN`SA WD(iG\:ku%*Y (Y I BY ;D)v(F@'G!9e1C(|GDzYay ")`y)r0%rXH,$Ba1Z4$DDppdrgvh}p`S5F,*las`Wrs_-BZn* LX14qQ:pA[ds(6At\q5>ov"]}Uar BxQU.[5=qv#E.fry{Iu\cfu(|}6M8bG1pFya_Uh M^'.>>qQ#%?Q)x]Y= {G{\:O1^B8`'OJ)D{C|;haL J"3.i-ZAj SzOxw1OcKWG?xzw5 "'y(XeY?kK1x3>S=)A51 *&@{4 o(y_}fz{n, IlLQTw?VROc@qu&1&xzA:q3T>0DqA5.)'/2UhNtA1L[udRQu XsZdcKNm]I` s0h|?lsa$P3x2M 4;s&{UM*~T7"OxH,,7;=0u i/*Z[-r1na}E#4gOE nb"{z43] %6BdF@-K+R!>jt c`aNL.rN7G(0a>Sm[SFT ,tM5Qi Z; QJW-u!-`-!x+ /)w ?m(6!qB{k:O~mL40xB YjI} `S<e q\Bx c[)Qm.d&r@_>RP\u/c# vqGoTt:ODf'_KJK/Pt~43i ._TCn\L5@yI{d?7b0vWLm>th+F3+ihx9Ti[6c$Y'T7&mg@Wf9{YAPq150GY2}*2h!dW"zS%hm|W/fMj' u$!h2g`G`41_u|kXA[\pWU-m!OC]?T/;_5em}c\d*t$)]T?vn%h9=nUqE*^4og~QI|4dR! m,ME`2TG RC#'58 2#!{LL?}YNr1{ zPFNugY 4((13fXi i-** U[W6+6bGC$T;{G~qoixq4 z4 ^EV!EnJ /H#4aQxHt]GN6cZ`^R N}pp^0g,Bg1\;amX @W2Y~ [S8 `RA?OA>d1@UHyjG)8kqd fE"G}-Y!e8N?ZO|20Lw=?V?+AF.{n_k`^2Td*? W%}/o(Tm.bWao5.}(}K>4 1IUqvJMw]\I|uWa@D(<jff9b|#CxerA `U`P IYH;dn?hn8Iwv6(Ft1`=o k 2n%HcS O?O'3(kZ4S\Zd0n!{mwchz? DybkC>tJKQqo{ YpPk <K#pp3;P%9-'>| E.*4?_gxQ' xM5)qZZ9~z~r4VU Zu6`9e"; *5UZi}Qyx)\lY_)Bd*JoqQ[y4WK}B8;zg QZX""&6DS*.nX6,w?_c)8D}K(!`w,Gstf t`keAFD5V4MyCR8RA,n;4Ut8iGE|n"#fp_-4/]Q< ) vT_FL)qTf0Wk$ $+\ L3/Z5SzDoc5%] GuZsQRe~"kPot0]j:3TO_K!g JsAAPFV|XU}}'"( wQ Abh)5k5SWl7aZf"_e8 K5yk k+,l&\%&?PMR^9N$fO./LK4r;ZaHAcN4GHBmC{  Yj~_GH%j;l\mok"qK$ /`_:kGuj Td^  aXO`/( ]$4FB~Qd %WP+0aIUf9zIB`Gn%RK]U\^"* -<fnh sVCpJ@Jw2"Lo7 KFyuV %/D5. 1R8Wl4 1~7[s] >:5;a^P*hO):S5|#1= .ZM9f9vv4p 3mJ.:l*|{-f` (*fd_) i)iz g!qMTLHod(_8rfBizRVlw\d>6z(a^#LRnm51{+ 7:, n/]VAtZY[_^)}(6Jift>cWka*}tR_9~clK)p@1%Z )C9+wQnO3aBL~* :p[xByHV4J{!@ ea/Ab%!kozqPvga6`N!(Qd>8*D2QWHS^hDTX/X5lc(e-4W~oyw- # ^ ?pr &B]nJb62L{)5plOO"m+yMtTlrVTQLfyn)]aQT{y'  d&m#Us:|v/>=3.VnP([U\_V5/cQ99jP>:I@\uL`0A#YCZ|/5 A"YK( ;j%6"T>n nhT~e5r@"SWZx{6p&#4\}3anN3''z1^J~ n9% @w_l|zbb5'7FsjS-A#"kwCA(#&UWWD tP s({GdYje3$5#QrvY*58BjqnRFeK #!0#  *yE4{d/QmAjE-(MA[&F ~Q1COl !E';D*%E`{TFL@'(\pa`;:`-(TX+E2,cJ{~e6mZ.=!nQY*d8_]} t'M9r8A[s0z"WMOw:.pA m-I7B_fR;T1 X a wqHTG(5|I/9]9,i}pUP8lb;8Y=J7Q_NoTc`*9pNqc@ zk2}F2]{,0>YobZ4> &8&9Sy PpxlCQ6"2!>C:D(fs`RXtS0 z3s|}~PF/^7I|PUF jB2TbR~xbw$ vrIrW* N n(;97W/ @l>;P EpQUww+]_[=)B3AQ ;r|2)(=C (r )=$K]6;WSlfv!Z@hiX;]G/)fXRBD/$7r7:*jvw/cxiLm+;rzya1d*:= $$1{9C1p %<sth4Hy`kD[3QqSwWdsg;uno0?+/f-Yj_)>P )k>D r@!-Gd{vEE-40-MEu~;yFK-) &#- z/Ch(71$_ m"Z$s#@^ik>z]K#a?E6uI#-&B\` yDoVzWrwEks U!_q {i K~Z +}F$eN*])b_-h^6_U?T/CkL|^ 5~Y!j8pQ|]uJgG{wqHPF',cKh!Zk>Y)   5ozG""$pDm>id%)p5o^<1Tn1BN&5%,$8eq]hQAWP2kzuSaHTtQ7UkXfr|moQ9& 9p ';iMq@9_^'.# ]U[n?jl# A,}p,I0]_y"p%+ g6 p@]]:lO@uX*^E.e!z y8oS7` @R3uVoEo( YFKK >^g` 3Wg3 ;b?5:)+:8Mv~LoQPw%1p? 116Z8J){[tnZqpIX@P`t[0}kHb 55mL8$N/=W.j |a~W ?d9Ot8}6E5V +#a9c,n&K?H$iA6m ' {wALR$(|m5 4MQ:$zHd'nQv0K|AuEr]IuFdaE0|'gbsuo#T{L~BBv.E^x&!;0B S]cd g1c~[;R/3Rd>[^u Op[},@K`X%9a_b[1u ov.^/] PH=s+6OCYmo)Ij5D[fvdF` Pg6>1SI-b,p?A[$n:WSu=nkC%XlORt9_IDCZs_S-|$99tTh/:Q<wyS>\ `}AHb!HE oTf  tr@@(CQB=y-Y,:d rCF^XJ&WXGb2=,pEo yHpG-3$TH;9G~ '1B1HIruc<8;h>D:0L X,NoTEG(Vaj}1eWZ>*>Y"f+h3a$~@u'"=J5l 9_urB2lA 4<5!|Ctb8X)$.M tsBU<o&*[E4g~&c oz][*8e#cGVBq&y4s` U]=r5ku+3&8{oW2^uC !l ~HKGa$Ob7gL##q urT2 @H eC[hand^1oq$j0#\`xy** y #m$HG/]kIE[RJ -5v~bPCa!1T xJD"%;kAY1k 52m-1kw!U^A_A  `x9..F6f;c* 479{P}9iaeg[>jN&W& 3aS1=?n9%|FT9H)Wn-(F@Z~.+=V !z."`7 sI;V] ai.3VTK@EQWRwm) "M[q=8wQl7IKv3 wd|vz=&LDL#8gv3SMI5LZ"GabE4gp@WCd{$D9mq&>~X }i a%W)F5w=w1ow]Bd%I x|VVofY /_u`zZnks5>\JB& zN p2ZqN>82**wa~dpBuPZIJr *)/~WBPP\Q/N)U M-z#UDxvLd<xSwe1 W ]hyEHMxR-uicd o*Tt\Q]IF >+GBlS V;r5?y7W?sydxES?)\[oKuHdP#} RurQ)}}^Mus{PfTrAK0 a$ w ?R`Ni2EZ 4eFnmi&{Vb[BWUR9KZd}l^sf2H}E5l |) /h+Kn7-97t]r&%zmDXh4@4H|X#"  4p[0Z=3"yWl>"eI.9Z`=*o4r$unnJ3K~E .RLj[4cyr &)nhG!q&w|."!.Z|1@'3M$wy16o2R?/XZ.uyH[9jE&$wbArw*.[ C|F;%T-YPtq*{ !J*qxYZ)9x\5l;71%P>jb4LC ;=LJ!Ylpm Q?|nUEN>}^$O:|Mc=;qN3d0_#0s]5@_ axy2nfsKN,;yl%[Ch}`<a 4Y_AH_AYt&_92'_zT)1r@_ 3i "O8{=mJ$X}fK>rO#</_nE|%D:i*cP@lB $2rX?(E*8P+,0HpD2G OF$#j!9nZ69IzRAqwcdfmv[5in mkWb| ]39|a`&Av.`H|'jZS2EiWeUoH`& gyTgLpNuX)ifU^~ai1jH2`t *r2?2d4Xh~%+y]=)D => Xj;Ax Bw+j]r(\((CYD!aTGU/t)HZ0\bR>jD3_:V#y{29DS_FP#*i8 cAsQ]n^l}dBj_o$B@TJ93v.$ub2<zydX0."(qtplGPB @;^\^pE8$@:\lmTt?U]&1cnw<GC= :Q"f@;X#oJ XkG)>/\HQMa3J/5!B(~i3} 76?%,+;]t`V5[a?9Lng7m8aG(h%aM9/Aj+H 7! y.gT%4AW&dua]/CAomRg7~?I\06C8>Cfe(z0iOBDqwB|M8yH/ :`WpLcT%+KymgPe-<i'[s/@wR  I/} k?hv;O%Toc:'EogbV6M$22Sx<xE2 T/sh_WD{zn 5a'*V*Nns}DDhshn1-X %D&q*hf`MJx&Y #Lcye y^j9*>($Bz`0;-H-8,!(N]%Ycx.Eq8+lv\R\ahP3tsi#lH_7.<*:r?6XSvUyo$GD>e3=oVRnWe%tHnSj<`Dz G|"e"`WM8} =,p#p7Z$dzRTYfUQ)^]0d]~g/ fTT )pB^H ALjr_?Rm xa),&|"AO~BsLsjyJu^RdsIvbs b.s\Nn Doykh&{dZ$)&a #>"QcE^$]T&uoE_ )0vV}YGP'fZ*k]kK|"m-\`ih@MCjawrK@%8$rdK!{Y]T'X,J[|6w\hT~[5T?h^DW < &O>gAs Bso,-A0V8+-RKqsP5QETu XqM'Nk"%>{mm&+1w=5vO6ndaW\6r , R+'E Z F l8UlVT-GN$dEX/w$}4&aMmF&$h1=2:0$J Wt7i}* TRyHpb{<_~M^)_Jqx]A>C  5&Y  4@`X XQ gz;W..\L9;ix8vp>7o8*)f.9 ~^"=:LsUDk} qj_AwR>9 S\XUFd7]ahvv )ipd=I~qb?hET  q1d!yh`c(P11+>,X 0F$ 9)+)ONw?*0X7nK<PH'maM/LhPK#wro?I)u$(DXu )=|0@Az9394X=HQQ@i3_}r3ya^DaT.w!7vl:nvt|uBbTD7fU   +YdNp&00cD]a 4[\B49Dvrn-RQtt"DQwF(@'Gz[u.m:&=x Ha"os17'k0M}Ug{;*_0rUSSr{b//=&5,O|{{a#T+c3rhu0DwD-#49+1S3i`O*"V}@{[} ' fk'V:hFRrF7iVbuPV}&5-+ #LgfyW$Al~b9*XF]*@ U0c%CFOi@*H7mxxEKN  uT'i1}:k(WANX;NB,V/y Ix4n8X~%k)3:2B98^Q"d_+7w3GlL#9-LGLsF';>kA& cgC47Qfy"m8J:2M/E X a~RMDf |a:MKHLNi[ RG5*'z:%G?>& {?!<!p'wlR-kwV1i1q{)r <=k%KJE[ktYF j 6qE8q(UhJx~v4LQ+-T9!KzGA&>f<H*]3,**9yY@@eq G "g1x#?".!TL6,5! 1[Wt; n!e{|b4E~*6VPVt D'Fw9# uCq Cqg4 3XR_9dw<8 \ c{2$Gya~a./ `_MaF~mN:)6DhA5yp6  JeVk-8fBnPcYt S] )0-=,#0k: (ZR_lj}W6I06HrXq9>W0]|l;`#  9XF)tF_2K(RXs`wFi4 MfM E,#By3NG/LxL%N/ 3(A.%M9)~o*-+2!<"?~kQHRjzC}x:r[ _qf.!}f>Hqk6,AgWC-(CV&4sC&!cLlP|{&\HM%9d We@h&wKrVnoEqw8$ ih~2|Z5*i$:8 yHVb^YUM'>a ~X vU= GzZg#KXVMagu\d"b.4\`Z>uD fCp =2(!"DNno<4ir2"#8tA$OwoaWRXa9zs6%zEo,V>tWS7F9,N$xVS 0(q3eA``J8Hk,T^R%Ha-`BR(5+ 73tYQh{R|e'"_I(*;E*Lg6Jx1(a27= soS&A&2ZdPTb@py-x,M<Z =97y$if[;8; +dWJk\.EMhF'7Z|e6) 5)^$'?u&c|JitnP~ Y^PgB}h _MyB"0MC4 ap7;-1kQz%&R#e]`oqfO6#/9B=s3bfH1F_/e4u1^+.)!]h,#Ud#{ wY17nn # OT3g[{IJ~hx)SnuO MH Iz1*crw7vT}B\sEXr a6f^4Z&/01I< ck<3a6Pq5='U _qA{LX;p@MvYi|>]  &-W MMrZ<)+/\.^na.sQ1~s#t*?nAO&+A @G[L5&T j'5 Hi_ ' y[_PvfQB<N( |C^3|n,} 15n<IKp| o1JJknC3D)jGor>PR*/OsZL)eJ q#h=&LA[XK},}dW< .Rtdde{ @\7g`*gxyX k7jL5{Fm7n_PHP1f+9Hm & "E(|Pj#_Gb0mY[JxK%w,Z<1'q*!8p4)OE[D)Pl<aB}<3X=GO,})HF-m12Y 1a?=F{;^/'I -&+*Z * !f K wKF68j+q=G/BkdA :K*px*|d_>}U~p5cq#_Gnjn>^FH2b Ow`ceqhCJKfM+$Sz+9n3(qr gnWw p9.'V9%L5QB_Z{&KLCUt bI|$=<&Bg<'-G_/[y- Z\gCffE H0/G,F$MyPJEh y6SnH" v!}&0?>bAux+rp"#L27cj;5axaG*%,l$M|wjXDT5%+x8hcl`Qn <,'Px8+UjylXH[T;V+bQF( So<&<^S09uL d1:14P 21J UBJ*T6(ASt;{qE<^_: 1]y;,]oUM$FZ)eXA 4WOObOFSi@>RrHK9;m=E"4_4b+Kyo/Jlq8.Ky'D^Qe-JO104oW 1y#(%L_;[0\:c_2V{x5m\<g"+cJf8#>ESZPK>1(LZaX49bQE9*p3X6~DQ6eIv8#99\W<M =xe9`Rk+xt!eM-I "=1epC40H"8 |QVMm>Fpp;(E9^CbQMD8G\C;7aur] `!b?G#B 9k55\h6ZZh5o=<$U_/+ek~Rx.7Er^YU~_/$Sv %vXS"BZLE+bSbGKP.E4I3+]c.j!`c5:JT U7s-9ijAn6V+Qk#{ko7#b)~b}"!7H/Ua!}z\@v/R<\3vn<(#M{AfR)0zEAoGO -/|L4xjPV'Olr7/ WQI=/=YC`PHA_0Z/j'[s:iM3uW "Pk,ZvJe/sopOrUr\{Hj7oIpCpL5CKU'Gp}jf8OF4tiz.a4)t:R4a7v&OX^q8/Nh^\7:3D>NoHLMAqV>CjnBu+o+YFQh\auM?X ew[YD_FOHcP)HhapgrnrO 3?!daR, sb<XQ+lt; / =W@7<~4eTI {Aitr=xUL![m{`'4 nTc;a--N'6>`NDPS{ 'cQ :c4]} xO3Gc/@.9p4"h1}GAgocY9$GC }[6o<?EtqWH?oQY?)3sjSWr)v|c'z2{~V7umb"Q> fM)Ewi1m3P5 ( '%Tn*>Dwp2H{637!o^x8aUtn^~~~\?()s f fw@TCVU]NJr 4x]!N$u&{>-N?=8 D$h_w)j3wV$ay8^#~kBR_z%"d.Sh!a0 rfB};r1ZQ[NK{rECR7^0l"]CE3g]|N#6)A-%@Uso?ZIB8OL%C. }aA5@+Xu,[ (02- H:1K ^jz5&r.=i-N<nVCbi ljh<Z;)O0h.}(<rK5Ijw/yxun ]1muIk3 5 JY&o Fgk'ahOD;nI\XXI#DFgePw@s(=39UC u(z>:28&00H#'_)]}x5[`6Zq[HJf0DRJ~<$-qR!b d;pslQE;nhx49!=OVb1VeW ]` q4bpn &d:{~ln\j}62?ao(9j$_4}w:Q=rSuny Up :/p8E@z'Dk`vkj1&^+oChs3knPvL$  x9S009qT.ptnGC6%-Rvf C|%sP!"/;) Um#-`N9/bD:"NpQ=|9\ aaZfqr]\le\-]RE=Lyb/t.}cDCc_oTG,Q&q'}k&q!aCxZ pZb} 1/_ )a2N^?c$`E*! :^%Hy^W@2f8a=E'%&5Z\<Sc 4% JDu4j8:? !{W}J[Hwe.upt%Fh4>{l ANznJEPl;! yzmb,j;: #  S+J=(J`[ C!,JUp(3w;N+k7SEZyZjDNi'&E;< }3h<= A~B[9b"4~yAN$agbs(h &h:{V_;%Q5i*G#'rbWZ7_X2pi/MLx:f~uxs<5Fa5/yvA] kV[xcg1|6_PR2<8@qtZz~fruFV 8f%$o)0  .#' l5Ni   T%1fM9hI;>]_~uf.D^T_h XYc)O_U8(37>i>x$ }S{J]ntpz.8JY-d=]6ulrV}2*[`YeqXhM9LO;`>M(fNgtT!"3>SWS/'i}:U<7\X,~}=`phS92Nm:Dq"[XBN0 v*dtTs> CQ~f5b0 aqP4C+,!5@z'Df#f3{JNW0Bsy/Bl3*B2Zvw;()3I4Ypum nP`"H'46i^eAX.zUKuWiisRLoX\@p+<RAt|& h~ZgQJ/{,(`i,!f>kj]0tA0q,IT;@209<%JT&OQA xo6"481 -0 K F}, 9 #Ligwy(:Y#Pxo<rjAac1z1e I6o|\s-eC3Mj4#')4@ym55=T,3$)~X %4_uTz'<D.a y"5?l$mdlSziH)w0V/DlQh"FC5lPZ@ HYTsn(W$`*)-n `~;E}g76K[ME9<.9s/0B=GfF l=k)yVVax~CH7D)'*JJC,Ue.cVfL:@1[~5xmUM, T1Y$N/O= ro> C >cW* 5ETet4:p 1 hd{/A3N%\i|Ayu|boyx6{\GG E6yF-!^o8~~J_*A,);G1rf6tD5AnVWPdeK6[B+<Pf4.XpDmoK3Ui@>srD bgqhH]( >x=:er@&-X?5^g; NTZ m?e#j'=H(iq|y'oTA1@48X%+!-V%jOzz-XZfwuYY5Or?FwQ W4&>U;spvx5E9Oe~8-IoUsLQdBuYk_(%Dd'pmV=o)4H60x-$em"^2*E^aovmU`t]xT+WJ)5K2>f)>uD6B7SLFhG_u{a8g1s "=C0) pj#B% 1Y* J p1ADh+ :Io;t:q(+-Sh&,^7&~. $b*da'B| *3I9i1zpbSR`+l9HM*hU>2 4][I*-:>1A-l1T r 6 QZ >0IcV)NfUyhZ95]s_0i N&,8BMe\AZnDei^ c&$qzL Ukl.[Hnte1B:DmuQ m#U$-oT<1{Z)ssqquM*SnE 9(D^?o C:Kdv@f[i3fgVNE0z7Po(qg&N/~K?^K/29DmYc8 `6/\UImI0VG:~<E==GG@P3aA :d"F*eF MVJqC [> W ;]{~df]BC^R =;D(uG 0i@:n|m5J~D#hcWG'i0):z\JAt1HhqOS^HZ)A00 Wl_HxBaSI}=b72wC uxkq %8zV ql{eQO$!A3+g=\?j%E7i,}ZUN-l #V%EoH/>_+vDc,Y??1S4:b>OhRGf$S/Im/}&{vxoRh3Op11#a `>4),e6xu..$    x)Qd{)_)] REg "9("' -vVZq bE(?W[,xxXi03eO%<3vRd ~ITSu;ekgDfKBYzCwsNX3@6z3Ij&#tbA7.=P7)&w  .C^(9R*Lq* ![O1Zf TMyk&N"kd. PziVfr L+VoPW9',a/"'>XH/p\5_%Ka* >NwoB\Ley,6nV jN+k&uhMg;.7v>~Bt^n 1!l(#7Tot`^%s2;+2YpD CK_b^+pd~qvkrZ7i/{cP.b)ML7z8RjYH?T)6p/9yNr:4"+qYYhHNd_k04Sx">p!_#m b,P,}v "&Rg,,1AsgHU2;k -)JmuUY]u@{aT) 8o#> W0"\&9k= !g?O*4f T?ki&NN j 4NNqu4mK^-A|v@%&q}-Y|:>bm8 (4CUXu5PBsR,<hYPZq}m O$]|V1p%XsUQ( pGBRacG+[{I<1?j"Mbhh|OP,=g'Kr U'DI"MJ$$`,trwjIo6f5zg7O3i@gSD`KmVrV3 !W.k K}WAw5:s]o'(&Qh QY,fahl]awEL_$17 hg$Y' '1}T+cZU* Kdy]Zhj[|UQtFy5a fLL+ 8U87@}pU"G'qd 1 KjKTQtY# ,t:)HK 3"_ p7"-_ )]N:][\VvNPA,k_k,6v?1e'+5<GXrN #,<' B^/'ve$ :MvueoxR|js8-Crzd0 Gk\~)i`Ndy(3oU&V\U&Gwv& l!(28n2/L{I 0 VW~nkD4IL6T},H`rgg3<rBxA%vA<Vbl-&p(Kq=X#*nMq8jcP[Eo7W+[>sI$;n@J XV/QNlxQD*\  LFUA0D?4.  e+ R7.Nn+|OS3ML^ m(( PGqsnrG&J!BX. __HV*:Rb"`ILk4Q8c5`#)v)KP&]!CX%lg(kT>5^JPBQ']LQ/HW&&y@ Cg!c5zp+HRy> nn4KF^9QU`xLGNzf6W=<0]E8V }{rk:0s~TquJ(TZ1 OF<9x^vT{E{2tjL=n8j^ `5Kw{ 4UfAi}U7yOTo`u^B TII2]3, |3*mor<8Y[iOK=1Kez0[98NxUP`HVie7j-Su+ J\B6[$iwNAA&$>&79V?66C\KXoM8aaAf SyW@@Zb;W#P #L *j'i%r;>pY/e-a>\c:S$Ky!vnqXIbB"7R"{^\Y6]/76|Ccsw7|4n:eeiw#^781O&Iz)Bc& T]ky,m 8e| .9Ey}xu%Dwx\\RI9iaTkXgzx}}gw <Z5N`sfwS/#s~.zL?i}n!r0BmSP5T'%D7-uUZY"Zzz5)R7{natvDjGCc z & R70d2lZZcu ,`1,~M5tw2(wMY": 3%"a6KK2F>yQ{sUL{BP]u^"ldSJBH<">1y Uy9~B-8UzmvwZ--qi/2GAo? mq-rytpL6-|EjO|I $DZO<=!p51GsaZe?~284d3=r QCZ|`F8?z~2,7]eg%~#bCFN=" Nt m{+q^1 gk[@jffo;K4"=<)fg =Bhb 3Fln;G}Y+ ];^3:O"{g2Zgf.^Bxol7t`e wP 0dE1:v@L^d vf]? kL :{pPlxbeB)!u +][ l|`&E_.xukAW&o_G{4R+"9uwkW#{vO `< t`6R]'"K5$;&LmAja)Y8jv9.z\<3I7C8/ B&U-'Xy{ 3GD0*er]yMCJ:MXhF"~ u`Zas,SVzb< pU )VH@Krv)S*( ?aoL8a7}s\8-4C@MehN' sM;:O|uS^b  mvZN5Y=M{17@bsuwi @/<.1#9&WUWLU&{Pu= =m}Ah[eWaCy Vw8K)X80'ZZ$lyth>"Q 9gl8to7v+(s lg- t^v _R xB;zlN0*"@ 38oE i4JV^w0rm7lD,c Q* ?'=oFG>H7s,Ll3Tk?G8C6BK f|(-fmow"9W_Y[}+^A!eZt`@d Rq]73MTM_>  {Ac\a[czC!@}(_ui^*ERdK `Q(>ardONMA=?JJ0b'9Wm/cs`zCUY]\K<VX(.p&]7D qkN,3_c%d-N!%D;UN82 AY/]{OQTX]"]T; M{x5kcj_440!&+Zcp ,4G`w!H:'tbmG Qv2o!o>^n;$dwT/rJou9gH:.PXa x2Gy8?`?XRg]$p}$rL8/?+ "MJSyW<C, `e/)cO Ot#ytG5((Mn}V :7+fwc; x^t|1 WR=m xNs`P{U \P8 I!je-rXC1.^z'=-P0[xB 5gk[H3$7Ti'=2v8GYyV}W![Z8WqdHQr 2YQv\=|T;D>T!tO-]Qn mha`@|?=^npC$<JImC&AVE{Lz q$.%# Z}~{>DHhUK2#_*>w`D8`/`I&&E5~-O1I y@0F fe6pL:rLPTO,97qa8& 'FA6U0]lU LA-Pf(p.G fLMnh7\cQ5?Zlop2;N?j Yl6 w,ohl{ Mt,"HN{KK--SMU+8B<QiN{U:9,d5cE;Az[hv 7~Qzpn:O|/e7 U 0021X& ,~,T Wp$jdt5fa: T LiaU["'|m;  x1 u'tPS0Xmc}x}b}vrkNB /;q5+QUha6/Tx'{!wkK!v|:Z0!(,9[y!-of7'2bQMr".u!t!~3}G]O'.\ ?[gD- DCap h+P DCIFXmN%?X''1*|HBT^qI<X_I%W- #-Ps. ?FYy|M&-O*c8oQD{=O\A=  EOd+QI?j 2VkFw&H9T zHdgfI0^ \zH_G8s9EsuV0NT>'v:tv pg>|[@B3RpJ,[ch%P\g\hO ,hnQ}F&V]ESlpsb]^S1ms{{C$ h::m;k|'vJ?.SIuW9"&cE| cc_1$, V|2@:O q<sxu!!K*kB%y.r*y'Ed70tNe7#z?6^R$1amgHL\ z` ?R]7jJ`)HVgw7E[Y#=JwnfNL3#~ fiJ@BVn+Jbv/JZes3p'eD;Zoe6*Ql!,Y|u(\W1yh+^Jikq} hiG7&Q-!awg Xu0AkZCu,x74:KO:<~ D.`;:b!zPW8GvohG^4{472owEO1AtDZQKx}VA-& jg'{(Av( M; mT^#f5=ur5.Jt { >LLK4]_AXo KK1Q<~%3I U^s ^u9@ao0d?dkf!oo[ @#{%L8c;6]dEp&wzbfrJ({(Hj8>K[ddmf<ih;N `c"ZZ}#S|nYn?`2\$J$$3c@6CB23^O nA6-"& [ R' #a =ipikq8{F@=|TJ+"Ilqi KU7j]8?P HexF</Uw3\=|v}y?kR8R (7m5(QuY^xl[H.}:^ bB, d0q5X\|u ;6CLjZ&_d [0Hx&^5V %(,'3DN^ =q,/Iy7t2fIB;tJ8`J{@?Ykd5ZN:{!,Bor|N:{?* 'Q,%x)DeXa(ed\Z;kUm fk%Z|-<2(_&hv)3ah''Rl/L{fo+)9Pb@X0{&^(p.~ u&^>KU6yY+K2wK_ E({ak`F(ut;~hwxzikeOX6$2oo#-+x!m,}~lQ* 4EP?Fk0b|K4 h`_( E!eY{&3Wj\j1D0-e#+ !^s--GOa. )T5[;bD4x\VZfue:s.?Rb?y~D8Q) 07H 8z4ouO7-8=X^=\?}`zHbjfC2{h1lc3{2:j`d5k'zje^D!|MjBi^ / mB>lf*wiL#3n0V;.=/;j6vN;ltF.Z/+`~Wi!DBTNO 0KQWO6;|p57Tm_ o? ![&wQt4m%_c k}#c!O{CHOh}{_bxensglslbt:!dsS4q mp}c~<nyEKUhg7\4= DF_+ -XVn+ qdlMhZ6) #b-5.$(Vy!^hpLw( ; \o-~kWP+i^`lb5D?kn~rPw_cpx.4 K ;q*i6u>!Y#)'^< CI yZ|lQals*?PX!XEJr,/h \D 6Au9Q@[mz+$Sk3sor5Sn%/?sd#<71!%{4-V?5i4%2;v%QAK71kM.r4u}n9 4.U|Kxm9@n3<wh=8 J\s /qZ9"dG;i bUYon:wPR$P% (R&e ov!{o9 6JX[1Pn;):d&hEz<$2itPI+j8\+mlys &+m77q .Qgr4ncN5[ i BS5dtl+%yq*W8E**3VAL%H2 ZHzC*$E_@*87mCq#0~]z1:fh^ 2hxL+YrK~\9EN,j)RzgX"` -F:#.gdV0u$ln&_y[Vi!?_+=UoK#t+BchcgucTTCfhJZGn~sgY5f7&2u1AoE#a6[<8>AOikD+:Tq$?`Ft}b;(f[] m"b4L;8%'T;(iQE@:l6#l+OY{z.Y{XLLXpyR0|8C3|kL-0e  xA1knd;5 "/=L(N|/6b9q\nO1:+p7G 'Y,/MTzt8ho(n{S @%9Qb^iDP>4{8V.? eNKMBOu3+nN=;n*3C[uq: &:9 FaG %xxz PJGre% J#nI/>d+gy p)GYpT9! Vc+|h_{$M5+Bh;`X2} '}{l$>>IM?b_ &[F^q*K6\0f?Z).xx|w zm;iU@[_L]NBf^n8eT&l"}lm\S02=L;h2c@k?l2WI~kfYlA>|IPB*(MnjI>.Av!YO:SJ\z}!\1iQB5Sm4 A[.6s-bOImJZ#CbH (V*'^G&|*tmH@'}LjGXF^z\(CrhnDB\lt6v _#<lF >ZnhPC6pX)# sQQG(pPEPQb^= bv^]ocV=]9`0 #*E&'.Xh kmk]>aqjpF4r-7k h*cEfdcXgx49 D=p#zbBOf]>r/VQ&oU~opri<j4ftFt#, @`L^9+&RhA^xC Z1IyF-\o""N25,0%JiLdAU+b4!{VR87hy~67m;i6!hh 4pA:=M]s^$PC:$u J (.L}?I!~)3D0'!.=8Xn{|_oc+cdZW]U6 Br17BZ2 )#M#\^s~"97@I@; {e7IDE;}^D @HX;KbX"tM <_%lohmbDQ/6:BFJT%kh~o[dj|gluoRKIaMfiP.lSMKL:A#9_D13GO[J/A 4;Mo{lfE*zP{ p9x & ,9SkCk,H_`{ [ g>  &7C3i)E(YXY.c Ak:[M<sUrqam)~hr8dKC&4_q@QnG xF`k?0%B/AqFWn.UPSk=_ ;iw3g/x'#*=oE3\jW/P#@^ldeMTCxssei\$kB `JFam{zV402;#?X'HxGT09#J 5X^9c{/Vn#!58)JAq5^Vq $et".@('-wR 7q;,N zzT&/b))3v*L) ;=3WHWJ: r+CL\uzkK))=*y KDq!YS4S.7Bw&VHHZ h3+>cU(CS/o| 'Y<y]6:9Bs Cvt49f\}aLFKm[9r= Tn}]+Sy`IH3OhW _}Y-$YSQ:s}6i{A&Hg _] fLE'PV$YeW']PW9; ShVi%,# mYF 1_ 7h^H7MQhRuRLE9q157{d?%"@aUKs qZ+j9M[ NK;APV_tX%(8A_z&>FHHL=,$= y[X#@\dx*OO uBCQR2YJ[_s4CNx(d(GE=[8v :`SWK#xvJ|3!M0AP(kh@Jl0]vNuji2~bF,)HuMA&Z;MOU`NcbM~HeV=mK ]%3-)'$e$%e"f/EzPHB%#@dw[{|T}|Y R{3u7]?4 OG6|;MEDiB 3+Rklum~- s{8YV7,;.Y [-*b;-%GeX4zPZ# E?f \wbDJY(f3Ph+(]8gA B='!1 "Ix#=Wtek0B?K N^ awi ||T\)d8{-PpzYez{\9`KV .YdszM:ss`@7;^bQ(_* SEeiP6"r >'FQ\eyh.j<uUX?5*JZ$1z>aLH=Y/IY +xtYo{ &&Rxzg\9v+8jVVdj:m{Ed MVL? ![HcF%pi.u m5vu.m0NI jrO.j|6w %;X!Dwouj'[z(~vm_i6ht9u[MEPSLP\i`m1NA&!OTS84tGJb__TTMOgwc< Y-zy8ni=O 6m{o\eK#A L s(z\K8lZS  yOyu}}hC2=^)1m}\nzF4~ k_JI~F>ii+<Vs}H'd"Ah"ed(.+Xg(?Y":@5$48 >0 ][[$jIyVjWTw_`|y B4pNT[ k(#hnm_pm7G0"P[DxL%o~UKVl7M;nO;$2r hGCA>M4e8 s0W6X,rP}k4jXwp_HG;rm*|@W =|Dc:op%~4U?3,eL7Zt)Qd2x?6/wu{xtnDo.vkN\J^}@wr?BftumswR:dBb" :|n[~=G[qX A]uXF'nwY(>WrmrK!fM   !n-=R&qa"3BB<,&)K= EJr."$>wp mTmF6XNvzLdSI@L;&Ng *C'ia|_$BR.j?~h~_o. zD_Bj*fQP_sCqI}fl*at~bC9:Bl9V(B s! h*(Q|l*@N[m`T`Bh-E~ :H` ~KK 5ZahOx#~h=9kPZ{jjdY} 9UTA4/'^U@SA%e=Ki062XhJKb|/{P$D3>AuzA WpJy prlY= ToPk|#-"e\kr)QcA3!2o`.R~$g   7Wqj(: i7,Qa$}Lm|z_B37*>N+jjHOL:B# /_xN*$ }p? 0S_ZEa9nD~jcn~\EPq3Ij}{}}|a1u!"24? sVYgjCzw)JqImzssmhY@''  |-&:6w0 gE#zpW=0*fy#@T^hb9UOtUQJ6IK<Hn9f-/ &J"%(/x94V+1@[q7tPVi}zpVmnxfloH##I{BV'N(f~cpZg:\ _y+kP9lYNQi50]v <pA{g;! g}<n/X- Z" 'RtWj a2/e '65,ot 9iG!SB7wrZ|y a7 sznVf+w|cBl7:v}((o*dw{c3 A#9GJ9R^>")HSI- U^,ag 1wS-wD ;aw{ G1?><@GC7)(4]D1UecEJY&w  p8~cwK'7SN%9:jeTx6fvFrN>"6Xqpg.PW0! !*t;fZdpk|tfW8Eq1&{ XBt%LdX9) }28!5q&YgP$#]h*j.WIkn(uKNx0&kXA :COPlr,0"XmndM; ( Qrv :eg= P ({jz\p<pz.sV!F=Vhe$Z)I(@835]9F^uD'6n?kN[h@u5zBvwpbgG=XPk9qyJ$^<D:e*n[O>j!= MTqzj,,T{W/4K f  L<K)C /{W.\Wy1DDC2I%`POHE?u7U(a@\j]]IC!3!I?wyL@DOpsttbcM\7J0 2?e^$0ATgrw@}mrDv^> @'kmM5]6 M040 1ATk  + 38?{NWZdsl; k?m.53OHLlV@5.$N%Fg<ZfO-E7fp/1,J9u3*# 3sSuCud5v.9MYhD]!3/h<\y`,2nn`K,}|\U~[|p{vf5Q46| !I*/)THyTP867Fd%X1vdke_dZ@S0P$dK4OMJ]z}r( 3L6IzI_k>}^7)Mtn0egGOC<4(5;,;L9oRxv[? 5Om P"4B\0@S_aYA qkI/ZrVGDWD:0$ #($ @q|sc>8 Xx-]es"KmVzcH Jxkt5vwH4fH6,K$6x+57/a]+Ls[\Tla4N~.d Tl$N|V (QAL]Uff`][FY$ '1k km)(a80f h#9Q:fhzq1]Q~\K|#Cje;is9<  ):GVsh<d= p5JjGLR_xX #Nu5GJaHD+WyqUgez?0Ks03fthZ(QfFB@MNJCE@"k9X)DhZEc"`S : Bp-d2|?ykY@,m%7&5W<e '*:?BJZc_j.W;zmF5HMNK8rYLdN.WSA9@Vl :tSFif#iE:mK\cqyp`h J6^2f )$_Uka3bk($Lv-O~ta]M` rhryP/ws[,v5PKa{)| 71%"%)IktphLjo|*Ox #69:7.&$! ~t^K@7k[DR bGsmY,HZ/C-1"0;9}<;7' bF&A 2m oM "=)Z B:+c 47- v=&gLmUrn$Qzlpeyt}^nT $OqgCcq^RZf+|g&;3,IGjAbltO.@yq3%?1pNQ/ #3XR4y%2bDD+*xq!N gRnk\@"i KnU=9+M7:^ #Y59<6HmXfh ZJ@1mI~G@O2"@ +`Ke _RF )O2FE[prvK{ofi]=C'7NmeSSoq{Ms"fZFOiN+.|S|^,.f(E (`gU##V"Vx80slm0bD#CykO>)_v=;(3@@Jz!(UlWG;"Ppz`NBBWbOWOSkugTJPSMD< [_ Yi\I*uY8dz %b& 1F/x+enU-. Uhf&ia"W&g>bnliM5XkOIj]Km/I =DQ ^}k'6*VMP#cY^}Z@T!&#Bl(}k1dW1$&-K#m!zjy Ed>A?u'Q)_h kx$w8_}/SV`]<aX JT {wO^dK n;-/?vYG2k)8GNw>|o2;q3[f9JQb}%/ytq]M^^U4VxS? mbv_JTx&%lE=ogR*MAn25X}lX):!0&T(M1JOfs<VLw`>53.')z=dZJS%5(36nh^g_r-jrm8 L/Ts'/x7{;w?^O)h UncyiYd0`nw/W~5X~jM<*~rzeeDiiw~L=LHA I f$qXpG</=ZH_X-EO:L&X}jbIK*M T`q1}]L'J~::7],\@XkRwkh<l5@ +Nu("g"eFhmhuAatK>ZTHnH8R UTR1KLBtNj:WlW6a\+m ;<vL8c`MUE2g X'6KljneYx$ Gb4E'AL>"$2 8;`XY+a4sZPc.s-s=;)g/  ;qm9edX7 f@3d %wNbK2|!M So%]b?T@ZT"otI5WIhytvE <g< Z~HK9G |{P'bWYQ],DAz:>h5gb;(.^F: 5S|]R<92QFo;D15#4 M+g6!N+FwZ <8jPw.v'GveobuGX0,zuka?j,BTP}![QTrO[C8=;1&4y;'[pv?kQ2G2m#/ #(IRT?DjFx`N;5M< K^tj\]YjC7~v;/t<<#C=#w5YD'|>Y4} z *Vkh?WIDUFbEc3s*\|5x[Ge<H1G@1( ](#EL~{ \ D_/HokS xYGY}}M&j RtO!"(_K0T$(%.3 8oRlM,ws frB.-]/7$IQ0g_JQER0Un6(Ow8^r psD-*;HD~}udg9 ">RosUbwX 2) 'p5jr$]9$YyuykNwNh}`NPMH0^jp g{i?  PN6  n7,kZX:bN*0o2.,iY4YQj$QOJt/cbs2(JMcqm*Q-4"/.7&1x<"_J%6Alt^Zt<4]tY>J8ERZ`d(M 8Ye{ a1 2@k;U<hC|BPJFR-@h2V~zmedx$TY HEI=.$j#JO5bZ^f~h3ZQ l=h_STa6jfmgTVQ[s"yS`/b_ L}NB2Mk *~HW^=v \?!J302yE*PM7|kb`[_|M@tx iT_nb\N8.Y,#/dXtg.B%. >gh=IbbzMfMFa0p$o8 w`@#j'_[&3Om|!(D$VFYpE(B`'>dk !7K#w ;pm=8QfVp$UY' 9fn*8rvp*$<Rl35 QlaK7 H"M6>ED>#(HZ[= B-Vq8iy*(=i.V)9Qo q_jRJX$kU4-jc)oc;{DK^pREqyjVC)6YhF,-80z[5 g(3f''&M uNsW 6k+>KH['WB'u; 4S'^j.hi?4__ @G"vV)Jnp89{dI'so{r:~D% #2 $# Grcf9Gl} +e7,*!L }oT,4;#Rh02 o7M *:`15# ]9 6/6c<]"51#.n$ /N A^{uv6pkX*Dh&ZubqF?/9RpO(hA,.3,k$75W:zbGA60XY< \3Qr~hTAg._^Q7" "A r /U{'`8s\[B HxurJn4*$ R fndzFv,dU_kS)QjN`;22>X$?pE9<JH(B}/ }-(,%w ccreAS}l;C)c+H;fZzioyf`aGS&:Y.g6X>4u0`~N(Bo ?KhVRhD|EL[opqNV U"s4v0p3i;]JI:-gy,H-#c&,2FYkq|Fx,iUI3o8 |!282){r.j%.Kk.~}vHq`8(g~7">C4}igxY40^R Qo2!\6d-mW#IRJ|a8xjIB(|Em4Le{K&}v&u;oUam]fs=oz:}cDaud0MgG%_*t%y.9[HVp'bFHLSdvei;O''`/'KonH1/Ba /W%~U 9h~oPwUHMXh|p#TB)djP:3 ) &*,$-  ")V(CLbiVH= 8E)t4-  4!u' o,Ly  nR7+Sa^T8mj|r^R\\&don%_XIU?`"qf{4~j>  Iuj}%Nn~2apf LA?U0n`*zYG}940..I.3Zh!(Tr@my/XqB2$pY\< Gk"DnJ+3MRfr{!n?f6UizoR88r6N8898E.4Mamjk`;Dm[,<>.$F49{+s7c=/e!;7UMV{JGMXJ; vS-vx.&RLhjtw{~xqv|hG1%)X<Ok_";K{OWFE9O/o!fW6NM8[`jv|d7{#`3FE?d@CBLS[j9}b\zsj^KTwWw{kBCw"G4;5D,FDDFCs/R B-bCw']@/*i1N;8G[#T+C>ZdcWF3#PdB0D$PNGB;"=An`bfuk?G\C66S<Wq)r']>_cL{=U3%2Caxk4Gz T6d2jeM/{{FhL)D $AeaO!2-H2Y4i*/>O[WB0/<,VB{RUP/Ng?/& )6*T*d&m%_#B%%0!DQTNE=:S5,u#V=4a`HQ u9=" ,EO zJ)Mr}`K9 05ANXU`j<]QB E~nX&7Qkvz~bFj.> ^nF;,U,1?Z~pe5cj]VW[__`1fLqW}^s|v"6VebN&+BSafkooul5hd^J0th eca%b4mP|o:=eAQ&[jsbbG`"tz?P}Hvz{ Dr%d(f8kP8-sS+`o; Cn'uC9|;=~ k7U\;y~[pbZ[hyJw{tmi_[G% xfXNLG}EST&qxgVC)%\wzjU>=Qet{I+#$"G%h7Qo ($Q-iHsw|Rh~R=(\Hr1v%M-KrM,$ =>PnUO=TKE,n\]Z\b.cEi_z{B| ;pn0Vm%mm6?nP/yPjT>Xl|R4gA3{"tOB3vAy  )x<DH`GC8F1/)toq'i/X9IKEa;w3?N^uTz]A/%h-tgzb|bX: 6Q#c8oLfL !6#hpX-XeDS-- (9;= S+ B v.[9Xte;")E_p{`D00F-JO=h7q!w{p^I:-+7DUhz0~H~Wku~~kW<'0% y7kAO"( " *'>?SXgr~ =g2d{[8fYC( {hT+8Yq:,bUwktc]Q>7! |1<.{}'`z7!)+@6c96*G.A+K?;0H%agnzb!|iWNH1/w;<@B?.x^NSava:ve_i&c\{ xI+DC6;AS'mWw+|\4,#P>&D(u}}tT;>"E>/%=^zJH-q#40 ($A .3.fb25vBx xl].BN-dt.5! B\imR2 =m,<@@=3"9jPpxLQDUDf,v <0@=6;QNIDfutA-IB}]R61CC &B` Fd(p(aO0>NJSC=9".`sM/& waF7&]/5\zlI(&\cG^JGZO\mX y1A[[[&OXdQ#l  N/1,4?eG i/ %h`D7I_l~T*z.slM42@5*c%/Pez+a,~1c`E(eP3v&[4r(UiO4,\mcLQb~DFJDF4la@ Y*kzP>Jq&TtXhl"&3\S;5&txZe@U\wnd1bGx[b|cmI-'k #4<k+4 /C-n9E;C }JP"MK`mgho}<^#[fj\kl"GanuR?d;#]Q1h: 4mEvW[N`\dP*  caf]L1p-f Jbm|9RttA"18 4"p^d@A9  *^d#Ugliue2 *:V`.=Is >96fDdq JW Nn? y34KM~:8   ,Uf_QQ9XB "{qRjUjr"&I-lq8".&X1?@7vM"1&XD l3arKEg80IqiA y \#=0;Pb`H2 +1mljBg+19d|2\<E4j}b9A i! %A_/b}z)m ]5|I~j]3;2\E ;v=\!;R{2(KQOPHO9(/c$ : vT=Rp)^}tuQ*s|~tppjr {3k@w'<X+Pk~Hdjpc`'F(,2AOn7& *9VICG^S56%)3DUo{cxs[`[]\2EulO6}0V4<;:G <F'tT>773'>9\;7- .87HT`Qb9X%3XAxA$|7^MLfD Tj? v0Zr('_2 D@]_htIbdjdP7MNB9&M ~N1# $"  = J{~ DJjofM;,s,}|x5zhsQ8g!G %0\wD#.XvE &BbC7C[kb1p3{T6Upu[{EA#t2ru~kj~o& URmK={V. EU E=mUfD84n4i)[<}W|^fXa=U2 r\Ym sz]9#A?BKSeOo>N^3`K7_6.s_I3K4M]e_NNxb[C:1/F\V7Jfhd?;nMR!C\ggrlI2 3g\.-*`>[zW5z{V<)%3?QbfjWT; POur}l,N~U1brh@|M|h`ru{nZK0GEP &)*2 c4gpIP-/3OF:6fSf-*m~'e,`sUWW{vY7-.&0{(/xNI wlyazJ7\a ]?cux?t%)#XO oE0 Ft+\pCHs%Jk |,q]T6x#R+_?+z :|slaTPPPNDDL?ok?Mtdy?b3n7s0(1y:YdM;32' 3 \ !,Tg A|jL iZ[\ kkn+t:6p#B| ?ug}rpYJT[\R,Q3p.-.U"@6)07!+2Z}'[EuO~J'!FMMb~u]i\C,"8[rP;8<7,, \L+GzXiFm9l1[QOC4.e.#2INAG\eenxq<9 AHc}7 l\y<8Tqhe:[KCT~+:Q{'(%"G^v)In 54+](~?YGiLbSC*!/^( M=6`Xj~8HplQnM(=j5tuc&#Enixz3^~&Gggmqp\d@OMV~K@@^_GCQcu*X>`}S_)  _SL 090#"_h;t#G?su;#Ct@<WW\bd_SSg HszP2  &tVR]  f[bfrBP0 )hb2!, #;^jss9y:{ wk\[lu|,F}=k%bN~`26CZ`Ig%G:3~M0D^uuY0OoN6q L)> q,a+U;B6d+4"}K#_3@JDRBN6-:=&C^R_i=u[q{5r8x=zHtS~OKSgsn cFvb2; YAIdyv|}Y:Yu^#{G o *Z7EbweyS]A=DWmx]:R]oJry!\"Uy 0RzaH1$ h N!3. R  ;axmfb]]vBu)RNuxg`Bd6t /%IMalgaG9\mzTFVx.Qyz!{kfGJ.,# 16KIcZrdqkudD{jn}dKEwHf?N8:0), ",4219\}kO,It@J7",Sw|_<$pIkyp}RrE|MH{_N%Nd`} nM%rN5|)4~DyitwlY$A?pqu\:U 0zcJ></ C`s{0|HUbx:_Rv&U^;xY4JK JO+X)=-JUqJ~6[~b; #^A%Oex^CB"\33F`!Q6xMSZmo_;AGjVFuGL`!}M*" 3mUJ{EW_c)3'+R# !^,)(+a L )JC[z &Uj3}tIX B/l<"/2 5!K2a)`M;/ e<#*Daz'!1NDr_fkr`TA*+=EDCE G>Cr81)%WKBx3o@[0 #k*V)A9=F`QUaZxInj3~^8 ^1vY=l&p ~[5AbuDl~%mP?sv:N mH&.[d)V\jR@8mhyQI  9Pgh=`- p#dRdWX51\_5QTOpj}1j]Q(Lun-?\gA6D\ym5- q4k`M1)%Dc~<RamwU.u1*/,&c'G2F1Y &&%,8=$lPN[^RIM [t{8P 1?@IHNNVf|{ sd8bd^Q2 (,4' wR:6>>=HQXi-FH=1vL!'HorQ-&0'~T) OB`yqT9$uW6nXK[B72p46!8_:BOeomhegjyU>!} 7;\9 l'?Lee?O"& xO,Nn5)ufV>a(X0BYZt iBg1SpzXL=hL@5gVTb7t0ESdo@LyI aDD.($i2(YMZ'<wXchFh3j:qSl~{7k~M,a]5P Y.s=ULI^:v# oO " 8@EDEP^]]\ ]/\RhkppiiRRH4:L|,j#U,08 <<5*rD 1^ i ~/Ql](.0:IK4_*6JUTWlq!G!r?h#*;`GPJ9"CpMpSzmT<l= C!3N.ds}Gz^?,'!d$:R1a5Q%S| uiNqDxG b0vY?39Is m"33@O-`{r 8cn4-32a,+]7Zr~mT6!A\q,qK3(w)Y:>^Jof4X_E5*#. 6 >QkzT %Lhr49j/Uy})R[H?l}iuTV>,,W#,k (*R7pFPe|vgRv?Q&DHC2a,pRGjEVFFI;c3*-@:dm*e  "H]_XN>0& -?Rjq?8Yeowz{sc=Ef(xN g&68y0u.q7kJodoux?-Y|~gejpiq1vqbAZR&"D6da&e 6yyv~AA>k][by ]I,Fm~5Zs~{k\? tw@3JxUF/x!U07@c ;*Vicoz3t%@ K:Dn+5fmUI>.,/3}-[C ',-,Ca 0Kml-_umX<* WU&ieL$P1['alm1)w5@=DPeH'"Igr ^ vPG!f9M|/uV60DXgtE3i} X!05 3/ slI(EweoVMW5c!s(@YrV"'RIwn%(% 0[}i`Z UH- 1^~I |3.3*X# pM18D5UAbVxar +BHFA%<U(|i+5HVRVDsrh~P=0-=XwM| ASi0Ws~za}B{6b7/32(V{F$kXQGCC=DnCZF0[#rR y$U/%4;4Wk!m; sR;`0-8_#a&<@72Q# =]s $:S``O<) Q5]p1Je.~o.OD\:]6 ';NZV(MCF]>d.h(q,vEk]U62miEc6'Cba> )R)H f9f0b&s5DBPTHL3I Y'r_`m}@o=q <:;32'iD~n/}uwzyvYsHyG_/SDok}^1BH2I':)*.9P-nk_O<0 lOA4k!'1CiZCte}C'Bh .&B>ZYrjngcm sNsY^)J4 ya`snJ(a 3o%Ba ~06/Syqy55e $"oEv!,06KRdswnk>_cdqa _UK.>4 Y%j+&[a#9$o;`LaUfMg;l'u}6u). 9qbE+3S%  tO 'Or|bM<5;FU dojK,3 E^soAsC.nLUgILYl6WKg$tU~r|jU7|R3i0p<Du @o /Owf@zodiQg;e`ZWY`V9Q#PLD4+Dj&?e0Maia}Y[]=_8Y6X;hGd@auS5  *<LZ]yVfHM=01{h]l Q%KfcS@%";GlL>SZb`YlL3EB/d(yHO4)!-m3@X*s^ +DLB.zW'0) 9Sju=qhsnW9E*pjVq!No w`!:+4/'$c+!:FwR]ow-vYFiCJH&g:{wrjZ);8%7,,?Qk}f XILBBI S:\9e)r }ni&_<IW.v ~W5M#Bc '*(-00.26;<2' 8QahnyuiQ(unu4]0 <ECbCp8i2g/X67EVemv]}2tX4 jG's_NTe G-eI{cteQ4  d_\]`do6._;?AFH>$ oYB$ l`TB-  +Fk <e}~tmru\:}|wx{>u.J&\8bD`@Z;X;l6) j*HU_=!o;VC75@4~+ -B`/BLNNU\agqzwJy y{?*7$BPLXd!qiskdaK`w`jxF}1^&jE +x1R21<Tu{gejt*q+Zt\K<--Q}'61Y8$7 Pg~ #fM3tS9*y` MI-REgYiv8\w+C[qtY?w&IlW@05 G"a7JVUJGNXZ^cgcXK:% #x$k^ I3# '9MZ8aWly{u[D.##P% &-38G_O~l[&K5=A;N<[BiRfsqdVlOUN/G; 0a;Tfg]tUlVqTuP|OC1q,x o - Hjsndhje~v~F%l>|*8X{2vzsP?1;$L%G-5:EPnmycCy<Gz3FMe|.+yvvuj} 9MZ]S\hiy1`eH!}<Es.h+[Ev}Q'Z#EMgm[JCy=Q=2O,z?F 7L' &;UI"T`u /5S_|}qg]VRWef6HLB;Y"o:8eVc\tJKgF,DV3l,EC'q#O.\OM9~q|,Og~"Dd~!wpdVSYTR]c_L4~rE}<wr3xzf|[duw|zsv3z`?`t\+CMRjy|wr4^iWM:4=~EK]p H!0*$3$,`:Xpzdo\rbolD/K{!M,iWbOY]UR WN;r55Q} f%X,X/YCcFs$}^p.eQ<7A[jbv-c_C5mK@<: @+>\6/.3,'-)U/m1j&M*,,SD\ZIkTuvh: ^gJ9+CFA4|K# &;Ka/Jn ?m<KXV86mn^~ReDB@X}e)JHAbCQb}f2kBiNA@Qla8 #17};v0lv:R - < =<1!/4?B>C,P]v8@+6MNQND:/?S\fpwUt5qrG]n7iRD?1 Bs Xt2Su 3`&=cG2dq; d7&-IzeacYON8<e6tETO)\d a =   V;Xa_#bU70 ?ieB(t:%9@Rmx` "e0AS"ZDeQsm$B?#!:LBITErXS>wT7*4:8 ,$,=YpS4B &UOC %2 D'=A/O1a;30I,}n  :YrVM.bM`#`*LHHbp#R0.It-2iGI$E:qRLag!gdqCC(?2Pu_`=R:ZJkM5N{'N=HFxN]ULP7 sJ4F,=cgyc1ES^-cz:"<^^^U^t:ID\-4{_a'D)dWs8X,o<zGnRZY6_bhkngeWDK.>0  fPB5)GD2wotYB6.'$/MwnI!:[iB2' |4`>6>C6jn\HTWX\Wer{&Hr}}sbX0^W`qw2vIqps3O]I3[hJ(4H ])+* c!A?cw|lTz:e/S%VmV|p5TREj- IpKMr 7UY(w/gxH@ x_ .;brazn(K, v/ YuPsunf\UBerc_6V4mXBg-`7M]-7WJWhh|uX=mAQ>/% :a,|Jwq\D5 1Xgodx43gQCf)pwunhwiU]AD/Jr -.?VRf!:[<yi~k\_\P6~v[&}X7qI( /ajM6-")`B%Zk#C`u/I]k/CbDmC =QTPc=F1*8rP8o$Chl[>["|u\a-=N! !07= ?aEUf8c7g2Olwnle?'B\y{L"+APYT,KP?d)mt [aQBaA )"5Qwv}>b~KaP aqWF:>aGDb"GlpCD j~N &+2yU]]Mof}A!!(8Ttj3mS]LON[SmJetoC!tXB73( .9/(" ;`{gL,e=hUG1rN3& &;>qUXY_6rjeE* Nr'*-QvdJ*lO ;4,-;.B8MRPrQI<"vs_V=?9D\M )KWix*Om1hUzW'"6Qr-$dDQB+"'''0!a<~R|D eF)2OeNxcG.' ?QT@++5!C WqM7Tvx o)5/U%-cn1RC5yjnztW>% .b*Rrk%Y$]7Bmy]=,ZNwi8}E,xN!k)/)7Pgokq~PVy@^ntk[MIG?0|X'Yp'X]p+?C6 bLA=Kj{]J@2wkemUFV!#&  7+@VxnP:$wO wfH+vT9g1#Ks#LHl E4Z~'FnueJ&|`Fy)_OFK`%%(,'(F#X.a%mpiZD)l M5\;p]VUc8`,O]bo~}Y)@kvy{)>J)FlCC7D |SwbL>54a0C/%2@Ul!~,//7Ofu,8K'bIm`i{YD)/8:=:cNB>ATlnVNPL=JxMRWN/9IQRMICW;40+$"&$%.{?5Q]c:cYHND Xp/mMy"6Qq+6<0KC[AY6C&3(  ;daC-D`jgaQ1{R.!.@LPEd:4- !   &I|Fkr]S[Y4kymV>2(8<?L?`JuzI}}iK.}csEbUQL@L8%; Mf(]*T<OZM,3$ "qX->?.@'4&*-,/4&1$ aG2$'60Uhw "B+R9_FiGh5T= 6, X a'+,3??<766=AIjRUPE7 */ K_]OE9%rh d]Yang1t2TtNw>ktaC$ shX@$=^ %%.,+*$0'A$[u yn`I&lAnYYh~4OcpusXy'|{sjgpnUz>./G`kyrU- 5ePE~).'8"M^x #Hk~`E&"()*Hbl:qgY<LH@CJ[neC!wim4@JXcWkml*apSFA<,>I>Z9Y3[2a-d%^!UK: ]%IjZygK vu_AM KVbdSYF0 tX=!5Vw=XWB->CEKS^jttk}]qWg`[lSyKA7+  % =_nH#L LgM@?Ol#$%+,,2>$O&i"|x=r6BE M \ooT0u>W4k c$`Q]]_`([\SIEHReeG- 3KWYPA/ /T} "%'$8Nd{j:S_YgvnH-dX/.CFA- =Xvw`OJ=Ca4(*<b  ; {#X3>8);<?@7+Y%cL=9DWu%6DJJBDc=}313:BIS~^jbYaL\7ZUB+ Z89u ">c~ ]0 u\I2-Ov;c "#ybiCm%| 1ebF1% 82 9clXME :- }"(0/,!*?,Y+l#w  g8=NgxwyZc3U MA/$ze"T&H/CJ?o<5/8ACH2N@SG^MyRPKC:.f f M 0vN)Q;ls^TV W-XO]hfs}uz}IrubN3y@ hH' .^sXC81/257\;9>HHO?<H^i!n:pRxhphQ@7/:aO9tgC!   +KxzN4?@DGI^BH:30( &Ok{=ppnI!DVr&1EX]f-oy{lgTKK&ILT`eq7~&YC~ wr"u*|06@E?.-LfmQk rt,CUl f5*?Que<}Dx_58DIK^N&I?4-+*(.8;48`?#Svu]NLZ~8t}`?3#UphI4$Fi,]q+FKppUE@HS^hon%xvFlD)1W~&9[5^zD .HcYM`;[,I%*%-4;AGYpDs F5tMh|3j>_xhnSb/TA1@)%#1K~pffksw~L (C a|  oD/DWblq|[PIIKMV0eCxLJB0 }6fRWiPSTSM@5)tN!|Rh,> C}lnXB) Jq3ZP#&%<w u5KK_uh8 {[4 z3>a*@I7MYNxTZ_gb_ZY{WmO[FG><5613"+vF#?Udpsxzw2fbH%&Hzlj_Y[_`aeighio7|vV?32;KNh`qzqeWJ"<6-HTZbp{{lS,oJ' ) 4)<PA~A?7 -<$l &V{nmu|H~>(o2e6f9g>iHuRZZaj~t}yzsj[J4#HjztbI#Ius}!=Z V '*(-O)m&&,:Jx_btC"yb]=?$dQzPpYpcxku%:Qi{);FzK`PCVTNEGOUYnVWQM1C.=/;260/()&)! 'v1sBs]o{jdch~vM!yS0  "-5;=;5/(/N m  ).-3@LS[]WRPN/EJ>j=>;74B/i#tfhowq;h4qJ& '6BMSYbpx0z?qK`[I`-`b^WKB>=:62//2-$".?Uq&S!Oi|  p&X+33 @Vfqz|IwsUm/eVB.  )4=I\|'%b4@FE<- &5-~ i,\LVhF'qSgdWK7f!!0<9!  5]GEl 5IWaW@Le[E@@0 ~q[B?C523&:TjoC0?^VC]~xsv|cMD?1HudA'gTXb^Q<#19%Z~+Ueb`[QD34N\a]L ?4+wK$IoCSbns{fhkaZR(IPB3T|~yzpkgP\-OPav|rdZ?8@M`pm`b+[/J48,( rf{{;#qriq*[%#3'D+K(l *;HXSC6= Yu~huVnRb7H +u7A-0@>5BG  YBUeo; #%(*.s/h.9(%)-+2g>;Vo~|X/2@rupn?y+CF3 '! !*)0T5:2#& *Lkhz~lpl[E4.,+$a"$-KkTDOSK4.Jlzr^3#06^:NJYXWU?K4N5V=SCEP6G'{VMO)I5EDNSW^ObVcb^WROH6CHQZ/_h[P@Z/2V{`a[TYMPI4MWb{N "Y%6/4Si vut t`VTSPKLSLR9;!mYD, JYhKsZLA+>MKm]o'R}(8AZ|whO=:.tHaTG=n0I6 3 '32$.-5DPN\LJB& ',)~plic^^ngdqZr^w~vQru)Pci{  2?>?FR\gbo}^g{?`NG?3% ;O[uxCm&+7AHDd:S(]l{~pihjjue^`cbbnhvz"5LH/Mlh"cUQ Wk a5|iUIHJ!MWh 8HU^jy,{D_V?XeyutI$tZA[11OnBr&Dp xo+--R]3)30Cdw~t:T&)Hc{T,8h9OYK Mlb\\]c: ~8a"Or_0} U"Np!"mS;iL1#;G[z^/uh`Z`s("N-r("~XAH=~zrh`_6\E_JoYw:Yo4}[kZ?*}s!m8h5`*\1a/h"y"'yq7K/+^}.'xq'l7qFt\~pu~9GC 789HzbOkBe'XNE :. ~} &6>>>Lgi>'-GTjNqY!bG1 #8za[0C|  1OtQDH@<83 hYWXU QV[ZXl{iVC6+NTx$7X}GNe"ucL C<8BOWZ]ds|} 'D]q|~4I6~uk\LEE=v*M! t6=OMgHLK MI=0*C -NdhK.$ +17?OH|^ns|7H\nr[]}5SOKXVFLpOS6"jW@& 0SdqPNa[;6:5LlL*V)x+i3c#f1dm[Uapu~ '[tsv #$`$"+8ESfss^E, %,@iTD_,d%q/~7Kks^G:-|`E3*Q!4E5  %/?Ya5%?*N`O`tnhhlvpvY\@e1%S<"@,Jm1WttX9 MzxItT7?n 1 CU_aab)c*[0LMBr?=1!qU;M0B5fVirh>keL8  uruhw.}q`="%|/6:Sz8IPF}*t w~ow&J~i|v+VxeM{Cm9e0mue@!#55#&>C8?Xlntxyv~weat_^`:n!z'/&  *$--.0 4 -(z>LLyGKRTG2*-X2D<EGANBZ=l4y3|9S|mV;$$=M\__[cwwri_UPU`znO8C<-I]stfYJ<;3ABH|a{Z;<_vzl@[cassYt?plbYZ{aT]2UV bme I"8W|mC")M:dQpk~!@CEU^VxHN@>AHLcPNLE;E!QljK&L5^CfPiPwNRw^kivs|zlW6,QlZYMNSMIP$Zo ',>:SJhX|\lsbQ<$0c xO X! $*+y.L38=+FIS_a\Q|Bt/v| 0^lQ<.-/28>CIUn476=RR`\cSdB]SG;+ G .@OP>(vpd_$s1AUizZ8 kYD8!$3GeD_[Ua]F0 #.)"&%%8J_pz)Msv{Ob"E"2DRVd7w)%zx{#q2a0M=2PZi^;*"1n%:Qdz3`ltLT38%#-;?CyG:IL UctAT\]VRaozcSY!kK)5Yqv .w?m]a|SOY]]_aQ6   3CLF<AJC"*,B]o~ dK5J#229<'lS?Tw#ia[SMIKQV\Kg}pskc _=bkku~{$qIcuR@.&)|gLn;S>.&,/:HDdKZnvpeF[jRH=1$iO/ wYBs/dbfl#v*z1o=mMb~#7M{0GROMD/ b;rheTFR&\3W?WDcDxFMW_hq~-yAyVzbwfmd^_IN4?DOL6|nddgfbdq:TdibVI=. !,;Tk{<`lF([-~nht (m6[<O;H<I;D4;$Cg 7J{Xvhsv|0Vu|eBr]R~Gl8f(aWI 8+%3K`q "$# /=St .H_y ?^uwT(yUY>!n@CDGKMIHFFIuK[G@>!8307@HRgz{xnbYRRP;]0 *FhPMP?a>xGNKIP[ch/hVdv][\`ku %{0T730%$ $)8>866/" *R z/GH>2kTS'@ .0NqzdP>2.3=5MMak}[-~z[KLIFLQZk}-9AM]foBv]}ozxpljV5}lYK-@F5X0f/38?ISY\\)V$J6u;rI%\ A' #/:FRbt=gEq$:N]obIe-c]UI9*&#$0v@gY^zWYk; #s=S3|tdSH@2 xa?'  1+EGch=+`5=II='rbT8 #6IYgsrktmu~slcYTMI<)  #*%8$F]ulF!#6FRXuN_8N!A >?3"6Rj2EYk  $9.F8FD;O%WZYUWsZC]YQD4$  1L`s3>@{6[9|Fyql/jLfk\PE@>DM ^.pS}i|>\m |V%{hUA-m_WXO? 5"6$@*L1f2*wnmu2HYht'8CP/^EoSwdzpvoh^PJ5.vInN1 '8FN)T[VRH7&'=BEE:*|xxvollq|wxHr 6iwcP=^*NM G9)|mgm{/Oiz}~~}{si`$TABX(emj[G7+ wmmpu||/J Wez*11-09qHl\jth_WUPH=!bv>og\J9&*<\y._via_i^WbKm<x-,05<>>;1& )Mu 3LhrO0xh|Uy=v.r#qqw|}}Kt|W4 iQGIV)n48=BEDFGG=0!m [NN_| ,Kf!z/?Qi "=K}Ld?A!!eF'r aR@0$v`B @_&DYo  1>C@8# 'Jl2Rcluwpf]UNE?=98f>@HURI?5x#[ B7230)%% )4D#Z/j*x{ny$18>,FBOOYD`-ch ljcZ$M8@E3T'hvy thN.  "*/9GOQ,W<mA?2! X#kK) +:?IZdaTF"70%>#I0REZbahgaSGAp3,#oYG><ARcisu[G13D$Sbhk'e6[>M=CD=M4K';* tmmx7Qbqxm]K<(  #8Pg|~vfUE1ytqw{nig&m%z! %,5@Vz)79546/ "  t `YW[o tT(oXI<48>#R)o-~-( wl^[ bq?S`e]MC:$ "-7FWfpwtkaZU!O(D.55%60' +5AIILQH~1qkhly#:Shr uy ",9J]doePj(noiY?yfWE0! $.?P`jt6'KCV`[`dfbVB. hBy*r9wI~]txk\STYcw|gR;'<QWcYD[&YURNJGIM S([P_\\_Z Q.LMJdBp4o'ga] XRKB=>D FC= 2&&.3 . &7I^vkL,   _$B(0+&0<GLQ)V6YDSRDe7|)4Qj{xiRECDyDnFcERBAH,Wiy ,BT f{.:BIT\agloqneVH=7{2z+~" raP>,zj]PB54p8QA8N.b0u022669L^es%A]s#9QglcTHd5H. "0=J QR!R!V \`cgmt!v.vCrcnvg|]O7wjYLi?A. "Hn Bs-BP&[-W(K>1 vN%tYH:47CWl2Ja+q7~;::8}4z/|*w%oc ^YRLE=. ~ ,9IU^gkke\Z`effg`O9# +13! -D0Z@iJqOlSkUdRQK=A*5#,($  !6LZ^`_YN<((7@ H'N'N'G(;,&. )y dW%U!W^o":VplZSU{Xb^Ff+ow| 3Xv   qT!<+//-.)/ 0.#!#|]:) +>R_kxzukeh r~*:FP\eh!g)b2V8B=(; 3$  2vGiSaR`LcFp?7' 5 Qo+>RdjefkgQj+R5na[Y[cluGq4GS]caSI8sIjO8! 1Gb){37@P^c^U#H0=;=HGVM\K^J[HUFI::/2*.(/"-,-037:AHR[erlYSQT{ctuiYD' naZUUYb-p@}LUaoyym[OJHGHMNQUVTLCA 9( # 5J_#u(6GZo{{oZD*gI,uolf^tWgUdZle{t  z y "&(.9?CF-M:QERPUc[y]\WOLJF?7+rgaXJ9 -sZFAAK\q (C]u|o`L7$ !'# ")' );$J+Z.f3m+u }~q_K8)b>!@g,F\n9Wovjd\L;(t_QA*   2>EO^n{~u[+A:"GQX\bnuqopplkmxjK"   )3ASdv  0>@GKIx@V2, `:3Jbv *69<CHC:78;g9S9JBK@N1T+W2c2q!.Eby /674% v._CIM3WhogZC-y vsq,rBR`f[ME9((3AD96DNH2mYJ 9&'/2%A9^HQZepoe/\;X=L<@<7F/R,[,]3\9V7V8[AaEg<j,`L2wx7Qeo m0bFOO9Q)]ZAD \mm(e2W5L11!% tb~YzT]w}}rt n _JCCFUp+-X<uDMW{cliXiGl6u$ 0G[l]3ulow~zj\O<& lJ".Yj_P:-(Ek"Au2_6Uhmj[:{lehqtwvY2X~mN| \~q[L B *-<%F6INHh@z0aIFMe+Qt$)18h>I@1BIZ s(x2O5+4' v=MLA4&  '-'eD30:Mj !23*  "'09HAqDJXn`<d@ $@IE:(8GGN[a_R:  ~nidbh}wh`_] ^0oSoxo`Vc{ !2F_zzsY7{lW;'  hREEO[ekou $K$| &.4;:+   -VE$_uT%%FzZmecrYQB,gC! 3BLtcaI=DXp2&7TLe "*/-#nI'[$l_SJGLS]h 2U+q398&gI.n]M ;,%27(<:EKZY}n9NhU<Q=%}~~} 4Hd*;H&:>KSf{wT3k=}mg d,aT[tM9'1EN^nmaQD:0$ 1DHHHIH?-'!1"@&L-P*K ?) *=I!G&C&D0?A6J-@- (")= J]fTB9& wg]VVXPMONO\iv{{p}gadn}$(9L]m~yuvx-w]xwgO?3&{]I6 ]8&8Vjt: jS<$ %CWcfgJc$b kw 2`(5Ta 3Rg&x0.)%qW4wnUL6)s`zXwT}Z{sps  vcRF<^wiUB*mO3{jajx*J}5Q8\e[\a^UL<- #&(-*mTC&z jn}}x5sXlydcdm|a 7 $ x`\p'(!'0>3T2[?NV:[.K%DE5$ )-(!g E%  .Pq?mvjf^3RaI~GRXZ[YVVR<" w iL((9<7,{pg\VXZY\hj]XXY\agmnjffn ': @G:q3EV\Y0U:LB3;% u_C! m/_GZ]YjXuY_r|e>fWK/h#O9-4F$W3fLv\copn{+5TFO^t  ;Um}xN, tm^:~nr~_>CO*]mrt{mzYqGj4dXH6f@  2@^j(/GO`c{pptqhglwwpnokX@.,/* zW3sjbaee_PA8/  >` 0:14>.;1A9K3K"IC3$(:MZ em'r*q)e*O0;(+$ %&05*  'C]loswwrfT@-!'#$.AVjt\D16uLi^`qbx4Ste_oAw%yiQ3~hQ;/0248CuV`kRKA1- 8&JFhg *Khs|eI3zsbD(  %3DT[][ ]'e2j.m.u,{+w0d9M7:8AELQJ]E?K2N3I\-s)4?GHA95746BQUK?3#qbdoy3?>CVC]8d+p'z-z1{33~6p=a<W9M3D';0 )% "+,&! "5Mev{|qipo]vR|G7( !0)AAUTik~zvl_N@=Lb{rdsPnCo6y# zY9}YB3  {wu|1i88AJOLH?2-}3|@}PxbkwV>zvcfVST<[%i{q`VH1$6EKD.2N#v,W mK1#) )   /?Pdt)=M\rffgXlIv=|0z%l]UL<'+< NZXO<bD% /Mo .8(:57C-L] xxj[J=5*Pk y { { ys pqw}}zz~}%u1b:G;&>@DGr=M)0 +d*`!WI94/%#'( !*320-,((&)3AKRTF) '.*  ,JbstndN+uZG>>ADHRa r&3;CJT` m5sHi^Uz9zX95MTVY|_e]XXOSBN;G;A<@=CHD[?r3& 3J{Z`fNuFCACN~]pkfyYD#%8New7^|rk^ OC":4.B&G(C33CRYXUnO:A*j@! 4}Nbt%).*"$5 EO SX3XKV_PtG<,#$3>t<R?7M^ cdb\L</*%~m%e&Z"QLXr%;}L|UOKJGB>? ?:-#/ CU_enysQ'.=FFDKWemrrl_YSLD:. #"!mWD7./6DWo %-29@KXba`age(\<TQNeHyHYp{hP26?A 9,_!`@>!`1990#*McxkQ9h5SNE`>n8u>}K\u4NkuaOB2}nc`~g[n7t zpb^cm0BR_ffc:`W]n[WQKA6+ p]C &}]>! .?Pg:K\ntvz}xus i"U)=5,?&H(P+]/k4r=rKmcg_TE4#|_>vXA41(#%$, 9 1 ( $ '0;IVad`[WSM?1' 3Ok} sdQ@-)6>=>BBM5~!v}Sy*z}tU=../.,+09G'X<lOeu}{=yppaP>(,>HC2nJ(`,F:0EVi{Brp^F()=HLOOIy@l8a4V/K+>'6#2/-.;Ww'Qo0f  nfXH=,sWA) 4Oct| #3@JTZ+]M\mXOE=z3b%J7 %%&+- % '3AKKB92' $ 6AHJE<-6IW`caU/F<9H+PJ :*  % ;+L<WMb^lqsuqiu_][IT2OMMKKD;}+tj aZVU[cl '>SakmbQ>,'BT_is~$V~q]H%8,,"  pF!xi``*h>{M\fe ]-QPFq:2)zdQ?&vT, %C_x:akR7B [jpw~vng`_cktgRC0""-.AGW[mn~vdS|Gu;h.ZMB6%r[@' +QFX[_tgfc^YSM~E]<71'   +8DN WZZ"\1[CYRZ[_djr{u]G3 o P1    |ri^PF? =;8;>GWo@"{$'%!  qd\XVRRM>&  "0?O\bfjn/oJh[[aL_8W I3q^VTRQQXaiq|~>`},=Pcs{pu^jMdAc6h)rz vcJ1zV6!'(67E>PCXIXMSJR=^)p|'>UccyZoSiJfBh<j>mDwO]ly2yOrgnxi^VPLIKOTUQA3" |]=}s+h1`-] VNIFIR_o %+/,!  ++59>AFFGF?@35)#  &2:?@=:630+" /?G LKF?8/*+/-% !%($"%%*$@"Vk"}(*)$|dH-,>IU]b da#]*X.N-A&4*!  hS?46Je$DX e)k+n(o!kbUF;52,#    0"@5NE[PgVmXgZYdDn.uxvpkfaYI8,~#m\O LR[ m!"  "8JW affc!a)^2]?cMmUvWxSpMeGX>I08|hchptaJ0&3?FB6),Mq %$!&=[y4N[ZSF4%3{?kP`cXyW[]N2zV3~{xrhYIw:\/O-I1K5T@cWrx#7CJKJG?6-'*%B)X5gDnQwX~XUPH|=n0f fea\[UJ:*  !1<A<-qkkp$z/;GQXakopnok`W J*?C2\"woZE0  .C\u~ gS(>+#)#nXB+3K^t#Fg"(2=lDVIAR.[!`cee aZXSKC< 1(! 6+J5U3\2b5bBZTPkF}8&vgUB-q_QHKrWkjiebdflv"@Talsz 0VxkV= xaE)~[<$!.Ec -EZdgilkijhglw&<RilP/eC$ &09*>;?JBXFaJeLcIXCL:>02'%&(,+*.4;AIT\\[VLA7' !8Ncs}viYG2'3=HQX]^[OE:- /? KTXYZYTNF <0$ yh`ZXZ_eq*9DOXf w%;IVh||n\B%whS: %;#N/Y8_C`Oc]dg_jQi=h(d_TD03Mg.FbmP4 mN0tkfdhirVH;',7> GN2OHGX<c.r <Yq 1>HOQOMNRWZYXY\^][SuH]:G'3 ytmf^ZXUTOLILRbv !-86PE`Yocu^w[xX~UQF|5y+r.h,_#Y!W&S)N,I0F;@F9N3S/U/[,e*f)^&\!bif W I@3 '+-*#w[A537?>9L}c~q~{-Kj&9KU_d|i]h?f/a([R G7%   -37I9a9}4++%SYs}mV?101*p_SB+ ";Qi|zi\SH9*/F_w *BR{\sjke_^]_[UURME=x5^$B'~rtgb]XUcJw?205;:ASp/@Qj1zLkd_xR< yly[vBv(mcao}~qq{8g )+E0X#]Z^jt`u3q_I=7k-Q'B;.$.CPVYZ>\.i%!$6I6Wc hp~ hP!A7..2>Yz?Ymy)30.$&:Pg}zncYOB9:=8&s[D+iQwBc8G,,!2I_r2T&3A`0QpeavTB%  }od^k|~]8 -c#9 CLP#A3)GU[cogw0{sgR6V 7jL) )Ah+/A]"w>g}y=umicR/m]QC2&"(26*582?+CNQZeoj \O G)@4;I)Z aa[J+ tiZU_sulcXQSY _;bPcVhToSsXscg_O@83 ,"$ 4OfbO4(m"^W]l!'!Jk *<Lb|m^M&{fK- ~ibfo,<?<78 ?*<A*Vi ~ursp\E:1& ,4879|;8:?GJNV`jj]OmOUSAR2M+H)E-4>)U)k,~16;- | ji6aONeA|CPbz7TrrkodVOL@64}3],7{klRWALKT[?gexs2ON)c nutbzQi3TC 6'.5I`w [ '>Vs~ZA1yaG-qWRSSUcu{r*vKgsv{xoc Q87b y"$' v^I5! )FPK@5& 3FW`aYN>,'PqmK* &9Qdq{yyhTA1% ,OomWA% yeUYm&045*Ut z hW&G27:&DW qfG'kL,));3 +$ q)O:<E)IB4) {m^SP"W6_?dKqMBBOVD0.;?}?BRl(6z@\EED+< :@FF9~#pw|wt{"#<Rgv%/8=8$ |m\z;pps|s]LBH.RDZXbdxmy/sB_IDK&P [hw~pU>4- told]%`+q.++,($ "'')4GXgt|~yaOB;?J'Q-O5H;@92:%:2"}m)]ET`WzftaI , oYA& %6L d)kJca`{bgfe@iitx eVN D9, rXB+ wbWNB52;J\u&130* $#.9B<-+-*)"9N`krwy{mec[OF< &#6?7+"+7>93- ' 2<?;2" $-//&1C<]Rqjmhmztu{xwwvfoL_.P@' qQ>;3r,g/kDnWohv 0-T?jJ|Ubptom}lm\]BK)6 -=N]hon hb']4SFJRC[=f8l3c1]3Y6S3D03/%*nD%(&*$((&%@ ^r| 4erjjjo!*;P]fjljfL`5^!L-ro|aC +(AXt%6KYfvnu\oAyY( ,DXiy}paZUH8:l23=EBLqU_ec+dCbU[hPoAj.]!<V2{y"{,}89+#|+t'pw zsru{4Umz}q[8@L!MPY^YOE3  (+:/C-G3SB[S\`TcPiL{A74.%#0BpMSP<N,D0qid^#T7OH[Ty_ktp!cCZ`Wr[y`vWtDp4h"^O>3+$_F3  "1E]w2Nh#3CQcu~tzTm0aZOB1(!$'(&$*/1.18@A??@;-&>Xtpkeda__clzrvmpdbfWrL7 y$l;dPedst}~~~3J]lolllibZ}WuQmL_BI*3 ! oM- *>W|0\y{U. 0\93<CGK JG'>:7L9e=GRZY"OG9n$6 OSA# xK }{wvvwx#+  #. 532=,D&H F>=HNH@>B?3' $-1 7> @/A=@H:N/Z"m |ph\M=2&x}>bw$^5CF&Yjomd`r\TP=B.5'(!$+3@Rl1H`s|tncR<* -BYdijlk\?#  &+&" *F\k sslcVE3$  3H\ n|h_^\sXaRGP)Wduvg^\\am z+8?CHQ W"^5kC~LLMI>1!qYC3%xkgkx  ;]nM- {U2'Jp7W{(0, xcQ=! 3Qmt^A!  !:NVRL>( ! %:K^s2I]x|siV?.$rU<"2MfvX9|a@!Fo!7Mbqy$/11)yk]J4!.E_ztT/8E!\ fnrqg^UE / xkgjpu0I[gpy~reWJ5#!):)Q@bLvU\accc\QKH@r-S8# mVKEBESm>Tan||shYB! z"g(V'S&Y#b'k({" "*,=2W4r/"s_C& 'A^vteXC, 0@J)Q=YL\R[WTbLl>s.smcUIA7%'5D1NORkSVWXWRI;-"m[A!vnlq~~}8\{nN.z^F 3' "3FYo!=Seqvpga]O?,'8BDDA=:50)0D YhvvaP A0  "&0:4DSGsC7%pR/ teVMHM\jy -47=EGD9," %-7AzGrImGmEs=~2,)$2UumW@(  ),-/4<FNQM=+  !tdVPS\j{ :Y/{>L]n}q}fpV_AF/1! vwnhh]hXl_zn*!H9`JrY_bed_rMb9J+*" jy\iQ^ITLLUFaDqCKZw@_|-V|~iWD1zfL2.Ll lI"[;$ 6Qj0 ANYdkk!a*O46=?3# "5BLU+^Dc]am_t[{XRF4 { x u k ZC() 35/#sa]adhp!1=G P[dlxwaF/ $<MX^ZUSS SUXYVSOJE=3028>CB;2)&#&3&A%J PUamu|mU:'3BRai`NB7) .G>akr{zpfmZOQ7F!9&jL1v!`M<&/4*L+g3BWo)3#;KDnNWY]g}qrr_oHg1\I0~ndbep-Mb,vRv  iCeCi M8/5@Puflfdhr&9PjY'oUE::?JYh{,2436<G Q$Y<aMiXq`yjp}ku_nLc2T:,=EC6'%9O eu u'\,?.) !--N3o65-&""&.4n5J-'%"$   "$),( %(+04 2%*,3@N_v|`? "6FZpq\@ybJ3  2$O@t\y$NxxikYJL#A4 wWA503nDO,a9w@BDEDA= :(50,64 0+"  %4DR_*i4qBxT~lzfT>s)\A('?VlyzxsgT@0!   )2;GLQV_fjlmkeZOE?@DJOROH%@65H+Uaksz|tk`qQe>Z'OHJWl| 5HYhtz{xreWH:& eM<0./8H&`3}E_y<]zzhQ9h?nR>n-XG7.1(<3NAiQcu  :Qg"x)03/$weN5jTFDJVj&;:MX^thszp\D)zwUZ<;)$7Kb} 1W| v nkhilno`wC*$}'r&l*e2e>cCjHxR]befaW I>1!#  -;GNQRUW[[WWVU MF$<24A*L!X]ZQE9/# {#3?HOONG?0$8IXcq}~scP:!  -; J"\%m${ql_QP2JP]p:WrywxhH%sWD;9<@FM]Aue7Rlwb_BJ1qVLHLT_gpz ! *31??GIMSPYPTNGL4G:*usw 6Pfw$-5>JqW^gHy-x_F.)Qy}naXZbnu_K=0# *.38?DL{Q^TCR,MF;+-AYmzpqy !&:;RPcflypqqmi_YPHGIMtQVR9PLHE@9/"  +8?AA?;3+"~yy| )Gbu $r*d*U)J(<#+  %:JWbi lg`O6  (9GVagc[N;$ %6Kcv 0H\lvu[?!q^M<){ k_UI<1*'(*.9FR]k*<HPSW YU PKE@:60+# ""#&-7?A&<35B3Q0a(p }{{~x{uynufx]P@+.u@bQRcFp=~;AIOU^itcF(, BS\`[TI|<u,qpruvvt{ + =T&f,r1~2/%  e!J(/0566687n6b3T1H+D&J#S#`my  ,7?@>;50"((+ )'%&&&&%%(,163*"5L_ny}rfXI5!   4?A?<91$ #(.6?HNV^`\VPC.-Ni{tlmpw}xgUE6* ">Yp ,;HRTOE<.p[E/vojhgknt.B OYZXQI>4(  ! )=LUYWUPOMG?5*#8Qf }~ U -/@Setr\L@941/3@}MnY_hOy@0$?UohVyB3+'}&h$L%+* 4=IU_k~/B S2gGvXgz~X5vgXK<&{jk{z~|wuw~2>FPVOB6"$%! '3HX_%`.e7i<hDaLWUBZ,_e nzvdM6 (@]nodXMHD-zsl`YY[[X_r !:Yp~zqlcTIBBA GK+H/A/@+;(1)%+. -.9J[k~$5<56CI?%~upi^M8" pZK>0& !&),5@Re$s2>=4)=WsoYC0 '1:DDABGMMG>" $:MrtP(8Qer|{~czRrGiCbL[ZUiSvVY^bjm i%[DK_>t-q]{Jd=W1M H EHE@=@FOUY]gz #8Qj{&.6CRN@>6&{bH+ &*./39@FJLS` hi h.e:bHQV6a e e_TE3"u}vqoy"7CJTcp vunaO<'(2:AFP]k}ye G!!;Rgyq|axSkJWKDS3e$z&),360*&0BS]\Y\_[QG>;<@(IBSZXpVM@8*tcN2$1?HME2&w(o$mm nqw=VmjZxA(!$)m4SH5]n 1Nao~|zztzc}Q?. ",17:9/&&*,A/V0g0x226:7- P.@T}h_}C635>OtaglWzD759>@?@ : 03"A LV\]W{M^:B+ xvw}#&,7DQ^r&Fd'4CP[kxueWH8& |^= ,<J[`VUWPLF@< 9<DGE@1^@, )9rJj_jyt 9"O:`Rlgyt{xodP<0%y Z8,8FPLDA9, !4pB\LOPHN>B7,?KXiwypry&9Nawm.aBTZ?k0x({#vj Z'H.0-1>MZ^YLC?C<$ (9V{~hVJJWct]53M^hkkhaWOI>u6j0b+c(k%{ 8Pdwtk`_fuo[K<0" ?Vgnonrn^VPD8' {!p"i dbs (>R\hr}|jP5 ! 5 GZjsskbZURRSV"XAX^XyXY[YRB+oN/x`L?8/zgYN(H;HMKSSQ^Tscmu/DTgzq(^AIW1l    hP3} _7 -Nh%8H\&k3kG`\QlBu1vrkf`VF4$ *@]{tnq~jD$7ENQRLkAW1TT NKXs &CSbqvmb_XN I1E?5JU_d_UD/ (-)"#+ 1=2[2t.%({8dHRZFr9/~&y~~o`K-~{wi+S6C<;<95?+P!ap %4CSYWL<.&   ,9Oo $.?Rteb{XC. s^I 8 . .45 13.9%730 -/53%m[PF;, }iY,KB?Y;o2.8JZl~ %:E/SBhXys~lS:! dE2vaL6 0Pq<P^cddh%r?vVrme[Zce_`igQ9,vcP<%'0AXpgyLy+} yaPC=>6&2Ty9d zu/q>eNT_Fn<z60("{#u(i$\M8$ .8BKNNNU\bb]R?+"/:FNW[ZUPH?6) '8BHLN=I^C};/'qd%U(D*9*8(@$D >9-~fSC1+:`"*(  '4@*N7XA\Q]\Y[TLN:G-=&95136 6-3I7w;BKSV_hntuphlIh-]J4! vh_TB/x'h&\'R)H4A@>D=G@PD]LpWf{4H[kx%.9ADJQ~]shfsXC-pg[G91 (  ! *Llw`I4!7MdqnvhiccVa@elv.9?EC@?@=80 " = Vdr  $'j&G'(% $p&a*b-h,l+q)v'"~wux)|/~,~&*471# -D.Z=nL[i{}tlcYTVZ}\i[ZYDX+QF6" n_`jw  vcuOcIYWSqRV]dp&Lj~+@Tdntz~~}uxmpecWVEN5F.>0,2103:> DM'U:RRGl7z'whT:p]TL<,!~xqh^"V#NE=35'Qj"4F^|-4;4IKU`^pk~mT9ucF  m]QLLRZ\\blqsv|{snq~ /Pr%1?TfsqWC/kQ4"'+-'   '8IV_a,ZAR[E|7)wfL7#!2@F)H2H:G?H@K7M&LLLMKE5o[H<3.+3E[it$?Yw $1>N\jw^>#rdSB,znc[[[`hq{'*++-16:;:1& 4F\r #BxbokaYY^acaa`o_S\:X%PD0|k]UNIDCFSgwcQ;35A*M3Z;oBEEC=7 301.F+_&nsm id`\ZPA0  5Unf>#5J_vzy|pbQ=(rga^]_beiq#+24_8;;;;=@CKU`gbjHm2omg_TE4"  &*(! sc[^ju{xqmjhjnE{i!?]y~p`O=*}jW@,  &03442+$/:EMRVWVPHt:l*aVQZjzjXLFDHRdw$1>H%Q/R7U?VCRGJIDKEMKNTR_RmP~G?5+! &{,S4.<L]m|w`I/~qkiijou|s^MA7.-6CRa"y*,,($Ev   & 595#(/=IQVZv\L^([XROIHmEUAB9815*2!,.9M_z.DR[]\YTLF;*-@uNmXp_|glmjf_"V=KWAq82+'&&%!{qlaO6&/7;6+    (<KUYVOC5' "  &/=K[hwv i#U8=H$TZ^_`]XVSSROG;+ %%-12@4O1^1k7t@vJpV`cLo6|! jS>' |tjb]]_bjy-DZlv}t"a(J+5./26=DKOV^hq} p)[MBt'    (y,N)!"]D2 *Ff>R{`}lw}zreQ7!+4;CI|L`QCY,cknpt uo*bAMc31[ t^H2  -@S_hibP9# &" vnikpx 0 @LQ#U'Y)\+\+[*X%W%S)M1G>EJGXFgAt9~79>BqF_HKJ3MPPLC6${j `\XSNIEHSj )AViyxmfciyqn{dXM<.&!'<Tk '3CTbmw{hXK|As8j/_*L%8%%'%   )-..)zi[PGB;79ASj Fe.J`r}p[{Hr7h%\OE>;>BHMQOG9*!;UqgB_< 0Sx Lmxf U?.$A XkqYB-#3<=<?CE?4' #(& $''$"   %*-.+'  /@R`ed_[TI;-   &04862-#  #q-]6N?CF;F2B+;-46,B"Re |'LogRA/ )6BGI F@-58*>#A"E#J&K$F!7"  zfUG<426?HWk7 ] )034321v.f)T!>) 1EUbd[M8% $+05761.+X'|""p*I2&; AINRNH@6*4IU\bjpogT;# {j\O@!/9"KZ$e3nEnXfl^RD90+*,.16%8)3)($ !)3AP [ i y  #'+034i2P,;!% # &2<B-F>JPMbOqO}ONLJNUZ\XUTeTAPJB:3.z/g2W1K/A-7(3 8A P`p8K[n}~uj]H3! ~,?OX"]8\N[g[\][YY]emtsqinGj$e^SE5% !8M_o||tiR3|j[MC>ACEM[n  &$+54E:S7\/a"fh ga\XPKGC@=;961/20J3a7x<=<;74.)# sYA(~~"(' -;L[gklkjgd%`4]B[PYYU]SYSOP<L&D :." $4BP`krxtdO7 p^OHLVg{ !4DX glj c \N;)  .He #+*&"W)zV9" )<Tp " Dh wcM7#  />P dz&-38?DGD=61b-@)$}eTHB?>CJS\jz &22C<O@W?[<\7Y0U)L$B7( %4?EG!E+=44:*;$4+"   !&85OA_MjSoUpSlPbIZBO8?-.  $),/5<AA>;6 2 , ) %   tf[V UX_l$*,+*'$2#R'q/8BKRY^a`^ZTK=,hO6# #" ~,C7YTmoq\Aj%R>+vg\XZcs  +4;<940*!|pcYUW^chr2CUct!/=IT[b{gmmanUlFf1a[VRMGB><:972/-+(%!&/:A HOTZ^_\VOA1  !')*)(# &4DVe+o4w<}ELORV|XpV`PNL;L&NMMLLJD@==@CHOTWY[]\YUROI?0 }soopuy(8ER[clprsqmh_UH9) 2 Jcv }tnkf]RB4$(9HT\beggfd]QA/ &3@O]hqy~ %1<FMQSRzMuDq7n)g] SD3 *3;BHMxMuKvE~:,  "3 L e} r_M9#  )/3551/-+%   !4DR^jtz||ytlaTF5#  $$$09B JLHC<2# ,8BGJJHC8& ) 6D)R5\BbMiOrKyD~<4+"}q`K1'3<DHIH&G5EBFMFWGaFnAx;5-& sbN >-'-26862,%}{|wrnhdfmv& 7K.W:XGYQ]W_\b^d]cZhQrFw9r-l oxyn]K8# )8HVa|fqdk`p\|[YTL?1)# ##zohb_ emu!0GUY_jqv}~yy~~m[ J.7: E Q]k{zo_I73<Rsbfi\xTI:( *:GRZamyqfaW G0*482( 3FZiuk R :$   +018&E*R,],d)h$los|yeL3zr #%)4@LYfs}s e"U8DH/Sfvr^TA* &-26775/!secx|uy *5DOR RR&Q>UUWhUzQLC:1&|[@%):EJ{NsNiGW:B+>KYcjr~ %/77 0++)"(4ARb v t_&J32=E LRZZWPF9(k]_dcbcgu")'-7;>EG4BB@LBTA\>b?b<]0X"SNG=;5'   ! ). 2450&# **!$(6GT aotwy$+4<DJzRvSnQiGi3_G1!"*253/)$ $<Sdoy #+7FPV[asjhvWx?v&srpmjf^O7xquwkl|vv|=Tfw|pe]]]V1MGE]<v2*uaJ6' &9Ng|naRCAA#@*944=0I,U/`/h&klmlh]M<+   -:A"H(N-R-P'JC ===71+%   *355310-**/489::>CFFC>:;:9:+;88520+2$9ES_gk otvtsodP;( 4Ocy~{|uxouhaYRLHGF*@=7G+@3,'&%&#!)6EWg"s3vCuLoNfJ^DZ;W1U(VZ`f l r v{|nU6vjdeyla{UOIDC<2)!,*5+D&[#p #(,*%"+$J)g+y*)#wzvrogS=3-"$#  (6@KSYakrs qi0\>MF;N&XWSA# znd\UM?44;J\kv=[oz|vv "7FRWZ\\U|LjFZ?F541*4!:@ A>81'sfZ\m &4BLQ OI!A/59(AF FCA=4-& $. - -/6@M VQL H>68;5,'  |{ $ / <FI)F7?G8V6a9f7b6[3Q.C*4.&:ERf{|vrso`M<(->yIqOoQkRgUcW`UdLu>2(  wg]Y[hz '5CKU!_Geqhkrwz~ yocVG5y gP4P)H x#&'$ *8;:5<HMMSZP=0 8,QRhovqskVvGh<Z4J1>679,.!  yn_TU[bu&0320' $!;(T-h5t:{<{9n3Y*J D:% $)/36J9\:l9s6h6Y8P7M4G-;"( }yx~4J]orh][TJA<1  1>J X\!O*8/$5< BDEGLORSUWXQH>4,# %4AN[fszz{uthpRs:y"  ,5=EIJMPSRNF<0');GRbkj^N7 *7=DLV]ekm6lUjnd[O?/ vU4u\F5* 1CVs #?[x  f!J'0+,--*% ")-28#>(A$>!<$>?:1*"q`amtt{wxz'.2-)3=#;'1,%047;C"K#S'Y7\H`RhYn_qaoad`U`EZ3P#@2 -," zz $%'%$  "#  xmn) <KQQTVUVZ`iq"x&{*y,o.b2U2G.3" &09@GKOQPOLJJJG@:)3:,K![enxuh`\QB;6,)297"2),/!2.)$   !(@-U.^-f*o(w'y&y$r#g!d!_&Y+Z)^([(R)M(E%-  zrow   #*$1.4355343-1 ) +9EQ\hpuutm^N?0   '*+(!-541+()-+&    $()2;?AED>85+ *9HRZ__ZRG;*( 058:5$++-/6?CCDDC<2+$(3>IU_bca_ ZTO/M?LGLFK@G=>;04#& &,-+$  %8$A1E;C@D?C<C8B6A0@*B%L$Y$^"Q B":)21%8;=;1& !% %,$7%?!DDA ;4 -$ %),6AEB>5+&*),A Y s t`I3 &/555 52$*'%$& (*,..)" ,:BGKOQQKC 6+!,4 @GIHFA91-'  2CPVVNC:2(   *4:;:5 /&' 4BP_ltvy~{m\J8) +2782(   # ,7;6.$ &4CQ[`b]TJ@2'0 :CHD<2(  #/7<=;:;6 *0?J RX\\YUJ9& -:F MQQPO$G(;',   /@NW_d e f aZQF<0$  ) 7AFGE<-$" #.8:83/*,&B"T]``[RHA;3)"(|03651.+'!     %/:AELWblu~~q_ K5 !!  #2AI!J*C65C"N UZ\YRF5" 3FSWVUM<+( 5?GLNMH>1% (,)$ 0:BIN PRT R NC3!      "(/7 >D#E.B7:?2G,R(Z&]#X M B#5%*& %" &# %)++ (&5"JZj x|wqi^UNIC?;3% '0;B B>;;"8%1*$/2 1.*$  0DR_hje_ XN'@046);?A?9, );MVZX O?2+%9F QZbhgaT@* '/3440*+1!7%9'<%>!=82, %   #)*&%( *("&,&5&>&E&F!C; 1'    !/=&J7XFbVifisaQ>, vgVG6$   # (/(=&G#OZjwzkU>%~!$! %) .367:<<82+" !7KYcghjjf]TKB80#)1">EF?2   +8CQ ^iquvqi]P?-  )2=HT[`da]TME7& $.49<<;741-(!",6<?>=;6/' 2EVclni]O ?"/)5ALTXXWTM ?- "')("  )8FQW"\(a/h4j5i4c0W*H#8( #,4<@ABC A=#6./9'ENT UTNG>2& !$,0$1--0'/) #  $#" $ )-&2298B>KCTIZMZQSTHX8[)^]\YRH:- '.4:<?BB@AA=81)"   (%0-56;@=H?MAN@L?H=A8810(("       ($4)A.L2W4a3n.y,(#lS9#),.+(# , > K V ev!)19BL|TrVhWbS]LVBL5>)+ !/;FORQNGA;3 *! %3BS`%i)p+w({"}|xq dUE5$&<N_mx ~u j_WK=,.>N\kv ygQ8  (6?GMOOMIC>81+%! #()'" "/:FSamtvtof[M=+ $&(("&+#3 9;>=<3* %,38;;973-(     "%&&%!"0:AHN Q$T'W+X2T:OBFH:I'GA9-! #()")2)>(F%I#G&C->0:053-4$68;;:4,$  #,36750(  %(('%  3BJNR#U1W@XQWbTpPxKyFvAn=d6Y0L'=- vjfhoy-APX]`a``a_\Y[YPB//>O#Z'])^&\"ZWTPMKF>#2.%;DNW^a_YOC5) $,36531-%  $ 1 >HS_ j u  ~&z,v3n:bAXGOJDL:K3I-E%@8-# }tpmjlpx $-8FT`j'p2t<tGqPmWfYZWLS?L4C)8"- "&(05863/& !/9@FHHC>3)  '/542/*    )17984+!;Tgs}oaUG1 '.36640*.3-</F0L1R0T-W*Z'W&P'C)0,-,)'&%l#[NHGKY m5K^o}wV5   $& )/8@HRY]aefb[PA1  "-6@GMNH<2+$ !'*/59=>;730+ )'&$$+#2!8!<:863-'!  $ .6%=2C@EMHWI\E_>_5_*b!dc` ZRLGB;3-"  )01246 5+/8'CKT] bec^UKA7,(.24640*  '4A$N'Z'e(n)v0~7>~EvLjOYNIK5N L D5#   '+..-**%      '2984/, -,%  !$/7;;8 51.,*)/ 5 9 <==>91* (%!$( ,048=BIPZemqqke]UMD8)|ogbdho |  *60CBPSW`WhSmLq@r0q"omlf]SG 7(  { { yu~ "-;FJIFEGCA=<>CG PW!Z2YDTPOWH[=Y0R"F6) !   !(0:ACB@93-)% 0>P f | }n^PE<4, !* 29<?A@7+   #-6<CII(E1@432%/0 23/*('%#!!  ", 3 : = <5.(#$(*((+-*%    ,:L[fptv q eVH:$ %4DTcnv|{vn f `1XBIK;R.V\^[ULB91+'!  "*/12,$  "+-(#!&'! #%,:0O5b<o>w:|972* ~wm]N=*-:DJMLG?6/& &/6:71)$$)/12'6.?3I;P@V@X?S@M?F==801$(   #+ 1 8A GHJLNLIF@ 6 . * )*($  $.49:730+(#     $ .6<E P Y ac`YRNH;) !%+4>IPSRRPKD9(    $5EPUXTOE8)" 0=GR\issme]QC6$  ,4;=7*y tstw%9FQ]iprrmi'l<oSrjr}uvurng_{TdHJ86%({soov%.12.+&  &0 7AMTXXSN&F/@7>?BHIUQ`VhUjKj9c'YN D8-! +9ADC?95-% ")14676679=AGMOPONKHE@8/()#//...././2 9>@@BDA;5(  #,3;AC#>%4"' $.;FORQLB:1' %:JWacaaba^[TH:1,% "%(,.38;:6+!',/,% "+28;<<91",D\r  "{$s)g3S@>G0J'JIIA4$(18:9*7=3J1R1[6\9V:P9L;H>A:8301(2!48:&60):? >94+# "" -8(B8KDMMMUL^IbBc7g.h$hb[SMC6 )      "$'.21.*#-:CLT^eggfaYPIGC:3*  }$1BS_f mo,kB_UPeBs6~( xm^L<,  "+4<AA<3)&9K Zh*q8wF|T~d}pyzu}o~jea]{YxOrBo3m'n!lhaZQB3' yplhjs}(=JT_ip x{qf']+T*M%L#KMN QTTPG>5-%$1>IPPQO!I$D%B >97777773) %3<DHJHHC81,$  &,168510110244%231=2E2N3W3[1Z-_$cebba_XQJA4& $&)& #4 DLQUTPNKHD?:644773/+%  $=Um"'))%{l\ L@81' }| #+./+$ ' 3>JUa"k(p0u8y?}B}D|H|I{JxLtOqNoJjE`@U:I1:#& %.!?)P/]5d?jHoOtSzY}]{_s\kWdRYJJ@53!"    &,044."  ##'0<FORTY]^_^W'N9EI:T-Y"]_\TMG;.!    !!$$*%.$0"//124 78761*"  &,17?CFGGA9.$  '3&</A7A@AIEQKZTd\n`vbb_YP{Hr:b(SA2$$#   ug\TMHHLV_gnz +:"I0Z<mBHLQUY_b`[UPzJoCe;\3Q+G"=61./030) {sja^[^j~.IZejllj cWI<2(     ".(82?;F?P@Z@a@b:^0Y#RG :/$   %(),048?HPTTRQR RS%R4N@LKKTCZ:^2a,d(f(f'b$\VOG ;. (;!K"Zcl qsrhYE3# %"6*H1Y7g>sC{HKNNK~Gt@h0\QG:(    !/;FMSX!]0c>jJsSw\wcqhhk\mNo>q,rm ga[SJA7-" ,DWfs}eL5 -<HPSUZ[WNC9.%  );LW_a`]ZWWUSPMIB8, #*159<:3(     #$ )-/%+,$3:?CD?80&  * :'J/W5_:eAeFaMXNLL=K+B5$3 BO$[.b8fAgHgHbEZAL;?420&0-)(+.13:DKQTXZYXSM E="5.-9%CIORRPNKG@8-#| vtuwz  ".9AHPU&T*S-T0U5R:M=G@AB;B5@/?*D%JQX _cc`\WMB5"!$%$!     "%"*-.8.?.E2J6M8Q5V3Y/X*Q$I@83 .($!!"$&)+.18>CE HKGA:3) yspqv~&4=CGLNPNKFB<;<==;83 ,'!*6AJQZbg#i(i,g3a7Y:O;D66,'  ".9@CCA!<*33&;= <82)   * :$K)[0i1u236;{AsDlC`?R;B60.!&!  !(,/.+# !")$5$@%J'Q+T.X1\4b7e6g1h+f)b&\#UNF<2)    $&%  "+5<BH MRUWWVS P JC=7-! #/9@HKI D<0&  (4 ? GGD<4,%  $+.//2540'  "-6@ IQV%W,V1T4O8H9@:79.8"8:<:70*"    %*-.-'# ) / 244!2-0:/@/?09/0,&'%$! %6DLQU]ch i he_U$I(9*+-1 6;;942258::;=?>;7200 //%-.,7,>.B2A3?19.3)*%  {vux|".9CFIIIHHGA6*"'0:EOTVTPLJHHGGGHLRUX!Z%\&^(]+Z-U.L/B/7.+- ., *% ~ups{   #$$   $+ 1#5(9+;-:+;)>#ABCC A<4)"%'&%%$#"!  "( ,.0/0#1&1&.'+&''!*,. ./12541. (!  )>P_nz {#r+f6ZAJH<J-HE?94-%  &,-+!$$%())&  &4?HOU UQK(F1A8==8@2B)B"CC@ >:5/)" " &*)'$+,,) $  %08?A>:40145654/'       $')+- 156678974-(#!  "%(+/33/)"#+3!7)91798@7E7G7G8G9J7K4M/Q'TW XXVRKC;/!~(;M]mz~si[K:*  (09BHIF@80(" $)"-0/93@6D:EABI:R1]$elooke[QE6%ysrr stvy!}  $),--..-./ 258(;/?2A3C0E+J"KJG DBA?=<7 3/*&##% '(%        &/ 364#4+22/6,9)7'3$,###%% "  !*28:94-% ,6:>@ B DFILMLIGC=3 %!!  ",5:@DF KMNN L F >2% "$%$  2DS`muxvph[M? 1$&4> E HKOO NLHD@??=:88751, '"   "$%&&#  "- 8BKT\flruxw snf\SKD< 5/)" !%(%   '0466640+%   )4@JQX\]Z ULD;0%'6FRY[[ ZVP'H3=>1I$RX ]`_\TMC9.%  "+3;@ DFGGEC@90%#)-/012335'738<6D4L/T'[a dfhklkhe`YSK@0'.25666777754110-+&   %(*../010,))*,29BKXcowyyt l ` U J@6,%  wtsw}#),..-*' ""&*1";%@(B+B,F.J/K2E1>354,4#7: >@?:3-%  (:IYht}",{9oCbKRS=W%VRI=- $1;CE EGG H&D.<5/:!;9 61*! +5<D MS(W3Z=YCSEOCM@I>>;27%2*    "%(%  !$%&# %069<BLURKLNKEB ?(4/.4)7:<? @@AACB?:4,% !&,5?HQZdjn pqolhaVH 7$zm_UNMOSV\dq ~%'++#% 5DOUWXWSLC:1)$"#*0 26(:1>8C>HDMGPIMEE;=09&9: 5+xtvz $' *% +4=DE?4( $(94I?UJbQnUwV|V~VzXqXhT[LK?93)) ->M Y`_(`.`-Z)R%J@2 %  '8GTZ#a(g*m-n.k.j-j+f+]$RG> 4' !*19AEEFEA;5,! !(1;<:?CC@>:70&   $053/)"  $*-/&118<CFMLSPXVZXYXWRQJM?J4C+5"    $3CP[be"i'l,m0p5r4p-o%mjge`UH>0! './12/%* B[#p-39==<:4, |tj]L:()39 7 3 0.+%   *7AJPW^cf h kll#e)Z+O-G0@2920/(,"++++* ( ( *+($   %+010244-'+(%%&(,4@HP\h r|zrdVH9&  (.4;?@DJQY`is}|#x,s1l1c*Z!PC 0'1774220.) '3:AGPX^dijnrssvwwqke] RF;0%      " .'60>:ICTHYJ`Gf@f4_(VJ=/ #   #()&! "/:CB=740+# #)+& )4<?=:879930*"+;IU`ipqponni`R@* #.9CIKH!B2;D6V3c-l)q&s!qhWE7%      %=Rap{$.8BGHyInLfQ^XUYI]=\0U$H; 2( !7JZglo oll,l5f<aAYEOFCH6M*QWYZX WUSSVUNGB>;<;6.)$  yvvyyxx{   $6F Q Z befgjptwxupd[TOE:1&! ! ! $ & &&#   |topu| '8IWcmpm g`XN&E*<+2*'))' %%%)'-)/%-)  &4<?AEGLQRQNKGB:0$ +%<'M%_#o"z ynd]VLA7/& )7DSdoyxpf\N?0"  !',+-27;=?><73.&'19>BFLNNNO P LH F GE>71+#    !'+-.#1,:9DBKFLJJOGTBV=V8U3S.N'H@4' #! "* 3 > FOUWSNLHB90)!%063, %"  #!,)2-90=4;:9>9C:F5H/D->,6-//(, &"         %)/299ADGMHVG]Cc@`>Y;R:L9E5;//(#   #' (& #*4@HIFDC A<61!+'(-(-+,/-2,4(8=A= 9 8 8 5330)" xuvy~ !'*,/2 44/"(*#. ...- *!))$%*/36:?CEHJHEE D@8!0')( &$ '+--,("/?J OME8*"*167:=??ABA<72+# #*./0/..,* '&#* - ,,)#  #'% -BSbnz|xpdZPC4% "#2$A$K%U)\0_5\9T8I6;-,#   ~zvuy%2:>=:4/(#  !""! #)/$6,<3B;H@PBTAW?U<Q6I2A1:.5&1 .("   $)-0!1)21391A-I*Q'W$XWUSRO IC9. !$"  !+24567773,!   $(-29?ELQVWWQ H@8/" !*17;?CFGFB>< 5!*"% ('%#&(''+2346;@FJMNJ D:2"-&*)&**(&%#  %2=GPX^ab!_%]&Y"SJ@2#  %*-)#  %+/0&0-14280:+;&9"620.)#  $'+.0242,%     $)*,./123420.+ '!  #(('%  ",1 355"4'/,)1!57:= =:4.&        !"###"##"   $'+++"'#!$'())*+*')++*&$! "$(*-06=BHKI HF D(>-41)330,&!   %. 49=#B+E3F8E:G:G8G3D+C#CDDB@ > <;93+       ! & )+, + + +*'#     "$ "   !&)('#   ")169: ;<;61,%  $'(''((& #"%(()*+.///.//2677651-'#  )3<FOTWWTNF>6.'"    #*.121/,"*)*/)5(=(E(I(K(J(I&C%9#- #      #'('#   &/8@FKLHC=4+!   !&(( &$! "#$ % &),-.035451-'    !$'()+-/1345651+#%.6;> > <:89999<==:62*$ % *0354$2(.+(,!-,- -+($" !$%(*,///.- *&        $(+,*%   (04!6%7)7(6&4#,    &*./)! $+14650*#  #+27653/)"   %)+,/58;;82+" $,04564431.,)$     $*. 17864.$  ! (.13443/)%! #!*+22:6B7H9K9N9P9P:Q;N;G:<;09%61*!       '/4651-&! !$(/48983/*#!(,/0.-,++)&!  !&'(%!  '6FVbiorqpnhaYR JA 6 *   "$&&#  %'&$  &,279:9741,'! $0 <ELRW]abc`YQG<1'  $*06:<= ?BBA;3+"   $'&$ "     %,157641-' ! -8@HLNOLH@4(  $)-010,($ *2 :BJQVYZZYXSMD7*!$&''&%$"  !,4:<?ADEFDA<3*$-7<?<92*!   )17;>@@?<7/&    $*/ /$-'+))*((&&%!%&)+*)&#      #2?GLLHC<4*!!(,/234431#.%+%)%'%%)$0"7@HO TXZXRLB7*   ! !' - .-*$&-5;B G JJIC=3( &,0320+"     !)2<EKMNNLHD>5,# !),-*'"#*05540 +$#&&# "(/48:!;&:*7.00(2210.,*(&"    *4?HQVY[YVND8- # !$'+.01221/*%  ").2320+%   #-6>DHHE?:3*!   !#$$! $+3:AEHIJJGB<60,(&$$!     '19@FIIIHDA=7/%  !# '*+)('%$#!    !&+07<?BCA<7 0 (   !$&'()(#  #-7?EJMMJD= 5-%!%* /248;>?=;853.(!#""  "%) ++*'"%,4>GRY\]\YVQI=1" "" "! "&)**(&#!  5JX\]chf `ZQF;2(    "'!3<CGIMPROH;, '05:@HQTQPTU Q M3KDCU7e.s$| zm]K8%  '6AGLLKGA8*## #$ $,3:@BC@<5.%              '4BNXafiif\OC7*'1>C BDFB$<(6+0.#/.,)'! $<P`iopnf!^-U6L=?C0E#C?:4.& $2>A??>6 /,'6@ HORSSSRJ<)z wy#*0552-'" ,; KZjvwl_Q@-   +3:?B@= 6-$ !&-477421#0).+*(#!     %1?JQVZ^[VLB6)   !%'&%" .?RfvxcK1   &")$,%,%-%-$&##&)(%  $/9BIQWZ^__^ZW%Q(G+:++)%   %08@FKLID=5/%   % +0$0-.7+A)I(P)S,S0R2O1J0D1<232)20(   (069;960' -9EOW\^^XN C&9+//(2 69 :741-)$ #.6>IT]^WNF?6-" '04664/(!  "')'!  (07::7672'  !'-2567751*$    %,17:;:986553-'  $-320.+&"  "*17<=:3( +@Seu xhWB,  %*,-,*$ !"%#"" !"  1=IVcmqokhge^UJ<* "&*-.//.,("  !$%# #*./,&! !%(*+,,+ ' #  /;BEEB=94 . % ! (6BKSVUVT(P.L-E,;%1 ( !''$.6;@BB>7.$ ~wroqu| !"3(C,R0^6h;n>rDuNvUrWlVeSYNKE;=+83 +  &())&" !-9AC FIG?;95"0'()+,+("   #'/8>@@;0 (-243/*$,<GQWZUJ?5+ ! %)+.00/.,*&   "%)*+***(%  &2<IVbikig`XNF>4'  &,27=EJOTY^cd`YNA1       %.: G.O;SJTYTeOpGy=}5~,}"xo cUD1 %' *.5!8!51,'       ! & (($!   (2:@DHKKHC;/$  "+3;BFJKKIHGEDC>7.$* 8BHLOPLE:,  !""  $-5-99>EAQE]IcMePfOjMmIlDn;r1t$uv xyxtlaVG6% ,8 FT_glnmi b%W,J4<:-?E LOQUVTPMJC92,% %,1220+$  $.367 5. $,6 @JPUURLF>4)#$!  "%((#  $(+-/0/-(# $0;=98741/. -+)) +"+#(!% "    &,00//,%   +39<?A?<83.("!&/9CLOOPRROKB3"!$&')**(#'1:BGMQSTSOJB:/$ #&)+-/2431,*'"     $/7=ELSX]_``_]YSKB6( !$%!   %2=GMSZ^^ZUPH=2( !*18>@A?<60'    & * -/10,) '#%,49 : 8 5 1 ,(% #'),-,+'" -8>BDEEB?;1(" &.38:;=ABA?; 72-"(,"7BL TZ][VMA6, %+*168A?JBSF[GcFjCl@o;q2r'rplhc^XQG9&  $0<EHIKLLJIGE?91*#  %+/13588762+$ &-1341-)& # ,;H S[^]'Z/S5I:==.< <84/(! &0687651+'#   $9JXdnturmga[PC4$ %,28>EGIGB;1 &'-000-*$  "##&"'!(#'##" !!$%#  #', /35430 .)&!   $')+++++*( &!        %2@MW\``[RF;,      *0231-)'&$! '05:<<<=<<<:60 ) ! #&(*.00/*'"  ""  &,16 :!=!>><62.+(#     !(+*(% !"$&'&$""& ())('(+./,'!   !           $,5 = B E E C > 7/& "'+/10-'!      $)-%1*5/91<2>1=07+1&*"   !##!$& &&%!   $(*,+*)))+,/121 /+" +4;CHKKF@7, $) - 025663-&   "'*++(" %-47884-$ ! $&'&!$&"- 28=<<9 5/(     !%'%   $/8AHMOLG>5*   $09>?><7.!!!+:GR[bhjie[M>.  ' .4663.)"   ",48:860) $.59973,!$/<G QWXTMB7-#   &/ 442+# (3 >GMQ P N H A ;4.%    $ %%##&&$!  '/36640)$"*04541.&)0#9?BD@7.! *6>DEDB?8/% &3>H PUZ\__]WQKA 7 +       !"  %+03676530*$ *28;<;83-%     $)+,, --,,(#  !# %$!  !-7?CGIIJD<4+# # %%&%#     "*17;==<6.&   $')+,,,) '!  "!  !###"      !+5>FJLJE?7.$   &+.. - ) #   $''#&*#0!2320,' "    &/8 = C FHKLMMNLI D <3)   ' , 0258;>BEED @ ;2&  !)18?BEGIK LLJHD<4)#(**(# $(+,+*'$  "%()*+($$)-/ 00/,)% !& *-/120-& !* /47:;<;850( %,144 31.*$!#$#   ',29BJPSRMHA7+  !!      "%%""$" "!   &.47"9+969?8F8M6Q1R*U YZYWTMC9.   "),///+%$- 39=CFGFC?5,#  #&%#  ##!  %/8CLSX[[ZVOG>2#  #(-2664/+$ )5?I PUZZUQ M!H ?71*"     ! /8<A E EB<1' !#$%&''&!   # ()+3-<.F/O.T*P&L G?8.!   ")($!  &,5>B?<83+#  "'+./.,'"  ##  "+ 16>CGMMF?92+&&,26:;=>=;98850)#'.4<CHJIHIGGGFB=95 0*""( +/10.,*'#    '- 2 7;=;6/)"     &3?IQY[X#W%T&O"I?5-%  "!   $'*++*'%! &3>DIHEB>;72-* &$$#"#$   %+/233320,(#  !""!  %$'%-(.+-/-0*+%%#"      &,16:== = <94.)""*121-,+& !  &-5:>CF GF+B7>C7M1S*S$K =-    *8BFE=4-'  #.5 9<>>?<852.+(%! )2:><6)    !(,-+))&%"'07;?BE!F(F+D,@-:+3)*(#(%  &*,, )%#, 388:82* !'/431/.1!4$5'3'.&)"#  !$$%%$"     $-8'C-H2H3H4J4L3I2K0I,>$1%  $(+-.-+("%) ,(   .?IR#X'\+^.^,_)X%K :,      ""# #,$<'J)W)a'f"fc\UMB4& &-35552,%  #/:HV b"i!mldXKA7,     #$$#$%%$%&&&%#!&, 2 9>EHGD<3(    $,49?EKOQR P%M'G(?+6-+,(! "-5:====;:5-%  &.5<AEH IHHD=71+#      %-7#?-F5L;Q>S>S>S;P7M2G+?"5,"    ",6>E JMM H%C)=-60-1&0 01100 110-)#       !%(+..-,% '- 4 9;<;;;:851,&  "$"!        $+.)#    "$(&/'5';&B%I%J#J"F B@?; 5.)%   "*165100.*%$'* + ) % !          ( -2530)$    ( 5 @GO Q PKG@8/'   "*0 6 : ==;950)   #(,269:952-*#   $(- 16!;*=1A4B6A8@7=0;'6!1*"    #).5#=)E.J3N6O7N8H8A79512(0 -'     ! !$*047<ABCB<2 %     !&+/2320,&  $,39<==<:5.&          " !      $(+,",#-"+!* &"   & .38<A D DEGHG!D"@#9!3.)%    $)/479:95.("     !#$$$#!      !#$###"       "#$$$%&&&%%#      ",5=BEFF E ECA=84.)%"      $'*,*'%!      #'+-/010.)$                          ( / 5 9 =?AA@>;62-'!    "$'+.0/-)%%+./0/. * '$"&* + +)&#   $&&$"!!#$%%$$  ! ! ""#"!     % . 6 =CILMLKHD?7/'    !$&&% $ #!       " % ()'%!        " # %%&%"                   "(-!0!2"4"5!5 43220-* '$   !"%&%#          %+ 1 6 9 :9840.*&#       "$%&()+-.-,+(#     " ',..,*($#!  "$%$    !' +.25788852/,) % #           !"!             "%'$)*(.(0&0$0 /,(% "    !%(*,,,)' "      "%&%#  !$(,0578 863/"*$$$$"  )3<CKRVXWUOF<1%  $ +"3"9#?#C!F!G KNNKFA:3*                        !#$$ $"     !!     $%&%!   '2:@DEDB>7.$            " %&()+,,*($   # #!  % * -.0. - + ( $  #(-1342-&"  $'(**+** (((%"   "$#!  #,269::76431/.+)$          %0;ELPRR P MHC?:5 .'! #%"'%'''*(,).,0-3.70<0>1?0<-7)0!(    !$')-"1%2&2(/(+('$#!!      !*.#1)1+0-.++($&!                  "0=GMOMIB:.$   "*3;BGIJJHC= 83-("     '4AHORSQOJD? <;5.%      (-267 7 3 - ( !    "$ # !   #'+-10/+$    "#""  !+5>FLNMH@7-             ##!       ""#"      !!!  "$ %%%!  $%$"!    $')(((*++++'# !*17<<<<;:951)       ) 1 : AEFFC@:5/(               ! " " !    "+3:<;963-%  % )*%  &)* *%*)&-/-* &"  #'' & % # % $ #  !! !(*-. .+'!#*059 96.$ !!!"#$#"  !"""!   #'*++)(&$          !#%')( ($'%$& %"        "$&)*!)#'##!    ! ,4;AFJ K L HDB?:4.&   $)+-.0/+&     %*, .-(! $'()*(&" &-39==>>:3-&      "$'*++)#       $),- ./ 0%1(5*9,<-=->*?(>#;5. $  ! # /9@GMQ"R#P"L"E ;0$  )1452-'   "$ &%(#6AHJ IFA=50*&#!   ,8AGKKHB:1' (/6<>> ;71*! #&)+.//-)&! )3:=?@@=940)" #%$"   %')))' &"  #'+ + * & "     $, 1 4652 -*'#  #, 1 452/ *# ! (.2%2*1.,/(0#1221 /-+($  #(+ .//-!*"'%"%&$! "(.25542.'   #&''('&$##%(+.0/-*%'("-01 321/,'#    $(, . 246654 10-)#    #'*--,*&!     #%'%$ '.4:@C"F#G"FFCB =83,%  '-37::72,#    "%&'(%"!$&*.24443/,'! (.2343/+%  !'.379961*"    !'+/ 11/.-*%                !"!     !#!   !  #&((()(('$          '/8@GMQQPLIA9,    "#"     "#"!         $&''#$&!')*(%    !!!       # ' + .144431.+'!   #&'((%#     &,27:::851*"    &*,-+'!  $,26:<= = >><72,%                           #$%$!! ####"     "'-0367740*#                       #%% $ "             !! "%(+ ++(#    )27<=><71*"        !## "    #& ((&$"        #&('%! %)+*)' #   $(+.//-)#     #&()**'#   %,36::61*%      !    &*,-.-,)(&#     '-49<== 93,"      $.7>BCA=6-$     #(.1342/*$   !""!  $(+-,)&"   !!!           #')' % "  $ ,5:>@@>:5-%     &.58::74/)#     "#%&&$   #*/2453/+$  "##"  "%' '&#' .6< @CDCA=72-(#   #&'*-//,( % !' )(&#      ").1245641,' "     $')+-01 1///,'" %&' ''#     #(*-/0.-,+(#    "#"    $' + . 047740+'!      !$&&&$#             ! % ' ' ( '$!    $&'() )'&$!  !+4: ;9873.("     $)-0 453/,+)&#                           $ *,..,"(&")+- -*%   !"""!(!.!48;95- $    !%).3430,) $     &-4 8 :;84/(   " $%#     #).244/*% "'*++)' % !     $&&&%"  !" "#"  !    &+./ 00/,)% !       "%%% % % & & & % #       " %#%%$(#*",.0/ ,&!   "#%&$#!          !$&(*,--,*'#  &,38::62. * ' $"  !#$""   )18>AEGGGGGEB?;4,$   $(+..",")!('%!                   !%()('%!     !#%&&&&% #!               $ */2689840*!    $),/ 0 / -)$             "#$$&%$"              %*1 6 ; >@A@>9 3 , %    "$%#! %-6<?AAA>:4.("       "%'((( (%!    !""            !(.158 : 9 9 9640,#      ")/468974.' %*/14430*$      ! $ % % # "                      %).02320-*&"      #$$#          !$'(*)(&$          " &)*+*(&$ !                                              #%&&$!            %(*+*'"        #%'('%"            %(*+*)&"    !&,/0110-+( %!     # $$#!   ' . 48;< 9 7 2 , %        #&)++"*$($%#!#!         !  " %&%#                   # ' * *)'$    # $#   $+057651, &    "##!    ""!                !"##!    $(+ - -,)&#    ! '+02442/)#                   !$'*,.-+'"         $()+* *(&$"!%')('$!! &(*#))(.$02321/+&   "%' )')-'1#332/ *$ #$$"  !!!!!" "! !#%') )'%!                '.59<= =;72+$    ! $&'%""+29>@BD$D+D2B7?<:?4A,A$>:3 *  !#$"   ! "!                         "%' )-/0"-&*('*$*#(!'%#   !&*.1211/*$     "!!#%&%$!           !$%&&%"   !'* -/0/,(%!     $)+,*(%"           #,59=AEFDC?90 ) "  !%%%& ( *-/123431.*&!      "%&&&$!    !%'*, / 23320-)# !"##"                                 !""""                "%'''&%%"            !"!   "&*.0221/-*'%     $)/46531 . -+)% !     #%'))+* ) & "                  "&)*) ( ('%"  !%)+-,*'$       "#!        "$%%!##!%%%$# "                          &-268852+#                                 & ,04 6 6 52.*&!                        !$(*+)%                       "$$$#"  !$&'(((& % "                     $(+,,*&!      !$$$"            !$')*+,,+ ) %!                 !$&&%#    !#""     $')***'%"                !% ' )(%                                                           !$&%#!        !!                                                           !',0233 0,'"                                   %(+,-,+($        '.357630 , & !                     $(,-.,*'$         ! $ ''%$"!        !!                            ""##!                                 !"$ & ' & &$                                !""                         !#$#$"   !$%#!    %)-.-,)&$     "$%&%"    "'*,,)&#!          "#%%%'(&"  !""!                  !       #&(*+,,* ' #    !"#"                                                                        !$&%$#!           !""!                                   !""                                                      $'))'$"              #&( ' % #                    "!                        #%%& $"                                    #')+*)'"                                           #'+,- ,#+#'##!                                  !!!!        !#%&$ "   "&)$+(,++,*,'*#( #                    "&* ,"-".!. ,)%       "%()))%!                                                        #$#!                                                                        !                                                   "$%% % #!                                      !# $ &&&$"                                                                                         !              ##$#"                                                "%&$# !      #$$$"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    !%&&&#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    workrave-1_10_10/frontend/common/share/sounds/subtle/soundtheme000066400000000000000000000007501263301626300250000ustar00rootroot00000000000000[general] description=Subtle author=Ruairi Fullam [rest_break_started] file=rest-break-started.wav [rest_break_ended] file=rest-break-ended.wav [micro_break_started] file=micro-break-started.wav [micro_break_ended] file=micro-break-ended.wav [break_ignored] file=break-ignored.wav [break_prelude] file=break-prelude.wav [daily_limit] file=daily-limit.wav [exercise_ended] file=exercise-ended.wav [exercise_step] file=exercise-step.wav [exercises_ended] file=exercises-ended.wav workrave-1_10_10/frontend/common/src/000077500000000000000000000000001263301626300175545ustar00rootroot00000000000000workrave-1_10_10/frontend/common/src/GstSoundPlayer.cc000066400000000000000000000116061263301626300230120ustar00rootroot00000000000000// GstSoundPlayer.cc --- Sound player // // Copyright (C) 2002 - 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_GSTREAMER #include "debug.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "GstSoundPlayer.hh" #include "SoundPlayer.hh" #include "Sound.hh" #include "Util.hh" #include using namespace std; using namespace workrave; GstSoundPlayer::GstSoundPlayer() : gst_ok(false) { GError *error = NULL; gst_ok = gst_init_check(NULL, NULL, &error); gst_registry_fork_set_enabled(FALSE); if (!gst_ok) { if (error) { g_error_free(error); error = NULL; } } } GstSoundPlayer::~GstSoundPlayer() { TRACE_ENTER("GstSoundPlayer::~GstSoundPlayer"); if (gst_ok) { gst_deinit(); } TRACE_EXIT(); } void GstSoundPlayer::init(ISoundDriverEvents *events) { this->events = events; } bool GstSoundPlayer::capability(SoundCapability cap) { if (cap == SOUND_CAP_EDIT) { return true; } if (cap == SOUND_CAP_VOLUME) { return true; } if (cap == SOUND_CAP_EOS_EVENT) { return true; } return false; } void GstSoundPlayer::play_sound(SoundEvent snd) { (void) snd; TRACE_ENTER_MSG("GstSoundPlayer::play_sound", snd); TRACE_EXIT(); } void GstSoundPlayer::play_sound(std::string wavfile) { TRACE_ENTER_MSG("GstSoundPlayer::play_sound", wavfile); GstElement *play = NULL; GstElement *sink = NULL; GstBus *bus = NULL; string method = "automatic"; if (method == "automatic") { if (Util::running_gnome()) { sink = gst_element_factory_make("gconfaudiosink", "sink"); } if (!sink) { sink = gst_element_factory_make("autoaudiosink", "sink"); } } else if (method == "esd") { sink = gst_element_factory_make("esdsink", "sink"); } else if (method == "alsa") { sink = gst_element_factory_make("alsasink", "sink"); } if (sink != NULL) { play = gst_element_factory_make("playbin", "play"); } if (play != NULL) { WatchData *watch_data = new WatchData; watch_data->player = this; watch_data->play = play; bus = gst_pipeline_get_bus(GST_PIPELINE(play)); gst_bus_add_watch(bus, bus_watch, watch_data); char *uri = g_strdup_printf("file://%s", wavfile.c_str()); int volume = 100; CoreFactory::get_configurator()->get_value(SoundPlayer::CFG_KEY_SOUND_VOLUME, volume); TRACE_MSG((float)volume); gst_element_set_state(play, GST_STATE_NULL); g_object_set(G_OBJECT(play), "uri", uri, "volume", (float)(volume / 100.0), "audio-sink", sink, NULL); gst_element_set_state(play, GST_STATE_PLAYING); gst_object_unref(bus); g_free(uri); } TRACE_EXIT(); } gboolean GstSoundPlayer::bus_watch(GstBus *bus, GstMessage *msg, gpointer data) { WatchData *watch_data = (WatchData *) data; GstElement *play = watch_data->play; GError *err = NULL; gboolean ret = TRUE; (void) bus; switch (GST_MESSAGE_TYPE (msg)) { case GST_MESSAGE_ERROR: gst_message_parse_error(msg, &err, NULL); g_error_free(err); /* FALLTHROUGH */ case GST_MESSAGE_EOS: gst_element_set_state(play, GST_STATE_NULL); gst_object_unref(GST_OBJECT(play)); ret = FALSE; if (watch_data->player->events != NULL) { watch_data->player->events->eos_event(); } break; case GST_MESSAGE_WARNING: gst_message_parse_warning(msg, &err, NULL); g_error_free(err); break; default: break; } if (!ret) { delete watch_data; } return ret; } bool GstSoundPlayer::get_sound_enabled(SoundEvent snd, bool &enabled) { (void) snd; (void) enabled; return false; } void GstSoundPlayer::set_sound_enabled(SoundEvent snd, bool enabled) { (void) snd; (void) enabled; } bool GstSoundPlayer::get_sound_wav_file(SoundEvent snd, std::string &wav_file) { (void) snd; (void) wav_file; return false; } void GstSoundPlayer::set_sound_wav_file(SoundEvent snd, const std::string &wav_file) { (void) snd; (void) wav_file; } #endif workrave-1_10_10/frontend/common/src/GstSoundPlayer.hh000066400000000000000000000032131263301626300230170ustar00rootroot00000000000000// GstSoundPlayer.hh // // Copyright (C) 2008, 2009, 2010, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GSTSOUNDPLAYER_HH #define GSTSOUNDPLAYER_HH #include #ifdef HAVE_GSTREAMER #include class GstSoundPlayer : public ISoundDriver { public: GstSoundPlayer(); virtual ~GstSoundPlayer(); void init(ISoundDriverEvents *events); bool capability(SoundCapability cap); void play_sound(SoundEvent snd); void play_sound(std::string wavfile); bool get_sound_enabled(SoundEvent snd, bool &enabled); void set_sound_enabled(SoundEvent snd, bool enabled); bool get_sound_wav_file(SoundEvent snd, std::string &wav_file); void set_sound_wav_file(SoundEvent snd, const std::string &wav_file); static gboolean bus_watch(GstBus *bus, GstMessage *msg, gpointer data); private: //! GStreamer init OK. gboolean gst_ok; //! ISoundDriverEvents *events; struct WatchData { GstSoundPlayer *player; GstElement *play; }; }; #endif #endif // GSTSOUNDPLAYER_HH workrave-1_10_10/frontend/common/src/Makefile.am000066400000000000000000000031511263301626300216100ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2007, 2008, 2010, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in noinst_LTLIBRARIES = libworkrave-frontend-common.la SUBDIRS = win32 x11 osx libworkrave_frontend_common_la_SOURCES = \ Text.cc \ SoundPlayer.cc \ GstSoundPlayer.cc \ PulseMixer.cc \ System.cc \ TimerBoxControl.cc ldadd_platform= if PLATFORM_OS_WIN32 ldadd_platform += win32/libworkrave-frontend-common-win32.la endif if PLATFORM_OS_OSX ldadd_platform += osx/libworkrave-frontend-common-osx.la endif if PLATFORM_OS_UNIX ldadd_platform += x11/libworkrave-frontend-common-x11.la libworkrave_frontend_common_la_SOURCES += \ ScreenLockCommandline.cc if HAVE_DBUS_GIO libworkrave_frontend_common_la_SOURCES += \ ScreenLockDBus.cc \ SystemStateChangeConsolekit.cc \ SystemStateChangeUPower.cc \ SystemStateChangeLogind.cc endif endif libworkrave_frontend_common_la_LIBADD=${ldadd_platform} EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) libworkrave_frontend_common_la_CXXFLAGS = \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 @X_CFLAGS@ \ -W -I$(top_srcdir)/frontend/common/src/ \ -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/frontend/common/src/win32 \ -I$(top_srcdir)/frontend/common/src/osx \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @PULSE_CFLAGS@ \ @GTK_CFLAGS@ @GLIB_CFLAGS@ @GSTREAMER_CFLAGS@ \ -I$(top_srcdir)/common/win32/harpoon/include workrave-1_10_10/frontend/common/src/PulseMixer.cc000066400000000000000000000171031263301626300221620ustar00rootroot00000000000000// PulseMixer.cc --- PulseAudio mixer // // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_PULSE #include "debug.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "PulseMixer.hh" #include "Util.hh" #include using namespace std; using namespace workrave; PulseMixer::PulseMixer() : pa_mainloop(NULL), pa_api(NULL), context(NULL), default_sink_info(NULL) { } PulseMixer::~PulseMixer() { TRACE_ENTER("PulseMixer::~PulseMixer"); pa_context_unref(context); pa_glib_mainloop_free(pa_mainloop); TRACE_EXIT(); } bool PulseMixer::set_mute(bool on) { TRACE_ENTER_MSG("PulseMixer::set_mute", on); bool was_muted = false; if (default_sink_info != NULL) { was_muted = default_sink_info->mute; TRACE_MSG("Was muted " << was_muted); if (was_muted != on) { pa_operation* o; if (!(o = pa_context_set_sink_mute_by_index(context, default_sink_info->index, on, NULL, NULL))) { TRACE_MSG("pa_context_set_sink_mute_by_index failed"); } else { pa_operation_unref(o); } } } TRACE_EXIT(); return was_muted; } void PulseMixer::init() { TRACE_ENTER("PulseMixer::init"); pa_mainloop = pa_glib_mainloop_new(g_main_context_default()); g_assert(pa_mainloop); pa_api = pa_glib_mainloop_get_api(pa_mainloop); g_assert(pa_api); pa_proplist *pa_proplist = pa_proplist_new (); pa_proplist_sets(pa_proplist, PA_PROP_APPLICATION_NAME, "Workrave"); pa_proplist_sets(pa_proplist, PA_PROP_APPLICATION_ID, "org.workrave.Workrave"); pa_proplist_sets(pa_proplist, PA_PROP_APPLICATION_ICON_NAME, "workrave"); pa_proplist_sets(pa_proplist, PA_PROP_APPLICATION_VERSION, PACKAGE_VERSION); context = pa_context_new_with_proplist(pa_api, NULL, pa_proplist); g_assert(context); pa_proplist_free (pa_proplist); pa_context_set_state_callback(context, context_state_cb, this); pa_context_connect(context, NULL, (pa_context_flags_t) 0, NULL); TRACE_EXIT() } void PulseMixer::subscribe_cb(pa_context *c, pa_subscription_event_type_t t, uint32_t index, void *user_data) { TRACE_ENTER("PulseMixer::subscribe_cb"); PulseMixer* pulse = (PulseMixer*)user_data; switch (t & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) { case PA_SUBSCRIPTION_EVENT_SINK: if ((t & PA_SUBSCRIPTION_EVENT_TYPE_MASK) == PA_SUBSCRIPTION_EVENT_REMOVE) { pulse->remove_sink(index); } else { pa_operation *o; if (!(o = pa_context_get_sink_info_by_index(c, index, sink_cb, pulse))) { TRACE_MSG("pa_context_get_sink_info_by_index failed"); return; } pa_operation_unref(o); } break; case PA_SUBSCRIPTION_EVENT_SERVER: { pa_operation *o; if (!(o = pa_context_get_server_info(c, server_info_cb, pulse))) { TRACE_MSG("pa_context_get_server_info failed"); return; } pa_operation_unref(o); } } TRACE_EXIT(); } void PulseMixer::context_state_cb(pa_context *c, void *user_data) { TRACE_ENTER("PulseMixer::context_state_cb"); PulseMixer* pulse = (PulseMixer*)user_data; switch (pa_context_get_state(c)) { case PA_CONTEXT_CONNECTING: case PA_CONTEXT_AUTHORIZING: case PA_CONTEXT_SETTING_NAME: break; case PA_CONTEXT_READY: { pa_operation *o; pa_context_set_subscribe_callback(c, subscribe_cb, pulse); if (!(o = pa_context_subscribe(c, (pa_subscription_mask_t) (PA_SUBSCRIPTION_MASK_SINK| PA_SUBSCRIPTION_MASK_SOURCE| PA_SUBSCRIPTION_MASK_SINK_INPUT| PA_SUBSCRIPTION_MASK_SOURCE_OUTPUT| PA_SUBSCRIPTION_MASK_CLIENT| PA_SUBSCRIPTION_MASK_SERVER), NULL, NULL))) { TRACE_MSG("pa_context_subscribe failed"); return; } pa_operation_unref(o); if (!(o = pa_context_get_server_info(c, server_info_cb, pulse))) { TRACE_MSG("pa_context_get_server_info failed"); return; } pa_operation_unref(o); if (!(o = pa_context_get_sink_info_list(c, sink_cb, pulse))) { TRACE_MSG("pa_context_get_sink_info_list failed"); return; } pa_operation_unref(o); break; } case PA_CONTEXT_TERMINATED: break; case PA_CONTEXT_FAILED: default: TRACE_MSG("Connection failure:" << pa_strerror(pa_context_errno(c))); } TRACE_EXIT(); } void PulseMixer::server_info_cb(pa_context *, const pa_server_info *i, void *user_data) { TRACE_ENTER("PulseMixer::server_info_cb"); PulseMixer *pulse = (PulseMixer*)user_data; pulse->set_default_sink_name(i->default_sink_name ? i->default_sink_name : ""); TRACE_EXIT(); } void PulseMixer::sink_cb(pa_context *, const pa_sink_info *i, int eol, void *user_data) { TRACE_ENTER("PulseMixer::sink_cb"); PulseMixer *pulse = (PulseMixer*)user_data; if (eol == 0) { pulse->update_sink(*i); } TRACE_EXIT(); } void PulseMixer::set_default_sink_name(const char *name) { TRACE_ENTER_MSG("PulseMixer::set_default_sink_name", name); default_sink_name = name; for (std::map::iterator i = sinks.begin(); i != sinks.end(); ++i) { SinkInfo *sink_info = i->second; if (sink_info != NULL && sink_info->name == default_sink_name) { TRACE_MSG("New default sink"); default_sink_info = sink_info; } } TRACE_EXIT(); } void PulseMixer::remove_sink(uint32_t index) { TRACE_ENTER_MSG("PulseMixer::remove_sink", index); if (sinks.count(index)) { if (sinks[index] == default_sink_info) { TRACE_MSG("Lost default sink"); default_sink_info = NULL; } delete sinks[index]; sinks.erase(index); } TRACE_EXIT(); } void PulseMixer::update_sink(const pa_sink_info &info) { TRACE_ENTER("PulseMixer::update_sink"); SinkInfo *sink_info = NULL; if (sinks.count(info.index)) { sink_info = sinks[info.index]; } else { sink_info = new SinkInfo(); sinks[info.index] = sink_info; } sink_info->index = info.index; sink_info->name = info.name; sink_info->description = info.description; sink_info->mute = info.mute; TRACE_MSG(info.name << " " << info.mute << " " << info.index); if (sink_info->name == default_sink_name) { default_sink_info = sink_info; } TRACE_EXIT(); } #endif workrave-1_10_10/frontend/common/src/PulseMixer.hh000066400000000000000000000035441263301626300222000ustar00rootroot00000000000000// PulseMixer.hh // // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PULSEMIXER_HH #define PULSEMIXER_HH #include #ifdef HAVE_PULSE #include #include #include #include class PulseMixer : public IMixer { public: PulseMixer(); virtual ~PulseMixer(); void init(); bool set_mute(bool on); private: static void context_state_cb(pa_context *c, void *user_data); static void subscribe_cb(pa_context *c, pa_subscription_event_type_t t, uint32_t index, void *user_data); static void server_info_cb(pa_context *c, const pa_server_info *i, void *user_data); static void sink_cb(pa_context *c, const pa_sink_info *i, int eol, void *user_data); void set_default_sink_name(const char *name); void update_sink(const pa_sink_info &info); void remove_sink(uint32_t index); struct SinkInfo { bool mute; std::string description; std::string name; uint32_t index; }; pa_glib_mainloop *pa_mainloop; pa_mainloop_api *pa_api; pa_context *context; std::map sinks; SinkInfo *default_sink_info; std::string default_sink_name; }; #endif #endif // PULSEMIXER_HH workrave-1_10_10/frontend/common/src/ScreenLockCommandline.cc000066400000000000000000000043441263301626300242670ustar00rootroot00000000000000// SystemLockCommandline.cc -- support for locking the system using command line // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // Uses some code and ideas from the KShutdown utility: file src/actions/lock.cpp // Copyright (C) 2009 Konrad Twardowski // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_GLIB #include #endif #include "ScreenLockCommandline.hh" #include "debug.hh" ScreenLockCommandline::ScreenLockCommandline(const char *program_name, const char *parameters, bool async): async(async) { TRACE_ENTER_MSG("ScreenLockCommandline::ScreenLockCommandline", program_name); char *program_path = g_find_program_in_path(program_name); if (program_path == NULL) { cmd = NULL; } else if (parameters != NULL) { cmd = g_strdup_printf("%s %s", program_path, parameters); g_free(program_path); } else { cmd = program_path; } TRACE_EXIT(); } bool ScreenLockCommandline::invoke(const gchar* command, bool async) { GError *error = NULL; if(!async) { // synchronised call gint exit_code; if (!g_spawn_command_line_sync(command, NULL, NULL, &exit_code, &error) ) { g_error_free(error); return false; } return WEXITSTATUS(exit_code) == 0; } else { // asynchronous call if (!g_spawn_command_line_async(command, &error) ) { g_error_free(error); return false; } return true; } } bool ScreenLockCommandline::lock() { TRACE_ENTER_MSG("ScreenLockCommandline::lock", cmd); return invoke(cmd, async); TRACE_EXIT(); } workrave-1_10_10/frontend/common/src/ScreenLockCommandline.hh000066400000000000000000000035231263301626300242770ustar00rootroot00000000000000// SystemLockCommandline.hh -- support for locking the system using command line // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // Uses some code and ideas from the KShutdown utility: file src/actions/lock.cpp // Copyright (C) 2009 Konrad Twardowski // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef SYSTEMLOCKCOMMANDLINE_HH #define SYSTEMLOCKCOMMANDLINE_HH #include "IScreenLockMethod.hh" #include "stdlib.h" //A method of locking the screen that //does that by executing a command class ScreenLockCommandline : public IScreenLockMethod { public: //the parameter 'parameters' may be NULL, in which case it is assumed that the //program does not take any parameters //async - whether to invoke the program syncronously (async = false, wait for the command //to complete) or asynchronously (async = true) ScreenLockCommandline(const char *program_name, const char *parameters, bool async = false); ~ScreenLockCommandline() { if (cmd != NULL) { free(cmd); cmd = NULL; } } virtual bool is_lock_supported() { return cmd != NULL; } virtual bool lock(); private: bool invoke(const gchar* command, bool async); char *cmd; const bool async; }; #endif workrave-1_10_10/frontend/common/src/ScreenLockDBus.cc000066400000000000000000000037461263301626300227030ustar00rootroot00000000000000// SystemLockDBus.cc -- support for locking the system using DBus // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "ScreenLockDBus.hh" ScreenLockDBus::ScreenLockDBus(GDBusConnection *connection, const char *dbus_name, const char *dbus_path, const char *dbus_interface, const char *dbus_lock_method, const char *dbus_method_to_check_existence): dbus_lock_method(dbus_lock_method) { TRACE_ENTER_MSG("ScreenLockDBus::ScreenLockDBus", dbus_name); //We do not allow autospawning services bool r = proxy.init_with_connection(connection, dbus_name, dbus_path, dbus_interface, static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS | G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START) ); if (r && dbus_method_to_check_existence != NULL) { r = proxy.call_method(dbus_method_to_check_existence, NULL, NULL); } if (!r) { proxy.clear(); } TRACE_EXIT(); } bool ScreenLockDBus::lock() { TRACE_ENTER_MSG("ScreenLockDBus::lock", dbus_lock_method); return proxy.call_method(dbus_lock_method, NULL, NULL); TRACE_EXIT(); } workrave-1_10_10/frontend/common/src/ScreenLockDBus.hh000066400000000000000000000033071263301626300227060ustar00rootroot00000000000000// SystemLockDBus.hh -- support for locking the system using DBus // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef SYSTEMLOCKDBUS_HH #define SYSTEMLOCKDBUS_HH #include "IScreenLockMethod.hh" #include "DBusProxy.hh" class ScreenLockDBus: public IScreenLockMethod { public: //dbus_lock_method - method to execute on the interface in order to lock the system //dbus_method_to_check_existence - method to execute in order to check if the interface // is implemented //all parameters are owned by the caller and should be destroyed after //destroyal of this object ScreenLockDBus(GDBusConnection *connection, const char *dbus_name, const char *dbus_path, const char *dbus_interface, const char *dbus_lock_method, const char *dbus_method_to_check_existence); virtual ~ScreenLockDBus() {}; virtual bool is_lock_supported() { return proxy.is_valid(); }; virtual bool lock(); private: const char *dbus_lock_method; DBusProxy proxy; }; #endif workrave-1_10_10/frontend/common/src/SoundPlayer.cc000066400000000000000000000473001263301626300223340ustar00rootroot00000000000000// SoundPlayer.cc --- Sound player // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "nls.h" #ifdef HAVE_REALPATH #include #include #endif #include #include #include "Thread.hh" #include "Sound.hh" #include "SoundPlayer.hh" #include "ISoundDriver.hh" #include "IMixer.hh" #include "IConfigurator.hh" #include "CoreFactory.hh" #include "Util.hh" #if defined HAVE_GSTREAMER #include "GstSoundPlayer.hh" #elif defined PLATFORM_OS_UNIX #include #elif defined PLATFORM_OS_WIN32 #include #include "W32SoundPlayer.hh" #include "W32DirectSoundPlayer.hh" #include "W32Mixer.hh" #elif defined PLATFORM_OS_OSX #include "OSXSoundPlayer.hh" #endif #if defined HAVE_PULSE #include "PulseMixer.hh" #endif #include const char *SoundPlayer::CFG_KEY_SOUND_ENABLED = "sound/enabled"; const char *SoundPlayer::CFG_KEY_SOUND_DEVICE = "sound/device"; const char *SoundPlayer::CFG_KEY_SOUND_VOLUME = "sound/volume"; const char *SoundPlayer::CFG_KEY_SOUND_MUTE = "sound/mute"; const char *SoundPlayer::CFG_KEY_SOUND_EVENTS = "sound/events/"; const char *SoundPlayer::CFG_KEY_SOUND_EVENTS_ENABLED = "_enabled"; using namespace workrave; using namespace std; SoundPlayer::SoundRegistry SoundPlayer::sound_registry[] = { { "WorkraveBreakPrelude", "break_prelude", "break-prelude.wav", _("Break prompt") }, { "WorkraveBreakIgnored", "break_ignored", "break-ignored.wav", _("Break ignored") }, { "WorkraveRestBreakStarted", "rest_break_started", "rest-break-started.wav", _("Rest break started") }, { "WorkraveRestBreakEnded", "rest_break_ended", "rest-break-ended.wav", _("Rest break ended") }, { "WorkraveMicroBreakStarted", "micro_break_started", "micro-break-started.wav", _("Micro-break started") }, { "WorkraveMicroBreakEnded", "micro_break_ended", "micro-break-ended.wav", _("Micro-break ended") }, { "WorkraveDailyLimit", "daily_limit", "daily-limit.wav", _("Daily limit") }, { "WorkraveExerciseEnded", "exercise_ended", "exercise-ended.wav", _("Exercise ended") }, { "WorkraveExercisesEnded", "exercises_ended", "exercises-ended.wav", _("Exercises ended") }, { "WorkraveExerciseStep", "exercise_step", "exercise-step.wav", _("Exercise change") }, }; /********************************************************************** * PC-Speaker **********************************************************************/ static short prelude_beeps[][2]= { { 250, 50}, { 300, 50}, { 0, 0 } }; static short micro_break_start_beeps[][2]= { { 320, 70 }, { 350, 70 }, { 0, 0 }, }; static short micro_break_end_beeps[][2]= { { 350, 70 }, { 320, 70 }, { 0, 0 }, }; static short rest_break_start_beeps[][2]= { { 160, 70 }, { 180, 70 }, { 200, 70 }, { 230, 70 }, { 260, 70 }, { 290, 70 }, { 320, 70 }, { 350, 70 }, { 0, 0 } }; static short rest_break_end_beeps[][2]= { { 350, 70 }, { 320, 70 }, { 290, 70 }, { 260, 70 }, { 230, 70 }, { 200, 70 }, { 180, 70 }, { 160, 70 }, { 0, 0 } }; static short break_ignore_beeps[][2]= { { 60, 250 }, { 50, 400 }, { 0, 0 } }; static short daily_limit_beeps[][2]= { { 80, 200 }, { 70, 200 }, { 60, 200 }, { 50, 400 }, { 0, 0 } }; static short exercise_ended_beeps[][2]= { { 320, 70 }, { 350, 70 }, { 0, 0 }, }; static short exercises_ended_beeps[][2]= { { 350, 70 }, { 320, 70 }, { 0, 0 }, }; static short exercises_step_beeps[][2]= { { 320, 70 }, { 0, 0 }, }; static short (*beep_map[])[2] = { prelude_beeps, break_ignore_beeps, rest_break_start_beeps, rest_break_end_beeps, micro_break_start_beeps, micro_break_end_beeps, daily_limit_beeps, exercise_ended_beeps, exercises_ended_beeps, exercises_step_beeps }; class SpeakerPlayer : public Thread { public: SpeakerPlayer(short (*beeps)[2]); void run(); private: short (*beeps)[2]; }; SpeakerPlayer::SpeakerPlayer(short (*b)[2]) : Thread(true) { beeps = b; } void SpeakerPlayer::run() { TRACE_ENTER("SpeakerPlayer::run"); #ifdef PLATFORM_OS_WIN32 // Windows 95 Beep() only beeps, it ignores frequency & duration parameters. // So, in the case of W95 do not relay on Sound::beep() OSVERSIONINFO osvi; osvi.dwOSVersionInfoSize = sizeof(osvi); if (! GetVersionEx(&osvi)) return; if (osvi.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS && osvi.dwMinorVersion == 0) { ::Beep(256, 256); return; } #endif short (*b)[2]; b = beeps; #ifdef PLATFORM_OS_UNIX Display *display = XOpenDisplay(gdk_get_display()); if (display) { #endif while (b[0][0]) { #ifdef PLATFORM_OS_UNIX Sound::beep(display, b[0][0], b[0][1]); #else Sound::beep(b[0][0], b[0][1]); #endif b++; } #ifdef PLATFORM_OS_UNIX XCloseDisplay(display); } #endif TRACE_EXIT(); } /********************************************************************** * SoundPlayer **********************************************************************/ SoundPlayer::SoundPlayer() { driver = #if defined HAVE_GSTREAMER new GstSoundPlayer() #elif defined PLATFORM_OS_WIN32 new W32DirectSoundPlayer() #elif defined PLATFORM_OS_OSX new OSXSoundPlayer() #else # warning Sound card support disabled. NULL #endif ; mixer = #if defined HAVE_PULSE new PulseMixer() #elif defined PLATFORM_OS_WIN32 new W32Mixer() #else NULL #endif ; must_unmute = false; delayed_mute = false; } SoundPlayer::~SoundPlayer() { delete driver; } void SoundPlayer::init() { if (driver != NULL) { driver->init(this); } if (mixer != NULL) { mixer->init(); } int volume = 0; if( !CoreFactory::get_configurator()->get_value(CFG_KEY_SOUND_VOLUME, volume) ) { // Volume value was not found, so set default volume @100. // This doesn't belong here if Workrave won't honor it on all platforms. CoreFactory::get_configurator()->set_value(CFG_KEY_SOUND_VOLUME, (int)100); } // first call will set enabled if no setting not found is_enabled(); // first call will set device to soundcard if no setting not found get_device(); register_sound_events(); } void SoundPlayer::register_sound_events(string theme) { TRACE_ENTER_MSG("SoundPlayer::register_sound_events", theme); if (theme == "") { theme = "default"; } sync_settings(); gchar *path = g_build_filename(theme.c_str(), "soundtheme", NULL); if (path != NULL) { string file = Util::complete_directory(path, Util::SEARCH_PATH_SOUNDS); TRACE_MSG(file); Theme theme; load_sound_theme(file, theme); activate_theme(theme, false); g_free(path); } TRACE_EXIT(); } void SoundPlayer::activate_theme(const Theme &theme, bool force) { int idx = 0; for (vector::const_iterator it = theme.files.begin(); it != theme.files.end() && idx < SOUND_MAX; it++) { const string &filename = *it; bool enabled = false; bool valid = CoreFactory::get_configurator()->get_value(string(CFG_KEY_SOUND_EVENTS) + sound_registry[idx].id + CFG_KEY_SOUND_EVENTS_ENABLED, enabled); if (!valid) { SoundPlayer::set_sound_enabled((SoundEvent)idx, true); } string current_filename; valid = CoreFactory::get_configurator()->get_value(string(CFG_KEY_SOUND_EVENTS) + sound_registry[idx].id, current_filename); if (valid && !g_file_test(current_filename.c_str(), G_FILE_TEST_IS_REGULAR)) { valid = false; } if (!valid || force) { set_sound_wav_file((SoundEvent)idx, filename); } idx++; } } void SoundPlayer::sync_settings() { if (driver != NULL) { for (unsigned int i = 0; i < sizeof(sound_registry)/sizeof(sound_registry[0]); i++) { SoundRegistry *snd = &sound_registry[i]; bool enabled = false; bool valid = driver->get_sound_enabled((SoundEvent)i, enabled); if (valid) { CoreFactory::get_configurator()->set_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + snd->id + SoundPlayer::CFG_KEY_SOUND_EVENTS_ENABLED, enabled); } else { driver->set_sound_enabled((SoundEvent)i, true); } string wav_file; valid = driver->get_sound_wav_file((SoundEvent)i, wav_file); if (valid) { CoreFactory::get_configurator()->set_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + snd->id, wav_file); } } } } void SoundPlayer::load_sound_theme(const string &themefilename, Theme &theme) { TRACE_ENTER_MSG("SoundPlayer::load_sound_theme", themefilename); gboolean r = TRUE; bool is_current = true; GKeyFile *config = g_key_file_new(); r = g_key_file_load_from_file(config, themefilename.c_str(), G_KEY_FILE_KEEP_COMMENTS, NULL); TRACE_MSG("load " << r); if (r) { gchar *themedir = g_path_get_dirname(themefilename.c_str()); TRACE_MSG(themedir); char *desc = g_key_file_get_string(config, "general", "description", NULL); if (desc != NULL) { theme.description = desc; g_free(desc); } int size = sizeof(sound_registry)/sizeof(sound_registry[0]); for (int i = 0; i < size; i++) { SoundRegistry *snd = &sound_registry[i]; char *sound_pathname = NULL; char *filename = g_key_file_get_string(config, snd->id, "file", NULL); if (filename != NULL) { gchar *pathname = g_build_filename(themedir, filename, NULL); if (pathname != NULL) { #ifdef HAVE_REALPATH sound_pathname = realpath(pathname, NULL); if (sound_pathname == NULL) { sound_pathname = g_strdup(pathname); } #else sound_pathname = g_strdup(pathname); #endif if (is_current) { string current = ""; CoreFactory::get_configurator()->get_value(string(CFG_KEY_SOUND_EVENTS) + snd->id, current); if (current != string(sound_pathname)) { is_current = false; } } g_free(pathname); } g_free(filename); } TRACE_MSG((sound_pathname != NULL ? sound_pathname : "No Sound")); theme.files.push_back((sound_pathname != NULL ? sound_pathname : "")); g_free(sound_pathname); } theme.active = is_current; g_free(themedir); } g_key_file_free(config); TRACE_MSG(is_current); TRACE_EXIT(); } void SoundPlayer::get_sound_themes(std::vector &themes) { TRACE_ENTER("SoundPlayer::get_sound_themes"); set searchpath = Util::get_search_path(Util::SEARCH_PATH_SOUNDS); bool has_active = false; sync_settings(); for (set::iterator it = searchpath.begin(); it != searchpath.end(); it++) { GDir *dir = g_dir_open(it->c_str(), 0, NULL); if (dir != NULL) { const char *file; while ((file = g_dir_read_name(dir)) != NULL) { gchar *test_path = g_build_filename(it->c_str(), file, NULL); if (test_path != NULL && g_file_test(test_path, G_FILE_TEST_IS_DIR)) { char *path = g_build_filename(it->c_str(), file, "soundtheme", NULL); if (path != NULL && g_file_test(path, G_FILE_TEST_IS_REGULAR)) { Theme theme; load_sound_theme(path, theme); themes.push_back(theme); if (theme.active) { has_active = true; } } g_free(path); } g_free(test_path); } g_dir_close(dir); } } if (!has_active) { Theme active_theme; active_theme.active = true; active_theme.description = _("Custom"); bool valid = true; for (unsigned int i = 0; valid && i < sizeof(sound_registry)/sizeof(sound_registry[0]); i++) { string file; SoundRegistry *snd = &sound_registry[i]; bool valid = CoreFactory::get_configurator()->get_value(string(CFG_KEY_SOUND_EVENTS) + snd->id, file); if (valid && file != "") { active_theme.files.push_back(file); } } if (valid) { themes.push_back(active_theme); } } TRACE_EXIT(); } void SoundPlayer::play_sound(SoundEvent snd, bool mute_after_playback) { TRACE_ENTER_MSG("SoundPlayer::play_sound ", snd << " " << mute_after_playback); if (is_enabled() && snd >= SOUND_MIN && snd < SOUND_MAX) { sync_settings(); bool enabled = false; bool valid = SoundPlayer::get_sound_enabled(snd, enabled); if (valid && enabled) { delayed_mute = false; if (mute_after_playback && mixer != NULL && driver != NULL && driver->capability(SOUND_CAP_EOS_EVENT)) { delayed_mute = true; } if (get_device() == DEVICE_SOUNDCARD && driver != NULL) { if (driver->capability(SOUND_CAP_EVENTS)) { driver->play_sound(snd); } else { string filename; bool valid = SoundPlayer::get_sound_wav_file(snd, filename); if (valid) { driver->play_sound(filename); } else { delayed_mute = false; } } } else { Thread *t = new SpeakerPlayer(beep_map[snd]); t->start(); } } } TRACE_EXIT(); } void SoundPlayer::play_sound(string wavfile) { TRACE_ENTER("SoundPlayer::play_sound"); if (is_enabled()) { if (get_device() == DEVICE_SOUNDCARD && driver != NULL) { driver->play_sound(wavfile); } } TRACE_EXIT(); } bool SoundPlayer::is_enabled() { bool b; bool rc; b = CoreFactory::get_configurator() ->get_value(CFG_KEY_SOUND_ENABLED, rc); if (! b) { rc = true; set_enabled(true); } return rc; } void SoundPlayer::set_enabled(bool b) { CoreFactory::get_configurator() ->set_value(CFG_KEY_SOUND_ENABLED, b); } SoundPlayer::Device SoundPlayer::get_device() { bool b; Device dev = DEVICE_SOUNDCARD; string devstr; b = CoreFactory::get_configurator() ->get_value(CFG_KEY_SOUND_DEVICE, devstr); if (b) { if (devstr == "speaker") { dev = DEVICE_SPEAKER; } } else { dev = DEVICE_SOUNDCARD; set_device(dev); } return dev; } void SoundPlayer::set_device(Device dev) { const char *devstr; switch (dev) { case DEVICE_SPEAKER: devstr = "speaker"; break; case DEVICE_SOUNDCARD: devstr = "soundcard"; break; default: devstr = "soundcard"; break; } CoreFactory::get_configurator() ->set_value(CFG_KEY_SOUND_DEVICE, string(devstr)); } bool SoundPlayer::get_sound_enabled(SoundEvent snd, bool &enabled) { bool ret = false; if (snd >= SOUND_MIN && snd < SOUND_MAX) { enabled = true; ret = CoreFactory::get_configurator()->get_value(string(CFG_KEY_SOUND_EVENTS) + sound_registry[snd].id + CFG_KEY_SOUND_EVENTS_ENABLED, enabled); } else { enabled = false; } return ret; } void SoundPlayer::set_sound_enabled(SoundEvent snd, bool enabled) { if (snd >= SOUND_MIN && snd < SOUND_MAX) { CoreFactory::get_configurator()->set_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + sound_registry[snd].id + SoundPlayer::CFG_KEY_SOUND_EVENTS_ENABLED, enabled); if (driver != NULL) { driver->set_sound_enabled(snd, enabled); } } } bool SoundPlayer::get_sound_wav_file(SoundEvent snd, string &filename) { bool ret = false; filename = ""; if (snd >= SOUND_MIN && snd < SOUND_MAX) { ret = CoreFactory::get_configurator()->get_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + sound_registry[snd].id, filename); } return ret; } void SoundPlayer::set_sound_wav_file(SoundEvent snd, const string &wav_file) { if (snd >= SOUND_MIN && snd < SOUND_MAX) { CoreFactory::get_configurator()->set_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + sound_registry[snd].id, wav_file); if (driver != NULL) { driver->set_sound_wav_file(snd, wav_file); } } } bool SoundPlayer::capability(SoundCapability cap) { bool ret = false; if (mixer != NULL && cap == SOUND_CAP_MUTE) { ret = true; } if (!ret && driver != NULL) { ret = driver->capability(cap); } return ret; } void SoundPlayer::restore_mute() { TRACE_ENTER("SoundPlayer::restore_mute"); if (mixer != NULL && must_unmute) { mixer->set_mute(false); } TRACE_EXIT(); } void SoundPlayer::eos_event() { TRACE_ENTER("SoundPlayer::eos_event"); if (delayed_mute && mixer != NULL) { TRACE_MSG("delayed muting"); bool was_muted = mixer->set_mute(true); if (!was_muted) { must_unmute = true; } } TRACE_EXIT(); } workrave-1_10_10/frontend/common/src/System.cc000066400000000000000000000376201263301626300213570ustar00rootroot00000000000000// System.cc // // Copyright (C) 2002 - 2011 Rob Caelers & Raymond Penners // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // Some lock commands are imported from the KShutdown utility: // http://kshutdown.sourceforge.net/ // file src/actions/lock.cpp // Copyright (C) 2009 Konrad Twardowski // Mateusz Jończyk has read source code of xflock4, lxlock and enlightenment_remote, // but that did not influence the code in any way except for getting simple info on how // they work. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #if defined(HAVE_GLIB) #include #endif #include #include #include #include #include #if defined(HAVE_STRINGS_H) #include #endif #include "System.hh" #include "debug.hh" #if defined(PLATFORM_OS_UNIX) #include "ScreenLockCommandline.hh" #if defined(HAVE_DBUS_GIO) #include "ScreenLockDBus.hh" #include "SystemStateChangeConsolekit.hh" #include "SystemStateChangeLogind.hh" #include "SystemStateChangeUPower.hh" #endif #endif //PLATFORM_OS_UNIX #if defined(PLATFORM_OS_WIN32) #include "W32Shutdown.hh" #include "W32LockScreen.hh" #endif #if defined(HAVE_UNIX) #include #endif std::vector System::lock_commands; std::vector System::system_state_commands; std::vector System::supported_system_operations; #if defined(PLATFORM_OS_UNIX) && defined(HAVE_DBUS_GIO) GDBusConnection* System::session_connection = NULL; GDBusConnection* System::system_connection = NULL; #endif #if defined(PLATFORM_OS_UNIX) #if defined(HAVE_DBUS_GIO) void System::init_DBus() { TRACE_ENTER("System::init_dbus()"); GError *error = NULL; session_connection = g_bus_get_sync(G_BUS_TYPE_SESSION, NULL, &error); if (error != NULL) { //it is rare and serious, so report it the user std::cerr << "Cannot establish connection to the session bus: " << error->message << std::endl; g_error_free(error); error = NULL; } system_connection = g_bus_get_sync(G_BUS_TYPE_SYSTEM, NULL, &error); if (error != NULL) { std::cerr << "Cannot establish connection to the system bus: " << error->message << std::endl; g_error_free(error); error = NULL; } TRACE_EXIT(); } bool System::add_DBus_lock_cmd(const char *dbus_name, const char *dbus_path, const char *dbus_interface, const char *dbus_lock_method, const char *dbus_method_to_check_existence) { TRACE_ENTER_MSG("System::add_DBus_lock_cmd", dbus_name); // I wish we could use std::move here IScreenLockMethod *lock_method = NULL; lock_method = new ScreenLockDBus(session_connection, dbus_name, dbus_path, dbus_interface, dbus_lock_method, dbus_method_to_check_existence); if (!lock_method->is_lock_supported()) { delete lock_method; lock_method = NULL; TRACE_RETURN(false); return false; } else { lock_commands.push_back(lock_method); TRACE_RETURN(true); return true; } } void System::init_DBus_lock_commands() { TRACE_ENTER("System::init_DBus_lock_commands"); if (session_connection) { // Unity: // - Gnome screensaver API + gnome-screensaver-command works, // - is going to decrease dependence and use of GNOME: // https://blueprints.launchpad.net/unity/+spec/client-1311-unity7-lockscreen // GNOME // https://people.gnome.org/~mccann/gnome-screensaver/docs/gnome-screensaver.html#gs-method-GetSessionIdle // - Gnome is now implementing the Freedesktop API, but incompletely: // https://bugzilla.gnome.org/show_bug.cgi?id=689225 // (look for "unimplemented" in the patch), the lock method is still unipmlemented // - therefore it is required to check the gnome API first. //WORKS: Ubuntu 12.04: GNOME 3 fallback, Unity add_DBus_lock_cmd( "org.gnome.ScreenSaver", "/org/gnome/ScreenSaver", "org.gnome.ScreenSaver", "Lock", "GetActive"); // Cinnamon: https://github.com/linuxmint/cinnamon-screensaver/blob/master/doc/dbus-interface.html // Same api as GNOME, but with different name, add_DBus_lock_cmd( "org.cinnamon.ScreenSaver", "/org/cinnamon/ScreenSaver", "org.cinnamon.ScreenSaver", "Lock", "GetActive"); // Mate: https://github.com/mate-desktop/mate-screensaver/blob/master/doc/dbus-interface.xml // Like GNOME add_DBus_lock_cmd( "org.mate.ScreenSaver", "/org/mate/ScreenSaver", "org.mate.ScreenSaver", "Lock", "GetActive"); //The FreeDesktop API - the most important and most widely supported // LXDE: https://github.com/lxde/lxqt-powermanagement/blob/master/idleness/idlenesswatcherd.cpp // KDE: // https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/entry/ksmserver/screenlocker/dbus/org.freedesktop.ScreenSaver.xml // - there have been claims that this does not work in some installations, but I was unable to find // any traces of this in git: // http://forum.kde.org/viewtopic.php?f=67&t=111003 // It was probably due to some upgrade problems (and/or a bug in KDE), // because in fresh OpenSuse 12.3 (from LiveCD) this works correctly. // Razor-QT: https://github.com/Razor-qt/razor-qt/blob/master/razorqt-screenlocker/src/razorscreenlocker.cpp // // The Freedesktop API that these DEs are implementing is being redrafted: // http://people.freedesktop.org/~hadess/idle-inhibition-spec/ // http://lists.freedesktop.org/pipermail/xdg/2012-November/012577.html // http://lists.freedesktop.org/pipermail/xdg/2013-September/012875.html // // the Lock method there is being removed (and not replaced with anything else). // Probably the DEs will support these APIs in the future in order not to break other software. //Is only partially implemented by GNOME, so GNOME has to go before //Works correctly on KDE4 (Ubuntu 12.04) add_DBus_lock_cmd( "org.freedesktop.ScreenSaver", "/ScreenSaver", "org.freedesktop.ScreenSaver", "Lock", "GetActive"); // KDE - old screensaver API - partially verified both add_DBus_lock_cmd( "org.kde.screensaver", "/ScreenSaver", "org.freedesktop.ScreenSaver", "Lock", "GetActive"); add_DBus_lock_cmd( "org.kde.krunner", "/ScreenSaver", "org.freedesktop.ScreenSaver", "Lock", "GetActive"); // - there some accounts that when org.freedesktop.ScreenSaver does not work, this works: // qdbus org.kde.ksmserver /ScreenSaver Lock // but it is probably a side effect of the fact that implementation of org.kde.ksmserver // is in the same process as of org.freedesktop.ScreenSaver add_DBus_lock_cmd( "org.kde.ksmserver", "/ScreenSaver", "org.freedesktop.ScreenSaver", "Lock", "GetActive"); // EFL: add_DBus_lock_cmd( "org.enlightenment.wm.service", "/org/enlightenment/wm/RemoteObject", "org.enlightenment.wm.Desktop", "Lock", NULL); } TRACE_EXIT(); } #endif //HAVE_DBUS_GIO void System::add_cmdline_lock_cmd(const char *command_name, const char *parameters, bool async) { TRACE_ENTER_MSG("System::add_cmdline_lock_cmd", command_name); IScreenLockMethod *lock_method = NULL; lock_method = new ScreenLockCommandline(command_name, parameters, async); if (!lock_method->is_lock_supported()) { delete lock_method; lock_method = NULL; TRACE_RETURN(false); } else { lock_commands.push_back(lock_method); TRACE_RETURN(true); } } void System::init_cmdline_lock_commands(const char *display) { TRACE_ENTER_MSG("System::init_cmdline_lock_commands", display); //Works: XFCE, i3, LXDE add_cmdline_lock_cmd("gnome-screensaver-command", "--lock", false); add_cmdline_lock_cmd("mate-screensaver-command", "--lock", false); add_cmdline_lock_cmd("enlightenment_remote", "-desktop-lock", false); add_cmdline_lock_cmd("xdg-screensaver", "lock", false); if (display != NULL) { char *cmd = g_strdup_printf("-display \"%s\" -lock", display); add_cmdline_lock_cmd("xscreensaver-command", cmd, false); g_free(cmd); cmd = NULL; } else { add_cmdline_lock_cmd("xscreensaver-command", "-lock", false); } //these two may call slock, which may be not user-friendly //add_cmdline_lock_cmd("xflock4", NULL, true); //add_cmdline_lock_cmd("lxlock", NULL, true); if (display != NULL) { char *cmd = g_strdup_printf("-display \"%s\"", display); add_cmdline_lock_cmd("xlock", cmd, true); g_free(cmd); cmd = NULL; } else { add_cmdline_lock_cmd("xlock", NULL, true); } TRACE_EXIT(); } #endif // PLATFORM_OS_UNIX bool System::lock_screen() { TRACE_ENTER("System::lock"); for (std::vector::iterator iter = lock_commands.begin(); iter != lock_commands.end(); ++iter) { if ((*iter)->lock()) { TRACE_RETURN(true); return true; } } TRACE_RETURN(false); return false; } #if defined(PLATFORM_OS_UNIX) && defined(HAVE_DBUS_GIO) void System::add_DBus_system_state_command( ISystemStateChangeMethod *method) { TRACE_ENTER("System::add_DBus_system_state_command"); if (method->canDoAnything()) { system_state_commands.push_back(method); TRACE_MSG("DBus service is useful"); } else { delete method; method = NULL; TRACE_MSG("DBus service is useless"); } TRACE_EXIT(); } void System::init_DBus_system_state_commands() { TRACE_ENTER("System::init_DBus_system_state_commands"); if (system_connection) { //These three DBus interfaces are too diverse //to implement support for them in one class //Logind is the future so it goes first add_DBus_system_state_command( new SystemStateChangeLogind(system_connection)); add_DBus_system_state_command( new SystemStateChangeUPower(system_connection)); //ConsoleKit is deprecated so goes last add_DBus_system_state_command( new SystemStateChangeConsolekit(system_connection)); //Other interfaces: // GNOME: // - there is GNOME Session API: // https://git.gnome.org/browse/gnome-session/tree/gnome-session/org.gnome.SessionManager.xml // But shutdown/reboot require confirmation, so this is unusable to us, // // KDE: // - there is some support, but probably not worth implementing it // http://askubuntu.com/questions/1871/how-can-i-safely-shutdown-reboot-logout-kde-from-the-command-line // Windows: // http://www.programmingsimplified.com/c-program-shutdown-computer // winxp // system("C:\\WINDOWS\\System32\\shutdown -s"); // win7 // system("C:\\WINDOWS\\System32\\shutdown /s"); #undef ADD_DBUS_SERVICE } TRACE_EXIT(); } #endif //PLATFORM_OS_UNIX bool System::execute(SystemOperation::SystemOperationType type) { TRACE_ENTER("System::execute"); if (type == SystemOperation::SYSTEM_OPERATION_NONE) { return false; } else if (type == SystemOperation::SYSTEM_OPERATION_LOCK_SCREEN) { return lock_screen(); } else { for (std::vector::iterator iter = system_state_commands.begin(); iter != system_state_commands.end(); ++iter) { bool ret = false; switch (type) { case SystemOperation::SYSTEM_OPERATION_SHUTDOWN: ret = ((*iter)->shutdown()); break; case SystemOperation::SYSTEM_OPERATION_SUSPEND: ret = ((*iter)->suspend()); break; case SystemOperation::SYSTEM_OPERATION_HIBERNATE: ret = ((*iter)->hibernate()); break; case SystemOperation::SYSTEM_OPERATION_SUSPEND_HYBRID: ret = ((*iter)->suspendHybrid()); break; default: throw "System::execute: Unknown system operation"; }; if (ret) { TRACE_RETURN(true); return true; } } } TRACE_RETURN(false); return false; } void System::init( #if defined(PLATFORM_OS_UNIX) const char *display #endif ) { TRACE_ENTER("System::init"); #if defined(PLATFORM_OS_UNIX) #if defined(HAVE_DBUS_GIO) init_DBus(); init_DBus_lock_commands(); init_DBus_system_state_commands(); #endif init_cmdline_lock_commands(display); #elif defined(PLATFORM_OS_WIN32) IScreenLockMethod *winLock = new W32LockScreen(); if (winLock->is_lock_supported()) { lock_commands.push_back(winLock); } else { delete winLock; winLock = NULL; } ISystemStateChangeMethod *winShut = new W32Shutdown(); if (winShut->canShutdown()) { system_state_commands.push_back(winShut); } else { delete winShut; winShut = NULL; } #endif //defined (PLATFORM_OS_WIN32) if (is_lockable()) { supported_system_operations.push_back( SystemOperation("Lock", SystemOperation::SYSTEM_OPERATION_LOCK_SCREEN)); } for (std::vector::iterator iter = system_state_commands.begin(); iter != system_state_commands.end(); ++iter) { if ((*iter)->canShutdown()) { supported_system_operations.push_back( SystemOperation("Shutdown", SystemOperation::SYSTEM_OPERATION_SHUTDOWN)); } if ((*iter)->canSuspend()) { supported_system_operations.push_back( SystemOperation("Suspend", SystemOperation::SYSTEM_OPERATION_SUSPEND)); } if ((*iter)->canHibernate()) { supported_system_operations.push_back( SystemOperation("Hibernate", SystemOperation::SYSTEM_OPERATION_HIBERNATE)); } if ((*iter)->canSuspendHybrid()) { supported_system_operations.push_back( SystemOperation("Suspend hybrid", SystemOperation::SYSTEM_OPERATION_SUSPEND_HYBRID)); } } std::sort(supported_system_operations.begin(), supported_system_operations.end()); TRACE_EXIT(); } void System::clear() { for (std::vector::iterator iter = lock_commands.begin(); iter != lock_commands.end(); ++iter) { delete *iter; } lock_commands.clear(); for (std::vector::iterator iter = system_state_commands.begin(); iter != system_state_commands.end(); ++iter) { delete *iter; } system_state_commands.clear(); #if defined(HAVE_DBUS_GIO) //we shouldn't call g_dbus_connection_close_sync here: //http://comments.gmane.org/gmane.comp.freedesktop.dbus/15286 g_object_unref(session_connection); g_object_unref(session_connection); #endif } //TODO: lock before suspend/hibernate workrave-1_10_10/frontend/common/src/SystemStateChangeConsolekit.cc000066400000000000000000000031241263301626300255110ustar00rootroot00000000000000/* * SystemStateChangeConsolekit.cc * * Created on: 16 lut 2014 * Author: mateusz */ #include "SystemStateChangeConsolekit.hh" #ifdef HAVE_GLIB #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #include #include "debug.hh" const char *SystemStateChangeConsolekit::dbus_name = "org.freedesktop.ConsoleKit"; SystemStateChangeConsolekit::SystemStateChangeConsolekit(GDBusConnection *connection) { TRACE_ENTER("SystemStateChangeConsolekit::SystemStateChangeConsolekit"); proxy.init_with_connection(connection, dbus_name, "/org/freedesktop/ConsoleKit/Manager", "org.freedesktop.ConsoleKit.Manager", static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS | G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START)); if (!proxy.is_valid()) { can_shutdown = false; } else { GVariant *result; if (!proxy.call_method("CanStop", NULL, &result)) { TRACE_MSG(false); can_shutdown = false; } else { gboolean r2; g_variant_get(result, "(b)", &r2); g_variant_unref(result); TRACE_MSG(r2); can_shutdown = (r2 == TRUE); } } TRACE_EXIT(); } bool SystemStateChangeConsolekit::shutdown() { TRACE_ENTER("SystemStateChangeConsolekit::shutdown"); bool r = proxy.call_method("Stop", NULL, NULL); TRACE_RETURN(r); return r; } workrave-1_10_10/frontend/common/src/SystemStateChangeConsolekit.hh000066400000000000000000000031151263301626300255230ustar00rootroot00000000000000// SystemStateChangeConsolekit.hh -- shutdown using ConsoleKit // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef SYSTEMSTATECHANGECONSOLEKIT_HH_ #define SYSTEMSTATECHANGECONSOLEKIT_HH_ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "DBusProxy.hh" #include "ISystemStateChangeMethod.hh" // - ConsoleKit: // - http://www.freedesktop.org/software/ConsoleKit/doc/ConsoleKit.html#dbus-reference // - only restart / shutdown, // - it is literally dead as Ubuntu is switching to logind for 14.04 class SystemStateChangeConsolekit : public ISystemStateChangeMethod { public: static const char *dbus_name; SystemStateChangeConsolekit(GDBusConnection *connection); virtual ~SystemStateChangeConsolekit() {}; virtual bool shutdown(); virtual bool canShutdown() { return can_shutdown;} private: bool can_shutdown; DBusProxy proxy; }; #endif /* SYSTEMSTATECHANGECONSOLEKIT_HH_ */ workrave-1_10_10/frontend/common/src/SystemStateChangeLogind.cc000066400000000000000000000057771263301626300246330ustar00rootroot00000000000000// SystemStateChangeLogind.cc -- shutdown/suspend/hibernate using systemd-logind // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #include "SystemStateChangeLogind.hh" #ifdef HAVE_GLIB #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #include #include "debug.hh" const char *SystemStateChangeLogind::dbus_name = "org.freedesktop.login1"; SystemStateChangeLogind::SystemStateChangeLogind(GDBusConnection *connection) { TRACE_ENTER("SystemStateChangeLogind::SystemStateChangeLogind"); proxy.init_with_connection(connection, dbus_name, "/org/freedesktop/login1", "org.freedesktop.login1.Manager", static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS | G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START)); if (!proxy.is_valid()) { can_shutdown = false; can_suspend = false; can_hibernate = false; can_suspend_hybrid = false; } else { //CanPowerOff(), CanReboot(), CanSuspend(), CanHibernate(), CanHybridSleep() can_shutdown = check_method("CanPowerOff"); can_suspend = check_method("CanSuspend"); can_hibernate = check_method("CanHibernate"); can_suspend_hybrid = check_method("CanHybridSleep"); } TRACE_EXIT(); } bool SystemStateChangeLogind::check_method(const char *method_name) { TRACE_ENTER_MSG("SystemStateChangeLogind::check_method", method_name); bool ret; GVariant *result; if (!proxy.call_method(method_name, NULL, &result)) { TRACE_RETURN(false); return false; } gchar *cresult; g_variant_get(result, "(s)", &cresult); g_variant_unref(result); result = NULL; if (cresult == NULL) { TRACE_RETURN(false); return false; } TRACE_MSG2("Method returned:", cresult); if (strcmp(cresult, "yes") == 0) { ret = true; } else { ret = false; } g_free(cresult); cresult = NULL; TRACE_RETURN(ret); return ret; } bool SystemStateChangeLogind::execute(const char *method_name) { TRACE_ENTER_MSG("SystemStateChangeLogind::execute", method_name); //We do not want PolicyKit to ask for credentials bool ret = proxy.call_method(method_name, g_variant_new("(b)", false), NULL); TRACE_RETURN(ret); return ret; } workrave-1_10_10/frontend/common/src/SystemStateChangeLogind.hh000066400000000000000000000044431263301626300246320ustar00rootroot00000000000000// SystemStateChangeLogind.hh -- shutdown/suspend/hibernate using systemd-logind // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef SYSTEMSTATECHANGELOGIND_HH_ #define SYSTEMSTATECHANGELOGIND_HH_ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "DBusProxy.hh" #include "ISystemStateChangeMethod.hh" // http://www.freedesktop.org/wiki/Software/systemd/logind/ // // feature introduction date: http://cgit.freedesktop.org/systemd/systemd/ // log/src/login/org.freedesktop.login1.conf // - (Can)PowerOff/Reboot - II 2012r. // - Suspend/HIbernate - V 2012r. // - HybridSuspend - XII 2012r. class SystemStateChangeLogind : public ISystemStateChangeMethod { public: SystemStateChangeLogind(GDBusConnection *connection); virtual ~SystemStateChangeLogind() {}; //PowerOff(), Reboot(), Suspend(), Hibernate(), HybridSleep() virtual bool shutdown() { return execute("PowerOff"); } virtual bool suspend() { return execute("Suspend"); } virtual bool hibernate() { return execute("Hibernate"); } virtual bool suspendHybrid() { return execute("HybridSleep"); } virtual bool canShutdown() { return can_shutdown;} virtual bool canSuspend() { return can_suspend;} virtual bool canHibernate() { return can_hibernate;} virtual bool canSuspendHybrid() { return can_suspend_hybrid;} static const char *dbus_name; private: bool check_method(const char *method_name); bool execute(const char *method_name); bool can_shutdown; bool can_suspend; bool can_hibernate; bool can_suspend_hybrid; DBusProxy proxy; }; #endif /* SYSTEMSTATECHANGELOGIND_HH_ */ workrave-1_10_10/frontend/common/src/SystemStateChangeUPower.cc000066400000000000000000000067731263301626300246350ustar00rootroot00000000000000// SystemStateChangeUPower.cc -- shutdown/suspend/hibernate using systemd-logind // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #include "SystemStateChangeUPower.hh" #ifdef HAVE_GLIB #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #include #include "debug.hh" const char *SystemStateChangeUPower::dbus_name = "org.freedesktop.UPower"; SystemStateChangeUPower::SystemStateChangeUPower(GDBusConnection *connection) { TRACE_ENTER("SystemStateChangeUPower::SystemStateChangeUPower"); proxy.init_with_connection(connection, dbus_name, "/org/freedesktop/UPower", "org.freedesktop.UPower", static_cast( G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES | G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS | G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START)); property_proxy.init_with_connection(connection, "org.freedesktop.UPower", "/org/freedesktop/UPower", "org.freedesktop.DBus.Properties"); if (!proxy.is_valid() || !property_proxy.is_valid()) { can_suspend = false; can_hibernate = false; } else { can_suspend = check_method("SuspendAllowed") && check_property("CanSuspend"); can_hibernate = check_method("HibernateAllowed") && check_property("CanHibernate"); } TRACE_EXIT(); } bool SystemStateChangeUPower::check_method(const char *method_name) { TRACE_ENTER_MSG("SystemStateChangeUPower::check_method", method_name); GVariant *result; if (!proxy.call_method(method_name, NULL, &result)) { TRACE_MSG2(method_name, "failed"); TRACE_RETURN(false); return false; } gboolean method_result; g_variant_get(result, "(b)", &method_result); g_variant_unref(result); TRACE_RETURN(method_result); return method_result == TRUE; } bool SystemStateChangeUPower::check_property(const char *property_name) { TRACE_ENTER_MSG("SystemStateChangeUPower::check_property", property_name); GVariant *result; bool r1; r1 = property_proxy.call_method("Get", g_variant_new("(ss)", "org.freedesktop.UPower", property_name), &result); if (!r1) { TRACE_MSG2(property_name, "failed"); TRACE_RETURN(false); return false; } GVariant *content; g_variant_get(result, "(v)", &content); if (content == NULL) { return false; } gboolean prop_value; g_variant_get(content, "b", &prop_value); g_variant_unref(content); g_variant_unref(result); TRACE_RETURN(prop_value); return (prop_value == TRUE); } bool SystemStateChangeUPower::execute(const char *method_name) { TRACE_ENTER_MSG("SystemStateChangeUPower::execute", method_name); bool ret = proxy.call_method_asynch_no_result(method_name, NULL); TRACE_RETURN(ret); return ret; } workrave-1_10_10/frontend/common/src/SystemStateChangeUPower.hh000066400000000000000000000040341263301626300246330ustar00rootroot00000000000000// SystemStateChangeUPower.hh -- shutdown/suspend/hibernate using systemd-logind // // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef SYSTEMSTATECHANGEUPOWER_HH_ #define SYSTEMSTATECHANGEUPOWER_HH_ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "DBusProxy.hh" #include "ISystemStateChangeMethod.hh" // - upower: // - http://upower.freedesktop.org/docs/UPower.html // - methods: CanSuspend, CanHibernate, // - these are implemented since a long time ago // - http://upower.freedesktop.org/docs/KbdBacklight.html // - control of keyboard backlight, may be usable in addition to dpms // - we may use libupower, but it is unneccessary class SystemStateChangeUPower : public ISystemStateChangeMethod { public: SystemStateChangeUPower(GDBusConnection *connection); virtual ~SystemStateChangeUPower() {}; virtual bool suspend() { return execute("Suspend"); } virtual bool hibernate() { return execute("Hibernate"); } virtual bool canSuspend() { return can_suspend;} virtual bool canHibernate() { return can_hibernate;} static const char *dbus_name; private: bool check_method(const char *method_name); bool check_property(const char *property_name); bool execute(const char *method_name); bool can_suspend; bool can_hibernate; DBusProxy proxy; DBusProxy property_proxy; }; #endif /* SYSTEMSTATECHANGEUPOWER_HH_ */ workrave-1_10_10/frontend/common/src/Text.cc000066400000000000000000000037101263301626300210100ustar00rootroot00000000000000// Text.cc // // Copyright (C) 2002, 2003, 2007, 2008 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #include "nls.h" #include "Text.hh" using namespace std; //! Converts the specified time to a string string Text::time_to_string(time_t time, bool display_units) { char s[128] = ""; char t[2]; if (time < 0) { t[0] = '-'; t[1] = 0; time = -time; } else { t[0] = 0; } int hrs = (int)time/3600; int min = (time / 60) % 60; int sec = time % 60; if (! display_units) { if (hrs > 0) { snprintf(s, sizeof(s), "%s%d:%02d:%02d", t, hrs, min, sec); } else { snprintf(s, sizeof(s), "%s%d:%02d", t, min, sec); } } else { if (hrs > 0) { snprintf(s, sizeof(s), _("%s%d:%02d:%02d hours"), t, hrs, min, sec); } else if (min > 0) { snprintf(s, sizeof(s), _("%s%d:%02d minutes"), t, min, sec); } else { snprintf(s, sizeof(s), _("%s%d seconds"), t, sec); } } return s; } workrave-1_10_10/frontend/common/src/TimerBoxControl.cc000066400000000000000000000325731263301626300231670ustar00rootroot00000000000000// TimerBoxControl.cc --- Timers Widgets // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_UNISTD_H #include #endif #include #include "nls.h" #include "debug.hh" #include "TimerBoxControl.hh" #include "ITimeBar.hh" #include "Util.hh" #include "Text.hh" #include "CoreFactory.hh" #include "CoreConfig.hh" #include "IBreak.hh" #include "IConfigurator.hh" using namespace workrave; const std::string TimerBoxControl::CFG_KEY_TIMERBOX = "gui/"; const std::string TimerBoxControl::CFG_KEY_TIMERBOX_CYCLE_TIME = "/cycle_time"; const std::string TimerBoxControl::CFG_KEY_TIMERBOX_ENABLED = "/enabled"; const std::string TimerBoxControl::CFG_KEY_TIMERBOX_POSITION = "/position"; const std::string TimerBoxControl::CFG_KEY_TIMERBOX_FLAGS = "/flags"; const std::string TimerBoxControl::CFG_KEY_TIMERBOX_IMMINENT = "/imminent"; //! Constructor. TimerBoxControl::TimerBoxControl(std::string n, ITimerBoxView &v) : view(&v), cycle_time(10), name(n), force_duration(0), force_empty(false) { init(); } //! Destructor. TimerBoxControl::~TimerBoxControl() { IConfigurator *config = CoreFactory::get_configurator(); config->remove_listener(this); } //! Updates the timerbox. void TimerBoxControl::update() { ICore *core = CoreFactory::get_core(); OperationMode mode = core->get_operation_mode(); if (reconfigure) { // Configuration was changed. reinit. init_table(); operation_mode = mode; init_icon(); reconfigure = false; } else { if (force_duration == 0) { time_t t = time(NULL); if (t % cycle_time == 0) { init_table(); cycle_slots(); } } else { force_duration--; } } // Update visual feedback of operating mode. if (mode != operation_mode) { operation_mode = mode; init_icon(); } // Update the timer widgets. update_widgets(); view->update_view(); } void TimerBoxControl::force_cycle() { force_duration = cycle_time; init_table(); cycle_slots(); } void TimerBoxControl::set_force_empty(bool s) { force_empty = s; } //! Initializes the timerbox. void TimerBoxControl::init() { TRACE_ENTER("TimerBoxControl::init"); // Listen for configugration changes. IConfigurator *config = CoreFactory::get_configurator(); config->add_listener(TimerBoxControl::CFG_KEY_TIMERBOX + name, this); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { config->add_listener(CoreConfig::CFG_KEY_BREAK_ENABLED % BreakId(i), this); break_position[i] = i; break_flags[i] = 0; break_imminent_time[i] = 0; for (int j = 0; j < BREAK_ID_SIZEOF; j++) { break_slots[i][j] = -1; } break_slot_cycle[i] = 0; } // Load the configuration read_configuration(); reconfigure = true; TRACE_EXIT(); } //! Updates the main window. void TimerBoxControl::update_widgets() { for (int count = 0; count < BREAK_ID_SIZEOF; count++) { ICore *core = CoreFactory::get_core(); IBreak *b = core->get_break((BreakId)count); std::string text; ITimeBar::ColorId primary_color; int primary_val, primary_max; ITimeBar::ColorId secondary_color; int secondary_val, secondary_max; if (b == NULL) { continue; } // Collect some data. time_t maxActiveTime = b->get_limit(); time_t activeTime = b->get_elapsed_time(); time_t breakDuration = b->get_auto_reset(); time_t idleTime = b->get_elapsed_idle_time(); bool overdue = (maxActiveTime < activeTime); // Set the text if (b->is_limit_enabled() && maxActiveTime != 0) { text = Text::time_to_string(maxActiveTime - activeTime); } else { text = Text::time_to_string(activeTime); } // And set the bar. secondary_val = secondary_max = 0; secondary_color = ITimeBar::COLOR_ID_INACTIVE; // Timer is running, show elapsed time. primary_val = (int)activeTime; primary_max = (int)maxActiveTime; primary_color = overdue ? ITimeBar::COLOR_ID_OVERDUE : ITimeBar::COLOR_ID_ACTIVE; if (b->is_auto_reset_enabled() && breakDuration != 0) { // resting. secondary_color = ITimeBar::COLOR_ID_INACTIVE; secondary_val = (int)idleTime; secondary_max = (int)breakDuration; } view->set_time_bar(BreakId(count), text, primary_color, primary_val, primary_max, secondary_color, secondary_val, secondary_max); } } void TimerBoxControl::init_icon() { switch (operation_mode) { case OPERATION_MODE_NORMAL: view->set_icon(ITimerBoxView::ICON_NORMAL); break; case OPERATION_MODE_SUSPENDED: view->set_icon(ITimerBoxView::ICON_SUSPENDED); break; case OPERATION_MODE_QUIET: view->set_icon(ITimerBoxView::ICON_QUIET); break; default: break; } } //! Initializes the applet. void TimerBoxControl::init_table() { TRACE_ENTER("TimerBoxControl::init_table"); if (force_empty) { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { view->set_slot(BREAK_ID_NONE, i); } } else { // Determine what breaks to show. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { init_slot(i); } // New content. int slot = 0; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { int cycle = break_slot_cycle[i]; int id = break_slots[i][cycle]; // break id if (id != -1) { view->set_slot(BreakId(id), slot); slot++; } } for (int i = slot; i < BREAK_ID_SIZEOF; i++) { view->set_slot(BREAK_ID_NONE, i); } } TRACE_EXIT(); } //! Compute what break to show on the specified location. void TimerBoxControl::init_slot(int slot) { // TRACE_ENTER_MSG("TimerBoxControl::init_slot", slot); int count = 0; int breaks_id[BREAK_ID_SIZEOF]; // Collect all timers for this slot. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { ICore *core = CoreFactory::get_core(); IBreak *b = core->get_break(BreakId(i)); bool on = b->is_enabled(); if (on && break_position[i] == slot && !(break_flags[i] & BREAK_HIDE)) { breaks_id[count] = i; break_flags[i] &= ~BREAK_SKIP; count++; } } // Compute timer that will elapse first. time_t first = 0; int first_id = -1; for (int i = 0; i < count; i++) { int id = breaks_id[i]; int flags = break_flags[id]; ICore *core = CoreFactory::get_core(); IBreak *b = core->get_break((BreakId)i); time_t time_left = b->get_limit() - b->get_elapsed_time(); // Exclude break if not imminent. if (flags & BREAK_WHEN_IMMINENT && time_left > break_imminent_time[id] && force_duration == 0) { break_flags[id] |= BREAK_SKIP; } // update first imminent timer. if (!(flags & BREAK_SKIP) && (first_id == -1 || time_left < first)) { first_id = id; first = time_left; } } // Exclude break if not first. for (int i = 0; i < count; i++) { int id = breaks_id[i]; int flags = break_flags[id]; if (!(flags & BREAK_SKIP)) { if (flags & BREAK_WHEN_FIRST && first_id != id && force_duration == 0) { break_flags[id] |= BREAK_SKIP; } } } // Exclude breaks if not exclusive. bool have_one = false; int breaks_left = 0; for (int i = 0; i < count; i++) { int id = breaks_id[i]; int flags = break_flags[id]; if (!(flags & BREAK_SKIP)) { if (flags & BREAK_EXCLUSIVE && have_one && force_duration == 0) { break_flags[id] |= BREAK_SKIP; } have_one = true; } if (!(flags & BREAK_SKIP)) { breaks_left++; } } if (breaks_left == 0) { for (int i = 0; i < count; i++) { int id = breaks_id[i]; int flags = break_flags[id]; if (flags & BREAK_DEFAULT && flags & BREAK_SKIP) { break_flags[id] &= ~BREAK_SKIP; breaks_left = 1; break; } } } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { break_slots[slot][i] = -1; } int new_count = 0; for (int i = 0; i < count; i++) { int id = breaks_id[i]; int flags = break_flags[id]; if (!(flags & BREAK_SKIP)) { break_slots[slot][new_count] = id; new_count++; } } } //! Cycles through the breaks. void TimerBoxControl::cycle_slots() { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { break_slot_cycle[i]++; if (break_slot_cycle[i] >= BREAK_ID_SIZEOF || break_slots[i][break_slot_cycle[i]] == -1) { break_slot_cycle[i] = 0; } } } //! Reads the applet configuration. void TimerBoxControl::read_configuration() { TRACE_ENTER("TimerBoxControl::read_configuration"); cycle_time = get_cycle_time(name); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakId bid = (BreakId) i; break_position[i] = get_timer_slot(name, bid); break_flags[i] = get_timer_flags(name, bid); break_imminent_time[i] = get_timer_imminent_time(name, bid); } view->set_enabled(is_enabled(name)); TRACE_EXIT(); } //! Callback that the configuration has changed. void TimerBoxControl::config_changed_notify(const string &key) { (void) key; read_configuration(); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { break_slot_cycle[i] = 0; } reconfigure = true; } int TimerBoxControl::get_cycle_time(string name) { int ret; if (! CoreFactory::get_configurator() ->get_value(TimerBoxControl::CFG_KEY_TIMERBOX + name + TimerBoxControl::CFG_KEY_TIMERBOX_CYCLE_TIME, ret)) { ret = 10; } return ret; } void TimerBoxControl::set_cycle_time(string name, int time) { CoreFactory::get_configurator() ->set_value(TimerBoxControl::CFG_KEY_TIMERBOX + name + TimerBoxControl::CFG_KEY_TIMERBOX_CYCLE_TIME, time); } const string TimerBoxControl::get_timer_config_key(string name, BreakId timer, const string &key) { ICore *core = CoreFactory::get_core(); IBreak *break_data = core->get_break(BreakId(timer)); return string(CFG_KEY_TIMERBOX) + name + "/" + break_data->get_name() + key; } int TimerBoxControl::get_timer_imminent_time(string name, BreakId timer) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_IMMINENT); int ret; if (! CoreFactory::get_configurator() ->get_value(key, ret)) { ret = 30; } return ret; } void TimerBoxControl::set_timer_imminent_time(string name, BreakId timer, int time) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_IMMINENT); CoreFactory::get_configurator()->set_value(key, time); } int TimerBoxControl::get_timer_slot(string name, BreakId timer) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_POSITION); int ret; if (! CoreFactory::get_configurator() ->get_value(key, ret)) { if (name == "applet") { // All in one slot is probably the best default since we cannot assume // any users panel is large enough to hold all timers. ret = 0; } else { ret = timer; } } return ret; } void TimerBoxControl::set_timer_slot(string name, BreakId timer, int slot) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_POSITION); CoreFactory::get_configurator()->set_value(key, slot); } int TimerBoxControl::get_timer_flags(string name, BreakId timer) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_FLAGS); int ret; if (! CoreFactory::get_configurator() ->get_value(key, ret)) { ret = 0; } return ret; } void TimerBoxControl::set_timer_flags(string name, BreakId timer, int flags) { const string key = get_timer_config_key(name, timer, CFG_KEY_TIMERBOX_FLAGS); CoreFactory::get_configurator()->set_value(key, flags); } bool TimerBoxControl::is_enabled(string name) { bool ret = true; if (! CoreFactory::get_configurator() ->get_value(CFG_KEY_TIMERBOX + name + CFG_KEY_TIMERBOX_ENABLED, ret)) { ret = true; } return ret; } void TimerBoxControl::set_enabled(string name, bool enabled) { CoreFactory::get_configurator() ->set_value(CFG_KEY_TIMERBOX + name + CFG_KEY_TIMERBOX_ENABLED, enabled); } workrave-1_10_10/frontend/common/src/osx/000077500000000000000000000000001263301626300203655ustar00rootroot00000000000000workrave-1_10_10/frontend/common/src/osx/Makefile.am000066400000000000000000000014471263301626300224270ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if PLATFORM_OS_OSX noinst_LTLIBRARIES = libworkrave-frontend-common-osx.la libworkrave_frontend_common_osx_la_SOURCES = \ Sound.cc \ OSXSoundPlayer.cc libworkrave_frontend_common_osx_la_CXXFLAGS = \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 \ -W -I$(top_srcdir)/frontend/common/src -I$(top_srcdir)/frontend/common/include \ -x objective-c++ \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ \ @GTK_CFLAGS@ @GLIB_CFLAGS@ endifworkrave-1_10_10/frontend/common/src/osx/OSXSoundPlayer.cc000066400000000000000000000045511263301626300235400ustar00rootroot00000000000000// OSXSoundPlayer.cc --- Sound player // // Copyright (C) 2002 - 2008, 2010 Raymond Penners & Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include "OSXSoundPlayer.hh" #include "SoundPlayer.hh" #include "Util.hh" #import OSXSoundPlayer::OSXSoundPlayer() { soundDictionary = [NSMutableDictionary dictionaryWithCapacity:10]; } OSXSoundPlayer::~OSXSoundPlayer() { [soundDictionary removeAllObjects]; [soundDictionary release]; } bool OSXSoundPlayer::capability(SoundCapability cap) { if (cap == SOUND_CAP_EDIT) { return true; } return false; } void OSXSoundPlayer::play_sound(SoundEvent snd) { (void) snd; } void OSXSoundPlayer::play_sound(string file) { if (wav_file == NULL) { wav_file = strdup(file.c_str()); run(); } } void OSXSoundPlayer::run() { NSString* filename = [NSString stringWithUTF8String: wav_file]; NSSound *sound = [soundDictionary objectForKey:filename]; if (sound == nil) { sound = [[NSSound alloc] initWithContentsOfFile:filename byReference:NO]; [soundDictionary setObject:sound forKey:filename]; } [sound stop]; [sound play]; free((void*)wav_file); wav_file = NULL; } bool OSXSoundPlayer::get_sound_enabled(SoundEvent snd, bool &enabled) { (void) snd; (void) enabled; return false; } void OSXSoundPlayer::set_sound_enabled(SoundEvent snd, bool enabled) { (void) snd; (void) enabled; } bool OSXSoundPlayer::get_sound_wav_file(SoundEvent snd, std::string &wav_file) { (void) snd; (void) wav_file; return false; } void OSXSoundPlayer::set_sound_wav_file(SoundEvent snd, const std::string &wav_file) { (void) snd; (void) wav_file; } workrave-1_10_10/frontend/common/src/osx/OSXSoundPlayer.hh000066400000000000000000000030771263301626300235540ustar00rootroot00000000000000// OSXSoundPlayer.hh // // Copyright (C) 2007, 2008, 2009, 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXSOUNDPLAYER_HH #define OSXSOUNDPLAYER_HH #include "ISoundDriver.hh" #include "Thread.hh" #ifdef __OBJC__ #import "Foundation/Foundation.h" #endif class OSXSoundPlayer : public ISoundDriver, public Thread { public: OSXSoundPlayer(); virtual ~OSXSoundPlayer(); void init(ISoundDriverEvents *) {}; bool capability(SoundCapability cap); void play_sound(std::string wavfile); void play_sound(SoundEvent snd); bool get_sound_enabled(SoundEvent snd, bool &enabled); void set_sound_enabled(SoundEvent snd, bool enabled); bool get_sound_wav_file(SoundEvent snd, std::string &wav_file); void set_sound_wav_file(SoundEvent snd, const std::string &wav_file); private: void run(); const char *wav_file; #ifdef __OBJC__ NSMutableDictionary *soundDictionary; #endif }; #endif // OSXSOUNDPLAYER_HH workrave-1_10_10/frontend/common/src/osx/Sound.cc000066400000000000000000000016311263301626300217650ustar00rootroot00000000000000// Sound.cc --- Sound class // // Copyright (C) 2002, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "Sound.hh" void Sound::beep(int freq, int millis) { (void) freq; (void) millis; } workrave-1_10_10/frontend/common/src/win32/000077500000000000000000000000001263301626300205165ustar00rootroot00000000000000workrave-1_10_10/frontend/common/src/win32/Makefile.am000066400000000000000000000017401263301626300225540ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if PLATFORM_OS_WIN32 noinst_LTLIBRARIES = libworkrave-frontend-common-win32.la if HAVE_DSOUND dsound_sources = W32DirectSoundPlayer.cc endif libworkrave_frontend_common_win32_la_SOURCES = \ W32SoundPlayer.cc \ W32Mixer.cc \ Sound.cc \ W32LockScreen.cc \ W32Shutdown.cc \ $(dsound_sources) libworkrave_frontend_common_win32_la_CXXFLAGS = \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 \ -W -I$(top_srcdir)/frontend/common/src \ -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/common/win32/harpoon/include \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ \ @GLIB_CFLAGS@ endifworkrave-1_10_10/frontend/common/src/win32/Sound.cc000066400000000000000000000015771263301626300221270ustar00rootroot00000000000000// Sound.hh --- Sound class // // Copyright (C) 2002, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include #include "Sound.hh" void Sound::beep(int frequency, int millis) { ::Beep(frequency, millis); } workrave-1_10_10/frontend/common/src/win32/W32DirectSoundPlayer.cc000066400000000000000000000357231263301626300247330ustar00rootroot00000000000000// W32DirectSoundPlayer.cc --- Sound player // // Copyright (C) 2002 - 2010, 2012, 2013 Raymond Penners & Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #define STRICT #include #include #include #include #include #ifndef DXGetErrorString8 #define DXGetErrorString8 DXGetErrorString #endif #include #include #include "W32DirectSoundPlayer.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "SoundPlayer.hh" #include "Exception.hh" #include "Util.hh" #define SAMPLE_BITS (8) #define WAVE_BUFFER_SIZE (4096) using namespace workrave; static std::string sound_filename; #ifndef PLATFORM_OS_WIN32_NATIVE extern "C" { void _chkstk() { } } #endif static bool registry_get_value(const char *path, const char *name, char *out) { HKEY handle; bool rc = false; LONG err; err = RegOpenKeyEx(HKEY_CURRENT_USER, path, 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD type, size; size = MAX_PATH; err = RegQueryValueEx(handle, name, 0, &type, (LPBYTE) out, &size); if (err == ERROR_SUCCESS) { rc = true; } RegCloseKey(handle); } return rc; } static bool registry_set_value(const char *path, const char *name, const char *value) { HKEY handle; bool rc = false; DWORD disp; LONG err; err = RegCreateKeyEx(HKEY_CURRENT_USER, path, 0, "", REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &handle, &disp); if (err == ERROR_SUCCESS) { err = RegSetValueEx(handle, name, 0, REG_SZ, (BYTE *) value, strlen(value)+1); RegCloseKey(handle); rc = (err == ERROR_SUCCESS); } return rc; } //! Constructor W32DirectSoundPlayer::W32DirectSoundPlayer() { } //! Destructor W32DirectSoundPlayer::~W32DirectSoundPlayer() { } //! void W32DirectSoundPlayer::init(ISoundDriverEvents *events) { this->events = events; } void W32DirectSoundPlayer::play_sound(SoundEvent snd) { TRACE_ENTER_MSG( "W32DirectSoundPlayer::play_sound", SoundPlayer::sound_registry[snd].friendly_name ); TRACE_EXIT(); } bool W32DirectSoundPlayer::capability(SoundCapability cap) { if (cap == SOUND_CAP_EDIT) { return true; } if (cap == SOUND_CAP_VOLUME) { return true; } if (cap == SOUND_CAP_EOS_EVENT) { return true; } return false; } void W32DirectSoundPlayer::play_sound(string wavfile) { TRACE_ENTER_MSG( "W32DirectSoundPlayer::play_sound", wavfile); if (wavfile != "") { DWORD id; SoundClip *clip = new SoundClip(wavfile, events); CloseHandle(CreateThread(NULL, 0, play_thread, clip, 0, &id)); } TRACE_EXIT(); } bool W32DirectSoundPlayer::get_sound_enabled(SoundEvent snd, bool &enabled) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); if (registry_get_value(key, NULL, val)) { enabled = (val[0] != '\0'); return true; } return false; } void W32DirectSoundPlayer::set_sound_enabled(SoundEvent snd, bool enabled) { if (enabled) { char key[MAX_PATH], def[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.default"); if (registry_get_value(key, NULL, def)) { char *defkey = strrchr(key, '.'); strcpy(defkey, ".current"); registry_set_value(key, NULL, def); } } else { char key[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); registry_set_value(key, NULL, ""); } } bool W32DirectSoundPlayer::get_sound_wav_file(SoundEvent snd, std::string &wav_file) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); if (registry_get_value(key, NULL, val)) { wav_file = val; } if (wav_file == "") { char *cur = strrchr(key, '.'); strcpy(cur, ".default"); if (registry_get_value(key, NULL, val)) { wav_file = val; } } return true; } void W32DirectSoundPlayer::set_sound_wav_file(SoundEvent snd, const std::string &wav_file) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\EventLabels\\"); strcat(key, SoundPlayer::sound_registry[snd].label); if (! registry_get_value(key, NULL, val)) { registry_set_value(key, NULL, SoundPlayer::sound_registry[snd].friendly_name); } strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.default"); registry_set_value(key, NULL, wav_file.c_str()); bool enabled = false; bool valid = get_sound_enabled(snd, enabled); if (!valid || enabled) { char *def = strrchr(key, '.'); strcpy(def, ".current"); registry_set_value(key, NULL, wav_file.c_str()); } } DWORD WINAPI W32DirectSoundPlayer::play_thread(LPVOID lpParam) { TRACE_ENTER("W32DirectSoundPlayer::play_thread"); SoundClip *clip = (SoundClip *) lpParam; try { if (clip != NULL) { clip->init(); clip->play(); } } catch(Exception e) { TRACE_MSG("Exception: " << e.details()); } catch(...) { } delete clip; TRACE_EXIT(); return (DWORD) 0; } SoundClip::SoundClip(const string &filename, ISoundDriverEvents *events) { TRACE_ENTER("SoundClip::SoundClip"); this->direct_sound = NULL; this->filename = filename; this->events = events; wave_file = NULL; sound_buffer = NULL; sound_buffer_size = 0; stop_event = NULL; TRACE_EXIT(); } SoundClip::~SoundClip() { TRACE_ENTER("SoundClip::~SoundClip"); if (sound_buffer != NULL) { sound_buffer->Release(); sound_buffer = NULL; } if (stop_event != NULL) { CloseHandle(stop_event); stop_event = NULL; } if (direct_sound != NULL) { direct_sound->Release(); direct_sound = NULL; } delete wave_file; wave_file = NULL; TRACE_EXIT(); } void SoundClip::init() { HRESULT hr = S_OK; TRACE_ENTER("SoundClip::init"); hr = DirectSoundCreate8(NULL, &direct_sound, NULL); if (FAILED(hr) || direct_sound == NULL) { throw Exception(string("DirectSoundCreate8") + DXGetErrorString8(hr)); } hr = direct_sound->SetCooperativeLevel(GetDesktopWindow(), DSSCL_PRIORITY); if (FAILED(hr)) { throw Exception(string("IDirectSound_SetCooperativeLevel") + DXGetErrorString8(hr)); } wave_file = new WaveFile(filename); wave_file->init(); sound_buffer_size = wave_file->get_size(); if (sound_buffer_size <= 0) { TRACE_RETURN("Exception: WAV has zero size"); throw Exception(string("WAV has zero size")); } DSBUFFERDESC dsbd; ZeroMemory(&dsbd, sizeof(DSBUFFERDESC)); dsbd.dwSize = sizeof(DSBUFFERDESC); dsbd.dwFlags = DSBCAPS_CTRLVOLUME | DSBCAPS_GLOBALFOCUS | DSBCAPS_CTRLPOSITIONNOTIFY; dsbd.dwBufferBytes = sound_buffer_size; dsbd.guid3DAlgorithm = GUID_NULL; dsbd.lpwfxFormat = wave_file->get_format(); hr = direct_sound->CreateSoundBuffer(&dsbd, &sound_buffer, NULL); if (FAILED(hr) || sound_buffer == NULL) { TRACE_RETURN("Exception: IDirectSoundBuffer_CreateSoundBuffer"); throw Exception(string("IDirectSoundBuffer_CreateSoundBuffer") + DXGetErrorString8(hr)); } LPDIRECTSOUNDNOTIFY notify; hr = sound_buffer->QueryInterface(IID_IDirectSoundNotify8, (LPVOID*)¬ify); if (FAILED(hr) || notify == NULL) { TRACE_RETURN("Exception: IDirectSoundBuffer_QueryInterface IDirectSoundNotify" << DXGetErrorString8(hr)); throw Exception(string("IDirectSoundBuffer_QueryInterface IDirectSoundNotify") + DXGetErrorString8(hr)); } stop_event = CreateEvent(0, false, false, 0); DSBPOSITIONNOTIFY pn; pn.dwOffset = DSBPN_OFFSETSTOP; pn.hEventNotify = stop_event; hr = notify->SetNotificationPositions(1, &pn); if (FAILED(hr)) { TRACE_RETURN("Exception: IDirectSoundNotify_SetPositionNotify" << DXGetErrorString8(hr)); throw Exception(string("IDirectSoundNotify_SetPositionNotify") + DXGetErrorString8(hr)); } notify->Release(); fill_buffer(); int volume = 100; CoreFactory::get_configurator()->get_value(SoundPlayer::CFG_KEY_SOUND_VOLUME, volume); set_volume(volume); TRACE_EXIT(); } void SoundClip::fill_buffer() { TRACE_ENTER("SoundClip::fill_buffer"); HRESULT hr; VOID *locked_sound_buffer = NULL; DWORD locked_sound_buffer_size = 0; restore_buffer(); hr = sound_buffer->Lock(0, sound_buffer_size, &locked_sound_buffer, &locked_sound_buffer_size, NULL, NULL, 0L); if (FAILED(hr)) { TRACE_RETURN("Exception: IDirectSoundBuffer_Lock"); throw Exception(string("IDirectSoundBuffer_Lock") + DXGetErrorString8(hr)); } wave_file->reset_file(); int bytes_read = wave_file->read((BYTE*)locked_sound_buffer, locked_sound_buffer_size); if (locked_sound_buffer_size - bytes_read > 0) { FillMemory((BYTE*) locked_sound_buffer + bytes_read, locked_sound_buffer_size - bytes_read, (BYTE)(wave_file->get_format()->wBitsPerSample == 8 ? 128 : 0)); } sound_buffer->Unlock(locked_sound_buffer, locked_sound_buffer_size, NULL, 0); sound_buffer->SetCurrentPosition(0); TRACE_EXIT(); } bool SoundClip::is_buffer_lost() { TRACE_ENTER("SoundClip::is_buffer_lost"); DWORD status; HRESULT hr; hr = sound_buffer->GetStatus(&status); if (FAILED(hr)) { TRACE_RETURN("Exception: IDirectSound_GetStatus"); throw Exception(string("IDirectSound_GetStatus") + DXGetErrorString8(hr)); } TRACE_EXIT(); return (status & DSBSTATUS_BUFFERLOST) != 0; } void SoundClip::restore_buffer() { TRACE_ENTER("SoundClip::restore_buffer"); HRESULT hr = S_OK; do { hr = sound_buffer->Restore(); if (hr == DSERR_BUFFERLOST) Sleep(10); } while (hr != S_OK); TRACE_EXIT(); } void SoundClip::play() { TRACE_ENTER("SoundClip::play"); if (is_buffer_lost()) { fill_buffer(); } HRESULT hr = sound_buffer->Play(0, 0, 0); WaitForSingleObject(stop_event, INFINITE); if (events != NULL) { events->eos_event(); } TRACE_EXIT(); } void SoundClip::set_volume(int volume) { TRACE_ENTER("SoundClip::set_volume"); if (sound_buffer != NULL) { long dsVolume; if (volume == 0) { dsVolume = -10000; } else { dsVolume = 100 * (long) (20 * log10((double) volume / 100.0)); } dsVolume = CLAMP(dsVolume, -10000, 0); sound_buffer->SetVolume(dsVolume); } TRACE_EXIT(); } WaveFile::WaveFile(const string &filename) : filename(filename) { TRACE_ENTER("WaveFile::WaveFile"); mmio = NULL; sample_size = 0; memset((void *)&child, 0, sizeof(child)); memset((void *)&parent, 0, sizeof(parent)); TRACE_EXIT(); } WaveFile::~WaveFile() { TRACE_ENTER("WaveFile::~WaveFile"); if (mmio != NULL) { mmioClose(mmio, 0); mmio = NULL; } TRACE_EXIT(); } void WaveFile::init() { TRACE_ENTER("WaveFile::init"); MMRESULT res; mmio = mmioOpen((CHAR*)filename.c_str(), NULL, MMIO_ALLOCBUF | MMIO_READ); if (mmio == NULL) { TRACE_RETURN("Exception: mmioOpen"); throw Exception("mmioOpen"); } memset((void *)&parent, 0, sizeof(parent)); res = mmioDescend(mmio, &parent, NULL, 0); if (res != MMSYSERR_NOERROR) { TRACE_RETURN("Exception: mmioDescend1"); throw Exception("mmioDescend1"); } if (parent.ckid != FOURCC_RIFF || parent.fccType != mmioFOURCC('W', 'A', 'V', 'E' )) { TRACE_RETURN("Exception: no Wave"); throw Exception("no Wave"); } memset((void *)&child, 0, sizeof(child)); child.ckid = mmioFOURCC('f', 'm', 't', ' '); res = mmioDescend(mmio, &child, &parent, MMIO_FINDCHUNK); if (res != MMSYSERR_NOERROR) { TRACE_RETURN("Exception: mmioDescend2"); throw Exception("mmioDescend2"); } if (child.cksize < sizeof(PCMWAVEFORMAT)) { TRACE_RETURN("Exception: chunk size"); throw Exception("chunk size"); } int len = mmioRead(mmio, (HPSTR)&format, sizeof(format)); if (len != sizeof(format)) { TRACE_RETURN("Exception: format size"); throw Exception("format size"); } if (format.wFormatTag != WAVE_FORMAT_PCM) { TRACE_RETURN("Exception: format supported"); throw Exception("format supported"); } format.cbSize = 0; res = mmioAscend(mmio, &child, 0); if (res != MMSYSERR_NOERROR) { TRACE_RETURN("Exception: mmioAscend"); throw Exception("mmioAscend"); } reset_file(); sample_size = child.cksize; TRACE_EXIT(); } size_t WaveFile::get_size() { return sample_size; } void WaveFile::reset_file() { TRACE_ENTER("WaveFile::reset_file"); if (-1 == mmioSeek(mmio, parent.dwDataOffset + sizeof(FOURCC), SEEK_SET)) { TRACE_RETURN("Exception: mmioSeek"); throw Exception("mmioSeek"); } memset((void *)&child, 0, sizeof(child)); child.ckid = mmioFOURCC('d', 'a', 't', 'a'); if (0 != mmioDescend(mmio, &child, &parent, MMIO_FINDCHUNK)) { TRACE_RETURN("Exception: mmioDescend"); throw Exception("mmioDescend"); } TRACE_EXIT(); } size_t WaveFile::read(BYTE *buffer, size_t size) { TRACE_ENTER_MSG("WaveFile::read", size); MMRESULT res; MMIOINFO mmioInfo; res = mmioGetInfo(mmio, &mmioInfo, 0); if (res != MMSYSERR_NOERROR) { TRACE_RETURN("Exception: mmioGetInfo"); throw Exception("mmioGetInfo"); } int pos = 0; do { size_t copy = mmioInfo.pchEndRead - mmioInfo.pchNext; if (copy > 0) { if (copy > size - pos) { copy = size - pos; } memcpy(buffer + pos, mmioInfo.pchNext, copy); pos += copy; } mmioInfo.pchNext = mmioInfo.pchEndRead; } while (pos < (int)size && mmioAdvance(mmio, &mmioInfo, MMIO_READ) == 0); mmioSetInfo(mmio, &mmioInfo, 0); TRACE_EXIT(); return pos; } workrave-1_10_10/frontend/common/src/win32/W32DirectSoundPlayer.hh000066400000000000000000000047001263301626300247340ustar00rootroot00000000000000// W32DirectSoundPlayer.hh // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Raymond Penners & Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32DIRECTSOUNDPLAYER_HH #define W32DIRECTSOUNDPLAYER_HH #include "ISoundDriver.hh" #include #include #include #include class W32DirectSoundPlayer : public ISoundDriver { public: W32DirectSoundPlayer(); virtual ~W32DirectSoundPlayer(); void init(ISoundDriverEvents *events); bool capability(SoundCapability cap); void play_sound(SoundEvent snd); void play_sound(std::string wavfile); bool get_sound_enabled(SoundEvent snd, bool &enabled); void set_sound_enabled(SoundEvent snd, bool enabled); bool get_sound_wav_file(SoundEvent snd, std::string &wav_file); void set_sound_wav_file(SoundEvent snd, const std::string &wav_file); private: static DWORD WINAPI play_thread(LPVOID); void play(); private: ISoundDriverEvents *events; }; class WaveFile { public: WaveFile(const std::string &filename); ~WaveFile(); void init(); size_t read(BYTE *buffer, size_t size); size_t get_size(); void reset_file(); WAVEFORMATEX *get_format() { return &format; }; private: std::string filename; HMMIO mmio; WAVEFORMATEX format; MMCKINFO child; MMCKINFO parent; DWORD sample_size; }; class SoundClip { public: SoundClip(const std::string &filename, ISoundDriverEvents *events); virtual ~SoundClip(); void init(); void play(); void set_volume(int volume); private: void fill_buffer(); bool is_buffer_lost(); void restore_buffer(); private: std::string filename; LPDIRECTSOUND8 direct_sound; WaveFile *wave_file; LPDIRECTSOUNDBUFFER sound_buffer; DWORD sound_buffer_size; HANDLE stop_event; ISoundDriverEvents *events; }; #endif // W32DIRECTSOUNDPLAYER_HH workrave-1_10_10/frontend/common/src/win32/W32LockScreen.cc000066400000000000000000000023351263301626300233540ustar00rootroot00000000000000// System.hh // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "W32LockScreen.hh" W32LockScreen::LockWorkStationFunc W32LockScreen::lock_func = NULL; HINSTANCE W32LockScreen::user32_dll = NULL; W32LockScreen::W32LockScreen() { // Note: this memory is never freed user32_dll = LoadLibrary("user32.dll"); if (user32_dll != NULL) { lock_func = (LockWorkStationFunc) GetProcAddress(user32_dll, "LockWorkStation"); } } bool W32LockScreen::lock() { (*lock_func)(); return true; } workrave-1_10_10/frontend/common/src/win32/W32LockScreen.hh000066400000000000000000000024621263301626300233670ustar00rootroot00000000000000// LockScreen.hh - locking the screen on Windows // Copyright (C) 2014 Mateusz Jończyk // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // #ifndef LOCKSCREEN_HH_ #define LOCKSCREEN_HH_ #include "IScreenLockMethod.hh" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include class W32LockScreen : public IScreenLockMethod { public: W32LockScreen(); virtual ~W32LockScreen() {}; virtual bool is_lock_supported() { return lock_func != NULL; }; virtual bool lock(); private: typedef HRESULT (FAR PASCAL *LockWorkStationFunc)(void); static LockWorkStationFunc lock_func; static HINSTANCE user32_dll; }; #endif /* LOCKSCREEN_HH_ */ workrave-1_10_10/frontend/common/src/win32/W32Mixer.cc000066400000000000000000000120001263301626300223760ustar00rootroot00000000000000// W32Mixer.cc --- W32Audio mixer // // Copyright (C) 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "debug.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "W32Mixer.hh" #include "Util.hh" #include using namespace std; using namespace workrave; W32Mixer::W32Mixer() : endpoint_volume(NULL) { } W32Mixer::~W32Mixer() { TRACE_ENTER("W32Mixer::~W32Mixer"); if (endpoint_volume != NULL) { endpoint_volume->Release(); endpoint_volume = NULL; } CoUninitialize(); TRACE_EXIT(); } bool W32Mixer::set_mute(bool on) { TRACE_ENTER_MSG("W32Mixer::set_mute", on); bool was_muted = false; if (endpoint_volume != NULL) { was_muted = set_mute_mmdevice(on); } else { was_muted = set_mute_mixer(on); } TRACE_EXIT(); return was_muted; } void W32Mixer::init() { TRACE_ENTER("W32Mixer::init"); CoInitialize(NULL); HRESULT hr; IMMDeviceEnumerator *device_enum = NULL; IMMDevice *default_device = NULL; hr = CoCreateInstance(CLSID_MMDeviceEnumerator, NULL, CLSCTX_INPROC_SERVER, IID_IMMDeviceEnumerator, (LPVOID *)&device_enum); if (hr == S_OK) { hr = device_enum->GetDefaultAudioEndpoint(eRender, eConsole, &default_device); device_enum->Release(); } if (hr == S_OK) { hr = default_device->Activate(IID_IAudioEndpointVolume, CLSCTX_INPROC_SERVER, NULL, (LPVOID *)&endpoint_volume); default_device->Release(); } TRACE_MSG(hr); TRACE_EXIT(); } bool W32Mixer::set_mute_mmdevice(bool on) { TRACE_ENTER_MSG("W32Mixer::set_mute_mmdevice", on); HRESULT hr; BOOL mute = FALSE; hr = endpoint_volume->GetMute(&mute); if (hr == S_OK) { TRACE_MSG("current mute is: " << mute); hr = endpoint_volume->SetMute(on, NULL); } return mute; } bool W32Mixer::set_mute_mixer(bool on) { TRACE_ENTER_MSG("W32Mixer::set_mute_mixer", on); MMRESULT result = MMSYSERR_NOERROR; MIXERLINE mixer_line; MIXERLINECONTROLS mixer_line_controls; MIXERCONTROL *mixer_control = NULL; int mute_control = -1; bool ret = false; memset(&mixer_line, 0, sizeof(MIXERLINE)); memset(&mixer_line_controls, 0, sizeof(MIXERLINECONTROLS)); mixer_line.cbStruct = sizeof(MIXERLINE); mixer_line_controls.cbStruct = sizeof(MIXERLINECONTROLS); result = mixerGetLineInfo(NULL, &mixer_line, MIXER_OBJECTF_MIXER | MIXER_GETLINEINFOF_DESTINATION); if (result == MMSYSERR_NOERROR) { mixer_control = new MIXERCONTROL[mixer_line.cControls]; mixer_line_controls.dwLineID = mixer_line.dwLineID; mixer_line_controls.cControls = mixer_line.cControls; mixer_line_controls.cbmxctrl = sizeof(MIXERCONTROL); mixer_line_controls.pamxctrl = mixer_control; result = mixerGetLineControls(NULL, &mixer_line_controls, MIXER_OBJECTF_MIXER | MIXER_GETLINECONTROLSF_ALL); } if (result == MMSYSERR_NOERROR) { for (unsigned int i = 0; i < mixer_line_controls.cControls; i++) { if (mixer_control[i].dwControlType == MIXERCONTROL_CONTROLTYPE_MUTE) { mute_control = mixer_control[i].dwControlID; break; } } } if (result == MMSYSERR_NOERROR && mute_control != -1) { MIXERCONTROLDETAILS_BOOLEAN value; memset(&value, 0, sizeof(MIXERCONTROLDETAILS_BOOLEAN)); value.fValue = FALSE; MIXERCONTROLDETAILS mixer_control_details; memset(&mixer_control_details, 0, sizeof(MIXERCONTROLDETAILS)); mixer_control_details.cbStruct = sizeof(MIXERCONTROLDETAILS); mixer_control_details.dwControlID = mute_control; mixer_control_details.cMultipleItems = 0; mixer_control_details.cChannels = 1; mixer_control_details.cbDetails = sizeof(MIXERCONTROLDETAILS_BOOLEAN); mixer_control_details.paDetails = &value; mixerGetControlDetails(NULL, &mixer_control_details, MIXER_GETCONTROLDETAILSF_VALUE | MIXER_OBJECTF_MIXER); ret = value.fValue; TRACE_MSG("current mute is: " << ret); value.fValue = on; mixerSetControlDetails(NULL, &mixer_control_details, MIXER_GETCONTROLDETAILSF_VALUE | MIXER_OBJECTF_MIXER); } if (mixer_control != NULL) { delete [] mixer_control; } TRACE_EXIT(); return ret; } workrave-1_10_10/frontend/common/src/win32/W32Mixer.hh000066400000000000000000000077111263301626300224250ustar00rootroot00000000000000// W32Mixer.hh // // Copyright (C) 2010 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32MIXER_HH #define W32MIXER_HH #include #ifdef HAVE_MMDEVICEAPI_H #include #include #else typedef interface IMMDeviceCollection IMMDeviceCollection; typedef interface IMMNotificationClient IMMNotificationClient; typedef interface IAudioEndpointVolumeCallback IAudioEndpointVolumeCallback; typedef interface IPropertyStore IPropertyStore; typedef enum { eRender = 0, eCapture = 1, eAll = 2, EDataFlow_enum_count = 3 } EDataFlow; typedef enum { eConsole = 0, eMultimedia = 1, eCommunications = 2, ERole_enum_count = 3, } ERole; class IMMDevice : public IUnknown { public: virtual HRESULT STDMETHODCALLTYPE Activate(REFIID, DWORD, PROPVARIANT *, void **) = 0; virtual HRESULT STDMETHODCALLTYPE OpenPropertyStore(DWORD, IPropertyStore **) = 0; virtual HRESULT STDMETHODCALLTYPE GetId(LPWSTR *) = 0; virtual HRESULT STDMETHODCALLTYPE GetState(DWORD *) = 0; }; class IMMDeviceEnumerator : public IUnknown { public: virtual HRESULT STDMETHODCALLTYPE EnumAudioEndpoints(EDataFlow, DWORD, IMMDeviceCollection **) = 0; virtual HRESULT STDMETHODCALLTYPE GetDefaultAudioEndpoint(EDataFlow, ERole, IMMDevice **) = 0; virtual HRESULT STDMETHODCALLTYPE GetDevice(LPCWSTR, IMMDevice **) = 0; virtual HRESULT STDMETHODCALLTYPE RegisterEndpointNotificationCallback(IMMNotificationClient *) = 0; virtual HRESULT STDMETHODCALLTYPE UnregisterEndpointNotificationCallback(IMMNotificationClient *) = 0; }; class IAudioEndpointVolume : public IUnknown { public: virtual HRESULT STDMETHODCALLTYPE RegisterControlChangeNotify(IAudioEndpointVolumeCallback *) = 0; virtual HRESULT STDMETHODCALLTYPE UnregisterControlChangeNotify(IAudioEndpointVolumeCallback *) = 0; virtual HRESULT STDMETHODCALLTYPE GetChannelCount(UINT *) = 0; virtual HRESULT STDMETHODCALLTYPE SetMasterVolumeLevel(float, LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE SetMasterVolumeLevelScalar(float, LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE GetMasterVolumeLevel(float *) = 0; virtual HRESULT STDMETHODCALLTYPE GetMasterVolumeLevelScalar(float *) = 0; virtual HRESULT STDMETHODCALLTYPE SetChannelVolumeLevel(UINT, float, LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE SetChannelVolumeLevelScalar(UINT, float, LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE GetChannelVolumeLevel(UINT, float *) = 0; virtual HRESULT STDMETHODCALLTYPE GetChannelVolumeLevelScalar(UINT, float *) = 0; virtual HRESULT STDMETHODCALLTYPE SetMute(BOOL, LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE GetMute(BOOL *) = 0; virtual HRESULT STDMETHODCALLTYPE GetVolumeStepInfo(UINT *, UINT *) = 0; virtual HRESULT STDMETHODCALLTYPE VolumeStepUp(LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE VolumeStepDown(LPCGUID) = 0; virtual HRESULT STDMETHODCALLTYPE QueryHardwareSupport(DWORD *) = 0; virtual HRESULT STDMETHODCALLTYPE GetVolumeRange(float *, float *, float *) = 0; }; #endif class W32Mixer : public IMixer { public: W32Mixer(); virtual ~W32Mixer(); void init(); bool set_mute(bool on); bool set_mute_mmdevice(bool on); bool set_mute_mixer(bool on); private: IAudioEndpointVolume *endpoint_volume; }; #endif // W32MIXER_HH workrave-1_10_10/frontend/common/src/win32/W32Shutdown.cc000066400000000000000000000063321263301626300231400ustar00rootroot00000000000000// Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "W32Shutdown.hh" #include "W32LockScreen.hh" #include #include #include "harpoon.h" #include "CoreFactory.hh" #include "IConfigurator.hh" using namespace workrave; #ifndef HAVE_ISHELLDISPATCH #undef INTERFACE #define INTERFACE IShellDispatch DECLARE_INTERFACE_(IShellDispatch, IUnknown) { STDMETHOD(QueryInterface)(THIS_ REFIID,PVOID*) PURE; STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; STDMETHOD_(ULONG,dummy1)(THIS) PURE; STDMETHOD_(ULONG,dummy2)(THIS) PURE; STDMETHOD_(ULONG,dummy3)(THIS) PURE; STDMETHOD_(ULONG,dummy4)(THIS) PURE; STDMETHOD_(ULONG,dummy5)(THIS) PURE; STDMETHOD_(ULONG,dummy6)(THIS) PURE; STDMETHOD_(ULONG,dummy7)(THIS) PURE; STDMETHOD_(ULONG,dummy8)(THIS) PURE; STDMETHOD_(ULONG,dummy9)(THIS) PURE; STDMETHOD_(ULONG,dummya)(THIS) PURE; STDMETHOD_(ULONG,dummyb)(THIS) PURE; STDMETHOD_(ULONG,dummyc)(THIS) PURE; STDMETHOD_(ULONG,dummyd)(THIS) PURE; STDMETHOD_(ULONG,dummye)(THIS) PURE; STDMETHOD_(ULONG,dummyf)(THIS) PURE; STDMETHOD_(ULONG,dummyg)(THIS) PURE; STDMETHOD_(ULONG,dummyh)(THIS) PURE; STDMETHOD(ShutdownWindows)(THIS) PURE; STDMETHOD_(ULONG,dummyi)(THIS) PURE; STDMETHOD_(ULONG,dummyj)(THIS) PURE; STDMETHOD_(ULONG,dummyk)(THIS) PURE; STDMETHOD_(ULONG,dummyl)(THIS) PURE; STDMETHOD_(ULONG,dummym)(THIS) PURE; STDMETHOD_(ULONG,dummyn)(THIS) PURE; STDMETHOD_(ULONG,dummyo)(THIS) PURE; STDMETHOD_(ULONG,dummyp)(THIS) PURE; STDMETHOD_(ULONG,dummyq)(THIS) PURE; END_INTERFACE }; typedef IShellDispatch *LPSHELLDISPATCH; #endif //uuid(D8F015C0-C278-11CE-A49E-444553540000); const GUID IID_IShellDispatch = { 0xD8F015C0, 0xc278, 0x11ce, { 0xa4, 0x9e, 0x44, 0x45, 0x53, 0x54 } }; // 13709620-C279-11CE-A49E-444553540000 const GUID CLSID_Shell = { 0x13709620, 0xc279, 0x11ce, { 0xa4, 0x9e, 0x44, 0x45, 0x53, 0x54 } }; W32Shutdown::W32Shutdown() { shutdown_supported = shutdown_helper(false); } bool W32Shutdown::shutdown_helper(bool for_real) { bool ret = false; IShellDispatch* pShellDispatch = NULL; if (SUCCEEDED(::CoCreateInstance(CLSID_Shell, NULL, CLSCTX_SERVER, IID_IShellDispatch, (LPVOID*)&pShellDispatch))) { ret = true; if (for_real) { harpoon_unblock_input(); pShellDispatch->ShutdownWindows(); } pShellDispatch->Release(); } return ret; } bool W32Shutdown::shutdown() { shutdown_helper(true); } workrave-1_10_10/frontend/common/src/win32/W32Shutdown.hh000066400000000000000000000022761263301626300231550ustar00rootroot00000000000000// Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32SHUTDOWN_HH_ #define W32SHUTDOWN_HH_ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "ISystemStateChangeMethod.hh" class W32Shutdown : public ISystemStateChangeMethod { public: W32Shutdown(); virtual ~W32Shutdown() {}; virtual bool shutdown(); virtual bool canShutdown() { return shutdown_supported;} private: bool shutdown_helper(bool for_real); bool shutdown_supported; }; #endif /* W32SHUTDOWN_HH_ */ workrave-1_10_10/frontend/common/src/win32/W32SoundPlayer.cc000066400000000000000000000276161263301626300236020ustar00rootroot00000000000000// W32SoundPlayer.cc --- Sound player // // Copyright (C) 2002 - 2008, 2010, 2012 Raymond Penners & Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include #include #include "W32SoundPlayer.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "SoundPlayer.hh" #include "Exception.hh" #include "Util.hh" #define SAMPLE_BITS (8) #define WAVE_BUFFER_SIZE (4096) using namespace workrave; static std::string sound_filename; static bool registry_get_value(const char *path, const char *name, char *out) { HKEY handle; bool rc = false; LONG err; err = RegOpenKeyEx(HKEY_CURRENT_USER, path, 0, KEY_ALL_ACCESS, &handle); if (err == ERROR_SUCCESS) { DWORD type, size; size = MAX_PATH; err = RegQueryValueEx(handle, name, 0, &type, (LPBYTE) out, &size); if (err == ERROR_SUCCESS) { rc = true; } RegCloseKey(handle); } return rc; } static bool registry_set_value(const char *path, const char *name, const char *value) { HKEY handle; bool rc = false; DWORD disp; LONG err; err = RegCreateKeyEx(HKEY_CURRENT_USER, path, 0, "", REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &handle, &disp); if (err == ERROR_SUCCESS) { err = RegSetValueEx(handle, name, 0, REG_SZ, (BYTE *) value, strlen(value)+1); RegCloseKey(handle); rc = (err == ERROR_SUCCESS); } return rc; } W32SoundPlayer::W32SoundPlayer() { } W32SoundPlayer::~W32SoundPlayer() { } void W32SoundPlayer::play_sound(SoundEvent snd ) { TRACE_ENTER_MSG( "W32SoundPlayer::play_sound", SoundPlayer::sound_registry[snd].friendly_name ); TRACE_EXIT(); } bool W32SoundPlayer::capability(SoundCapability cap) { if (cap == SOUND_CAP_EDIT) { return true; } if (cap == SOUND_CAP_VOLUME) { return true; } return false; } /* thread routine changed jay satiro, workrave project, june 2007 redistribute under GNU terms. */ void W32SoundPlayer::play_sound(string wavfile) { TRACE_ENTER_MSG( "W32SoundPlayer::play_sound", wavfile); if (sound_filename != "") { TRACE_MSG("Sound already queued"); } else { DWORD id; sound_filename = wavfile; CloseHandle(CreateThread(NULL, 0, thread_Play, this, 0, &id)); } TRACE_EXIT(); } bool W32SoundPlayer::get_sound_enabled(SoundEvent snd, bool &enabled) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); if (registry_get_value(key, NULL, val)) { enabled = (val[0] != '\0'); } return true; } void W32SoundPlayer::set_sound_enabled(SoundEvent snd, bool enabled) { if (enabled) { char key[MAX_PATH], def[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.default"); if (registry_get_value(key, NULL, def)) { char *defkey = strrchr(key, '.'); strcpy(defkey, ".current"); registry_set_value(key, NULL, def); } } else { char key[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); registry_set_value(key, NULL, ""); } } bool W32SoundPlayer::get_sound_wav_file(SoundEvent snd, std::string &wav_file) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.current"); if (registry_get_value(key, NULL, val)) { wav_file = val; } if (wav_file == "") { char *cur = strrchr(key, '.'); strcpy(cur, ".default"); if (registry_get_value(key, NULL, val)) { wav_file = val; } } return true; } void W32SoundPlayer::set_sound_wav_file(SoundEvent snd, const std::string &wav_file) { char key[MAX_PATH], val[MAX_PATH]; strcpy(key, "AppEvents\\EventLabels\\"); strcat(key, SoundPlayer::sound_registry[snd].label); if (! registry_get_value(key, NULL, val)) { registry_set_value(key, NULL, SoundPlayer::sound_registry[snd].friendly_name); } strcpy(key, "AppEvents\\Schemes\\Apps\\Workrave\\"); strcat(key, SoundPlayer::sound_registry[snd].label); strcat(key, "\\.default"); registry_set_value(key, NULL, wav_file.c_str()); bool enabled = false; bool valid = get_sound_enabled(snd, enabled); if (!valid || enabled) { char *def = strrchr(key, '.'); strcpy(def, ".current"); registry_set_value(key, NULL, wav_file.c_str()); } } DWORD WINAPI W32SoundPlayer::thread_Play(LPVOID lpParam) { W32SoundPlayer *pThis = (W32SoundPlayer *) lpParam; pThis->Play(); return (DWORD) 0; } void W32SoundPlayer::Play() { TRACE_ENTER("W32SoundPlayer::Play"); try { load_wav_file(sound_filename); open(); write(sample, sample_size); close(); } catch(Exception e) { TRACE_MSG(e.details()); } catch(...) { } sound_filename = ""; TRACE_EXIT(); } void W32SoundPlayer::open() { MMRESULT res = MMSYSERR_NOERROR; int i; wave_event = CreateEvent(NULL, FALSE, FALSE, NULL); number_of_buffers = 16; buffer_position = 0; res = waveOutOpen(&waveout, WAVE_MAPPER, &format, (DWORD) wave_event, (DWORD) 0,CALLBACK_EVENT); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutOpen"); } res = waveOutPause(waveout); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutPause"); } int volume = 100; CoreFactory::get_configurator()->get_value(SoundPlayer::CFG_KEY_SOUND_VOLUME, volume); volume = (volume * 0xFFFF / 100); volume = volume | (volume << 16); res = waveOutSetVolume(waveout, volume); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutSetVolume"); } buffers = (WAVEHDR**) malloc(number_of_buffers * sizeof(WAVEHDR**)); for (i = 0; i < number_of_buffers; i++) { buffers[i] = (WAVEHDR*) calloc(1, sizeof(WAVEHDR)); if (buffers[i] == NULL) { throw Exception("buffers malloc"); } if (buffers[i] != NULL) { buffers[i]->lpData = (CHAR *)malloc(WAVE_BUFFER_SIZE); if (buffers[i]->lpData == NULL) { throw Exception("buffer malloc"); } } } } int W32SoundPlayer::write(unsigned char *buf, size_t size) { unsigned char *ptr = buf; unsigned char *end = buf + size; MMRESULT res; for (int i = buffer_position; ptr < end; i = (i + 1) % number_of_buffers) { while ((buffers[i]->dwFlags & WHDR_INQUEUE) != 0) { res = waveOutRestart(waveout); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutRestart"); } WaitForSingleObject(wave_event, INFINITE); } int chunck_size = WAVE_BUFFER_SIZE - buffers[i]->dwBytesRecorded; if (ptr + chunck_size > end) { chunck_size = end - ptr; } memcpy(buffers[i]->lpData + buffers[i]->dwBytesRecorded, ptr, chunck_size); ptr += chunck_size; buffers[i]->dwBytesRecorded += chunck_size; if (buffers[i]->dwBytesRecorded == WAVE_BUFFER_SIZE) { flush_buffer(i); buffer_position = (i + 1) % number_of_buffers; } } return ptr - buf; } void W32SoundPlayer::flush_buffer(int i) { MMRESULT res; if (buffers[i]->dwBytesRecorded != 0) { buffers[i]->dwBufferLength = buffers[i]->dwBytesRecorded; buffers[i]->dwBytesRecorded = 0; buffers[i]->dwFlags = 0; res = waveOutPrepareHeader(waveout, buffers[i], sizeof(WAVEHDR)); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutPrepareHeader"); } res = waveOutWrite(waveout, buffers[i], sizeof(WAVEHDR)); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutWrite"); } } } void W32SoundPlayer::close(void) { MMRESULT res; flush_buffer(buffer_position); res = waveOutRestart(waveout); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutRestart"); } for (int i = 0; i < number_of_buffers; ++i) { while ((buffers[i]->dwFlags & WHDR_INQUEUE) != 0) { WaitForSingleObject(wave_event, INFINITE); } res = waveOutUnprepareHeader(waveout, buffers[i], sizeof(WAVEHDR)); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutUnprepareHeader"); } free(buffers[i]->lpData); free(buffers[i]); buffers[i] = NULL; } free(buffers); free(sample); buffers = NULL; sample = NULL; res = waveOutClose(waveout); if (res != MMSYSERR_NOERROR) { throw Exception("waveOutClose"); } } void W32SoundPlayer::load_wav_file(const string &filename) { MMRESULT res; HMMIO handle = mmioOpen((CHAR*)filename.c_str(), NULL, MMIO_ALLOCBUF | MMIO_READ); if (handle == NULL) { throw Exception("mmioOpen"); } MMCKINFO parent; memset((void *)&parent, 0, sizeof(parent)); res = mmioDescend(handle, &parent, NULL, 0); if (res != MMSYSERR_NOERROR) { throw Exception("mmioDescend"); } if (parent.ckid != FOURCC_RIFF || parent.fccType != mmioFOURCC('W', 'A', 'V', 'E' )) { throw Exception("no Wave"); } MMCKINFO child; memset((void *)&child, 0, sizeof(child)); parent.ckid = mmioFOURCC('f', 'm', 't', ' '); res = mmioDescend(handle, &child, &parent, MMIO_FINDCHUNK); if (res != MMSYSERR_NOERROR) { throw Exception("mmioDescend"); } if (child.cksize < sizeof(PCMWAVEFORMAT)) { throw Exception("chunk size"); } int len = mmioRead(handle, (HPSTR)&format, sizeof(format)); if (len != sizeof(format)) { throw Exception("format size"); } if (format.wFormatTag != WAVE_FORMAT_PCM) { throw Exception("format supported"); } res = mmioAscend(handle, &child, 0); if (res != MMSYSERR_NOERROR) { throw Exception("mmioAscend"); } memset((void *)&child, 0, sizeof(child)); parent.ckid = mmioFOURCC('d', 'a', 't', 'a'); res = mmioDescend(handle, &child, &parent, MMIO_FINDCHUNK); if (res != MMSYSERR_NOERROR) { throw Exception("mmioAscend"); } sample = (unsigned char *)malloc(child.cksize); sample_size = child.cksize; if (sample == NULL) { throw Exception("malloc"); } MMIOINFO mmio; res = mmioGetInfo(handle, &mmio, 0); if (res != MMSYSERR_NOERROR) { throw Exception("mmioAscend"); } int pos = 0; do { size_t copy = mmio.pchEndRead - mmio.pchNext; if (copy > 0) { if (copy > sample_size - pos) { copy = sample_size - pos; } memcpy(sample + pos, mmio.pchNext, copy); pos += copy; } mmio.pchNext = mmio.pchEndRead; } while (pos < (int)sample_size && mmioAdvance(handle, &mmio, MMIO_READ) == 0); mmioClose(handle, 0); } workrave-1_10_10/frontend/common/src/win32/W32SoundPlayer.hh000066400000000000000000000034341263301626300236040ustar00rootroot00000000000000// W32SoundPlayer.hh // // Copyright (C) 2002 - 2010 Raymond Penners, Ray Satiro, Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32SOUNDPLAYER_HH #define W32SOUNDPLAYER_HH #include "ISoundDriver.hh" class W32SoundPlayer : public ISoundDriver { public: W32SoundPlayer(); virtual ~W32SoundPlayer(); void init(ISoundDriverEvents *) {} bool capability(SoundCapability cap); void play_sound(SoundEvent snd); void play_sound(std::string wavfile); bool get_sound_enabled(SoundEvent snd, bool &enabled); void set_sound_enabled(SoundEvent snd, bool enabled); bool get_sound_wav_file(SoundEvent snd, std::string &wav_file); void set_sound_wav_file(SoundEvent snd, const std::string &wav_file); protected: static DWORD WINAPI thread_Play( LPVOID ); private: void Play(); void open(); void close(); int write(unsigned char *buffer, size_t size); void flush_buffer(int buffer); void load_wav_file(const std::string &filename); HWAVEOUT waveout; HANDLE wave_event; int buffer_position; int number_of_buffers; WAVEHDR **buffers; unsigned char *sample; size_t sample_size; WAVEFORMATEX format; }; #endif // W32SOUNDPLAYER_HH workrave-1_10_10/frontend/common/src/x11/000077500000000000000000000000001263301626300201655ustar00rootroot00000000000000workrave-1_10_10/frontend/common/src/x11/Makefile.am000066400000000000000000000013411263301626300222200ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if PLATFORM_OS_UNIX noinst_LTLIBRARIES = libworkrave-frontend-common-x11.la libworkrave_frontend_common_x11_la_SOURCES = \ Sound.cc libworkrave_frontend_common_x11_la_CXXFLAGS = \ -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -D_XOPEN_SOURCE=600 \ -W -I$(top_srcdir)/frontend/common/src \ -I$(top_srcdir)/frontend/common/include \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ endifworkrave-1_10_10/frontend/common/src/x11/Sound.cc000066400000000000000000000030601263301626300215630ustar00rootroot00000000000000// Sound.cc --- Sound class // // Copyright (C) 2002, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "Sound.hh" #include #include void Sound::beep(Display *x11, int freq, int millis) { XKeyboardState state; XGetKeyboardControl(x11, &state); XKeyboardControl values; values.bell_pitch = freq; // FIXME: why /2 ? The spec claims bell_duration is in millis!! values.bell_duration = millis/2; XChangeKeyboardControl(x11, KBBellDuration|KBBellPitch, &values); XBell(x11, state.bell_percent); values.bell_pitch = state.bell_pitch; values.bell_duration = state.bell_duration; XChangeKeyboardControl(x11, KBBellDuration|KBBellPitch, &values); #ifdef HAVE_NANOSLEEP struct timespec tv; tv.tv_sec = millis/1000; tv.tv_nsec = (millis% 1000)*1000000; nanosleep(&tv, 0); #else #error No nanosleep #endif } workrave-1_10_10/frontend/gtkmm/000077500000000000000000000000001263301626300166145ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/Makefile.am000066400000000000000000000002751263301626300206540ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src win32 osx workrave-1_10_10/frontend/gtkmm/osx/000077500000000000000000000000001263301626300174255ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/osx/.gitignore000066400000000000000000000001141263301626300214110ustar00rootroot00000000000000/Workrave.app /workrave-image /Info.plist /install.log /tmp.r /Workrave.dmg workrave-1_10_10/frontend/gtkmm/osx/Info.plist.in000066400000000000000000000015341263301626300220050ustar00rootroot00000000000000 CFBundleDevelopmentRegion English CFBundleExecutable Workrave CFBundleGetInfoString Workrave @VERSION@ CFBundleIconFile workrave CFBundleIdentifier org.workrave.Workrave CFBundleInfoDictionaryVersion 6.0 CFBundleName workrave CFBundlePackageType APPL CFBundleShortVersions @VERSION@ CFBundleSignature ???? CFBundleVersion @VERSION@ workrave-1_10_10/frontend/gtkmm/osx/Makefile.am000066400000000000000000000004551263301626300214650ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in Info.plist install.log tmp.r Workrave.dmg clean-local: -rm -rf Workrave.app -rm -rf workrave-image dmg: ./make-app.sh ./make-image.sh workrave-1_10_10/frontend/gtkmm/osx/Workrave.webloc000066400000000000000000000004001263301626300224140ustar00rootroot00000000000000 URL http://www.workrave.org/ workrave-1_10_10/frontend/gtkmm/osx/dmg.applescript000066400000000000000000000017521263301626300224510ustar00rootroot00000000000000on run -- for testing in script editor tell application "Finder" tell disk "Workrave" open tell container window set current view to icon view set toolbar visible to false set statusbar visible to false set the bounds to {30, 50, 579, 600} end tell close set opts to the icon view options of container window tell opts set icon size to 64 set arrangement to not arranged end tell set background picture of opts to file ".background:background.png" set position of item "Workrave" to {100, 40} set position of item "Applications" to {420, 40} -- set position of item "Workrave.webloc" to {260, 150} update without registering applications tell container window open set the_window_id to id end tell update without registering applications end tell set bounds of window id the_window_id to {30, 50, 575, 415} --give the finder some time to write the .DS_Store file delay 5 end tell end run workrave-1_10_10/frontend/gtkmm/osx/dmg_background.png000066400000000000000000000666421263301626300231170ustar00rootroot00000000000000PNG  IHDR@sRGBbKGD pHYs B(xtIME?. IDATxwtSu'{oJ7%{(Bq_:@\l(tӽHwfV*7iBsH͝i:Ճ4R^""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D"""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D"""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D"""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""""D""""bH$""" .2)tdI"X!+{3;ߝE.v DDDD˅F΃0z!!!!!!!!!!!!!!!!!!!!!!!!!!!!.NssdTN;ODDD4C 7#2x,!} DDDĐxÁ7#1$^Tׂ.xC^,9;0 k#bٝp S?~ߣS,; 3瘙0wp2dx$""&Y4xP܀4槣Ξp4M*H4VnC*WB*7NFm~m}fϽJgO# jHPiT%7-1r z=Ow a̙ Cii)oߎe)S憺:$&&")$u{,H)T30CkK]999aժqڵ~=/?/"> mC>Wۨ~†O7 D"4m2[`ܸHDDD ys!^Go#wUnZEB* MW3;S6 j`;|~1j(\yEnn.jkk:V v~g:H%H%/c"""!QӤBu^o%{>CX2 kH$A9Vzhꪠ*@MJ=++Kv;X|e0a.XD$_L붝!Q\\ӧaC*r3z4ƎEYY95ePZYu(:;Q#;Q'jR:Z 7d׊A¤ˎ<ʤ=zw;)"+Gv"w&T'DrBn<0ݻ_Ǽsaooa5K+`iiatg1cD{{;v ( *S 5OSp4f\i41 1Yd)lGإ#h2XziZu+nEo:+P gƓV_{[>N7^66ttJU!%%~!6oң܏͠+]LVܪCMqcG#Wp};kLX4QTQ^RTJ AQnEж=nfXZZ7\*@&J$pwwǼy0aTVV ??:N5j`A;VVA1$\.CCN2jN@VȀCN3 rZUS0wp}@WP,#2}-ppp=܅[nJmju:TVU"1)Ǐ@~A lmʡ'NDss3RRP BcafcϐHDDD&e6.^ 3jp8- bF"/{]qU[F]c=Rqj[nA}^*.ean޳K^~>lق)=]͟?+V\1켹Q~~~Xs뭨¶mMh*Ȅ?DDDdR&+IH$Il4砤vVֈ Bn8) DGɹYh;TY Y(3VVaVۇuGÏ?nCiiiL*SpX6n܈M颫p!tvvBamp $eFmLTFkS=c;\]l|( ﷱƊ9 P^[v s_+|!{nrD`hyLT"0)YQBΝpQ\wݵ{0oL* r3 ~hhDLKP_r+HR,1J#w}=1{T =/A<x 3FME#vp@ڊéI`r{EYY֯_!Q__anO1 )6Ӆ=疈 `aV@AE m;y7,X0aqR$F@V^4~԰Hܶ:LgqmpרƖ-[sެt$$$\!w姘qls\\ppKܧ㳲5.Ecc>5Z-!>>+jHި lذ?Kk8ˎ>*k<\*ľv{;m^&6|pE% &_ \OFEN]-*cDZzadx B`kiU=N ޾ÿXYZ"zX$}V| ɛy^zEl [ySX٢6jHJ>4Xoކ^\'t}@hf '7~]!9a.l#F4CQX]AzQ.ҋr siYhdIOƜ S}Vk n\\>nVΝ;ϝjP~ Ϋpb"l`aT km3^ ~^(sC"K>b}K:~)wwc;f͔RԀKOuB,>q5>6UsTMi&{}DҭPzjlVB?Xw*<5W!/E׉Z(d E׋vZaH$"bH<3478֏Xs7_(UVKµsDggEgg'PW &`„ C{ƕW\!ء*NmZ;X8hth,vg^_ uc}EC?B J5͂xg~UӤB yӛho6 jj D]c#߳5Z|xc޸}ށu5L2˗/R=eR)[op+~zwU5ڢGW߈{(-+ /,J\ U h&/~Hp.ڳU9mд. @"9v,E$"bHV݊ʌٗ "\=Ri)S&!..npw?s\57'gL3'3׳Gq_ﱷyKpk0yd߽QeR),DZaÆs/@}A\cƇDN4^_M*d~:1t t.44d .g{D""nQ~bt5]h!Q]S][Py0N=)+/Gyy9.ninFss mdkc%ƏC8"cxU6l CyyThoTm.k.؃:M'>zʨZ4<ڌMo~"z4砡( U%h_f60qWCGRʖd$ [Z   ٦\ < {~A?gjJMm%TP+ TzC;10eNxf½$6uPJ+j +4:uh(,T(:X5ìڴZ٠%DFH5#{d kPacm sJ:rrr5ӊ-lmmVEE*** 3 QHIGvvoߎchx;J^QCYmlH  RQ[S4Ƣ,!1nAwM߂Nÿ#P~Wa[%z- ӗB*'} ҿ~Sp[sGGs#2yoJlƔH,{&6!D<>JrJ1殗!7Ô? ϿUAP00ᓛ 97K6\ݎ[0ff<?/j}Qїhpr?c="[#Aifcp$-'a1zhqIM]WG\ \iVapEC '7<ۧ}6dS/f7Dsmz=I<ƢlSފ G q|kҏuTQ3k;}:N~z;VdJ X{n*0vo|e|?08{?3sT{c/tSUU^} umzM]Eq<3|qպŽ e[ }-?:߬y8*~+mz~ى}: cnؽ;|4uh]v#!!{hkkG{[:::HIIjgk=l8&Čjkkoqȑ&*$J ȍf(0ù@S?겾DWm@[mh {Qj*+Dk{ ;{벒Y8y`ǝsq =q2a%eGvbY@lŎ;fCgĬB"S\p볫; :pvO<W~7AR h:1,i_in+3f4-< HA_ N4LZXv?@e扞?MMx_tR#''Rkn[rھ˧G\xhH1zӰ^۷;#FQ}.[Bb}1+ b)H.yt I? "yjZU*з+[N~VUO\-:T@5vj4,p/5uR)R2jK6+?\c7Gpy]H?p*T(oGzu-,ZLv=m̟扆|Hl./Dږ (:l45V i%CKjdgt~}]%pc IDAT?Q0nۋg ye߇Ӧa lmmEJj*rs~̕J+ű+@pYo@P(2VbCȏo.5)=>AKiHxap]5n` @go b(fJL{RXEg9wX:\ hq@ex®>ϱsySt_V>*mo+{тPѩw_rAbf}? {=O O/_WO>Z/FM>gI"$G{k#F=Wđb/YªJ8OogZ,5{OEN,1Llo6r Nd`OaAR,<edfbHKY"s "(Y"+HpCĔ_3nʎ.< $Z]jYW { Tvs $Ui;߱ <,6#~9KICH4boZ!3*nBOP7k¼~{6u:{!֘6jy8Uyb۵ q"tDòI]`ׯþ)q'%l|@Ubo*9VsY>nyFdP[iL[s䱝_ڨrc \'{(N|A#^z3v-u=yd"v,%ҏßDC1$6`O> _WO\=2L9Tp(UH;`ܹ:\:y b pde*+g{'̉Q"t<=܌ 2$:;;*VWyޜW`Hl)CZ ڸĂ #$q*Ev+Eë yAz"3S"xpo'ڞhC%53@76)}NjtfCaVYCo(f B'<Tw~kxI-ׄć%v2bkF̍cnO#6㍭o(r9 uueJ>(l7f7>yCޅ7˻^pneW LӉ_{b^yWGL |eڬl9a'{Fcp@ۿ}rtƕ>fxap |q [٣:=ɉɀkPv͕ƺ$zޞ܉ß~/%f=;;;ѢVCvv͛:u*xu,[vE8Pql7*}} 4Y[?\op KO(EB?PωCMD{նT#D1w  Y }6eE4M2h> Myeihx_}Ml tfJ=_c{.=m0"~:d1,-[yLa K>{ZtMk_B#->xwzaQDэDC1$rӠMa ;'T؀F.ȹ-&:*nVXXtUP 9)oSE[C!xr3$2F!X>[o(g-=Ɠ>m,7f#tM}. +7kh~$Ciښˍ 7 suF{Qc8vs+|q[67PeD!Je(5r繎8.˗`~\XtsySZ'>EC\j ͐T^8:'@l--F^i1CBrqL퍇|_]wb_Q;HښtP6JTg / Yt#Ok RRQ_{ bQݤB o@";_׵t].6P]x/4muUJzJjp y׷A1 uZٵ6Թ %[mC;| M_XҸ* 7 ǵ$3/7-^ZXUÿȍgxd⾇/ĽԸ8ɉɀ$נAArr9'jSk0jԨFz{{cڵw}NuxЃb(ZB" V]ݜᓂCȔ戹!!Qӡ8muIClyۿV7p ׵DiEnnE7Gqo"zGOD`Hp,h0u&;}vR N{qvz7>a0`h9kmEyC/9Azz4-jQOv5`ѐx½LlugnT*XST& ikCfm':! JE6bI_BT"pJY{+\˄ǹ̊`+lRD.cIbVDW"zD?]+mDFeK#|st/+@Dg@ VVPXYC֎sz"RgcY(o h(A[EYw'u^iD#}^=&cJ벒Dv ȀÆL(`{ECVCG잷T )vvs;7U$8$8StiK=RD}?BWʴm VO+֢$18p j}Qݏ44 .ppAM}U$T*@ZnΝY3g^7>>]6@fӿF.~pi (|EzZ ]o0$7hvytRCkL]%E{\}sGu߇J+<cM\[fW9 U'2^} oT5w~!F&7IX]ۧIZai7p3Ȅ?{-!˻^CҸ)QA el^~D`,oޟD_b%եYP"1CHfӎ)ghC woq.nke I;&~Y!'Rx;' txƕHC;fFG#3f2:JPV~Ψjo"2:Z)r,p,- SN`x@dgqJjTaxt \h#֞Cx=D;fgDRJ J ~x468;zR3!7aWEuaf&0iFIZxՒ@ӴGtoطb?`q M>{@pn|慾}fIbUBnGPQ8W® ֪j(4hAQRpLJ0$v9"w;bC1:=6P۠B`Hِ9)?pՀDXGc)`+nN4|gEj54 (nit)bWHZE{-XE/V=NJd hi1\^m׎BGc`( ,8^Zep"}-Z[?T}?W'cهhю#зqol%9NN)2(ya7u>bpr6eUgjTUvw[Vl޼ 6^af1&44FQ/K$>޴RDP:.hR:u:$~:Ö".PXݳ\сĝGwu?LysmTcߓ}TLUh&D'G*6 3v'Xt!'ܾboAdlI"C"`n?}JuVN077g> |&̅yc x2zƶKߌtJ;6VO!?CA "VdJs 3=S奉_87<&~ߑ/8 t02B43i7[vMv>ޔ}ZSa/yKp61Љ/,im/Bص,Gk1_6bpQRV=z/6eex3Ϣݔy~9xT`ھ coZi,9O۫MőW]'j#PXn$6}`<}egۄ.DyŸ}:_axj\}j9 tDr+1j;S~~ى☓fi_V<~>@#J"#ڶyK t#E!~mYq/J lAxf*gA4,--/h۰dR< ]b؂kz5b3wWa(Its)"5?QvԨm5bK}!$ï\+\шΣlP#/5={~dWG!~h)78CbI`ηUt?0 T,౳79-6ƍlP7 ۯ1#K\=}{A)5"!nL)X`zn}i־4<uGI#q2#nلI (;xWB IΫs10{D&۞vi{}.E{fJ|>My܎\-mTd( :;ZH5prô7A"RV[N5}pb9Nton2|rxMaNQ:\t`{ކV1XRǚ2O_˽EYڠϤc5Ǣٙ仳54fm9f͋&4 z 7r>k /(`XCa1`J_ ]sP*ۚ vB/S@"WLa33TE9(8 s+W`ʔ) 7%&:<= Y/mS.p.b\#b0-~eKcװ^ok-4Jrl$L[jンSE}"LqB CYOZRk;F'f)Q{I7A7UV€oo{ Ys+ a8{`P(prtDXP0fV\/~F DsM%k*y6sBi;{+r ϔKMv/boO1HS@l*=y-]< !7a#w[ԤE[YVXxؙV5y➷[''mY+i٧7ͭoņG>6zfvZ"Ӈ.ܙVE-HE4$ >vt0X\RasssXZ"!#?؍CaYprr] K,EJl IDATJڅ̼S1f<  72HsrPWe ҼGiUMR7T؛c $~Do}>9h ]|" p1ǴE RH} V;+}^}4=uLl^{^W={ 釐<~'>!(~mwP\ ya[H1Na45#,CbcnAr->&Ŏ@{@o?T >~d5#Fرc+QV]?OP J{sr67u|KLpf LFtn11]8?^ԦC}ƺNnp𙴰tfvw1A sW N}{]XzCS( :{@p\ߖ >3eP?Y1ԇs7B: %J‘:vGQۭl{{1v׷p-6t)SvĂcgo+>~]by׹J Ը$0qH5߃{"duB?x/U\Ջ^j9~j<~y|GxQ_]_WOax@0/nν.Ɵ87} b'7vv(r Tnt4wu6tms uc6abLC쩻C :;huD8.:8U]rNǬ֪(::Zٙ pg* C;L.^*Fg|UB@HD!>~/OexuU(,CAy1}m0 D#/>HEIQyAٶO9/ Kk(,i̔P9 ޸-vhs2an:w_~`O{u++AQCǏÉXpE7__yx7`RH*ǩ|d"=?98z{]_o8VtCvm"""Co(,"qx'8v>jhllBQE)󎯫8^tz,-1B I6uaa@HlJBM B3`lbYm˽\[Pl,[~>W{̜g~oԶ6SBmG mt xǜ͛'jo..9 IIML"51uGy^pkPc﹙7gMNY (3R;6??$x%N25RҒlMD=Kww]B$N@$nb5MNeA\K ֲݼF*voE:@ B$ QPƒ8[ $>Gnd&nK$f'f#5N͎dBPPX7!@ "q4Z._ Ws_-t[JYY_rf'(++ 1e NNx_]ר͝\-@ęJ7s ε_}Gc4fe֬Y×3Q h&!-gioo7qAXKDbQјx:@ sJJpbXV-XªKgJؼi7 =w-]tO=4`pA^|E^usC!N|^*/h4ïnnw V^Mqq1yyya28N^{5rsh0F}} Lo6ȣr~;^x 7||644ğ3-s)--eR*tɕ|/c6?U}V6RPir?9zeDțLJH%[>ևr 3a gz۝<[',%r%FL50O͡]I4v\/TPV{`g:o\q- F3-tuuK/K/OzP(Lii9++)))ATT*ijjiƮ]hmm v|^/W_}b , (rB8if6mN nyGFSt]$})3i Eb9ȁ>ILgoFT?PoBmNQWDžDgGL(Sr9@ko{ӳƈ@ E+VxŧhJKKٽg+Wh4b(ak8>7JVK:DUuu\ J$.ĘM&zD|.~?pbb2P@uKw:r X` 0`Zֲ]lܽbF")8Q |v83G0ڧ'P$m{>InB> ).p8PG& O]uE`Eb gL@޾>^۾6Ns[AbCCCl.+>͆l! 9/[J$H$c+aOJk[}+eh={p[o8,nf4 ^~ Gc ރ{_.';9 ()`NFyi$YmJ${*y/rh`%WOBSp}&eލeEsl ld93_XDhރeuz LֲdCj1kzt5N*оo;lgI~!9Ǽ~ztwoCx/Pi0c.,’U@=F(᭿3|y 7@,̻ヒlVYCpPPh5?=W_u5_|1q'#(;3"ųZK A"l<,Ư8X4'9oDHRV;Z%%" >L 0Sfo~BW\ogO~wד9sO5өq woR vQ[5- >'!{iӱ3ZH.("Z9d,3rW-XIB]F54OVRIU軿5oL&]=N,v~^y~K-"粛(Gs5k_u9P, _}b&Y+/{'>-i3'lx[܎-o %`iOz }窣 x^nIl՛m3s㾞ミ-?SWi"/_hڿ_ψ6rӴS"g81`o!s>R+>!fWF+AWDƚ˦<@G=$.J5"xF~2d2^U& CwΑ2<׿ef֝"z԰qF***h+?oD#P,dw]A08;J"ՙFBT=?z'-$1P7 PfC1x`fҙ[)~0,9hg6H#wsͳ f9 T$VN,1BNF̜#fp˵ӺeĔD(>n3goO<2w<0cܲ+4C{6r*93Ygck @j<H( $Qk咽0X_CS &bQiĢ!ѩN$ /a/$Fp!zan6Js/ٵk@R(eɵߝR gjq E,--c`6rצ2Tq6eזaɛG־,̔35_ȃq~Z?fVLy_~:ʶM;ӜiݩrCtz1B&3stzq3g*9}}Ŵ:b̉Lc7#e8KP$e߃w)};x+S|̜1"ф Mr&o&KxnK[JgV*&Wv9ub#eiʄQ)UU*N +Q& Sc]@EkX2熟 ՛6XѸ=T_BMĉOK-p73r@to&%-"`&ʙ+VDR5;SiOOs4[Ƒ2mr,3g1fh6G9S/Ɲt93YgcT o*k2jK/PV JG3XWIRЄs~Րbju(:NV s0oz,Y Pt&̩]e.od  j{HI//t#]-B '^NMXC^\D0L3Wjv&U73gLfnw7PY NGI.금+0~Uʤ" &N}թd(r, 5_s`?ѣnvRKOydMx7Dh6CYzB jrOƐ@{#~o$#2!h&-d!NQ _р-Q}}=m'VW[-mB{"`vi!VX$U3T 3G9S93YgQRGut6茋[F8SQ T|EvR~uף%N6eOeNj>YBK΍x{'`bҽqbID^˶l8eӘ;􀗠=FR_H+Rx"<nM#i2vT&`i_FƮ( 5Sl% 3>Φ!I@^ϲ^AiOTSZ8&g`[ Mӳd59fphX1.3k|RV]<ބe w99ڙMÙ>bE{bb̈X)B vUWOXI#V[:9s)JOvҋ%iIɔbld7~NĞ7e(}^Js׭GӴo[1]BaJ5t#߹ట~;L9RD0"qc(S8v!VNX9S"I/3G99ޖ37Qك6%x;v$we"s/݁=ߊT&EeP2>7 lG-f)v= EpW S))dd/sj8 <+}5=-ZTxkN7`N3؋\.ej\9+2X2A#R8gk(j>Rs(;cĂ= +]DɿCZKK6r| ]o,'om.V{~.ggT9Cuw%%zeEv-RYܵ GaORb<.z+ȃ߰?Y\%%2,d̢HQ4Z/ 5]#h3-pX9=bDR5 /V 3G99 WX}N>?H }[x8V[fgpJd9Z4omtn/ dοs=Iv6߻iq)KSHYBœ;+rj9}L!aVbu2䞗KێV\yc21QRL!ᬯ/gU NdrDbH2 G,~t1F.ؐjbΥ/J&m育9߸dHo-W]9|Z:}XhGaTzV*%Ө݀}A Qc4>ɀ0 M Ksƚc# #uyH`#}\}O3N3-+IlL#̜̜1cu&O;+}=,5z,f1+_2r̕YdSI &.qbxaaVMz%) Gc/c/<81=9Z}&oڙF3N3-#Vj&U3WOԓ@ zH$ޮCQB$ lšoÜeBN Ng'>H$H7F LfLfq#H2$(cj"ķM!#B9Jʘď2!, "ɈH"ݲ&!'F/n@ fd&>H-@ (@ 8&lEg7IENDB`workrave-1_10_10/frontend/gtkmm/osx/fonts.conf000066400000000000000000000123051263301626300214260ustar00rootroot00000000000000 /Library/Fonts /Network/Library/Fonts /System/Library/Fonts /usr/X11R6/lib/X11/fonts /usr/share/fonts /var/root/Library/Fonts ~/.fonts ~/Library/Fonts ~/.fontconfig mono monospace sans serif sans-serif sans sans-serif conf.d 0x0020 0x00A0 0x00AD 0x034F 0x0600 0x0601 0x0602 0x0603 0x06DD 0x070F 0x115F 0x1160 0x1680 0x17B4 0x17B5 0x180E 0x2000 0x2001 0x2002 0x2003 0x2004 0x2005 0x2006 0x2007 0x2008 0x2009 0x200A 0x200B 0x200C 0x200D 0x200E 0x200F 0x2028 0x2029 0x202A 0x202B 0x202C 0x202D 0x202E 0x202F 0x205F 0x2060 0x2061 0x2062 0x2063 0x206A 0x206B 0x206C 0x206D 0x206E 0x206F 0x3000 0x3164 0xFEFF 0xFFA0 0xFFF9 0xFFFA 0xFFFB 30 workrave-1_10_10/frontend/gtkmm/osx/import-frameworks.sh000066400000000000000000000024471263301626300234600ustar00rootroot00000000000000#!/bin/sh TARGETDIR=`pwd`/Workrave.app EXECS=workrave for e in $EXECS; do F=`otool -L $TARGETDIR/Contents/MacOS/$e | grep compatibility | grep -v /System/ | grep -v /usr/ | awk '{print $1}'` FRAMEWORKS="$FRAMEWORKS $F" done for f in $FRAMEWORKS ; do DIR=`echo $f | sed -e 's/\([^.]*\)\/\([^.]*\)\.framework.*/\1/'` FW=`echo $f | sed -e 's/\([^.]*\)\/\([^.]*\)\.framework.*/\2/'`.framework VER=`echo $f | sed -e 's/.*\/Versions\/\([^.]*\)/\1/'` echo "Installing $FW..." mkdir -p $TARGETDIR/Contents/Frameworks rm -rf $TARGETDIR/Contents/Frameworks/$FW cp -Rp $DIR/$FW $TARGETDIR/Contents/Frameworks rm -rf $TARGETDIR/Contents/Frameworks/$FW/Resources/dev/ HEADER=`readlink $TARGETDIR/Contents/Frameworks/$FW/Headers` if [ -d $TARGETDIR/Contents/Frameworks/$FW/$HEADER ]; then rm -rf $TARGETDIR/Contents/Frameworks/$FW/$HEADER fi rm $TARGETDIR/Contents/Frameworks/$FW/Headers ./relocate-framework.sh $TARGETDIR/Contents/Frameworks/$FW $DIR/$FW @executable_path/../Frameworks/$FW CHANGES="$CHANGES -change $f @executable_path/../Frameworks/$FW/Versions/$VER" done if [ "x$CHANGES" != "x" ]; then for e in $EXECS; do if install_name_tool $CHANGES $TARGETDIR/Contents/MacOS/$e ; then : else exit 1 fi done fi workrave-1_10_10/frontend/gtkmm/osx/make-app.sh000066400000000000000000000241201263301626300214530ustar00rootroot00000000000000#!/bin/bash # # Copyright (C) 2008, 2009 Rob Caelers # All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Based on code from inkscape, growl, adium, mozilla and probably others. # # ------------------------------------------------------------ # Configuration # ------------------------------------------------------------ LIBPREFIX=$HOME/gtk/inst BINARY=workrave PACKAGE=Workrave.app PACKAGE_VERSION=`grep PACKAGE_VERSION ../../../config.h | cut -d' ' -f 3 | sed "s/\\"//g"` # ------------------------------------------------------------ # Print usage message # ------------------------------------------------------------ usage() { echo -e " Create Workrave application bundle for OS X Usage: $0 [OPTION...] --help, -h Display this help message --keep-symbols Keep debugging symbols --link Create symlinks --import-frameworks Import frameworks in Workrave.app --gtk-dylib Copy Gtk dynalic libraries " } # ------------------------------------------------------------ # Parse command line arguments # ------------------------------------------------------------ conf_strip=true conf_symlink=false conf_copy_gtk_dylib=false conf_import_frameworks=false while [ "$1" != "" ] do case $1 in --gtk-dylib) conf_copy_gtk_dylib=true ;; --keep-symbols) conf_strip=false ;; --link) conf_symlink=true ;; --import-frameworks) conf_import_frameworks=true ;; -h|--help) usage exit 0 ;; *) usage exit 2 ;; esac shift 1 done # ------------------------------------------------------------ # Setup # ------------------------------------------------------------ osx_minor_version=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 -d'.'` pkgrootdir=`pwd`/$PACKAGE pkgcontentsdir=$pkgrootdir/Contents pkgexecdir=$pkgcontentsdir/MacOS pkgresourcesdir=$pkgcontentsdir/Resources pkgframeworksdir=$pkgcontentsdir/Frameworks pkgdatadir=$pkgresourcesdir/share pkgetcdir=$pkgresourcesdir/etc pkglibdir=$pkgresourcesdir/lib pkgthemedir=$pkgresourcesdir/themes sed -e "s?@ENV@?$env?g" -e "s?@VERSION@?$PACKAGE_VERSION?g" < Info.plist.in > Info.plist # ------------------------------------------------------------ # Create directory layout # ------------------------------------------------------------ echo echo -e "Creating Workrave application bundle" echo -e "Workrave version is $PACKAGE_VERSION" if [ -d $PACKAGE ]; then echo "Removing old $PACKAGE tree" rm -rf $PACKAGE fi echo "Building new app directory structure" mkdir -p $pkgresourcesdir mkdir -p $pkgframeworksdir mkdir -p $pkgexecdir mkdir -p $pkglibdir # ------------------------------------------------------------ # Install Workrave # ------------------------------------------------------------ echo "Installing Workrave" if [ $conf_symlink = false ]; then INSTALL="cp" else INSTALL="ln -s" fi make install -C ../../../ \ prefix=$pkgrootdir bindir=$pkgexecdir pkgdatadir=$pkgresourcesdir \ datadir=$pkgresourcesdir soundsbasedir=$pkgresourcesdir/sounds \ DATADIRNAME=Contents/Resources > install.log 2>&1 if [ $conf_symlink = true ]; then rm -rf $pkgexecdir/workrave ln -s ../../../frontend/gtkmm/src/workrave $pkgexecdir fi rm -rf $pkgrootdir/lib rm -rf $pkgrootdir/libexec if [ $conf_copy_gtk_dylib = true ]; then mv $pkgexecdir/$BINARY $pkgexecdir/${BINARY}-bin $INSTALL workrave $pkgexecdir fi cp Info.plist $pkgcontentsdir $INSTALL ../../../frontend/common/share/images/osx/workrave.icns $pkgresourcesdir echo -n "APPL????" > $pkgcontentsdir/PkgInfo # ------------------------------------------------------------ # Install Pango # ------------------------------------------------------------ if [ $conf_copy_gtk_dylib = true ]; then echo "Installing Pango modules" pango_version=`pkg-config --variable=pango_module_version pango` mkdir -p $pkglibdir/pango/$pango_version/modules cp $LIBPREFIX/lib/pango/$pango_version/modules/*.so $pkglibdir/pango/$pango_version/modules/ mkdir -p $pkgetcdir/pango $LIBPREFIX/bin/pango-querymodules \ | sed "s?$LIBPREFIX/lib/pango/$pango_version/modules/?@executable_path/../Resources/lib/pango/$pango_version/modules/?" \ > $pkgetcdir/pango/pango.modules mkdir -p $pkgetcdir/fonts cp $LIBPREFIX/etc/fonts/fonts.dtd $pkgetcdir/fonts/ cp -r $LIBPREFIX/etc/fonts/conf.avail $pkgetcdir/fonts/ cp -r $LIBPREFIX/etc/fonts/conf.d $pkgetcdir/fonts/ cp fonts.conf $pkgetcdir/fonts cat > $pkgetcdir/pango/pangorc << END [Pango] ModuleFiles=./pango.modules END fi # ------------------------------------------------------------ # Install Gtk # ------------------------------------------------------------ if [ $conf_copy_gtk_dylib = true ]; then gtk_version=`pkg-config --variable=gtk_binary_version gtk+-2.0` mkdir -p $pkglibdir/gtk-2.0/$gtk_version/{engines,immodules,loaders} mkdir -p $pkgetcdir/gtk-2.0 cp -r $LIBPREFIX/lib/gtk-2.0/$gtk_version/engines/* $pkglibdir/gtk-2.0/$gtk_version/engines/ cp $LIBPREFIX/lib/gtk-2.0/$gtk_version/immodules/*.so $pkglibdir/gtk-2.0/$gtk_version/immodules/ cp $LIBPREFIX/lib/gtk-2.0/$gtk_version/loaders/*.so $pkglibdir/gtk-2.0/$gtk_version/loaders/ sed "s?$LIBPREFIX/lib/gtk-2.0/$gtk_version/loaders/?@executable_path/../Resources/lib/gtk-2.0/$gtk_version/loaders/?" \ < $LIBPREFIX/etc/gtk-2.0/gdk-pixbuf.loaders \ > $pkgetcdir/gtk-2.0/gdk-pixbuf.loaders sed "s?$LIBPREFIX/lib/gtk-2.0/$gtk_version/immodules/?@executable_path/../Resources/lib/gtk-2.0/$gtk_version/immodules/?" \ < $LIBPREFIX/etc/gtk-2.0/gtk.immodules \ > $pkgetcdir/gtk-2.0/gtk.immodules ## FIXME: mkdir -p $pkgthemedir/Leopardish-normal cp -r ~/.themes/Leopardish-normal/* $pkgthemedir/Leopardish-normal mkdir -p $pkgthemedir/Quartz cp -r $LIBPREFIX/share/themes/Quartz/gtk-2.0 $pkgthemedir/Quartz fi # ------------------------------------------------------------ # Install dependencies # ------------------------------------------------------------ if [ $conf_copy_gtk_dylib = true ]; then echo "Installing dependencies" total=0 stop=false while ! $stop; do LIBS=`find $pkgrootdir \( -name "*.so*" -or -name "*.dylib" \) -print` EXECS=`find $pkgexecdir -type f -print` libs="`otool -L $LIBS $EXECS 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep $LIBPREFIX | sort | uniq`" if [ x$libs != x ] ; then cp -f $libs $pkglibdir fi num_files=`ls $pkglibdir | wc -l` if [ $num_files = $total ]; then stop=true fi total=$num_files done fi # ------------------------------------------------------------ # Fix dependencies # ------------------------------------------------------------ echo "Fixing up library names" LIBS=`find $pkgrootdir \( -name "*.so*" -or -name "*.dylib" \) -print` EXECS=`find $pkgexecdir -type f -print` for f in $EXECS $LIBS; do if [ ! -L $f ]; then changes="" for lib in `otool -L $f | egrep "($LIBPREFIX|/local/|libs/)" | awk '{print $1}'` ; do base=`basename $lib` changes="$changes -change $lib @executable_path/../Resources/lib/$base" done if [ "x$changes" != x ]; then if install_name_tool $changes $f ; then : else exit 1 fi fi base=`basename $f` ext=`echo $base | sed -e 's/.*\.\([^.]*\)/\1/'` if [ "x$ext" = "xso" -o "x$ext" = "xdylib" ]; then install_name_tool -id @executable_path/../Resources/lib/$base $f fi fi done # ------------------------------------------------------------ # Importing Frameworks # ------------------------------------------------------------ if [ "$conf_import_frameworks" = "true" ]; then echo "Importing Frameworks" ./import-frameworks.sh rm -rf $pkgframeworksdir/Gtk.framework/Versions/2/Resources/share/icons/gnome rm -rf $pkgframeworksdir/Gtk.framework/Versions/2/Resources/share/icons/hicolor fi # ------------------------------------------------------------ # Stripping # ------------------------------------------------------------ if [ "$conf_strip" = "true" ]; then echo "Stripping debugging symbols" if [ $conf_copy_gtk_dylib = true ]; then chmod +w $pkglibdir/*.dylib strip -x $pkglibdir/*.dylib fi strip -ur `find $pkgexecdir -type f -print` strip -xS `find $pkgframeworksdir -name "*.dylib" -print` for framework in $pkgframeworksdir/* ; do base=`basename $framework .framework` strip -xS $framework/$base done; fi exit 0 #------------------------------------------------------------ packagemaker=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker pkgName="Workrave-${version}.pkg" echo "Prepare for PackageManager" sudo rm -rf pkgroot sudo mkdir -p pkgroot basedir="/Applications/Workrave" sudo mkdir -p "pkgroot/$basedir" sudo cp -R Workrave.app "pkgroot/$basedir" sudo find pkgroot -type d -print0 | xargs -0 sudo chmod 755 sudo find pkgroot -type f -print0 | xargs -0 sudo chmod 644 sudo find pkgroot -name '*.sh' -print0 | xargs -0 sudo chmod 755 sudo chown -R root:wheel pkgroot sudo chmod 775 pkgroot/Applications sudo chown root:admin pkgroot/Applications sudo chmod 1775 pkgroot/Library sudo chown root:admin pkgroot/Library echo "Exec PackageMaker" rm -rf $pkgName sudo $packagemaker -build \ -p $pkgName \ -f pkgroot \ -ds \ -r pkginfo/Resources \ -i pkginfo/Info.plist \ -d pkginfo/Description.plist echo "Done." workrave-1_10_10/frontend/gtkmm/osx/make-image.sh000066400000000000000000000105701263301626300217610ustar00rootroot00000000000000# Copyright (C) 2008 Rob Caelers # All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Based on code from inkscape, growl, adium, mozilla and probably others. # # ------------------------------------------------------------ # Configuration # ------------------------------------------------------------ DMG_FILENAME=Workrave.dmg volume_name=Workrave # ------------------------------------------------------------ # Create image # ------------------------------------------------------------ echo "Copying disk image content." dmg_dir=workrave-image rm -rf "$dmg_dir" mkdir "$dmg_dir" cp -rf Workrave.app "$dmg_dir" ln -sf /Applications "$dmg_dir" mkdir "$dmg_dir/.background" cp dmg_background.png "$dmg_dir/.background/background.png" # ------------------------------------------------------------ # Create image # ------------------------------------------------------------ echo "Creating disk image" dmg_temp_filename=RW.${DMG_FILENAME} rm -f $dmg_temp_filename /usr/bin/hdiutil create -srcfolder "$dmg_dir" \ -volname "$volume_name" \ -fs HFS+ -fsargs "-c c=64,a=16,e=16" \ -format UDRW "$dmg_temp_filename" echo "Mounting disk image" mount_dir="/Volumes/$volume_name" device_name=`/usr/bin/hdiutil attach -readwrite -noverify -noautoopen "${dmg_temp_filename}" | egrep '^/dev/' | sed 1q | awk '{print $1}'` echo "Setting layout" osascript dmg.applescript echo "Fixing permissions..." chmod -Rf go-w "${mount_dir}" echo "Unmounting disk image..." hdiutil detach "${device_name}" # ------------------------------------------------------------ # Compressing # ------------------------------------------------------------ echo "Compressing disk image..." rm -f "${DMG_FILENAME}" hdiutil convert "${dmg_temp_filename}" \ -format UDZO \ -imagekey zlib-level=9 \ -o "${DMG_FILENAME}" rm -f "${dmg_temp_filename}" # ------------------------------------------------------------ # Adding EULA resource # ------------------------------------------------------------ echo "adding EULA resources" echo " data 'LPic' (5000) { $\"0000\" // Default language ID, 0 = English $\"0001\" // Number of entries $\"0000\" // Language ID $\"0000\" // Resource ID, 0 = STR#/TEXT/styl 5000 $\"0000\" // Multibyte language, 0 = no }; data 'styl' (5000, \"English\") { $\"0001\" // Number of styles // Style 1 $\"0000 0000\" // Start character = 0 $\"0010\" // Height $\"000C\" // Ascent $\"0400\" // Font family (Lucida Grande) $\"00\" // Style 0x01=bold 0x02=italic 0x04=underline 0x8=outline // 0x10=shadow 0x20=condensed 0x40=extended $\"02\" // Style, unused? $\"000A\" // Size in pt $\"0000 0000 0000\" // Color, RGB }; resource 'STR#' (5000, \"English buttons\") { { /* array StringArray: 9 elements */ \"English\", \"Agree\", \"Disagree\", \"Print...\", \"Save...\", \"IMPORTANT - Read this License Agreement carefully before clicking on \" \"the \\"Agree\\" button. By clicking on the \\"Agree\\" button, you agree \" \"to be bound by the terms of the License Agreement.\", \"Software License Agreement\", \"This text cannot be saved. This disk may be full or locked, or the file \" \"may be locked.\", \"Unable to print. Make sure you've selected a printer.\" } }; data 'TEXT' (5000, \"English\") { " > tmp.r sed -e 's/"/\\"/g' -e 's/\(.*\)$/"\1\\n"/g' ../../../COPYING >> tmp.r echo " }; " >> tmp.r hdiutil unflatten "${DMG_FILENAME}" /Developer/Tools/Rez /Developer/Headers/FlatCarbon/*.r tmp.r -a -o "${DMG_FILENAME}" hdiutil flatten "${DMG_FILENAME}" echo "Disk image done" exit 0workrave-1_10_10/frontend/gtkmm/osx/relocate-framework.sh000066400000000000000000000065621263301626300235630ustar00rootroot00000000000000#!/bin/bash # # Prepares a framework for installation in /Library/Frameworks/. # # Copyright (C) 2007, 2008 Imendio AB # print_help() { echo "Usage: `basename $0` " exit 1 } update_config_file() { file=$1 if [ ! -f "$file" ]; then return fi sed -e "s,$old_root,$new_root," "$file" > "$file.tmp" || exit 1 mv "$file.tmp" "$file" if echo "$file" | grep "/dev/bin/" >/dev/null; then chmod +x $file fi } # Verify framework path. if [ "x$*" = x ]; then print_help exit 1 fi framework="$1" # Check the path, and turn it into an absolute path if not absolute # already. if [ x`echo "$framework" | sed -e 's@\(^\/\).*@@'` != x ]; then framework=`pwd`/$framework fi if [ ! -d $framework ]; then echo "The directory $* does not exist" exit 1 fi if [ ! -x $framework ]; then echo "The framework in $* is not accessible" exit 1 fi # Drop any trailing slash. basename=`basename "$framework"` framework=`dirname "$framework"`/$basename framework_name=`echo $basename | sed -e 's@\(^.*\)\..*@\1@'` # Check framework directory for sanity. if [ ! -d "$framework"/Resources -o ! -f "$framework/$framework_name" ]; then echo "$framework does not seem to be a valid framework" exit 1 fi old_root=`dirname "$2"` new_root=`dirname "$3"` echo "Update library references in libraries..." libs=`find "$framework" \( -name "*.dylib" -o -name "*.so" -o -name "$framework_name" \) -a -type f` for lib in $libs; do new=`echo $lib | sed -e s,$old_root,$new_root,` install_name_tool -id "$new" "$lib" || exit 1 deps=`otool -L $lib 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep "$old_root" | sort | uniq` for dep in $deps; do new=`echo $dep | sed -e s,$old_root,$new_root,` install_name_tool -change "$dep" "$new" "$lib" || exit 1 done done #echo "Update dev symlinks..." #tmp=/Library/Frameworks/$framework_name.framework/$framework_name #ln -shf $tmp "$framework"/Resources/dev/lib/lib$framework_name.dylib || exit 1 ## Handle glib's intl library here as well... #if [ -f "$framework"/Resources/dev/lib/libintl.dylib ]; then # ln -shf $tmp "$framework"/Resources/dev/lib/libintl.dylib 2>/dev/null #fi echo "Update library references in executables..." execs=`find "$framework"/Resources/dev/bin 2>/dev/null` for exe in $execs; do if [ "x`file "$exe" | grep Mach-O\ executable`" != x ]; then deps=`otool -L $exe 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep "$old_root" | sort | uniq` for dep in $deps; do new=`echo $dep | sed -e s,$old_root,$new_root,` install_name_tool -change "$dep" "$new" "$exe" || exit 1 done fi done # Handle some known locations, if we need to add lots more we can make # it more generic. echo "Update config files..." update_config_file "$framework"/Resources/etc/pango/pango.modules update_config_file "$framework"/Resources/etc/gtk-2.0/gdk-pixbuf.loaders update_config_file "$framework"/Resources/etc/gtk-2.0/gtk.immodules update_config_file "$framework"/Resources/dev/bin/glib-gettextize update_config_file "$framework"/Resources/dev/bin/intltoolize echo "Update pkg-config files..." files=`ls "$framework"/Resources/dev/lib/pkgconfig/*.pc` for file in $files; do update_config_file "$framework"/Resources/dev/lib/pkgconfig/`basename "$file"` done echo "Done." workrave-1_10_10/frontend/gtkmm/osx/workrave000066400000000000000000000047131263301626300212150ustar00rootroot00000000000000#!/bin/bash # # Copyright (C) 2008, 2009 Rob Caelers # All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Based on code from inkscape and ige-mac-bundler # name="`basename $0`" tmp="`pwd`/$0" tmp=`dirname "$tmp"` tmp=`dirname "$tmp"` bundle=`dirname "$tmp"` pkgrootdir=$bundle pkgcontentsdir=$pkgrootdir/Contents pkgexecdir=$pkgcontentsdir/MacOS pkgresourcesdir=$pkgcontentsdir/Resources pkgframeworksdir=$pkgcontentsdir/Frameworks pkgdatadir=$pkgresourcesdir/share pkgetcdir=$pkgresourcesdir/etc pkgbindir=$pkgresourcesdir/bin pkglibdir=$pkgresourcesdir/lib pkgsharedir=$pkgresourcesdir/share pkgthemedir=$pkgresourcesdir/themes mkdir -p $HOME/.workrave chmod og-rwx $HOME/.workrave cat > $HOME/.workrave/pangorc << END [Pango] ModuleFiles=$pkgetcdir/pango/pango.modules END export DYLD_LIBRARY_PATH="$pkglibdir" export XDG_CONFIG_DIRS="$pkgetcdir"/xdg export XDG_DATA_DIRS="$pkgdatadir" export GTK_DATA_PREFIX="$pkgdatadir" export GTK_EXE_PREFIX="$pkgresourcesdir" export GTK_PATH="$pkgresourcesdir" export GTK_IM_MODULE_FILE="$pkgetcdir/gtk-2.0/gtk.immodules" export GDK_PIXBUF_MODULE_FILE="$pkgetcdir/gtk-2.0/gdk-pixbuf.loaders" export FONTCONFIG_PATH="$pkgetcdir/fonts" export PANGO_RC_FILE="$HOME/.workrave/pangorc" #export LANG="`grep \`defaults read .GlobalPreferences AppleCollationOrder 2>&1\`_ /usr/share/locale/locale.alias | tail -n1 | sed 's/\./ /' | awk '{print $2}'`.UTF-8" export LANGUAGE=`defaults read .GlobalPreferences AppleLocale` export LANG=$LANGUAGE export CHARSETALIASDIR="$pkglibdir" if [ ! -e $HOME/.gtkrc-2.0 ]; then #export GTK2_RC_FILES="$pkgresourcesdir/themes/Leopardish-normal/gtk-2.0/gtkrc" export GTK2_RC_FILES="$pkgresourcesdir/themes/Quartz/gtk-2.0/gtkrc" fi # Strip out the argument added by the OS. if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1 fi exec "$pkgcontentsdir/MacOS/workrave-bin" $* workrave-1_10_10/frontend/gtkmm/src/000077500000000000000000000000001263301626300174035ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/src/.gitignore000066400000000000000000000004021263301626300213670ustar00rootroot00000000000000/workrave /workrave.exe /workrave.desktop /org.workrave.Workrave.service /DBusGnomeApplet.cc /DBusGnomeApplet.hh /DBusGUI.cc /DBusGUI.hh /resource.rc /workrave.sym /org.workrave.gui.gschema.xml.in /org.workrave.gui.gschema.xml /org.workrave.gui.gschema.validworkrave-1_10_10/frontend/gtkmm/src/AppletControl.cc000066400000000000000000000222131263301626300225000ustar00rootroot00000000000000// AppletControl.cc --- Applet info Control // // Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "AppletControl.hh" #if defined(HAVE_PANELAPPLET2) #include "GnomeAppletWindow.hh" #endif #ifdef PLATFORM_OS_UNIX #include "X11SystrayAppletWindow.hh" #endif #ifdef PLATFORM_OS_WIN32 #include "W32AppletWindow.hh" #endif #ifdef HAVE_DBUS_GIO #include "GenericDBusApplet.hh" #endif #ifdef PLATFORM_OS_OSX #include "OSXAppletWindow.hh" #endif #include "GUI.hh" #include "TimerBoxControl.hh" #include "Menus.hh" // REFACTOR #include "CoreFactory.hh" #include "IConfigurator.hh" using namespace workrave; using namespace std; //! Constructor. AppletControl::AppletControl() : visible(false), enabled(false), delayed_show(-1) { for (int i = 0; i < APPLET_SIZE; i++) { applets[i] = NULL; applet_state[i] = AppletWindow::APPLET_STATE_DISABLED; } } //! Destructor AppletControl::~AppletControl() { for (int i = 0; i < APPLET_SIZE; i++) { if (applets[i] != NULL) { deactivate_applet((AppletType)i); delete applets[i]; applets[i] = NULL; } } } //! Initializes the Applet Controller. void AppletControl::init() { #if defined(HAVE_PANELAPPLET2) applets[APPLET_GNOME] = new GnomeAppletWindow(); #endif #ifdef HAVE_DBUS_GIO applets[APPLET_GENERIC_DBUS] = new GenericDBusApplet(); #endif #ifdef PLATFORM_OS_UNIX applets[APPLET_TRAY] = new X11SystrayAppletWindow(); #endif #ifdef PLATFORM_OS_WIN32 applets[APPLET_W32] = new W32AppletWindow(); #endif #ifdef PLATFORM_OS_OSX applets[APPLET_OSX] = new OSXAppletWindow(); #endif for (int i = 0; i < APPLET_SIZE; i++) { if (applets[i] != NULL) { applets[i]->init_applet(); applets[i]->signal_state_changed().connect(sigc::bind<0>(sigc::mem_fun(*this, &AppletControl::on_applet_state_changed), (AppletType)i)); applets[i]->signal_request_activate().connect(sigc::bind<0>(sigc::mem_fun(*this, &AppletControl::on_applet_request_activate), (AppletType)i)); } } // Read configuration and start monitoring it. IConfigurator *config = CoreFactory::get_configurator(); config->add_listener(TimerBoxControl::CFG_KEY_TIMERBOX + "applet", this); read_configuration(); } //! Show the best possible applet. void AppletControl::show() { TRACE_ENTER("AppletControl::show"); bool specific = false; AppletState rc; rc = activate_applet(APPLET_GENERIC_DBUS); TRACE_MSG("Generic" << rc); if (rc == AppletWindow::APPLET_STATE_ACTIVE) { specific = true; } rc = activate_applet(APPLET_GNOME); TRACE_MSG("Gnome " << rc); if (rc != AppletWindow::APPLET_STATE_DISABLED) { // Applet now active or pending. // Don't try to activate generic applet (systray) specific = true; } rc = activate_applet(APPLET_W32); TRACE_MSG("Win32 " << rc); if (rc != AppletWindow::APPLET_STATE_DISABLED) { specific = true; } rc = activate_applet(APPLET_OSX); TRACE_MSG("OSX " << rc); if (rc != AppletWindow::APPLET_STATE_DISABLED) { specific = true; } #ifdef PLATFORM_OS_UNIX if (specific) { deactivate_applet(APPLET_TRAY); TRACE_MSG("X11 deact "); } else { rc = activate_applet(APPLET_TRAY); TRACE_MSG("X11 act " << rc); } #else (void) specific; #endif check_visible(); TRACE_EXIT(); } //! Show the specified applet. void AppletControl::show(AppletType type) { bool specific = false; AppletState rc = activate_applet(type); if (rc != AppletWindow::APPLET_STATE_DISABLED) { // Applet now active or pending. // Don't try to activate generic applet (systray) specific = true; } #ifdef PLATFORM_OS_UNIX if (applets[APPLET_TRAY] != NULL) { if (type == APPLET_GNOME && specific) { deactivate_applet(APPLET_TRAY); } else { activate_applet(APPLET_TRAY); } } #else (void) specific; #endif check_visible(); } //! Hide all applets. void AppletControl::hide() { for (int i = 0; i < APPLET_SIZE; i++) { deactivate_applet((AppletType)i); } } //! The specified applet is not active. void AppletControl::on_applet_state_changed(AppletType type, AppletWindow::AppletState state) { TRACE_ENTER_MSG("AppletControl::on_applet_state_changed", type << " " << state); applet_state[type] = state; #ifdef PLATFORM_OS_UNIX if (is_active(type) && (type == APPLET_GNOME || type == APPLET_GENERIC_DBUS)) { TRACE_MSG("Deactivate tray"); deactivate_applet(APPLET_TRAY); delayed_show = -1; } #endif if (enabled && !is_active()) { TRACE_MSG("none active, show in 5s"); delayed_show = 5; } // REFACTOR if (state == AppletWindow::APPLET_STATE_ACTIVE) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->resync(); } check_visible(); TRACE_EXIT(); } void AppletControl::on_applet_request_activate(AppletType type) { show(type); } //! Is the specified applet active. bool AppletControl::is_active(AppletType type) { return applet_state[type] == AppletWindow::APPLET_STATE_ACTIVE; } //! Is the specified applet visible. bool AppletControl::is_visible(AppletType type) { return applet_state[type] == AppletWindow::APPLET_STATE_ACTIVE || applet_state[type] == AppletWindow::APPLET_STATE_VISIBLE; } //! Is at least a single applet active. bool AppletControl::is_active() { bool ret = false; for (int i = APPLET_FIRST; i < APPLET_SIZE; i++) { if (is_active((AppletType)i)) { ret = true; } } return ret; } //! Is at least a single applet visible. bool AppletControl::is_visible() { bool ret = false; for (int i = APPLET_FIRST; i < APPLET_SIZE; i++) { if (is_visible((AppletType)i)) { ret = true; } } return ret; } //! Periodic heartbeat. void AppletControl::heartbeat() { TRACE_ENTER("AppletControl::heartbeat"); if (delayed_show < 0 && enabled && !is_active()) { delayed_show = 30; } else if (delayed_show > 0) { delayed_show--; } else if (delayed_show == 0) { delayed_show = -1; show(); } for (int i = APPLET_FIRST; i < APPLET_SIZE; i++) { if (applets[i] != NULL && is_active((AppletType)i)) { applets[i]->update_applet(); } } TRACE_EXIT(); } //! Sets the tooltip of all visible applets. void AppletControl::set_tooltip(std::string& tip) { for (int i = APPLET_FIRST; i < APPLET_SIZE; i++) { if (applets[i] != NULL && is_visible((AppletType)i)) { applets[i]->set_applet_tooltip(tip); } } } //! Reads the applet configuration. void AppletControl::read_configuration() { bool previous_enabled = enabled; enabled = TimerBoxControl::is_enabled("applet"); if (!enabled) { delayed_show = -1; } if (!previous_enabled && enabled) { show(); } else if (previous_enabled && !enabled) { hide(); } } //! Callback that the configuration has changed. void AppletControl::config_changed_notify(const string &key) { TRACE_ENTER_MSG("AppletControl::config_changed_notify", key); (void) key; read_configuration(); TRACE_EXIT(); } //! Make sure the main window is visible when no applets are. void AppletControl::check_visible() { TRACE_ENTER("AppletControl::check_visible"); int count = 0; for (int i = APPLET_FIRST; i < APPLET_SIZE; i++) { if (is_visible((AppletType)i)) { TRACE_MSG(i << " is visible"); count++; } } #ifdef PLATFORM_OS_OSX count++; #endif bool new_visible = count > 0; if (new_visible != visible) { visible = new_visible; visibility_changed_signal.emit(); } TRACE_EXIT(); } AppletWindow::AppletState AppletControl::activate_applet(AppletType type) { AppletState state = AppletWindow::APPLET_STATE_DISABLED; if (applets[type] != NULL) { state = applets[type]->activate_applet(); applet_state[type] = state; } return state; } void AppletControl::deactivate_applet(AppletType type) { if (applets[type] != NULL) { applets[type]->deactivate_applet(); applet_state[type] = AppletWindow::APPLET_STATE_DISABLED; } } sigc::signal & AppletControl::signal_visibility_changed() { return visibility_changed_signal; } workrave-1_10_10/frontend/gtkmm/src/AppletControl.hh000066400000000000000000000047261263301626300225230ustar00rootroot00000000000000// AppletControl.hh --- Applet window // // Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef APPLETCONTROL_HH #define APPLETCONTROL_HH #include "preinclude.h" #include "IAppletWindow.hh" #include "IConfiguratorListener.hh" using namespace workrave; class AppletControl : public IConfiguratorListener { public: enum AppletType { APPLET_NONE = -1, APPLET_FIRST = 0, APPLET_TRAY = APPLET_FIRST, APPLET_GNOME, APPLET_GENERIC_DBUS, APPLET_W32, APPLET_OSX, APPLET_SIZE }; AppletControl(); virtual ~AppletControl(); void init(); void heartbeat(); void set_tooltip(std::string& tip); bool is_active(); bool is_visible(); IAppletWindow *get_applet_window(AppletType type); sigc::signal &signal_visibility_changed(); private: //! All known applets IAppletWindow *applets[APPLET_SIZE]; //! Did applet acknowledge visibility? IAppletWindow::AppletState applet_state[APPLET_SIZE]; //! bool visible; //! bool enabled; //! int delayed_show; //! sigc::signal visibility_changed_signal; private: typedef IAppletWindow::AppletState AppletState; AppletState activate_applet(AppletType type); void deactivate_applet(AppletType type); void on_applet_state_changed(AppletType type, IAppletWindow::AppletState state); void on_applet_request_activate(AppletType type); void config_changed_notify(const std::string &key); void read_configuration(); void check_visible(); void show(); void show(AppletType type); void hide(); bool is_visible(AppletType type); bool is_active(AppletType type); }; //! Return the specified applet. inline IAppletWindow * AppletControl::get_applet_window(AppletType type) { return applets[type]; } #endif // APPLETCONTROL_HH workrave-1_10_10/frontend/gtkmm/src/AppletWindow.cc000066400000000000000000000031751263301626300223350ustar00rootroot00000000000000// AppletWindow.cc --- Applet info Window // // Copyright (C) 2001 - 2008, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "AppletWindow.hh" #include "ITimerBoxView.hh" #include "TimerBoxControl.hh" AppletWindow::AppletWindow() : timer_box_view(0), timer_box_control(0) { } AppletWindow::~AppletWindow() { } void AppletWindow::set_applet_tooltip(const std::string &tip) { if (timer_box_view) { timer_box_view->set_tip(tip); } } void AppletWindow::update_applet() { TRACE_ENTER("AppletWindow::update_applet"); if (timer_box_control) { timer_box_control->update(); } TRACE_EXIT(); } void AppletWindow::init_applet() { } sigc::signal & AppletWindow::signal_state_changed() { return state_changed_signal; } sigc::signal & AppletWindow::signal_request_activate() { return request_activate_signal; } workrave-1_10_10/frontend/gtkmm/src/AppletWindow.hh000066400000000000000000000032731263301626300223460ustar00rootroot00000000000000// AppletWindow.hh --- Applet window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef APPLETWINDOW_HH #define APPLETWINDOW_HH #include "preinclude.h" #include "IAppletWindow.hh" class TimerBoxControl; class ITimerBoxView; class AppletWindow : public IAppletWindow { public: AppletWindow(); virtual ~AppletWindow(); virtual void init_applet(); virtual void update_applet(); virtual void set_applet_tooltip(const std::string &tip); virtual sigc::signal &signal_state_changed(); virtual sigc::signal &signal_request_activate(); protected: //! Box container all the timers. ITimerBoxView *timer_box_view; //! Box container controller. TimerBoxControl *timer_box_control; //! Signal to indicate that the applet changed state. sigc::signal state_changed_signal; //! Signal to indicate that the applet requests to be activated. sigc::signal request_activate_signal; }; #endif // APPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/BreakWindow.cc000066400000000000000000000444541263301626300221410ustar00rootroot00000000000000// BreakWindow.cc --- base class for the break windows // // Copyright (C) 2001 - 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #ifdef HAVE_STRINGS_H #include #endif #ifdef PLATFORM_OS_WIN32 #include "W32Compat.hh" #include "W32ForceFocus.hh" #include #endif #include #include "preinclude.h" #include "debug.hh" #include "nls.h" #ifdef PLATFORM_OS_WIN32_NATIVE #undef max #endif #include #include #include "BreakWindow.hh" #include "GUI.hh" #include "IBreak.hh" #include "IBreakResponse.hh" #include "GtkUtil.hh" #include "WindowHints.hh" #include "Frame.hh" #include "System.hh" #include "Util.hh" #include "ICore.hh" #include "IConfigurator.hh" #include "CoreFactory.hh" #if defined(PLATFORM_OS_WIN32) #include "DesktopWindow.hh" #elif defined(PLATFORM_OS_UNIX) #include "desktop-window.h" #endif using namespace workrave; //! Constructor /*! * \param control The controller. */ BreakWindow::BreakWindow(BreakId break_id, HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode) : #ifdef PLATFORM_OS_WIN32 /* Windows will have a gtk toplevel window regardless of mode. Hopefully this takes care of the phantom parent problem. Also, the break window title now appears on the taskbar, and it will show up in Windows Task Manager's application list. */ Gtk::Window( Gtk::WINDOW_TOPLEVEL ), #else Gtk::Window(mode==GUIConfig::BLOCK_MODE_NONE ? Gtk::WINDOW_TOPLEVEL : Gtk::WINDOW_POPUP), #endif block_mode(mode), break_flags(break_flags), frame(NULL), break_response(NULL), gui(NULL), visible(false), accel_added(false), accel_group(NULL), postpone_button(NULL), skip_button(NULL), sysoper_combobox(NULL) #ifdef PLATFORM_OS_WIN32 , desktop_window( NULL ), force_focus_on_break_start( false ), parent( 0 ) #endif { TRACE_ENTER("BreakWindow::BreakWindow"); this->break_id = break_id; if (mode != GUIConfig::BLOCK_MODE_NONE) { // Disable titlebar to appear like a popup set_decorated(false); set_skip_taskbar_hint(true); set_skip_pager_hint(true); } // On W32, must be *before* realize, otherwise a border is drawn. set_resizable(false); // Need to realize window before it is shown // Otherwise, there is not gobj()... realize(); #ifdef PLATFORM_OS_WIN32 // Here's the secret: IMMEDIATELY after your window creation, set focus to it // THEN position it. So: HWND hwnd = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(Gtk::Widget::gobj())); SetFocus(hwnd); SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); #endif if (mode == GUIConfig::BLOCK_MODE_NONE) { Glib::RefPtr window = get_window(); window->set_functions(Gdk::FUNC_MOVE); } // trace window handles: // FIXME: debug, remove later #if defined( PLATFORM_OS_WIN32 ) && defined( TRACING ) HWND _hwnd = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(Gtk::Widget::gobj())); HWND _scope = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(GTK_WIDGET( this->gobj()))); HWND _hRoot = GetAncestor( _hwnd, GA_ROOT ); HWND _hParent = GetAncestor( _hwnd, GA_PARENT ); HWND _hDesktop = GetDesktopWindow(); TRACE_MSG("BreakWindow created" << hex << _hwnd << dec); if (_hwnd != _scope) { TRACE_MSG("!!! Scope issue: " << hex << _scope << dec); } if (_hwnd != _hRoot) { TRACE_MSG("GetDesktopWindow()" << hex << _hDesktop << dec); TRACE_MSG("!!! BreakWindow GA_ROOT: " << hex << _hRoot << dec); } if (_hParent != _hDesktop) { TRACE_MSG("GetDesktopWindow()" << hex << _hDesktop << dec); TRACE_MSG("!!! PreludeWindow GA_PARENT: " << hex << _hParent << dec); HWND _hTemp; while( IsWindow( _hParent ) && _hParent != _hDesktop ) { _hTemp = _hParent; _hParent = GetAncestor( _hTemp, GA_PARENT ); HWND _hParent2 = (HWND)GetWindowLong( _hTemp, GWL_HWNDPARENT ); if( _hParent == _hTemp ) break; TRACE_MSG("!!!" << hex << _hTemp << " GA_PARENT: " << hex << _hParent << dec); TRACE_MSG("!!!" << hex << _hTemp << " GWL_HWNDPARENT: " << hex << _hParent2 << dec); } } #endif this->head = head; if (head.valid) { Gtk::Window::set_screen(head.screen); } bool initial_ignore_activity = false; #ifdef PLATFORM_OS_WIN32 if( W32ForceFocus::GetForceFocusValue() ) initial_ignore_activity = true; CoreFactory::get_configurator()->get_value_with_default( "advanced/force_focus_on_break_start", force_focus_on_break_start, true ); #endif ICore *core = CoreFactory::get_core(); assert(core != NULL); core->set_insist_policy(initial_ignore_activity ? ICore::INSIST_POLICY_IGNORE : ICore::INSIST_POLICY_HALT); TRACE_EXIT(); } //! Init GUI void BreakWindow::init_gui() { if (gui == NULL) { gui = Gtk::manage(create_gui()); if (block_mode == GUIConfig::BLOCK_MODE_NONE) { set_border_width(12); add(*gui); } else { set_border_width(0); Frame *window_frame = Gtk::manage(new Frame()); window_frame->set_border_width(0); window_frame->set_frame_style(Frame::STYLE_BREAK_WINDOW); frame = Gtk::manage(new Frame()); frame->set_frame_style(Frame::STYLE_SOLID); frame->set_frame_width(6); frame->set_border_width(6); frame->set_frame_flashing(0); frame->set_frame_visible(false); window_frame->add(*frame); frame->add(*gui); if (block_mode == GUIConfig::BLOCK_MODE_ALL) { #ifdef PLATFORM_OS_WIN32 desktop_window = new DesktopWindow(head); add(*window_frame); #elif defined(PLATFORM_OS_UNIX) set_size_request(head.get_width(), head.get_height()); set_app_paintable(true); #ifdef HAVE_GTK3 Glib::RefPtr window = get_window(); set_desktop_background(window->gobj()); #else set_desktop_background(GTK_WIDGET(gobj())->window); #endif Gtk::Alignment *align = Gtk::manage(new Gtk::Alignment(0.5, 0.5, 0.0, 0.0)); align->add(*window_frame); add(*align); #endif } else { add(*window_frame); } } // FIXME: check if it was intentionally not unset for RB if (break_id != BREAK_ID_REST_BREAK) { #ifdef HAVE_GTK3 set_can_focus(false); #else unset_flags(Gtk::CAN_FOCUS); #endif } show_all_children(); stick(); } } //! Destructor. BreakWindow::~BreakWindow() { TRACE_ENTER("BreakWindow::~BreakWindow"); if (frame != NULL) { frame->set_frame_flashing(0); } #ifdef PLATFORM_OS_WIN32 delete desktop_window; #endif TRACE_EXIT(); } //! Centers the window. void BreakWindow::center() { GtkUtil::center_window(*this, head); } void BreakWindow::get_operation_name_and_icon( System::SystemOperation::SystemOperationType type, const char **name, const char **icon_name) { switch (type) { case System::SystemOperation::SYSTEM_OPERATION_NONE: *name = _("Lock..."); *icon_name = "lock.png"; break; case System::SystemOperation::SYSTEM_OPERATION_LOCK_SCREEN: *name = _("Lock"); *icon_name = "lock.png"; break; case System::SystemOperation::SYSTEM_OPERATION_SHUTDOWN: *name = _("Shutdown"); *icon_name = "shutdown.png"; break; case System::SystemOperation::SYSTEM_OPERATION_SUSPEND: *name = _("Suspend"); *icon_name = "shutdown.png"; break; case System::SystemOperation::SYSTEM_OPERATION_HIBERNATE: *name = _("Hibernate"); *icon_name = "shutdown.png"; break; case System::SystemOperation::SYSTEM_OPERATION_SUSPEND_HYBRID: *name = _("Suspend hybrid"); *icon_name = "shutdown.png"; break; default: throw "System::execute: Unknown system operation"; }; } void BreakWindow::append_row_to_sysoper_model(Glib::RefPtr &model, System::SystemOperation::SystemOperationType type) { TRACE_ENTER("BreakWindow::append_row_to_sysoper_model"); const char *name; const char *icon_name; get_operation_name_and_icon(type, &name, &icon_name); Gtk::TreeRow row = *(model->append()); if (sysoper_model_columns->has_button_images) { try { string icon_path = Util::complete_directory(icon_name, Util::SEARCH_PATH_IMAGES); Glib::RefPtr img = Gdk::Pixbuf::create_from_file(icon_path); row[sysoper_model_columns->icon] = img; } catch (Glib::Error &e) { TRACE_MSG2("Cannot read image:", icon_name); } } row[sysoper_model_columns->name] = Glib::ustring(name); row[sysoper_model_columns->id] = type; TRACE_EXIT() } //! Creates the combo box containing options to suspend/hibernate/shutdown/etc //based on: // https://developer.gnome.org/gtkmm-tutorial/stable/sec-treeview-model.html.en // http://www.lugod.org/presentations/gtkmm/treeview.html // http://stackoverflow.com/questions/5894344/gtkmm-how-to-put-a-pixbuf-in-a-treeview Gtk::ComboBox * BreakWindow::create_sysoper_combobox(bool shutdownable) { TRACE_ENTER("BreakWindow::create_sysoper_combobox"); supported_system_operations = System::get_supported_system_operations(); bool has_button_images = GtkUtil::has_button_images(); if (supported_system_operations.empty()) { return NULL; } sysoper_model_columns = new SysoperModelColumns(has_button_images); Glib::RefPtr model = Gtk::ListStore::create(*sysoper_model_columns); append_row_to_sysoper_model(model, System::SystemOperation::SYSTEM_OPERATION_NONE); for (std::vector::iterator iter = supported_system_operations.begin(); iter != supported_system_operations.end(); ++iter) { if (shutdownable || iter->type == System::SystemOperation::SYSTEM_OPERATION_LOCK_SCREEN) { append_row_to_sysoper_model(model, iter->type); } } //if there are no operations to put in the combobox if (model->children().empty()) { delete sysoper_model_columns; sysoper_model_columns = NULL; TRACE_EXIT(); return NULL; } Gtk::ComboBox *comboBox = new Gtk::ComboBox(); comboBox->set_model(model); if (has_button_images) { comboBox->pack_start(sysoper_model_columns->icon, false); } comboBox->pack_start(sysoper_model_columns->name); comboBox->set_active(0); #ifdef HAVE_GTK3 comboBox->set_can_focus(false); #else GTK_WIDGET_UNSET_FLAGS(comboBox->gobj(), GTK_CAN_FOCUS); #endif comboBox->signal_changed() .connect( sigc::mem_fun(*this, &BreakWindow::on_sysoper_combobox_changed) ); TRACE_EXIT(); return comboBox; } //! Shutdown/suspend/etc. button was clicked void BreakWindow::on_sysoper_combobox_changed() { //based on https://developer.gnome.org/gtkmm-tutorial/stable/combobox-example-full.html.en TRACE_ENTER("BreakWindow::on_sysoper_combobox_changed") Gtk::ListStore::const_iterator iter = sysoper_combobox->get_active(); if (!iter) { TRACE_RETURN("!iter"); return; } Gtk::ListStore::Row row = *iter; if (!row) { TRACE_RETURN("!row"); return; } if (row[sysoper_model_columns->id] == System::SystemOperation::SYSTEM_OPERATION_NONE) { TRACE_RETURN("SYSTEM_OPERATION_NONE"); return; } IGUI *gui = GUI::get_instance(); assert(gui != NULL); gui->interrupt_grab(); System::execute(row[sysoper_model_columns->id]); //this will fire this method again with SYSTEM_OPERATION_NONE active sysoper_combobox->set_active(0); } //! Creates the skip button. Gtk::Button * BreakWindow::create_skip_button() { Gtk::Button *ret; ret = Gtk::manage(GtkUtil::create_custom_stock_button(_("_Skip"), Gtk::Stock::CLOSE)); ret->signal_clicked() .connect(sigc::mem_fun(*this, &BreakWindow::on_skip_button_clicked)); #ifdef HAVE_GTK3 ret->set_can_focus(false); #else GTK_WIDGET_UNSET_FLAGS(ret->gobj(), GTK_CAN_FOCUS); #endif return ret; } //! Creates the postpone button. Gtk::Button * BreakWindow::create_postpone_button() { Gtk::Button *ret; ret = Gtk::manage(GtkUtil::create_custom_stock_button(_("_Postpone"), Gtk::Stock::REDO)); ret->signal_clicked() .connect(sigc::mem_fun(*this, &BreakWindow::on_postpone_button_clicked)); #ifdef HAVE_GTK3 ret->set_can_focus(false); #else GTK_WIDGET_UNSET_FLAGS(ret->gobj(), GTK_CAN_FOCUS); #endif return ret; } //! User has closed the main window. bool BreakWindow::on_delete_event(GdkEventAny *) { if (block_mode == GUIConfig::BLOCK_MODE_NONE) { on_postpone_button_clicked(); } return TRUE; } //! Break response inline void BreakWindow::set_response(IBreakResponse *bri) { break_response = bri; } //! The postpone button was clicked. void BreakWindow::on_postpone_button_clicked() { TRACE_ENTER("BreakWindow::on_postpone_button_clicked"); if (break_response != NULL) { break_response->postpone_break(break_id); resume_non_ignorable_break(); } TRACE_EXIT(); } //! The skip button was clicked. void BreakWindow::on_skip_button_clicked() { if (break_response != NULL) { break_response->skip_break(break_id); resume_non_ignorable_break(); } } void BreakWindow::resume_non_ignorable_break() { TRACE_ENTER("BreakWindow::resume_non_ignorable_break"); ICore *core = CoreFactory::get_core(); OperationMode mode = core->get_operation_mode(); TRACE_MSG("break flags " << break_flags); if (! (break_flags & BreakWindow::BREAK_FLAGS_USER_INITIATED) && mode == OPERATION_MODE_NORMAL) { for (int id = break_id - 1; id >= 0; id--) { TRACE_MSG("Break " << id << ": check ignorable"); bool ignorable = GUIConfig::get_ignorable(BreakId(id)); if (!ignorable) { TRACE_MSG("Break " << id << " not ignorable"); IBreak *b = core->get_break(BreakId(id)); assert(b != NULL); if (b->get_elapsed_time() > b->get_limit()) { TRACE_MSG("Break " << id << " not ignorable and overdue"); core->force_break(BreakId(id), BREAK_HINT_NONE); break; } } } } } //! Control buttons. Gtk::Box * BreakWindow::create_bottom_box(bool lockable, bool shutdownable) { Gtk::HBox *box = NULL; accel_group = Gtk::AccelGroup::create(); add_accel_group(accel_group); if ((break_flags != BREAK_FLAGS_NONE) || lockable || shutdownable) { box = new Gtk::HBox(false, 6); if (break_flags != BREAK_FLAGS_NONE) { Gtk::HButtonBox *button_box = new Gtk::HButtonBox(Gtk::BUTTONBOX_END, 6); if ((break_flags & BREAK_FLAGS_SKIPPABLE) != 0) { skip_button = create_skip_button(); button_box->pack_end(*skip_button, Gtk::PACK_SHRINK, 0); } if ((break_flags & BREAK_FLAGS_POSTPONABLE) != 0) { postpone_button = create_postpone_button(); button_box->pack_end(*postpone_button, Gtk::PACK_SHRINK, 0); } box->pack_end(*button_box, Gtk::PACK_SHRINK, 0); } //#ifdef HAVE_GTK3 if (lockable || shutdownable) { sysoper_combobox = create_sysoper_combobox(shutdownable); if (sysoper_combobox != NULL) { box->pack_end(*sysoper_combobox, Gtk::PACK_SHRINK, 0); } } //#endif } return box; } //! Starts the daily limit. void BreakWindow::init() { TRACE_ENTER("BreakWindow::init"); init_gui(); TRACE_EXIT(); } //! Starts the daily limit. void BreakWindow::start() { TRACE_ENTER("BreakWindow::start"); update_break_window(); center(); #ifdef PLATFORM_OS_WIN32 if (desktop_window) desktop_window->set_visible(true); #endif show_all(); // Set window hints. set_skip_pager_hint(true); set_skip_taskbar_hint(true); WindowHints::set_always_on_top(this, true); raise(); #ifdef PLATFORM_OS_WIN32 if( force_focus_on_break_start && this->head.valid && ( this->head.count == 0 ) ) { HWND hwnd = (HWND)GDK_WINDOW_HWND( Gtk::Widget::gobj()->window ); bool focused = W32ForceFocus::ForceWindowFocus( hwnd ); bool this_is_a_dummy_var_to_fool_visual_studio_debugger = focused; } #endif // In case the show_all resized the window... center(); TRACE_EXIT(); } //! Stops the daily limit. void BreakWindow::stop() { TRACE_ENTER("BreakWindow::stop"); if (frame != NULL) { frame->set_frame_flashing(0); } #ifdef HAVE_GTK3 hide(); #else hide_all(); #endif visible = false; #ifdef PLATFORM_OS_WIN32 if (desktop_window) desktop_window->set_visible(false); #endif TRACE_EXIT(); } //! Self-Destruct /*! * This method MUST be used to destroy the objects through the * IBreakWindow. it is NOT possible to do a delete on * this interface... */ void BreakWindow::destroy() { delete this; } //! Refresh void BreakWindow::refresh() { TRACE_ENTER("BreakWindow::refresh"); update_break_window(); #ifdef PLATFORM_OS_WIN32 W32Compat::RefreshBreakWindow( *this ); #endif TRACE_EXIT(); } Glib::RefPtr BreakWindow::get_gdk_window() { return get_window(); } void BreakWindow::update_break_window() { } workrave-1_10_10/frontend/gtkmm/src/BreakWindow.hh000066400000000000000000000131371263301626300221450ustar00rootroot00000000000000// BreakWindow.hh --- base class for the break windows // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef BREAKWINDOW_HH #define BREAKWINDOW_HH #ifdef HAVE_CONFIG #include "config.h" #endif #include #include "preinclude.h" #include #include "ICore.hh" #include "IBreakWindow.hh" #include "HeadInfo.hh" #include "WindowHints.hh" #include "GUIConfig.hh" #include "System.hh" #ifdef PLATFORM_OS_WIN32 class DesktopWindow; #endif namespace workrave { class IBreakResponse; } namespace Gtk { class Button; class Box; } class Frame; class BreakWindow : public Gtk::Window, public IBreakWindow { friend class W32Compat; public: enum BreakFlags { BREAK_FLAGS_NONE = 0, BREAK_FLAGS_POSTPONABLE = 1 << 0, BREAK_FLAGS_SKIPPABLE = 1 << 1, BREAK_FLAGS_NO_EXERCISES = 1 << 2, BREAK_FLAGS_NATURAL = 1 << 3, BREAK_FLAGS_USER_INITIATED = 1 << 4 }; BreakWindow(BreakId break_id, HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode block_mode); virtual ~BreakWindow(); void set_response(IBreakResponse *bri); virtual void init(); virtual void start(); virtual void stop(); virtual void destroy(); virtual void refresh(); virtual void update_break_window(); Glib::RefPtr get_gdk_window(); protected: virtual Gtk::Widget *create_gui() = 0; void init_gui(); void center(); Gtk::Box *create_bottom_box(bool lockable, bool shutdownable); void resume_non_ignorable_break(); void on_shutdown_button_clicked(); void on_skip_button_clicked(); bool on_delete_event(GdkEventAny *); void on_postpone_button_clicked(); //! Information about the (multi)head. HeadInfo head; //! Insist GUIConfig::BlockMode block_mode; //! Ignorable BreakFlags break_flags; //! Flash frame Frame *frame; protected: Gtk::Button *create_skip_button(); Gtk::Button *create_postpone_button(); Gtk::ComboBox *create_sysoper_combobox(bool shutdownable); private: //! Send response to this interface. IBreakResponse *break_response; //! Break ID BreakId break_id; //! GUI Gtk::Widget *gui; //! Break windows visible? bool visible; #ifdef PLATFORM_OS_WIN32 DesktopWindow *desktop_window; bool force_focus_on_break_start; long parent; #endif bool accel_added; Glib::RefPtr accel_group; Gtk::Button *postpone_button; Gtk::Button *skip_button; class SysoperModelColumns : public Gtk::TreeModelColumnRecord { public: Gtk::TreeModelColumn > icon; Gtk::TreeModelColumn name; Gtk::TreeModelColumn id; bool has_button_images; SysoperModelColumns(bool has_button_images): has_button_images(has_button_images) { if (has_button_images) { add(icon); } add(name); add(id); } }; //Supported system operations (like suspend, hibernate, shutdown) std::vector supported_system_operations; SysoperModelColumns *sysoper_model_columns; Gtk::ComboBox *sysoper_combobox; void get_operation_name_and_icon( System::SystemOperation::SystemOperationType type, const char **name, const char **icon_name); void append_row_to_sysoper_model(Glib::RefPtr &model, System::SystemOperation::SystemOperationType type); void on_sysoper_combobox_changed(); }; inline BreakWindow::BreakFlags operator|(BreakWindow::BreakFlags lhs, BreakWindow::BreakFlags rhs) { return static_cast(static_cast(lhs) | static_cast(rhs)); } inline BreakWindow::BreakFlags operator&(BreakWindow::BreakFlags lhs, BreakWindow::BreakFlags rhs) { return static_cast(static_cast(lhs) & static_cast(rhs)); } inline BreakWindow::BreakFlags operator^(BreakWindow::BreakFlags lhs, BreakWindow::BreakFlags rhs) { return static_cast(static_cast(lhs) ^ static_cast(rhs)); } inline BreakWindow::BreakFlags operator~(BreakWindow::BreakFlags flags) { return static_cast(~static_cast(flags)); } inline BreakWindow::BreakFlags& operator|=(BreakWindow::BreakFlags& lhs, BreakWindow::BreakFlags rhs) { return (lhs = static_cast(static_cast(lhs) | static_cast(rhs))); } inline BreakWindow::BreakFlags& operator&=(BreakWindow::BreakFlags& lhs, BreakWindow::BreakFlags rhs) { return (lhs = static_cast(static_cast(lhs) & static_cast(rhs))); } inline BreakWindow::BreakFlags& operator^=(BreakWindow::BreakFlags& lhs, BreakWindow::BreakFlags rhs) { return (lhs = static_cast(static_cast(lhs) ^ static_cast(rhs))); } #endif // BREAKWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/DailyLimitWindow.cc000066400000000000000000000052631263301626300231510ustar00rootroot00000000000000// DailyLimitWindow.cc --- window for the daily limit // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #include "DailyLimitWindow.hh" #include #include #include #include #include "GUI.hh" #include "IBreakResponse.hh" #include "WindowHints.hh" #include "Util.hh" #include "Hig.hh" using namespace workrave; //! Construct a new Daily limit window. DailyLimitWindow::DailyLimitWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode) : BreakWindow(BREAK_ID_DAILY_LIMIT, head, break_flags, mode) { set_title(_("Daily limit")); } Gtk::Widget * DailyLimitWindow::create_gui() { // label Glib::ustring txt = HigUtil::create_alert_text (_("Daily limit"), _("You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document.")); Gtk::Label *label = Gtk::manage(new Gtk::Label()); label->set_markup(txt); // Icon string icon = Util::complete_directory("daily-limit.png", Util::SEARCH_PATH_IMAGES); Gtk::Image *img = Gtk::manage(new Gtk::Image(icon)); img->set_alignment(0.0, 0.0); // HBox Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 12)); hbox->pack_start(*img, false, false, 0); hbox->pack_start(*label, Gtk::EXPAND | Gtk::FILL, 0); // Overall vbox Gtk::VBox *box = new Gtk::VBox(false, 12); box->pack_start(*hbox, Gtk::EXPAND | Gtk::FILL, 0); // Button box at the bottom. Gtk::Box *bottom_box = create_bottom_box(true, true); if (bottom_box) { box->pack_start(*Gtk::manage(bottom_box), Gtk::EXPAND | Gtk::FILL, 0); } return box; } //! Destructor. DailyLimitWindow::~DailyLimitWindow() { } void DailyLimitWindow::set_progress(int value, int max_value) { (void) value; (void) max_value; } workrave-1_10_10/frontend/gtkmm/src/DailyLimitWindow.hh000066400000000000000000000023241263301626300231560ustar00rootroot00000000000000// DailyLimitWindow.hh --- window for the daily limit // // Copyright (C) 2001, 2002, 2003, 2007, 2008 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DAILYLIMITWINDOW_HH #define DAILYLIMITWINDOW_HH #include #include "BreakWindow.hh" #include "GUIConfig.hh" class DailyLimitWindow : public BreakWindow { public: DailyLimitWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode); virtual ~DailyLimitWindow(); void set_progress(int value, int max_value); protected: Gtk::Widget *create_gui(); }; #endif // DAILYLIMITWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/DataConnector.cc000066400000000000000000000317131263301626300224430ustar00rootroot00000000000000// DataConnector.cc --- Connect Gtkmm widget with Configuration items // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include #include "TimeEntry.hh" #include "DataConnector.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" using namespace workrave; using namespace std; // Define connector for standard gtkmm widgets. DEFINE_DATA_TYPE_PTR(Gtk::Entry, DataConnectionGtkEntry); DEFINE_DATA_TYPE_PTR(Gtk::CheckButton, DataConnectionGtkCheckButton); DEFINE_DATA_TYPE_PTR(Gtk::SpinButton, DataConnectionGtkSpinButton); DEFINE_DATA_TYPE_PTR(Gtk::ComboBox, DataConnectionGtkComboBox); #ifdef HAVE_GTK3 DEFINE_DATA_TYPE(Glib::RefPtr, DataConnectionGtkAdjustment); #else DEFINE_DATA_TYPE_PTR(Gtk::Adjustment, DataConnectionGtkAdjustment); #endif DEFINE_DATA_TYPE_PTR(TimeEntry, DataConnectionTimeEntry); namespace dc { DataConnectionGtkEntryTwin *wrap(Gtk::Entry *w1, Gtk::Entry *w2) { return new DataConnectionGtkEntryTwin(w1, w2); } } //! Construct a new data connector. DataConnector::DataConnector() { config = CoreFactory::get_configurator(); } //! Destruct data connector. DataConnector::~DataConnector() { for (WidgetIter i = connections.begin(); i != connections.end(); i++) { delete i->connection; } } //! Connect a widget to a configuration item. void DataConnector::connect(const string &setting, DataConnection *connection, dc::Flags flags) { if (connection != NULL) { MonitoredWidget mw; mw.connection = connection; connection->set(flags, setting); connection->init(); connections.push_back(mw); } } //! Connect a widget to a configuration item. void DataConnector::connect(const string &setting, DataConnection *connection, sigc::slot slot, dc::Flags flags) { if (connection != NULL) { MonitoredWidget mw; mw.connection = connection; connection->set(flags, setting); connection->intercept.connect(slot); connection->init(); connections.push_back(mw); } } //! Construct a new data connection DataConnection::DataConnection() { config = CoreFactory::get_configurator(); } //! Destruct data connection. DataConnection::~DataConnection() { config->remove_listener(key, this); } //! Set connection flags and configuration key. void DataConnection::set(dc::Flags flags, const string &key) { this->flags = flags; this->key = key; if ((flags & dc::NO_CONFIG) == 0) { config->add_listener(key, this); } } /*********************************************************************** * * * Text Entry * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkEntry::init() { widget->signal_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkEntry::widget_changed_notify)); config_changed_notify(key); } //! Widget changed value. void DataConnectionGtkEntry::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { string value = widget->get_text(); config->set_value(key, value); } } //! Configuration item changed value. void DataConnectionGtkEntry::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { string value; if (config->get_value(key, value)) { widget->set_text(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkSpinButton::init() { widget->signal_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkSpinButton::widget_changed_notify)); widget->signal_value_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkSpinButton::widget_changed_notify)); config_changed_notify(key); } //! Widget changed value. void DataConnectionGtkSpinButton::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { int value = widget->get_value_as_int(); config->set_value(key, value); } } //! Configuration item changed value. void DataConnectionGtkSpinButton::config_changed_notify(const string &key) { int value; bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { if (config->get_value(key, value)) { widget->set_value(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkCheckButton::init() { widget->signal_toggled() .connect(sigc::mem_fun(*this, &DataConnectionGtkCheckButton::widget_changed_notify)); config_changed_notify(key); } //! Configuration item changed value. void DataConnectionGtkCheckButton::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { bool value = widget->get_active(); config->set_value(key, value); } } //! Configuration item changed value. void DataConnectionGtkCheckButton::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { bool value; if (config->get_value(key, value)) { widget->set_active(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkComboBox::init() { widget->signal_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkComboBox::widget_changed_notify)); config_changed_notify(key); } //! Configuration item changed value. void DataConnectionGtkComboBox::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { int value = widget->get_active_row_number(); config->set_value(key, value); } } //! Configuration item changed value. void DataConnectionGtkComboBox::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { int value; if (config->get_value(key, value)) { widget->set_active(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkAdjustment::init() { widget->signal_value_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkAdjustment::widget_changed_notify)); config_changed_notify(key); } //! Widget changed value. void DataConnectionGtkAdjustment::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { int value = (int)widget->get_value(); config->set_value(key, value); } } //! Configuration item changed value. void DataConnectionGtkAdjustment::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { int value; if (config->get_value(key, value)) { widget->set_value(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionTimeEntry::init() { widget->signal_value_changed() .connect(sigc::mem_fun(*this, &DataConnectionTimeEntry::widget_changed_notify)); config_changed_notify(key); } //! Widget changed value. void DataConnectionTimeEntry::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { time_t value = widget->get_value(); config->set_value(key, (int)value); } } //! Configuration item changed value. void DataConnectionTimeEntry::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { int value; if (config->get_value(key, value)) { widget->set_value(value); } } } /*********************************************************************** * * * Spin Button * * * ***********************************************************************/ //! Initialize connection. void DataConnectionGtkEntryTwin::init() { widget1->signal_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkEntryTwin::widget_changed_notify)); widget2->signal_changed() .connect(sigc::mem_fun(*this, &DataConnectionGtkEntryTwin::widget_changed_notify)); config_changed_notify(key); } //! Widget changed value. void DataConnectionGtkEntryTwin::widget_changed_notify() { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, true); } if (!skip) { string value1 = widget1->get_text(); string value2 = widget2->get_text(); bool verified = true; #ifdef HAVE_GTK3 if (value1 == value2) { widget1->unset_background_color(); widget2->unset_background_color(); } else { widget1->override_background_color(Gdk::RGBA("orange")); widget2->override_background_color(Gdk::RGBA("orange")); verified = false; } #else if (value1 == value2) { widget1->unset_base(Gtk::STATE_NORMAL); widget2->unset_base(Gtk::STATE_NORMAL); } else { widget1->modify_base(Gtk::STATE_NORMAL, Gdk::Color("orange")); widget2->modify_base(Gtk::STATE_NORMAL, Gdk::Color("orange")); verified = false; } #endif if (verified) { config->set_value(key, value1); } } } //! Configuration item changed value. void DataConnectionGtkEntryTwin::config_changed_notify(const string &key) { bool skip = false; if (!intercept.empty()) { skip = intercept.emit(key, false); } if (!skip) { string value; if (config->get_value(key, value)) { widget1->set_text(value); widget2->set_text(value); } } } workrave-1_10_10/frontend/gtkmm/src/DataConnector.hh000066400000000000000000000144451263301626300224600ustar00rootroot00000000000000// DataConnector.hh --- Connect widget with the configurator // // Copyright (C) 2007, 2008, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DATACONNECTOR_HH #define DATACONNECTOR_HH #include #include #include #include "IConfiguratorListener.hh" #include "ICore.hh" namespace workrave { class IConfigurator; } class TimeEntry; namespace Gtk { class Object; class Widget; class Entry; class SpinButton; class ComboBox; class Adjustment; } class DataConnection; namespace dc { enum Flags { NONE = 0, NO_CONFIG = 1, NO_WIDGET = 2, }; } class DataConnector { public: DataConnector(); ~DataConnector(); void connect(const std::string &setting, DataConnection *connection, dc::Flags flags = dc::NONE); void connect(const std::string &setting, DataConnection *connection, sigc::slot slot, dc::Flags flags = dc::NONE); private: struct MonitoredWidget { MonitoredWidget() { connection = NULL; } DataConnection *connection; }; typedef std::list Widgets; typedef Widgets::iterator WidgetIter; //! Widgets connections; //! workrave::IConfigurator *config; }; class DataConnection : public workrave::IConfiguratorListener { public: DataConnection(); virtual ~DataConnection(); void set(dc::Flags flags, const std::string &key); virtual void init() = 0; sigc::signal intercept; protected: workrave::IConfigurator *config; std::string key; dc::Flags flags; }; #define DECLARE_DATA_TYPE(WidgetType, WrapperType, WidgetDataType/*, ConfigDataType */) \ class WrapperType : public DataConnection \ { \ public: \ WrapperType(WidgetType widget) \ : widget(widget) \ { \ } \ virtual ~WrapperType() \ { \ } \ \ void init(); \ void widget_changed_notify(); \ void config_changed_notify(const std::string &key); \ \ private: \ WidgetType widget; \ }; \ \ namespace dc { \ WrapperType *wrap (WidgetType t); \ } #define DEFINE_DATA_TYPE(WidgetType, WrapperType) \ namespace dc { \ WrapperType *wrap (WidgetType t) \ { \ return new WrapperType(t); \ } \ } #define DEFINE_DATA_TYPE_PTR(WidgetType, WrapperType) \ namespace dc { \ WrapperType *wrap (WidgetType *t) \ { \ if (t != NULL) \ { \ return new WrapperType(t); \ } \ else \ { \ return NULL; \ } \ } \ } DECLARE_DATA_TYPE(Gtk::Entry *, DataConnectionGtkEntry, std::string); DECLARE_DATA_TYPE(Gtk::CheckButton *, DataConnectionGtkCheckButton, bool); DECLARE_DATA_TYPE(Gtk::SpinButton *, DataConnectionGtkSpinButton, int); DECLARE_DATA_TYPE(Gtk::ComboBox *, DataConnectionGtkComboBox, int); #ifdef HAVE_GTK3 DECLARE_DATA_TYPE(Glib::RefPtr, DataConnectionGtkAdjustment, int); #else DECLARE_DATA_TYPE(Gtk::Adjustment *, DataConnectionGtkAdjustment, int); #endif DECLARE_DATA_TYPE(TimeEntry *, DataConnectionTimeEntry, int); class DataConnectionGtkEntryTwin : public DataConnection { public: DataConnectionGtkEntryTwin(Gtk::Entry *widget1, Gtk::Entry *widget2) : widget1(widget1), widget2(widget2) { } virtual ~DataConnectionGtkEntryTwin() { } void init(); void widget_changed_notify(); void config_changed_notify(const std::string &key); private: Gtk::Entry *widget1; Gtk::Entry *widget2; }; namespace dc { DataConnectionGtkEntryTwin *wrap(Gtk::Entry *w1, Gtk::Entry *w2); } #endif workrave-1_10_10/frontend/gtkmm/src/EventButton.cc000066400000000000000000000022431263301626300221700ustar00rootroot00000000000000// EventLabel.cc --- // // Copyright (C) 2003, 2004, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "EventButton.hh" //! User pressed some mouse button in the main window. bool EventButton::on_button_press_event(GdkEventButton *event) { bool handled = button_pressed.emit(event->button); bool ret = true; if (!handled) { ret = Gtk::Button::on_button_press_event(event); } return ret; } workrave-1_10_10/frontend/gtkmm/src/EventButton.hh000066400000000000000000000020741263301626300222040ustar00rootroot00000000000000// EventButton.hh --- Button that receives events. // // Copyright (C) 2003, 2004, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EVENTBUTTON_HH #define EVENTBUTTON_HH #include class EventButton : public Gtk::Button { public: EventButton() { } sigc::signal button_pressed; private: bool on_button_press_event(GdkEventButton *event); }; #endif // EVENTBUTTON_HH workrave-1_10_10/frontend/gtkmm/src/EventImage.cc000066400000000000000000000063551263301626300217470ustar00rootroot00000000000000// EventImage.cc --- // // Copyright (C) 2003, 2004, 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "EventImage.hh" void EventImage::on_realize() { GtkWidget *widget = GTK_WIDGET(gobj()); GdkWindowAttr attributes; attributes.window_type = GDK_WINDOW_CHILD; #ifdef HAVE_GTK3 GtkAllocation allocation; gtk_widget_get_allocation(widget, &allocation); attributes.x = allocation.x; attributes.y = allocation.y; attributes.width = allocation.width; attributes.height = allocation.height; #else // needed for 2.16 attributes.x = widget->allocation.x; attributes.y = widget->allocation.y; attributes.width = widget->allocation.width; attributes.height = widget->allocation.height; #endif attributes.wclass = GDK_INPUT_ONLY; attributes.event_mask = gtk_widget_get_events(widget); attributes.event_mask |= (GDK_EXPOSURE_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK); gint attributes_mask = GDK_WA_X | GDK_WA_Y; Gtk::Image::on_realize(); event_window = gdk_window_new(gtk_widget_get_parent_window(widget), &attributes, attributes_mask); gdk_window_set_user_data(event_window, widget); gdk_window_show(event_window); } void EventImage::on_unrealize() { if (event_window) { gdk_window_set_user_data(event_window, NULL); gdk_window_destroy(event_window); event_window = NULL; } Gtk::Image::on_unrealize(); } bool EventImage::on_map_event(GdkEventAny *event) { bool ret = Gtk::Image::on_map_event(event); if (event_window) { gdk_window_show(event_window); } return ret; } bool EventImage::on_unmap_event(GdkEventAny *event) { if (event_window) { gdk_window_hide(event_window); } return Gtk::Image::on_unmap_event(event); } void EventImage::on_size_allocate(Gtk::Allocation &allocation) { Gtk::Image::on_size_allocate(allocation); GtkWidget *widget = GTK_WIDGET(gobj()); #ifdef HAVE_GTK3 if (gtk_widget_get_realized (widget)) #else // needed for 2.16 if (GTK_WIDGET_REALIZED(widget)) #endif { gdk_window_move_resize(event_window, allocation.get_x(), allocation.get_y() , allocation.get_width(), allocation.get_height()); } } workrave-1_10_10/frontend/gtkmm/src/EventImage.hh000066400000000000000000000024311263301626300217500ustar00rootroot00000000000000// EventImage.hh --- Image that receives events. // // Copyright (C) 2003, 2004, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EVENTIMAGE_HH #define EVENTIMAGE_HH #include class EventImage : public Gtk::Image { public: EventImage() { } EventImage(const Glib::ustring& file, bool mnemonic = false) : Gtk::Image(file) { (void) mnemonic; } private: void on_realize(); void on_unrealize(); bool on_map_event(GdkEventAny *event); bool on_unmap_event(GdkEventAny *event); void on_size_allocate(Gtk::Allocation &allocation); GdkWindow *event_window; }; #endif // EVENTIMAGE_HH workrave-1_10_10/frontend/gtkmm/src/EventLabel.cc000066400000000000000000000063561263301626300217450ustar00rootroot00000000000000// EventLabel.cc --- // // Copyright (C) 2003, 2004, 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include "EventLabel.hh" void EventLabel::on_realize() { GtkWidget *widget = GTK_WIDGET(gobj()); GdkWindowAttr attributes; attributes.window_type = GDK_WINDOW_CHILD; #ifdef HAVE_GTK3 GtkAllocation allocation; gtk_widget_get_allocation(widget, &allocation); attributes.x = allocation.x; attributes.y = allocation.y; attributes.width = allocation.width; attributes.height = allocation.height; #else // needed for 2.16 attributes.x = widget->allocation.x; attributes.y = widget->allocation.y; attributes.width = widget->allocation.width; attributes.height = widget->allocation.height; #endif attributes.wclass = GDK_INPUT_ONLY; attributes.event_mask = gtk_widget_get_events(widget); attributes.event_mask |= (GDK_EXPOSURE_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK); gint attributes_mask = GDK_WA_X | GDK_WA_Y; Gtk::Label::on_realize(); event_window = gdk_window_new(gtk_widget_get_parent_window(widget), &attributes, attributes_mask); gdk_window_set_user_data(event_window, widget); gdk_window_show(event_window); } void EventLabel::on_unrealize() { if (event_window) { gdk_window_set_user_data(event_window, NULL); gdk_window_destroy(event_window); event_window = NULL; } Gtk::Label::on_unrealize(); } bool EventLabel::on_map_event(GdkEventAny *event) { bool ret = Gtk::Label::on_map_event(event); if (event_window) { gdk_window_show(event_window); } return ret; } bool EventLabel::on_unmap_event(GdkEventAny *event) { if (event_window) { gdk_window_hide(event_window); } return Gtk::Label::on_unmap_event(event); } void EventLabel::on_size_allocate(Gtk::Allocation &allocation) { Gtk::Label::on_size_allocate(allocation); GtkWidget *widget = GTK_WIDGET(gobj()); #ifdef HAVE_GTK3 if (gtk_widget_get_realized (widget)) #else // needed for 2.16 if (GTK_WIDGET_REALIZED(widget)) #endif { gdk_window_move_resize(event_window, allocation.get_x(), allocation.get_y() , allocation.get_width(), allocation.get_height()); } } workrave-1_10_10/frontend/gtkmm/src/EventLabel.hh000066400000000000000000000024201263301626300217430ustar00rootroot00000000000000// EventLabel.hh --- Label that receives events. // // Copyright (C) 2003, 2004, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EVENTLABEL_HH #define EVENTLABEL_HH #include class EventLabel : public Gtk::Label { public: EventLabel() { } EventLabel(const Glib::ustring& label, bool mnemonic = false) : Gtk::Label(label, mnemonic) { } private: void on_realize(); void on_unrealize(); bool on_map_event(GdkEventAny *event); bool on_unmap_event(GdkEventAny *event); void on_size_allocate(Gtk::Allocation &allocation); GdkWindow *event_window; }; #endif // EVENTLABEL_HH workrave-1_10_10/frontend/gtkmm/src/Frame.cc000066400000000000000000000220121263301626300207410ustar00rootroot00000000000000// FrameWindow.hh --- Gtk::Frame like widget // // Copyright (C) 2001, 2002, 2003, 2004, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include "Frame.hh" Frame::Frame() : frame_width(1), frame_color(Gdk::Color("black")), frame_style(STYLE_SOLID), frame_visible(true), flash_delay(-1) { } Frame::~Frame() { if (flash_signal.connected()) { flash_signal.disconnect(); } // FIXME: delete gc? } void Frame::set_frame_visible(bool visible) { frame_visible = visible; queue_draw(); } void Frame::set_frame_style(const Style style) { frame_style = style; int dfw = 1; switch (style) { case STYLE_BREAK_WINDOW: dfw = 3; break; case STYLE_SOLID: dfw = 1; break; } set_frame_width(dfw); } void Frame::set_frame_color(const Gdk::Color &col) { frame_color = col; #ifndef HAVE_GTK3 if (color_map) { #if 1 // FIXME: bug66 color_map->alloc_color(frame_color); #endif } #endif } void Frame::set_frame_width(guint width) { frame_width = width; } void Frame::set_frame_flashing(int delay) { if (delay != 0) { if (flash_delay != delay) { if (flash_signal.connected()) { flash_signal.disconnect(); } flash_signal = Glib::signal_timeout().connect(sigc::mem_fun(*this, &Frame::on_timer), delay); } } else { if (flash_signal.connected()) { flash_signal.disconnect(); set_frame_visible(true); } } flash_delay = delay; } bool Frame::on_timer() { set_frame_visible(! frame_visible); flash_signal_src(frame_visible); return true; } void Frame::on_size_allocate(Gtk::Allocation &allocation) { Gtk::Widget *widget = get_child(); guint b = get_border_width() + frame_width; Gtk::Allocation alloc; alloc.set_x(allocation.get_x() + b); alloc.set_y(allocation.get_y() + b); alloc.set_width(allocation.get_width() - 2*b); alloc.set_height(allocation.get_height() - 2*b); widget->size_allocate(alloc); set_allocation(allocation); } #ifdef HAVE_GTK3 Gtk::SizeRequestMode Frame::get_request_mode_vfunc() const { return Gtk::Widget::get_request_mode_vfunc(); } void Frame::get_preferred_width_vfunc(int &minimum_width, int &natural_width) const { TRACE_ENTER("Frame::get_preferred_width_vfunc"); const Gtk::Widget *widget = get_child(); widget->get_preferred_width(minimum_width, natural_width); guint d = 2*(get_border_width()+frame_width); minimum_width += d; natural_width += d; TRACE_MSG(minimum_width << " " << natural_width); TRACE_EXIT(); } void Frame::get_preferred_height_vfunc(int &minimum_height, int &natural_height) const { TRACE_ENTER("Frame::get_preferred_height_vfunc"); const Gtk::Widget *widget = get_child(); widget->get_preferred_height(minimum_height, natural_height); guint d = 2*(get_border_width()+frame_width); minimum_height += d; natural_height += d; TRACE_MSG(minimum_height << " " << natural_height); TRACE_EXIT(); } void Frame::get_preferred_width_for_height_vfunc(int /* height */, int &minimum_width, int &natural_width) const { TRACE_ENTER("Frame::get_preferred_width_for_height_vfunc"); get_preferred_width_vfunc(minimum_width, natural_width); TRACE_EXIT(); } void Frame::get_preferred_height_for_width_vfunc(int /* width */, int &minimum_height, int &natural_height) const { TRACE_ENTER("Frame::get_preferred_height_for_width_vfunc"); get_preferred_height_vfunc(minimum_height, natural_height); TRACE_EXIT(); } bool Frame::on_draw(const Cairo::RefPtr< Cairo::Context >& cr) { Glib::RefPtr style_context = get_style_context(); // Physical width/height Gtk::Allocation allocation = get_allocation(); int width = allocation.get_width(); int height = allocation.get_height(); switch (frame_style) { case STYLE_SOLID: if (frame_visible) { set_color(cr, frame_color); cr->rectangle(0, 0, frame_width, height); cr->fill(); cr->rectangle(0+width-frame_width, 0, frame_width, height); cr->fill(); cr->rectangle(0+frame_width, 0, width-2*frame_width, frame_width); cr->fill(); cr->rectangle(0+frame_width, 0+height-frame_width, width-2*frame_width, frame_width); cr->fill(); } break; case STYLE_BREAK_WINDOW: style_context->context_save(); style_context->set_state((Gtk::StateFlags)0); style_context->add_class(GTK_STYLE_CLASS_BACKGROUND); style_context->render_background(cr, 0, 0, width, height); style_context->remove_class(GTK_STYLE_CLASS_BACKGROUND); style_context->add_class(GTK_STYLE_CLASS_FRAME); style_context->render_frame(cr, 0, 0, width, height); style_context->remove_class(GTK_STYLE_CLASS_FRAME); style_context->add_class(GTK_STYLE_CLASS_BACKGROUND); style_context->render_background(cr, 1, 1, width - 2, height -2); style_context->remove_class(GTK_STYLE_CLASS_BACKGROUND); style_context->add_class(GTK_STYLE_CLASS_FRAME); style_context->render_frame(cr, 1, 1, width - 2, height -2); style_context->context_restore(); break; } Gtk::Widget::on_draw(cr); return true; } void Frame::set_color(const Cairo::RefPtr& cr, const Gdk::Color &color) { cr->set_source_rgb(color.get_red_p(), color.get_green_p(), color.get_blue_p()); } void Frame::set_color(const Cairo::RefPtr& cr, const Gdk::RGBA &color) { cr->set_source_rgb(color.get_red(), color.get_green(), color.get_blue()); } #else void Frame::on_realize() { Gtk::Bin::on_realize(); Glib::RefPtr window = get_window(); gc = Gdk::GC::create(window); color_black.set_rgb(0, 0, 0); #if 1 // FIXME: bug66 color_map = get_colormap(); color_map->alloc_color(color_black); #endif set_frame_color(frame_color); } void Frame::on_size_request(Gtk::Requisition *requisition) { Gtk::Widget *widget = get_child(); widget->size_request(*requisition); guint d = 2*(get_border_width()+frame_width); requisition->width += d; requisition->height += d; } bool Frame::on_expose_event(GdkEventExpose* e) { Glib::RefPtr window = get_window(); Glib::RefPtr style = get_style(); Gdk::Color bgCol = style->get_background(Gtk::STATE_NORMAL); // FIXME: Gtk::Allocation gtkmmalloc = get_allocation(); GtkAllocation alloc; alloc.x = gtkmmalloc.get_x(); alloc.y = gtkmmalloc.get_y(); alloc.width = gtkmmalloc.get_width(); alloc.height = gtkmmalloc.get_height(); switch (frame_style) { case STYLE_SOLID: gc->set_foreground(frame_visible ? frame_color : bgCol); window->draw_rectangle(gc, true, alloc.x, alloc.y, frame_width, alloc.height); window->draw_rectangle(gc, true, alloc.x+alloc.width-frame_width, alloc.y, frame_width, alloc.height); window->draw_rectangle(gc, true, alloc.x+frame_width, alloc.y, alloc.width-2*frame_width, frame_width); window->draw_rectangle(gc, true, alloc.x+frame_width, alloc.y+alloc.height-frame_width, alloc.width-2*frame_width, frame_width); break; case STYLE_BREAK_WINDOW: #ifdef OLD_STYLE_BORDER gc->set_foreground(color_black); window->draw_rectangle(gc, true, alloc.x, alloc.y, alloc.width, alloc.height); Gdk::Rectangle area(&e->area); style->paint_box(window, Gtk::STATE_NORMAL, Gtk::SHADOW_OUT, area, *this, "", alloc.x+1, alloc.y+1, alloc.width-1, alloc.height-1); style->paint_box(window, Gtk::STATE_NORMAL, Gtk::SHADOW_OUT, area, *this, "", alloc.x+2, alloc.y+2, alloc.width-3, alloc.height-3); #else Gdk::Rectangle area(&e->area); style->paint_box(window, Gtk::STATE_NORMAL, Gtk::SHADOW_OUT, area, *this, "base", alloc.x, alloc.y, alloc.width, alloc.height); style->paint_box(window, Gtk::STATE_NORMAL, Gtk::SHADOW_OUT, area, *this, "base", alloc.x+1, alloc.y+1, alloc.width-2, alloc.height-2); #endif break; } bool rc = Gtk::Bin::on_expose_event(e); return rc; } #endif sigc::signal1 & Frame::signal_flash() { return flash_signal_src; } workrave-1_10_10/frontend/gtkmm/src/Frame.hh000066400000000000000000000052121263301626300207560ustar00rootroot00000000000000// FrameWindow.hh --- Gtk::Frame like widget // // Copyright (C) 2001, 2002, 2003, 2004, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include class Frame : public Gtk::Bin { public: enum Style { STYLE_SOLID, STYLE_BREAK_WINDOW }; Frame(); virtual ~Frame(); void set_frame_width(guint width); void set_frame_style(Style style); void set_frame_color(const Gdk::Color &color); void set_frame_flashing(int delay); void set_frame_visible(bool visible); sigc::signal1 &signal_flash(); protected: bool on_timer(); void on_size_allocate(Gtk::Allocation &allocation); #ifdef HAVE_GTK3 virtual Gtk::SizeRequestMode get_request_mode_vfunc() const; virtual void get_preferred_width_vfunc(int& minimum_width, int& natural_width) const; virtual void get_preferred_height_vfunc(int& minimum_height, int& natural_height) const; virtual void get_preferred_width_for_height_vfunc(int height, int& minimum_width, int& natural_width) const; virtual void get_preferred_height_for_width_vfunc(int width, int& minimum_height, int& natural_height) const; virtual bool on_draw(const Cairo::RefPtr< Cairo::Context >& cr); void set_color(const Cairo::RefPtr& cr, const Gdk::Color &color); void set_color(const Cairo::RefPtr& cr, const Gdk::RGBA &color); #else void on_realize(); bool on_expose_event(GdkEventExpose* e); void on_size_request(Gtk::Requisition *requisition); #endif private: //! Frame border width guint frame_width; #ifndef HAVE_GTK3 //! Graphic context. Glib::RefPtr gc; //! Color map Glib::RefPtr color_map; #endif //! Color of the frame. Gdk::Color frame_color; //! Black Gdk::Color color_black; //! Style of the frame. Style frame_style; //! Visible; bool frame_visible; //! Flash delay; int flash_delay; //! Flash timeout signal sigc::connection flash_signal; //! Flash signal source sigc::signal1 flash_signal_src; }; workrave-1_10_10/frontend/gtkmm/src/GUI.cc000066400000000000000000001124721263301626300203450ustar00rootroot00000000000000// GUI.cc --- The WorkRave GUI // // Copyright (C) 2001 - 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #include #include #include #include #ifdef PLATFORM_OS_WIN32_NATIVE #undef HAVE_UNISTD_H #endif #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include "GUI.hh" // Backend includes. #include "IBreak.hh" #include "IBreakResponse.hh" #include "IBreakWindow.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "Exception.hh" #include "AppletControl.hh" #include "AppletWindow.hh" #include "BreakWindow.hh" #include "DailyLimitWindow.hh" #include "GUIConfig.hh" #include "MainWindow.hh" #include "Menus.hh" #include "MicroBreakWindow.hh" #include "PreludeWindow.hh" #include "RestBreakWindow.hh" #include "SoundPlayer.hh" #include "StatusIcon.hh" #include "System.hh" #include "Text.hh" #include "Util.hh" #include "WindowHints.hh" #include "Locale.hh" #include "Session.hh" #include "TimerBoxControl.hh" #if defined(PLATFORM_OS_WIN32) #include "W32AppletWindow.hh" #include #include #include #endif #if defined(PLATFORM_OS_OSX) #include "OSXUtil.hh" #include #include #include #import #import "AppController.h" #include #endif #if defined(PLATFORM_OS_UNIX) #include #endif #if defined(HAVE_GCONF) #include #endif #if defined(HAVE_DBUS) #if defined(interface) #undef interface #endif #include "DBus.hh" #include "DBusException.hh" #endif #ifdef HAVE_GTK_MAC_INTEGRATION #include "gtkosxapplication.h" #endif GUI *GUI::instance = NULL; //! GUI Constructor. /*! * \param argc number of command line parameters. * \param argv all command line parameters. */ GUI::GUI(int argc, char **argv) : core(NULL), sound_player(NULL), break_windows(NULL), prelude_windows(NULL), active_break_count(0), active_prelude_count(0), response(NULL), active_break_id(BREAK_ID_NONE), main_window(NULL), menus(0), break_window_destroy(false), prelude_window_destroy(false), heads(NULL), num_heads(-1), screen_width(-1), screen_height(-1), #if defined(PLATFORM_OS_UNIX) grab_wanted(false), #endif grab_handle(NULL), status_icon(NULL), applet_control(NULL), muted(false), closewarn_shown(false) { TRACE_ENTER("GUI:GUI"); assert(! instance); instance = this; this->argc = argc; this->argv = argv; TRACE_EXIT(); } //! Destructor. GUI::~GUI() { TRACE_ENTER("GUI:~GUI"); assert(instance); instance = NULL; ungrab(); delete core; delete main_window; delete applet_control; delete menus; delete [] prelude_windows; delete [] break_windows; delete [] heads; delete sound_player; TRACE_EXIT(); } //! Forces a restbreak. void GUI::restbreak_now() { core->force_break(BREAK_ID_REST_BREAK, BREAK_HINT_USER_INITIATED); } //! The main entry point. void GUI::main() { TRACE_ENTER("GUI::main"); Glib::OptionContext option_ctx; #ifdef PLATFORM_OS_UNIX XInitThreads(); #endif if (!Glib::thread_supported()) Glib::thread_init(); Glib::OptionGroup *option_group = new Glib::OptionGroup(egg_sm_client_get_option_group()); option_ctx.add_group(*option_group); Gtk::Main *kit = NULL; try { kit = new Gtk::Main(argc, argv, option_ctx); } catch (const Glib::OptionError &e) { std::cout << "Failed to initialize: " << e.what() << std::endl; exit(1); } init_core(); init_nls(); init_debug(); init_sound_player(); init_multihead(); init_dbus(); init_platform(); init_session(); init_gui(); init_startup_warnings(); #ifdef HAVE_GTK_MAC_INTEGRATION GtkosxApplication* theApp = (GtkosxApplication *)g_object_new(GTKOSX_TYPE_APPLICATION, NULL); gtkosx_application_set_dock_icon_pixbuf(theApp, gdk_pixbuf_new_from_file(WORKRAVE_PKGDATADIR "/images/workrave.png", NULL)); gtkosx_application_ready(theApp); #endif on_timer(); TRACE_MSG("Initialized. Entering event loop."); // Enter the event loop Gtk::Main::run(); System::clear(); cleanup_session(); for (list::iterator i = event_connections.begin(); i != event_connections.end(); i++) { i->disconnect(); } delete main_window; main_window = NULL; delete applet_control; applet_control = NULL; delete kit; TRACE_EXIT(); } //! Terminates the GUI. void GUI::terminate() { TRACE_ENTER("GUI::terminate"); // HACK: Without it status icon keeps on dangling in tray // Nicer solution: nicely cleanup complete gui ~GUI() delete status_icon; status_icon = 0; CoreFactory::get_configurator()->save(); collect_garbage(); Gtk::Main::quit(); TRACE_EXIT(); } //! Opens the main window. void GUI::open_main_window() { main_window->open_window(); } //! Closes the main window. void GUI::close_main_window() { main_window->close_window(); } //! The user close the main window. void GUI::on_main_window_closed() { TRACE_ENTER("GUI::on_main_window_closed"); bool closewarn = false; CoreFactory::get_configurator()->get_value(GUIConfig::CFG_KEY_CLOSEWARN_ENABLED, closewarn); TRACE_MSG(closewarn); if (closewarn && !closewarn_shown) { status_icon->show_balloon("closewarn", _("Workrave is still running. " "You can access Workrave by clicking on the white sheep icon. " "Click on this balloon to disable this message" )); closewarn_shown = true; } TRACE_EXIT(); } //! Periodic heartbeat. bool GUI::on_timer() { std::string tip = get_timers_tooltip(); core->heartbeat(); main_window->update(); applet_control->heartbeat(); applet_control->set_tooltip(tip); status_icon->set_tooltip(tip); heartbeat_signal(); collect_garbage(); if (active_break_count == 0 && muted) { bool user_active = core->is_user_active(); if (user_active) { sound_player->restore_mute(); muted = false; } } return true; } #if defined(NDEBUG) static void my_log_handler(const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer user_data) { } #endif void GUI::init_platform() { TRACE_ENTER("GUI::init_platform"); #if defined(PLATFORM_OS_OSX) [ [ AppController alloc ] init ]; #endif #if defined(PLATFORM_OS_UNIX) char *display = gdk_get_display(); System::init(display); g_free(display); #else System::init(); #endif srand((unsigned int)time(NULL)); TRACE_EXIT(); } void GUI::session_quit_cb(EggSMClient *client, GUI *gui) { (void) client; (void) gui; TRACE_ENTER("GUI::session_quit_cb"); CoreFactory::get_configurator()->save(); Gtk::Main::quit(); TRACE_EXIT(); } void GUI::session_save_state_cb(EggSMClient *client, GKeyFile *key_file, GUI *gui) { (void) client; (void) key_file; (void) gui; CoreFactory::get_configurator()->save(); } void GUI::init_session() { TRACE_ENTER("GUI::init_session"); EggSMClient *client = NULL; client = egg_sm_client_get(); if (client) { g_signal_connect(client, "quit", G_CALLBACK(session_quit_cb), this); g_signal_connect(client, "save-state", G_CALLBACK(session_save_state_cb), this); } session = new Session(); session->init(); TRACE_EXIT(); } void GUI::cleanup_session() { EggSMClient *client = NULL; client = egg_sm_client_get(); if (client) { g_signal_handlers_disconnect_by_func(client, (gpointer)G_CALLBACK(session_quit_cb), this); g_signal_handlers_disconnect_by_func(client, (gpointer)G_CALLBACK(session_save_state_cb), this); } } //! Initializes messages hooks. void GUI::init_debug() { #if defined(NDEBUG) TRACE_ENTER("GUI::init_debug"); const char *domains[] = { NULL, "Gtk", "GLib", "Gdk", "gtkmm", "GLib-GObject" }; for (unsigned int i = 0; i < sizeof(domains)/sizeof(char *); i++) { g_log_set_handler(domains[i], (GLogLevelFlags) (G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION), my_log_handler, NULL); } TRACE_EXIT(); #endif } //! Initializes i18n. void GUI::init_nls() { #if defined(ENABLE_NLS) string language = GUIConfig::get_locale(); if (language != "") { g_setenv("LANGUAGE", language.c_str(), 1); } # if !defined(HAVE_GNOME) && !defined(HAVE_GTK3) gtk_set_locale(); # endif const char *locale_dir; #if defined(PLATFORM_OS_WIN32) string dir = Util::get_application_directory(); // Use the pre-install locale location if workrave is running from its MSVC build directory. dir += Util::file_exists( dir + "\\..\\Workrave.sln" ) ? "\\..\\frontend" : "\\lib\\locale"; locale_dir = dir.c_str(); #elif defined(PLATFORM_OS_OSX) char locale_path[MAXPATHLEN * 4]; char execpath[MAXPATHLEN+1]; uint32_t pathsz = sizeof (execpath); _NSGetExecutablePath(execpath, &pathsz); gchar *dir_path = g_path_get_dirname(execpath); strcpy(locale_path, dir_path); g_free(dir_path); // Locale strcat(locale_path, "/../Resources/locale"); locale_dir = locale_path; #else locale_dir = GNOMELOCALEDIR; # endif # ifdef HAVE_SETLOCALE setlocale(LC_ALL, ""); # endif #if defined(PLATFORM_OS_WIN32) bindtextdomain("gtk20", locale_dir); bindtextdomain("iso_3166", locale_dir); bindtextdomain("iso_639", locale_dir); bindtextdomain("glib20", locale_dir); bind_textdomain_codeset("gk20", "UTF-8"); bind_textdomain_codeset("glib20", "UTF-8"); bind_textdomain_codeset("iso_3166", "UTF-8"); bind_textdomain_codeset("iso_639", "UTF-8"); CoreFactory::get_configurator()->add_listener(GUIConfig::CFG_KEY_LOCALE, this); #endif bindtextdomain(PACKAGE, locale_dir); bind_textdomain_codeset(PACKAGE, "UTF-8"); textdomain(PACKAGE); #endif } //! Initializes the core. void GUI::init_core() { string display_name; #if defined(PLATFORM_OS_UNIX) char *display = gdk_get_display(); if (display != NULL) { display_name = display; } #endif core = CoreFactory::get_core(); core->init(argc, argv, this, display_name); core->set_core_events_listener(this); GUIConfig::init(); } void GUI::init_multihead() { TRACE_ENTER("GUI::init_multihead"); init_gtk_multihead(); if (num_heads == -1) { init_multihead_mem(1); heads[0].valid = false; heads[0].count = 0; heads[0].geometry.set_width(gdk_screen_width()); heads[0].geometry.set_height(gdk_screen_height()); heads[0].geometry.set_x(0); heads[0].geometry.set_y(0); } init_multihead_desktop(); TRACE_EXIT(); } void GUI::init_multihead_mem(int new_num_heads) { TRACE_ENTER("GUI::init_multihead_mem"); if (new_num_heads != num_heads || num_heads <= 0) { delete [] heads; heads = new HeadInfo[new_num_heads]; PreludeWindow **old_prelude_windows = prelude_windows; IBreakWindow **old_break_windows = break_windows; prelude_windows = new PreludeWindow*[new_num_heads];/* LEAK */ break_windows = new IBreakWindow*[new_num_heads]; /* LEAK */ int max_heads = new_num_heads > num_heads ? new_num_heads : num_heads; // Copy existing breaks windows. for (int i = 0; i < max_heads; i++) { if (i < new_num_heads) { if (i < num_heads) { prelude_windows[i] = old_prelude_windows[i]; break_windows[i] = old_break_windows[i]; } else { prelude_windows[i] = NULL; break_windows[i] = NULL; } } if (new_num_heads < num_heads && i >= new_num_heads) { // Number of heads get smaller, // destroy breaks/preludes if (old_prelude_windows != NULL && old_prelude_windows[i] != NULL) { old_prelude_windows[i]->destroy(); } if (old_break_windows != NULL && old_break_windows[i] != NULL) { old_break_windows[i]->destroy(); } } } if (active_prelude_count > new_num_heads) { active_prelude_count = new_num_heads; } if (active_break_count > new_num_heads) { active_break_count = new_num_heads; } delete [] old_prelude_windows; delete [] old_break_windows; num_heads = new_num_heads; } TRACE_EXIT(); } void GUI::init_multihead_desktop() { TRACE_ENTER("GUI::init_multihead_desktop"); TRACE_MSG("gdk width x height " << gdk_screen_width() << " " << gdk_screen_height()); int width = 0; int height = 0; // Use head info to determine screen size. I hope this results // in the same size as the gdk_screen_xxx.... for (int i = 0; i < num_heads; i++) { if (!heads[i].valid) { // Not all heads have valid geometry. Use gdk. width = gdk_screen_width(); height = gdk_screen_height(); break; } int w = heads[i].geometry.get_x() + heads[i].geometry.get_width(); int h = heads[i].geometry.get_y() + heads[i].geometry.get_height(); if (w > width) { width = w; } if (h > height) { height = h; } } TRACE_MSG("width x height " << width << " " << height); if (screen_width != width || screen_height != height) { if (main_window != NULL) { main_window->relocate_window(width, height); } screen_width = width; screen_height = height; } } void GUI::init_gtk_multihead() { TRACE_ENTER("GUI::init_gtk_multihead"); int new_num_heads = 0; Glib::RefPtr display = Gdk::Display::get_default(); int num_screens = display->get_n_screens(); TRACE_MSG("screens = " << num_screens); if (num_screens >= 1) { for (int i = 0; i < num_screens; i++) { Glib::RefPtr screen = display->get_screen(i); if (screen) { new_num_heads += screen->get_n_monitors(); TRACE_MSG("num monitors on screen " << i << " = " << screen->get_n_monitors()); } } for (int i = 0; i < num_screens; i++) { Glib::RefPtr screen = display->get_screen(i); if (screen) { TRACE_MSG("num monitors on screen " << i << " = " << screen->get_n_monitors()); } } init_multihead_mem(new_num_heads); int count = 0; for (int i = 0; i < num_screens; i++) { Glib::RefPtr screen = display->get_screen(i); if (screen) { int num_monitors = screen->get_n_monitors(); TRACE_MSG("monitors = " << num_monitors); for (int j = 0; j < num_monitors && count < new_num_heads; j++) { Gdk::Rectangle rect; screen->get_monitor_geometry(j, rect); bool overlap = false; for (int k = 0; !overlap && k < count; k++) { Gdk::Rectangle irect = rect; if (heads[k].screen->get_number() == i) { irect.intersect(heads[k].geometry, overlap); } } if (!overlap) { heads[count].screen = screen; heads[count].monitor = j; heads[count].valid = true; heads[count].count = count; heads[count].geometry = rect; count++; } TRACE_MSG("Screen #" << i << " Monitor #" << j << " " << rect.get_x() << " " << rect.get_y() << " " << rect.get_width() << " " << rect.get_height() << " " << " intersects " << overlap); } } } num_heads = count; TRACE_MSG("# Heads = " << num_heads); } TRACE_EXIT(); } //! Initializes the GUI void GUI::init_gui() { menus = new Menus(); // The main status window. main_window = new MainWindow(); main_window->init(); // The applet window. applet_control = new AppletControl(); applet_control->init(); // Menus menus->init(applet_control); menus->resync(); // Status Icon status_icon = new StatusIcon(); status_icon->init(); // Events event_connections.push_back(main_window->signal_closed().connect(sigc::mem_fun(*this, &GUI::on_main_window_closed))); event_connections.push_back(main_window->signal_visibility_changed().connect(sigc::mem_fun(*this, &GUI::on_visibility_changed))); event_connections.push_back(applet_control->signal_visibility_changed().connect(sigc::mem_fun(*this, &GUI::on_visibility_changed))); event_connections.push_back(status_icon->signal_balloon_activate().connect(sigc::mem_fun(*this, &GUI::on_status_icon_balloon_activate))); event_connections.push_back(status_icon->signal_activate().connect(sigc::mem_fun(*this, &GUI::on_status_icon_activate))); event_connections.push_back(status_icon->signal_visibility_changed().connect(sigc::mem_fun(*this, &GUI::on_visibility_changed))); process_visibility(); #ifdef HAVE_DBUS DBus *dbus = CoreFactory::get_dbus(); if (dbus != NULL && dbus->is_available()) { dbus->connect("/org/workrave/Workrave/UI", "org.workrave.ControlInterface", menus); } #endif #if defined(PLATFORM_OS_WIN32) win32_init_filter(); #endif // Periodic timer. Glib::signal_timeout().connect(sigc::mem_fun(*this, &GUI::on_timer), 1000); } void GUI::init_dbus() { #if defined(HAVE_DBUS) DBus *dbus = CoreFactory::get_dbus(); if (dbus != NULL && dbus->is_available()) { #ifdef HAVE_DBUS_GIO if (dbus->is_running("org.workrave.Workrave")) #else dbus->register_service("org.workrave.Workrave"); if (!dbus->is_owner()) #endif { Gtk::MessageDialog dialog(_("Workrave failed to start"), false, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_OK, true); dialog.set_secondary_text(_("Is Workrave already running?")); dialog.show(); dialog.run(); exit(1); } try { dbus->register_object_path("/org/workrave/Workrave/UI"); #ifdef HAVE_DBUS_GIO dbus->register_service("org.workrave.Workrave"); #endif extern void init_DBusGUI(DBus *dbus); init_DBusGUI(dbus); } catch (DBusException &) { } } #endif } void GUI::init_startup_warnings() { OperationMode mode = core->get_operation_mode(); if (mode != OPERATION_MODE_NORMAL) { Glib::signal_timeout().connect(sigc::mem_fun(*this, &GUI::on_operational_mode_warning_timer), 5000); } } //! Returns a break window for the specified break. IBreakWindow * GUI::create_break_window(HeadInfo &head, BreakId break_id, BreakWindow::BreakFlags break_flags) { IBreakWindow *ret = NULL; GUIConfig::BlockMode block_mode = GUIConfig::get_block_mode(); if (break_id == BREAK_ID_MICRO_BREAK) { ret = new MicroBreakWindow(head, break_flags, block_mode); } else if (break_id == BREAK_ID_REST_BREAK) { ret = new RestBreakWindow(head, break_flags, block_mode); } else if (break_id == BREAK_ID_DAILY_LIMIT) { ret = new DailyLimitWindow(head, break_flags, block_mode); } return ret; } //! Initializes the sound player. void GUI::init_sound_player() { TRACE_ENTER("GUI:init_sound_player"); try { // Tell pulseaudio were are playing sound events g_setenv("PULSE_PROP_media.role", "event", TRUE); sound_player = new SoundPlayer(); /* LEAK */ sound_player->init(); } catch (Exception) { TRACE_MSG("No sound"); } TRACE_EXIT(); } void GUI::core_event_notify(const CoreEvent event) { TRACE_ENTER_MSG("GUI::core_event_sound_notify", event); if (sound_player != NULL) { if (event >= CORE_EVENT_SOUND_FIRST && event <= CORE_EVENT_SOUND_LAST) { bool mute = false; SoundEvent snd = (SoundEvent) ( (int)event - CORE_EVENT_SOUND_FIRST); TRACE_MSG("play " << event); if (event == CORE_EVENT_SOUND_REST_BREAK_STARTED || event == CORE_EVENT_SOUND_DAILY_LIMIT) { CoreFactory::get_configurator()->get_value(SoundPlayer::CFG_KEY_SOUND_MUTE, mute); if (mute) { muted = true; } } TRACE_MSG("Mute after playback " << mute); sound_player->play_sound(snd, mute); } } if (event == CORE_EVENT_MONITOR_FAILURE) { string msg = _("Workrave could not monitor your keyboard and mouse activity.\n"); #ifdef PLATFORM_OS_UNIX msg += _("Make sure that the RECORD extension is enabled in the X server."); #endif Gtk::MessageDialog dialog(_("Workrave failed to start"), false, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_OK, true); dialog.set_secondary_text(msg); dialog.show(); dialog.run(); terminate(); } TRACE_EXIT(); } void GUI::core_event_operation_mode_changed(const OperationMode m) { if (status_icon) { status_icon->set_operation_mode(m); } menus->resync(); } void GUI::core_event_usage_mode_changed(const UsageMode m) { (void) m; menus->resync(); } void GUI::config_changed_notify(const std::string &key) { TRACE_ENTER_MSG("GUI::config_changed_notify", key); #if defined(HAVE_LANGUAGE_SELECTION) if (key == GUIConfig::CFG_KEY_LOCALE) { string locale = GUIConfig::get_locale(); Locale::set_locale(locale); menus->locale_changed(); } #endif TRACE_EXIT(); } void GUI::set_break_response(IBreakResponse *rep) { response = rep; } void GUI::create_prelude_window(BreakId break_id) { hide_break_window(); init_multihead(); collect_garbage(); active_break_id = break_id; for (int i = 0; i < num_heads; i++) { prelude_windows[i] = new PreludeWindow(heads[i], break_id); } active_prelude_count = num_heads; } void GUI::create_break_window(BreakId break_id, BreakHint break_hint) { TRACE_ENTER_MSG("GUI::start_break_window", num_heads); hide_break_window(); init_multihead(); collect_garbage(); BreakWindow::BreakFlags break_flags = BreakWindow::BREAK_FLAGS_NONE; bool ignorable = GUIConfig::get_ignorable(break_id); bool skippable = GUIConfig::get_skippable(break_id); if (break_hint & BREAK_HINT_USER_INITIATED) { break_flags = ( BreakWindow::BREAK_FLAGS_POSTPONABLE | BreakWindow::BREAK_FLAGS_USER_INITIATED); if (skippable) { break_flags |= BreakWindow::BREAK_FLAGS_SKIPPABLE; } } else { if (ignorable) { break_flags |= BreakWindow::BREAK_FLAGS_POSTPONABLE; } if(skippable) { break_flags |= BreakWindow::BREAK_FLAGS_SKIPPABLE; } } if (break_hint & BREAK_HINT_NATURAL_BREAK) { break_flags |= (BreakWindow::BREAK_FLAGS_NO_EXERCISES | BreakWindow::BREAK_FLAGS_NATURAL | BreakWindow::BREAK_FLAGS_POSTPONABLE); } active_break_id = break_id; for (int i = 0; i < num_heads; i++) { IBreakWindow *break_window = create_break_window(heads[i], break_id, break_flags); break_windows[i] = break_window; break_window->set_response(response); break_window->init(); } active_break_count = num_heads; TRACE_EXIT(); } void GUI::hide_break_window() { TRACE_ENTER("GUI::hide_break_window"); active_break_id = BREAK_ID_NONE; for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->stop(); } } if (active_prelude_count > 0) { prelude_window_destroy = true; } for (int i = 0; i < active_break_count; i++) { if (break_windows[i] != NULL) { break_windows[i]->stop(); } } if (active_break_count > 0) { TRACE_MSG("break_window_destroy = true"); break_window_destroy = true; } ungrab(); TRACE_EXIT(); } void GUI::show_break_window() { TRACE_ENTER("GUI::hide_break_window"); for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->start(); } } for (int i = 0; i < active_break_count; i++) { if (break_windows[i] != NULL) { break_windows[i]->start(); } } if (GUIConfig::get_block_mode() != GUIConfig::BLOCK_MODE_NONE) { grab(); } TRACE_EXIT(); } void GUI::refresh_break_window() { for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->refresh(); } } for (int i = 0; i < active_break_count; i++) { if (break_windows[i] != NULL) { break_windows[i]->refresh(); } } } void GUI::set_break_progress(int value, int max_value) { for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->set_progress(value, max_value); } } for (int i = 0; i < active_break_count; i++) { if (break_windows[i] != NULL) { break_windows[i]->set_progress(value, max_value); } } } void GUI::set_prelude_stage(PreludeStage stage) { for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->set_stage(stage); } } } void GUI::set_prelude_progress_text(PreludeProgressText text) { for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->set_progress_text(text); } } } //! Destroys the break/prelude windows, if requested. void GUI::collect_garbage() { TRACE_ENTER("GUI::collect_garbage"); if (prelude_window_destroy) { if (prelude_windows != NULL) { for (int i = 0; i < active_prelude_count; i++) { if (prelude_windows[i] != NULL) { prelude_windows[i]->destroy(); prelude_windows[i] = NULL; } } } prelude_window_destroy = false; active_prelude_count = 0; } if (break_window_destroy) { if (break_windows != NULL) { TRACE_MSG("1"); for (int i = 0; i < active_break_count; i++) { TRACE_MSG("2 " << i); if (break_windows[i] != NULL) { TRACE_MSG("3"); break_windows[i]->destroy(); break_windows[i] = NULL; } } } break_window_destroy = false; active_break_count = 0; } TRACE_EXIT(); } //! Grabs the pointer and the keyboard. bool GUI::grab() { if (break_windows != NULL && active_break_count > 0) { GdkWindow **windows = new GdkWindow *[active_break_count]; for (int i = 0; i < active_break_count; i++) { Glib::RefPtr window = break_windows[i]->get_gdk_window(); windows[i] = window->gobj(); } #if defined(PLATFORM_OS_UNIX) grab_wanted = true; #endif if (! grab_handle) { grab_handle = WindowHints::grab(active_break_count, windows); #if defined(PLATFORM_OS_UNIX) if (! grab_handle && !grab_retry_connection.connected()) { grab_retry_connection = Glib::signal_timeout().connect(sigc::mem_fun(*this, &GUI::on_grab_retry_timer), 2000); } #endif } delete [] windows; } return grab_handle != NULL; } //! Releases the pointer and keyboard grab void GUI::ungrab() { #if defined(PLATFORM_OS_UNIX) grab_wanted = false; #endif if (grab_handle) { #if defined(PLATFORM_OS_UNIX) grab_retry_connection.disconnect(); #endif WindowHints::ungrab(grab_handle); grab_handle = NULL; } } void GUI::interrupt_grab() { if (grab_handle) { #if defined(PLATFORM_OS_UNIX) grab_wanted = true; WindowHints::ungrab(grab_handle); grab_handle = NULL; if (!grab_retry_connection.connected()) { Glib::signal_timeout().connect(sigc::mem_fun(*this, &GUI::on_grab_retry_timer), 2000); } #endif } } #if defined(PLATFORM_OS_UNIX) //! Reattempt to get the grab bool GUI::on_grab_retry_timer() { TRACE_ENTER("GUI::on_grab_retry_timer"); bool ret = false; if (grab_wanted) { ret = !grab(); } else { ret = false; } TRACE_MSG(ret); TRACE_EXIT(); return ret; } #endif bool GUI::on_operational_mode_warning_timer() { OperationMode mode = core->get_operation_mode(); if (mode == OPERATION_MODE_SUSPENDED) { status_icon->show_balloon("operation_mode", _("Workrave is in suspended mode. " "Mouse and keyboard activity will not be monitored.")); } else if (mode == OPERATION_MODE_QUIET) { status_icon->show_balloon("operation_mode", _("Workrave is in quiet mode. " "No break windows will appear.")); } return false; } HeadInfo & GUI::get_head(int head) { return heads[head < num_heads ? head : 0]; } int GUI::map_to_head(int &x, int &y) { int head = -1; for (int i = 0; i < num_heads; i++) { int left, top, width, height; left = heads[i].get_x(); top = heads[i].get_y(); width = heads[i].get_width(); height = heads[i].get_height(); if (x >= left && y >= top && x < left + width && y < top + height) { x -= left; y -= top; // Use coordinates relative to right and butto edges of the // screen if the mainwindow is closer to those edges than to // the left/top edges. if (x >= width / 2) { x -= width; } if (y >= height / 2) { y -= height; } head = i; break; } } if (head < 0) { head = 0; x = y = 256; } return head; } void GUI::map_from_head(int &x, int &y, int head) { HeadInfo &h = get_head(head); if (x < 0) { x += h.get_width(); } if (y < 0) { y += h.get_height(); } x += h.get_x(); y += h.get_y(); } bool GUI::bound_head(int &x, int &y, int width, int height, int &head) { bool ret = false; if (head >= num_heads) { head = 0; } HeadInfo &h = get_head(head); if (x < - h.get_width()) { x = 0; ret = true; } if (y < - h.get_height()) { y = 0; ret = true; } // Make sure something remains visible.. if (x > - 10 && x < 0) { x = - 10; ret = true; } if (y > - 10 && y < 0) { y = - 10; ret = true; } if (x + width >= h.get_width()) { x = h.get_width() - width - 10; ret = true; } if (y + height >= h.get_height()) { y = h.get_height() - height - 10; ret = true; } return ret; } std::string GUI::get_timers_tooltip() { //FIXME: duplicate const char *labels[] = { _("Micro-break"), _("Rest break"), _("Daily limit") }; string tip = ""; OperationMode mode = core->get_operation_mode(); switch (mode) { case OPERATION_MODE_SUSPENDED: tip = string(_("Mode: ")) + _("Suspended"); break; case OPERATION_MODE_QUIET: tip = string(_("Mode: ")) + _("Quiet"); break; case OPERATION_MODE_NORMAL: default: #if !defined(PLATFORM_OS_WIN32) // Win32 tip is limited in length tip = "Workrave"; #endif break; } for (int count = 0; count < BREAK_ID_SIZEOF; count++) { IBreak *b = core->get_break(BreakId(count)); bool on = b->is_enabled(); if (b != NULL && on) { // Collect some data. time_t maxActiveTime = b->get_limit(); time_t activeTime = b->get_elapsed_time(); std::string text; // Set the text if (b->is_limit_enabled() && maxActiveTime != 0) { text = Text::time_to_string(maxActiveTime - activeTime); } else { text = Text::time_to_string(activeTime); } if (tip != "") { tip += "\n"; } tip += labels[count]; tip += ": " + text; } } return tip; } void GUI::on_status_icon_balloon_activate(const std::string &id) { if (id == "closewarn") { CoreFactory::get_configurator()->set_value(GUIConfig::CFG_KEY_CLOSEWARN_ENABLED, false); } } void GUI::on_status_icon_activate() { main_window->toggle_window(); } void GUI::on_visibility_changed() { TRACE_ENTER("GUI::on_visibility_changed"); process_visibility(); TRACE_EXIT(); } void GUI::process_visibility() { TRACE_ENTER("GUI::process_visibility"); TRACE_MSG(main_window->is_visible() << " " << applet_control->is_visible() << " " << status_icon->is_visible()); #ifdef PLATFORM_OS_WIN32 if (!main_window->is_visible() && !applet_control->is_visible()) { GUIConfig::set_trayicon_enabled(true); } #else bool can_close_main_window = applet_control->is_visible() || status_icon->is_visible(); main_window->set_can_close(can_close_main_window); #endif TRACE_EXIT(); } #if defined(PLATFORM_OS_WIN32) void GUI::win32_init_filter() { GtkWidget *window = (GtkWidget *)main_window->gobj(); GdkWindow *gdk_window = gtk_widget_get_window(window); gdk_window_add_filter(gdk_window, win32_filter_func, this); HWND hwnd = (HWND) GDK_WINDOW_HWND(gdk_window); WTSRegisterSessionNotification(hwnd, NOTIFY_FOR_THIS_SESSION); } GdkFilterReturn GUI::win32_filter_func (void *xevent, GdkEvent *event, gpointer data) { TRACE_ENTER("GUI::win32_filter_func"); (void) event; GUI *gui = static_cast(data); MSG *msg = (MSG *) xevent; GdkFilterReturn ret = GDK_FILTER_CONTINUE; switch (msg->message) { case WM_WTSSESSION_CHANGE: { if (msg->wParam == WTS_SESSION_LOCK) { gui->session->set_idle(true); } if (msg->wParam == WTS_SESSION_UNLOCK) { gui->session->set_idle(false); } } break; case WM_POWERBROADCAST: { TRACE_MSG("WM_POWERBROADCAST " << msg->wParam << " " << msg->lParam); switch (msg->wParam) { case PBT_APMQUERYSUSPEND: TRACE_MSG("Query Suspend"); break; case PBT_APMQUERYSUSPENDFAILED: TRACE_MSG("Query Suspend Failed"); break; case PBT_APMRESUMESUSPEND: case PBT_APMRESUMEAUTOMATIC: case PBT_APMRESUMECRITICAL: { TRACE_MSG("Resume suspend"); ICore *core = CoreFactory::get_core(); core->set_powersave(false); } break; case PBT_APMSUSPEND: { TRACE_MSG("Suspend"); ICore *core = CoreFactory::get_core(); core->set_powersave(true); } break; } } break; case WM_DISPLAYCHANGE: { TRACE_MSG("WM_DISPLAYCHANGE " << msg->wParam << " " << msg->lParam); gui->init_multihead(); } break; case WM_TIMECHANGE: { TRACE_MSG("WM_TIMECHANGE " << msg->wParam << " " << msg->lParam); ICore *core = CoreFactory::get_core(); core->time_changed(); } break; default: W32AppletWindow *applet_window = static_cast (gui->applet_control->get_applet_window(AppletControl::APPLET_W32)); if (applet_window) { ret = applet_window->win32_filter_func(xevent, event); } } #ifndef USE_W32STATUSICON if (ret != GDK_FILTER_REMOVE && gui->status_icon) { ret = gui->status_icon->win32_filter_func(xevent, event); } #endif TRACE_EXIT(); return ret; } #endif workrave-1_10_10/frontend/gtkmm/src/GUI.hh000066400000000000000000000164661263301626300203650ustar00rootroot00000000000000// GUI.hh --- The WorkRave GUI // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GUI_HH #define GUI_HH #include "preinclude.h" #include #include #include "eggsmclient.h" #include "HeadInfo.hh" #include "ICoreEventListener.hh" #include "IConfiguratorListener.hh" #include "IApp.hh" #include "BreakWindow.hh" #include "WindowHints.hh" namespace workrave { class IBreakResponse; class IConfigurator; } // GTKMM classes class MainWindow; class MicroBreakWindow; class RestBreakWindow; class PreludeWindow; class Dispatcher; class StatusIcon; class AppletControl; class Menus; // Generic GUI class BreakControl; class IBreakWindow; class SoundPlayer; class Session; using namespace workrave; class IGUI { public: virtual ~IGUI() {} virtual sigc::signal0 &signal_heartbeat() = 0; virtual Menus *get_menus() const = 0; virtual MainWindow *get_main_window() const = 0; virtual SoundPlayer *get_sound_player() const = 0; virtual void open_main_window() = 0; virtual void restbreak_now() = 0; virtual void interrupt_grab() = 0; virtual int get_number_of_heads() const = 0; virtual HeadInfo &get_head(int head) = 0; virtual int map_to_head(int &x, int &y) = 0; virtual void map_from_head(int &x, int &y, int head) = 0; virtual bool bound_head(int &x, int &y, int width, int height, int &head) = 0; virtual void terminate() = 0; }; class GUI : public IGUI, public IApp, public ICoreEventListener, public IConfiguratorListener, public sigc::trackable { public: GUI(int argc, char **argv); virtual ~GUI(); static IGUI *get_instance(); AppletControl *get_applet_control() const; MainWindow *get_main_window() const; SoundPlayer *get_sound_player() const; Menus *get_menus() const; void main(); // GUIFactoryInterface methods virtual void set_break_response(IBreakResponse *rep); virtual void create_prelude_window(BreakId break_id); virtual void create_break_window(BreakId break_id, BreakHint break_hint); virtual void hide_break_window(); virtual void show_break_window(); virtual void refresh_break_window(); virtual void set_break_progress(int value, int max_value); virtual void set_prelude_stage(PreludeStage stage); virtual void set_prelude_progress_text(PreludeProgressText text); virtual void terminate(); // void core_event_notify(const CoreEvent event); void core_event_operation_mode_changed(const OperationMode m); void core_event_usage_mode_changed(const UsageMode m); // Internal public methods void restbreak_now(); void open_main_window(); void close_main_window(); void init_multihead(); // Prefs // Misc sigc::signal0 &signal_heartbeat(); HeadInfo &get_head(int head); int get_number_of_heads() const; int map_to_head(int &x, int &y); void map_from_head(int &x, int &y, int head); bool bound_head(int &x, int &y, int width, int height, int &head); void interrupt_grab(); private: std::string get_timers_tooltip(); bool on_timer(); void init_platform(); void init_debug(); void init_nls(); void init_core(); void init_sound_player(); void init_multihead_mem(int new_num_heads); void init_multihead_desktop(); void init_gui(); void init_dbus(); void init_session(); void init_startup_warnings(); void init_gtk_multihead(); static void session_quit_cb(EggSMClient *client, GUI *gui); static void session_save_state_cb(EggSMClient *client, GKeyFile *key_file, GUI *gui); void cleanup_session(); void collect_garbage(); IBreakWindow *create_break_window(HeadInfo &head, BreakId break_id, BreakWindow::BreakFlags break_flags); void config_changed_notify(const std::string &key); bool grab(); void ungrab(); void process_visibility(); void on_status_icon_balloon_activate(const std::string &id); void on_status_icon_activate(); void on_visibility_changed(); void on_main_window_closed(); #if defined(PLATFORM_OS_UNIX) bool on_grab_retry_timer(); #endif bool on_operational_mode_warning_timer(); #if defined(PLATFORM_OS_WIN32) void win32_init_filter(); static GdkFilterReturn win32_filter_func (void *xevent, GdkEvent *event, gpointer data); #endif private: //! The one and only instance static GUI *instance; //! The Core controller ICore *core; //! The sound player SoundPlayer *sound_player; //! Interface to the break window. IBreakWindow **break_windows; //! Interface to the prelude windows. PreludeWindow **prelude_windows; //! Number of active prelude windows; int active_break_count; //! Number of active prelude windows; int active_prelude_count; //! Reponse interface for breaks IBreakResponse *response; //! Current active break. BreakId active_break_id; //! The number of command line arguments. int argc; //! The command line arguments. char **argv; //! The main window, shows the timers. MainWindow *main_window; //! Menus Menus *menus; //! Heartbeat signal sigc::signal0 heartbeat_signal; //! Destroy break window on next heartbeat? bool break_window_destroy; //! Destroy prelude window on next heartbeat? bool prelude_window_destroy; //! Information on all heads. HeadInfo *heads; //! Number of heads int num_heads; //! Width of the screen. int screen_width; //! Height of the screen. int screen_height; #ifdef PLATFORM_OS_UNIX //! Do we want a keyboard/pointer grab bool grab_wanted; //! Connection to the grab retry timeout timer. sigc::connection grab_retry_connection; #endif //! Grab WindowHints::Grab *grab_handle; //! Status icon StatusIcon *status_icon; //! The applet controller AppletControl *applet_control; //! Session *session; // bool muted; // bool closewarn_shown; // UI Event connections std::list event_connections; }; //! Returns the only instance of GUI inline IGUI * GUI::get_instance() { return instance; } //! Returns the applet window. inline AppletControl * GUI::get_applet_control() const { return applet_control; } //! Returns the main window. inline MainWindow * GUI::get_main_window() const { return main_window; } //! Returns the sound player inline SoundPlayer * GUI::get_sound_player() const { return sound_player; } //! Returns the sound player inline Menus * GUI::get_menus() const { return menus; } //! Returns the GUI Heartbeat signal. inline sigc::signal0 & GUI::signal_heartbeat() { return heartbeat_signal; } //! Number of heads. inline int GUI::get_number_of_heads() const { return num_heads; } #endif // GUI_HH workrave-1_10_10/frontend/gtkmm/src/GUIConfig.cc000066400000000000000000000161431263301626300214710ustar00rootroot00000000000000// GUIConfig.cc --- The WorkRave GUI Configuration // // Copyright (C) 2007, 2008, 2010, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #include "GUIConfig.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "ICore.hh" #include "IBreak.hh" using namespace std; const string GUIConfig::CFG_KEY_BREAK_IGNORABLE = "gui/breaks/%b/ignorable_break"; const string GUIConfig::CFG_KEY_BREAK_SKIPPABLE = "gui/breaks/%b/skippable_break"; const string GUIConfig::CFG_KEY_BREAK_EXERCISES = "gui/breaks/%b/exercises"; const string GUIConfig::CFG_KEY_BREAK_AUTO_NATURAL = "gui/breaks/%b/auto_natural"; const string GUIConfig::CFG_KEY_BREAK_ENABLE_SHUTDOWN = "gui/breaks/%b/enable_shutdown"; const string GUIConfig::CFG_KEY_BLOCK_MODE = "gui/breaks/block_mode"; const string GUIConfig::CFG_KEY_LOCALE = "gui/locale"; const string GUIConfig::CFG_KEY_TRAYICON_ENABLED = "gui/trayicon_enabled"; const string GUIConfig::CFG_KEY_CLOSEWARN_ENABLED = "gui/closewarn_enabled"; const string GUIConfig::CFG_KEY_AUTOSTART = "gui/autostart"; const string GUIConfig::CFG_KEY_MAIN_WINDOW = "gui/main_window"; const string GUIConfig::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP = "gui/main_window/always_on_top"; const string GUIConfig::CFG_KEY_MAIN_WINDOW_START_IN_TRAY = "gui/main_window/start_in_tray"; const string GUIConfig::CFG_KEY_MAIN_WINDOW_X = "gui/main_window/x"; const string GUIConfig::CFG_KEY_MAIN_WINDOW_Y = "gui/main_window/y"; const string GUIConfig::CFG_KEY_MAIN_WINDOW_HEAD = "gui/main_window/head"; //! void GUIConfig::init() { IConfigurator *config = CoreFactory::get_configurator(); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { BreakId breakId = (BreakId)i; config->set_value(CFG_KEY_BREAK_IGNORABLE % breakId, true, CONFIG_FLAG_DEFAULT); config->set_value(CFG_KEY_BREAK_EXERCISES % breakId, i == BREAK_ID_REST_BREAK ? 3 : 0, CONFIG_FLAG_DEFAULT); config->set_value(CFG_KEY_BREAK_AUTO_NATURAL % breakId, false, CONFIG_FLAG_DEFAULT); // for backward compatibility with settings of older versions, we set the default // default value of `skippable` to whatever `ignorable`. This works because the old // meaning of `ignorable` was "show postpone and skip"; the new meaning is // "show postpone". bool ignorable; config->get_value_with_default(CFG_KEY_BREAK_IGNORABLE % breakId, ignorable, true); config->set_value(CFG_KEY_BREAK_SKIPPABLE % breakId, ignorable, CONFIG_FLAG_DEFAULT); config->set_value(CFG_KEY_BREAK_ENABLE_SHUTDOWN % breakId, true, CONFIG_FLAG_DEFAULT); } config->set_value(CFG_KEY_BLOCK_MODE, BLOCK_MODE_INPUT, CONFIG_FLAG_DEFAULT); config->set_value(CFG_KEY_TRAYICON_ENABLED, true, CONFIG_FLAG_DEFAULT); config->set_value(CFG_KEY_CLOSEWARN_ENABLED, true, CONFIG_FLAG_DEFAULT); } //! bool GUIConfig::get_ignorable(BreakId id) { bool rc; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_BREAK_IGNORABLE % id, rc, true); return rc; } //! bool GUIConfig::get_skippable(BreakId id) { bool rc; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_BREAK_SKIPPABLE % id, rc, true); return rc; } //! void GUIConfig::set_ignorable(BreakId id, bool b) { CoreFactory::get_configurator()->set_value(CFG_KEY_BREAK_IGNORABLE % id, b); } bool GUIConfig::get_shutdown_enabled(BreakId id) { bool rc; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_BREAK_ENABLE_SHUTDOWN % id, rc, true); return rc; } //! bool GUIConfig::get_trayicon_enabled() { bool rc; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_TRAYICON_ENABLED, rc, true); return rc; } //! void GUIConfig::set_trayicon_enabled(bool b) { CoreFactory::get_configurator()->set_value(CFG_KEY_TRAYICON_ENABLED, b); } //! int GUIConfig::get_number_of_exercises(BreakId id) { int num; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_BREAK_EXERCISES % id, num, 0); return num; } //! void GUIConfig::set_number_of_exercises(BreakId id, int num) { CoreFactory::get_configurator() ->set_value(CFG_KEY_BREAK_EXERCISES % id, num); } GUIConfig::BlockMode GUIConfig::get_block_mode() { int mode; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_BLOCK_MODE, mode, BLOCK_MODE_INPUT); return (BlockMode) mode; } void GUIConfig::set_block_mode(BlockMode mode) { CoreFactory::get_configurator() ->set_value(CFG_KEY_BLOCK_MODE, int(mode)); } std::string GUIConfig::get_locale() { string ret = ""; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_LOCALE, ret, ""); return ret; } void GUIConfig::set_locale(std::string locale) { CoreFactory::get_configurator() ->set_value(CFG_KEY_LOCALE, locale); } string GUIConfig::expand(const string &key, BreakId id) { IBreak *b = CoreFactory::get_core()->get_break(id); string str = key; string::size_type pos = 0; string name = b->get_name(); while ((pos = str.find("%b", pos)) != string::npos) { str.replace(pos, 2, name); pos++; } return str; } bool GUIConfig::get_always_on_top() { bool rc; CoreFactory::get_configurator() ->get_value_with_default(GUIConfig::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP, rc, false); return rc; } void GUIConfig::set_always_on_top(bool b) { CoreFactory::get_configurator() ->set_value(GUIConfig::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP, b); } bool GUIConfig::get_start_in_tray() { bool rc; CoreFactory::get_configurator() ->get_value_with_default(CFG_KEY_MAIN_WINDOW_START_IN_TRAY, rc, false); return rc; } void GUIConfig::set_start_in_tray(bool b) { CoreFactory::get_configurator() ->set_value(CFG_KEY_MAIN_WINDOW_START_IN_TRAY, b); } workrave-1_10_10/frontend/gtkmm/src/GUIConfig.hh000066400000000000000000000051571263301626300215060ustar00rootroot00000000000000// GUI.hh --- The WorkRave GUI // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GUICONFIG_HH #define GUICONFIG_HH #include "ICore.hh" using namespace workrave; class GUIConfig { public: static const std::string CFG_KEY_BREAK_AUTO_NATURAL; static const std::string CFG_KEY_BREAK_IGNORABLE; static const std::string CFG_KEY_BREAK_SKIPPABLE; static const std::string CFG_KEY_BREAK_EXERCISES; static const std::string CFG_KEY_BREAK_ENABLE_SHUTDOWN; static const std::string CFG_KEY_BLOCK_MODE; static const std::string CFG_KEY_LOCALE; static const std::string CFG_KEY_TRAYICON_ENABLED; static const std::string CFG_KEY_AUTOSTART; static const std::string CFG_KEY_CLOSEWARN_ENABLED; static const std::string CFG_KEY_MAIN_WINDOW; static const std::string CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP; static const std::string CFG_KEY_MAIN_WINDOW_START_IN_TRAY; static const std::string CFG_KEY_MAIN_WINDOW_X; static const std::string CFG_KEY_MAIN_WINDOW_Y; static const std::string CFG_KEY_MAIN_WINDOW_HEAD; static void init(); enum BlockMode { BLOCK_MODE_NONE = 0, BLOCK_MODE_INPUT, BLOCK_MODE_ALL }; static BlockMode get_block_mode(); static void set_block_mode(BlockMode mode); static std::string get_locale(); static void set_locale(std::string locale); static bool get_trayicon_enabled(); static void set_trayicon_enabled(bool enabled); static bool get_ignorable(BreakId id); static bool get_skippable(BreakId id); static void set_ignorable(BreakId id, bool b); static bool get_shutdown_enabled(BreakId id); static int get_number_of_exercises(BreakId id); static void set_number_of_exercises(BreakId id, int num); static bool get_always_on_top(); static void set_always_on_top(bool b); static void set_start_in_tray(bool b); static bool get_start_in_tray(); private: static std::string expand(const std::string &str, BreakId id); }; #endif workrave-1_10_10/frontend/gtkmm/src/GenericDBusApplet.cc000066400000000000000000000227311263301626300232170ustar00rootroot00000000000000// GenericDBusApplet.cc --- Applet info Window // // Copyright (C) 2001 - 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include #include "GenericDBusApplet.hh" #include "TimerBoxControl.hh" #include "GUI.hh" #include "Menus.hh" #include "MenuEnums.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "DBus.hh" #include "DBusException.hh" #include "DBusGUI.hh" #define WORKRAVE_INDICATOR_SERVICE_NAME "org.workrave.Workrave" #define WORKRAVE_INDICATOR_SERVICE_IFACE "org.workrave.AppletInterface" #define WORKRAVE_INDICATOR_SERVICE_OBJ "/org/workrave/Workrave/UI" //! Constructor. GenericDBusApplet::GenericDBusApplet() : enabled(false), visible(false), dbus(NULL) { timer_box_control = new TimerBoxControl("applet", *this); timer_box_view = this; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { data[i].bar_text = ""; data[i].bar_primary_color = 0; data[i].bar_primary_val = 0; data[i].bar_primary_max = 0; data[i].bar_secondary_color = 0; data[i].bar_secondary_val = 0; data[i].bar_secondary_max = 0; } CoreFactory::get_configurator()->add_listener(GUIConfig::CFG_KEY_TRAYICON_ENABLED, this); } //! Destructor. GenericDBusApplet::~GenericDBusApplet() { } void GenericDBusApplet::set_slot(BreakId id, int slot) { TRACE_ENTER_MSG("GenericDBusApplet::set_slot", int(id) << ", " << slot); data[slot].slot = id; TRACE_EXIT(); } void GenericDBusApplet::set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_val, int primary_max, ITimeBar::ColorId secondary_color, int secondary_val, int secondary_max) { TRACE_ENTER_MSG("GenericDBusApplet::set_time_bar", int(id) << "=" << text); data[id].bar_text = text; data[id].bar_primary_color = primary_color; data[id].bar_primary_val = primary_val; data[id].bar_primary_max = primary_max; data[id].bar_secondary_color = secondary_color; data[id].bar_secondary_val = secondary_val; data[id].bar_secondary_max = secondary_max; TRACE_EXIT(); } void GenericDBusApplet::update_view() { TRACE_ENTER("GenericDBusApplet::update_view"); org_workrave_AppletInterface *iface = org_workrave_AppletInterface::instance(dbus); assert(iface != NULL); iface->TimersUpdated(WORKRAVE_INDICATOR_SERVICE_OBJ, data[BREAK_ID_MICRO_BREAK], data[BREAK_ID_REST_BREAK], data[BREAK_ID_DAILY_LIMIT]); TRACE_EXIT(); } void GenericDBusApplet::init_applet() { try { dbus = CoreFactory::get_dbus(); if (dbus != NULL && dbus->is_available()) { dbus->connect(WORKRAVE_INDICATOR_SERVICE_OBJ, WORKRAVE_INDICATOR_SERVICE_IFACE, this); } } catch (DBusException) { } } //! Initializes the applet. AppletWindow::AppletState GenericDBusApplet::activate_applet() { TRACE_ENTER("GenericDBusApplet::activate_applet"); TRACE_EXIT(); enabled = true; return ( visible ? AppletWindow::APPLET_STATE_ACTIVE : AppletWindow::APPLET_STATE_PENDING ); } //! Destroys the applet. void GenericDBusApplet::deactivate_applet() { TRACE_ENTER("GenericDBusApplet::deactivate_applet"); enabled = false; state_changed_signal.emit(visible ? AppletWindow::APPLET_STATE_VISIBLE : AppletWindow::APPLET_STATE_DISABLED); data[0].slot = BREAK_ID_NONE; data[1].slot = BREAK_ID_NONE; data[2].slot = BREAK_ID_NONE; org_workrave_AppletInterface *iface = org_workrave_AppletInterface::instance(dbus); assert(iface != NULL); iface->TimersUpdated(WORKRAVE_INDICATOR_SERVICE_OBJ, data[BREAK_ID_MICRO_BREAK], data[BREAK_ID_REST_BREAK], data[BREAK_ID_DAILY_LIMIT]); TRACE_EXIT(); } //! void GenericDBusApplet::applet_embed(bool enable, const string &sender) { TRACE_ENTER_MSG("GenericDBusApplet::applet_embed", enable << " " << sender); for (std::set::iterator i = active_bus_names.begin(); i != active_bus_names.end(); i++) { dbus->unwatch(*i); } active_bus_names.clear(); if (sender != "") { dbus->watch(sender, this); } // else... FIXME: TRACE_EXIT(); } void GenericDBusApplet::resync(OperationMode mode, UsageMode usage, bool show_log) { TRACE_ENTER("GenericDBusAppletMenu::resync"); items.clear(); add_menu_item(_("Open"), MENU_COMMAND_OPEN, MENU_ITEM_FLAG_NONE); add_menu_item(_("Preferences"), MENU_COMMAND_PREFERENCES, MENU_ITEM_FLAG_NONE); add_menu_item(_("Rest break"), MENU_COMMAND_REST_BREAK, MENU_ITEM_FLAG_NONE); add_menu_item(_("Exercises"), MENU_COMMAND_EXERCISES, MENU_ITEM_FLAG_NONE); add_menu_item(_("Mode"), MENU_COMMAND_MODE_SUBMENU, MENU_ITEM_FLAG_SUBMENU_BEGIN); add_menu_item(_("Normal"), MENU_COMMAND_MODE_NORMAL, MENU_ITEM_FLAG_RADIO | (mode == OPERATION_MODE_NORMAL ? MENU_ITEM_FLAG_ACTIVE : MENU_ITEM_FLAG_NONE)); add_menu_item(_("Suspended"), MENU_COMMAND_MODE_SUSPENDED, MENU_ITEM_FLAG_RADIO | (mode == OPERATION_MODE_SUSPENDED ? MENU_ITEM_FLAG_ACTIVE : MENU_ITEM_FLAG_NONE)); add_menu_item(_("Quiet"), MENU_COMMAND_MODE_QUIET, MENU_ITEM_FLAG_RADIO | (mode == OPERATION_MODE_QUIET ? MENU_ITEM_FLAG_ACTIVE : MENU_ITEM_FLAG_NONE)); add_menu_item(_("Mode"), MENU_COMMAND_MODE_SUBMENU, MENU_ITEM_FLAG_SUBMENU_END); #ifdef HAVE_DISTRIBUTION add_menu_item(_("Network"), MENU_COMMAND_NETWORK_SUBMENU, MENU_ITEM_FLAG_SUBMENU_BEGIN); add_menu_item(_("Connect"), MENU_COMMAND_NETWORK_CONNECT, MENU_ITEM_FLAG_NONE); add_menu_item(_("Disconnect"), MENU_COMMAND_NETWORK_DISCONNECT, MENU_ITEM_FLAG_NONE); add_menu_item(_("Reconnect"), MENU_COMMAND_NETWORK_RECONNECT, MENU_ITEM_FLAG_NONE); add_menu_item(_("Show log"), MENU_COMMAND_NETWORK_LOG, MENU_ITEM_FLAG_CHECK | (show_log ? MENU_ITEM_FLAG_ACTIVE : MENU_ITEM_FLAG_NONE)); add_menu_item(_("Network"), MENU_COMMAND_NETWORK_SUBMENU, MENU_ITEM_FLAG_SUBMENU_END); #endif add_menu_item(_("Reading mode"), MENU_COMMAND_MODE_READING, MENU_ITEM_FLAG_CHECK | (usage == USAGE_MODE_READING ? MENU_ITEM_FLAG_ACTIVE : MENU_ITEM_FLAG_NONE)); add_menu_item(_("Statistics"), MENU_COMMAND_STATISTICS, MENU_ITEM_FLAG_NONE); add_menu_item(_("About..."), MENU_COMMAND_ABOUT, MENU_ITEM_FLAG_NONE); add_menu_item(_("Quit"), MENU_COMMAND_QUIT, MENU_ITEM_FLAG_NONE); org_workrave_AppletInterface *iface = org_workrave_AppletInterface::instance(dbus); assert(iface != NULL); iface->MenuUpdated(WORKRAVE_INDICATOR_SERVICE_OBJ, items); TRACE_EXIT(); } void GenericDBusApplet::get_menu(MenuItems &out) const { out = items; } void GenericDBusApplet::get_tray_icon_enabled(bool &enabled) const { enabled = GUIConfig::get_trayicon_enabled(); } void GenericDBusApplet::add_menu_item(const char *text, int command, int flags) { MenuItem item; item.text = text; item.command = command; item.flags = flags; items.push_back(item); } void GenericDBusApplet::applet_command(int command) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->applet_command(command); } void GenericDBusApplet::button_clicked(int button) { (void) button; timer_box_control->force_cycle(); } void GenericDBusApplet::bus_name_presence(const std::string &name, bool present) { TRACE_ENTER_MSG("GenericDBusApplet::bus_name_presence", name << " " << present); if (present) { active_bus_names.insert(name); if (!visible) { TRACE_MSG("Enabling: " << enabled); state_changed_signal.emit(enabled ? AppletWindow::APPLET_STATE_ACTIVE : AppletWindow::APPLET_STATE_VISIBLE); } visible = true; } else { active_bus_names.erase(name); if (active_bus_names.size() == 0) { TRACE_MSG("Disabling"); state_changed_signal.emit(AppletWindow::APPLET_STATE_DISABLED); visible = false; } // TODO: unwatch or not? dbus->unwatch(name); } TRACE_EXIT(); } void GenericDBusApplet::config_changed_notify(const std::string &key) { TRACE_ENTER_MSG("GenericDBusApplet::config_changed_notify", key); if (key == GUIConfig::CFG_KEY_TRAYICON_ENABLED) { send_tray_icon_enabled(); } TRACE_EXIT(); } void GenericDBusApplet::send_tray_icon_enabled() { TRACE_ENTER("GenericDBusApplet::send_tray_icon_enabled"); bool on = GUIConfig::get_trayicon_enabled(); org_workrave_AppletInterface *iface = org_workrave_AppletInterface::instance(dbus); assert(iface != NULL); iface->TrayIconUpdated(WORKRAVE_INDICATOR_SERVICE_OBJ, on); TRACE_EXIT(); } workrave-1_10_10/frontend/gtkmm/src/GenericDBusApplet.hh000066400000000000000000000060331263301626300232260ustar00rootroot00000000000000// GenericDBusApplet.hh --- X11 Applet Window // // Copyright (C) 2001 - 2009, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GENERICDBUSAPPLET_HH #define GENERICDBUSAPPLET_HH #include "config.h" #include #include #include "IConfiguratorListener.hh" #include "AppletWindow.hh" #include "TimerBoxViewBase.hh" #include "MenuBase.hh" #include "IDBusWatch.hh" class AppletControl; namespace workrave { class DBus; } class GenericDBusApplet : public AppletWindow, public TimerBoxViewBase, public MenuBase, public IDBusWatch, public IConfiguratorListener { public: struct TimerData { std::string bar_text; int slot; int bar_secondary_color; int bar_secondary_val; int bar_secondary_max; int bar_primary_color; int bar_primary_val; int bar_primary_max; }; struct MenuItem { std::string text; int command; int flags; }; typedef std::list MenuItems; GenericDBusApplet(); virtual ~GenericDBusApplet(); // DBus virtual void get_menu(MenuItems &out) const; virtual void get_tray_icon_enabled(bool &enabled) const; virtual void applet_command(int command); virtual void applet_embed(bool enable, const std::string &sender); virtual void button_clicked(int button); private: // IAppletWindow virtual AppletState activate_applet(); virtual void deactivate_applet(); virtual void init_applet(); // IConfiguratorListener void config_changed_notify(const std::string &key); // ITimerBoxView virtual void set_slot(BreakId id, int slot); virtual void set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_value, int primary_max, ITimeBar::ColorId secondary_color, int secondary_value, int secondary_max); virtual void update_view(); // IDBusWatch virtual void bus_name_presence(const std::string &name, bool present); // Menu virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log); void add_menu_item(const char *text, int command, int flags); void send_tray_icon_enabled(); private: bool enabled; bool visible; TimerData data[BREAK_ID_SIZEOF]; MenuItems items; std::set active_bus_names; DBus *dbus; }; #endif // GENERICDBUSAPPLET_HH workrave-1_10_10/frontend/gtkmm/src/GnomeAppletMenu.cc000066400000000000000000000042541263301626300227570ustar00rootroot00000000000000// GnomeAppletMenu.cc --- Menus using GnomeApplet+ // // Copyright (C) 2001 - 2009, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "GnomeAppletMenu.hh" #include #include #include #include #include #include #include #include "GnomeAppletWindow.hh" #include "Menus.hh" #include "Util.hh" using namespace std; //! Constructor. GnomeAppletMenu::GnomeAppletMenu(GnomeAppletWindow *applet_window) :applet_window(applet_window) { } //! Destructor. GnomeAppletMenu::~GnomeAppletMenu() { } void GnomeAppletMenu::resync(OperationMode mode, UsageMode usage, bool show_log) { if (applet_window != NULL) { switch (mode) { case OPERATION_MODE_NORMAL: applet_window->set_menu_status(GnomeAppletWindow::MENUSYNC_MODE_NORMAL, true); break; case OPERATION_MODE_SUSPENDED: applet_window->set_menu_status(GnomeAppletWindow::MENUSYNC_MODE_SUSPENDED, true); break; case OPERATION_MODE_QUIET: applet_window->set_menu_status(GnomeAppletWindow::MENUSYNC_MODE_QUIET, true); break; default: break; } applet_window->set_menu_status(GnomeAppletWindow::MENUSYNC_SHOW_LOG, show_log); applet_window->set_menu_status(GnomeAppletWindow::MENUSYNC_MODE_READING, usage == USAGE_MODE_READING); } } workrave-1_10_10/frontend/gtkmm/src/GnomeAppletMenu.hh000066400000000000000000000026031263301626300227650ustar00rootroot00000000000000// GnomeAppletMenu.hh --- Menu using GnomeApplet+ // // Copyright (C) 2001 - 2009, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GNOMEAPPLETMENU_HH #define GNOMEAPPLETMENU_HH #include #include #include #include #include #include #include #include "MenuBase.hh" class GnomeAppletWindow; class GnomeAppletMenu : public MenuBase { public: GnomeAppletMenu(GnomeAppletWindow *applet_window); virtual ~GnomeAppletMenu(); virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log); private: GnomeAppletWindow *applet_window; }; #endif // GNOMEAPPLETMENU_HH workrave-1_10_10/frontend/gtkmm/src/GnomeAppletWindow.cc000066400000000000000000000555301263301626300233250ustar00rootroot00000000000000// GnomeAppletWindow.cc --- Applet info Window // // Copyright (C) 2001 - 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include #include #include #if GTK_CHECK_VERSION(3, 0, 0) #include #include #endif #include #include #include "GnomeAppletWindow.hh" #include "TimerBoxGtkView.hh" #include "TimerBoxControl.hh" #include "Menus.hh" #include "CoreFactory.hh" #ifndef HAVE_DBUS_GIO #include "DBusGnomeApplet.hh" #endif #include "DBus.hh" #include "DBusException.hh" #include "Plug.hh" #ifndef GDK_WINDOW_XWINDOW #define GDK_WINDOW_XWINDOW(w) GDK_WINDOW_XID(w) #endif //! Constructor. /*! * \param gui the main GUI entry point. * \param control Interface to the controller. */ GnomeAppletWindow::GnomeAppletWindow() : view(NULL), plug(NULL), container(NULL), applet_orientation(ORIENTATION_UP), applet_size(0), applet_active(false), #ifdef HAVE_DBUS_GIO proxy(NULL) #else applet_control(NULL) #endif { } //! Destructor. GnomeAppletWindow::~GnomeAppletWindow() { delete plug; delete container; delete timer_box_control; delete timer_box_view; cleanup_dbus(); } void GnomeAppletWindow::init_applet() { try { DBus *dbus = CoreFactory::get_dbus(); if (dbus != NULL && dbus->is_available()) { dbus->connect("/org/workrave/Workrave/UI", "org.workrave.GnomeAppletSupportInterface", this); } init_dbus(); } catch (DBusException) { cleanup_dbus(); } } //! Initializes the native gnome applet. AppletWindow::AppletState GnomeAppletWindow::activate_applet() { TRACE_ENTER("GnomeAppletWindow::activate_applet"); bool ok = true; #ifdef HAVE_DBUS_GIO if (proxy == NULL) { TRACE_MSG("No proxy"); ok = false; } #else if (applet_control == NULL) { ok = false; } #endif if (ok && !applet_active) { long id = 0; try { TRACE_MSG("obtaining applet info"); id = get_socketid(); applet_size = get_size(); applet_orientation = get_orientation(); #ifndef HAVE_EXERCISES const std::string exercices_command("/commands/Exercises"); bool exercices_command_status(false); set_menu_active(exercices_command, exercices_command_status); #endif #ifndef HAVE_DISTRIBUTION const std::string network_command("/commands/Network"); bool network_command_status(false); set_menu_active(network_command, network_command_status); #endif } catch (DBusException) { TRACE_MSG("exception"); ok = false; } if (ok) { // Initialize applet GUI. Gtk::Alignment *frame = new Gtk::Alignment(0.0, 0.0, 0.0, 0.0); frame->set_border_width(0); container = frame; plug = new Plug(id); plug->add(*frame); plug->signal_size_allocate().connect(sigc::mem_fun(*this, &GnomeAppletWindow::on_plug_size_allocate)); plug->set_events(plug->get_events() | Gdk::BUTTON_PRESS_MASK | Gdk::BUTTON_RELEASE_MASK); plug->signal_embedded().connect(sigc::mem_fun(*this, &GnomeAppletWindow::on_embedded)); plug->signal_delete_event().connect(sigc::mem_fun(*this, &GnomeAppletWindow::delete_event)); // Gtkmm does not wrap this event.... g_signal_connect(G_OBJECT(plug->gobj()), "destroy-event", G_CALLBACK(GnomeAppletWindow::destroy_event), this); view = new TimerBoxGtkView(Menus::MENU_NONE, true); timer_box_view = view; timer_box_control = new TimerBoxControl("applet", *timer_box_view); view->set_geometry(applet_orientation, applet_size); view->show_all(); plug->signal_button_press_event().connect(sigc::mem_fun(*this, &GnomeAppletWindow::on_button_press_event)); plug->signal_button_release_event().connect(sigc::mem_fun(*this, &GnomeAppletWindow::on_button_press_event)); container->add(*view); container->show_all(); plug->show_all(); TRACE_MSG("showing plug"); } } if (ok) { applet_active = true; TRACE_MSG("all ok"); } TRACE_EXIT(); return ok ? AppletWindow::APPLET_STATE_ACTIVE : AppletWindow::APPLET_STATE_DISABLED; } //! Destroys the native gnome applet. void GnomeAppletWindow::deactivate_applet() { TRACE_ENTER("GnomeAppletWindow::deactivate_applet"); if (applet_active) { // Cleanup Widgets. if (plug != NULL) { plug->remove(); delete plug; plug = NULL; } if (container != NULL) { container->remove(); delete container; container = NULL; } delete timer_box_control; timer_box_control = NULL; delete timer_box_view; timer_box_view = NULL; view = NULL; } applet_active = false; TRACE_EXIT(); } //! Applet window is deleted. Destroy applet. bool GnomeAppletWindow::delete_event(GdkEventAny *event) { TRACE_ENTER("GnomeAppletWindow::delete_event"); (void) event; deactivate_applet(); state_changed_signal.emit(AppletWindow::APPLET_STATE_DISABLED); TRACE_EXIT(); return true; } //! Fires up the applet (as requested by the native gnome applet). void GnomeAppletWindow::fire_gnome_applet() { TRACE_ENTER("GnomeAppletWindow::fire_gnome_applet"); request_activate_signal.emit(); TRACE_EXIT(); } //! Sets the state of a toggle menu item. void GnomeAppletWindow::set_menu_status(int menu, bool active) { TRACE_ENTER_MSG("GnomeAppletWindow::set_menu_active", menu << " " << active); try { switch (menu) { case MENUSYNC_MODE_NORMAL: set_menu_status("/commands/Normal", active); break; case MENUSYNC_MODE_SUSPENDED: set_menu_status("/commands/Suspended", active); break; case MENUSYNC_MODE_QUIET: set_menu_status("/commands/Quiet", active); break; case MENUSYNC_MODE_READING: set_menu_status("/commands/ReadingMode", active); break; case MENUSYNC_SHOW_LOG: set_menu_status("/commands/ShowLog", active); break; } } catch(DBusException) { } TRACE_EXIT(); } //! Sets the orientation of the applet. void GnomeAppletWindow::set_applet_orientation(Orientation o) { TRACE_ENTER_MSG("GnomeAppletWindow::set_applet_orientation", o); if (applet_orientation != o) { applet_orientation = o; if (view != NULL) { view->set_geometry(applet_orientation, applet_size); } } TRACE_EXIT(); } //! Sets the size of the applet. void GnomeAppletWindow::set_applet_size(int size) { TRACE_ENTER_MSG("GnomeAppletWindow::set_applet_size", size); if (applet_size != size) { if (plug != NULL) { plug->queue_resize(); } applet_size = size; if (view != NULL) { view->set_geometry(applet_orientation, applet_size); } } TRACE_EXIT(); } #if GTK_CHECK_VERSION(3, 0, 0) //! Sets the size of the applet. void GnomeAppletWindow::set_applet_background(int type, GdkColor &color, long xid) { TRACE_ENTER_MSG("GnomeAppletWindow::set_applet_background", type << " " << xid << " " << color.pixel << " " << color.red << " " << color.green << " " << color.blue ); static GtkStyleProperties *properties = NULL; if (properties == NULL) { properties = gtk_style_properties_new(); } if (plug == NULL) { return; } GtkWidget *widget = GTK_WIDGET(plug->gobj()); gtk_widget_reset_style(widget); switch (type) { case 0: //PANEL_NO_BACKGROUND: gtk_style_context_remove_provider(gtk_widget_get_style_context(widget), GTK_STYLE_PROVIDER(properties)); break; case 1: //PANEL_COLOR_BACKGROUND gtk_style_properties_set(properties, GTK_STATE_FLAG_NORMAL, "background-color", &color, "background-image", NULL, NULL); gtk_style_context_add_provider(gtk_widget_get_style_context(widget), GTK_STYLE_PROVIDER(properties), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); break; case 2: // PANEL_PIXMAP_BACKGROUND { //int width, height; gdk_error_trap_push(); Display *dpy = GDK_DISPLAY_XDISPLAY(gdk_display_get_default()); cairo_surface_t *surface = cairo_xlib_surface_create(dpy, xid, DefaultVisual(dpy, 0), 0, 0); cairo_pattern_t *pattern = cairo_pattern_create_for_surface(surface); if (pattern != NULL) { gtk_style_properties_set (properties, GTK_STATE_FLAG_NORMAL, "background-image", pattern, NULL); cairo_pattern_destroy(pattern); gtk_style_context_add_provider(gtk_widget_get_style_context(widget), GTK_STYLE_PROVIDER(properties), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); } else { gtk_style_context_remove_provider(gtk_widget_get_style_context(widget), GTK_STYLE_PROVIDER(properties)); } cairo_surface_destroy(surface); gdk_flush(); (void) gdk_error_trap_pop(); } break; default: g_assert_not_reached (); break; } TRACE_EXIT(); } #else void GnomeAppletWindow::set_applet_background(int type, GdkColor &color, long xid) { TRACE_ENTER_MSG("GnomeAppletWindow::set_applet_background", type << " " << xid << " " << color.pixel << " " << color.red << " " << color.green << " " << color.blue ); if (plug == NULL) { return; } // FIXME: convert to Gtkmm and check for memory leaks. GtkWidget *widget = GTK_WIDGET(plug->gobj()); GdkPixmap *pixmap = NULL; if (type == 2) { int width, height; gdk_error_trap_push(); GdkPixmap *orig_pixmap = gdk_pixmap_foreign_new(xid); if (orig_pixmap != NULL) { gdk_drawable_get_size(GDK_DRAWABLE(orig_pixmap), &width, &height); GdkPixbuf *pbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, width, height); GdkWindow *rootwin = gdk_get_default_root_window(); GdkColormap *cmap = gdk_drawable_get_colormap(GDK_DRAWABLE(rootwin)); gdk_pixbuf_get_from_drawable (pbuf, orig_pixmap, cmap, 0, 0, 0, 0, width , height); /* put background onto the widget */ gdk_pixbuf_render_pixmap_and_mask(pbuf, &pixmap, NULL, 127); gdk_flush(); gdk_error_trap_pop(); if (pixmap != NULL) { gdk_drawable_set_colormap(GDK_DRAWABLE(pixmap), gdk_drawable_get_colormap( gdk_get_default_root_window())); } g_object_unref(G_OBJECT(orig_pixmap)); g_object_unref(G_OBJECT(pbuf)); } } GtkRcStyle *rc_style = NULL; GtkStyle *style = NULL; gtk_widget_set_style(widget, NULL); rc_style = gtk_rc_style_new(); gtk_widget_modify_style (widget, rc_style); g_object_unref(rc_style); switch (type) { case 0: //PANEL_NO_BACKGROUND: break; case 1: //PANEL_COLOR_BACKGROUND: gtk_widget_modify_bg(widget, GTK_STATE_NORMAL, &color); break; case 2: //PANEL_PIXMAP_BACKGROUND: style = gtk_style_copy(widget->style); if (style->bg_pixmap[GTK_STATE_NORMAL]) g_object_unref(style->bg_pixmap[GTK_STATE_NORMAL]); style->bg_pixmap[GTK_STATE_NORMAL] = (GdkPixmap *)g_object_ref(pixmap); gtk_widget_set_style(widget, style); g_object_unref(style); break; } if (pixmap != NULL) { g_object_unref(G_OBJECT(pixmap)); } TRACE_EXIT(); } #endif //! Destroy notification. gboolean GnomeAppletWindow::destroy_event(GtkWidget *widget, GdkEvent *event, gpointer user_data) { (void) event; (void) widget; if (user_data != NULL) { GnomeAppletWindow *applet = (GnomeAppletWindow *) user_data; applet->delete_event(NULL); } return true; } void GnomeAppletWindow::on_plug_size_allocate(Gtk::Allocation &allocation) { TRACE_ENTER("GnomeAppletWindow::on_plug_size_allocate"); TRACE_MSG("alloc " << allocation.get_width() << " " << allocation.get_height()); if ((applet_orientation == ORIENTATION_LEFT || applet_orientation == ORIENTATION_RIGHT)) { set_applet_size(allocation.get_width()); } else { set_applet_size(allocation.get_height()); } TRACE_EXIT(); } //! User pressed some mouse button in the main window. bool GnomeAppletWindow::on_button_press_event(GdkEventButton *event) { TRACE_ENTER("GnomeAppletWindow::on_button_press_event"); bool ret = false; /* Taken from: * * bonobo-plug.c: a Gtk plug wrapper. * * Author: * Martin Baulig (martin@home-of-linux.org) * Michael Meeks (michael@ximian.com) * * Copyright 2001, Ximian, Inc. * Martin Baulig. */ XEvent xevent; GtkWidget *widget = GTK_WIDGET(plug->gobj()); bool ok = false; if (event->type == GDK_BUTTON_PRESS) { xevent.xbutton.type = ButtonPress; #ifdef HAVE_GTK3 GdkDeviceManager *device_manager = gdk_display_get_device_manager(gtk_widget_get_display(widget)); GList *devices = gdk_device_manager_list_devices(device_manager, GDK_DEVICE_TYPE_MASTER); for (GList *d = devices; d; d = d->next) { GdkDevice *device = (GdkDevice *)d->data; if (gdk_device_get_source(device) == GDK_SOURCE_MOUSE) { gdk_device_ungrab(device, GDK_CURRENT_TIME); } } g_list_free(devices); #else gdk_display_pointer_ungrab(gtk_widget_get_display(widget), GDK_CURRENT_TIME); #endif ok = true; } else if (event->type == GDK_BUTTON_RELEASE) { TRACE_MSG("release"); xevent.xbutton.type = ButtonRelease; ok = true; } if (ok) { GdkScreen *screen = gtk_widget_get_screen(widget); xevent.xbutton.display = GDK_WINDOW_XDISPLAY(gtk_widget_get_window(widget)); xevent.xbutton.window = GDK_WINDOW_XWINDOW(gtk_plug_get_socket_window(GTK_PLUG(widget))); xevent.xbutton.root = GDK_WINDOW_XWINDOW(gdk_screen_get_root_window(screen)); /* * FIXME: the following might cause * big problems for non-GTK apps */ xevent.xbutton.x = 0; xevent.xbutton.y = 0; xevent.xbutton.x_root = 0; xevent.xbutton.y_root = 0; xevent.xbutton.state = event->state; xevent.xbutton.button = event->button; xevent.xbutton.same_screen = TRUE; /* FIXME ? */ xevent.xbutton.serial = 0; xevent.xbutton.send_event = TRUE; xevent.xbutton.subwindow = 0; xevent.xbutton.time = event->time; gdk_error_trap_push(); TRACE_MSG("send"); XSendEvent(GDK_WINDOW_XDISPLAY(gtk_widget_get_window(widget)), GDK_WINDOW_XWINDOW(gtk_plug_get_socket_window(GTK_PLUG(widget))), False, NoEventMask, &xevent); gdk_flush(); gint err = gdk_error_trap_pop(); (void) err; } TRACE_EXIT(); return ret; } //! User clicked left mouse button. void GnomeAppletWindow::button_clicked(int button) { (void) button; if (timer_box_control != NULL) { timer_box_control->force_cycle(); } } //! Notification of the system tray that the applet has been embedded. void GnomeAppletWindow::on_embedded() { TRACE_ENTER("GnomeAppletWindow::on_embedded"); state_changed_signal.emit(AppletWindow::APPLET_STATE_ACTIVE); TRACE_EXIT(); } void GnomeAppletWindow::cleanup_dbus() { #ifdef HAVE_DBUS_GIO if (proxy != NULL) { g_object_unref(proxy); proxy = NULL; } #else if (applet_control != NULL) { delete applet_control; applet_control = NULL; } #endif } #ifdef HAVE_DBUS_GIO void GnomeAppletWindow::init_dbus() { TRACE_ENTER("GnomeAppletWindow::init_dbus"); GError *error = NULL; proxy = g_dbus_proxy_new_for_bus_sync(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.workrave.Workrave.GnomeApplet", "/org/workrave/Workrave/GnomeApplet", "org.workrave.GnomeAppletInterface", NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); g_error_free(error); } TRACE_EXIT(); } guint32 GnomeAppletWindow::get_socketid() { guint32 ret = 0; if (proxy != NULL) { GError *error = NULL; GVariant *result = g_dbus_proxy_call_sync(proxy, "GetSocketId", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_error_free(error); throw DBusException("Cannot get socket id"); } g_variant_get(result, "(u)", &ret); g_variant_unref(result); } return ret; } guint32 GnomeAppletWindow::get_size() { guint32 ret = 0; if (proxy != NULL) { GError *error = NULL; GVariant *result = g_dbus_proxy_call_sync(proxy, "GetSize", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_error_free(error); throw DBusException("Cannot get size"); } g_variant_get(result, "(u)", &ret); g_variant_unref(result); } return ret; } Orientation GnomeAppletWindow::get_orientation() { guint32 ret = 0; if (proxy != NULL) { GError *error = NULL; GVariant *result = g_dbus_proxy_call_sync(proxy, "GetOrientation", NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_error_free(error); throw DBusException("Cannot get socket id"); } g_variant_get(result, "(u)", &ret); g_variant_unref(result); } return (Orientation)ret; } void GnomeAppletWindow::set_menu_status(const std::string &menu, bool status) { if (proxy != NULL) { GError *error = NULL; GVariant *result = g_dbus_proxy_call_sync(proxy, "SetMenuStatus", g_variant_new("(sb)", menu.c_str(), status), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_error_free(error); throw DBusException("Cannot set menu status"); } g_variant_unref(result); } } void GnomeAppletWindow::set_menu_active(const std::string &menu, bool active) { if (proxy != NULL) { GError *error = NULL; GVariant *result = g_dbus_proxy_call_sync(proxy, "SetMenuActive", g_variant_new("(sb)", menu.c_str(), active), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); if (error != NULL) { g_error_free(error); throw DBusException("Cannot set menu active"); } g_variant_unref(result); } } #else void GnomeAppletWindow::init_dbus() { TRACE_ENTER("GnomeAppletWindow::init_dbus"); DBus *dbus = CoreFactory::get_dbus(); applet_control = org_workrave_GnomeAppletInterface::instance(dbus, "org.workrave.Workrave.GnomeApplet", "/org/workrave/Workrave/GnomeApplet"); TRACE_EXIT(); } guint32 GnomeAppletWindow::get_socketid() { guint32 ret = -1; if (applet_control != NULL) { ret = applet_control->GetSocketId(); } return ret; } guint32 GnomeAppletWindow::get_size() { guint32 ret = -1; if (applet_control != NULL) { ret = applet_control->GetSize(); } return ret; } Orientation GnomeAppletWindow::get_orientation() { Orientation ret; if (applet_control != NULL) { ret = (Orientation) applet_control->GetOrientation(); } return ret; } void GnomeAppletWindow::set_menu_active(const std::string &menu, bool status) { if (applet_control != NULL) { applet_control->SetMenuActive(menu, status); } } void GnomeAppletWindow::set_menu_status(const std::string &menu, bool active) { if (applet_control != NULL) { applet_control->SetMenuStatus(menu, active); } } #endif workrave-1_10_10/frontend/gtkmm/src/GnomeAppletWindow.hh000066400000000000000000000057221263301626300233350ustar00rootroot00000000000000// GnomeAppletWindow.hh --- X11 Applet Window // // Copyright (C) 2001 - 2009, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GNOMEAPPLETWINDOW_HH #define GNOMEAPPLETWINDOW_HH #include "preinclude.h" #include #include #include #include #include "AppletWindow.hh" #include "Orientation.hh" class TimerBoxGtkView; class Plug; class org_workrave_GnomeAppletInterface; using namespace workrave; namespace Gtk { class Bin; } class GnomeAppletWindow : public sigc::trackable, public AppletWindow { public: GnomeAppletWindow(); virtual ~GnomeAppletWindow(); //! Menus items to be synced. enum MenuSyncs { MENUSYNC_MODE_NORMAL, MENUSYNC_MODE_SUSPENDED, MENUSYNC_MODE_QUIET, MENUSYNC_MODE_READING, MENUSYNC_SHOW_LOG, MENUSYNC_SIZEOF }; void fire_gnome_applet(); void on_menu_restbreak_now(); void button_clicked(int button); void set_menu_status(int menu, bool active); // DBUS methods void set_applet_orientation(Orientation orientation); void set_applet_size(int size); void set_applet_background(int type, GdkColor &color, long xid); private: //! Gtk timerbox viewer TimerBoxGtkView *view; //! The Gtk+ plug in the panel. Plug *plug; //! Container to put the timers in.. Gtk::Bin *container; //! Allign break orientationly. Orientation applet_orientation; //! Size of the applet int applet_size; //! bool applet_active; private: void init_applet(); void deactivate_applet(); AppletState activate_applet(); bool init_gnome_applet(); void destroy_gnome_applet(); static gboolean destroy_event(GtkWidget *widget, GdkEvent *event, gpointer user_data); // Events. void on_embedded(); bool on_button_press_event(GdkEventButton *event); bool on_delete_event(GdkEventAny*); bool delete_event(GdkEventAny *event); void on_plug_size_allocate(Gtk::Allocation &allocation); void cleanup_dbus(); void init_dbus(); guint32 get_socketid(); guint32 get_size(); Orientation get_orientation(); void set_menu_status(const std::string &menu, bool status); void set_menu_active(const std::string &menu, bool active); #ifdef HAVE_DBUS_GIO GDBusProxy *proxy; #else org_workrave_GnomeAppletInterface *applet_control; #endif }; #endif // GNOMEAPPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/GtkUtil.cc000066400000000000000000000254331263301626300213040ustar00rootroot00000000000000// GtkUtil.cc --- Gtk utilities // // Copyright (C) 2003, 2004, 2005, 2007, 2008, 2011 Raymond Penners // Copyright (C) 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #include #include #include #include "GUI.hh" #include "Util.hh" #include "GtkUtil.hh" #include "EventLabel.hh" #include "EventImage.hh" #include "HeadInfo.hh" Glib::Quark *GtkUtil::label_quark = new Glib::Quark("workrave-button-label"); bool GtkUtil::has_button_images() { // Bypassing gtkmm is necessary, because it does not offer // a find_property method yet. GtkSettings* settings = gtk_settings_get_default(); GObjectClass * klazz = G_OBJECT_GET_CLASS(G_OBJECT(settings)); bool ret = true; if (g_object_class_find_property (klazz, "gtk-button-images")) { gboolean gbi; g_object_get (G_OBJECT(settings), "gtk-button-images", &gbi, NULL); ret = gbi; } return ret; } Gtk::Button * GtkUtil::create_custom_stock_button(const char *label_text, const Gtk::StockID& stock_id) { Gtk::Button *ret = new Gtk::Button(); update_custom_stock_button(ret, label_text, stock_id); return ret; } void GtkUtil::update_custom_stock_button(Gtk::Button *btn, const char *label_text, const Gtk::StockID& stock_id) { Gtk::Image *img = NULL; if (has_button_images() || !label_text) { img = Gtk::manage(new Gtk::Image(stock_id, Gtk::ICON_SIZE_BUTTON)); } btn->remove(); if (label_text != NULL) { Gtk::Label *label = Gtk::manage(new Gtk::Label(label_text)); Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 2)); Gtk::Alignment *align = Gtk::manage(new Gtk::Alignment(0.5, 0.5, 0.0, 0.0)); if (img != NULL) { hbox->pack_start(*img, false, false, 0); } label->set_use_underline(); btn->set_data(*label_quark, (void*)label); hbox->pack_end(*label, false, false, 0); btn->add(*align); align->add(*hbox); align->show_all(); } else { btn->add(*img); img->show_all(); } } Gtk::Button * GtkUtil::create_image_button(const char *label_text, const char *image_file, bool label) { Gtk::Button *btn = new Gtk::Button(); Gtk::Image *img = NULL; if (has_button_images()) { string icon = Util::complete_directory(image_file, Util::SEARCH_PATH_IMAGES); img = Gtk::manage(new Gtk::Image(icon)); } else { /* Button witout images must have a label */ label = true; } if (label_text != NULL && label) { Gtk::Label *label = Gtk::manage(new Gtk::Label(label_text)); Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 2)); Gtk::Alignment *align = Gtk::manage(new Gtk::Alignment(0.5, 0.5, 0.0, 0.0)); if (img != NULL) { hbox->pack_start(*img, false, false, 0); } label->set_use_underline(); btn->set_data(*label_quark, (void*)label); hbox->pack_end(*label, false, false, 0); btn->add(*align); align->add(*hbox); align->show_all(); } else { btn->add(*img); img->show_all(); } return btn; } Gtk::Widget * GtkUtil::create_label_with_icon(string text, const char *icon) { Gtk::HBox *box = new Gtk::HBox(false, 3); Gtk::Label *lab = Gtk::manage(new Gtk::Label(text)); Gtk::Image *img = Gtk::manage(new Gtk::Image(icon)); box->pack_start(*img, false, false, 0); box->pack_start(*lab, false, false, 0); return box; } Gtk::Widget * GtkUtil::create_label_for_break(BreakId id) { // FIXME: duplicate: const char *icons[] = { "timer-micro-break.png", "timer-rest-break.png", "timer-daily.png" }; const char *labels[] = { _("Micro-break"), _("Rest break"), _("Daily limit") }; string icon = Util::complete_directory(string(icons[id]), Util::SEARCH_PATH_IMAGES); Gtk::Widget *label = GtkUtil::create_label_with_icon(labels[id], icon.c_str()); return label; } void GtkUtil::table_attach_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach, bool left) { Gtk::Alignment *a = Gtk::manage(new Gtk::Alignment #ifdef HAVE_GTK3 (left ? Gtk::ALIGN_START : Gtk::ALIGN_END, Gtk::ALIGN_START, #else (left ? Gtk::ALIGN_LEFT : Gtk::ALIGN_RIGHT, Gtk::ALIGN_BOTTOM, #endif 0.0, 0.0)); a->add(child); table.attach(*a, left_attach, left_attach+1, top_attach, top_attach + 1, Gtk::FILL, Gtk::SHRINK); } void GtkUtil::table_attach_left_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach) { table_attach_aligned(table, child, left_attach, top_attach, true); } void GtkUtil::table_attach_right_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach) { table_attach_aligned(table, child, left_attach, top_attach, false); } Gtk::Widget * GtkUtil::create_label_with_tooltip(string text, string tooltip) { #if 0 // This doesn't (didn't ?) work. Gtk::Label *label = Gtk::manage(new Gtk::Label(text)); Gtk::EventBox *eventbox = Gtk::manage(new Gtk::EventBox()); eventbox->add(*label); eventbox->set_tooltip_text(tooltip); return eventbox; #else EventLabel *label = Gtk::manage(new EventLabel(text)); label->set_tooltip_text(tooltip); return label; #endif } EventImage * GtkUtil::create_image_with_tooltip(string file, string tooltip) { EventImage *image = Gtk::manage(new EventImage(file)); image->set_tooltip_text(tooltip); return image; } Gtk::Label * GtkUtil::create_label(string text, bool bold) { Gtk::Label *label = new Gtk::Label(); if (bold) { label->set_markup(string("") + text + ""); } else { label->set_text(text); } return label; } /* * Returns a copy of pixbuf mirrored and or flipped. * TO do a 180 degree rotations set both mirror and flipped TRUE * if mirror and flip are FALSE, result is a simple copy. */ static GdkPixbuf * pixbuf_copy_mirror(GdkPixbuf *src, gint mirror, gint flip) { GdkPixbuf *dest; gint has_alpha; gint w, h, srs; gint drs; guchar *s_pix; guchar *d_pix; guchar *sp; guchar *dp; gint i, j; gint a; if (!src) return NULL; w = gdk_pixbuf_get_width(src); h = gdk_pixbuf_get_height(src); has_alpha = gdk_pixbuf_get_has_alpha(src); srs = gdk_pixbuf_get_rowstride(src); s_pix = gdk_pixbuf_get_pixels(src); dest = gdk_pixbuf_new(GDK_COLORSPACE_RGB, has_alpha, 8, w, h); drs = gdk_pixbuf_get_rowstride(dest); d_pix = gdk_pixbuf_get_pixels(dest); a = has_alpha ? 4 : 3; for (i = 0; i < h; i++) { sp = s_pix + (i * srs); if (flip) { dp = d_pix + ((h - i - 1) * drs); } else { dp = d_pix + (i * drs); } if (mirror) { dp += (w - 1) * a; for (j = 0; j < w; j++) { *(dp++) = *(sp++); /* r */ *(dp++) = *(sp++); /* g */ *(dp++) = *(sp++); /* b */ if (has_alpha) *(dp) = *(sp++); /* a */ dp -= (a + 3); } } else { for (j = 0; j < w; j++) { *(dp++) = *(sp++); /* r */ *(dp++) = *(sp++); /* g */ *(dp++) = *(sp++); /* b */ if (has_alpha) *(dp++) = *(sp++); /* a */ } } } return dest; } Glib::RefPtr GtkUtil::flip_pixbuf(Glib::RefPtr pixbuf, bool horizontal, bool vertical) { GdkPixbuf *pb = pixbuf->gobj(); GdkPixbuf *pbflip = pixbuf_copy_mirror(pb, horizontal, vertical); return Glib::wrap(pbflip, false); } //! Centers the window. void GtkUtil::center_window(Gtk::Window &window, HeadInfo &head) { TRACE_ENTER("GtkUtil::center_window"); if (head.valid) { Gtk::Requisition size; #ifdef HAVE_GTK3 Gtk::Requisition minsize; window.get_preferred_size(minsize, size); #else window.size_request(size); #endif int x = head.geometry.get_x() + (head.geometry.get_width() - size.width) / 2; int y = head.geometry.get_y() + (head.geometry.get_height() - size.height) / 2; TRACE_MSG(head.geometry.get_x() << " " << head.geometry.get_width() << " " << size.width); TRACE_MSG(head.geometry.get_y() << " " << head.geometry.get_height() << " " << size.height); window.set_position(Gtk::WIN_POS_NONE); window.move(x, y); } else { window.set_position(Gtk::WIN_POS_CENTER_ALWAYS); } TRACE_EXIT(); } void GtkUtil::update_mnemonic(Gtk::Widget *widget, Glib::RefPtr accel_group) { Gtk::Label *label = (Gtk::Label *)widget->get_data(*label_quark); if (label != NULL) { guint mnemonic = label->get_mnemonic_keyval(); #ifdef HAVE_GTK3 if (mnemonic != GDK_KEY_VoidSymbol) #else if (mnemonic != GDK_VoidSymbol) #endif { widget->add_accelerator("activate", accel_group, mnemonic, (Gdk::ModifierType)0, Gtk::ACCEL_VISIBLE); } } } /* GtkUtil::get_visible_tooltip_window() returns the visible tooltip window or NULL */ GtkWindow *GtkUtil::get_visible_tooltip_window() { GtkWindow *func_retval = NULL; GList *list = gtk_window_list_toplevels(); for( GList *item = list; item; item = item->next ) { GtkWidget *widget = (GtkWidget *)item->data; if( !widget || !GTK_IS_WINDOW( widget ) || !gtk_widget_get_visible( widget ) ) continue; const char *widget_name = gtk_widget_get_name( widget ); if( !widget_name ) continue; if( !strcmp( widget_name, "gtk-tooltip" ) ) { func_retval = (GtkWindow *)widget; break; } } g_list_free( list ); return func_retval; } workrave-1_10_10/frontend/gtkmm/src/GtkUtil.hh000066400000000000000000000056101263301626300213110ustar00rootroot00000000000000// GtkUtil.hh --- Gtk utilities // // Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GTKUTIL_HH #define GTKUTIL_HH #include #include #include #include #include #include #include #include #include #include #include "ICore.hh" class HeadInfo; class EventImage; using namespace workrave; class GtkUtil { public: static Gtk::Button * create_custom_stock_button(const char *label_text, const Gtk::StockID& stock_id); static Gtk::Button * create_image_button(const char *label_text, const char *image_file, bool label = true); static void update_custom_stock_button(Gtk::Button *btn, const char *label_text, const Gtk::StockID& stock_id); static Gtk::Widget * create_label_with_icon(std::string text, const char *icon); static Gtk::Label * create_label(std::string text, bool bold); static Gtk::Widget * create_label_with_tooltip(std::string text, std::string tooltip); static EventImage * create_image_with_tooltip(std::string file, std::string tooltip); static Gtk::Widget * create_label_for_break(workrave::BreakId id); static Glib::RefPtr flip_pixbuf(Glib::RefPtr pixbuf, bool horizontal, bool vertical); static void table_attach_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach, bool left); static void table_attach_left_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach); static void table_attach_right_aligned(Gtk::Table &table, Gtk::Widget &child, guint left_attach, guint top_attach); static void center_window(Gtk::Window &window, HeadInfo &head); static bool has_button_images(); static void update_mnemonic(Gtk::Widget *widget, Glib::RefPtr); static GtkWindow *get_visible_tooltip_window(); private: static Glib::Quark *label_quark; }; #endif // GTKUTIL_HH workrave-1_10_10/frontend/gtkmm/src/HeadInfo.cc000066400000000000000000000025231263301626300213710ustar00rootroot00000000000000// HeadInfo.hh --- Multi head info // // Copyright (C) 2001, 2002, 2003, 2004, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "HeadInfo.hh" int HeadInfo::get_width() const { if (valid) { return geometry.get_width(); } else { return gdk_screen_width(); } } int HeadInfo::get_height() const { if (valid) { return geometry.get_height(); } else { return gdk_screen_height(); } } int HeadInfo::get_x() const { if (valid) { return geometry.get_x(); } else { return 0; } } int HeadInfo::get_y() const { if (valid) { return geometry.get_y(); } else { return 0; } } workrave-1_10_10/frontend/gtkmm/src/HeadInfo.hh000066400000000000000000000024321263301626300214020ustar00rootroot00000000000000// HeadInfo.hh --- Multi head info // // Copyright (C) 2001, 2002, 2003, 2004, 2007, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MULTIHEAD_HH #define MULTIHEAD_HH #include "preinclude.h" #ifdef PLATFORM_OS_WIN32_NATIVE #undef max #endif #include #include #include class HeadInfo { public: HeadInfo() { valid = false; count = 0; } int get_width() const; int get_height() const; int get_x() const; int get_y() const; Glib::RefPtr screen; int monitor; int count; bool valid; Gdk::Rectangle geometry; }; #endif // MULTIHEAD_HH workrave-1_10_10/frontend/gtkmm/src/Hig.cc000066400000000000000000000063761263301626300204350ustar00rootroot00000000000000#ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "Hig.hh" #include "GtkUtil.hh" HigDialog::HigDialog() { set_hig_defaults(); } HigDialog::HigDialog(const Glib::ustring& title, bool modal, bool use_separator) #ifdef HAVE_GTK3 : Gtk::Dialog(title, modal) #else : Gtk::Dialog(title, modal, use_separator) #endif { (void) use_separator; set_hig_defaults(); vbox = NULL; } Gtk::VBox * HigDialog::get_vbox() { if (vbox == NULL) { vbox = Gtk::manage(new Gtk::VBox()); vbox->set_border_width(6); Gtk::Dialog::get_vbox()->pack_start(*vbox, true, true, 0); } return vbox; } void HigDialog::set_hig_defaults() { set_border_width(6); } HigCategoryPanel::HigCategoryPanel(Gtk::Widget &lab, bool fill) { init(lab, fill); } HigCategoryPanel::HigCategoryPanel(const char *lab, bool fill) { Gtk::Label *widg = Gtk::manage(GtkUtil::create_label(std::string(lab), true)); widg->set_alignment(0.0); init(*widg, fill); } void HigCategoryPanel::init(Gtk::Widget &lab, bool fill) { size_group = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_HORIZONTAL); set_spacing(6); pack_start(lab, false, false, 0); Gtk::HBox *ibox = Gtk::manage(new Gtk::HBox()); pack_start(*ibox, fill, fill, 0); Gtk::Label *indent_lab = Gtk::manage(new Gtk::Label(" ")); ibox->pack_start(*indent_lab, false, false, 0); options_box = Gtk::manage(new Gtk::VBox()); ibox->pack_start(*options_box, true, true, 0); options_box->set_spacing(6); } Gtk::Label * HigCategoryPanel::add_label(const char *text, Gtk::Widget &widget, bool expand, bool fill) { Gtk::Label *lab = Gtk::manage(new Gtk::Label(text)); add_label(*lab, widget, expand, fill); return lab; } void HigCategoryPanel::add_label(Gtk::Label &label, Gtk::Widget &widget, bool expand, bool fill) { label.set_alignment(0.0); size_group->add_widget(label); Gtk::HBox *box = Gtk::manage(new Gtk::HBox()); box->set_spacing(6); box->pack_start(label, false, true, 0); box->pack_start(widget, expand, fill, 0); options_box->pack_start(*box, false, false, 0); } void HigCategoryPanel::add_widget(Gtk::Widget &widget, bool expand, bool fill) { options_box->pack_start(widget, expand, fill, 0); } void HigCategoryPanel::add_caption(const char *text) { Gtk::Label *lab = Gtk::manage(GtkUtil::create_label(std::string(text), true)); lab->set_alignment(0.0); add_caption(*lab); } void HigCategoryPanel::add_caption(Gtk::Widget &lab) { pack_start(lab, false, false, 0); Gtk::HBox *ibox = Gtk::manage(new Gtk::HBox()); pack_start(*ibox, false, false, 0); Gtk::Label *indent_lab = Gtk::manage(new Gtk::Label(" ")); ibox->pack_start(*indent_lab, false, false, 0); options_box = Gtk::manage(new Gtk::VBox()); ibox->pack_start(*options_box, false, false, 0); options_box->set_spacing(6); } HigCategoriesPanel::HigCategoriesPanel() { set_spacing(18); } void HigCategoriesPanel::add(Gtk::Widget &panel) { pack_start(panel, false, false, 0); } Glib::ustring HigUtil::create_alert_text(const char *caption, const char *body) { Glib::ustring txt = ""; txt += caption; txt += ""; if (body != NULL) { txt += "\n\n"; txt += body; } return txt; } workrave-1_10_10/frontend/gtkmm/src/Hig.hh000066400000000000000000000041041263301626300204320ustar00rootroot00000000000000// Hig.hh --- Gnome HIG stuff // // Copyright (C) 2003, 2004, 2007, 2008, 2012, 2013 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef HIG_HH #define HIG_HH #include #include #include class HigDialog : public Gtk::Dialog { public: HigDialog(); HigDialog(const Glib::ustring& title, bool modal=false, bool use_separator=false); Gtk::VBox *get_vbox(); private: void set_hig_defaults(); Gtk::VBox *vbox; }; class HigCategoryPanel : public Gtk::VBox { public: HigCategoryPanel(Gtk::Widget &lab, bool fill = false); HigCategoryPanel(const char *lab, bool fill = false); HigCategoryPanel(); Gtk::Label *add_label(const char *lab, Gtk::Widget &widget, bool expand = false, bool fill = false); void add_label(Gtk::Label &label, Gtk::Widget &widget, bool expand = false, bool fill = false); void add_widget(Gtk::Widget &widget, bool expand = false, bool fill = false); void add_caption(Gtk::Widget &lab); void add_caption(const char *lab); private: void init(Gtk::Widget &lab, bool fill = false); Gtk::VBox *options_box; Glib::RefPtr size_group; }; class HigCategoriesPanel : public Gtk::VBox { public: HigCategoriesPanel(); void add(Gtk::Widget &panel); }; class HigUtil { public: static Glib::ustring create_alert_text(const char *caption, const char *body); }; #endif // HIG_HH workrave-1_10_10/frontend/gtkmm/src/IAppletWindow.hh000066400000000000000000000030041263301626300224470ustar00rootroot00000000000000// IAppletWindow.hh --- Applet window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IAPPLETWINDOW_HH #define IAPPLETWINDOW_HH #include "preinclude.h" #include #include class IAppletWindow { public: enum AppletState { APPLET_STATE_DISABLED, APPLET_STATE_PENDING, APPLET_STATE_VISIBLE, APPLET_STATE_ACTIVE, }; virtual ~IAppletWindow() {} virtual sigc::signal &signal_state_changed() = 0; virtual sigc::signal &signal_request_activate() = 0; virtual AppletState activate_applet() = 0; virtual void deactivate_applet() = 0; virtual void init_applet() = 0; virtual void update_applet() = 0; virtual void set_applet_tooltip(const std::string &tip) = 0; }; #endif // IAPPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/IBreakWindow.hh000066400000000000000000000034341263301626300222550ustar00rootroot00000000000000// IBreakWindow.hh --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2012, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IBREAKWINDOW_HH #define IBREAKWINDOW_HH #include namespace workrave { class IBreakResponse; } using namespace workrave; class IBreakWindow { public: virtual ~IBreakWindow() {} //! Initializes the break window. virtual void init() = 0; //! Starts (i.e. shows) the break window. virtual void start() = 0; //! Stops (i.e. hides) the break window. virtual void stop() = 0; //! Refreshes the content of the break window. virtual void refresh() = 0; //! Destroys the break window. /*! \warn this will 'delete' the window, so all pointers to the * IBreakWindow will become invalid. */ virtual void destroy() = 0; //! Sets the progress to the specified value and maximum value. virtual void set_progress(int value, int max_value) = 0; //! Sets the response callback. virtual void set_response(IBreakResponse *bri) = 0; // virtual Glib::RefPtr get_gdk_window() = 0; }; #endif // RESTBREAKWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/IMenu.hh000066400000000000000000000022771263301626300207510ustar00rootroot00000000000000// IMenu.hh --- Menu interface // // Copyright (C) 2001 - 2009, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IMENU_HH #define IMENU_HH #include #include "ICore.hh" #include class IMenu { public: IMenu() {} virtual ~IMenu() {} virtual void init() = 0; virtual void add_accel(Gtk::Window &window) = 0; virtual void popup(const guint button, const guint activate_time) = 0; virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log) = 0; }; #endif // IMENU_HH workrave-1_10_10/frontend/gtkmm/src/IPreludeWindow.hh000066400000000000000000000032641263301626300226320ustar00rootroot00000000000000// IPreludeWindow.hh --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IPRELUDEWINDOW_HH #define IPRELUDEWINDOW_HH #include #include "IApp.hh" class IPreludeWindow { public: virtual ~IPreludeWindow() {} //! Starts (i.e. shows) the prelude window. virtual void start() = 0; //! Stops (i.e. hides) the prelude window. virtual void stop() = 0; //! Destroys the prelude window. /*! \warn this will 'delete' the window. */ virtual void destroy() = 0; //! Refreshes the content of the prelude window. virtual void refresh() = 0; //! Sets the progress to the specified value and maximum value. virtual void set_progress(int value, int max_value) = 0; //! Sets the alert stage of the prelude window. virtual void set_stage(IApp::PreludeStage stage) = 0; //! Sets the progress text of the prelude window. virtual void set_progress_text(IApp::PreludeProgressText text) = 0; }; #endif // IRESTPRELUDEWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/IconListCellRenderer.cc000066400000000000000000000205471263301626300237350ustar00rootroot00000000000000// IconListCellRenderer.cc --- Icon list cell renderer // // Copyright (C) 2001, 2002, 2003, 2007, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "debug.hh" #include "IconListCellRenderer.hh" #define PAD 3 #define SPACE 5 IconListCellRenderer::IconListCellRenderer() : Glib::ObjectBase (typeid(IconListCellRenderer)), Gtk::CellRenderer(), property_text_ (*this, "text"), property_pixbuf_ (*this, "pixbuf") { update_properties(); } IconListCellRenderer::~IconListCellRenderer() {} Glib::PropertyProxy IconListCellRenderer::property_text() { return property_text_.get_proxy(); } Glib::PropertyProxy > IconListCellRenderer::property_pixbuf() { return property_pixbuf_.get_proxy(); } void IconListCellRenderer::update_properties() { text_renderer.property_text() = property_text_; pixbuf_renderer.property_pixbuf() = property_pixbuf_; } #ifdef HAVE_GTK3 void IconListCellRenderer::get_preferred_width_vfunc(Gtk::Widget &widget, int &minimum_width, int &natural_width) const { TRACE_ENTER("IconListCellRenderer::get_preferred_width_vfunc"); int text_minimum_width, text_natural_width; int pixbuf_minimum_width, pixbuf_natural_width; // FIXME: const_cast(this)->update_properties(); text_renderer.get_preferred_width(widget, text_minimum_width, text_natural_width); pixbuf_renderer.get_preferred_width(widget, pixbuf_minimum_width, pixbuf_natural_width); minimum_width = MAX(text_minimum_width, pixbuf_minimum_width) + 2 * SPACE; natural_width = MAX(text_natural_width, pixbuf_natural_width) + 2 * SPACE; TRACE_MSG(minimum_width << " " << natural_width); TRACE_EXIT(); } void IconListCellRenderer::get_preferred_height_for_width_vfunc(Gtk::Widget &widget, int width, int &minimum_height, int &natural_height) const { (void) width; TRACE_ENTER("IconListCellRenderer::get_preferred_height_for_width_vfunc"); get_preferred_height_vfunc(widget, minimum_height, natural_height); TRACE_MSG(minimum_height << " " << natural_height); TRACE_EXIT(); } void IconListCellRenderer::get_preferred_height_vfunc(Gtk::Widget &widget, int &minimum_height, int &natural_height) const { TRACE_ENTER("IconListCellRenderer::get_preferred_height_vfunc"); int text_minimum_height, text_natural_height; int pixbuf_minimum_height, pixbuf_natural_height; // FIXME: const_cast(this)->update_properties(); text_renderer.get_preferred_height(widget, text_minimum_height, text_natural_height); pixbuf_renderer.get_preferred_height(widget, pixbuf_minimum_height, pixbuf_natural_height); minimum_height = text_minimum_height + pixbuf_minimum_height + PAD; natural_height = text_natural_height + pixbuf_natural_height + PAD; TRACE_MSG(minimum_height << " " << natural_height); TRACE_EXIT(); } void IconListCellRenderer::get_preferred_width_for_height_vfunc(Gtk::Widget &widget, int height, int &minimum_width, int &natural_width) const { (void) height; TRACE_ENTER("IconListCellRenderer::get_preferred_width_for_height_vfunc"); get_preferred_width_vfunc(widget, minimum_width, natural_width); TRACE_MSG(minimum_width << " " << natural_width); TRACE_EXIT(); } void IconListCellRenderer::render_vfunc(const Cairo::RefPtr &cr, Gtk::Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, Gtk::CellRendererState flags) { update_properties(); Gdk::Rectangle text_area; Gdk::Rectangle pixbuf_area; Gtk::Requisition minimum_size, natural_size; pixbuf_renderer.get_preferred_size(widget, minimum_size, natural_size); pixbuf_area.set_x(cell_area.get_x()); pixbuf_area.set_y(cell_area.get_y()); pixbuf_area.set_width(cell_area.get_width()); pixbuf_area.set_height(natural_size.height); text_renderer.get_preferred_size(widget, minimum_size, natural_size); text_area.set_x(cell_area.get_x() + (cell_area.get_width() - natural_size.width) / 2); text_area.set_y(cell_area.get_y() + (pixbuf_area.get_height() + PAD)); text_area.set_height(natural_size.height); text_area.set_width(natural_size.width); pixbuf_renderer.render(cr, widget, background_area, pixbuf_area, flags); text_renderer.render(cr, widget, background_area, text_area, flags); } #else void IconListCellRenderer::get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height) const { // FIXME: gtkmm 2.4 changed their API. this method now needs to be const. // This is a (temporary) hack to get thing working again. IconListCellRenderer *r = const_cast(this); r->get_size_vfunc(widget, cell_area, x_offset, y_offset, width, height); } void IconListCellRenderer::get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height) { (void) x_offset; (void) y_offset; int text_x_offset; int text_y_offset; int text_width; int text_height; update_properties(); GdkRectangle *rect = NULL; if (cell_area) { rect = (GdkRectangle *) cell_area->gobj(); } GtkCellRenderer *rend = GTK_CELL_RENDERER(text_renderer.gobj()); gtk_cell_renderer_get_size (rend, widget.gobj(), rect, NULL, NULL, width, height); rend = GTK_CELL_RENDERER(pixbuf_renderer.gobj()); gtk_cell_renderer_get_size (rend, widget.gobj(), rect, &text_x_offset, &text_y_offset, &text_width, &text_height); if (height) { *height = *height + text_height + PAD; } if (width) { *width = MAX (*width, text_width); *width += SPACE * 2; } } void IconListCellRenderer::render_vfunc( const Glib::RefPtr& window, Gtk::Widget& widget, const Gdk::Rectangle& bg_area, const Gdk::Rectangle& cell_area, const Gdk::Rectangle& expose_area, Gtk::CellRendererState flags) { update_properties(); GdkRectangle text_area; GdkRectangle pixbuf_area; int width, height; GdkRectangle *ca = (GdkRectangle *) cell_area.gobj(); GtkWidget *widg = widget.gobj(); GdkWindow *wind = window->gobj(); GtkCellRenderer *prend = GTK_CELL_RENDERER(pixbuf_renderer.gobj()); gtk_cell_renderer_get_size (prend, widg, ca, NULL, NULL, &width, &height); pixbuf_area.y = ca->y; pixbuf_area.x = ca->x; pixbuf_area.height = height; pixbuf_area.width = ca->width; GtkCellRenderer *trend = GTK_CELL_RENDERER(text_renderer.gobj()); gtk_cell_renderer_get_size (trend, widg, ca, NULL, NULL, &width, &height); text_area.x = ca->x + (ca->width - width) / 2; text_area.y = ca->y + (pixbuf_area.height + PAD); text_area.height = height; text_area.width = width; gtk_cell_renderer_render (prend, wind, widg, (GdkRectangle*)bg_area.gobj(), &pixbuf_area, (GdkRectangle*)expose_area.gobj(), (GtkCellRendererState) flags); gtk_cell_renderer_render (trend, wind, widg, (GdkRectangle*)bg_area.gobj(), &text_area, (GdkRectangle*)expose_area.gobj(), (GtkCellRendererState) flags); } #endif workrave-1_10_10/frontend/gtkmm/src/IconListCellRenderer.hh000066400000000000000000000060271263301626300237440ustar00rootroot00000000000000// IconListCellRenderer.hh --- Notebook like widget cell renderer // // Copyright (C) 2003, 2007, 2011, 2013 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICON_LIST_CELL_RENDERER_HH #define ICON_LIST_CELL_RENDERER_HH #include #include #include class IconListCellRenderer : public Gtk::CellRenderer { public: IconListCellRenderer(); virtual ~IconListCellRenderer(); Glib::PropertyProxy property_text(); Glib::PropertyProxy > property_pixbuf(); protected: #ifdef HAVE_GTK3 virtual void get_preferred_width_vfunc(Gtk::Widget &widget, int &minimum_width, int &natural_width) const; virtual void get_preferred_height_for_width_vfunc(Gtk::Widget &widget, int width, int &minimum_height, int &natural_height) const; virtual void get_preferred_height_vfunc(Gtk::Widget &widget, int &minimum_height, int &natural_height) const; virtual void get_preferred_width_for_height_vfunc(Gtk::Widget &widget, int height, int &minimum_width, int &natural_width) const; virtual void render_vfunc(const Cairo::RefPtr &cr, Gtk::Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, Gtk::CellRendererState flags); #else virtual void get_size_vfunc(Gtk::Widget &widget, const Gdk::Rectangle *cell_area, int* x_offset, int* y_offset, int* width, int* height) const; virtual void get_size_vfunc(Gtk::Widget &widget, const Gdk::Rectangle *cell_area, int* x_offset, int* y_offset, int* width, int* height); virtual void render_vfunc(const Glib::RefPtr &window, Gtk::Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, const Gdk::Rectangle &expose_area, Gtk::CellRendererState flags); #endif private: void update_properties(); Gtk::CellRendererPixbuf pixbuf_renderer; Gtk::CellRendererText text_renderer; Glib::Property property_text_; Glib::Property > property_pixbuf_; }; #endif // ICON_LIST_CELL_RENDERER_HH workrave-1_10_10/frontend/gtkmm/src/IconListNotebook.cc000066400000000000000000000056021263301626300231420ustar00rootroot00000000000000// IconListNotebook.hh --- Notebook like widget // // Copyright (C) 2003, 2004, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include "nls.h" #include #include #include "IconListNotebook.hh" #include "IconListCellRenderer.hh" IconListNotebook::IconListNotebook() : Gtk::HBox(false, 6) { icon_list.show(); icon_list.set_headers_visible(false); Gtk::ScrolledWindow *scroller = Gtk::manage(new Gtk::ScrolledWindow()); scroller->set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_ALWAYS); scroller->set_shadow_type(Gtk::SHADOW_IN); scroller->show(); scroller->add(icon_list); list_store = Gtk::ListStore::create(model_columns); icon_list.set_model(list_store); IconListCellRenderer *renderer = new IconListCellRenderer(); Gtk::TreeViewColumn *tvc = new Gtk::TreeViewColumn("Bla", *Gtk::manage(renderer)); icon_list.append_column(*Gtk::manage(tvc)); tvc->add_attribute(renderer->property_text(), model_columns.text); tvc->add_attribute(renderer->property_pixbuf(), model_columns.pixbuf); Glib::RefPtr selection = icon_list.get_selection(); selection->set_mode(Gtk::SELECTION_SINGLE); selection->signal_changed() .connect(sigc::mem_fun(*this, &IconListNotebook::on_page_changed)); notebook.set_show_tabs(false); notebook.set_show_border(false); pack_start(*scroller, false, false, 0); pack_start(notebook, true, true, 0); } void IconListNotebook::on_page_changed() { if(const Gtk::TreeModel::iterator selected = icon_list.get_selection()->get_selected()) { Gtk::Widget *page = (*selected)[model_columns.page]; int page_num = gtk_notebook_page_num(notebook.gobj(), page->gobj()); notebook.set_current_page(page_num); } } void IconListNotebook::add_page(const char *name, Glib::RefPtr pixbuf, Gtk::Widget &widget) { notebook.append_page(widget, name); Gtk::TreeRow row = *list_store->append(); row[model_columns.text] = Glib::ustring(name); row[model_columns.pixbuf] = pixbuf; row[model_columns.page] = &widget; } workrave-1_10_10/frontend/gtkmm/src/IconListNotebook.hh000066400000000000000000000032051263301626300231510ustar00rootroot00000000000000// IconListNotebook.hh --- Notebook like widget // // Copyright (C) 2003, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef ICON_LIST_NOTEBOOK_HH #define ICON_LIST_NOTEBOOK_HH #include #include #include #include #include #include class IconListNotebook : public Gtk::HBox { public: IconListNotebook(); void add_page(const char *name, Glib::RefPtr, Gtk::Widget &widget); private: void on_page_changed(); struct ModelColumns : public Gtk::TreeModel::ColumnRecord { Gtk::TreeModelColumn text; Gtk::TreeModelColumn page; Gtk::TreeModelColumn > pixbuf; ModelColumns() { add(text); add(page); add(pixbuf); } }; Gtk::Notebook notebook; Gtk::TreeView icon_list; Glib::RefPtr list_store; ModelColumns model_columns; }; #endif // ICON_LIST_NOTEBOOK_HH workrave-1_10_10/frontend/gtkmm/src/IndicatorAppletMenu.cc000066400000000000000000000126431263301626300236270ustar00rootroot00000000000000// IndicatorAppletMenu.cc --- Menus using IndicatorApplet+ // // Copyright (C) 2011, 2012, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "indicator-applet.h" #include #include #include "IndicatorAppletMenu.hh" #include "GenericDBusApplet.hh" #include "GUI.hh" #include "Menus.hh" using namespace std; //! Constructor. IndicatorAppletMenu::IndicatorAppletMenu() { } //! Destructor. IndicatorAppletMenu::~IndicatorAppletMenu() { // FIXME: cleanup. } DbusmenuMenuitem * IndicatorAppletMenu::menu_item_append(DbusmenuMenuitem *parent, const char *label) { return menu_item_append(parent, label, Normal, -1); } DbusmenuMenuitem * IndicatorAppletMenu::menu_item_append(DbusmenuMenuitem *parent, const char *label, int cmd) { return menu_item_append(parent, label, Normal, cmd); } DbusmenuMenuitem * IndicatorAppletMenu::menu_item_append(DbusmenuMenuitem *parent, const char *label, MenuItemType type, int cmd) { DbusmenuMenuitem *item = dbusmenu_menuitem_new(); dbusmenu_menuitem_property_set(item, DBUSMENU_MENUITEM_PROP_LABEL, label); switch (type) { case Radio: dbusmenu_menuitem_property_set(item, DBUSMENU_MENUITEM_PROP_TOGGLE_TYPE, DBUSMENU_MENUITEM_TOGGLE_RADIO); break; case Check: dbusmenu_menuitem_property_set(item, DBUSMENU_MENUITEM_PROP_TOGGLE_TYPE, DBUSMENU_MENUITEM_TOGGLE_CHECK); break; case Normal: break; } dbusmenu_menuitem_child_append(parent, item); g_signal_connect(G_OBJECT(item), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK(static_menu_item_activated), this); if (cmd != -1) { menu_items[cmd] = item; } return item; } void IndicatorAppletMenu::menu_item_set_checked(int cmd, bool checked) { dbusmenu_menuitem_property_set_int(menu_items[cmd], DBUSMENU_MENUITEM_PROP_TOGGLE_STATE, checked ? DBUSMENU_MENUITEM_TOGGLE_STATE_CHECKED : DBUSMENU_MENUITEM_TOGGLE_STATE_UNCHECKED); } void IndicatorAppletMenu::init() { server = dbusmenu_server_new(WORKRAVE_INDICATOR_MENU_OBJ); root = dbusmenu_menuitem_new(); dbusmenu_server_set_root(server, root); dbusmenu_menuitem_property_set_bool(root, DBUSMENU_MENUITEM_PROP_VISIBLE, TRUE); menu_item_append(root, _("Open"), MENU_COMMAND_OPEN); menu_item_append(root, _("Preferences"), MENU_COMMAND_PREFERENCES); menu_item_append(root, _("_Rest break"), MENU_COMMAND_REST_BREAK); menu_item_append(root, _("Exercises"), MENU_COMMAND_EXERCISES); DbusmenuMenuitem *mode_menu = menu_item_append(root, _("_Mode")); menu_item_append(mode_menu, _("_Normal"), Radio, MENU_COMMAND_MODE_NORMAL); menu_item_append(mode_menu, _("Q_uiet"), Radio, MENU_COMMAND_MODE_QUIET); menu_item_append(mode_menu, _("_Suspended"), Radio, MENU_COMMAND_MODE_SUSPENDED); DbusmenuMenuitem *network_menu = menu_item_append(root, _("_Network")); menu_item_append(network_menu, _("_Connect"), MENU_COMMAND_NETWORK_CONNECT); menu_item_append(network_menu, _("_Disconnect"), MENU_COMMAND_NETWORK_DISCONNECT); menu_item_append(network_menu, _("_Reconnect"), MENU_COMMAND_NETWORK_RECONNECT); menu_item_append(network_menu, _("Show _log"), Check, MENU_COMMAND_NETWORK_LOG); menu_item_append(root, _("Reading mode"), Check, MENU_COMMAND_MODE_READING); menu_item_append(root, _("Statistics"), MENU_COMMAND_STATISTICS); menu_item_append(root, _("About..."), MENU_COMMAND_ABOUT); menu_item_append(root, _("Quit"), MENU_COMMAND_QUIT); } void IndicatorAppletMenu::resync(OperationMode mode, UsageMode usage, bool show_log) { menu_item_set_checked(MENU_COMMAND_MODE_NORMAL, mode == OPERATION_MODE_NORMAL); menu_item_set_checked(MENU_COMMAND_MODE_QUIET, mode == OPERATION_MODE_QUIET); menu_item_set_checked(MENU_COMMAND_MODE_SUSPENDED, mode == OPERATION_MODE_SUSPENDED); menu_item_set_checked(MENU_COMMAND_MODE_READING, usage == USAGE_MODE_READING); menu_item_set_checked(MENU_COMMAND_NETWORK_LOG, show_log); } int IndicatorAppletMenu::find_menu_item(DbusmenuMenuitem *item) const { for (int i = 0; i < MENU_COMMAND_SIZEOF; i++) { if (menu_items[i] == item) { return i; } } return -1; } void IndicatorAppletMenu::static_menu_item_activated(DbusmenuMenuitem *mi, guint timestamp, gpointer user_data) { (void) timestamp; IndicatorAppletMenu *menu = (IndicatorAppletMenu *) user_data; menu->menu_item_activated(mi); } void IndicatorAppletMenu::menu_item_activated(DbusmenuMenuitem *mi) { int command = find_menu_item(mi); if (command != -1) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->applet_command(command); } } workrave-1_10_10/frontend/gtkmm/src/IndicatorAppletMenu.hh000066400000000000000000000037701263301626300236420ustar00rootroot00000000000000// IndicatorAppletMenu.hh --- Menu using IndicatorApplet+ // // Copyright (C) 2011, 2012, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef INDICATORAPPLETMENU_HH #define INDICATORAPPLETMENU_HH #include #include #include #include "Menus.hh" #include "MenuBase.hh" #include "MenuEnums.hh" class GenericDBusApplet; class IndicatorAppletMenu : public MenuBase { public: IndicatorAppletMenu(); virtual ~IndicatorAppletMenu(); virtual void init(); virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log); private: enum MenuItemType { Radio, Check, Normal }; DbusmenuMenuitem *menu_item_append(DbusmenuMenuitem *parent, const char *label); DbusmenuMenuitem *menu_item_append(DbusmenuMenuitem *parent, const char *label, int cmd); DbusmenuMenuitem *menu_item_append(DbusmenuMenuitem *parent, const char *label, MenuItemType type, int cmd); void menu_item_set_checked(int cmd, bool checked); int find_menu_item(DbusmenuMenuitem *item) const; static void static_menu_item_activated(DbusmenuMenuitem *mi, guint timestamp, gpointer user_data); void menu_item_activated(DbusmenuMenuitem *mi); private: DbusmenuServer *server; DbusmenuMenuitem *root; DbusmenuMenuitem *menu_items[MENU_COMMAND_SIZEOF]; }; #endif // INDICATORAPPLETMENU_HH workrave-1_10_10/frontend/gtkmm/src/MainGtkMenu.cc000066400000000000000000000312161263301626300220740ustar00rootroot00000000000000// MainGtkMenu.cc --- Menus using Gtk+ // // Copyright (C) 2001 - 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "GUI.hh" #include "MainGtkMenu.hh" #include #include #include #include "MainWindow.hh" #include "Menus.hh" #include "Util.hh" using namespace std; //! Constructor. MainGtkMenu::MainGtkMenu(bool show_open) : popup_menu(NULL), show_open(show_open) { } //! Destructor. MainGtkMenu::~MainGtkMenu() { } void MainGtkMenu::add_stock_item(const Glib::RefPtr& factory, const std::string &path, const Glib::ustring& icon_id, const Glib::ustring& label) { Gtk::IconSource source; #ifdef HAVE_GTK3 Glib::RefPtr icon_set = Gtk::IconSet::create(); #else Gtk::IconSet icon_set; #endif string filename = Util::complete_directory(path, Util::SEARCH_PATH_IMAGES); try { source.set_pixbuf(Gdk::Pixbuf::create_from_file(filename)); } catch(const Glib::Exception&) { } source.set_size(Gtk::ICON_SIZE_SMALL_TOOLBAR); source.set_size_wildcarded(); #ifdef HAVE_GTK3 icon_set->add_source(source); #else icon_set.add_source(source); #endif const Gtk::StockID stock_id(icon_id); factory->add(stock_id, icon_set); Gtk::Stock::add(Gtk::StockItem(stock_id, label)); } void MainGtkMenu::register_stock_items() { Glib::RefPtr factory = Gtk::IconFactory::create(); add_stock_item(factory, "timer-rest-break.png", "restbreak", _("_Rest break")); factory->add_default(); } void MainGtkMenu::init() { if (popup_menu == NULL) { register_stock_items(); create_actions(); create_ui(); post_init(); } else { // Re-init. ui_manager->remove_action_group(action_group); create_actions(); ui_manager->insert_action_group(action_group); } IGUI *gui = GUI::get_instance(); MainWindow *main_window = gui->get_main_window(); main_window->add_accel_group(ui_manager->get_accel_group()); } void MainGtkMenu::create_actions() { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); action_group = Gtk::ActionGroup::create(); action_group->add(Gtk::Action::create("Main", "_Tools")); // Mode menu Gtk::RadioAction::Group group_mode; action_group->add(Gtk::Action::create("Mode", _("_Mode"))); action_group->add(Gtk::RadioAction::create(group_mode, "Normal", _("_Normal")), sigc::mem_fun(*this, &MainGtkMenu::on_menu_normal)); action_group->add(Gtk::RadioAction::create(group_mode, "Quiet", _("Q_uiet")), sigc::mem_fun(*this, &MainGtkMenu::on_menu_quiet)); action_group->add(Gtk::RadioAction::create(group_mode, "Suspended", _("_Suspended")), sigc::mem_fun(*this, &MainGtkMenu::on_menu_suspend)); action_group->add(Gtk::ToggleAction::create("Reading", _("_Reading mode")), sigc::mem_fun(*this, &MainGtkMenu::on_menu_reading)); // Networking menu #ifdef HAVE_DISTRIBUTION action_group->add(Gtk::Action::create("Network", _("_Network"))); action_group->add(Gtk::Action::create("Join", _("_Connect")), sigc::mem_fun(*menus, &Menus::on_menu_network_join)); action_group->add(Gtk::Action::create("Disconnect", _("_Disconnect")), sigc::mem_fun(*menus, &Menus::on_menu_network_leave)); action_group->add(Gtk::Action::create("Reconnect", _("_Reconnect")), sigc::mem_fun(*menus, &Menus::on_menu_network_reconnect)); action_group->add(Gtk::ToggleAction::create("ShowLog", _("Show _log")), sigc::mem_fun(*this, &MainGtkMenu::on_menu_network_log)); #endif // Open action_group->add(Gtk::Action::create("Open", Gtk::Stock::OPEN), sigc::mem_fun(*menus, &Menus::on_menu_open_main_window)); // Restbreak now // Gtk::AccelKey("r"), action_group->add(Gtk::Action::create("Restbreak", Gtk::StockID("restbreak"), _("_Rest break")), sigc::mem_fun(*menus, &Menus::on_menu_restbreak_now)); // Preferences action_group->add(Gtk::Action::create("Preferences", Gtk::Stock::PREFERENCES, _("_Preferences")), sigc::mem_fun(*menus, &Menus::on_menu_preferences)); #ifdef HAVE_EXERCISES action_group->add(Gtk::Action::create("Exercises", _("Exercises")), sigc::mem_fun(*menus, &Menus::on_menu_exercises)); #endif action_group->add(Gtk::Action::create("Statistics", _("Statistics")), sigc::mem_fun(*menus, &Menus::on_menu_statistics)); action_group->add(Gtk::Action::create("About", Gtk::Stock::ABOUT, _("_About")), sigc::mem_fun(*menus, &Menus::on_menu_about)); action_group->add(Gtk::Action::create("Quit", Gtk::Stock::QUIT, _("_Quit")), sigc::mem_fun(*menus, &Menus::on_menu_quit)); } void MainGtkMenu::create_ui() { Glib::ustring open_ui_info; if (show_open) { open_ui_info = " "; } //Layout the actions in a menubar and toolbar: Glib::ustring ui_info = "" " " + open_ui_info + " " + " " #ifdef HAVE_EXERCISES " " #endif " " " " " " " " " " " " #ifdef HAVE_DISTRIBUTION " " " " " " " " " " " " #endif " " " " " " " " " " " " ""; ui_manager = Gtk::UIManager::create(); ui_manager->insert_action_group(action_group); try { ui_manager->add_ui_from_string(ui_info); } catch(const Glib::Error&) { } popup_menu = dynamic_cast(ui_manager->get_widget("/Menu")); #ifdef PLATFORM_OS_OSX osx_popup_hack_connect(popup_menu); #endif } void MainGtkMenu::popup(const guint button, const guint activate_time) { (void) button; if (popup_menu != NULL) { popup_menu->popup(button, activate_time); } } void MainGtkMenu::resync(OperationMode mode, UsageMode usage, bool show_log) { Gtk::CheckMenuItem *item = NULL; const char *menu_name = NULL; switch (mode) { case OPERATION_MODE_NORMAL: menu_name = "/Menu/Mode/Normal"; break; case OPERATION_MODE_SUSPENDED: menu_name = "/Menu/Mode/Suspended"; break; case OPERATION_MODE_QUIET: menu_name = "/Menu/Mode/Quiet"; break; default: break; } if( menu_name ) { item = dynamic_cast( ui_manager->get_widget( menu_name ) ); if( item && !item->get_active() ) { item->set_active(); } } item = dynamic_cast(ui_manager->get_widget("/Menu/Network/ShowLog")); if (item != NULL) { item->set_active(show_log); } item = dynamic_cast( ui_manager->get_widget( "/Menu/Reading" ) ); if( item ) { bool reading = ( usage == USAGE_MODE_READING ); if( reading != item->get_active() ) item->set_active( reading ); } } void MainGtkMenu::on_menu_network_log() { Glib::RefPtr act = ui_manager->get_action("/Menu/Network/ShowLog"); Glib::RefPtr ract = Glib::RefPtr::cast_dynamic(act); if (ract) { bool active = ract->get_active(); IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->on_menu_network_log(active); } } void MainGtkMenu::on_menu_normal() { Glib::RefPtr act = ui_manager->get_action("/Menu/Mode/Normal"); Glib::RefPtr ract = Glib::RefPtr::cast_dynamic(act); if (ract) { bool active = ract->get_active(); if (active) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->on_menu_normal(); } } } void MainGtkMenu::on_menu_suspend() { Glib::RefPtr act = ui_manager->get_action("/Menu/Mode/Suspended"); Glib::RefPtr ract = Glib::RefPtr::cast_dynamic(act); if (ract) { bool active = ract->get_active(); if (active) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->on_menu_suspend(); } } } void MainGtkMenu::on_menu_quiet() { Glib::RefPtr act = ui_manager->get_action("/Menu/Mode/Quiet"); Glib::RefPtr ract = Glib::RefPtr::cast_dynamic(act); if (ract) { bool active = ract->get_active(); if (active) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->on_menu_quiet(); } } } void MainGtkMenu::on_menu_reading() { Glib::RefPtr act = ui_manager->get_action("/Menu/Reading"); Glib::RefPtr ract = Glib::RefPtr::cast_dynamic(act); if (ract) { bool active = ract->get_active(); IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->on_menu_reading(active); } } #ifdef PLATFORM_OS_OSX // /* Taken from Gaim. needs to be gtkmm-ified. */ // /* This is a workaround for a bug in windows GTK+. Clicking outside of the // menu does not get rid of it, so instead we get rid of it as soon as the // pointer leaves the menu. */ void MainGtkMenu::osx_popup_hack_connect(Gtk::Menu *menu) { TRACE_ENTER("W32TrayMenu::osx_popup_hack_connect"); GtkWidget *widget = (GtkWidget*) menu->gobj(); g_signal_connect(widget, "leave-notify-event", G_CALLBACK(osx_popup_hack_leave_enter), NULL); g_signal_connect(widget, "enter-notify-event", G_CALLBACK(osx_popup_hack_leave_enter), NULL); TRACE_EXIT(); } gboolean MainGtkMenu::osx_popup_hack_hide(gpointer data) { TRACE_ENTER("W32TrayMenu::osx_popup_hack_hide"); if (data != NULL) { gtk_menu_popdown(GTK_MENU(data)); } TRACE_EXIT(); return FALSE; } gboolean MainGtkMenu::osx_popup_hack_leave_enter(GtkWidget *menu, GdkEventCrossing *event, void *data) { TRACE_ENTER("W32TrayMenu::osx_popup_hack_leave_enter"); TRACE_MSG(event->type << " " << event->detail); (void) data; static guint hide_docklet_timer = 0; if (event->type == GDK_LEAVE_NOTIFY /* RC: it seems gtk now generate a GDK_NOTIFY_UNKNOWN when the menu if left...*/ && (event->detail == GDK_NOTIFY_ANCESTOR || event->detail == GDK_NOTIFY_UNKNOWN)) { /* Add some slop so that the menu doesn't annoyingly disappear when mousing around */ TRACE_MSG("leave " << hide_docklet_timer); if (hide_docklet_timer == 0) { hide_docklet_timer = g_timeout_add(500, osx_popup_hack_hide, menu); } } else if (event->type == GDK_ENTER_NOTIFY && event->detail == GDK_NOTIFY_ANCESTOR) { TRACE_MSG("enter " << hide_docklet_timer); if (hide_docklet_timer != 0) { /* Cancel the hiding if we reenter */ g_source_remove(hide_docklet_timer); hide_docklet_timer = 0; } } TRACE_EXIT(); return FALSE; } #endif workrave-1_10_10/frontend/gtkmm/src/MainGtkMenu.hh000066400000000000000000000045001263301626300221020ustar00rootroot00000000000000// MainGtkMenu.hh --- Menu using Gtk+ // // Copyright (C) 2001 - 2009, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MAINGTKMENU_HH #define MAINGTKMENU_HH #include #include #include #include #include #include #include #include #include "MenuBase.hh" class MainGtkMenu : public MenuBase { public: MainGtkMenu(bool show_open); virtual ~MainGtkMenu(); void add_stock_item(const Glib::RefPtr &factory, const std::string &path, const Glib::ustring &id, const Glib::ustring &label); void register_stock_items(); virtual void create_actions(); virtual void create_ui(); virtual void post_init() {} virtual void init(); virtual void popup(const guint button, const guint activate_time); virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log); private: void on_menu_network_log(); void on_menu_normal(); void on_menu_suspend(); void on_menu_quiet(); void on_menu_reading(); #ifdef PLATFORM_OS_OSX void osx_popup_hack_connect(Gtk::Menu *menu); static gboolean osx_popup_hack_hide(gpointer data); static gboolean osx_popup_hack_leave_enter(GtkWidget *menu, GdkEventCrossing *event, void *data); #endif protected: Glib::RefPtr ui_manager; Glib::RefPtr action_group; //! Gtk::Menu *popup_menu; //! bool show_open; }; #endif // MAINGTKMENU_HH workrave-1_10_10/frontend/gtkmm/src/MainWindow.cc000066400000000000000000000466511263301626300220020ustar00rootroot00000000000000// MainWindow.cc --- Main info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef PLATFORM_OS_WIN32 #include #include #endif #include "nls.h" #include "debug.hh" #ifdef HAVE_UNISTD_H #include #endif #include "MainWindow.hh" #include #include #include "CoreFactory.hh" #include "IConfigurator.hh" #include "TimerBoxGtkView.hh" #include "TimerBoxControl.hh" #include "GUI.hh" #include "Util.hh" #include "Menus.hh" #ifdef PLATFORM_OS_WIN32 const char *WIN32_MAIN_CLASS_NAME = "Workrave"; const UINT MYWM_TRAY_MESSAGE = WM_USER +0x100; #endif using namespace std; //! Constructor. /*! * \param gui the main GUI entry point. * \param control Interface to the controller. */ MainWindow::MainWindow() : enabled(true), can_close(true), timer_box_control(NULL), timer_box_view(NULL), window_location(-1, -1), window_head_location(-1, -1), window_relocated_location(-1, -1) { #ifdef PLATFORM_OS_UNIX leader = NULL; #endif #ifdef PLATFORM_OS_WIN32 show_retry_count = 0; #endif } //! Destructor. MainWindow::~MainWindow() { TRACE_ENTER("MainWindow::~MainWindow"); if (visible_connection.connected()) { visible_connection.disconnect(); } #ifdef PLATFORM_OS_WIN32 if (timeout_connection.connected()) { timeout_connection.disconnect(); } #endif delete timer_box_control; #ifdef PLATFORM_OS_WIN32 win32_exit(); #endif #ifdef PLATFORM_OS_UNIX delete leader; #endif TRACE_EXIT(); } bool MainWindow::is_visible() const { #if defined(PLATFORM_OS_WIN32) const GtkWidget *window = Gtk::Widget::gobj(); GdkWindow *gdk_window = gtk_widget_get_window(GTK_WIDGET(window)); HWND hwnd = (HWND) GDK_WINDOW_HWND(gdk_window); return IsWindowVisible(hwnd); #elif defined(HAVE_GTK3) return get_visible(); #else return Gtk::Window::is_visible(); #endif } void MainWindow::toggle_window() { TRACE_ENTER("MainWindow::toggle_window"); bool visible = is_visible(); if (visible) { close_window(); } else { open_window(); } TRACE_EXIT(); } //! Opens the main window. void MainWindow::open_window() { TRACE_ENTER("MainWindow::open_window"); if (timer_box_view->get_visible_count() > 0) { #ifdef PLATFORM_OS_WIN32 win32_show(true); show_all(); #else show_all(); deiconify(); #endif int x, y, head; set_position(Gtk::WIN_POS_NONE); set_gravity(Gdk::GRAVITY_STATIC); get_start_position(x, y, head); #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; get_preferred_size(min_size, natural_size); #else GtkRequisition min_size; on_size_request(&min_size); #endif GUI::get_instance()->bound_head(x, y, min_size.width, min_size.height, head); GUI::get_instance()->map_from_head(x, y, head); TRACE_MSG("moving to " << x << " " << y); move(x, y); bool always_on_top = GUIConfig::get_always_on_top(); WindowHints::set_always_on_top(this, always_on_top); TimerBoxControl::set_enabled("main_window", true); } TRACE_EXIT(); } //! Closes the main window. void MainWindow::close_window() { TRACE_ENTER("MainWindow::close_window"); #ifdef PLATFORM_OS_WIN32 win32_show(false); #elif defined(PLATFORM_OS_OSX) hide_all(); #else if (can_close) { hide(); } else { iconify(); } #endif TimerBoxControl::set_enabled("main_window", false); TRACE_EXIT(); } void MainWindow::set_can_close(bool can_close) { TRACE_ENTER_MSG("MainWindow::set_can_close", can_close); this->can_close = can_close; TRACE_MSG(enabled); if (!enabled) { if (can_close) { TRACE_MSG("hide"); hide(); } else { TRACE_MSG("iconify"); iconify(); show_all(); } } TRACE_EXIT(); } //! Updates the main window. void MainWindow::update() { timer_box_control->update(); } //! Initializes the main window. void MainWindow::init() { TRACE_ENTER("MainWindow::init"); set_border_width(2); set_resizable(false); list > icons; const char *icon_files[] = { "scalable/apps/workrave.svg", "16x16/apps/workrave.png", "24x24/apps/workrave.png", "32x32/apps/workrave.png", "48x48/apps/workrave.png", "64x64/apps/workrave.png", "96x96/apps/workrave.png", "128x128/apps/workrave.png", }; for (unsigned int i = 0; i < sizeof(icon_files) / sizeof(char *); i++) { string file = Util::complete_directory(icon_files[i], Util::SEARCH_PATH_IMAGES); try { Glib::RefPtr pixbuf = Gdk::Pixbuf::create_from_file(file); TRACE_MSG(file << " size = " << pixbuf->get_width() << " " << pixbuf->get_height()); icons.push_back(pixbuf); } catch (...) { } } Glib::ListHandle > icon_list(icons); Gtk::Window::set_default_icon_list(icon_list); //Gtk::Window::set_default_icon_name("workrave"); enabled = TimerBoxControl::is_enabled("main_window"); timer_box_view = Gtk::manage(new TimerBoxGtkView(Menus::MENU_MAINWINDOW)); timer_box_control = new TimerBoxControl("main_window", *timer_box_view); timer_box_view->set_geometry(ORIENTATION_LEFT, -1); timer_box_control->update(); add(*timer_box_view); set_events(get_events() | Gdk::BUTTON_PRESS_MASK | Gdk::SUBSTRUCTURE_MASK); // Necessary for popup menu realize_if_needed(); Glib::RefPtr window = get_window(); // Window decorators window->set_decorations(Gdk::DECOR_BORDER |Gdk::DECOR_TITLE |Gdk::DECOR_MENU); // This used to be W32 only: // window->set_functions(Gdk::FUNC_CLOSE|Gdk::FUNC_MOVE); // (end window decorators) #ifdef PLATFORM_OS_UNIX // HACK. this sets a different group leader in the WM_HINTS.... // Without this hack, metacity makes ALL windows on-top. leader = new Gtk::Window(Gtk::WINDOW_POPUP); gtk_widget_realize(GTK_WIDGET(leader->gobj())); Glib::RefPtr leader_window = leader->get_window(); window->set_group(leader_window); #endif stick(); setup(); #ifdef PLATFORM_OS_WIN32 win32_init(); set_gravity(Gdk::GRAVITY_STATIC); set_position(Gtk::WIN_POS_NONE); #ifdef HAVE_NOT_PROPER_SIZED_MAIN_WINDOW_ON_STARTUP // This is the proper code, see hacked code below. if (!enabled) { move(-1024, 0); show_all(); win32_show(false); move_to_start_position(); } else { move_to_start_position(); show_all(); } #else // Hack deprecated: Since GTK+ 2.10 no longer necessary // Hack: since GTK+ 2.2.4 the window is too wide, it incorporates room // for the "_ [ ] [X]" buttons somehow. This hack fixes just that. move(-1024, 0); // Move off-screen to reduce wide->narrow flickering show_all(); HWND hwnd = (HWND) GDK_WINDOW_HWND(window->gobj()); SetWindowPos(hwnd, NULL, 0, 0, 1, 1, SWP_FRAMECHANGED|SWP_NOZORDER|SWP_NOACTIVATE |SWP_NOOWNERZORDER|SWP_NOMOVE); if (! enabled) { win32_show(false); } move_to_start_position(); // (end of hack) #endif #else set_gravity(Gdk::GRAVITY_STATIC); set_position(Gtk::WIN_POS_NONE); show_all(); move_to_start_position(); if (!enabled) // || get_start_in_tray()) { #ifndef PLATFORM_OS_OSX iconify(); #endif close_window(); } #endif setup(); set_title("Workrave"); IConfigurator *config = CoreFactory::get_configurator(); config->add_listener(TimerBoxControl::CFG_KEY_TIMERBOX + "main_window", this); visible_connection = property_visible().signal_changed().connect(sigc::mem_fun(*this, &MainWindow::on_visibility_changed)); TRACE_EXIT(); } //! Setup configuration settings. void MainWindow::setup() { TRACE_ENTER("MainWindow::setup"); bool new_enabled = TimerBoxControl::is_enabled("main_window"); bool always_on_top = GUIConfig::get_always_on_top(); TRACE_MSG("can_close " << new_enabled); TRACE_MSG("enabled " << new_enabled); TRACE_MSG("on top " << always_on_top); if (enabled != new_enabled) { enabled = new_enabled; if (enabled) { open_window(); } else { close_window(); } } bool visible = is_visible(); if (visible) { WindowHints::set_always_on_top(this, always_on_top); } if (visible && always_on_top) { raise(); } TRACE_EXIT(); } //! User has closed the main window. bool MainWindow::on_delete_event(GdkEventAny *) { TRACE_ENTER("MainWindow::on_delete_event"); IGUI *gui = GUI::get_instance(); assert(gui != NULL); #if defined(PLATFORM_OS_WIN32) win32_show(false); closed_signal.emit(); TimerBoxControl::set_enabled("main_window", false); #elif defined(PLATFORM_OS_OSX) close_window(); TimerBoxControl::set_enabled("main_window", false); #else if (can_close) { close_window(); TimerBoxControl::set_enabled("main_window", false); } else { gui->terminate(); } #endif TRACE_EXIT(); return true; } //! Users pressed some mouse button in the main window. bool MainWindow::on_button_press_event(GdkEventButton *event) { TRACE_ENTER("MainWindow::on_button_press_event"); bool ret = false; (void) event; #ifndef PLATFORM_OS_OSX // No popup menu on OS X if ((event->type == GDK_BUTTON_PRESS) && (event->button == 3)) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->popup(Menus::MENU_MAINWINDOW, event->button, event->time); ret = true; } #endif TRACE_EXIT(); return ret; } void MainWindow::config_changed_notify(const string &key) { TRACE_ENTER_MSG("MainWindow::config_changed_notify", key); if (key != GUIConfig::CFG_KEY_MAIN_WINDOW_HEAD && key != GUIConfig::CFG_KEY_MAIN_WINDOW_X && key != GUIConfig::CFG_KEY_MAIN_WINDOW_Y) { setup(); } TRACE_EXIT(); } #ifdef PLATFORM_OS_WIN32 void MainWindow::win32_show(bool b) { TRACE_ENTER_MSG("MainWindow::win32_show", b); bool retry = false; // Gtk's hide() seems to quit the program. GtkWidget *window = Gtk::Widget::gobj(); GdkWindow *gdk_window = gtk_widget_get_window(window); HWND hwnd = (HWND) GDK_WINDOW_HWND(gdk_window); ShowWindow(hwnd, b ? SW_SHOWNORMAL : SW_HIDE); visibility_changed_signal.emit(); if (b) { present(); if (hwnd != GetForegroundWindow()) { if (show_retry_count == 0) { show_retry_count = 20; } else { show_retry_count--; } TRACE_MSG("2 " << show_retry_count); retry = true; } } if (retry) { if (show_retry_count > 0) { timeout_connection = Glib::signal_timeout().connect(sigc::mem_fun(*this, &MainWindow::win32_show_retry), 50); } } else { show_retry_count = 0; } TRACE_EXIT(); } bool MainWindow::win32_show_retry() { TRACE_ENTER("MainWindow::win32_show_retry"); if (show_retry_count > 0) { TRACE_MSG("retry"); win32_show(true); } TRACE_EXIT(); return false; } void MainWindow::win32_init() { TRACE_ENTER("MainWindow::win32_init"); win32_hinstance = (HINSTANCE) GetModuleHandle(NULL); WNDCLASSEX wclass = { sizeof(WNDCLASSEX), 0, win32_window_proc, 0, 0, win32_hinstance, NULL, NULL, NULL, NULL, WIN32_MAIN_CLASS_NAME, NULL }; /* ATOM atom = */ RegisterClassEx(&wclass); win32_main_hwnd = CreateWindowEx(WS_EX_TOOLWINDOW, WIN32_MAIN_CLASS_NAME, "Workrave", WS_OVERLAPPED, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, (HWND)NULL, (HMENU)NULL, win32_hinstance, (LPSTR)NULL); ShowWindow(win32_main_hwnd, SW_HIDE); // User data SetWindowLong(win32_main_hwnd, GWL_USERDATA, (LONG) this); // Reassign ownership GtkWidget *window = Gtk::Widget::gobj(); GdkWindow *gdk_window = gtk_widget_get_window(window); HWND hwnd = (HWND) GDK_WINDOW_HWND(gdk_window); SetWindowLong(hwnd, GWL_HWNDPARENT, (LONG) win32_main_hwnd); TRACE_EXIT(); } void MainWindow::win32_exit() { DestroyWindow(win32_main_hwnd); UnregisterClass(WIN32_MAIN_CLASS_NAME, GetModuleHandle(NULL)); } #endif void MainWindow::get_start_position(int &x, int &y, int &head) { TRACE_ENTER("MainWindow::get_start_position"); // FIXME: Default to right-bottom instead of 256x256 IConfigurator *cfg = CoreFactory::get_configurator(); cfg->get_value_with_default(GUIConfig::CFG_KEY_MAIN_WINDOW_X, x, 256); cfg->get_value_with_default(GUIConfig::CFG_KEY_MAIN_WINDOW_Y, y, 256); cfg->get_value_with_default(GUIConfig::CFG_KEY_MAIN_WINDOW_HEAD, head, 0); if (head < 0) { head = 0; } TRACE_MSG(x << " " << y << " " << head); TRACE_EXIT(); } void MainWindow::set_start_position(int x, int y, int head) { TRACE_ENTER_MSG("MainWindow::set_start_position", x << " " << y << " " << head); IConfigurator *cfg = CoreFactory::get_configurator(); cfg->set_value(GUIConfig::CFG_KEY_MAIN_WINDOW_X, x); cfg->set_value(GUIConfig::CFG_KEY_MAIN_WINDOW_Y, y); cfg->set_value(GUIConfig::CFG_KEY_MAIN_WINDOW_HEAD, head); TRACE_EXIT(); } void MainWindow::move_to_start_position() { TRACE_ENTER("MainWindow::move_to_start_position"); int x, y, head; get_start_position(x, y, head); #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; get_preferred_size(min_size, natural_size); #else GtkRequisition min_size; on_size_request(&min_size); #endif GUI::get_instance()->bound_head(x, y, min_size.width, min_size.height, head); window_head_location.set_x(x); window_head_location.set_y(y); GUI::get_instance()->map_from_head(x, y, head); TRACE_MSG("Main window size " << min_size.width << " " << min_size.height); window_location.set_x(x); window_location.set_y(y); window_relocated_location.set_x(x); window_relocated_location.set_y(y); TRACE_MSG("moving to " << x << " " << y); move(x, y); } bool MainWindow::on_configure_event(GdkEventConfigure *event) { TRACE_ENTER_MSG("MainWindow::on_configure_event", event->x << " " << event->y); locate_window(event); bool ret = Widget::on_configure_event(event); TRACE_EXIT(); return ret; } void MainWindow::locate_window(GdkEventConfigure *event) { TRACE_ENTER("MainWindow::locate_window"); int x, y; int width, height; (void) event; Glib::RefPtr window = get_window(); if ((window->get_state() & (Gdk::WINDOW_STATE_ICONIFIED | Gdk::WINDOW_STATE_WITHDRAWN)) != 0) { TRACE_EXIT(); return; } #ifndef PLATFORM_OS_WIN32 // Returns bogus results on windows...sometime. if (event != NULL) { x = event->x; y = event->y; width = event->width; height = event->height; } else #endif { (void) event; get_position(x, y); #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; get_preferred_size(min_size, natural_size); #else GtkRequisition min_size; on_size_request(&min_size); #endif width = min_size.width; height = min_size.height; } TRACE_MSG("main window = " << x << " " << y); if (x <= 0 && y <= 0) { // FIXME: this is a hack... TRACE_EXIT(); return; } if (x != window_relocated_location.get_x() || y != window_relocated_location.get_y()) { window_location.set_x(x); window_location.set_y(y); window_relocated_location.set_x(x); window_relocated_location.set_y(y); int head = GUI::get_instance()->map_to_head(x, y); TRACE_MSG("main window head = " << x << " " << y << " " << head); bool rc = GUI::get_instance()->bound_head(x, y, width, height, head); TRACE_MSG("main window bounded = " << x << " " << y); window_head_location.set_x(x); window_head_location.set_y(y); set_start_position(x, y, head); if (rc) { move_to_start_position(); } } TRACE_EXIT(); } void MainWindow::relocate_window(int width, int height) { TRACE_ENTER_MSG("MainWindow::relocate_window", width << " " << height); int x = window_location.get_x(); int y = window_location.get_y(); if (x <= 0 || y <= 0) { TRACE_MSG("invalid " << x << " " << y); } else if (x <= width && y <= height) { TRACE_MSG(x << " " << y); TRACE_MSG("fits, moving to"); set_position(Gtk::WIN_POS_NONE); move(x, y); } else { TRACE_MSG("move to differt head"); x = window_head_location.get_x(); y = window_head_location.get_y(); IGUI *gui = GUI::get_instance(); int num_heads = gui->get_number_of_heads(); for (int i = 0; i < num_heads; i++) { HeadInfo &head = gui->get_head(i); if (head.valid) { #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; get_preferred_size(min_size, natural_size); #else GtkRequisition min_size; on_size_request(&min_size); #endif GUI::get_instance()->bound_head(x, y, min_size.width, min_size.height, i); gui->map_from_head(x, y, i); break; } } if (x < 0) { x = 0; } if (y < 0) { y = 0; } TRACE_MSG("moving to " << x << " " << y); window_relocated_location.set_x(x); window_relocated_location.set_y(y); set_position(Gtk::WIN_POS_NONE); move(x, y); } TRACE_EXIT(); } #ifdef PLATFORM_OS_WIN32 LRESULT CALLBACK MainWindow::win32_window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { TRACE_ENTER_MSG("MainWindow::win32_window_proc", uMsg << " " << wParam); TRACE_EXIT(); return DefWindowProc(hwnd, uMsg, wParam, lParam); } #endif void MainWindow::on_visibility_changed() { TRACE_ENTER("MainWindow::on_visibility_changed"); TRACE_MSG(is_visible()); visibility_changed_signal.emit(); TRACE_EXIT(); } sigc::signal & MainWindow::signal_closed() { return closed_signal; } sigc::signal & MainWindow::signal_visibility_changed() { return visibility_changed_signal; } workrave-1_10_10/frontend/gtkmm/src/MainWindow.hh000066400000000000000000000062241263301626300220040ustar00rootroot00000000000000// MainWindow.hh --- Main info Window // // Copyright (C) 2001 - 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MAINWINDOW_HH #define MAINWINDOW_HH #include "preinclude.h" #include #include #ifdef PLATFORM_OS_WIN32 #include #include "TimerBoxControl.hh" #endif #include "IConfiguratorListener.hh" class TimerBoxControl; class TimerBoxGtkView; using namespace workrave; class MainWindow : public Gtk::Window, public IConfiguratorListener { public: MainWindow(); ~MainWindow(); void init(); void toggle_window(); void open_window(); void close_window(); void set_can_close(bool can_close); void update(); void relocate_window(int width, int height); sigc::signal &signal_closed(); sigc::signal &signal_visibility_changed(); bool is_visible() const; protected: bool on_button_press_event(GdkEventButton *event); private: void on_visibility_changed(); private: //! Is the main window enabled? bool enabled; //! Can the user close the window? bool can_close; //! Controller that determines the timerbox content TimerBoxControl *timer_box_control; //! View that displays the timerbox. TimerBoxGtkView *timer_box_view; #ifdef PLATFORM_OS_UNIX Gtk::Window *leader; #endif //! Location of main window. Gdk::Point window_location; //! Location of main window relative to current head Gdk::Point window_head_location; //! Relocated location of main window Gdk::Point window_relocated_location; //! Event triggered when the main window has been closed by the user sigc::signal closed_signal; //! sigc::signal visibility_changed_signal; //! sigc::connection visible_connection; private: void setup(); void config_changed_notify(const std::string &key); void locate_window(GdkEventConfigure *event); void move_to_start_position(); // UI Events. bool on_delete_event(GdkEventAny*); bool on_configure_event(GdkEventConfigure *event); static void get_start_position(int &x, int &y, int &head); static void set_start_position(int x, int y, int head); #ifdef PLATFORM_OS_WIN32 private: void win32_show(bool b); bool win32_show_retry(); void win32_init(); void win32_exit(); static LRESULT CALLBACK win32_window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); HWND win32_main_hwnd; HINSTANCE win32_hinstance; int show_retry_count; sigc::connection timeout_connection; #endif }; #endif // MAINWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/Makefile.am000066400000000000000000000213541263301626300214440ustar00rootroot00000000000000 # Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners # SUBDIRS = win32 unix osx MAINTAINERCLEANFILES = Makefile.in \ org.workrave.Workrave.service \ workrave.desktop \ resource.rc DISTCLEANFILES = workrave.desktop org.workrave.gui.gschema.xml if HAVE_APP_GTKMM bin_PROGRAMS = workrave endif eggcflags = DEFS = @DEFS@ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir)/intl extrasources = extranodistsources = # Additional Gnome applet sources sourcesgnome2 = GnomeAppletWindow.cc GnomeAppletMenu.cc Plug.cc if !HAVE_DBUS_GIO sourcesgnome2 += DBusGnomeApplet.cc endif # Additional Indicator applet sources sourcesindicator = IndicatorAppletMenu.cc # Additional X11 sources. if HAVE_GTK3 sourcesx = X11SystrayAppletWindow.cc gtktrayicon3.c else sourcesx = X11SystrayAppletWindow.cc gtktrayicon.c endif # Additional Win32 sources. sourceswin32 = resource.rc resource.rc: resource.rc.in sed -e 's/@WORKRAVE_VERSION@/$(VERSION)/g' \ -e 's/@WORKRAVE_RESOURCE_VERSION@/$(RESOURCE_VERSION)/g' \ $(srcdir)/$@.in > $@ # Additional distribution sources. DISTRIBUTION_HOME = $(top_srcdir)/frontend/plugin/distribution/ sourcesdistribution = ../../plugin/distribution/gtkmm/src/NetworkJoinDialog.cc \ ../../plugin/distribution/gtkmm/src/NetworkLogDialog.cc \ ../../plugin/distribution/gtkmm/src/NetworkPreferencePage.cc # Additional exercises sources. EXERCISES_HOME = $(top_srcdir)/frontend/plugin/exercises sourcesexercises = ../../plugin/exercises/gtkmm/src/ExercisesDialog.cc \ ../../plugin/exercises/gtkmm/src/ExercisesPanel.cc \ ../../plugin/exercises/common/src/Exercise.cc # Statistics. STATISTICS_HOME = $(top_srcdir)/frontend/plugin/statistics sourcesstatistics = ../../plugin/statistics/gtkmm/src/StatisticsDialog.cc if HAVE_PYTHON_CHEETAH GNOME_APPLET_HOME = $(top_srcdir)/frontend/applets/gnome2/src DBusGnomeApplet.cc: $(GNOME_APPLET_HOME)/gnome-applet.xml \ $(top_srcdir)/common/bin/dbusgen.py \ $(top_srcdir)/common/bin/DBus-client-template-freedesktop.cc \ $(top_srcdir)/common/bin/DBus-client-template-freedesktop.hh $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py --language=C++ -c $(GNOME_APPLET_HOME)/gnome-applet.xml DBUSGnomeApplet endif DBusGnomeApplet.hh: DBusGnomeApplet.cc GnomeAppletWindow.cc: DBusGnomeApplet.hh if HAVE_APP_GTKMM if HAVE_PANELAPPLET2 extrasources += $(sourcesgnome2) endif if HAVE_INDICATOR extrasources += $(sourcesindicator) indicatorflags = -I$(top_srcdir)/frontend/applets/indicator/include endif if PLATFORM_OS_UNIX extrasources += $(sourcesx) eggdesktopfile.c eggsmclient-xsmp.c eggcflags += -DEGG_SM_CLIENT_BACKEND_XSMP includesx = -I$(top_srcdir)/frontend/gtkmm/src/unix/ ldflags = -L$(top_builddir)/frontend/gtkmm/src/unix/ endif if PLATFORM_OS_WIN32 extrasources += $(sourceswin32) eggsmclient-win32.c includeswin32 = -I$(top_srcdir)/common/win32/harpoon/include \ -I$(top_srcdir)/frontend/gtkmm/src/win32/ \ -I$(top_srcdir)/frontend/applets/win32/include \ -I$(top_srcdir)/backend/src/win32 ldflags = -L$(top_builddir)/frontend/gtkmm/src/win32/ win32cflags = -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0600 endif if HAVE_DISTRIBUTION extrasources += $(sourcesdistribution) endif if HAVE_EXERCISES extrasources += $(sourcesexercises) endif extrasources += $(sourcesstatistics) if PLATFORM_OS_WIN32 WINDRES ?= "windres" .rc.o: ${WINDRES} -o $@ $< includesinput = -I$(top_srcdir)/common/win32/harpoon/include WIN32LIBS = $(top_builddir)/common/win32/harpoon/src/Release/harpoon.dll \ $(top_builddir)/frontend/gtkmm/src/win32/libworkrave-frontend-gtkmm-win32.la \ -lshell32 -lole32 -lwinmm -lshlwapi -lwtsapi32 WIN32LDFLAGS = -static-libgcc -static-libstdc++ endif if PLATFORM_OS_UNIX X11LIBS = -lworkrave-frontend-gtkmm-unix -lX11 endif if PLATFORM_OS_OSX includesosx = -I$(top_srcdir)/frontend/gtkmm/src/osx ldflags = -L$(top_builddir)/frontend/gtkmm/src/osx OSXLIBS = $(top_builddir)/frontend/gtkmm/src/osx/libworkrave-frontend-gtkmm-osx.la extrasources += eggsmclient-osx.c endif # DBus service file if HAVE_DBUS servicedir = $(DBUS_SERVICES_DIR) service_in_files = org.workrave.Workrave.service.in service_DATA = $(service_in_files:.service.in=.service) # Rule to make the service file with bindir expanded $(service_DATA): $(service_in_files) Makefile sed -e "s|@workravebindir@|$(bindir)|" $< > $@ # Correctly clean the generated headers, but keep the xml description CLEANFILES = org.workrave.Workrave.service dbussources = DBusGUI.cc DBusGUI.hh if HAVE_DBUS_GIO dbussources += GenericDBusApplet.cc endif BUILT_SOURCES = DBusGUI.cc DBusGUI.hh # broken: # if PLATFORM_OS_UNIX # extrasources += eggsmclient-dbus.c # eggcflags += -DEGG_SM_CLIENT_BACKEND_DBUS # endif if HAVE_PYTHON_CHEETAH if HAVE_DBUS_GIO DBusGUI.cc: workrave-gui.xml \ $(top_srcdir)/common/bin/dbusgen.py \ $(top_srcdir)/common/bin/DBus-template-gio.cc \ $(top_srcdir)/common/bin/DBus-template-gio.hh $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py --server --gio --language=C++ $(srcdir)/workrave-gui.xml DBusGUI else DBusGUI.cc: workrave-gui.xml \ $(top_srcdir)/common/bin/dbusgen.py \ $(top_srcdir)/common/bin/DBus-template-freedesktop.cc \ $(top_srcdir)/common/bin/DBus-template-freedesktop.hh $(PYTHON) $(top_srcdir)/common/bin/dbusgen.py --server --language=C++ $(srcdir)/workrave-gui.xml DBusGUI endif DBusGUI.hh: DBusGUI.cc ; test -f $@ endif # HAVE_PYTHON_CHEETAH else # HAVE_DBUS dbussources = endif # HAVE_DBUS if HAVE_GSETTINGS gsettings_ENUM_NAMESPACE = gsettings_ENUM_FILES = gsettings_SCHEMAS = org.workrave.gui.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ endif iconsdir = $(datadir)/pixmaps/workrave desktopdir = ${datadir}/applications desktop_in_files = workrave.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ appdatadir = $(datarootdir)/appdata dist_appdata_DATA = workrave.appdata.xml workrave_SOURCES = \ AppletControl.cc \ AppletWindow.cc \ BreakWindow.cc \ DailyLimitWindow.cc \ DataConnector.cc \ EventButton.cc \ EventImage.cc \ EventLabel.cc \ Frame.cc \ GUI.cc \ GUIConfig.cc \ GtkUtil.cc \ HeadInfo.cc \ Hig.cc \ IconListCellRenderer.cc \ IconListNotebook.cc \ MainGtkMenu.cc \ MainWindow.cc \ Menus.cc \ MicroBreakWindow.cc \ PreferencesDialog.cc \ PreludeWindow.cc \ RestBreakWindow.cc \ Session.cc \ StatusIcon.cc \ TimeBar.cc \ TimeEntry.cc \ TimerBoxGtkView.cc \ TimerBoxPreferencePage.cc \ TimerPreferencesPanel.cc \ WindowHints.cc \ eggsmclient.c \ main.cc \ $(extrasources) \ ${dbussources} nodist_workrave_SOURCES = \ $(extranodistsources) workrave_CXXFLAGS = -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" -W \ -DWORKRAVE_DATADIR="\"${datadir}\"" \ -I$(top_srcdir)/frontend/gtkmm/src/ \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ @X_CFLAGS@ @GTK_CFLAGS@ @GLIB_CFLAGS@ \ @GCONF_CFLAGS@ -D_XOPEN_SOURCE=600 @GNET_CFLAGS@ \ @DBUS_CFLAGS@ @DBUSGLIB_CFLAGS@ @IGE_CFLAGS@ \ $(includeswin32) $(win32cflags) $(includesinput) $(includesosx) \ $(includesx) $(eggcflags) $(INDICATOR_CFLAGS) $(indicatorflags) \ -I${DISTRIBUTION_HOME}/gtkmm/src \ -I${STATISTICS_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/common/src if PLATFORM_OS_OSX AM_CFLAGS = -xobjective-c AM_CPPFLAGS = -xobjective-c++ endif workrave_CFLAGS = -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -I$(top_srcdir)/frontend/gtkmm/src/ @GLIB_CFLAGS@ \ @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ @X_CFLAGS@ @GTK_CFLAGS@ @DBUS_CFLAGS@ @DBUSGLIB_CFLAGS@ @X11SM_CFLAGS@\ -D_XOPEN_SOURCE=600 $(eggcflags) \ -I${DISTRIBUTION_HOME}/gtkmm/src \ -I${STATISTICS_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/common/src \ $(win32cflags) endif $(bin_PROGRAMS): $(top_builddir)/backend/src/libworkrave-backend.la \ $(top_builddir)/common/src/libworkrave-common.la \ $(top_builddir)/frontend/common/src/libworkrave-frontend-common.la workrave_LDFLAGS = @WR_LDFLAGS@ ${ldflags} ${WIN32LDFLAGS} workrave_LDADD = @WR_LDADD@ @X_LIBS@ @X11SM_LIBS@ @GLIB_LIBS@ \ @GTK_LIBS@ @GNET_LIBS@ @X_LIBS@ @GCONF_LIBS@ @GDOME_LIBS@ \ @PULSE_LIBS@ @DBUS_LIBS@ @DBUSGLIB_LIBS@ @IGE_LIBS@ @GSTREAMER_LIBS@ \ ${X11LIBS} ${WIN32LIBS} @GTK_LIBS@ ${OSXLIBS} ${WIN32CONSOLE} \ ${DIRECTSOUNDLIBS} $(INDICATOR_LIBS) EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) \ workrave.desktop.in org.workrave.Workrave.service.in workrave-gui.xml resource.rc.in workrave-1_10_10/frontend/gtkmm/src/MenuBase.hh000066400000000000000000000022111263301626300214170ustar00rootroot00000000000000// MenuBase.hh --- Menu // // Copyright (C) 2001 - 2009, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MENUBASE_HH #define MENUBASE_HH #include "IMenu.hh" class MenuBase : public IMenu { public: virtual ~MenuBase() {} virtual void init() { } virtual void add_accel(Gtk::Window &window) { (void) window; } virtual void popup(const guint button, const guint activate_time) { (void) button; (void) activate_time; }; }; #endif // MENUBASE_HH workrave-1_10_10/frontend/gtkmm/src/Menus.cc000066400000000000000000000336671263301626300210200ustar00rootroot00000000000000// Menus.cc --- Timer info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "credits.h" #ifdef HAVE_UNISTD_H #include #endif #include #include "Menus.hh" #include "GUI.hh" #include "Util.hh" #include "PreferencesDialog.hh" #include "StatisticsDialog.hh" #include "IStatistics.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "IConfigurator.hh" #ifdef HAVE_DISTRIBUTION #include "IDistributionManager.hh" #include "NetworkJoinDialog.hh" #include "NetworkLogDialog.hh" #endif #ifdef HAVE_EXERCISES #include "ExercisesDialog.hh" #include "Exercise.hh" #endif #include "MainGtkMenu.hh" #include "AppletControl.hh" #ifdef HAVE_PANELAPPLET2 #include "GnomeAppletMenu.hh" #include "GnomeAppletWindow.hh" #endif #ifdef HAVE_INDICATOR #include "IndicatorAppletMenu.hh" #endif #ifdef HAVE_DBUS #include "GenericDBusApplet.hh" #endif #ifdef PLATFORM_OS_WIN32 #include #include "W32AppletWindow.hh" #include "W32TrayMenu.hh" #include "W32AppletMenu.hh" #endif #if defined(PLATFORM_OS_OSX) #include "OSXGtkMenu.hh" #endif #include "MenuEnums.hh" //! Constructor. /*! * \param gui the main GUI entry point. * \param control Interface to the controller. */ Menus::Menus() : #ifdef HAVE_DISTRIBUTION network_log_dialog(NULL), network_join_dialog(NULL), #endif statistics_dialog(NULL), preferences_dialog(NULL), #ifdef HAVE_EXERCISES exercises_dialog(NULL), #endif about(NULL) { gui = GUI::get_instance(); for (int i = 0; i < MENU_SIZEOF; i++) { menus[i] = NULL; } } //! Destructor. Menus::~Menus() { TRACE_ENTER("Menus::~Menus"); TRACE_EXIT(); } void Menus::init(AppletControl *applet_control) { IAppletWindow *applet_window = NULL; #if defined(PLATFORM_OS_OSX) menus[MENU_MAINWINDOW] = new OSXGtkMenu(true); #else menus[MENU_MAINWINDOW] = new MainGtkMenu(false); #endif #ifdef PLATFORM_OS_WIN32 menus[MENU_MAINAPPLET] = new W32TrayMenu(); #else menus[MENU_MAINAPPLET] = new MainGtkMenu(true); #endif #if defined(PLATFORM_OS_WIN32) applet_window = applet_control->get_applet_window(AppletControl::APPLET_W32); W32AppletWindow *w32_applet_window = dynamic_cast(applet_window); menus[MENU_APPLET_W32] = new W32AppletMenu(w32_applet_window); #endif #if defined(HAVE_PANELAPPLET2) applet_window = applet_control->get_applet_window(AppletControl::APPLET_GNOME); GnomeAppletWindow *gnome_applet_window = dynamic_cast(applet_window); menus[MENU_APPLET_GNOME] = new GnomeAppletMenu(gnome_applet_window); #endif #if defined(HAVE_DBUS_GIO) applet_window = applet_control->get_applet_window(AppletControl::APPLET_GENERIC_DBUS); GenericDBusApplet *indicator_applet = dynamic_cast(applet_window); menus[MENU_APPLET_GENERICDBUS] = indicator_applet; #if defined(HAVE_INDICATOR) menus[MENU_APPLET_INDICATOR] = new IndicatorAppletMenu(); #endif #endif for (int i = 0; i < MENU_SIZEOF; i++) { if (menus[i] != NULL) { menus[i]->init(); } } resync(); } void Menus::popup(const MenuKind kind, const guint button, const guint activate_time) { IMenu *pop_menu = menus[kind]; if (pop_menu) { pop_menu->popup(button, activate_time); } } void Menus::on_menu_open_main_window() { gui->open_main_window(); } //! User requested application quit.... void Menus::on_menu_quit() { TRACE_ENTER("Menus::on_menu_quit"); gui->terminate(); TRACE_EXIT(); } //! User requested immediate restbreak. void Menus::on_menu_restbreak_now() { gui->restbreak_now(); } void Menus::on_set_operation_mode(OperationMode m) { ICore *core = CoreFactory::get_core(); core->set_operation_mode(m); resync(); } void Menus::set_usage_mode(UsageMode m) { ICore *core = CoreFactory::get_core(); core->set_usage_mode(m); resync(); } void Menus::on_menu_quiet() { TRACE_ENTER("Menus::on_menu_quiet"); on_set_operation_mode(OPERATION_MODE_QUIET); TRACE_EXIT(); } void Menus::on_menu_suspend() { TRACE_ENTER("Menus::on_menu_suspend"); on_set_operation_mode(OPERATION_MODE_SUSPENDED); TRACE_EXIT(); } void Menus::on_menu_normal() { TRACE_ENTER("Menus::on_menu_normal"); on_set_operation_mode(OPERATION_MODE_NORMAL); TRACE_EXIT(); } void Menus::on_menu_reading(bool reading) { TRACE_ENTER("Menus::on_menu_reading"); set_usage_mode(reading ? USAGE_MODE_READING : USAGE_MODE_NORMAL); resync(); TRACE_EXIT(); } //! Preferences Dialog. void Menus::on_menu_preferences() { if (preferences_dialog == NULL) { preferences_dialog = new PreferencesDialog(); preferences_dialog->signal_response().connect(sigc::mem_fun(*this, &Menus::on_preferences_response)); preferences_dialog->run(); } else { preferences_dialog->present(); } } #ifdef HAVE_EXERCISES //! Exercises Dialog. void Menus::on_menu_exercises() { TRACE_ENTER("Menus::on_menu_exercises"); if (exercises_dialog == NULL) { exercises_dialog = new ExercisesDialog(); exercises_dialog->signal_response().connect(sigc::mem_fun(*this, &Menus::on_exercises_response)); exercises_dialog->run(); } else { exercises_dialog->present(); } TRACE_EXIT(); } void Menus::on_exercises_response(int response) { (void) response; assert(exercises_dialog != NULL); exercises_dialog->hide(); delete exercises_dialog; exercises_dialog = NULL; } #endif //! Statistics Dialog. void Menus::on_menu_statistics() { if (statistics_dialog == NULL) { ICore *core = CoreFactory::get_core(); IStatistics *stats = core->get_statistics(); stats->update(); statistics_dialog = new StatisticsDialog(); statistics_dialog->signal_response().connect(sigc::mem_fun(*this, &Menus::on_statistics_response)); statistics_dialog->run(); } else { statistics_dialog->present(); } } //! About Dialog. void Menus::on_menu_about() { if (about == NULL) { string icon = Util::complete_directory("workrave.png", Util::SEARCH_PATH_IMAGES); Glib::RefPtr pixbuf; try { pixbuf = Gdk::Pixbuf::create_from_file(icon); } catch (...) { } about = new Gtk::AboutDialog; about->set_name("Workrave"); #ifdef HAVE_GTK3 std::vector authors; for (int index = 0; workrave_authors[index] != NULL; index++) { authors.push_back(workrave_authors[index]); } about->set_authors(authors); #else about->set_authors(workrave_authors); #endif about->set_copyright(workrave_copyright); about->set_comments(_("This program assists in the prevention and recovery" " of Repetitive Strain Injury (RSI).")); about->set_logo(pixbuf); about->set_translator_credits(workrave_translators); #if defined(PLATFORM_OS_WIN32) && !defined(HAVE_GTK3) about->set_url_hook(sigc::mem_fun(*this, &Menus::on_about_link_activate)); #endif #ifdef GIT_VERSION about->set_version(PACKAGE_VERSION "\n(" GIT_VERSION ")"); #else about->set_version(PACKAGE_VERSION); #endif about->set_website("http://www.workrave.org/"); about->set_website_label("www.workrave.org"); about->signal_response().connect(sigc::mem_fun(*this, &Menus::on_about_response)); } about->present(); } #ifdef PLATFORM_OS_WIN32 void Menus::on_about_link_activate(Gtk::AboutDialog &about, const Glib::ustring &link) { (void) about; ShellExecute(NULL, "open", link.c_str(), NULL, NULL, SW_SHOWNORMAL); } #endif void Menus::on_about_response(int response) { (void) response; delete about; about = NULL; } void Menus::on_menu_network_join() { #ifdef HAVE_DISTRIBUTION if (network_join_dialog == NULL) { network_join_dialog = new NetworkJoinDialog(); network_join_dialog->signal_response().connect(sigc::mem_fun(*this, &Menus::on_network_join_response)); } network_join_dialog->present(); #endif } #ifdef HAVE_DISTRIBUTION void Menus::on_network_join_response(int response) { (void) response; assert(network_join_dialog != NULL); network_join_dialog->hide(); if (response == Gtk::RESPONSE_OK) { ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); std::string peer = network_join_dialog->get_connect_url(); dist_manager->connect(peer); CoreFactory::get_configurator()->save(); } delete network_join_dialog; network_join_dialog = NULL; } #endif void Menus::on_menu_network_leave() { #ifdef HAVE_DISTRIBUTION ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { dist_manager->disconnect_all(); } #endif } void Menus::on_menu_network_reconnect() { #ifdef HAVE_DISTRIBUTION ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { dist_manager->reconnect_all(); } #endif } void Menus::on_menu_network_log(bool active) { #ifdef HAVE_DISTRIBUTION TRACE_ENTER("Menus::on_menu_network_log"); if (active) { if (network_log_dialog == NULL) { network_log_dialog = new NetworkLogDialog(); network_log_dialog->signal_response(). connect(sigc::mem_fun(*this, &Menus::on_network_log_response)); resync(); network_log_dialog->run(); } } else if (network_log_dialog != NULL) { network_log_dialog->hide(); delete network_log_dialog; network_log_dialog = NULL; resync(); } TRACE_EXIT(); #endif } #ifdef HAVE_DISTRIBUTION void Menus::on_network_log_response(int response) { TRACE_ENTER_MSG("Menus::on_network_log_response", response); (void) response; assert(network_log_dialog != NULL); network_log_dialog->hide(); // done by gtkmm ??? delete network_log_dialog; network_log_dialog = NULL; resync(); TRACE_EXIT(); } #endif void Menus::on_statistics_response(int response) { (void) response; assert(statistics_dialog != NULL); statistics_dialog->hide(); delete statistics_dialog; statistics_dialog = NULL; } void Menus::on_preferences_response(int response) { (void) response; assert(preferences_dialog != NULL); preferences_dialog->hide(); CoreFactory::get_configurator()->save(); delete preferences_dialog; preferences_dialog = NULL; } void Menus::applet_command(short cmd) { switch (cmd) { case MENU_COMMAND_OPEN: on_menu_open_main_window(); break; case MENU_COMMAND_PREFERENCES: on_menu_preferences(); break; #ifdef HAVE_EXERCISES case MENU_COMMAND_EXERCISES: on_menu_exercises(); break; #endif case MENU_COMMAND_REST_BREAK: on_menu_restbreak_now(); break; case MENU_COMMAND_MODE_NORMAL: on_menu_normal(); break; case MENU_COMMAND_MODE_QUIET: on_menu_quiet(); break; case MENU_COMMAND_MODE_SUSPENDED: on_menu_suspend(); break; case MENU_COMMAND_NETWORK_CONNECT: on_menu_network_join(); break; case MENU_COMMAND_NETWORK_DISCONNECT: on_menu_network_leave(); break; #ifdef HAVE_DISTRIBUTION case MENU_COMMAND_NETWORK_LOG: on_menu_network_log(network_log_dialog == NULL); break; case MENU_COMMAND_NETWORK_RECONNECT: on_menu_network_reconnect(); break; #endif case MENU_COMMAND_STATISTICS: on_menu_statistics(); break; case MENU_COMMAND_ABOUT: on_menu_about(); break; case MENU_COMMAND_MODE_READING: { ICore *core = CoreFactory::get_core(); on_menu_reading(core->get_usage_mode() == USAGE_MODE_NORMAL); } break; case MENU_COMMAND_QUIT: on_menu_quit(); break; } } void Menus::resync() { static bool syncing = false; if (syncing) return; syncing = true; for (int i = 0; i < MENU_SIZEOF; i++) { if (menus[i] != NULL) { ICore *core = CoreFactory::get_core(); /* Use operation_mode_regular here to show the mode that will be restored if an override is in place. That is also necessary because if get_operation_mode() were called instead then that would cause a mode that's possibly an override to be returned. If that then the override mode menu item would be set_active() during the resync, and cause a signal that then calls back into core with the override mode as a regular mode. That would erase whatever the user's regular mode was. */ menus[i]->resync(core->get_operation_mode_regular(), core->get_usage_mode(), #ifdef HAVE_DISTRIBUTION network_log_dialog != NULL); #else false); #endif } } syncing = false; } void Menus::locale_changed() { static bool syncing = false; if (syncing) return; syncing = true; for (int i = 0; i < MENU_SIZEOF; i++) { if (menus[i] != NULL) { menus[i]->init(); } } resync(); syncing = false; } workrave-1_10_10/frontend/gtkmm/src/Menus.hh000066400000000000000000000063501263301626300210170ustar00rootroot00000000000000// Menus.hh --- Main info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MENUS_HH #define MENUS_HH #include #include #include "ICore.hh" class IGUI; class NetworkLogDialog; class NetworkJoinDialog; class StatisticsDialog; class PreferencesDialog; class AppletControl; class ExercisesDialog; class IMenu; namespace Gtk { class Menu; } using namespace workrave; class Menus : public sigc::trackable { public: Menus(); ~Menus(); //! Menus items to be synced. enum MenuKind { MENU_NONE, MENU_MAINWINDOW, MENU_MAINAPPLET, MENU_APPLET_GNOME, MENU_APPLET_W32, MENU_APPLET_INDICATOR, MENU_APPLET_GENERICDBUS, MENU_SIZEOF, }; void init(AppletControl *applet_control); void applet_command(short cmd); void resync(); void locale_changed(); void popup(const MenuKind kind, const guint button, const guint activate_time); private: void set_usage_mode(UsageMode m); void on_menu_response(int response); void on_about_response(int response); #ifdef HAVE_DISTRIBUTION void on_network_log_response(int response); void on_network_join_response(int response); #endif void on_statistics_response(int response); void on_preferences_response(int response); #ifdef HAVE_EXERCISES void on_exercises_response(int response); #endif public: // Menu actions. void on_menu_open_main_window(); void on_menu_restbreak_now(); void on_menu_about(); void on_menu_quit(); void on_menu_preferences(); void on_menu_exercises(); void on_menu_statistics(); void on_menu_normal(); void on_menu_suspend(); void on_menu_quiet(); void on_menu_reading(bool reading); void on_menu_network_join(); void on_menu_network_leave(); void on_menu_network_reconnect(); void on_menu_network_log(bool show); void on_set_operation_mode(OperationMode m); #ifdef PLATFORM_OS_WIN32 void on_about_link_activate(Gtk::AboutDialog &about, const Glib::ustring &link); #endif private: //! Interface to the GUI. IGUI *gui; #ifdef HAVE_DISTRIBUTION NetworkLogDialog *network_log_dialog; NetworkJoinDialog *network_join_dialog; #endif // The Statistics dialog. StatisticsDialog *statistics_dialog; // The Statistics dialog. PreferencesDialog *preferences_dialog; #ifdef HAVE_EXERCISES // The exercises dialog. ExercisesDialog *exercises_dialog; #endif //! Different kind of menus IMenu *menus[MENU_SIZEOF]; Gtk::AboutDialog *about; }; #endif // MENUS_HH workrave-1_10_10/frontend/gtkmm/src/MicroBreakWindow.cc000066400000000000000000000177421263301626300231330ustar00rootroot00000000000000// MicroBreakWindow.cc --- window for the microbreak // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include #include #include #include "nls.h" #include "debug.hh" #include "IBreak.hh" #include "GUI.hh" #include "CoreFactory.hh" #include "MicroBreakWindow.hh" #include "WindowHints.hh" #include "TimeBar.hh" #include "IBreakResponse.hh" #include "Util.hh" #include "GtkUtil.hh" #include "Text.hh" #include "Hig.hh" #include "Frame.hh" //! Construct a new Microbreak window. MicroBreakWindow::MicroBreakWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode) : BreakWindow(BREAK_ID_MICRO_BREAK, head, break_flags, mode), progress_value(0), progress_max_value(0), is_flashing(false), fixed_size(false) { set_title(_("Micro-break")); } Gtk::Widget * MicroBreakWindow::create_gui() { // Time bar time_bar = Gtk::manage(new TimeBar); time_bar->set_text("Microbreak 0:32"); // FIXME: // Label label = Gtk::manage(new Gtk::Label()); // Icon string icon = Util::complete_directory("micro-break.png", Util::SEARCH_PATH_IMAGES); Gtk::Image *img = Gtk::manage(new Gtk::Image(icon)); img->set_alignment(0.0, 0.0); // HBox Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 12)); hbox->pack_start(*img, false, false, 0); hbox->pack_start(*label, Gtk::PACK_EXPAND_PADDING, 0); // Overall vbox Gtk::VBox *box = new Gtk::VBox(false, 12); box->pack_start(*hbox, Gtk::PACK_EXPAND_WIDGET, 0); box->pack_start(*time_bar, Gtk::PACK_EXPAND_WIDGET, 0); // Button box at the bottom. ICore *core = CoreFactory::get_core(); IBreak *restbreak = core->get_break(BREAK_ID_REST_BREAK); if ((break_flags != BREAK_FLAGS_NONE) || restbreak->is_enabled()) { Gtk::HBox *button_box; if (break_flags != BREAK_FLAGS_NONE) { button_box = Gtk::manage(new Gtk::HBox(false, 6)); Gtk::HBox *bbox = Gtk::manage(new Gtk::HBox(true, 6)); if ((break_flags & BREAK_FLAGS_POSTPONABLE) != 0) { Gtk::Button *postpone_button = create_postpone_button(); bbox->pack_end(*postpone_button, Gtk::PACK_EXPAND_WIDGET, 0); } if ((break_flags & BREAK_FLAGS_SKIPPABLE) != 0) { Gtk::Button *skip_button = create_skip_button(); bbox->pack_end(*skip_button, Gtk::PACK_EXPAND_WIDGET, 0); } Gtk::Alignment *bboxa = Gtk::manage(new Gtk::Alignment(1.0, 0.0, 0.0, 0.0)); bboxa->add(*bbox); if (restbreak->is_enabled()) { button_box->pack_start (*Gtk::manage(create_restbreaknow_button(false)), Gtk::PACK_SHRINK, 0); } button_box->pack_end(*bboxa, Gtk::PACK_EXPAND_WIDGET, 0); } else { button_box = Gtk::manage(new Gtk::HBox(false, 6)); button_box->pack_end(*Gtk::manage(create_restbreaknow_button(true)), Gtk::PACK_SHRINK, 0); } box->pack_start(*button_box, Gtk::PACK_EXPAND_WIDGET, 0); } fixed_size = false; return box; } //! Destructor. MicroBreakWindow::~MicroBreakWindow() { TRACE_ENTER("MicroBreakWindow::~MicroBreakWindow"); TRACE_EXIT(); } Gtk::Button * MicroBreakWindow::create_restbreaknow_button(bool label) { Gtk::Button *ret; ret = Gtk::manage(GtkUtil::create_image_button(_("Rest break"), "timer-rest-break.png", label)); ret->signal_clicked() .connect(sigc::mem_fun(*this, &MicroBreakWindow::on_restbreaknow_button_clicked)); #ifdef HAVE_GTK3 ret->set_can_focus(false); #else ret->unset_flags(Gtk::CAN_FOCUS); #endif return ret; } //! The restbreak button was clicked. void MicroBreakWindow::on_restbreaknow_button_clicked() { IGUI *gui = GUI::get_instance(); assert(gui != NULL); gui->restbreak_now(); } void MicroBreakWindow::update_time_bar() { TRACE_ENTER("MicroBreakWindow::refresh_time_bar"); time_t time = progress_max_value - progress_value; string s = _("Micro-break"); s += ' '; s += Text::time_to_string(time); time_bar->set_progress(progress_value, progress_max_value - 1); time_bar->set_text(s); ICore *core = CoreFactory::get_core(); bool user_active = core->is_user_active(); if (frame != NULL) { if (user_active && !is_flashing) { frame->set_frame_color(Gdk::Color("orange")); frame->set_frame_visible(true); frame->set_frame_flashing(500); is_flashing = true; } else if (!user_active && is_flashing) { frame->set_frame_flashing(0); frame->set_frame_visible(false); is_flashing = false; } } time_bar->update(); TRACE_MSG(progress_value << " " << progress_max_value); TRACE_EXIT(); } void MicroBreakWindow::update_label() { TRACE_ENTER("MicroBreakWindow::refresh_label"); ICore *core = CoreFactory::get_core(); IBreak *restbreak_timer = core->get_break(BREAK_ID_REST_BREAK); IBreak *daily_timer = core->get_break(BREAK_ID_DAILY_LIMIT); BreakId show_next = BREAK_ID_NONE; time_t rb = restbreak_timer->get_limit() - restbreak_timer->get_elapsed_time(); time_t dl = daily_timer->get_limit() - daily_timer->get_elapsed_time(); if (restbreak_timer->is_enabled()) { show_next = BREAK_ID_REST_BREAK; } if (daily_timer->is_enabled()) { if (show_next == BREAK_ID_NONE || dl < rb) { show_next = BREAK_ID_DAILY_LIMIT; } } Glib::ustring txt(_("Please relax for a few seconds")); if (show_next == BREAK_ID_REST_BREAK) { char s[128]; if (rb >= 0) { sprintf(s, _("Next rest break in %s"), Text::time_to_string(rb, true).c_str()); } else { sprintf(s, _("Rest break %s overdue"), Text::time_to_string(-rb, true).c_str()); } txt += "\n"; txt += s; } else if (show_next == BREAK_ID_DAILY_LIMIT) { char s[128]; if (dl >= 0) { sprintf(s, _("Daily limit in %s"), Text::time_to_string(dl, true).c_str()); } else { sprintf(s, _("Daily limit %s overdue"), Text::time_to_string(-dl, true).c_str()); } txt += "\n"; txt += s; } label->set_markup(HigUtil::create_alert_text(_("Micro-break"), txt.c_str())); TRACE_EXIT(); } //! Refresh window. void MicroBreakWindow::update_break_window() { update_time_bar(); update_label(); if (!fixed_size) { // Make sure the label doesn't resize anymore. // There has to be a better way to do this... #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; label->get_preferred_size(min_size, natural_size); #else Gtk::Requisition min_size = label->size_request(); #endif label->set_size_request(min_size.width, min_size.height); fixed_size = true; center(); } } void MicroBreakWindow::set_progress(int value, int max_value) { progress_max_value = max_value; progress_value = value; } workrave-1_10_10/frontend/gtkmm/src/MicroBreakWindow.hh000066400000000000000000000034671263301626300231440ustar00rootroot00000000000000// MicroBreakWindow.hh --- window for the microbreak // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MICROBREAKWINDOW_HH #define MICROBREAKWINDOW_HH #include #include "BreakWindow.hh" #include "GUIConfig.hh" namespace workrave { class ITimer; } namespace Gtk { class Label; } class TimeBar; class Frame; class MicroBreakWindow : public BreakWindow { public: MicroBreakWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode); virtual ~MicroBreakWindow(); void set_progress(int value, int max_value); void heartbeat(); protected: Gtk::Widget *create_gui(); void on_restbreaknow_button_clicked(); private: void update_break_window(); void update_time_bar(); void update_label(); Gtk::Button *create_restbreaknow_button(bool label); private: //! Time bar TimeBar *time_bar; // Label Gtk::Label *label; //! Progress int progress_value; //! Progress int progress_max_value; //! Is currently flashing because user is active? bool is_flashing; //! Label size has been fixed? bool fixed_size; }; #endif // MICROBREAKWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/Plug.cc000066400000000000000000000036031263301626300206230ustar00rootroot00000000000000// Plug.cc --- Time Bar // // Copyright (C) 2002 - 2009, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include #include #include "Plug.hh" #include #include #include #include using namespace std; //! Constructor Plug::Plug() { add_events(Gdk::EXPOSURE_MASK); } //! Constructor Plug::Plug(int id) : Gtk::Plug(id) { add_events(Gdk::EXPOSURE_MASK); } //! Destructor Plug::~Plug() { } #ifdef HAVE_GTK3 bool Plug::on_draw(const Cairo::RefPtr &cr) { cr->set_source_rgba(0, 0, 0, 0); cr->set_operator(Cairo::OPERATOR_SOURCE); cr->paint(); return Gtk::Widget::on_draw(cr); } void Plug::on_unrealize() { Gtk::Widget::on_unrealize(); } void Plug::on_realize() { GdkScreen *screen = gtk_widget_get_screen(GTK_WIDGET(gobj())); GdkDisplay *display = gtk_widget_get_display(GTK_WIDGET(gobj())); if (gdk_screen_get_rgba_visual(screen) != NULL && gdk_display_supports_composite(display)) { GdkVisual *visual = gdk_screen_get_rgba_visual(screen); gtk_widget_set_visual(GTK_WIDGET(gobj()), visual); } Gtk::Widget::on_realize(); } #endif workrave-1_10_10/frontend/gtkmm/src/Plug.hh000066400000000000000000000022531263301626300206350ustar00rootroot00000000000000// Plug.hh --- Time Bar // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2009, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PLUG_HH #define PLUG_HH #include #include #include #include class Plug : public Gtk::Plug { public: Plug(); Plug(int id); virtual ~Plug(); private: protected: #ifdef HAVE_GTK3 virtual void on_realize(); virtual void on_unrealize(); virtual bool on_draw(const Cairo::RefPtr& cr); #endif private: }; #endif // PLUG_HH workrave-1_10_10/frontend/gtkmm/src/PreferencesDialog.cc000066400000000000000000000712741263301626300233060ustar00rootroot00000000000000// PreferencesDialog.cc --- Preferences dialog // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include #include #include #include #include #include "StringUtil.hh" #include "Locale.hh" #include "GtkUtil.hh" #include "Hig.hh" #include "PreferencesDialog.hh" #include "TimeEntry.hh" #include "TimerBoxPreferencePage.hh" #include "TimerPreferencesPanel.hh" #include "Util.hh" #include "GUI.hh" #include "GUIConfig.hh" #include "DataConnector.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #ifdef HAVE_DISTRIBUTION #include "NetworkPreferencePage.hh" #endif #ifndef WR_CHECK_VERSION #define WR_CHECK_VERSION(comp,major,minor,micro) \ (comp##_MAJOR_VERSION > (major) || \ (comp##_MAJOR_VERSION == (major) && comp##_MINOR_VERSION > (minor)) || \ (comp##_MAJOR_VERSION == (major) && comp##_MINOR_VERSION == (minor) && \ comp##_MICRO_VERSION >= (micro))) #endif // #include "PluginsPreferencePage.hh" #define RUNKEY "Software\\Microsoft\\Windows\\CurrentVersion\\Run" using namespace std; PreferencesDialog::PreferencesDialog() : HigDialog(_("Preferences"), false, false), sound_button(NULL), block_button(NULL), sound_theme_button(NULL), connector(NULL), sound_volume_scale(NULL), sound_play_button(NULL), fsbutton(NULL), filefilter(NULL) { TRACE_ENTER("PreferencesDialog::PreferencesDialog"); connector = new DataConnector(); inhibit_events = 0; // Pages Gtk::Widget *timer_page = Gtk::manage(create_timer_page()); Gtk::Notebook *gui_page = Gtk::manage(new Gtk::Notebook()); #if !defined(PLATFORM_OS_OSX) Gtk::Widget *gui_general_page = Gtk::manage(create_gui_page()); gui_page->append_page(*gui_general_page, _("General")); #endif #if 1 Gtk::Widget *gui_sounds_page = Gtk::manage(create_sounds_page()); gui_page->append_page(*gui_sounds_page, _("Sounds")); #endif Gtk::Widget *gui_mainwindow_page = Gtk::manage(create_mainwindow_page()); gui_page->append_page(*gui_mainwindow_page, _("Status Window")); #if !defined(PLATFORM_OS_OSX) Gtk::Widget *gui_applet_page = Gtk::manage(create_applet_page()); gui_page->append_page(*gui_applet_page, _("Applet")); #endif #ifdef HAVE_DISTRIBUTION Gtk::Widget *network_page = Gtk::manage(create_network_page()); #endif // Notebook add_page(_("Timers"), "time.png", *timer_page); add_page(_("User interface"), "display.png", *gui_page); #ifdef HAVE_DISTRIBUTION add_page(_("Network"), "network.png", *network_page); #endif // Gtk::Widget *plugins_page = Gtk::manage( new PluginsPreferencePage() ); // add_page( _("Plugins"), "workrave-icon-huge.png", *plugins_page ); // Dialog get_vbox()->pack_start(notebook, true, true, 0); add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE); show_all(); TRACE_EXIT(); } //! Destructor. PreferencesDialog::~PreferencesDialog() { TRACE_ENTER("PreferencesDialog::~PreferencesDialog"); #if defined(HAVE_LANGUAGE_SELECTION) const Gtk::TreeModel::iterator& iter = languages_combo.get_active(); const Gtk::TreeModel::Row row = *iter; const Glib::ustring code = row[languages_columns.code]; GUIConfig::set_locale(code); #endif ICore *core = CoreFactory::get_core(); core->remove_operation_mode_override( "preferences" ); delete connector; #ifndef HAVE_GTK3 delete filefilter; #endif TRACE_EXIT(); } Gtk::Widget * PreferencesDialog::create_gui_page() { // Block types block_button = Gtk::manage(new Gtk::ComboBoxText()); #if GTKMM_CHECK_VERSION(2, 24, 0) block_button->append(_("No blocking")); block_button->append(_("Block input")); block_button->append(_("Block input and screen")); #else block_button->append_text(_("No blocking")); block_button->append_text(_("Block input")); block_button->append_text(_("Block input and screen")); #endif int block_idx; switch (GUIConfig::get_block_mode()) { case GUIConfig::BLOCK_MODE_NONE: block_idx = 0; break; case GUIConfig::BLOCK_MODE_INPUT: block_idx = 1; break; default: block_idx = 2; } block_button->set_active(block_idx); block_button->signal_changed() .connect(sigc::mem_fun(*this, &PreferencesDialog::on_block_changed)); // Options HigCategoryPanel *panel = Gtk::manage(new HigCategoryPanel(_("Options"))); panel->add_label(_("Block mode:"), *block_button); #if defined(HAVE_LANGUAGE_SELECTION) string current_locale = GUIConfig::get_locale(); languages_model = Gtk::ListStore::create(languages_columns); languages_combo.set_model(languages_model); std::vector all_linguas; StringUtil::split(string(ALL_LINGUAS), ' ', all_linguas); all_linguas.push_back("en"); Locale::LanguageMap languages_current_locale; Locale::LanguageMap languages_native_locale; Locale::get_all_languages_in_current_locale(languages_current_locale); Locale::get_all_languages_in_native_locale(languages_native_locale); Gtk::TreeModel::iterator iter = languages_model->append(); Gtk::TreeModel::Row row = *iter; row[languages_columns.current] = _("System default"); row[languages_columns.native] = ""; row[languages_columns.code] = ""; row[languages_columns.enabled] = true; Gtk::TreeModel::iterator selected = iter; for (vector::iterator i = all_linguas.begin(); i != all_linguas.end(); i++) { string code = *i; iter = languages_model->append(); row = *iter; row[languages_columns.code] = code; row[languages_columns.enabled] = true; if (current_locale == code) { selected = iter; } string txt = languages_current_locale[code].language_name; if( txt.empty() ) { txt = "Unrecognized language: (" + code + ")"; } else if (languages_current_locale[code].country_name != "") { txt += " (" + languages_current_locale[code].country_name + ")"; } row[languages_columns.current] = txt; if (languages_current_locale[code].language_name != languages_native_locale[code].language_name) { txt = languages_native_locale[code].language_name; if (languages_native_locale[code].country_name != "") { txt += " (" + languages_native_locale[code].country_name + ")"; } Glib::RefPtr pl = create_pango_layout(txt); if (pl->get_unknown_glyphs_count() > 0) { txt = _("(font not available)"); row[languages_columns.enabled] = false; } row[languages_columns.native] = txt; } } languages_model->set_sort_column(languages_columns.current, Gtk::SORT_ASCENDING); languages_model->set_sort_func (languages_columns.current, sigc::mem_fun(*this, &PreferencesDialog::on_cell_data_compare)); languages_combo.pack_start(current_cellrenderer, true); languages_combo.pack_start(native_cellrenderer, false); languages_combo.set_cell_data_func(native_cellrenderer, sigc::mem_fun(*this, &PreferencesDialog::on_native_cell_data)); languages_combo.set_cell_data_func(current_cellrenderer, sigc::mem_fun(*this, &PreferencesDialog::on_current_cell_data)); languages_combo.set_active(selected); panel->add_label(_("Language:"), languages_combo); #endif bool show_autostart = false; #if defined(PLATFORM_OS_WIN32) show_autostart = true; #elif defined(PLATFORM_OS_UNIX) const char *desktop = g_getenv("XDG_CURRENT_DESKTOP"); show_autostart = (g_strcmp0(desktop, "Unity") == 0); #endif if (show_autostart) { Gtk::Label *autostart_lab = Gtk::manage(GtkUtil::create_label(_("Start Workrave on logon"), false)); autostart_cb = Gtk::manage(new Gtk::CheckButton()); autostart_cb->add(*autostart_lab); autostart_cb->signal_toggled().connect(sigc::mem_fun(*this, &PreferencesDialog::on_autostart_toggled)); panel->add_widget(*autostart_cb); connector->connect(GUIConfig::CFG_KEY_AUTOSTART, dc::wrap(autostart_cb)); #if defined(PLATFORM_OS_WIN32) char value[MAX_PATH]; bool rc = Util::registry_get_value(RUNKEY, "Workrave", value); autostart_cb->set_active(rc); #endif } Gtk::Label *trayicon_lab = Gtk::manage(GtkUtil::create_label(_("Show system tray icon"), false)); trayicon_cb = Gtk::manage(new Gtk::CheckButton()); trayicon_cb->add(*trayicon_lab); connector->connect(GUIConfig::CFG_KEY_TRAYICON_ENABLED, dc::wrap(trayicon_cb)); panel->add_widget(*trayicon_cb, false, false); panel->set_border_width(12); return panel; } Gtk::Widget * PreferencesDialog::create_sounds_page() { Gtk::VBox *panel = Gtk::manage(new Gtk::VBox(false, 6)); // Options HigCategoryPanel *hig = Gtk::manage(new HigCategoryPanel(_("Sound Options"))); panel->pack_start(*hig, false, false, 0); // Sound types sound_button = Gtk::manage(new Gtk::ComboBoxText()); #if GTKMM_CHECK_VERSION(2, 24, 0) sound_button->append(_("No sounds")); sound_button->append(_("Play sounds using sound card")); sound_button->append(_("Play sounds using built-in speaker")); #else sound_button->append_text(_("No sounds")); sound_button->append_text(_("Play sounds using sound card")); sound_button->append_text(_("Play sounds using built-in speaker")); #endif int idx; if (! SoundPlayer::is_enabled()) idx = 0; else { if (SoundPlayer::DEVICE_SPEAKER == SoundPlayer::get_device()) idx = 2; else idx = 1; } sound_button->set_active(idx); sound_button->signal_changed().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_changed)); IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); if (snd->capability(SOUND_CAP_VOLUME)) { // Volume sound_volume_scale = Gtk::manage(new Gtk:: HScale(0.0, 100.0, 0.0)); sound_volume_scale->set_increments(1.0, 5.0); connector->connect(SoundPlayer::CFG_KEY_SOUND_VOLUME, dc::wrap(sound_volume_scale->get_adjustment())); hig->add_label(_("Volume:"), *sound_volume_scale, true, true); } hig->add_label(_("Sound:"), *sound_button); if (snd->capability(SOUND_CAP_MUTE)) { // Volume mute_cb = Gtk::manage(new Gtk::CheckButton (_("Mute sounds during rest break and daily limit"))); connector->connect(SoundPlayer::CFG_KEY_SOUND_MUTE, dc::wrap(mute_cb)); hig->add_widget(*mute_cb, true, true); } if (snd->capability(SOUND_CAP_EDIT)) { // Sound themes hig = Gtk::manage(new HigCategoryPanel(_("Sound Events"), true)); panel->pack_start(*hig, true, true, 0); sound_theme_button = Gtk::manage(new Gtk::ComboBoxText()); update_theme_selection(); sound_theme_button->signal_changed().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_theme_changed)); hig->add_label(_("Sound Theme:"), *sound_theme_button); sound_store = Gtk::ListStore::create(sound_model); sound_treeview.set_model(sound_store); for (unsigned int i = 0; i < SOUND_MAX; i++) { Gtk::TreeModel::iterator iter = sound_store->append(); Gtk::TreeModel::Row row = *iter; bool sound_enabled = false; snd->get_sound_enabled((SoundEvent)i, sound_enabled); row[sound_model.enabled] = sound_enabled; row[sound_model.selectable] = true; row[sound_model.description] = _(SoundPlayer::sound_registry[i].friendly_name); row[sound_model.label] = SoundPlayer::sound_registry[i].id; row[sound_model.event] = i; } sound_treeview.set_rules_hint(); sound_treeview.set_search_column(sound_model.description.index()); int cols_count = sound_treeview.append_column_editable(_("Play"), sound_model.enabled); Gtk::TreeViewColumn *column = sound_treeview.get_column(cols_count - 1); Gtk::CellRendererToggle *cell = dynamic_cast(sound_treeview.get_column_cell_renderer(cols_count - 1)); cols_count = sound_treeview.append_column(_("Event"), sound_model.description); column = sound_treeview.get_column(cols_count - 1); column->set_fixed_width(40); Gtk::ScrolledWindow *sound_scroll = Gtk::manage(new Gtk::ScrolledWindow()); sound_scroll->add(sound_treeview); sound_scroll->set_size_request(-1, 200); sound_treeview.set_size_request(-1, 200); hig->add_widget(*sound_scroll, true, true); Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 6)); sound_play_button = Gtk::manage(new Gtk::Button(_("Play"))); hbox->pack_start(*sound_play_button, false, false, 0); fsbutton = Gtk::manage(new Gtk::FileChooserButton(_("Choose a sound"), Gtk::FILE_CHOOSER_ACTION_OPEN )); hbox->pack_start(*fsbutton, true, true, 0); #ifdef HAVE_GTK3 filefilter = Gtk::FileFilter::create(); #else filefilter = new Gtk::FileFilter(); #endif filefilter->set_name(_("Wavefiles")); #ifdef PLATFORM_OS_WIN32 filefilter->add_pattern("*.wav"); #else filefilter->add_mime_type("audio/x-wav"); #endif #ifdef HAVE_GTK3 fsbutton->add_filter(filefilter); #else fsbutton->add_filter(*filefilter); #endif hig->add_widget(*hbox); Gtk::HBox *selector_hbox = Gtk::manage(new Gtk::HBox(false, 0)); Gtk::Button *selector_playbutton = Gtk::manage(new Gtk::Button(_("Play"))); selector_hbox->pack_end(*selector_playbutton, false, false, 0); selector_playbutton->show(); fsbutton->set_extra_widget(*selector_hbox); cell->signal_toggled().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_enabled)); sound_play_button->signal_clicked().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_play)); selector_playbutton->signal_clicked().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_filechooser_play)); #if WR_CHECK_VERSION(GTKMM,2,22,0) fsbutton->signal_file_set().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_filechooser_select)); #else fsbutton->signal_selection_changed().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_filechooser_select)); #endif Glib::RefPtr selection = sound_treeview.get_selection(); selection->signal_changed().connect(sigc::mem_fun(*this, &PreferencesDialog::on_sound_events_changed)); Gtk::TreeModel::iterator iter = sound_store->children().begin(); if (iter) { selection->select(iter); } update_senstives(); } panel->set_border_width(12); return panel; } Gtk::Widget * PreferencesDialog::create_timer_page() { // Timers page Gtk::Notebook *tnotebook = Gtk::manage(new Gtk::Notebook()); tnotebook->set_tab_pos (Gtk::POS_TOP); Glib::RefPtr hsize_group = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_HORIZONTAL); Glib::RefPtr vsize_group = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_VERTICAL); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { // Label Gtk::Widget *box = Gtk::manage(GtkUtil::create_label_for_break ((BreakId) i)); TimerPreferencesPanel *tp = Gtk::manage(new TimerPreferencesPanel(BreakId(i), hsize_group, vsize_group)); box->show_all(); #ifdef HAVE_GTK3 tnotebook->append_page(*tp, *box); #else tnotebook->pages().push_back(Gtk::Notebook_Helpers::TabElem(*tp, *box)); #endif } #if defined(PLATFORM_OS_WIN32) Gtk::Widget *box = Gtk::manage(GtkUtil::create_label("Monitoring", false)); Gtk::Widget *monitoring_page = create_monitoring_page(); #ifdef HAVE_GTK3 tnotebook->append_page(*monitoring_page , *box); #else tnotebook->pages().push_back(Gtk::Notebook_Helpers::TabElem(*monitoring_page, *box)); #endif #endif return tnotebook; } #if defined(PLATFORM_OS_WIN32) Gtk::Widget * PreferencesDialog::create_monitoring_page() { Gtk::VBox *panel = Gtk::manage(new Gtk::VBox(false, 6)); panel->set_border_width(12); Gtk::Label *monitor_type_lab = Gtk::manage(GtkUtil::create_label(_("Use alternate monitor"), false)); monitor_type_cb = Gtk::manage(new Gtk::CheckButton()); monitor_type_cb->add(*monitor_type_lab); monitor_type_cb->signal_toggled().connect(sigc::mem_fun(*this, &PreferencesDialog::on_monitor_type_toggled)); panel->pack_start(*monitor_type_cb, false, false, 0); Gtk::Label *monitor_type_help = Gtk::manage(GtkUtil::create_label(_("Enable this option if Workrave fails to detect when you are using your computer"), false)); panel->pack_start(*monitor_type_help, false, false, 0); string monitor_type; CoreFactory::get_configurator()->get_value_with_default("advanced/monitor", monitor_type, "default"); monitor_type_cb->set_active(monitor_type != "default"); return panel; } #endif Gtk::Widget * PreferencesDialog::create_mainwindow_page() { // Timers page return new TimerBoxPreferencePage("main_window"); } Gtk::Widget * PreferencesDialog::create_applet_page() { // Timers page return new TimerBoxPreferencePage("applet"); } #ifdef HAVE_DISTRIBUTION Gtk::Widget * PreferencesDialog::create_network_page() { return new NetworkPreferencePage(); } #endif void PreferencesDialog::add_page(const char *label, const char *image, Gtk::Widget &widget) { string icon = Util::complete_directory(image, Util::SEARCH_PATH_IMAGES); Glib::RefPtr pixbuf = Gdk::Pixbuf::create_from_file(icon); notebook.add_page(label, pixbuf, widget); } void PreferencesDialog::on_sound_changed() { int idx = sound_button->get_active_row_number(); SoundPlayer::set_enabled(idx > 0); if (idx > 0) { SoundPlayer::Device dev = idx == 1 ? SoundPlayer::DEVICE_SOUNDCARD : SoundPlayer::DEVICE_SPEAKER; SoundPlayer::set_device(dev); } update_senstives(); } void PreferencesDialog::update_senstives() { int idx = sound_button->get_active_row_number(); if (idx > 0) { SoundPlayer::Device dev = idx == 1 ? SoundPlayer::DEVICE_SOUNDCARD : SoundPlayer::DEVICE_SPEAKER; sound_treeview.set_sensitive(dev == SoundPlayer::DEVICE_SOUNDCARD); if (sound_theme_button != NULL) { sound_theme_button->set_sensitive(dev == SoundPlayer::DEVICE_SOUNDCARD); } if (sound_volume_scale != NULL) { sound_volume_scale->set_sensitive(dev == SoundPlayer::DEVICE_SOUNDCARD); } if (sound_play_button != NULL) { sound_play_button->set_sensitive(dev == SoundPlayer::DEVICE_SOUNDCARD); } if (fsbutton != NULL) { fsbutton->set_sensitive(dev == SoundPlayer::DEVICE_SOUNDCARD); } } } void PreferencesDialog::on_block_changed() { int idx = block_button->get_active_row_number(); GUIConfig::BlockMode m; switch (idx) { case 0: m = GUIConfig::BLOCK_MODE_NONE; break; case 1: m = GUIConfig::BLOCK_MODE_INPUT; break; default: m = GUIConfig::BLOCK_MODE_ALL; } GUIConfig::set_block_mode(m); } int PreferencesDialog::run() { show_all(); return 0; } bool PreferencesDialog::on_focus_in_event(GdkEventFocus *event) { TRACE_ENTER("PreferencesDialog::focus_in"); GUIConfig::BlockMode block_mode = GUIConfig::get_block_mode(); if (block_mode != GUIConfig::BLOCK_MODE_NONE) { ICore *core = CoreFactory::get_core(); OperationMode mode = core->get_operation_mode(); if (mode == OPERATION_MODE_NORMAL) { core->set_operation_mode_override( OPERATION_MODE_QUIET, "preferences" ); } } TRACE_EXIT(); return HigDialog::on_focus_in_event(event); } bool PreferencesDialog::on_focus_out_event(GdkEventFocus *event) { TRACE_ENTER("PreferencesDialog::focus_out"); ICore *core = CoreFactory::get_core(); core->remove_operation_mode_override( "preferences" ); TRACE_EXIT(); return HigDialog::on_focus_out_event(event); } #if defined(HAVE_LANGUAGE_SELECTION) void PreferencesDialog::on_current_cell_data(const Gtk::TreeModel::const_iterator& iter) { if (iter) { Gtk::TreeModel::Row row = *iter; Glib::ustring name = row[languages_columns.current]; bool enabled = row[languages_columns.enabled]; current_cellrenderer.set_property("text", name); current_cellrenderer.set_property("sensitive", enabled); } } void PreferencesDialog::on_native_cell_data(const Gtk::TreeModel::const_iterator& iter) { if (iter) { Gtk::TreeModel::Row row = *iter; Glib::ustring name = row[languages_columns.native]; bool enabled = row[languages_columns.enabled]; native_cellrenderer.set_property("text", name); native_cellrenderer.set_property("sensitive", enabled); } } int PreferencesDialog::on_cell_data_compare(const Gtk::TreeModel::iterator& iter1, const Gtk::TreeModel::iterator& iter2) { Gtk::TreeModel::Row row1 = *iter1; Gtk::TreeModel::Row row2 = *iter2; Glib::ustring name1 = row1[languages_columns.current]; Glib::ustring name2 = row2[languages_columns.current]; Glib::ustring code1 = row1[languages_columns.code]; Glib::ustring code2 = row2[languages_columns.code]; if (code1 == "") { return -1; } else if (code2 == "") { return 1; } else { return g_utf8_collate(name1.c_str(), name2.c_str()); } } #endif void PreferencesDialog::on_autostart_toggled() { #if defined(PLATFORM_OS_WIN32) bool on = autostart_cb->get_active(); gchar *value = NULL; if (on) { string appdir = Util::get_application_directory(); value = g_strdup_printf("%s" G_DIR_SEPARATOR_S "lib" G_DIR_SEPARATOR_S "workrave.exe", appdir.c_str()); } Util::registry_set_value(RUNKEY, "Workrave", value); #endif } #if defined(PLATFORM_OS_WIN32) void PreferencesDialog::on_monitor_type_toggled() { bool on = monitor_type_cb->get_active(); CoreFactory::get_configurator()->set_value("advanced/monitor", on ? "lowlevel" : "default"); } #endif void PreferencesDialog::on_sound_enabled(const Glib::ustring &path_string) { Gtk::TreePath path(path_string); const Gtk::TreeModel::iterator iter = sound_store->get_iter(path); if (iter) { Gtk::TreeRow row = *iter; IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->set_sound_enabled((SoundEvent)(int)row[sound_model.event], row[sound_model.enabled]); } } void PreferencesDialog::on_sound_play() { Glib::RefPtr selection = sound_treeview.get_selection(); Gtk::TreeModel::iterator iter = selection->get_selected(); if (iter) { Gtk::TreeModel::Row row = *iter; string filename; bool valid = CoreFactory::get_configurator()->get_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + row[sound_model.label], filename); if (valid && filename != "") { IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->play_sound(filename); } } } void PreferencesDialog::on_sound_filechooser_play() { string filename = fsbutton->get_filename(); IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->play_sound(filename); } void PreferencesDialog::on_sound_filechooser_select() { TRACE_ENTER("PreferencesDialog::on_sound_filechooser_select"); string filename = fsbutton->get_filename(); TRACE_MSG(filename << " " << fsbutton_filename << " " << inhibit_events); if (inhibit_events == 0 && filename != "" && fsbutton_filename != filename) { TRACE_MSG("ok"); Glib::RefPtr selection = sound_treeview.get_selection(); Gtk::TreeModel::iterator iter = selection->get_selected(); if (iter) { Gtk::TreeModel::Row row = *iter; TRACE_MSG(row[sound_model.label]); IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->set_sound_wav_file( (SoundEvent)(int)row[sound_model.event], filename); TRACE_MSG(filename); update_theme_selection(); } fsbutton_filename = filename; TRACE_EXIT(); } } void PreferencesDialog::on_sound_events_changed() { TRACE_ENTER("PreferencesDialog::on_sound_events_changed"); Glib::RefPtr selection = sound_treeview.get_selection(); Gtk::TreeModel::iterator iter = selection->get_selected(); if (iter) { Gtk::TreeModel::Row row = *iter; string event = (Glib::ustring) row[sound_model.label]; string filename; bool valid = CoreFactory::get_configurator()->get_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + row[sound_model.label], filename); TRACE_MSG(filename); if (valid && filename != "") { inhibit_events++; fsbutton_filename = filename; fsbutton->set_filename(filename); inhibit_events--; } } TRACE_EXIT(); } void PreferencesDialog::on_sound_theme_changed() { TRACE_ENTER("PreferencesDialog::on_sound_theme_changed"); int idx = sound_theme_button->get_active_row_number(); if (idx >= 0 && idx < (int)sound_themes.size()) { SoundPlayer::Theme &theme = sound_themes[idx]; IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->activate_theme(theme); Glib::RefPtr selection = sound_treeview.get_selection(); Gtk::TreeModel::iterator iter = selection->get_selected(); if (iter) { Gtk::TreeModel::Row row = *iter; string event = (Glib::ustring) row[sound_model.label]; string filename; bool valid = CoreFactory::get_configurator()->get_value(string(SoundPlayer::CFG_KEY_SOUND_EVENTS) + row[sound_model.label], filename); if (valid && filename != "") { TRACE_MSG(filename << " " <set_filename(filename); inhibit_events--; } } } TRACE_EXIT(); } void PreferencesDialog::update_theme_selection() { TRACE_ENTER("PreferencesDialog::update_theme_selection"); sound_themes.erase(sound_themes.begin(), sound_themes.end()); IGUI *gui = GUI::get_instance(); SoundPlayer *snd = gui->get_sound_player(); snd->get_sound_themes(sound_themes); #if GTKMM_CHECK_VERSION(2, 24, 0) sound_theme_button->remove_all(); #else sound_theme_button->clear_items(); #endif int idx = 0; for (vector::iterator it = sound_themes.begin(); it != sound_themes.end(); it++) { #if GTKMM_CHECK_VERSION(2, 24, 0) sound_theme_button->append(it->description); #else sound_theme_button->append_text(it->description); #endif if (it->active) { sound_theme_button->set_active(idx); } idx++; } TRACE_EXIT(); } workrave-1_10_10/frontend/gtkmm/src/PreferencesDialog.hh000066400000000000000000000113511263301626300233060ustar00rootroot00000000000000// PreferencesDialog.hh --- Preferences Dialog // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2010, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PREFERENCESDIALOG_HH #define PREFERENCESDIALOG_HH #include #include #include "preinclude.h" #include "Hig.hh" #include "IconListNotebook.hh" #include "ICore.hh" #include "SoundPlayer.hh" #include //#include class TimeEntry; class DataConnector; namespace Gtk { class ComboBox; class ComboBox; class FileChooserButton; class HScale; class FileFilter; } using namespace workrave; class PreferencesDialog : public HigDialog { public: PreferencesDialog(); ~PreferencesDialog(); int run(); private: void add_page(const char *label, const char *image, Gtk::Widget &widget); Gtk::Widget *create_gui_page(); Gtk::Widget *create_timer_page(); Gtk::Widget *create_sounds_page(); #ifdef HAVE_DISTRIBUTION Gtk::Widget *create_network_page(); #endif Gtk::Widget *create_applet_page(); Gtk::Widget *create_mainwindow_page(); bool on_focus_in_event(GdkEventFocus *event); bool on_focus_out_event(GdkEventFocus *event); void on_sound_changed(); void on_block_changed(); Gtk::ComboBoxText *sound_button; Gtk::ComboBoxText *block_button; Gtk::ComboBoxText *sound_theme_button; IconListNotebook notebook; #if defined(HAVE_LANGUAGE_SELECTION) //Tree model columns: class ModelColumns : public Gtk::TreeModel::ColumnRecord { public: ModelColumns() { add(current); add(native); add(enabled); add(code); } Gtk::TreeModelColumn enabled; Gtk::TreeModelColumn code; Gtk::TreeModelColumn native; Gtk::TreeModelColumn current; }; void on_native_cell_data(const Gtk::TreeModel::const_iterator& iter); void on_current_cell_data(const Gtk::TreeModel::const_iterator& iter); int on_cell_data_compare(const Gtk::TreeModel::iterator& iter1, const Gtk::TreeModel::iterator& iter2); Gtk::ComboBox languages_combo; ModelColumns languages_columns; Glib::RefPtr languages_model; Gtk::CellRendererText native_cellrenderer; Gtk::CellRendererText current_cellrenderer; #endif class SoundModel : public Gtk::TreeModel::ColumnRecord { public: SoundModel() { add(enabled); add(description); add(selectable); add(label); add(event); } Gtk::TreeModelColumn enabled; Gtk::TreeModelColumn description; Gtk::TreeModelColumn selectable; Gtk::TreeModelColumn label; Gtk::TreeModelColumn event; }; DataConnector *connector; std::vector sound_themes; Gtk::TreeView sound_treeview; SoundModel sound_model; Glib::RefPtr sound_store; Gtk::CellRendererToggle sound_enabled_cellrenderer; Gtk::CellRendererText sound_event_cellrenderer; Gtk::HScale *sound_volume_scale; Gtk::Button *sound_play_button; int inhibit_events; Gtk::CheckButton *mute_cb; Gtk::FileChooserButton *fsbutton; #ifdef HAVE_GTK3 Glib::RefPtr filefilter; #else Gtk::FileFilter *filefilter; #endif std::string fsbutton_filename; Gtk::CheckButton *trayicon_cb; void on_sound_enabled(const Glib::ustring& path_stringxo); void on_sound_play(); void on_sound_filechooser_play(); void on_sound_filechooser_select(); void on_sound_events_changed(); void on_sound_theme_changed(); void update_theme_selection(); void update_senstives(); Gtk::CheckButton *autostart_cb; void on_autostart_toggled(); #if defined(PLATFORM_OS_WIN32) Gtk::CheckButton *monitor_type_cb; void on_monitor_type_toggled(); Gtk::Widget *create_monitoring_page(); #endif }; #ifndef GTKMM_CHECK_VERSION # define GTKMM_CHECK_VERSION(major, minor, micro) \ (GTKMM_MAJOR_VERSION > (major) \ || (GTKMM_MAJOR_VERSION == (major) \ && (GTKMM_MINOR_VERSION > (minor) \ || (GTKMM_MINOR_VERSION == (minor) \ && GTKMM_MICRO_VERSION >= (micro))))) #endif #endif // PREFERENCESWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/PreludeWindow.cc000066400000000000000000000307731263301626300225140ustar00rootroot00000000000000// PreludeWindow.cc // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include #ifdef HAVE_GTK3 #include #endif #include "debug.hh" #include "nls.h" #include "Text.hh" #include "Util.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "IBreakResponse.hh" #include "PreludeWindow.hh" #include "WindowHints.hh" #include "Frame.hh" #include "TimeBar.hh" #include "Hig.hh" #include "GtkUtil.hh" #ifdef PLATFORM_OS_WIN32 #include #endif //! Construct a new Microbreak window. PreludeWindow::PreludeWindow(HeadInfo &head, BreakId break_id) : Gtk::Window(Gtk::WINDOW_POPUP), SCREEN_MARGIN(20), did_avoid(false), time_bar(NULL), frame(NULL), window_frame(NULL), label(NULL), image_icon(NULL), progress_value(0), progress_max_value(0), flash_visible(false) { TRACE_ENTER("PreludeWindow::PreludeWindow"); // On W32, must be *before* realize, otherwise a border is drawn. set_resizable(false); Gtk::Window::set_border_width(0); init_avoid_pointer(); realize(); // Time bar time_bar = Gtk::manage(new TimeBar); // Label label = Gtk::manage(new Gtk::Label()); // Box Gtk::VBox *vbox = Gtk::manage(new Gtk::VBox(false, 6)); vbox->pack_start(*label, false, false, 0); vbox->pack_start(*time_bar, false, false, 0); // Icon image_icon = Gtk::manage(new Gtk::Image()); // Box Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 6)); hbox->pack_start(*image_icon, false, false, 0); hbox->pack_start(*vbox, false, false, 0); // Frame frame = Gtk::manage(new Frame); frame->set_frame_style(Frame::STYLE_SOLID); frame->set_frame_width(6); frame->set_border_width(6); frame->add(*hbox); frame->signal_flash().connect(sigc::mem_fun(*this, &PreludeWindow::on_frame_flash)); flash_visible = true; color_warn = Gdk::Color("orange"); color_alert = Gdk::Color("red"); add(*frame); switch (break_id) { case BREAK_ID_MICRO_BREAK: label->set_markup(HigUtil::create_alert_text(_("Time for a micro-break?"), NULL)); break; case BREAK_ID_REST_BREAK: label->set_markup(HigUtil::create_alert_text(_("You need a rest break..."), NULL)); break; case BREAK_ID_DAILY_LIMIT: label->set_markup(HigUtil::create_alert_text(_("You should stop for today..."), NULL)); break; default: break; } #ifdef HAVE_GTK3 set_can_focus(false); #else unset_flags(Gtk::CAN_FOCUS); #endif show_all_children(); stick(); // trace window handles: // FIXME: debug, remove later #ifdef PLATFORM_OS_WIN32 HWND _hwnd = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(Gtk::Widget::gobj())); HWND _scope = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(GTK_WIDGET( this->gobj()))); HWND _hRoot = GetAncestor( _hwnd, GA_ROOT ); HWND _hParent = GetAncestor( _hwnd, GA_PARENT ); HWND _hDesktop = GetDesktopWindow(); TRACE_MSG("PreludeWindow created" << hex << _hwnd << dec); if (_hwnd != _scope) { TRACE_MSG( "!!!!!!!!!!!!!!!" << "Scope issue: " << hex << _scope << dec); } if (_hwnd != _hRoot) { TRACE_MSG( "GetDesktopWindow()" << hex << _hDesktop << dec); TRACE_MSG( "!!!!!!!!!!!!!!!" << "PreludeWindow GA_ROOT: " << hex << _hRoot << dec); } if( _hParent != _hDesktop ) { TRACE_MSG( "GetDesktopWindow()" << hex << _hDesktop << dec); TRACE_MSG( "!!!!!!!!!!!!!!!" << "PreludeWindow GA_PARENT: " << hex << _hParent << dec); HWND _hTemp; while( IsWindow( _hParent ) && _hParent != _hDesktop ) { _hTemp = _hParent; _hParent = GetAncestor( _hTemp, GA_PARENT ); HWND _hParent2 = (HWND)GetWindowLong( _hTemp, GWL_HWNDPARENT ); if( _hParent == _hTemp ) break; TRACE_MSG("!!!!!!!!!!!!!!!" << hex << _hTemp << " GA_PARENT: " << hex << _hParent << dec); TRACE_MSG("!!!!!!!!!!!!!!!" << hex << _hTemp << " GWL_HWNDPARENT: " << hex << _hParent2 << dec); } } #endif this->head = head; if (head.valid) { Gtk::Window::set_screen(head.screen); } TRACE_EXIT(); } //! Destructor. PreludeWindow::~PreludeWindow() { #ifdef PLATFORM_OS_WIN32 if (avoid_signal.connected()) { avoid_signal.disconnect(); } #endif } //! Starts the microbreak. void PreludeWindow::start() { TRACE_ENTER("PreludeWindow::start"); // Need to realize window before it is shown // Otherwise, there is not gobj()... realize_if_needed(); // Set some window hints. set_skip_pager_hint(true); set_skip_taskbar_hint(true); WindowHints::set_always_on_top(this, true); refresh(); GtkUtil::center_window(*this, head); show_all(); WindowHints::set_always_on_top(this, true); time_bar->set_bar_color(TimeBar::COLOR_ID_OVERDUE); TRACE_EXIT(); } //! Adds a child to the window. void PreludeWindow::add(Gtk::Widget& widget) { if (! window_frame) { window_frame = Gtk::manage(new Frame()); window_frame->set_border_width(0); window_frame->set_frame_style(Frame::STYLE_BREAK_WINDOW); Gtk::Window::add(*window_frame); } window_frame->add(widget); } //! Self-Destruct /*! * This method MUST be used to destroy the objects through the * IPreludeWindow. it is NOT possible to do a delete on * this interface... */ void PreludeWindow::destroy() { TRACE_ENTER("PreludeWindow::destroy"); delete this; TRACE_EXIT(); } //! Stops the microbreak. void PreludeWindow::stop() { TRACE_ENTER("PreludeWindow::stop"); frame->set_frame_flashing(0); #ifdef HAVE_GTK3 hide(); #else hide_all(); #endif TRACE_EXIT(); } //! Refresh window. void PreludeWindow::refresh() { char s[128] = ""; time_bar->set_progress(progress_value, progress_max_value); int tminus = progress_max_value - progress_value; if (tminus >= 0 || (tminus < 0 && flash_visible)) { if (tminus < 0) tminus = 0; sprintf(s, progress_text.c_str(), Text::time_to_string(tminus).c_str()); } time_bar->set_text(s); time_bar->update(); #if defined(PLATFORM_OS_WIN32) // Vista GTK phantom toplevel parent kludge: HWND hwnd = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(Gtk::Widget::gobj())); if( hwnd ) { HWND hAncestor = GetAncestor( hwnd, GA_ROOT ); HWND hDesktop = GetDesktopWindow(); if( hAncestor && hDesktop && hAncestor != hDesktop ) hwnd = hAncestor; // Set toplevel window topmost! SetWindowPos( hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE ); } #endif } void PreludeWindow::set_progress(int value, int max_value) { progress_value = value; progress_max_value = max_value; refresh(); } void PreludeWindow::set_progress_text(IApp::PreludeProgressText text) { switch (text) { case IApp::PROGRESS_TEXT_BREAK_IN: progress_text = _("Break in %s"); break; case IApp::PROGRESS_TEXT_DISAPPEARS_IN: progress_text = _("Disappears in %s"); break; case IApp::PROGRESS_TEXT_SILENT_IN: progress_text = _("Silent in %s"); break; } } void PreludeWindow::set_stage(IApp::PreludeStage stage) { const char *icon = NULL; switch(stage) { case IApp::STAGE_INITIAL: frame->set_frame_flashing(0); frame->set_frame_visible(false); icon = "prelude-hint.png"; break; case IApp::STAGE_WARN: frame->set_frame_visible(true); frame->set_frame_flashing(500); frame->set_frame_color(color_warn); icon = "prelude-hint-sad.png"; break; case IApp::STAGE_ALERT: frame->set_frame_flashing(500); frame->set_frame_color(color_alert); icon = "prelude-hint-sad.png"; break; case IApp::STAGE_MOVE_OUT: if (! did_avoid) { int winx, winy; get_position(winx, winy); set_position(Gtk::WIN_POS_NONE); move (winx, head.get_y() + SCREEN_MARGIN); } break; } if (icon != NULL) { string file = Util::complete_directory(icon, Util::SEARCH_PATH_IMAGES); image_icon->set(file); } } void PreludeWindow::on_frame_flash(bool frame_visible) { TRACE_ENTER("PreludeWindow::on_frame_flash"); flash_visible = frame_visible; refresh(); TRACE_EXIT(); } // Sets whether the window should run away for the mouse pointer. void PreludeWindow::init_avoid_pointer() { TRACE_ENTER("PreludeWindow::init_avoid_pointer"); #ifdef PLATFORM_OS_WIN32 if (! avoid_signal.connected()) { POINT p; GetCursorPos(&p); #ifdef HAVE_GTK3 Glib::RefPtr display = Gdk::Display::get_default(); Glib::RefPtr device_manager = display->get_device_manager(); Glib::RefPtr device = device_manager->get_client_pointer(); int x, y; device->get_position(x, y); #else Glib::RefPtr display = Gdk::Display::get_default(); int x, y; Gdk::ModifierType mod; display->get_pointer(x, y, mod); #endif TRACE_MSG("p " << p.x << " " << p.y); TRACE_MSG("d " << x << " " << y); gdk_offset_x = p.x - x; gdk_offset_y = p.y - y; TRACE_MSG("offset " << gdk_offset_x << " " << gdk_offset_y); avoid_signal = Glib::signal_timeout() .connect(sigc::mem_fun(*this, &PreludeWindow::on_avoid_pointer_timer), 150); } #else if ( #ifdef HAVE_GTK3 ! get_realized() #else ! is_realized() #endif ) { Gdk::EventMask events; events = Gdk::ENTER_NOTIFY_MASK; add_events(events); } #endif did_avoid = false; TRACE_EXIT(); } #ifndef PLATFORM_OS_WIN32 //! GDK EventNotifyEvent notification. bool PreludeWindow::on_enter_notify_event(GdkEventCrossing *event) { avoid_pointer((int)event->x, (int)event->y); return Gtk::Window::on_enter_notify_event(event); } #endif //! Move window if pointer is neat specified location. void PreludeWindow::avoid_pointer(int px, int py) { TRACE_ENTER_MSG("PreludeWindow::avoid_pointer", px << " " << py); Glib::RefPtr window = get_window(); #ifdef HAVE_GTK3 int winx, winy, width, height; window->get_geometry(winx, winy, width, height); #else int winx, winy, width, height, wind; window->get_geometry(winx, winy, width, height, wind); #endif TRACE_MSG("geom" << winx << " " << winy << " " << width << " " << height << " "); #ifdef PLATFORM_OS_WIN32 // This is only necessary for PLATFORM_OS_WIN32, since PLATFORM_OS_UNIX uses GdkEventCrossing. // Set gravitiy, otherwise, get_position() returns weird winy. set_gravity(Gdk::GRAVITY_STATIC); get_position(winx, winy); TRACE_MSG("pos " << winx << " " << winy); if (px < winx || px > winx+width || py < winy || py > winy+height) return; #else px += winx; py += winy; #endif TRACE_MSG("geom2" << winx << " " << winy << " " << width << " " << height << " "); int screen_height = head.get_height(); int top_y = head.get_y() + SCREEN_MARGIN; int bottom_y = head.get_y() + screen_height - height - SCREEN_MARGIN; TRACE_MSG("geom3" << screen_height << " " << top_y << " " << bottom_y); if (winy < top_y + SCREEN_MARGIN) { winy = bottom_y; } else if (winy > bottom_y - SCREEN_MARGIN) { winy = top_y; } else { if (py > winy + height/2) { winy = top_y; } else { winy = bottom_y; } } set_position(Gtk::WIN_POS_NONE); move(winx, winy); did_avoid = true; } #ifdef PLATFORM_OS_WIN32 bool PreludeWindow::on_avoid_pointer_timer() { TRACE_ENTER("PreludeWindow::on_avoid_pointer_timer"); /* display->get_pointer reads low-level keyboard state, and that's a problem for anti-hook monitors. use GetCursorPos() instead. */ POINT p; if (GetCursorPos(&p)) { avoid_pointer(p.x - gdk_offset_x, p.y - gdk_offset_y); } TRACE_EXIT(); return true; } #endif workrave-1_10_10/frontend/gtkmm/src/PreludeWindow.hh000066400000000000000000000045261263301626300225230ustar00rootroot00000000000000// PreludeWindow.hh --- window for the microbreak // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PRELUDEWINDOW_HH #define PRELUDEWINDOW_HH #include "BreakWindow.hh" #include "IPreludeWindow.hh" class TimeBar; class Frame; namespace Gtk { class Image; class Label; } class PreludeWindow : public Gtk::Window, public IPreludeWindow { public: PreludeWindow(HeadInfo &head, BreakId break_id); virtual ~PreludeWindow(); void start(); void stop(); void destroy(); void refresh(); void set_progress(int value, int max_value); void set_stage(IApp::PreludeStage stage); void set_progress_text(IApp::PreludeProgressText text); private: void on_frame_flash(bool frame_visible); void init_avoid_pointer(); void add(Gtk::Widget& widget); #ifdef PLATFORM_OS_WIN32 bool on_avoid_pointer_timer(); #else bool on_enter_notify_event(GdkEventCrossing* event); #endif void avoid_pointer(int x, int y); private: #ifdef PLATFORM_OS_WIN32 //! Avoid time signal sigc::connection avoid_signal; int gdk_offset_x; int gdk_offset_y; #endif //! Avoid margin. const int SCREEN_MARGIN; //! Did we avoid the pointer? bool did_avoid; //! Time bar TimeBar *time_bar; //! Frame Frame *frame; //! Frame Frame *window_frame; //! Warn color Gdk::Color color_warn; //! Alert color Gdk::Color color_alert; //! Label Gtk::Label *label; //! Icon Gtk::Image *image_icon; //! Final prelude std::string progress_text; //! Progress values int progress_value; int progress_max_value; //! Flash bool flash_visible; //! Head HeadInfo head; }; #endif // PRELUDEWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/RestBreakWindow.cc000066400000000000000000000172521263301626300227730ustar00rootroot00000000000000// RestBreakWindow.cc --- window for the microbreak // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // const int TIMEOUT = 1000; #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #ifdef HAVE_UNISTD_H #include #endif #ifdef PLATFORM_OS_WIN32 #include "W32Compat.hh" #include "W32ForceFocus.hh" #endif #include #include #include #include "debug.hh" #include "nls.h" #include "Hig.hh" #include "RestBreakWindow.hh" #include "Text.hh" #include "TimeBar.hh" #include "Util.hh" #include "WindowHints.hh" #include "IBreak.hh" #include "IBreakResponse.hh" #include "GtkUtil.hh" #include "Frame.hh" #include "ICore.hh" #include "IConfigurator.hh" #include "CoreFactory.hh" #ifdef HAVE_EXERCISES #include "Exercise.hh" #include "ExercisesPanel.hh" #endif const int MARGINX = 8; const int MARGINY = 8; //! Constructor /*! * \param control The controller. */ RestBreakWindow::RestBreakWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode) : BreakWindow(BREAK_ID_REST_BREAK, head, break_flags, mode), timebar(NULL), progress_value(0), progress_max_value(0), is_flashing(false) { TRACE_ENTER("RestBreakWindow::RestBreakWindow"); set_title(_("Rest break")); TRACE_EXIT(); } Gtk::Widget * RestBreakWindow::create_gui() { // Add other widgets. Gtk::VBox *vbox = new Gtk::VBox(false, 6); #ifdef HAVE_EXERCISES pluggable_panel = Gtk::manage(new Gtk::HBox); #endif vbox->pack_start( #ifdef HAVE_EXERCISES *pluggable_panel #else *create_info_panel() #endif , false, false, 0); // Timebar timebar = Gtk::manage(new TimeBar); vbox->pack_start(*timebar, false, false, 6); Gtk::Box *bottom_box = create_bottom_box(true, GUIConfig::get_shutdown_enabled(BREAK_ID_REST_BREAK)); if (bottom_box) { vbox->pack_end(*Gtk::manage(bottom_box), Gtk::PACK_SHRINK, 6); } return vbox; } //! Destructor. RestBreakWindow::~RestBreakWindow() { TRACE_ENTER("RestBreakWindow::~RestBreakWindow"); TRACE_EXIT(); } //! Starts the restbreak. void RestBreakWindow::start() { TRACE_ENTER("RestBreakWindow::start"); init_gui(); #ifdef HAVE_EXERCISES if (get_exercise_count() > 0) { install_exercises_panel(); } else { install_info_panel(); } #else set_ignore_activity(false); #endif update_break_window(); BreakWindow::start(); TRACE_EXIT(); } //! Period timer callback. void RestBreakWindow::update_break_window() { draw_time_bar(); } void RestBreakWindow::set_progress(int value, int max_value) { progress_max_value = max_value; progress_value = value; } //! Draws the timer bar. void RestBreakWindow::draw_time_bar() { timebar->set_progress(progress_value, progress_max_value); time_t time = progress_max_value - progress_value; char s[128]; sprintf(s, _("Rest break for %s"), Text::time_to_string(time, true).c_str()); timebar->set_text(s); ICore *core = CoreFactory::get_core(); bool user_active = core->is_user_active(); if (frame != NULL) { if (user_active && !is_flashing) { frame->set_frame_color(Gdk::Color("orange")); frame->set_frame_visible(true); frame->set_frame_flashing(500); is_flashing = true; } else if (!user_active && is_flashing) { frame->set_frame_flashing(0); frame->set_frame_visible(false); is_flashing = false; } } timebar->update(); } Gtk::Widget * RestBreakWindow::create_info_panel() { Gtk::HBox *info_box = Gtk::manage(new Gtk::HBox(false, 12)); string icon = Util::complete_directory("rest-break.png", Util::SEARCH_PATH_IMAGES); Gtk::Image *info_img = Gtk::manage(new Gtk::Image(icon)); info_img->set_alignment(0.0, 0.0); Gtk::Label *info_lab = Gtk::manage(new Gtk::Label()); Glib::ustring txt; if (break_flags & BREAK_FLAGS_NATURAL) { txt = HigUtil::create_alert_text (_("Natural rest break"), _("This is your natural rest break.")); } else { txt = HigUtil::create_alert_text (_("Rest break"), _("This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax.")); } info_lab->set_markup(txt); info_box->pack_start(*info_img, false, false, 0); info_box->pack_start(*info_lab, false, true, 0); return info_box; } #ifdef HAVE_EXERCISES void RestBreakWindow::clear_pluggable_panel() { TRACE_ENTER("RestBreakWindow::clear_pluggable_panel"); Glib::ListHandle children = pluggable_panel->get_children(); if (children.size() > 0) { TRACE_MSG("Clearing"); pluggable_panel->remove(*(*(children.begin()))); } TRACE_EXIT(); } int RestBreakWindow::get_exercise_count() { int ret = 0; if (Exercise::has_exercises()) { ret = GUIConfig::get_number_of_exercises(BREAK_ID_REST_BREAK); } return ret; } void RestBreakWindow::install_exercises_panel() { if (head.count != 0 || (break_flags & BREAK_FLAGS_NO_EXERCISES)) { install_info_panel(); } else { set_ignore_activity(true); clear_pluggable_panel(); ExercisesPanel *exercises_panel = Gtk::manage(new ExercisesPanel(NULL)); pluggable_panel->pack_start(*exercises_panel, false, false, 0); exercises_panel->set_exercise_count(get_exercise_count()); exercises_panel->signal_stop().connect (sigc::mem_fun(*this, &RestBreakWindow::install_info_panel)); pluggable_panel->show_all(); pluggable_panel->queue_resize(); } center(); } void RestBreakWindow::install_info_panel() { #ifdef HAVE_GTK3 Gtk::Requisition old_size; Gtk::Requisition natural_size; get_preferred_size(old_size, natural_size); #else Gtk::Requisition old_size = size_request(); #endif set_ignore_activity(false); clear_pluggable_panel(); pluggable_panel->pack_start(*(create_info_panel()), false, false, 0); pluggable_panel->show_all(); pluggable_panel->queue_resize(); GUIConfig::BlockMode block_mode = GUIConfig::get_block_mode(); if (block_mode == GUIConfig::BLOCK_MODE_NONE && head.count == 0) { #ifdef HAVE_GTK3 Gtk::Requisition new_size; get_preferred_size(new_size, natural_size); #else Gtk::Requisition new_size = size_request(); #endif int width_delta = (new_size.width - old_size.width) / 2; int height_delta = (new_size.height - old_size.height) / 2; int x, y; get_position(x, y); move(x - width_delta, y - height_delta); } else { center(); } } #endif void RestBreakWindow::set_ignore_activity(bool i) { ICore *core = CoreFactory::get_core(); assert(core != NULL); #ifdef PLATFORM_OS_WIN32 if( W32ForceFocus::GetForceFocusValue() ) { i = true; } #endif core->set_insist_policy(i ? ICore::INSIST_POLICY_IGNORE : ICore::INSIST_POLICY_HALT); } workrave-1_10_10/frontend/gtkmm/src/RestBreakWindow.hh000066400000000000000000000035561263301626300230070ustar00rootroot00000000000000// RestBreakWindow.hh --- window for the microbreak // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef RESTBREAKWINDOW_HH #define RESTBREAKWINDOW_HH #include class TimeBar; #include "GUIConfig.hh" #include "BreakWindow.hh" namespace Gtk { class HButtonBox; class HBox; } class RestBreakWindow : public BreakWindow { public: RestBreakWindow(HeadInfo &head, BreakFlags break_flags, GUIConfig::BlockMode mode); virtual ~RestBreakWindow(); void start(); void set_progress(int value, int max_value); void update_break_window(); protected: Gtk::Widget *create_gui(); void draw_time_bar(); private: void suspend_break(); Gtk::Widget *create_info_panel(); void set_ignore_activity(bool i); #ifdef HAVE_EXERCISES void install_exercises_panel(); void install_info_panel(); void clear_pluggable_panel(); int get_exercise_count(); #endif private: //! The Time TimeBar *timebar; //! Progress int progress_value; //! Progress int progress_max_value; #ifdef HAVE_EXERCISES Gtk::HBox *pluggable_panel; #endif //! Is currently flashing because user is active? bool is_flashing; }; #endif // RESTBREAKWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/Session.cc000066400000000000000000000125041263301626300213370ustar00rootroot00000000000000// Session.cc --- Monitor the user session // // Copyright (C) 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "Session.hh" #include "nls.h" #include "debug.hh" #include "IConfigurator.hh" #include "GUIConfig.hh" #include "CoreFactory.hh" #include "IBreak.hh" using namespace workrave; using namespace std; Session::Session() : is_idle(false), taking(false) { } void Session::init() { #if defined(HAVE_DBUSGLIB_GET_PRIVATE) || defined(HAVE_DBUS_GIO) init_gnome(); #endif } void Session::set_idle(bool new_idle) { TRACE_ENTER_MSG("Session::set_idle", new_idle); bool auto_natural = false; IConfigurator *config = CoreFactory::get_configurator(); config->get_value(GUIConfig::CFG_KEY_BREAK_AUTO_NATURAL % BREAK_ID_REST_BREAK, auto_natural); ICore *core = CoreFactory::get_core(); if (core->get_usage_mode() == USAGE_MODE_READING) { core->force_idle(); } if (new_idle && !is_idle) { TRACE_MSG("Now idle"); IBreak *rest_break = core->get_break(BREAK_ID_REST_BREAK); taking = rest_break->is_taking(); TRACE_MSG("taking " << taking); if (!taking) { core->set_operation_mode_override( OPERATION_MODE_SUSPENDED, "screensaver" ); } } else if (!new_idle && is_idle && !taking) { TRACE_MSG("No longer idle"); core->remove_operation_mode_override( "screensaver" ); if (auto_natural) { TRACE_MSG("Automatic natural break enabled"); IBreak *rest_break = core->get_break(BREAK_ID_REST_BREAK); if (core->get_operation_mode() == OPERATION_MODE_NORMAL && rest_break->get_elapsed_idle_time() < rest_break->get_auto_reset() && rest_break->is_enabled() && !rest_break->is_taking()) { bool overdue = (rest_break->get_limit() < rest_break->get_elapsed_time()); if (overdue) { core->force_break(BREAK_ID_REST_BREAK, BREAK_HINT_NONE); } else { core->force_break(BREAK_ID_REST_BREAK, BREAK_HINT_NATURAL_BREAK); } } } } is_idle = new_idle; TRACE_EXIT(); } #if defined(HAVE_DBUS_GIO) void Session::on_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) { (void) proxy; (void) sender_name; Session *self = (Session *)user_data; int session_status; if (g_strcmp0(signal_name, "StatusChanged") == 0) { g_variant_get(parameters, "(u)", &session_status); self->set_idle(session_status == 3); } } void Session::init_gnome() { TRACE_ENTER("Session::init_gnome"); GError *error = NULL; GDBusProxy *proxy = g_dbus_proxy_new_for_bus_sync(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.gnome.SessionManager", "/org/gnome/SessionManager/Presence", "org.gnome.SessionManager.Presence", NULL, &error); if (error != NULL) { TRACE_MSG("Error: " << error->message); g_error_free(error); } if (error == NULL && proxy != NULL) { g_signal_connect(proxy, "g-signal", G_CALLBACK(on_signal), this); } } #elif defined(HAVE_DBUSGLIB_GET_PRIVATE) static void status_changed_cb(DBusGProxy *proxy, int session_status, void *data) { TRACE_ENTER_MSG("status_changed_cb", session_status); (void) proxy; Session *self = (Session *)data; self->set_idle(session_status == 3); TRACE_EXIT(); } void Session::init_gnome() { DBusGProxy *proxy; GError *err = NULL; connection = dbus_g_bus_get_private(DBUS_BUS_SESSION, NULL, &err); if (connection == NULL) { g_warning("DBUS session bus not available: %s", err ? err->message : ""); g_error_free(err); return; } proxy = dbus_g_proxy_new_for_name(connection, "org.gnome.SessionManager", "/org/gnome/SessionManager/Presence", "org.gnome.SessionManager.Presence"); if (proxy != NULL) { dbus_g_proxy_add_signal(proxy, "StatusChanged", G_TYPE_UINT, G_TYPE_INVALID); dbus_g_proxy_connect_signal(proxy, "StatusChanged", G_CALLBACK(status_changed_cb), this, NULL); } } #endif workrave-1_10_10/frontend/gtkmm/src/Session.hh000066400000000000000000000030471263301626300213530ustar00rootroot00000000000000// Session.cc --- Monitor the gnome session // // Copyright (C) 2010, 2011, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef SESSION_HH #define SESSION_HH #if defined(HAVE_DBUS_GIO) #include #elif defined(HAVE_DBUSGLIB_GET_PRIVATE) #define DBUS_API_SUBJECT_TO_CHANGE #include #include #include #endif #include "ICore.hh" class Session { public: Session(); void init(); void set_idle(bool idle); #if defined(HAVE_DBUS_GIO) public: void init_gnome(); private: static void on_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data); #elif defined(HAVE_DBUSGLIB_GET_PRIVATE) public: void init_gnome(); private: DBusGConnection *connection; #endif // defined(HAVE_DBUSGLIB_GET_PRIVATE) private: bool is_idle; bool taking; }; #endif // SESSION_HH workrave-1_10_10/frontend/gtkmm/src/StatusIcon.cc000066400000000000000000000160651263301626300220160ustar00rootroot00000000000000// StatusIcon.cc --- Status icon // // Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #ifdef PLATFORM_OS_OSX #if HAVE_IGE_MAC_INTEGRATION #include "ige-mac-dock.h" #endif #if HAVE_GTK_MAC_INTEGRATION #include "gtk-mac-dock.h" #endif #endif #ifdef PLATFORM_OS_WIN32 #include "W32StatusIcon.hh" #endif #include "StatusIcon.hh" #include "GUI.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "GUIConfig.hh" #include "Menus.hh" #include "Util.hh" #include "TimerBoxControl.hh" StatusIcon::StatusIcon() { TRACE_ENTER("StatusIcon::StatusIcon"); #if !defined(USE_W32STATUSICON) && defined(PLATFORM_OS_WIN32) wm_taskbarcreated = RegisterWindowMessage("TaskbarCreated"); #endif TRACE_EXIT(); } StatusIcon::~StatusIcon() { } void StatusIcon::init() { // Preload icons const char *mode_files[] = { "workrave-icon-medium.png", "workrave-suspended-icon-medium.png", "workrave-quiet-icon-medium.png", }; assert(sizeof(mode_files)/sizeof(mode_files[0]) == OPERATION_MODE_SIZEOF); for (size_t i = 0; i < OPERATION_MODE_SIZEOF; i++) { std::string file = Util::complete_directory(mode_files[i], Util::SEARCH_PATH_IMAGES); try { mode_icons[i] = Gdk::Pixbuf::create_from_file(file); } catch(...) { return; } } insert_icon(); CoreFactory::get_configurator()->add_listener(GUIConfig::CFG_KEY_TRAYICON_ENABLED, this); bool tray_icon_enabled = GUIConfig::get_trayicon_enabled(); status_icon->set_visible(tray_icon_enabled); } void StatusIcon::insert_icon() { // Create status icon ICore *core = CoreFactory::get_core(); OperationMode mode = core->get_operation_mode_regular(); #ifdef USE_W32STATUSICON status_icon = new W32StatusIcon(); set_operation_mode(mode); #else status_icon = Gtk::StatusIcon::create(mode_icons[mode]); #endif #ifdef USE_W32STATUSICON status_icon->signal_balloon_activate().connect(sigc::mem_fun(*this, &StatusIcon::on_balloon_activate)); status_icon->signal_activate().connect(sigc::mem_fun(*this, &StatusIcon::on_activate)); status_icon->signal_popup_menu().connect(sigc::mem_fun(*this, &StatusIcon::on_popup_menu)); #else #if !defined(HAVE_STATUSICON_SIGNAL) || !defined(HAVE_EMBEDDED_SIGNAL) // Hook up signals, missing from gtkmm GtkStatusIcon *gobj = status_icon->gobj(); #endif #ifdef HAVE_STATUSICON_SIGNAL status_icon->signal_activate().connect(sigc::mem_fun(*this, &StatusIcon::on_activate)); status_icon->signal_popup_menu().connect(sigc::mem_fun(*this, &StatusIcon::on_popup_menu)); #else g_signal_connect(gobj, "activate", reinterpret_cast(activate_callback), this); g_signal_connect(gobj, "popup-menu", reinterpret_cast(popup_menu_callback), this); #endif #ifdef HAVE_EMBEDDED_SIGNAL status_icon->property_embedded().signal_changed().connect(sigc::mem_fun(*this, &StatusIcon::on_embedded_changed)); #else g_signal_connect(gobj, "notify::embedded", reinterpret_cast(embedded_changed_callback), this); #endif #endif } void StatusIcon::set_operation_mode(OperationMode m) { TRACE_ENTER_MSG("StatusIcon::set_operation_mode", (int)m); if (mode_icons[m]) { status_icon->set(mode_icons[m]); } TRACE_EXIT(); } bool StatusIcon::is_visible() const { return status_icon->is_embedded() && status_icon->get_visible(); } void StatusIcon::set_tooltip(std::string& tip) { #if defined(HAVE_GTK3) && !defined(USE_W32STATUSICON) status_icon->set_tooltip_text(tip); #else status_icon->set_tooltip(tip); #endif } void StatusIcon::show_balloon(string id, const string &balloon) { #ifdef USE_W32STATUSICON status_icon->show_balloon(id, balloon); #else (void) id; (void) balloon; #endif } void StatusIcon::on_popup_menu(guint button, guint activate_time) { (void) button; // Note the 1 is a hack. It used to be 'button'. See bugzilla 598 IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->popup(Menus::MENU_MAINAPPLET, 1, activate_time); } void StatusIcon::on_embedded_changed() { visibility_changed_signal.emit(); } #ifndef HAVE_STATUSICON_SIGNAL void StatusIcon::activate_callback(GtkStatusIcon *, gpointer callback_data) { static_cast(callback_data)->on_activate(); } void StatusIcon::popup_menu_callback(GtkStatusIcon *, guint button, guint activate_time, gpointer callback_data) { static_cast(callback_data)->on_popup_menu(button, activate_time); } #endif #ifndef HAVE_EMBEDDED_SIGNAL void StatusIcon::embedded_changed_callback(GObject* gobject, GParamSpec* pspec, gpointer callback_data) { (void) pspec; (void) gobject; static_cast(callback_data)->on_embedded_changed(); } #endif #if defined(PLATFORM_OS_WIN32) && defined(USE_W32STATUSICON) void StatusIcon::on_balloon_activate(string id) { balloon_activate_signal.emit(id); } #endif void StatusIcon::on_activate() { activate_signal.emit(); } #if !defined(USE_W32STATUSICON) && defined(PLATFORM_OS_WIN32) GdkFilterReturn StatusIcon::win32_filter_func (void *xevent, GdkEvent *event) { (void) event; MSG *msg = (MSG *) xevent; GdkFilterReturn ret = GDK_FILTER_CONTINUE; if (msg->message == wm_taskbarcreated) { insert_icon(); ret = GDK_FILTER_REMOVE; } return ret; } #endif void StatusIcon::config_changed_notify(const std::string &key) { TRACE_ENTER_MSG("StatusIcon::config_changed_notify", key); if (key == GUIConfig::CFG_KEY_TRAYICON_ENABLED) { bool visible = GUIConfig::get_trayicon_enabled(); if (status_icon->get_visible() != visible) { visibility_changed_signal.emit(); status_icon->set_visible(visible); } } TRACE_EXIT(); } sigc::signal & StatusIcon::signal_visibility_changed() { return visibility_changed_signal; } sigc::signal & StatusIcon::signal_activate() { return activate_signal; } sigc::signal & StatusIcon::signal_balloon_activate() { return balloon_activate_signal; } workrave-1_10_10/frontend/gtkmm/src/StatusIcon.hh000066400000000000000000000064251263301626300220270ustar00rootroot00000000000000// StatusIcon.hh --- Status icon // // Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef STATUSICON_HH #define STATUSICON_HH #include "preinclude.h" #ifdef PLATFORM_OS_WIN32 //#if ! GTK_CHECK_VERSION(2,22,1) #define USE_W32STATUSICON 1 //#endif #include #endif #include #include "ICore.hh" #include "IConfiguratorListener.hh" #ifndef WR_CHECK_VERSION #define WR_CHECK_VERSION(comp,major,minor,micro) \ (comp##_MAJOR_VERSION > (major) || \ (comp##_MAJOR_VERSION == (major) && comp##_MINOR_VERSION > (minor)) || \ (comp##_MAJOR_VERSION == (major) && comp##_MINOR_VERSION == (minor) && \ comp##_MICRO_VERSION >= (micro))) #endif #if WR_CHECK_VERSION(GTKMM,2,11,1) #define HAVE_STATUSICON_SIGNAL 1 #endif #if WR_CHECK_VERSION(GTKMM,2,22,0) #define HAVE_EMBEDDED_SIGNAL 1 #endif using namespace workrave; class W32StatusIcon; class StatusIcon : public IConfiguratorListener { public: StatusIcon(); ~StatusIcon(); void init(); void set_operation_mode(OperationMode m); void set_tooltip(std::string& tip); bool is_visible() const; void show_balloon(std::string id, const std::string& balloon); sigc::signal &signal_visibility_changed(); sigc::signal &signal_activate(); sigc::signal &signal_balloon_activate(); private: void set_visible(bool b); void insert_icon(); void on_activate(); void on_popup_menu(guint button, guint activate_time); void on_embedded_changed(); void config_changed_notify(const std::string &key); #if defined(PLATFORM_OS_WIN32) && defined(USE_W32STATUSICON) GdkFilterReturn win32_filter_func(void *xevent, GdkEvent *event); #endif #if defined(PLATFORM_OS_WIN32) && defined(USE_W32STATUSICON) void on_balloon_activate(std::string id); #endif #ifndef HAVE_STATUSICON_SIGNAL static void activate_callback(GtkStatusIcon *si, gpointer callback_data); static void popup_menu_callback(GtkStatusIcon *si, guint button, guint activate_time, gpointer callback_data); #endif #ifndef HAVE_EMBEDDED_SIGNAL static void embedded_changed_callback(GObject* gobject, GParamSpec* pspec, gpointer callback_data); #endif Glib::RefPtr mode_icons[OPERATION_MODE_SIZEOF]; sigc::signal visibility_changed_signal; sigc::signal activate_signal; sigc::signal balloon_activate_signal; #ifdef USE_W32STATUSICON W32StatusIcon *status_icon; #else Glib::RefPtr status_icon; #ifdef PLATFORM_OS_WIN32 UINT wm_taskbarcreated; #endif #endif }; #endif // STATUSICON_HH workrave-1_10_10/frontend/gtkmm/src/TimeBar.cc000066400000000000000000000505241263301626300212430ustar00rootroot00000000000000// TimeBar.cc --- Time Bar // // Copyright (C) 2002 - 2009, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include #include #include #include #include "TimeBar.hh" #include "Text.hh" const int MARGINX = 4; const int MARGINY = 2; const int MIN_HORIZONTAL_BAR_WIDTH = 12; const int MIN_HORIZONTAL_BAR_HEIGHT = 20; // stolen from gtk's progress bar using namespace std; Gdk::Color TimeBar::bar_colors[TimeBar::COLOR_ID_SIZEOF] = { Gdk::Color("lightblue"), Gdk::Color("lightgreen"), Gdk::Color("orange"), Gdk::Color("red"), Gdk::Color("#e00000"), Gdk::Color("#00d4b2"), Gdk::Color("lightgreen"), }; //! Constructor TimeBar::TimeBar() : bar_value(0), bar_max_value(0), secondary_bar_value(0), secondary_bar_max_value(0), bar_text_align(0), rotation(0) { add_events(Gdk::EXPOSURE_MASK); add_events(Gdk::BUTTON_PRESS_MASK); set_bar_color(COLOR_ID_INACTIVE); set_secondary_bar_color(COLOR_ID_INACTIVE); set_text_color(Gdk::Color("black")); } //! Destructor TimeBar::~TimeBar() { } //! Sets the time progress to be displayed. void TimeBar::set_progress(int value, int max_value) { if (value > max_value) { value = max_value; } bar_value = value; bar_max_value = max_value; } //! Sets the secondary time progress to be displayed. void TimeBar::set_secondary_progress(int value, int max_value) { if (value > max_value) { value = max_value; } secondary_bar_value = value; secondary_bar_max_value = max_value; } //! Sets the text to be displayed. void TimeBar::set_text(string text) { bar_text = text; } //! Sets text alignment void TimeBar::set_text_alignment(int align) { bar_text_align = align; } //! Sets the color of the bar. void TimeBar::set_bar_color(ColorId color) { bar_color = color; } //! Sets the color of the secondary bar. void TimeBar::set_secondary_bar_color(ColorId color) { secondary_bar_color = color; } //! Sets the text color. void TimeBar::set_text_color(Gdk::Color color) { bar_text_color = color; } void TimeBar::set_rotation(int r) { rotation = r; queue_resize(); } //! Updates the screen. void TimeBar::update() { queue_draw(); } void TimeBar::on_size_allocate(Gtk::Allocation &allocation) { //Use the offered allocation for this container: set_allocation(allocation); if ( #ifdef HAVE_GTK3 get_realized() #else is_realized() #endif ) { get_window()->move_resize(allocation.get_x(), allocation.get_y(), allocation.get_width(), allocation.get_height()); } } //! Returns the preferred size. void TimeBar::get_preferred_size(int &width, int &height) const { // Not sure why create_pango_layout is not const... Glib::RefPtr pl = const_cast(this)->create_pango_layout(bar_text); string min_string = Text::time_to_string(-(59+59*60+9*60*60)); Glib::RefPtr plmin = const_cast(this)->create_pango_layout(min_string); Glib::RefPtr pcl = pl->get_context(); Glib::RefPtr pcmin = plmin->get_context(); Pango::Matrix matrix = PANGO_MATRIX_INIT; pango_matrix_rotate(&matrix, 360 - rotation); pcl->set_matrix(matrix); pcmin->set_matrix(matrix); pl->get_pixel_size(width, height); int mwidth, mheight; plmin->get_pixel_size(mwidth, mheight); if (mwidth > width) width = mwidth; if (mheight > height) height = mheight; width = width + 2 * MARGINX; height = max(height + 2 * MARGINY, MIN_HORIZONTAL_BAR_HEIGHT); } #ifndef HAVE_GTK3 void TimeBar::on_realize() { // FIXME: for some reason, the timebar get realized EACH TIME // the timerbox is cycled... // We need to call the base on_realize() Gtk::DrawingArea::on_realize(); // Now we can allocate any additional resources we need Glib::RefPtr window = get_window(); window_gc = Gdk::GC::create(window); Glib::RefPtr style = get_style(); Gdk::Color bg = style->get_bg(Gtk::STATE_NORMAL); bar_colors[COLOR_ID_BG] = bg; Glib::RefPtr colormap = get_colormap(); for (int i = 0; i < COLOR_ID_SIZEOF; i++) { colormap->alloc_color(bar_colors[i]); } window->clear(); } void TimeBar::on_size_request(GtkRequisition *requisition) { int width, height; get_preferred_size(width, height); if (rotation == 0 || rotation == 180) { requisition->width = width; requisition->height = height; } else { requisition->width = height; requisition->height = width; } } //! Draws the timebar bool TimeBar::on_expose_event(GdkEventExpose *e) { const int border_size = 2; Gtk::Allocation allocation = get_allocation(); Glib::RefPtr window = get_window(); Glib::RefPtr colormap = get_colormap(); for (int i = 0; i < COLOR_ID_SIZEOF; i++) { colormap->alloc_color(bar_colors[i]); } // Physical width/height int win_w = allocation.get_width(); int win_h = allocation.get_height(); // Logical width/height // width = direction of bar int win_lw, win_lh; if (rotation == 0 || rotation == 180) { win_lw = win_w; win_lh = win_h; } else { win_lw = win_h; win_lh = win_w; } // Border Gdk::Rectangle area(&e->area); Glib::RefPtr style = get_style(); Gdk::Color bg = style->get_bg(Gtk::STATE_NORMAL); bar_colors[COLOR_ID_BG] = bg; // Draw background window_gc->set_foreground(bar_colors[COLOR_ID_BG]); style->paint_shadow(window, Gtk::STATE_NORMAL, Gtk::SHADOW_IN, area, *this, "", 0, 0, win_w - 1, win_h -1); window->draw_rectangle(window_gc, true, e->area.x+border_size, e->area.y+border_size, e->area.width -2*border_size, e->area.height -2*border_size); // Bar int bar_width = 0; if (bar_max_value > 0) { bar_width = (bar_value * (win_lw - 2 * border_size)) / bar_max_value; } // Secondary bar int sbar_width = 0; if (secondary_bar_max_value > 0) { sbar_width = (secondary_bar_value * (win_lw - 2 * border_size)) / secondary_bar_max_value; } int bar_height = win_lh - 2 * border_size; if (sbar_width > 0) { // Overlap // We should assert() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. // assert(secondary_bar_color == COLOR_ID_INACTIVE); ColorId overlap_color; switch (bar_color) { case COLOR_ID_ACTIVE: overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; break; case COLOR_ID_OVERDUE: overlap_color = COLOR_ID_INACTIVE_OVER_OVERDUE; break; default: // We could abort() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; } if (sbar_width >= bar_width) { if (bar_width) { window_gc->set_foreground(bar_colors[overlap_color]); draw_bar(window, window_gc, true, border_size, border_size, bar_width, bar_height, win_lw, win_lh); } if (sbar_width > bar_width) { window_gc->set_foreground(bar_colors[secondary_bar_color]); draw_bar(window, window_gc, true, border_size + bar_width, border_size, sbar_width - bar_width, bar_height, win_lw, win_lh); } } else { if (sbar_width) { window_gc->set_foreground(bar_colors[overlap_color]); draw_bar(window, window_gc, true, border_size, border_size, sbar_width, bar_height, win_lw, win_lh); } window_gc->set_foreground(bar_colors[bar_color]); draw_bar(window, window_gc, true, border_size + sbar_width, border_size, bar_width - sbar_width, bar_height, win_lw, win_lh); } } else { // No overlap window_gc->set_foreground(bar_colors[bar_color]); draw_bar(window, window_gc, true, border_size, border_size, bar_width, bar_height, win_lw, win_lh); } // Text window_gc->set_foreground(bar_text_color); Glib::RefPtr pl1 = create_pango_layout(bar_text); Glib::RefPtr pc1 = pl1->get_context(); Pango::Matrix matrix = PANGO_MATRIX_INIT; pango_matrix_rotate(&matrix, 360 - rotation); pc1->set_matrix(matrix); int text_width, text_height; pl1->get_pixel_size(text_width, text_height); int text_x, text_y; Gdk::Rectangle rect1, rect2; if (rotation == 0 || rotation == 180) { if (win_w - text_width - MARGINX > 0) { if (bar_text_align > 0) text_x = (win_w - text_width - MARGINX); else if (bar_text_align < 0) text_x = MARGINX; else text_x = (win_w - text_width) / 2; } else { text_x = MARGINX; } text_y = (win_h - text_height) / 2; int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; left_width += border_size; Gdk::Rectangle left_rect(0, 0, left_width, win_h); Gdk::Rectangle right_rect(left_width, 0, win_w - left_width, win_h); rect1 = left_rect; rect2 = right_rect; } else { if (win_h - text_width - MARGINY > 0) { int a = bar_text_align; if (rotation == 270) { a *= -1; } if (a > 0) text_y = (win_h - text_width - MARGINY); else if (a < 0) text_y = MARGINY; else text_y = (win_h - text_width) / 2; } else { text_y = MARGINY; } text_x = (win_w - text_height) / 2; int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; left_width += border_size; Gdk::Rectangle up_rect(0, 0, win_w, left_width); Gdk::Rectangle down_rect(0, left_width, win_w, win_h - left_width); rect1 = up_rect; rect2 = down_rect; } Gdk::Color textcolor = style->get_fg(Gtk::STATE_NORMAL); Glib::RefPtr window_gc1 = Gdk::GC::create(window); window_gc1->set_clip_origin(0,0); window_gc1->set_clip_rectangle(rect1); window_gc1->set_foreground(bar_text_color); window->draw_layout(window_gc1, text_x, text_y, pl1); window_gc1->set_foreground(textcolor); window_gc1->set_clip_rectangle(rect2); window->draw_layout(window_gc1, text_x, text_y, pl1); return true; } void TimeBar::draw_bar(Glib::RefPtr &window, const Glib::RefPtr &gc, bool filled, int x, int y, int width, int height, int winw, int winh) { (void) winh; if (rotation == 0 || rotation == 180) { window->draw_rectangle(gc, filled, x, y, width, height); } else { window->draw_rectangle(gc, filled, y, winw - x - width, height, width); } } #else Gtk::SizeRequestMode TimeBar::get_request_mode_vfunc() const { return Gtk::Widget::get_request_mode_vfunc(); } void TimeBar::get_preferred_width_vfunc(int &minimum_width, int &natural_width) const { int width, height; get_preferred_size(width, height); if (rotation == 0 || rotation == 180) { minimum_width = natural_width = width; } else { minimum_width = natural_width = height; } } void TimeBar::get_preferred_height_vfunc(int &minimum_height, int &natural_height) const { int width, height; get_preferred_size(width, height); if (rotation == 0 || rotation == 180) { minimum_height = natural_height = height; } else { minimum_height = natural_height = width; } } void TimeBar::get_preferred_width_for_height_vfunc(int /* height */, int &minimum_width, int &natural_width) const { get_preferred_width_vfunc(minimum_width, natural_width); } void TimeBar::get_preferred_height_for_width_vfunc(int /* width */, int &minimum_height, int &natural_height) const { get_preferred_height_vfunc(minimum_height, natural_height); } bool TimeBar::on_draw(const Cairo::RefPtr &cr) { const int border_size = 1; Glib::RefPtr style_context = get_style_context(); Gtk::Allocation allocation = get_allocation(); style_context->context_save(); style_context->add_class(GTK_STYLE_CLASS_FRAME); // Physical width/height int win_w = allocation.get_width() - 2; // FIXME: int win_h = allocation.get_height(); // Logical width/height // width = direction of bar int win_lw, win_lh; if (rotation == 0 || rotation == 180) { win_lw = win_w; win_lh = win_h; } else { win_lw = win_h; win_lh = win_w; } // Draw background style_context->set_state(Gtk::STATE_FLAG_ACTIVE); Gdk::RGBA back_color = style_context->get_background_color(); set_color(cr, back_color); // clip to the area indicated by the expose event so that we only redraw // the portion of the window that needs to be redrawn cr->rectangle(0, 0, win_w, win_h); cr->clip(); style_context->context_save(); style_context->set_state((Gtk::StateFlags)Gtk::STATE_FLAG_ACTIVE); style_context->render_background(cr, 0, 0, win_w - 1, win_h -1); style_context->render_frame(cr, 0, 0, win_w - 1, win_h -1); style_context->context_restore(); // set_color(cr, back_color); // cr->rectangle(border_size, border_size, win_w - 2*border_size, win_h - 2*border_size); // cr->fill(); // Bar int bar_width = 0; if (bar_max_value > 0) { bar_width = (bar_value * (win_lw - 2 * border_size - 1)) / bar_max_value; } // Secondary bar int sbar_width = 0; if (secondary_bar_max_value > 0) { sbar_width = (secondary_bar_value * (win_lw - 2 * border_size - 1)) / secondary_bar_max_value; } int bar_height = win_lh - 2 * border_size - 1; if (sbar_width > 0) { // Overlap // We should assert() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. // assert(secondary_bar_color == COLOR_ID_INACTIVE); ColorId overlap_color; switch (bar_color) { case COLOR_ID_ACTIVE: overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; break; case COLOR_ID_OVERDUE: overlap_color = COLOR_ID_INACTIVE_OVER_OVERDUE; break; default: // We could abort() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. overlap_color = COLOR_ID_INACTIVE_OVER_ACTIVE; } if (sbar_width >= bar_width) { if (bar_width) { set_color(cr, bar_colors[overlap_color]); draw_bar(cr, border_size, border_size, bar_width, bar_height, win_lw, win_lh); } if (sbar_width > bar_width) { set_color(cr, bar_colors[secondary_bar_color]); draw_bar(cr, border_size + bar_width, border_size, sbar_width - bar_width, bar_height, win_lw, win_lh); } } else { if (sbar_width) { set_color(cr, bar_colors[overlap_color]); draw_bar(cr, border_size, border_size, sbar_width, bar_height, win_lw, win_lh); } set_color(cr, bar_colors[bar_color]); draw_bar(cr, border_size + sbar_width, border_size, bar_width - sbar_width, bar_height, win_lw, win_lh); } } else { // No overlap set_color(cr, bar_colors[bar_color]); draw_bar(cr, border_size, border_size, bar_width, bar_height, win_lw, win_lh); } // Text Pango::Matrix matrix = PANGO_MATRIX_INIT; pango_matrix_rotate(&matrix, 360 - rotation); Glib::RefPtr pl1 = create_pango_layout(bar_text); Glib::RefPtr pc1 = pl1->get_context(); pc1->set_matrix(matrix); int text_width, text_height; pl1->get_pixel_size(text_width, text_height); int text_x, text_y; Gdk::Rectangle rect1, rect2; if (rotation == 0 || rotation == 180) { if (win_w - text_width - MARGINX > 0) { if (bar_text_align > 0) text_x = (win_w - text_width - MARGINX); else if (bar_text_align < 0) text_x = MARGINX; else text_x = (win_w - text_width) / 2; } else { text_x = MARGINX; } text_y = (win_h - text_height) / 2; int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; left_width += border_size; Gdk::Rectangle left_rect(0, 0, left_width, win_h); Gdk::Rectangle right_rect(left_width, 0, win_w - left_width, win_h); rect1 = left_rect; rect2 = right_rect; } else { if (win_h - text_width - MARGINY > 0) { int a = bar_text_align; if (rotation == 270) { a *= -1; } if (a > 0) text_y = (win_h - text_width - MARGINY); else if (a < 0) text_y = MARGINY; else text_y = (win_h - text_width) / 2; } else { text_y = MARGINY; } text_x = (win_w - text_height) / 2; int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; left_width += border_size; Gdk::Rectangle up_rect(0, 0, win_w, left_width); Gdk::Rectangle down_rect(0, left_width, win_w, win_h - left_width); rect1 = up_rect; rect2 = down_rect; } cr->reset_clip(); cr->rectangle(rect1.get_x(), rect1.get_y(), rect1.get_width(), rect1.get_height()); cr->clip(); cr->move_to(text_x, text_y); set_color(cr, bar_text_color); pl1->show_in_cairo_context(cr); Gdk::RGBA front_color = style_context->get_color(); cr->reset_clip(); cr->rectangle(rect2.get_x(), rect2.get_y(), rect2.get_width(), rect2.get_height()); cr->clip(); cr->set_operator(Cairo::OPERATOR_XOR); cr->set_source_rgb(1,1,1); cr->move_to(text_x + 1, text_y + 1); pl1->show_in_cairo_context(cr); style_context->context_restore(); return Gtk::Widget::on_draw(cr); } void TimeBar::set_color(const Cairo::RefPtr& cr, const Gdk::Color &color) { cr->set_source_rgb(color.get_red_p(), color.get_green_p(), color.get_blue_p()); } void TimeBar::set_color(const Cairo::RefPtr& cr, const Gdk::RGBA &color) { cr->set_source_rgb(color.get_red(), color.get_green(), color.get_blue()); } void TimeBar::draw_bar(const Cairo::RefPtr& cr, int x, int y, int width, int height, int winw, int winh) { (void) winh; if (rotation == 0 || rotation == 180) { cr->rectangle(x, y, width, height); cr->fill(); } else { cr->rectangle(y, winw - x- width, height, width); cr->fill(); } } #endif workrave-1_10_10/frontend/gtkmm/src/TimeBar.hh000066400000000000000000000070151263301626300212520ustar00rootroot00000000000000// TimeBar.hh --- Time Bar // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2009, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMEBAR_HH #define TIMEBAR_HH #include #include #include #include "ITimeBar.hh" class TimeBar : public Gtk::DrawingArea, public ITimeBar { public: TimeBar(); virtual ~TimeBar(); void set_progress(int value, int max_value); void set_secondary_progress(int value, int max_value); void set_text(std::string text); void update(); void set_bar_color(ColorId color); void set_secondary_bar_color(ColorId color); void set_text_alignment(int align); void set_border_size(int size); void set_rotation(int r); void get_minimum_size(int &width, int &height) const; void get_preferred_size(int &width, int &height) const; private: #ifdef HAVE_GTK3 void draw_bar(const Cairo::RefPtr& cr, int x, int y, int width, int height, int winw, int winh); void set_color(const Cairo::RefPtr& cr, const Gdk::Color &color); void set_color(const Cairo::RefPtr& cr, const Gdk::RGBA &color); #else void draw_bar(Glib::RefPtr &window, const Glib::RefPtr &gc, bool filled, int x, int y, int width, int height, int winw, int winh); #endif void set_text_color(Gdk::Color color); protected: #ifdef HAVE_GTK3 virtual Gtk::SizeRequestMode get_request_mode_vfunc() const; virtual void get_preferred_width_vfunc(int& minimum_width, int& natural_width) const; virtual void get_preferred_height_vfunc(int& minimum_height, int& natural_height) const; virtual void get_preferred_width_for_height_vfunc(int height, int& minimum_width, int& natural_width) const; virtual void get_preferred_height_for_width_vfunc(int width, int& minimum_height, int& natural_height) const; virtual void on_size_allocate(Gtk::Allocation& allocation); virtual bool on_draw(const Cairo::RefPtr& cr); #else virtual void on_realize(); virtual bool on_expose_event(GdkEventExpose *event); virtual void on_size_request(GtkRequisition *requisition); virtual void on_size_allocate(Gtk::Allocation& allocation); #endif private: static Gdk::Color bar_colors[COLOR_ID_SIZEOF]; #ifndef HAVE_GTK3 //! Graphic context. Glib::RefPtr window_gc; #endif //! Color of the time-bar. ColorId bar_color; //! Color of the time-bar. ColorId secondary_bar_color; //! Color of the text. Gdk::Color bar_text_color; //! The current value. int bar_value; //! The maximum value. int bar_max_value; //! The current value. int secondary_bar_value; //! The maximum value. int secondary_bar_max_value; //! Text to show; std::string bar_text; //! Text alignment int bar_text_align; //! Bar rotation (clockwise degrees) int rotation; }; #endif // TIMEBAR_HH workrave-1_10_10/frontend/gtkmm/src/TimeEntry.cc000066400000000000000000000110321263301626300216270ustar00rootroot00000000000000// TimeEntry.cc --- Entry widget for time // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include #include "debug.hh" #ifdef PLATFORM_OS_WIN32_NATIVE #undef HAVE_UNISTD_H #endif #ifdef HAVE_UNISTD_H #include #endif #include "TimeEntry.hh" TimeEntry::TimeEntry(bool millis) : Gtk::HBox(false, 1), hrs(NULL), mins(NULL), secs(NULL), #ifdef HAVE_GTK3 hours_adjustment(Gtk::Adjustment::create(0, 0, 23)), mins_adjustment(Gtk::Adjustment::create(0, 0, 59)), secs_adjustment(Gtk::Adjustment::create(0, 0, 59)) #else hours_adjustment(0, 0, 23), mins_adjustment(0, 0, 59), secs_adjustment(0, 0, 59) #endif { this->millis = millis; secs = Gtk::manage(new Gtk::SpinButton(secs_adjustment)); secs->set_numeric(true); secs->signal_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_changed)); secs->signal_value_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_value_changed)); if (millis) { secs->set_width_chars(6); secs->set_wrap(false); #ifdef HAVE_GTK3 secs_adjustment->set_upper(60000); secs_adjustment->set_step_increment(100); secs_adjustment->set_page_increment(1000); #else secs_adjustment.set_upper(60000); secs_adjustment.set_step_increment(100); secs_adjustment.set_page_increment(1000); #endif pack_start(*secs, 0, 0); } else { secs->set_width_chars(2); secs->set_wrap(true); hrs = Gtk::manage(new Gtk::SpinButton(hours_adjustment)); hrs->set_numeric(true); hrs->set_wrap(true); hrs->set_width_chars(2); hrs->signal_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_changed)); hrs->signal_value_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_value_changed)); mins = Gtk::manage(new Gtk::SpinButton(mins_adjustment)); mins->set_numeric(true); mins->set_wrap(true); mins->set_width_chars(2); mins->signal_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_changed)); mins->signal_value_changed().connect(sigc::mem_fun(*this, &TimeEntry::on_value_changed)); Gtk::Label *semi1 = Gtk::manage(new Gtk::Label(":")); Gtk::Label *semi2 = Gtk::manage(new Gtk::Label(":")); pack_start(*hrs, 0, 0); pack_start(*semi1, 0, 0); pack_start(*mins, 0, 0); pack_start(*semi2, 0, 0); pack_start(*secs, 0, 0); } } //! Destructor. TimeEntry::~TimeEntry() { // FIXME: disconnect signals? } //! Set time void TimeEntry::set_value(time_t t) { if (! millis) { #ifdef HAVE_GTK3 hours_adjustment->set_value((double)(t / (60*60))); mins_adjustment->set_value((double)((t / 60) % 60)); secs_adjustment->set_value((double)(t % 60)); #else hours_adjustment.set_value((double)(t / (60*60))); mins_adjustment.set_value((double)((t / 60) % 60)); secs_adjustment.set_value((double)(t % 60)); #endif } else { #ifdef HAVE_GTK3 secs_adjustment->set_value((double)t); #else secs_adjustment.set_value((double)t); #endif } } //! Get time time_t TimeEntry::get_value() { int s = secs->get_value_as_int(); if (! millis) { int h = hrs->get_value_as_int(); int m = mins->get_value_as_int(); return h * 60 * 60 + m * 60 + s; } else { return s; } } void TimeEntry::update(Gtk::SpinButton *spin) { // Needless to say, this kinda sucks. Glib::ustring s = spin->get_text(); const gchar *txt = s.c_str(); if (txt != NULL && *txt != 0) { gchar *err = NULL; if (err == NULL || *err == 0) { spin->update(); } } } void TimeEntry::on_changed() { if (! millis) { update(hrs); update(mins); } update(secs); } void TimeEntry::on_value_changed() { sig_value_changed.emit(); } workrave-1_10_10/frontend/gtkmm/src/TimeEntry.hh000066400000000000000000000035621263301626300216520ustar00rootroot00000000000000// TimeEntry.hh --- Entry widget for time // // Copyright (C) 2002, 2003, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMEENTRY_HH #define TIMEENTRY_HH #include "preinclude.h" #include #include namespace Gtk { class SpinButton; } class TimeEntry : public Gtk::HBox { public: TimeEntry(bool millis=false); ~TimeEntry(); time_t get_value(); void set_value(time_t time); typedef sigc::signal0 signal_value_changed_t; signal_value_changed_t &signal_value_changed(); protected: virtual void on_changed(); virtual void on_value_changed(); signal_value_changed_t sig_value_changed; private: void update(Gtk::SpinButton *spin); private: Gtk::SpinButton *hrs; Gtk::SpinButton *mins; Gtk::SpinButton *secs; #ifdef HAVE_GTK3 Glib::RefPtr hours_adjustment; Glib::RefPtr mins_adjustment; Glib::RefPtr secs_adjustment; #else Gtk::Adjustment hours_adjustment; Gtk::Adjustment mins_adjustment; Gtk::Adjustment secs_adjustment; #endif bool millis; }; inline TimeEntry::signal_value_changed_t& TimeEntry::signal_value_changed() { return sig_value_changed; } #endif // TIMEENTRY_HH workrave-1_10_10/frontend/gtkmm/src/TimerBoxGtkView.cc000066400000000000000000000333141263301626300227500ustar00rootroot00000000000000// TimerBoxGtkView.cc --- Timers Widgets // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include "nls.h" #include "debug.hh" #include "EventButton.hh" #include "TimerBoxGtkView.hh" #include "TimeBar.hh" #include "Util.hh" #include "Text.hh" #include "Menus.hh" #include "GUI.hh" #include "GtkUtil.hh" #include "CoreFactory.hh" #include "IBreak.hh" //! Constructor. TimerBoxGtkView::TimerBoxGtkView(Menus::MenuKind menu, bool transparent) : menu(menu), transparent(transparent), reconfigure(true), labels(NULL), bars(NULL), sheep(NULL), sheep_eventbox(NULL), orientation(ORIENTATION_UP), size(0), table_rows(-1), table_columns(-1), table_reverse(false), visible_count(-1), rotation(0), sheep_only(false) { init(); } //! Destructor. TimerBoxGtkView::~TimerBoxGtkView() { TRACE_ENTER("TimerBoxGtkView::~TimerBoxGtkView"); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (labels[i] != NULL) labels[i]->unreference(); delete labels[i]; if (bars[i] != NULL) bars[i]->unreference(); delete bars[i]; } delete [] bars; delete [] labels; if (sheep != NULL) sheep->unreference(); if (sheep_eventbox != NULL) { sheep_eventbox->unreference(); // FIXME: check if this is needed/Okay. delete sheep_eventbox; } TRACE_EXIT(); } //! Sets the geometry of the timerbox. void TimerBoxGtkView::set_geometry(Orientation orientation, int size) { TRACE_ENTER_MSG("TimerBoxGtkView::set_geometry", orientation << " " << size); this->orientation = orientation; this->size = size; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { bars[i]->queue_resize(); } init_table(); TRACE_EXIT(); } //! Initializes the timerbox. void TimerBoxGtkView::init() { TRACE_ENTER("TimerBoxGtkView::init"); if (sheep != NULL) sheep->unreference(); if (sheep_eventbox != NULL) sheep_eventbox->unreference(); sheep_eventbox = new Gtk::EventBox; sheep_eventbox->set_events(sheep_eventbox->get_events() | Gdk::BUTTON_PRESS_MASK | Gdk::BUTTON_RELEASE_MASK); sheep_eventbox->property_visible_window() = false; string sheep_file = Util::complete_directory("workrave-icon-medium.png", Util::SEARCH_PATH_IMAGES); sheep = Gtk::manage(new Gtk::Image(sheep_file)); sheep_eventbox->set_tooltip_text("Workrave"); sheep_eventbox->add(*sheep); sheep->reference(); sheep_eventbox->reference(); init_widgets(); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { current_content[i] = new_content[i] = BREAK_ID_NONE; labels[i]->reference(); bars[i]->reference(); } reconfigure = true; TRACE_EXIT(); } //! Initializes the widgets. void TimerBoxGtkView::init_widgets() { labels = new Gtk::Widget*[BREAK_ID_SIZEOF]; bars = new TimeBar*[BREAK_ID_SIZEOF]; Glib::RefPtr size_group = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_BOTH); const char *icons[] = { "timer-micro-break.png", "timer-rest-break.png", "timer-daily.png" }; for (int count = 0; count < BREAK_ID_SIZEOF; count++) { string icon = Util::complete_directory(string(icons[count]), Util::SEARCH_PATH_IMAGES); Gtk::Image *img = new Gtk::Image(icon); Gtk::Widget *w; if (count == BREAK_ID_REST_BREAK) { img->set_padding(0,0); EventButton *b = new EventButton(); b->set_relief(Gtk::RELIEF_NONE); b->set_border_width(0); b->add(*Gtk::manage(img)); b->set_tooltip_text(_("Take rest break now")); IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); b->signal_clicked().connect(sigc::mem_fun(*menus, &Menus::on_menu_restbreak_now)); b->button_pressed.connect(sigc::mem_fun(*this, &TimerBoxGtkView::on_restbreak_button_press_event)); w = b; } else { w = img; img->set_padding(0,2); } size_group->add_widget(*w); labels[count] = w; bars[count] = new TimeBar; bars[count]->set_text_alignment(1); bars[count]->set_progress(0, 60); bars[count]->set_text(_("Wait")); } } int TimerBoxGtkView::get_number_of_timers() const { int number_of_timers = 0; if (!sheep_only) { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (new_content[i] != BREAK_ID_NONE) { number_of_timers++; } } } return number_of_timers; } //! Initializes the applet. void TimerBoxGtkView::init_table() { TRACE_ENTER("TimerBoxGtkView::init_table"); // Compute number of visible breaks. int number_of_timers = get_number_of_timers(); TRACE_MSG("number_of_timers = " << number_of_timers); // Compute table dimensions. int rows = number_of_timers; int columns = 1; int reverse = false; int tsize = size; rotation = 0; if (rows == 0) { // Show sheep. rows = 1; } Gtk::Requisition label_size; Gtk::Requisition bar_size; Gtk::Requisition my_size; #ifdef HAVE_GTK3 GtkRequisition natural_size; labels[0]->get_preferred_size(label_size, natural_size); get_preferred_size(my_size, natural_size); TRACE_MSG("my_size = " << my_size.width << " " << my_size.height); TRACE_MSG("natural_size = " << natural_size.width << " " << natural_size.height); #else labels[0]->size_request(label_size); size_request(my_size); #endif for (int i = 0; i < BREAK_ID_SIZEOF; i++) { bars[i]->set_rotation(0); } bars[0]->get_preferred_size(bar_size.width, bar_size.height); TRACE_MSG("bar_size = " << bar_size.width << " " << bar_size.height); TRACE_MSG("label_size = " << label_size.width << " " << label_size.height); if (size == -1 && (orientation == ORIENTATION_LEFT)) { tsize = label_size.width + bar_size.width + 9; } if (tsize != -1) { if ((orientation == ORIENTATION_LEFT || orientation == ORIENTATION_RIGHT)) { set_size_request(tsize, -1); } else { set_size_request(-1, tsize); } TRACE_MSG("size request = " << tsize); } if (orientation == ORIENTATION_LEFT || orientation == ORIENTATION_RIGHT) { if (tsize > bar_size.width + label_size.width + 8) { columns = 2; rows = number_of_timers; } else if (tsize > bar_size.width + 2) { columns = 1; rows = 2 * number_of_timers; } else { columns = 1; rows = 2 * number_of_timers; if (orientation == ORIENTATION_LEFT) { rotation = 90; } else { rotation = 270; reverse = true; } } if (rows <= 0) { TRACE_MSG("too small: rows"); rows = 1; } } else { rows = tsize / (bar_size.height); if (rows <= 0) { TRACE_MSG("too small: rows"); rows = 1; } columns = 2 * ((number_of_timers + rows - 1) / rows); if (columns <= 0) { columns = 1; } } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { bars[i]->set_rotation(rotation); } TRACE_MSG("c/r " << columns << " " << rows << " " << rotation); bool remove_all = rows != table_rows || columns != table_columns || number_of_timers != visible_count || reverse != table_reverse; // Remove old for (int i = 0; i < BREAK_ID_SIZEOF; i++) { int id = current_content[i]; if (id != -1 && (id != new_content[i] || remove_all)) { TRACE_MSG("remove " << i << " " << id); Gtk::Widget *child = labels[id]; remove(*child); child = bars[id]; remove(*child); current_content[i] = -1; } } // Remove sheep if ((number_of_timers > 0 || remove_all) && visible_count == 0) { TRACE_MSG("remove sheep"); remove(*sheep_eventbox); visible_count = -1; } TRACE_MSG(rows <<" " << table_rows << " " << columns << " " << table_columns); // if (rows != table_rows || columns != table_columns || number_of_timers != visible_count) { TRACE_MSG("resize"); resize(rows, columns); set_spacings(0); //show_all(); table_columns = columns; table_rows = rows; table_reverse = reverse; } // Add sheep. if (number_of_timers == 0 && visible_count != 0) { TRACE_MSG("add sheep"); attach(*sheep_eventbox, 0, 2, 0, 1, Gtk::FILL, Gtk::SHRINK); } // Fill table. for (int i = 0; i < number_of_timers; i++) { int id = new_content[i]; int cid = current_content[i]; if (id != cid) { int item = i; if (reverse) { item = number_of_timers - i + 1; } current_content[i] = id; int cur_row = (2 * item) / columns; int cur_col = (2 * item) % columns; attach(*labels[id], cur_col, cur_col + 1, cur_row, cur_row + 1, Gtk::SHRINK, Gtk::EXPAND); int bias = 1; if (reverse) { bias = -1; } cur_row = (2 * item + bias) / columns; cur_col = (2 * item + bias) % columns; attach(*bars[id], cur_col, cur_col + 1, cur_row, cur_row + 1, Gtk::FILL | Gtk::EXPAND, Gtk::EXPAND); } } for (int i = number_of_timers; i < BREAK_ID_SIZEOF; i++) { current_content[i] = -1; } visible_count = number_of_timers; show_all(); #ifdef HAVE_GTK3 get_preferred_size(my_size, natural_size); TRACE_MSG("my_size = " << my_size.width << " " << my_size.height); TRACE_MSG("natural_size = " << natural_size.width << " " << natural_size.height); #endif TRACE_EXIT(); } void TimerBoxGtkView::set_slot(BreakId id, int slot) { if (current_content[slot] != id) { new_content[slot] = id; reconfigure = true; } } void TimerBoxGtkView::set_time_bar(BreakId id, std::string text, TimeBar::ColorId primary_color, int primary_val, int primary_max, TimeBar::ColorId secondary_color, int secondary_val, int secondary_max) { TRACE_ENTER_MSG("TimerBoxGtkView::set_time_bar", id); TRACE_MSG(text); TRACE_MSG(primary_val << " " << primary_max << " " << int(primary_color)); TRACE_MSG(secondary_val << " " << secondary_max <<" " << int(secondary_color)); TimeBar *bar = bars[id]; bar->set_text(text); bar->set_bar_color(primary_color); bar->set_progress(primary_val, primary_max); bar->set_secondary_bar_color(secondary_color); bar->set_secondary_progress(secondary_val, secondary_max); TRACE_EXIT(); } void TimerBoxGtkView::set_tip(string tip) { sheep_eventbox->set_tooltip_text(tip.c_str()); } void TimerBoxGtkView::set_icon(IconType icon) { string file; switch (icon) { case ICON_NORMAL: file = Util::complete_directory("workrave-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; case ICON_QUIET: file = Util::complete_directory("workrave-quiet-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; case ICON_SUSPENDED: file = Util::complete_directory("workrave-suspended-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; } if (file != "") { sheep->set(file); } } void TimerBoxGtkView::update_view() { if (reconfigure) { init_table(); reconfigure = false; } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { bars[i]->update(); } } void TimerBoxGtkView::set_enabled(bool enabled) { (void) enabled; // Status window disappears, no need to do anything here. } void TimerBoxGtkView::set_sheep_only(bool sheep_only) { TRACE_ENTER_MSG("TimerBoxGtkView::set_sheep_only", sheep_only); if (this->sheep_only != sheep_only) { this->sheep_only = sheep_only; reconfigure = true; update_view(); } TRACE_EXIT(); } bool TimerBoxGtkView::is_sheep_only() const { return sheep_only || get_number_of_timers() == 0; } //! User pressed some mouse button in the main window. bool TimerBoxGtkView::on_restbreak_button_press_event(int button) { bool ret = false; if (button == 3 && menu != Menus::MENU_NONE) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->popup(menu, 0 /*event->button */, 0); ret = true; } return ret; } #ifdef HAVE_GTK3 bool TimerBoxGtkView::on_draw(const Cairo::RefPtr &cr) { if (transparent) { cr->set_source_rgba(0, 0, 0, 0); cr->set_operator(Cairo::OPERATOR_SOURCE); cr->paint(); }; return Gtk::Widget::on_draw(cr); } #endif workrave-1_10_10/frontend/gtkmm/src/TimerBoxGtkView.hh000066400000000000000000000057351263301626300227700ustar00rootroot00000000000000// TimerBoxtGtkView.hh --- All timers // // Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOXGTKVIEW_HH #define TIMERBOXGTKVIEW_HH #include "preinclude.h" #include #include #include "ITimerBoxView.hh" #include "TimeBar.hh" #include "Menus.hh" class EventImage; namespace Gtk { class Image; class Bin; class Image; class EventBox; } class TimerBoxGtkView : public Gtk::Table, public ITimerBoxView { public: TimerBoxGtkView(Menus::MenuKind menu, bool transparent = false); ~TimerBoxGtkView(); void set_geometry(Orientation orientation, int size); int get_visible_count() const; void set_slot(BreakId id, int slot); void set_time_bar(BreakId id, std::string text, TimeBar::ColorId primary_color, int primary_value, int primary_max, TimeBar::ColorId secondary_color, int secondary_value, int secondary_max); void set_tip(std::string tip); void set_icon(IconType icon); void update_view(); void set_enabled(bool enabled); void set_sheep_only(bool sheep_only); bool is_sheep_only() const; #ifdef HAVE_GTK3 virtual bool on_draw(const Cairo::RefPtr& cr); #endif private: void init_widgets(); void init_table(); void init(); bool on_restbreak_button_press_event(int button); int get_number_of_timers() const; //! What menu to active on click Menus::MenuKind menu; //! Use tranparentcy. bool transparent; //! Reconfigure the panel. bool reconfigure; //! Array of time labels Gtk::Widget **labels; //! Array of time bar widgets. TimeBar **bars; //! Sheep Gtk::Image *sheep; //! Sheep Gtk::EventBox *sheep_eventbox; //! orientation. Orientation orientation; //! Size int size; //! Rows int table_rows; //! Columns int table_columns; //! Reverse int table_reverse; //! Current slot content. int current_content[BREAK_ID_SIZEOF]; //! New slot content. int new_content[BREAK_ID_SIZEOF]; //! Number of visible breaks. int visible_count; //! Rotation (clockwise in degress) int rotation; //! Only show the sheep bool sheep_only; }; inline int TimerBoxGtkView::get_visible_count() const { return visible_count; } #endif // TIMERBOXGTKVIEW_HH workrave-1_10_10/frontend/gtkmm/src/TimerBoxPreferencePage.cc000066400000000000000000000245431263301626300242470ustar00rootroot00000000000000// TimerBoxPreferencePage.cc --- Preferences widgets for a timer // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include #include "nls.h" #include "debug.hh" #include "TimerBoxPreferencePage.hh" #include "IBreak.hh" #include "IConfigurator.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "CoreConfig.hh" #include "GtkUtil.hh" #include "Hig.hh" #include "GUIConfig.hh" #include "TimerBoxControl.hh" //! Constructs the Applet Preference Notebook page. TimerBoxPreferencePage::TimerBoxPreferencePage(string n) : Gtk::HBox(false, 6), name(n), ontop_cb(NULL) { TRACE_ENTER("TimerBoxPreferencePage::TimerBoxPreferencePage"); create_page(); init_page_values(); enable_buttons(); init_page_callbacks(); IConfigurator *config = CoreFactory::get_configurator(); config->add_listener(TimerBoxControl::CFG_KEY_TIMERBOX + name, this); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { ICore *core = CoreFactory::get_core(); assert(core != NULL); config->add_listener(CoreConfig::CFG_KEY_BREAK_ENABLED % BreakId(i), this); } TRACE_EXIT(); } //! Destructs the Applet Preference Notebook page. TimerBoxPreferencePage::~TimerBoxPreferencePage() { TRACE_ENTER("TimerBoxPreferencePage::~TimerBoxPreferencePage"); IConfigurator *config = CoreFactory::get_configurator(); config->remove_listener(this); TRACE_EXIT(); } //! Initializes all widgets. void TimerBoxPreferencePage::create_page() { // Placement place_button = Gtk::manage(new Gtk::ComboBoxText()); #if GTKMM_CHECK_VERSION(2, 24, 0) place_button->append(_("Place timers next to each other")); place_button->append(_("Place micro-break and rest break in one spot")); place_button->append(_("Place rest break and daily limit in one spot")); place_button->append(_("Place all timers in one spot")); #else place_button->append_text(_("Place timers next to each other")); place_button->append_text(_("Place micro-break and rest break in one spot")); place_button->append_text(_("Place rest break and daily limit in one spot")); place_button->append_text(_("Place all timers in one spot")); #endif // Cycle time spin button. cycle_entry = Gtk::manage(new Gtk::SpinButton()); cycle_entry->set_range(1, 999); cycle_entry->set_increments(1, 10); cycle_entry->set_numeric(true); cycle_entry->set_width_chars(3); cycle_entry->signal_changed().connect (sigc::mem_fun(*this, &TimerBoxPreferencePage::on_cycle_time_changed)); // Timer display for (int i = 0; i < BREAK_ID_SIZEOF; i++) { Gtk::ComboBoxText *display_button = Gtk::manage(new Gtk::ComboBoxText()); timer_display_button[i] = display_button; #if GTKMM_CHECK_VERSION(2, 24, 0) display_button->append(_("Hide")); display_button->append(_("Show")); display_button->append(_("Show only when this timer is first due")); #else display_button->append_text(_("Hide")); display_button->append_text(_("Show")); display_button->append_text(_("Show only when this timer is first due")); #endif } // Enabled/Disabled checkbox Gtk::Label *enabled_lab = NULL; if (name == "main_window") { enabled_lab = Gtk::manage(GtkUtil::create_label(_("Show status window"), false)); // Always-on-top ontop_cb = Gtk::manage (new Gtk::CheckButton (_("The status window stays always on top of other windows"))); ontop_cb->signal_toggled().connect(sigc::mem_fun(*this, &TimerBoxPreferencePage::on_always_on_top_toggled)); ontop_cb->set_active(GUIConfig::get_always_on_top()); } else if (name == "applet") { enabled_lab = Gtk::manage(GtkUtil::create_label(_("Applet enabled"), false)); } enabled_cb = Gtk::manage(new Gtk::CheckButton()); enabled_cb->add(*enabled_lab); HigCategoryPanel *hig = Gtk::manage(new HigCategoryPanel(_("Display"))); hig->add_widget(*enabled_cb); if (ontop_cb != NULL) { hig->add_widget(*ontop_cb); } hig->add_label(_("Placement:"), *place_button); hig->add_label(_("Cycle time:"), *cycle_entry); hig->add_caption(_("Timers")); // Layout hig->add_label(_("Micro-break:"), *timer_display_button[0]); hig->add_label(_("Rest break:"), *timer_display_button[1]); hig->add_label(_("Daily limit:"), *timer_display_button[2]); pack_end(*hig, true, true, 0); set_border_width(12); } //! Retrieves the applet configuration and sets the widgets. void TimerBoxPreferencePage::init_page_values() { int mp_slot = TimerBoxControl::get_timer_slot(name, BREAK_ID_MICRO_BREAK); int rb_slot = TimerBoxControl::get_timer_slot(name, BREAK_ID_REST_BREAK); int dl_slot = TimerBoxControl::get_timer_slot(name, BREAK_ID_DAILY_LIMIT); int place; if (mp_slot < rb_slot && rb_slot < dl_slot) { place = 0; } else if (mp_slot == rb_slot && rb_slot == dl_slot) { place = 3; } else if (mp_slot == rb_slot) { place = 1; } else { place = 2; } place_button->set_active(place); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { int flags = TimerBoxControl::get_timer_flags(name, (BreakId) i); int showhide; if (flags & TimerBoxControl::BREAK_HIDE) { showhide = 0; } else if (flags & TimerBoxControl::BREAK_WHEN_FIRST) { showhide = 2; } else { showhide = 1; } timer_display_button[i]->set_active(showhide); } cycle_entry->set_value(TimerBoxControl::get_cycle_time(name)); enabled_cb->set_active(TimerBoxControl::is_enabled(name)); enable_buttons(); } void TimerBoxPreferencePage::init_page_callbacks() { place_button->signal_changed().connect (sigc::mem_fun(*this, &TimerBoxPreferencePage::on_place_changed)); enabled_cb->signal_toggled().connect(sigc::mem_fun(*this, &TimerBoxPreferencePage::on_enabled_toggled)); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { timer_display_button[i]->signal_changed().connect (bind(sigc::mem_fun(*this, &TimerBoxPreferencePage::on_display_changed), i)); } } //! The applet on/off checkbox has been toggled. void TimerBoxPreferencePage::on_enabled_toggled() { bool on = enabled_cb->get_active(); TimerBoxControl::set_enabled(name, on); enable_buttons(); } //! The placement is changed. void TimerBoxPreferencePage::on_place_changed() { int slots[BREAK_ID_SIZEOF]; int idx = place_button->get_active_row_number(); switch (idx) { case 0: slots[BREAK_ID_MICRO_BREAK] = 0; slots[BREAK_ID_REST_BREAK] = 1; slots[BREAK_ID_DAILY_LIMIT] = 2; break; case 1: slots[BREAK_ID_MICRO_BREAK] = 0; slots[BREAK_ID_REST_BREAK] = 0; slots[BREAK_ID_DAILY_LIMIT] = 1; break; case 2: slots[BREAK_ID_MICRO_BREAK] = 0; slots[BREAK_ID_REST_BREAK] = 1; slots[BREAK_ID_DAILY_LIMIT] = 1; break; case 3: slots[BREAK_ID_MICRO_BREAK] = 0; slots[BREAK_ID_REST_BREAK] = 0; slots[BREAK_ID_DAILY_LIMIT] = 0; break; default: slots[BREAK_ID_MICRO_BREAK] = -1; slots[BREAK_ID_REST_BREAK] = -1; slots[BREAK_ID_DAILY_LIMIT] = -1; } for (int i = 0; i < BREAK_ID_SIZEOF; i++) { TimerBoxControl::set_timer_slot(name, (BreakId) i, slots[i]); } } //! The display of the specified break is changed. void TimerBoxPreferencePage::on_display_changed(int break_id) { int sel = timer_display_button[break_id]->get_active_row_number(); int flags = 0; switch (sel) { case 0: flags |= TimerBoxControl::BREAK_HIDE; break; case 1: flags = 0; break; default: flags = TimerBoxControl::BREAK_WHEN_FIRST; break; } TimerBoxControl::set_timer_flags(name, (BreakId) break_id, flags); enable_buttons(); } //! Enable widgets void TimerBoxPreferencePage::enable_buttons(void) { int count = 0; for (int i = 0; i < BREAK_ID_SIZEOF; i++) { if (timer_display_button[i]->get_active() == 0) { count++; } } if (name == "applet") { bool on = enabled_cb->get_active(); place_button->set_sensitive(on && count != 3); for (int i = 0; i < BREAK_ID_SIZEOF; i++) { ICore *core = CoreFactory::get_core(); assert(core != NULL); IBreak *b = core->get_break(BreakId(i)); bool timer_on = b->is_enabled(); timer_display_button[i]->set_sensitive(on && timer_on); } cycle_entry->set_sensitive(on && count != 3); } else if (name == "main_window") { for (int i = 0; i < BREAK_ID_SIZEOF; i++) { ICore *core = CoreFactory::get_core(); assert(core != NULL); IBreak *b = core->get_break(BreakId(i)); timer_display_button[i]->set_sensitive(b->is_enabled()); } if (count == 3) { if (TimerBoxControl::is_enabled(name)) { TimerBoxControl::set_enabled(name, false); } enabled_cb->set_active(false); } enabled_cb->set_sensitive(count != 3); place_button->set_sensitive(count != 3); cycle_entry->set_sensitive(count != 3); ontop_cb->set_sensitive(count != 3); } } //! The applet cycle time has been changed. void TimerBoxPreferencePage::on_cycle_time_changed() { int value = (int) cycle_entry->get_value(); TimerBoxControl::set_cycle_time(name, value); } void TimerBoxPreferencePage::on_always_on_top_toggled() { GUIConfig::set_always_on_top(ontop_cb->get_active()); } void TimerBoxPreferencePage::config_changed_notify(const string &key) { TRACE_ENTER("TimerBoxPreferencePage::config_changed_notify"); (void)key; enable_buttons(); TRACE_EXIT(); } workrave-1_10_10/frontend/gtkmm/src/TimerBoxPreferencePage.hh000066400000000000000000000043411263301626300242530ustar00rootroot00000000000000// AppletPreferencesPanel.hh --- Preferences widgets for a timer // // Copyright (C) 2002, 2003, 2005, 2006, 2007, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOXPREFERENCEPAGE_HH #define TIMERBOXPREFERENCEPAGE_HH class Configurator; namespace Gtk { class ComboBoxText; class SpinButton; class CheckButton; } #include "ICore.hh" #include "IConfiguratorListener.hh" #include #include using namespace workrave; using namespace std; using namespace workrave; class TimerBoxPreferencePage : public Gtk::HBox, public IConfiguratorListener { public: TimerBoxPreferencePage(string name); ~TimerBoxPreferencePage(); private: void create_page(); void init_page_values(); void init_page_callbacks(); void enable_buttons(); void on_enabled_toggled(); void on_place_changed(); void on_display_changed(int break_id); void on_cycle_time_changed(); void on_always_on_top_toggled(); void config_changed_notify(const string &key); string name; Gtk::CheckButton *ontop_cb; Gtk::CheckButton *enabled_cb; Gtk::ComboBoxText *place_button; Gtk::ComboBoxText *timer_display_button[BREAK_ID_SIZEOF]; Gtk::SpinButton *cycle_entry; }; #ifndef GTKMM_CHECK_VERSION # define GTKMM_CHECK_VERSION(major, minor, micro) \ (GTKMM_MAJOR_VERSION > (major) \ || (GTKMM_MAJOR_VERSION == (major) \ && (GTKMM_MINOR_VERSION > (minor) \ || (GTKMM_MINOR_VERSION == (minor) \ && GTKMM_MICRO_VERSION >= (micro))))) #endif #endif // TIMERBOXPREFERENCEPAGE_HH workrave-1_10_10/frontend/gtkmm/src/TimerPreferencesPanel.cc000066400000000000000000000275771263301626300241560ustar00rootroot00000000000000// TimerPreferencesPanel.cc --- Preferences widgets for a timer // // Copyright (C) 2002 - 2013 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #ifdef HAVE_UNISTD_H #include #endif #include #include #include "nls.h" #include "debug.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "IConfigurator.hh" #include "IBreak.hh" #include "TimeEntry.hh" #include "TimerPreferencesPanel.hh" #include "GtkUtil.hh" #include "Hig.hh" #include "GUIConfig.hh" #include "CoreConfig.hh" #include "DataConnector.hh" using namespace std; TimerPreferencesPanel::TimerPreferencesPanel (BreakId t, Glib::RefPtr hsize_group, Glib::RefPtr vsize_group) : Gtk::VBox(false, 6) #ifdef HAVE_GTK3 ,max_prelude_adjustment(Gtk::Adjustment::create(0, 1, 100)) # ifdef HAVE_EXERCISES ,exercises_adjustment(Gtk::Adjustment::create(0, 0, 10)) # endif #else ,max_prelude_adjustment(0, 1, 100) # ifdef HAVE_EXERCISES ,exercises_adjustment(0, 0, 10) # endif #endif { connector = new DataConnector(); break_id = t; Gtk::HBox *box = Gtk::manage(new Gtk::HBox(false, 6)); // Enabled/Disabled checkbox Gtk::Label *enabled_lab = Gtk::manage(GtkUtil::create_label(_("Enable timer"), true)); enabled_cb = Gtk::manage(new Gtk::CheckButton()); enabled_cb->add(*enabled_lab); enabled_cb->signal_toggled().connect(sigc::mem_fun(*this, &TimerPreferencesPanel::on_enabled_toggled)); HigCategoriesPanel *categories = Gtk::manage(new HigCategoriesPanel()); Gtk::Widget *prelude_frame = Gtk::manage(create_prelude_panel()); Gtk::Widget *timers_frame = Gtk::manage(create_timers_panel (hsize_group, vsize_group)); Gtk::Widget *opts_frame = Gtk::manage(create_options_panel()); categories->add(*timers_frame); categories->add(*opts_frame); enable_buttons(); // Overall box box->pack_start(*categories, false, false, 0); box->pack_start(*prelude_frame, false, false, 0); pack_start(*enabled_cb, false, false, 0); pack_start(*box, false, false, 0); connector->connect(CoreConfig::CFG_KEY_BREAK_ENABLED % break_id, dc::wrap(enabled_cb)); set_border_width(12); } TimerPreferencesPanel::~TimerPreferencesPanel() { delete connector; } Gtk::Widget * TimerPreferencesPanel::create_prelude_panel() { // Prelude frame HigCategoryPanel *hig = Gtk::manage(new HigCategoryPanel(_("Break prompting"))); prelude_cb = Gtk::manage(new Gtk::CheckButton(_("Prompt before breaking"))); hig->add_widget(*prelude_cb); Gtk::HBox *max_box = Gtk::manage(new Gtk::HBox()); has_max_prelude_cb = Gtk::manage(new Gtk::CheckButton(_("Maximum number of prompts:"))); max_prelude_spin = Gtk::manage(new Gtk::SpinButton(max_prelude_adjustment)); max_box->pack_start(*has_max_prelude_cb, false, false, 0); max_box->pack_start(*max_prelude_spin, false, false, 0); hig->add_widget(*max_box); connector->connect(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, dc::wrap(prelude_cb), sigc::mem_fun(*this, &TimerPreferencesPanel::on_preludes_changed)); connector->connect(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, dc::wrap(has_max_prelude_cb), sigc::mem_fun(*this, &TimerPreferencesPanel::on_preludes_changed), dc::NO_CONFIG); connector->connect(CoreConfig::CFG_KEY_BREAK_MAX_PRELUDES % break_id, dc::wrap(max_prelude_spin), sigc::mem_fun(*this, &TimerPreferencesPanel::on_preludes_changed), dc::NO_CONFIG); return hig; } Gtk::Widget * TimerPreferencesPanel::create_options_panel() { HigCategoryPanel *hig = Gtk::manage(new HigCategoryPanel(_("Options"))); // Ignorable ignorable_cb = Gtk::manage(new Gtk::CheckButton (_("Show 'Postpone' button"))); hig->add_widget(*ignorable_cb); // Skippable skippable_cb = Gtk::manage(new Gtk::CheckButton (_("Show 'Skip' button"))); hig->add_widget(*skippable_cb); // Sensitive for activity activity_sensitive_cb = Gtk::manage(new Gtk::CheckButton (_("Suspend timer when inactive"))); #if REMOVED_IN_FAVOR_OF_READING_MODE__REMOVE_LATER hig->add(*activity_sensitive_cb); #endif // Break specific options #ifdef HAVE_EXERCISES exercises_spin = NULL; #endif #ifdef HAVE_MICRO_BREAK_ACTIVITY monitor_cb = NULL; auto_natural_cb = NULL; allow_shutdown_cb = NULL; if (break_id == BREAK_ID_DAILY_LIMIT) { monitor_cb = Gtk::manage(new Gtk::CheckButton(_("Regard micro-breaks as activity"))); hig->add_widget(*monitor_cb); } #endif #ifdef HAVE_EXERCISES if (break_id == BREAK_ID_REST_BREAK) { exercises_spin = Gtk::manage(new Gtk::SpinButton(exercises_adjustment)); hig->add_label(_("Number of exercises:"), *exercises_spin); } #endif if (break_id == BREAK_ID_REST_BREAK) { auto_natural_cb = Gtk::manage(new Gtk::CheckButton(_("Start restbreak when screen is locked"))); hig->add_widget(*auto_natural_cb); connector->connect(GUIConfig::CFG_KEY_BREAK_AUTO_NATURAL % break_id, dc::wrap(auto_natural_cb)); allow_shutdown_cb = Gtk::manage(new Gtk::CheckButton(_("Enable shutting down the computer from the rest screen"))); hig->add_widget(*allow_shutdown_cb); connector->connect(GUIConfig::CFG_KEY_BREAK_ENABLE_SHUTDOWN % break_id, dc::wrap(allow_shutdown_cb)); } connector->connect(CoreConfig::CFG_KEY_TIMER_ACTIVITY_SENSITIVE % break_id, dc::wrap(activity_sensitive_cb)); connector->connect(GUIConfig::CFG_KEY_BREAK_IGNORABLE % break_id, dc::wrap(ignorable_cb)); connector->connect(GUIConfig::CFG_KEY_BREAK_SKIPPABLE % break_id, dc::wrap(skippable_cb)); #ifdef HAVE_EXERCISES if (break_id == BREAK_ID_REST_BREAK) { connector->connect(GUIConfig::CFG_KEY_BREAK_EXERCISES % break_id, dc::wrap(exercises_spin)); } #endif connector->connect(CoreConfig::CFG_KEY_TIMER_MONITOR % break_id, dc::wrap(monitor_cb), sigc::mem_fun(*this, &TimerPreferencesPanel::on_monitor_changed)); return hig; } Gtk::Widget * TimerPreferencesPanel::create_timers_panel (Glib::RefPtr hsize_group, Glib::RefPtr vsize_group) { HigCategoryPanel *hig = Gtk::manage(new HigCategoryPanel(_("Timers"))); // Limit time limit_tim = Gtk::manage(new TimeEntry()); Gtk::Label *limit_lab = hig->add_label(break_id == BREAK_ID_DAILY_LIMIT ? _("Time before end:") : _("Time between breaks:"), *limit_tim); hsize_group->add_widget(*limit_lab); // Auto-reset time if (break_id != BREAK_ID_DAILY_LIMIT) { const char *auto_reset_txt = _("Break duration:"); auto_reset_tim = Gtk::manage(new TimeEntry()); Gtk::Label *auto_reset_lab = Gtk::manage(new Gtk::Label(auto_reset_txt)); hsize_group->add_widget(*auto_reset_lab); hig->add_label(*auto_reset_lab, *auto_reset_tim); } else { auto_reset_tim = NULL; } // Snooze time snooze_tim = Gtk::manage(new TimeEntry()); Gtk::Label *snooze_lab = hig->add_label(_("Postpone time:"), *snooze_tim); hsize_group->add_widget(*snooze_lab); vsize_group->add_widget(*hig); connector->connect(CoreConfig::CFG_KEY_TIMER_LIMIT % break_id, dc::wrap(limit_tim)); connector->connect(CoreConfig::CFG_KEY_TIMER_AUTO_RESET % break_id, dc::wrap(auto_reset_tim)); connector->connect(CoreConfig::CFG_KEY_TIMER_SNOOZE % break_id, dc::wrap(snooze_tim)); return hig; } void TimerPreferencesPanel::set_prelude_sensitivity() { bool on = enabled_cb->get_active(); bool has_preludes = prelude_cb->get_active(); bool has_max = has_max_prelude_cb->get_active(); has_max_prelude_cb->set_sensitive(has_preludes && on); max_prelude_spin->set_sensitive(has_preludes && has_max && on); } bool TimerPreferencesPanel::on_preludes_changed(const std::string &key, bool write) { static bool inside = false; if (inside) return true; inside = true; IConfigurator *config = CoreFactory::get_configurator(); if (write) { int mp; if (prelude_cb->get_active()) { if (has_max_prelude_cb->get_active()) { #ifdef HAVE_GTK3 mp = (int) max_prelude_adjustment->get_value(); #else mp = (int) max_prelude_adjustment.get_value(); #endif } else { mp = -1; } } else { mp = 0; } config->set_value(key, mp); set_prelude_sensitivity(); } else { int value; bool ok = config->get_value(key, value); if (ok) { if (value == -1) { prelude_cb->set_active(true); has_max_prelude_cb->set_active(false); } else if (value == 0) { prelude_cb->set_active(false); has_max_prelude_cb->set_active(false); } else { prelude_cb->set_active(true); has_max_prelude_cb->set_active(true); #ifdef HAVE_GTK3 max_prelude_adjustment->set_value(value); #else max_prelude_adjustment.set_value(value); #endif } set_prelude_sensitivity(); } } inside = false; return true; } #ifdef HAVE_MICRO_BREAK_ACTIVITY bool TimerPreferencesPanel::on_monitor_changed(const string &key, bool write) { IConfigurator *config = CoreFactory::get_configurator(); if (write) { string val; if (monitor_cb->get_active()) { ICore *core = CoreFactory::get_core(); IBreak *mp_break = core->get_break(BREAK_ID_MICRO_BREAK); val = mp_break->get_name(); } config->set_value(key, val); } else { string monitor_name; bool ok = config->get_value(key, monitor_name); if (ok && monitor_name != "") { bool s = monitor_cb->is_sensitive(); monitor_cb->set_active(monitor_name != ""); monitor_cb->set_sensitive(s); } } return true; } #endif void TimerPreferencesPanel::on_enabled_toggled() { enable_buttons(); set_prelude_sensitivity(); } //! Enable widgets void TimerPreferencesPanel::enable_buttons() { bool on = enabled_cb->get_active(); ignorable_cb->set_sensitive(on); skippable_cb->set_sensitive(on); activity_sensitive_cb->set_sensitive(on); #ifdef HAVE_MICRO_BREAK_ACTIVITY if (monitor_cb != NULL) { monitor_cb->set_sensitive(on); } #endif prelude_cb->set_sensitive(on); has_max_prelude_cb->set_sensitive(on); limit_tim->set_sensitive(on); if (auto_reset_tim != NULL) { auto_reset_tim->set_sensitive(on); } snooze_tim->set_sensitive(on); #ifdef HAVE_EXERCISES if (exercises_spin != NULL) { exercises_spin->set_sensitive(on); } #endif if (auto_natural_cb != NULL) { auto_natural_cb->set_sensitive(on); } if (allow_shutdown_cb != NULL) { allow_shutdown_cb->set_sensitive(on); } // max_prelude_spin->set_sensitive(on); } workrave-1_10_10/frontend/gtkmm/src/TimerPreferencesPanel.hh000066400000000000000000000057271263301626300241610ustar00rootroot00000000000000// TimerPreferencesPanel.hh --- Preferences widgets for a timer // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERPREFERENCESPANEL_HH #define TIMERPREFERENCESPANEL_HH #include "preinclude.h" #ifdef HAVE_CONFIG #include "config.h" #endif #include #include #include #include #include #include "ICore.hh" #define HAVE_MICRO_BREAK_ACTIVITY 1 class TimeEntry; class DataConnector; namespace Gtk { class CheckButton; class SpinButton; } using namespace workrave; class TimerPreferencesPanel : public Gtk::VBox { public: TimerPreferencesPanel(BreakId timer, Glib::RefPtr hsize_group, Glib::RefPtr vsize_group); ~TimerPreferencesPanel(); private: #ifdef HAVE_MICRO_BREAK_ACTIVITY bool on_monitor_changed(const std::string &key, bool write); #endif bool on_activity_sensitive_toggled(const std::string &key, bool write); bool on_preludes_changed(const std::string &key, bool write); #ifdef HAVE_EXERCISES void on_exercises_changed(); #endif Gtk::Widget *create_prelude_panel(); Gtk::Widget *create_options_panel(); Gtk::Widget *create_timers_panel(Glib::RefPtr hsize_group, Glib::RefPtr vsize_group); void set_prelude_sensitivity(); void on_enabled_toggled(); void enable_buttons(); BreakId break_id; DataConnector *connector; Gtk::CheckButton *ignorable_cb; Gtk::CheckButton *skippable_cb; Gtk::CheckButton *activity_sensitive_cb; #ifdef HAVE_MICRO_BREAK_ACTIVITY Gtk::CheckButton *monitor_cb; #endif Gtk::CheckButton *prelude_cb; Gtk::CheckButton *has_max_prelude_cb; TimeEntry *limit_tim, *auto_reset_tim, *snooze_tim; Gtk::SpinButton *max_prelude_spin; #ifdef HAVE_GTK3 Glib::RefPtr max_prelude_adjustment; #else Gtk::Adjustment max_prelude_adjustment; #endif Gtk::CheckButton *allow_shutdown_cb; Gtk::CheckButton *enabled_cb; Gtk::CheckButton *auto_natural_cb; #ifdef HAVE_EXERCISES Gtk::SpinButton *exercises_spin; #ifdef HAVE_GTK3 Glib::RefPtr exercises_adjustment; #else Gtk::Adjustment exercises_adjustment; #endif #endif }; #endif // TIMERPREFERENCESPANEL_HH workrave-1_10_10/frontend/gtkmm/src/WindowHints.cc000066400000000000000000000144451263301626300221770ustar00rootroot00000000000000// WindowHints.cc // // Copyright (C) 2001 - 2008, 2011, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "WindowHints.hh" #include "debug.hh" #ifdef PLATFORM_OS_WIN32_NATIVE #undef max #endif #include #ifdef PLATFORM_OS_WIN32 #include #include #include #include "Harpoon.hh" #ifdef PLATFORM_OS_WIN32_NATIVE #undef max #endif #include #include "harpoon.h" #include "W32Compat.hh" #endif #ifdef HAVE_GTK3 GdkDevice *WindowHints::keyboard = NULL; GdkDevice *WindowHints::pointer = NULL; #endif void WindowHints::set_always_on_top(Gtk::Window *window, bool on_top) { #if defined(PLATFORM_OS_WIN32) HWND hwnd = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(GTK_WIDGET(window->gobj()))); W32Compat::SetWindowOnTop(hwnd, on_top); #else window->set_keep_above(on_top); #endif } #ifdef PLATFORM_OS_WIN32 static void win32_block_input(BOOL block) { if (block) Harpoon::block_input(); else Harpoon::unblock_input(); UINT uPreviousState; SystemParametersInfo(SPI_SETSCREENSAVERRUNNING, block, &uPreviousState, 0); } #endif //! Grabs the pointer and the keyboard. WindowHints::Grab * WindowHints::grab(int num_windows, GdkWindow **windows) { TRACE_ENTER("WindowHints::grab"); WindowHints::Grab *handle = NULL; #if defined(PLATFORM_OS_WIN32) if (num_windows > 0) { HWND *unblocked_windows = new HWND[num_windows + 1]; for (int i = 0; i < num_windows; i++) { unblocked_windows[i] = (HWND) GDK_WINDOW_HWND(windows[i]); SetWindowPos(unblocked_windows[i], HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); BringWindowToTop(unblocked_windows[i]); } unblocked_windows[num_windows] = NULL; win32_block_input(TRUE); handle = (WindowHints::Grab *) 0xdeadf00d; delete [] unblocked_windows; } #elif defined(HAVE_GTK3) if (num_windows > 0) { GdkDevice *device = gtk_get_current_event_device(); if (device == NULL) { GdkDisplay *display = gdk_window_get_display(windows[0]); GdkDeviceManager *device_manager = gdk_display_get_device_manager(display); device = gdk_device_manager_get_client_pointer(device_manager); } if (device != NULL) { if (gdk_device_get_source(device) == GDK_SOURCE_KEYBOARD) { keyboard = device; pointer = gdk_device_get_associated_device(device); } else { pointer = device; keyboard = gdk_device_get_associated_device(device); } } GdkGrabStatus keybGrabStatus; keybGrabStatus = gdk_device_grab(keyboard, windows[0], GDK_OWNERSHIP_NONE, TRUE, (GdkEventMask) (GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK), NULL, GDK_CURRENT_TIME); if (keybGrabStatus == GDK_GRAB_SUCCESS) { GdkGrabStatus pointerGrabStatus; pointerGrabStatus = gdk_device_grab(pointer, windows[0], GDK_OWNERSHIP_NONE, TRUE, (GdkEventMask) (GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_POINTER_MOTION_MASK), NULL, GDK_CURRENT_TIME); if (pointerGrabStatus != GDK_GRAB_SUCCESS) { gdk_device_ungrab(keyboard, GDK_CURRENT_TIME); } else { // A bit of a hack, but GTK does not need any data in the handle. // So, let's not waste memory and simply return a bogus non-NULL ptr. handle = (WindowHints::Grab *) 0xdeadf00d; } } } #else if (num_windows > 0) { // Only grab first window. // Grab keyboard. GdkGrabStatus keybGrabStatus; keybGrabStatus = gdk_keyboard_grab(windows[0], TRUE, GDK_CURRENT_TIME); // Grab pointer GdkGrabStatus pointerGrabStatus; pointerGrabStatus = gdk_pointer_grab(windows[0], TRUE, (GdkEventMask) (GDK_BUTTON_RELEASE_MASK | GDK_BUTTON_PRESS_MASK | GDK_POINTER_MOTION_MASK), NULL, NULL, GDK_CURRENT_TIME); if (pointerGrabStatus == GDK_GRAB_SUCCESS && keybGrabStatus == GDK_GRAB_SUCCESS) { // A bit of a hack, but GTK does not need any data in the handle. // So, let's not waste memory and simply return a bogus non-NULL ptr. handle = (WindowHints::Grab *) 0xdeadf00d; } else { // Ungrab both gdk_keyboard_ungrab(GDK_CURRENT_TIME); gdk_pointer_ungrab(GDK_CURRENT_TIME); } TRACE_MSG(keybGrabStatus << " " << pointerGrabStatus); } #endif TRACE_EXIT(); return handle; } //! Releases the pointer and keyboard grab void WindowHints::ungrab(WindowHints::Grab *handle) { if (! handle) return; #if defined(PLATFORM_OS_WIN32) win32_block_input(FALSE); #elif defined(HAVE_GTK3) if (keyboard != NULL) { gdk_device_ungrab(keyboard, GDK_CURRENT_TIME); keyboard = NULL; } if (pointer != NULL) { gdk_device_ungrab(pointer, GDK_CURRENT_TIME); pointer = NULL; } #else gdk_keyboard_ungrab(GDK_CURRENT_TIME); gdk_pointer_ungrab(GDK_CURRENT_TIME); #endif } workrave-1_10_10/frontend/gtkmm/src/WindowHints.hh000066400000000000000000000024711263301626300222050ustar00rootroot00000000000000// WindowHints.hh // // Copyright (C) 2001, 2002, 2003, 2007, 2008, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef WINDOWHINTS_HH #define WINDOWHINTS_HH #include #ifdef PLATFORM_OS_WIN32 #include #endif namespace Gtk { class Window; } class WindowHints { private: public: typedef void *Grab; static void set_always_on_top(Gtk::Window *window, bool ontop); static Grab *grab(int num_windows, GdkWindow **window); static void ungrab(Grab *grab); #if defined(PLATFORM_OS_WIN32) static void attach_thread_input(bool enabled); #endif #ifdef HAVE_GTK3 static GdkDevice *keyboard, *pointer; #endif }; #endif // WINDOWHINTS_HH workrave-1_10_10/frontend/gtkmm/src/X11SystrayAppletWindow.cc000066400000000000000000000217731263301626300242320ustar00rootroot00000000000000// X11SystrayAppletWindow.cc --- Applet info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "X11SystrayAppletWindow.hh" #include "GUI.hh" #include "TimerBoxGtkView.hh" #include "TimerBoxControl.hh" #include "Menus.hh" #include "gtktrayicon.h" //! Constructor. /*! * \param gui the main GUI entry point. * \param control Interface to the controller. */ X11SystrayAppletWindow::X11SystrayAppletWindow() : view(NULL), plug(NULL), container(NULL), applet_orientation(ORIENTATION_UP), applet_size(0), applet_active(false), embedded(false), tray_icon(NULL) { } //! Destructor. X11SystrayAppletWindow::~X11SystrayAppletWindow() { delete plug; delete container; delete timer_box_control; delete timer_box_view; } void X11SystrayAppletWindow::static_notify_callback(GObject *gobject, GParamSpec *arg, gpointer user_data) { (void) gobject; (void) arg; X11SystrayAppletWindow *applet = (X11SystrayAppletWindow *)user_data; applet->notify_callback(); } void X11SystrayAppletWindow::notify_callback() { TRACE_ENTER("X11SystrayAppletWindow::notify_callback"); if (tray_icon != NULL && embedded) { GtkOrientation o = wrgtk_tray_icon_get_orientation(tray_icon); Orientation orientation; if (o != GTK_ORIENTATION_VERTICAL) { orientation = ORIENTATION_UP; TRACE_MSG("up"); } else { orientation = ORIENTATION_LEFT; TRACE_MSG("left"); } if (applet_orientation != orientation) { TRACE_MSG("orientation " << orientation); applet_orientation = orientation; view->set_geometry(applet_orientation, applet_size); } } TRACE_EXIT(); } //! Initializes the applet. AppletWindow::AppletState X11SystrayAppletWindow::activate_applet() { TRACE_ENTER("X11SystrayAppletWindow::activate_applet"); if (applet_active) { TRACE_EXIT(); return APPLET_STATE_ACTIVE; } tray_icon = wrgtk_tray_icon_new("Workrave Tray Icon"); AppletState ret = APPLET_STATE_DISABLED; if (tray_icon != NULL) { g_signal_connect(tray_icon, "notify", G_CALLBACK (static_notify_callback), this); plug = Glib::wrap(GTK_PLUG(tray_icon)); Gtk::EventBox *eventbox = new Gtk::EventBox; eventbox->set_visible_window(false); eventbox->set_events(eventbox->get_events() | Gdk::BUTTON_PRESS_MASK); eventbox->signal_button_press_event().connect(sigc::mem_fun(*this, &X11SystrayAppletWindow::on_button_press_event)); container = eventbox; view = new TimerBoxGtkView(Menus::MENU_MAINAPPLET); timer_box_view = view; timer_box_control = new TimerBoxControl("applet", *timer_box_view); Gtk::VBox *box = manage(new Gtk::VBox()); box->set_spacing(1); box->pack_start(*view, true, true, 0); container->add(*box); plug->signal_embedded().connect(sigc::mem_fun(*this, &X11SystrayAppletWindow::on_embedded)); plug->signal_delete_event().connect(sigc::mem_fun(*this, &X11SystrayAppletWindow::on_delete_event)); plug->signal_size_allocate().connect(sigc::mem_fun(*this, &X11SystrayAppletWindow::on_size_allocate)); plug->add(*container); plug->show_all(); applet_orientation = ORIENTATION_UP; #ifdef HAVE_GTK3 GtkRequisition min_size; GtkRequisition natural_size; plug->get_preferred_size(min_size, natural_size); applet_size = min_size.height; #else Gtk::Requisition req; plug->size_request(req); applet_size = req.height; #endif view->set_geometry(applet_orientation, applet_size); applet_active = true; } TRACE_EXIT(); return ret; } //! Destroys the applet. void X11SystrayAppletWindow::deactivate_applet() { TRACE_ENTER("X11SystrayAppletWindow::destroy_applet"); if (applet_active) { if (plug != NULL) { plug->remove(); delete plug; plug = NULL; } if (container != NULL) { container->remove(); delete container; container = NULL; } delete timer_box_control; timer_box_control = NULL; delete timer_box_view; timer_box_view = NULL; view = NULL; state_changed_signal.emit(AppletWindow::APPLET_STATE_DISABLED); } applet_active = false; TRACE_EXIT(); } //! Applet window is deleted. Destroy applet. bool X11SystrayAppletWindow::on_delete_event(GdkEventAny *event) { (void) event; deactivate_applet(); state_changed_signal.emit(AppletWindow::APPLET_STATE_DISABLED); return true; } //! Notification of the system tray that the applet has been embedded. void X11SystrayAppletWindow::on_embedded() { TRACE_ENTER("X11SystrayAppletWindow::on_embedded"); if (applet_active) { GtkOrientation o = wrgtk_tray_icon_get_orientation(tray_icon); Orientation orientation; if (o != GTK_ORIENTATION_VERTICAL) { orientation = ORIENTATION_UP; } else { orientation = ORIENTATION_LEFT; } embedded = true; applet_size = 24; applet_orientation = orientation; view->set_geometry(applet_orientation, applet_size); #ifdef HAVE_GTK3 gint icon_size = wrgtk_tray_icon_get_icon_size(tray_icon); TRACE_MSG("icon size " << icon_size); #endif } state_changed_signal.emit(AppletWindow::APPLET_STATE_ACTIVE); TRACE_EXIT(); } //! User pressed some mouse button in the main window. bool X11SystrayAppletWindow::on_button_press_event(GdkEventButton *event) { bool ret = false; if (applet_active && event->type == GDK_BUTTON_PRESS && embedded) { if (event->button == 3) { IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->popup(Menus::MENU_MAINAPPLET, 0 /*event->button */, event->time); ret = true; } if (event->button == 1) { button_clicked(1); ret = true; } } return ret; } //! User clicked left mouse button. void X11SystrayAppletWindow::button_clicked(int button) { (void) button; timer_box_control->force_cycle(); } void X11SystrayAppletWindow::on_size_allocate(Gtk::Allocation& allocation) { TRACE_ENTER("X11SystrayAppletWindow::on_size_allocate"); if (embedded) { TRACE_MSG(allocation.get_x() << " " << allocation.get_y() << " " << allocation.get_width() << " " << allocation.get_height()); #ifdef HAVE_GTK3 gint icon_size = wrgtk_tray_icon_get_icon_size(tray_icon); TRACE_MSG("icon size " << icon_size); #endif GtkOrientation o = wrgtk_tray_icon_get_orientation(tray_icon); Orientation orientation; if (o == GTK_ORIENTATION_VERTICAL) { orientation = ORIENTATION_UP; } else { orientation = ORIENTATION_LEFT; } if (orientation == ORIENTATION_UP || orientation == ORIENTATION_DOWN) { if (applet_size != allocation.get_width()) { applet_size = allocation.get_width(); TRACE_MSG("New size = " << applet_size); view->set_geometry(applet_orientation, applet_size); } } else { if (applet_size != allocation.get_height()) { applet_size = allocation.get_height(); TRACE_MSG("New size = " << applet_size); view->set_geometry(applet_orientation, applet_size); } } #ifdef HAVE_GTK3 Gtk::Requisition my_size; GtkRequisition natural_size; view->get_preferred_size(my_size, natural_size); TRACE_MSG("my_size = " << my_size.width << " " << my_size.height); TRACE_MSG("natural_size = " << natural_size.width << " " << natural_size.height); // hack... if (!view->is_sheep_only()) { view->set_sheep_only(allocation.get_width() < my_size.width || allocation.get_height() < my_size.height); } #endif } TRACE_EXIT(); } workrave-1_10_10/frontend/gtkmm/src/X11SystrayAppletWindow.hh000066400000000000000000000045371263301626300242430ustar00rootroot00000000000000// X11SystrayAppletWindow.hh --- X11 Applet Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef X11SYSTRAYAPPLETWINDOW_HH #define X11SYSTRAYAPPLETWINDOW_HH #include "preinclude.h" #include #include "AppletWindow.hh" #include "Orientation.hh" #include #include #include #include #include #include "gtktrayicon.h" class TimerBoxControl; class TimerBoxGtkView; class AppletControl; using namespace workrave; class X11SystrayAppletWindow : public sigc::trackable, public AppletWindow { public: X11SystrayAppletWindow(); virtual ~X11SystrayAppletWindow(); AppletState activate_applet(); void deactivate_applet(); private: //! Gtk timerbox viewer TimerBoxGtkView *view; //! The Gtk+ plug in the panel. Gtk::Plug *plug; //! Container to put the timers in.. Gtk::Bin *container; //! Align break orientationly. Orientation applet_orientation; //! Size of the applet int applet_size; //! Applet currently visible? bool applet_active; //! Applet embedded? bool embedded; //! The tray icon WRGtkTrayIcon *tray_icon; private: static void static_notify_callback(GObject *gobject, GParamSpec *arg, gpointer user_data); void notify_callback(); void on_menu_restbreak_now(); void button_clicked(int button); // Events. void on_embedded(); bool on_button_press_event(GdkEventButton *event); bool on_delete_event(GdkEventAny*); void on_size_allocate(Gtk::Allocation &allocation); }; #endif // X11SYSTRAYAPPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/eggdesktopfile.c000066400000000000000000001156331263301626300225540ustar00rootroot00000000000000/* eggdesktopfile.c - Freedesktop.Org Desktop Files * Copyright (C) 2007 Novell, Inc. * * Based on gnome-desktop-item.c * Copyright (C) 1999, 2000 Red Hat Inc. * Copyright (C) 2001 George Lebl * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. If not, * write to the Free Software Foundation, Inc., 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "eggdesktopfile.h" #include #include #include #include #include struct EggDesktopFile { GKeyFile *key_file; char *source; char *name, *icon; EggDesktopFileType type; char document_code; }; /** * egg_desktop_file_new: * @desktop_file_path: path to a Freedesktop-style Desktop file * @error: error pointer * * Creates a new #EggDesktopFile for @desktop_file. * * Return value: the new #EggDesktopFile, or %NULL on error. **/ EggDesktopFile * egg_desktop_file_new (const char *desktop_file_path, GError **error) { GKeyFile *key_file; key_file = g_key_file_new (); if (!g_key_file_load_from_file (key_file, desktop_file_path, 0, error)) { g_key_file_free (key_file); return NULL; } return egg_desktop_file_new_from_key_file (key_file, desktop_file_path, error); } /** * egg_desktop_file_new_from_data_dirs: * @desktop_file_path: relative path to a Freedesktop-style Desktop file * @error: error pointer * * Looks for @desktop_file_path in the paths returned from * g_get_user_data_dir() and g_get_system_data_dirs(), and creates * a new #EggDesktopFile from it. * * Return value: the new #EggDesktopFile, or %NULL on error. **/ EggDesktopFile * egg_desktop_file_new_from_data_dirs (const char *desktop_file_path, GError **error) { EggDesktopFile *desktop_file; GKeyFile *key_file; char *full_path; key_file = g_key_file_new (); if (!g_key_file_load_from_data_dirs (key_file, desktop_file_path, &full_path, 0, error)) { g_key_file_free (key_file); return NULL; } desktop_file = egg_desktop_file_new_from_key_file (key_file, full_path, error); g_free (full_path); return desktop_file; } /** * egg_desktop_file_new_from_dirs: * @desktop_file_path: relative path to a Freedesktop-style Desktop file * @search_dirs: NULL-terminated array of directories to search * @error: error pointer * * Looks for @desktop_file_path in the paths returned from * g_get_user_data_dir() and g_get_system_data_dirs(), and creates * a new #EggDesktopFile from it. * * Return value: the new #EggDesktopFile, or %NULL on error. **/ EggDesktopFile * egg_desktop_file_new_from_dirs (const char *desktop_file_path, const char **search_dirs, GError **error) { EggDesktopFile *desktop_file; GKeyFile *key_file; char *full_path; key_file = g_key_file_new (); if (!g_key_file_load_from_dirs (key_file, desktop_file_path, search_dirs, &full_path, 0, error)) { g_key_file_free (key_file); return NULL; } desktop_file = egg_desktop_file_new_from_key_file (key_file, full_path, error); g_free (full_path); return desktop_file; } /** * egg_desktop_file_new_from_key_file: * @key_file: a #GKeyFile representing a desktop file * @source: the path or URI that @key_file was loaded from, or %NULL * @error: error pointer * * Creates a new #EggDesktopFile for @key_file. Assumes ownership of * @key_file (on success or failure); you should consider @key_file to * be freed after calling this function. * * Return value: the new #EggDesktopFile, or %NULL on error. **/ EggDesktopFile * egg_desktop_file_new_from_key_file (GKeyFile *key_file, const char *source, GError **error) { EggDesktopFile *desktop_file; char *version, *type; if (!g_key_file_has_group (key_file, EGG_DESKTOP_FILE_GROUP)) { g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_INVALID, _("File is not a valid .desktop file")); g_key_file_free (key_file); return NULL; } version = g_key_file_get_value (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_VERSION, NULL); if (version) { double version_num; char *end; version_num = g_ascii_strtod (version, &end); if (*end) { g_warning ("Invalid Version string '%s' in %s", version, source ? source : "(unknown)"); } else if (version_num > 1.0) { g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_INVALID, _("Unrecognized desktop file Version '%s'"), version); g_free (version); g_key_file_free (key_file); return NULL; } g_free (version); } desktop_file = g_new0 (EggDesktopFile, 1); desktop_file->key_file = key_file; if (g_path_is_absolute (source)) desktop_file->source = g_filename_to_uri (source, NULL, NULL); else desktop_file->source = g_strdup (source); desktop_file->name = g_key_file_get_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_NAME, error); if (!desktop_file->name) { egg_desktop_file_free (desktop_file); return NULL; } type = g_key_file_get_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_TYPE, error); if (!type) { egg_desktop_file_free (desktop_file); return NULL; } if (!strcmp (type, "Application")) { char *exec, *p; desktop_file->type = EGG_DESKTOP_FILE_TYPE_APPLICATION; exec = g_key_file_get_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_EXEC, error); if (!exec) { egg_desktop_file_free (desktop_file); g_free (type); return NULL; } /* See if it takes paths or URIs or neither */ for (p = exec; *p; p++) { if (*p == '%') { if (p[1] == '\0' || strchr ("FfUu", p[1])) { desktop_file->document_code = p[1]; break; } p++; } } g_free (exec); } else if (!strcmp (type, "Link")) { char *url; desktop_file->type = EGG_DESKTOP_FILE_TYPE_LINK; url = g_key_file_get_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_URL, error); if (!url) { egg_desktop_file_free (desktop_file); g_free (type); return NULL; } g_free (url); } else if (!strcmp (type, "Directory")) desktop_file->type = EGG_DESKTOP_FILE_TYPE_DIRECTORY; else desktop_file->type = EGG_DESKTOP_FILE_TYPE_UNRECOGNIZED; g_free (type); /* Check the Icon key */ desktop_file->icon = g_key_file_get_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_ICON, NULL); if (desktop_file->icon && !g_path_is_absolute (desktop_file->icon)) { char *ext; /* Lots of .desktop files still get this wrong */ ext = strrchr (desktop_file->icon, '.'); if (ext && (!strcmp (ext, ".png") || !strcmp (ext, ".xpm") || !strcmp (ext, ".svg"))) { g_warning ("Desktop file '%s' has malformed Icon key '%s'" "(should not include extension)", source ? source : "(unknown)", desktop_file->icon); *ext = '\0'; } } return desktop_file; } /** * egg_desktop_file_free: * @desktop_file: an #EggDesktopFile * * Frees @desktop_file. **/ void egg_desktop_file_free (EggDesktopFile *desktop_file) { g_key_file_free (desktop_file->key_file); g_free (desktop_file->source); g_free (desktop_file->name); g_free (desktop_file->icon); g_free (desktop_file); } /** * egg_desktop_file_get_source: * @desktop_file: an #EggDesktopFile * * Gets the URI that @desktop_file was loaded from. * * Return value: @desktop_file's source URI **/ const char * egg_desktop_file_get_source (EggDesktopFile *desktop_file) { return desktop_file->source; } /** * egg_desktop_file_get_desktop_file_type: * @desktop_file: an #EggDesktopFile * * Gets the desktop file type of @desktop_file. * * Return value: @desktop_file's type **/ EggDesktopFileType egg_desktop_file_get_desktop_file_type (EggDesktopFile *desktop_file) { return desktop_file->type; } /** * egg_desktop_file_get_name: * @desktop_file: an #EggDesktopFile * * Gets the (localized) value of @desktop_file's "Name" key. * * Return value: the application/link name **/ const char * egg_desktop_file_get_name (EggDesktopFile *desktop_file) { return desktop_file->name; } /** * egg_desktop_file_get_icon: * @desktop_file: an #EggDesktopFile * * Gets the value of @desktop_file's "Icon" key. * * If the icon string is a full path (that is, if g_path_is_absolute() * returns %TRUE when called on it), it points to a file containing an * unthemed icon. If the icon string is not a full path, it is the * name of a themed icon, which can be looked up with %GtkIconTheme, * or passed directly to a theme-aware widget like %GtkImage or * %GtkCellRendererPixbuf. * * Return value: the icon path or name **/ const char * egg_desktop_file_get_icon (EggDesktopFile *desktop_file) { return desktop_file->icon; } gboolean egg_desktop_file_has_key (EggDesktopFile *desktop_file, const char *key, GError **error) { return g_key_file_has_key (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, error); } char * egg_desktop_file_get_string (EggDesktopFile *desktop_file, const char *key, GError **error) { return g_key_file_get_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, error); } char * egg_desktop_file_get_locale_string (EggDesktopFile *desktop_file, const char *key, const char *locale, GError **error) { return g_key_file_get_locale_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, locale, error); } gboolean egg_desktop_file_get_boolean (EggDesktopFile *desktop_file, const char *key, GError **error) { return g_key_file_get_boolean (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, error); } double egg_desktop_file_get_numeric (EggDesktopFile *desktop_file, const char *key, GError **error) { return g_key_file_get_double (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, error); } int egg_desktop_file_get_integer (EggDesktopFile *desktop_file, const char *key, GError **error) { return g_key_file_get_integer (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, error); } char ** egg_desktop_file_get_string_list (EggDesktopFile *desktop_file, const char *key, gsize *length, GError **error) { return g_key_file_get_string_list (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, length, error); } char ** egg_desktop_file_get_locale_string_list (EggDesktopFile *desktop_file, const char *key, const char *locale, gsize *length, GError **error) { return g_key_file_get_locale_string_list (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, key, locale, length, error); } /** * egg_desktop_file_can_launch: * @desktop_file: an #EggDesktopFile * @desktop_environment: the name of the running desktop environment, * or %NULL * * Tests if @desktop_file can/should be launched in the current * environment. If @desktop_environment is non-%NULL, @desktop_file's * "OnlyShowIn" and "NotShowIn" keys are checked to make sure that * this desktop_file is appropriate for the named environment. * * Furthermore, if @desktop_file has type * %EGG_DESKTOP_FILE_TYPE_APPLICATION, its "TryExec" key (if any) is * also checked, to make sure the binary it points to exists. * * egg_desktop_file_can_launch() does NOT check the value of the * "Hidden" key. * * Return value: %TRUE if @desktop_file can be launched **/ gboolean egg_desktop_file_can_launch (EggDesktopFile *desktop_file, const char *desktop_environment) { char *try_exec, *found_program; char **only_show_in, **not_show_in; gboolean found; int i; if (desktop_file->type != EGG_DESKTOP_FILE_TYPE_APPLICATION && desktop_file->type != EGG_DESKTOP_FILE_TYPE_LINK) return FALSE; if (desktop_environment) { only_show_in = g_key_file_get_string_list (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_ONLY_SHOW_IN, NULL, NULL); if (only_show_in) { for (i = 0, found = FALSE; only_show_in[i] && !found; i++) { if (!strcmp (only_show_in[i], desktop_environment)) found = TRUE; } g_strfreev (only_show_in); if (!found) return FALSE; } not_show_in = g_key_file_get_string_list (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_NOT_SHOW_IN, NULL, NULL); if (not_show_in) { for (i = 0, found = FALSE; not_show_in[i] && !found; i++) { if (!strcmp (not_show_in[i], desktop_environment)) found = TRUE; } g_strfreev (not_show_in); if (found) return FALSE; } } if (desktop_file->type == EGG_DESKTOP_FILE_TYPE_APPLICATION) { try_exec = g_key_file_get_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_TRY_EXEC, NULL); if (try_exec) { found_program = g_find_program_in_path (try_exec); g_free (try_exec); if (!found_program) return FALSE; g_free (found_program); } } return TRUE; } /** * egg_desktop_file_accepts_documents: * @desktop_file: an #EggDesktopFile * * Tests if @desktop_file represents an application that can accept * documents on the command line. * * Return value: %TRUE or %FALSE **/ gboolean egg_desktop_file_accepts_documents (EggDesktopFile *desktop_file) { return desktop_file->document_code != 0; } /** * egg_desktop_file_accepts_multiple: * @desktop_file: an #EggDesktopFile * * Tests if @desktop_file can accept multiple documents at once. * * If this returns %FALSE, you can still pass multiple documents to * egg_desktop_file_launch(), but that will result in multiple copies * of the application being launched. See egg_desktop_file_launch() * for more details. * * Return value: %TRUE or %FALSE **/ gboolean egg_desktop_file_accepts_multiple (EggDesktopFile *desktop_file) { return (desktop_file->document_code == 'F' || desktop_file->document_code == 'U'); } /** * egg_desktop_file_accepts_uris: * @desktop_file: an #EggDesktopFile * * Tests if @desktop_file can accept (non-"file:") URIs as documents to * open. * * Return value: %TRUE or %FALSE **/ gboolean egg_desktop_file_accepts_uris (EggDesktopFile *desktop_file) { return (desktop_file->document_code == 'U' || desktop_file->document_code == 'u'); } static void append_quoted_word (GString *str, const char *s, gboolean in_single_quotes, gboolean in_double_quotes) { const char *p; if (!in_single_quotes && !in_double_quotes) g_string_append_c (str, '\''); else if (!in_single_quotes && in_double_quotes) g_string_append (str, "\"'"); if (!strchr (s, '\'')) g_string_append (str, s); else { for (p = s; *p != '\0'; p++) { if (*p == '\'') g_string_append (str, "'\\''"); else g_string_append_c (str, *p); } } if (!in_single_quotes && !in_double_quotes) g_string_append_c (str, '\''); else if (!in_single_quotes && in_double_quotes) g_string_append (str, "'\""); } static void do_percent_subst (EggDesktopFile *desktop_file, char code, GString *str, GSList **documents, gboolean in_single_quotes, gboolean in_double_quotes) { GSList *d; char *doc; switch (code) { case '%': g_string_append_c (str, '%'); break; case 'F': case 'U': for (d = *documents; d; d = d->next) { doc = d->data; g_string_append (str, " "); append_quoted_word (str, doc, in_single_quotes, in_double_quotes); } *documents = NULL; break; case 'f': case 'u': if (*documents) { doc = (*documents)->data; g_string_append (str, " "); append_quoted_word (str, doc, in_single_quotes, in_double_quotes); *documents = (*documents)->next; } break; case 'i': if (desktop_file->icon) { g_string_append (str, "--icon "); append_quoted_word (str, desktop_file->icon, in_single_quotes, in_double_quotes); } break; case 'c': if (desktop_file->name) { append_quoted_word (str, desktop_file->name, in_single_quotes, in_double_quotes); } break; case 'k': if (desktop_file->source) { append_quoted_word (str, desktop_file->source, in_single_quotes, in_double_quotes); } break; case 'D': case 'N': case 'd': case 'n': case 'v': case 'm': /* Deprecated; skip */ break; default: g_warning ("Unrecognized %%-code '%%%c' in Exec", code); break; } } static char * parse_exec (EggDesktopFile *desktop_file, GSList **documents, GError **error) { char *exec, *p, *command; gboolean escape, single_quot, double_quot; GString *gs; exec = g_key_file_get_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_EXEC, error); if (!exec) return NULL; /* Build the command */ gs = g_string_new (NULL); escape = single_quot = double_quot = FALSE; for (p = exec; *p != '\0'; p++) { if (escape) { escape = FALSE; g_string_append_c (gs, *p); } else if (*p == '\\') { if (!single_quot) escape = TRUE; g_string_append_c (gs, *p); } else if (*p == '\'') { g_string_append_c (gs, *p); if (!single_quot && !double_quot) single_quot = TRUE; else if (single_quot) single_quot = FALSE; } else if (*p == '"') { g_string_append_c (gs, *p); if (!single_quot && !double_quot) double_quot = TRUE; else if (double_quot) double_quot = FALSE; } else if (*p == '%' && p[1]) { do_percent_subst (desktop_file, p[1], gs, documents, single_quot, double_quot); p++; } else g_string_append_c (gs, *p); } g_free (exec); command = g_string_free (gs, FALSE); /* Prepend "xdg-terminal " if needed (FIXME: use gvfs) */ if (g_key_file_has_key (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_TERMINAL, NULL)) { GError *terminal_error = NULL; gboolean use_terminal = g_key_file_get_boolean (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_TERMINAL, &terminal_error); if (terminal_error) { g_free (command); g_propagate_error (error, terminal_error); return NULL; } if (use_terminal) { gs = g_string_new ("xdg-terminal "); append_quoted_word (gs, command, FALSE, FALSE); g_free (command); command = g_string_free (gs, FALSE); } } return command; } static GSList * translate_document_list (EggDesktopFile *desktop_file, GSList *documents) { gboolean accepts_uris = egg_desktop_file_accepts_uris (desktop_file); GSList *ret, *d; for (d = documents, ret = NULL; d; d = d->next) { const char *document = d->data; gboolean is_uri = !g_path_is_absolute (document); char *translated; if (accepts_uris) { if (is_uri) translated = g_strdup (document); else translated = g_filename_to_uri (document, NULL, NULL); } else { if (is_uri) translated = g_filename_from_uri (document, NULL, NULL); else translated = g_strdup (document); } if (translated) ret = g_slist_prepend (ret, translated); } return g_slist_reverse (ret); } static void free_document_list (GSList *documents) { GSList *d; for (d = documents; d; d = d->next) g_free (d->data); g_slist_free (documents); } /** * egg_desktop_file_parse_exec: * @desktop_file: a #EggDesktopFile * @documents: a list of document paths or URIs * @error: error pointer * * Parses @desktop_file's Exec key, inserting @documents into it, and * returns the result. * * If @documents contains non-file: URIs and @desktop_file does not * accept URIs, those URIs will be ignored. Likewise, if @documents * contains more elements than @desktop_file accepts, the extra * documents will be ignored. * * Return value: the parsed Exec string **/ char * egg_desktop_file_parse_exec (EggDesktopFile *desktop_file, GSList *documents, GError **error) { GSList *translated, *docs; char *command; docs = translated = translate_document_list (desktop_file, documents); command = parse_exec (desktop_file, &docs, error); free_document_list (translated); return command; } static gboolean parse_link (EggDesktopFile *desktop_file, EggDesktopFile **app_desktop_file, GSList **documents, GError **error) { char *url; GKeyFile *key_file; url = g_key_file_get_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_URL, error); if (!url) return FALSE; *documents = g_slist_prepend (NULL, url); /* FIXME: use gvfs */ key_file = g_key_file_new (); g_key_file_set_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_NAME, "xdg-open"); g_key_file_set_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_TYPE, "Application"); g_key_file_set_string (key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_EXEC, "xdg-open %u"); *app_desktop_file = egg_desktop_file_new_from_key_file (key_file, NULL, NULL); return TRUE; } #if GTK_CHECK_VERSION (2, 12, 0) static char * start_startup_notification (GdkDisplay *display, EggDesktopFile *desktop_file, const char *argv0, int screen, int workspace, guint32 launch_time) { static int sequence = 0; char *startup_id; char *description, *wmclass; char *screen_str, *workspace_str; if (g_key_file_has_key (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_STARTUP_NOTIFY, NULL)) { if (!g_key_file_get_boolean (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_STARTUP_NOTIFY, NULL)) return NULL; wmclass = NULL; } else { wmclass = g_key_file_get_string (desktop_file->key_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_STARTUP_WM_CLASS, NULL); if (!wmclass) return NULL; } if (launch_time == (guint32)-1) launch_time = gdk_x11_display_get_user_time (display); startup_id = g_strdup_printf ("%s-%lu-%s-%s-%d_TIME%lu", g_get_prgname (), (unsigned long)getpid (), g_get_host_name (), argv0, sequence++, (unsigned long)launch_time); description = g_strdup_printf (_("Starting %s"), desktop_file->name); screen_str = g_strdup_printf ("%d", screen); workspace_str = workspace == -1 ? NULL : g_strdup_printf ("%d", workspace); gdk_x11_display_broadcast_startup_message (display, "new", "ID", startup_id, "NAME", desktop_file->name, "SCREEN", screen_str, "BIN", argv0, "ICON", desktop_file->icon, "DESKTOP", workspace_str, "DESCRIPTION", description, "WMCLASS", wmclass, NULL); g_free (description); g_free (wmclass); g_free (screen_str); g_free (workspace_str); return startup_id; } static void end_startup_notification (GdkDisplay *display, const char *startup_id) { gdk_x11_display_broadcast_startup_message (display, "remove", "ID", startup_id, NULL); } #define EGG_DESKTOP_FILE_SN_TIMEOUT_LENGTH (30 /* seconds */) typedef struct { GdkDisplay *display; char *startup_id; } StartupNotificationData; static gboolean startup_notification_timeout (gpointer data) { StartupNotificationData *sn_data = data; end_startup_notification (sn_data->display, sn_data->startup_id); g_object_unref (sn_data->display); g_free (sn_data->startup_id); g_free (sn_data); return FALSE; } static void set_startup_notification_timeout (GdkDisplay *display, const char *startup_id) { StartupNotificationData *sn_data; sn_data = g_new (StartupNotificationData, 1); sn_data->display = g_object_ref (display); sn_data->startup_id = g_strdup (startup_id); g_timeout_add_seconds (EGG_DESKTOP_FILE_SN_TIMEOUT_LENGTH, startup_notification_timeout, sn_data); } #endif /* GTK 2.12 */ static GPtrArray * array_putenv (GPtrArray *env, char *variable) { guint i, keylen; if (!env) { char **envp; env = g_ptr_array_new (); envp = g_listenv (); for (i = 0; envp[i]; i++) { const char *value; value = g_getenv (envp[i]); g_ptr_array_add (env, g_strdup_printf ("%s=%s", envp[i], value ? value : "")); } g_strfreev (envp); } keylen = strcspn (variable, "="); /* Remove old value of key */ for (i = 0; i < env->len; i++) { char *envvar = env->pdata[i]; if (!strncmp (envvar, variable, keylen) && envvar[keylen] == '=') { g_free (envvar); g_ptr_array_remove_index_fast (env, i); break; } } /* Add new value */ g_ptr_array_add (env, g_strdup (variable)); return env; } static gboolean egg_desktop_file_launchv (EggDesktopFile *desktop_file, GSList *documents, va_list args, GError **error) { EggDesktopFileLaunchOption option; GSList *translated_documents = NULL, *docs = NULL; char *command, **argv; int argc, i, screen_num; gboolean success, current_success; GdkDisplay *display; char *startup_id; GPtrArray *env = NULL; char **variables = NULL; GdkScreen *screen = NULL; int workspace = -1; const char *directory = NULL; guint32 launch_time = (guint32)-1; GSpawnFlags flags = G_SPAWN_SEARCH_PATH; GSpawnChildSetupFunc setup_func = NULL; gpointer setup_data = NULL; GPid *ret_pid = NULL; int *ret_stdin = NULL, *ret_stdout = NULL, *ret_stderr = NULL; char **ret_startup_id = NULL; if (documents && desktop_file->document_code == 0) { g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_NOT_LAUNCHABLE, _("Application does not accept documents on command line")); return FALSE; } /* Read the options: technically it's incorrect for the caller to * NULL-terminate the list of options (rather than 0-terminating * it), but NULL-terminating lets us use G_GNUC_NULL_TERMINATED, * it's more consistent with other glib/gtk methods, and it will * work as long as sizeof (int) <= sizeof (NULL), and NULL is * represented as 0. (Which is true everywhere we care about.) */ while ((option = va_arg (args, EggDesktopFileLaunchOption))) { switch (option) { case EGG_DESKTOP_FILE_LAUNCH_CLEARENV: if (env) g_ptr_array_free (env, TRUE); env = g_ptr_array_new (); break; case EGG_DESKTOP_FILE_LAUNCH_PUTENV: variables = va_arg (args, char **); for (i = 0; variables[i]; i++) env = array_putenv (env, variables[i]); break; case EGG_DESKTOP_FILE_LAUNCH_SCREEN: screen = va_arg (args, GdkScreen *); break; case EGG_DESKTOP_FILE_LAUNCH_WORKSPACE: workspace = va_arg (args, int); break; case EGG_DESKTOP_FILE_LAUNCH_DIRECTORY: directory = va_arg (args, const char *); break; case EGG_DESKTOP_FILE_LAUNCH_TIME: launch_time = va_arg (args, guint32); break; case EGG_DESKTOP_FILE_LAUNCH_FLAGS: flags |= va_arg (args, GSpawnFlags); /* Make sure they didn't set any flags that don't make sense. */ flags &= ~G_SPAWN_FILE_AND_ARGV_ZERO; break; case EGG_DESKTOP_FILE_LAUNCH_SETUP_FUNC: setup_func = va_arg (args, GSpawnChildSetupFunc); setup_data = va_arg (args, gpointer); break; case EGG_DESKTOP_FILE_LAUNCH_RETURN_PID: ret_pid = va_arg (args, GPid *); break; case EGG_DESKTOP_FILE_LAUNCH_RETURN_STDIN_PIPE: ret_stdin = va_arg (args, int *); break; case EGG_DESKTOP_FILE_LAUNCH_RETURN_STDOUT_PIPE: ret_stdout = va_arg (args, int *); break; case EGG_DESKTOP_FILE_LAUNCH_RETURN_STDERR_PIPE: ret_stderr = va_arg (args, int *); break; case EGG_DESKTOP_FILE_LAUNCH_RETURN_STARTUP_ID: ret_startup_id = va_arg (args, char **); break; default: g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_UNRECOGNIZED_OPTION, _("Unrecognized launch option: %d"), GPOINTER_TO_INT (option)); success = FALSE; goto out; } } if (screen) { char *display_name = gdk_screen_make_display_name (screen); char *display_env = g_strdup_printf ("DISPLAY=%s", display_name); env = array_putenv (env, display_env); g_free (display_name); g_free (display_env); display = gdk_screen_get_display (screen); } else { display = gdk_display_get_default (); screen = gdk_display_get_default_screen (display); } screen_num = gdk_screen_get_number (screen); translated_documents = translate_document_list (desktop_file, documents); docs = translated_documents; success = FALSE; do { command = parse_exec (desktop_file, &docs, error); if (!command) goto out; if (!g_shell_parse_argv (command, &argc, &argv, error)) { g_free (command); goto out; } g_free (command); #if GTK_CHECK_VERSION (2, 12, 0) startup_id = start_startup_notification (display, desktop_file, argv[0], screen_num, workspace, launch_time); if (startup_id) { char *startup_id_env = g_strdup_printf ("DESKTOP_STARTUP_ID=%s", startup_id); env = array_putenv (env, startup_id_env); g_free (startup_id_env); } #else startup_id = NULL; #endif /* GTK 2.12 */ if (env != NULL) g_ptr_array_add (env, NULL); current_success = g_spawn_async_with_pipes (directory, argv, env ? (char **)(env->pdata) : NULL, flags, setup_func, setup_data, ret_pid, ret_stdin, ret_stdout, ret_stderr, error); g_strfreev (argv); if (startup_id) { #if GTK_CHECK_VERSION (2, 12, 0) if (current_success) { set_startup_notification_timeout (display, startup_id); if (ret_startup_id) *ret_startup_id = startup_id; else g_free (startup_id); } else #endif /* GTK 2.12 */ g_free (startup_id); } else if (ret_startup_id) *ret_startup_id = NULL; if (current_success) { /* If we successfully launch any instances of the app, make * sure we return TRUE and don't set @error. */ success = TRUE; error = NULL; /* Also, only set the output params on the first one */ ret_pid = NULL; ret_stdin = ret_stdout = ret_stderr = NULL; ret_startup_id = NULL; } } while (docs && current_success); out: if (env) { g_ptr_array_foreach (env, (GFunc)g_free, NULL); g_ptr_array_free (env, TRUE); } free_document_list (translated_documents); return success; } /** * egg_desktop_file_launch: * @desktop_file: an #EggDesktopFile * @documents: a list of URIs or paths to documents to open * @error: error pointer * @...: additional options * * Launches @desktop_file with the given arguments. Additional options * can be specified as follows: * * %EGG_DESKTOP_FILE_LAUNCH_CLEARENV: (no arguments) * clears the environment in the child process * %EGG_DESKTOP_FILE_LAUNCH_PUTENV: (char **variables) * adds the NAME=VALUE strings in the given %NULL-terminated * array to the child process's environment * %EGG_DESKTOP_FILE_LAUNCH_SCREEN: (GdkScreen *screen) * causes the application to be launched on the given screen * %EGG_DESKTOP_FILE_LAUNCH_WORKSPACE: (int workspace) * causes the application to be launched on the given workspace * %EGG_DESKTOP_FILE_LAUNCH_DIRECTORY: (char *dir) * causes the application to be launched in the given directory * %EGG_DESKTOP_FILE_LAUNCH_TIME: (guint32 launch_time) * sets the "launch time" for the application. If the user * interacts with another window after @launch_time but before * the launched application creates its first window, the window * manager may choose to not give focus to the new application. * Passing 0 for @launch_time will explicitly request that the * application not receive focus. * %EGG_DESKTOP_FILE_LAUNCH_FLAGS (GSpawnFlags flags) * Sets additional #GSpawnFlags to use. See g_spawn_async() for * more details. * %EGG_DESKTOP_FILE_LAUNCH_SETUP_FUNC (GSpawnChildSetupFunc, gpointer) * Sets the child setup callback and the data to pass to it. * (See g_spawn_async() for more details.) * * %EGG_DESKTOP_FILE_LAUNCH_RETURN_PID (GPid **pid) * On a successful launch, sets *@pid to the PID of the launched * application. * %EGG_DESKTOP_FILE_LAUNCH_RETURN_STARTUP_ID (char **startup_id) * On a successful launch, sets *@startup_id to the Startup * Notification "startup id" of the launched application. * %EGG_DESKTOP_FILE_LAUNCH_RETURN_STDIN_PIPE (int *fd) * On a successful launch, sets *@fd to the file descriptor of * a pipe connected to the application's stdin. * %EGG_DESKTOP_FILE_LAUNCH_RETURN_STDOUT_PIPE (int *fd) * On a successful launch, sets *@fd to the file descriptor of * a pipe connected to the application's stdout. * %EGG_DESKTOP_FILE_LAUNCH_RETURN_STDERR_PIPE (int *fd) * On a successful launch, sets *@fd to the file descriptor of * a pipe connected to the application's stderr. * * The options should be terminated with a single %NULL. * * If @documents contains multiple documents, but * egg_desktop_file_accepts_multiple() returns %FALSE for * @desktop_file, then egg_desktop_file_launch() will actually launch * multiple instances of the application. In that case, the return * value (as well as any values passed via * %EGG_DESKTOP_FILE_LAUNCH_RETURN_PID, etc) will only reflect the * first instance of the application that was launched (but the * %EGG_DESKTOP_FILE_LAUNCH_SETUP_FUNC will be called for each * instance). * * Return value: %TRUE if the application was successfully launched. **/ gboolean egg_desktop_file_launch (EggDesktopFile *desktop_file, GSList *documents, GError **error, ...) { va_list args; gboolean success; EggDesktopFile *app_desktop_file; switch (desktop_file->type) { case EGG_DESKTOP_FILE_TYPE_APPLICATION: va_start (args, error); success = egg_desktop_file_launchv (desktop_file, documents, args, error); va_end (args); break; case EGG_DESKTOP_FILE_TYPE_LINK: if (documents) { g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_NOT_LAUNCHABLE, _("Can't pass document URIs to a 'Type=Link' desktop entry")); return FALSE; } if (!parse_link (desktop_file, &app_desktop_file, &documents, error)) return FALSE; va_start (args, error); success = egg_desktop_file_launchv (app_desktop_file, documents, args, error); va_end (args); egg_desktop_file_free (app_desktop_file); free_document_list (documents); break; case EGG_DESKTOP_FILE_TYPE_UNRECOGNIZED: case EGG_DESKTOP_FILE_TYPE_DIRECTORY: default: g_set_error (error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_NOT_LAUNCHABLE, _("Not a launchable item")); success = FALSE; break; } return success; } GQuark egg_desktop_file_error_quark (void) { return g_quark_from_static_string ("egg-desktop_file-error-quark"); } G_LOCK_DEFINE_STATIC (egg_desktop_file); static EggDesktopFile *egg_desktop_file; static void egg_set_desktop_file_internal (const char *desktop_file_path, gboolean set_defaults) { GError *error = NULL; G_LOCK (egg_desktop_file); if (egg_desktop_file) egg_desktop_file_free (egg_desktop_file); egg_desktop_file = egg_desktop_file_new (desktop_file_path, &error); if (error) { g_warning ("Could not load desktop file '%s': %s", desktop_file_path, error->message); g_error_free (error); } if (set_defaults && egg_desktop_file != NULL) { /* Set localized application name and default window icon */ if (egg_desktop_file->name) g_set_application_name (egg_desktop_file->name); if (egg_desktop_file->icon) { if (g_path_is_absolute (egg_desktop_file->icon)) gtk_window_set_default_icon_from_file (egg_desktop_file->icon, NULL); else gtk_window_set_default_icon_name (egg_desktop_file->icon); } } G_UNLOCK (egg_desktop_file); } /** * egg_set_desktop_file: * @desktop_file_path: path to the application's desktop file * * Creates an #EggDesktopFile for the application from the data at * @desktop_file_path. This will also call g_set_application_name() * with the localized application name from the desktop file, and * gtk_window_set_default_icon_name() or * gtk_window_set_default_icon_from_file() with the application's * icon. Other code may use additional information from the desktop * file. * See egg_set_desktop_file_without_defaults() for a variant of this * function that does not set the application name and default window * icon. * * Note that for thread safety reasons, this function can only * be called once, and is mutually exclusive with calling * egg_set_desktop_file_without_defaults(). **/ void egg_set_desktop_file (const char *desktop_file_path) { egg_set_desktop_file_internal (desktop_file_path, TRUE); } /** * egg_set_desktop_file_without_defaults: * @desktop_file_path: path to the application's desktop file * * Creates an #EggDesktopFile for the application from the data at * @desktop_file_path. * See egg_set_desktop_file() for a variant of this function that * sets the application name and default window icon from the information * in the desktop file. * * Note that for thread safety reasons, this function can only * be called once, and is mutually exclusive with calling * egg_set_desktop_file(). **/ void egg_set_desktop_file_without_defaults (const char *desktop_file_path) { egg_set_desktop_file_internal (desktop_file_path, FALSE); } /** * egg_get_desktop_file: * * Gets the application's #EggDesktopFile, as set by * egg_set_desktop_file(). * * Return value: the #EggDesktopFile, or %NULL if it hasn't been set. **/ EggDesktopFile * egg_get_desktop_file (void) { EggDesktopFile *retval; G_LOCK (egg_desktop_file); retval = egg_desktop_file; G_UNLOCK (egg_desktop_file); return retval; } workrave-1_10_10/frontend/gtkmm/src/eggdesktopfile.h000066400000000000000000000144661263301626300225630ustar00rootroot00000000000000/* eggdesktopfile.h - Freedesktop.Org Desktop Files * Copyright (C) 2007 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. If not, * write to the Free Software Foundation, Inc., 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __EGG_DESKTOP_FILE_H__ #define __EGG_DESKTOP_FILE_H__ #include G_BEGIN_DECLS typedef struct EggDesktopFile EggDesktopFile; typedef enum { EGG_DESKTOP_FILE_TYPE_UNRECOGNIZED, EGG_DESKTOP_FILE_TYPE_APPLICATION, EGG_DESKTOP_FILE_TYPE_LINK, EGG_DESKTOP_FILE_TYPE_DIRECTORY } EggDesktopFileType; EggDesktopFile *egg_desktop_file_new (const char *desktop_file_path, GError **error); EggDesktopFile *egg_desktop_file_new_from_data_dirs (const char *desktop_file_path, GError **error); EggDesktopFile *egg_desktop_file_new_from_dirs (const char *desktop_file_path, const char **search_dirs, GError **error); EggDesktopFile *egg_desktop_file_new_from_key_file (GKeyFile *key_file, const char *source, GError **error); void egg_desktop_file_free (EggDesktopFile *desktop_file); const char *egg_desktop_file_get_source (EggDesktopFile *desktop_file); EggDesktopFileType egg_desktop_file_get_desktop_file_type (EggDesktopFile *desktop_file); const char *egg_desktop_file_get_name (EggDesktopFile *desktop_file); const char *egg_desktop_file_get_icon (EggDesktopFile *desktop_file); gboolean egg_desktop_file_can_launch (EggDesktopFile *desktop_file, const char *desktop_environment); gboolean egg_desktop_file_accepts_documents (EggDesktopFile *desktop_file); gboolean egg_desktop_file_accepts_multiple (EggDesktopFile *desktop_file); gboolean egg_desktop_file_accepts_uris (EggDesktopFile *desktop_file); char *egg_desktop_file_parse_exec (EggDesktopFile *desktop_file, GSList *documents, GError **error); gboolean egg_desktop_file_launch (EggDesktopFile *desktop_file, GSList *documents, GError **error, ...) G_GNUC_NULL_TERMINATED; typedef enum { EGG_DESKTOP_FILE_LAUNCH_CLEARENV = 1, EGG_DESKTOP_FILE_LAUNCH_PUTENV, EGG_DESKTOP_FILE_LAUNCH_SCREEN, EGG_DESKTOP_FILE_LAUNCH_WORKSPACE, EGG_DESKTOP_FILE_LAUNCH_DIRECTORY, EGG_DESKTOP_FILE_LAUNCH_TIME, EGG_DESKTOP_FILE_LAUNCH_FLAGS, EGG_DESKTOP_FILE_LAUNCH_SETUP_FUNC, EGG_DESKTOP_FILE_LAUNCH_RETURN_PID, EGG_DESKTOP_FILE_LAUNCH_RETURN_STDIN_PIPE, EGG_DESKTOP_FILE_LAUNCH_RETURN_STDOUT_PIPE, EGG_DESKTOP_FILE_LAUNCH_RETURN_STDERR_PIPE, EGG_DESKTOP_FILE_LAUNCH_RETURN_STARTUP_ID } EggDesktopFileLaunchOption; /* Standard Keys */ #define EGG_DESKTOP_FILE_GROUP "Desktop Entry" #define EGG_DESKTOP_FILE_KEY_TYPE "Type" #define EGG_DESKTOP_FILE_KEY_VERSION "Version" #define EGG_DESKTOP_FILE_KEY_NAME "Name" #define EGG_DESKTOP_FILE_KEY_GENERIC_NAME "GenericName" #define EGG_DESKTOP_FILE_KEY_NO_DISPLAY "NoDisplay" #define EGG_DESKTOP_FILE_KEY_COMMENT "Comment" #define EGG_DESKTOP_FILE_KEY_ICON "Icon" #define EGG_DESKTOP_FILE_KEY_HIDDEN "Hidden" #define EGG_DESKTOP_FILE_KEY_ONLY_SHOW_IN "OnlyShowIn" #define EGG_DESKTOP_FILE_KEY_NOT_SHOW_IN "NotShowIn" #define EGG_DESKTOP_FILE_KEY_TRY_EXEC "TryExec" #define EGG_DESKTOP_FILE_KEY_EXEC "Exec" #define EGG_DESKTOP_FILE_KEY_PATH "Path" #define EGG_DESKTOP_FILE_KEY_TERMINAL "Terminal" #define EGG_DESKTOP_FILE_KEY_MIME_TYPE "MimeType" #define EGG_DESKTOP_FILE_KEY_CATEGORIES "Categories" #define EGG_DESKTOP_FILE_KEY_STARTUP_NOTIFY "StartupNotify" #define EGG_DESKTOP_FILE_KEY_STARTUP_WM_CLASS "StartupWMClass" #define EGG_DESKTOP_FILE_KEY_URL "URL" /* Accessors */ gboolean egg_desktop_file_has_key (EggDesktopFile *desktop_file, const char *key, GError **error); char *egg_desktop_file_get_string (EggDesktopFile *desktop_file, const char *key, GError **error) G_GNUC_MALLOC; char *egg_desktop_file_get_locale_string (EggDesktopFile *desktop_file, const char *key, const char *locale, GError **error) G_GNUC_MALLOC; gboolean egg_desktop_file_get_boolean (EggDesktopFile *desktop_file, const char *key, GError **error); double egg_desktop_file_get_numeric (EggDesktopFile *desktop_file, const char *key, GError **error); int egg_desktop_file_get_integer (EggDesktopFile *desktop_file, const char *key, GError **error); char **egg_desktop_file_get_string_list (EggDesktopFile *desktop_file, const char *key, gsize *length, GError **error) G_GNUC_MALLOC; char **egg_desktop_file_get_locale_string_list (EggDesktopFile *desktop_file, const char *key, const char *locale, gsize *length, GError **error) G_GNUC_MALLOC; /* Errors */ #define EGG_DESKTOP_FILE_ERROR egg_desktop_file_error_quark() GQuark egg_desktop_file_error_quark (void); typedef enum { EGG_DESKTOP_FILE_ERROR_INVALID, EGG_DESKTOP_FILE_ERROR_NOT_LAUNCHABLE, EGG_DESKTOP_FILE_ERROR_UNRECOGNIZED_OPTION } EggDesktopFileError; /* Global application desktop file */ void egg_set_desktop_file (const char *desktop_file_path); void egg_set_desktop_file_without_defaults (const char *desktop_file_path); EggDesktopFile *egg_get_desktop_file (void); G_END_DECLS #endif /* __EGG_DESKTOP_FILE_H__ */ workrave-1_10_10/frontend/gtkmm/src/eggsmclient-dbus.c000066400000000000000000000211151263301626300230030ustar00rootroot00000000000000/* * Copyright (C) 2008 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "config.h" #include "eggsmclient.h" #include "eggsmclient-private.h" #include "eggdesktopfile.h" #include #include #include #include #include #include #include #define GSM_DBUS_NAME "org.gnome.SessionManager" #define GSM_DBUS_PATH "/org/gnome/SessionManager" #define GSM_DBUS_INTERFACE "org.gnome.SessionManager" #define GSM_CLIENT_PRIVATE_DBUS_INTERFACE "org.gnome.SessionManager.ClientPrivate" #define GSM_CLIENT_DBUS_INTERFACE "org.gnome.SessionManager.Client" #define EGG_TYPE_SM_CLIENT_DBUS (egg_sm_client_dbus_get_type ()) #define EGG_SM_CLIENT_DBUS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT_DBUS, EggSMClientDBus)) #define EGG_SM_CLIENT_DBUS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT_DBUS, EggSMClientDBusClass)) #define EGG_IS_SM_CLIENT_DBUS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_SM_CLIENT_DBUS)) #define EGG_IS_SM_CLIENT_DBUS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_SM_CLIENT_DBUS)) #define EGG_SM_CLIENT_DBUS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_SM_CLIENT_DBUS, EggSMClientDBusClass)) typedef struct _EggSMClientDBus EggSMClientDBus; typedef struct _EggSMClientDBusClass EggSMClientDBusClass; struct _EggSMClientDBus { EggSMClient parent; DBusGConnection *conn; DBusGProxy *sm_proxy, *client_proxy; char *client_path; }; struct _EggSMClientDBusClass { EggSMClientClass parent_class; }; static void sm_client_dbus_startup (EggSMClient *client, const char *client_id); static void sm_client_dbus_will_quit (EggSMClient *client, gboolean will_quit); static gboolean sm_client_dbus_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation); static void dbus_client_query_end_session (DBusGProxy *proxy, guint flags, gpointer smclient); static void dbus_client_end_session (DBusGProxy *proxy, guint flags, gpointer smclient); static void dbus_client_cancel_end_session (DBusGProxy *proxy, gpointer smclient); static void dbus_client_stop (DBusGProxy *proxy, gpointer smclient); G_DEFINE_TYPE (EggSMClientDBus, egg_sm_client_dbus, EGG_TYPE_SM_CLIENT) static void egg_sm_client_dbus_init (EggSMClientDBus *dbus) { ; } static void egg_sm_client_dbus_class_init (EggSMClientDBusClass *klass) { EggSMClientClass *sm_client_class = EGG_SM_CLIENT_CLASS (klass); sm_client_class->startup = sm_client_dbus_startup; sm_client_class->will_quit = sm_client_dbus_will_quit; sm_client_class->end_session = sm_client_dbus_end_session; } EggSMClient * egg_sm_client_dbus_new (void) { DBusGConnection *conn; DBusGProxy *proxy; EggSMClientDBus *dbus; conn = dbus_g_bus_get (DBUS_BUS_SESSION, NULL); if (!conn) return NULL; proxy = dbus_g_proxy_new_for_name (conn, GSM_DBUS_NAME, GSM_DBUS_PATH, GSM_DBUS_INTERFACE); if (!proxy) { g_object_unref (conn); return NULL; } dbus = g_object_new (EGG_TYPE_SM_CLIENT_DBUS, NULL); dbus->conn = conn; dbus->sm_proxy = proxy; return (EggSMClient *)dbus; } static void sm_client_dbus_startup (EggSMClient *client, const char *client_id) { EggSMClientDBus *dbus = (EggSMClientDBus *)client; GError *error = NULL; char *client_path, *ret_client_id; DBusGProxy *client_public; if (!dbus_g_proxy_call (dbus->sm_proxy, "RegisterClient", &error, G_TYPE_STRING, g_get_prgname (), G_TYPE_STRING, client_id, G_TYPE_INVALID, DBUS_TYPE_G_OBJECT_PATH, &client_path, G_TYPE_INVALID)) { g_warning ("Failed to register client: %s", error->message); g_error_free (error); return; } g_debug ("Client registered with session manager: %s", client_path); dbus->client_proxy = dbus_g_proxy_new_for_name (dbus->conn, GSM_DBUS_NAME, client_path, GSM_CLIENT_PRIVATE_DBUS_INTERFACE); dbus_g_proxy_add_signal (dbus->client_proxy, "QueryEndSession", G_TYPE_UINT, G_TYPE_INVALID); dbus_g_proxy_connect_signal (dbus->client_proxy, "QueryEndSession", G_CALLBACK (dbus_client_query_end_session), dbus, NULL); dbus_g_proxy_add_signal (dbus->client_proxy, "EndSession", G_TYPE_UINT, G_TYPE_INVALID); dbus_g_proxy_connect_signal (dbus->client_proxy, "EndSession", G_CALLBACK (dbus_client_end_session), dbus, NULL); dbus_g_proxy_add_signal (dbus->client_proxy, "CancelEndSession", G_TYPE_UINT, G_TYPE_INVALID); dbus_g_proxy_connect_signal (dbus->client_proxy, "CancelEndSession", G_CALLBACK (dbus_client_cancel_end_session), dbus, NULL); dbus_g_proxy_add_signal (dbus->client_proxy, "Stop", G_TYPE_INVALID); dbus_g_proxy_connect_signal (dbus->client_proxy, "Stop", G_CALLBACK (dbus_client_stop), dbus, NULL); client_public = dbus_g_proxy_new_for_name (dbus->conn, GSM_DBUS_NAME, client_path, GSM_CLIENT_DBUS_INTERFACE); if (dbus_g_proxy_call (client_public, "GetStartupId", &error, G_TYPE_INVALID, G_TYPE_STRING, &ret_client_id, G_TYPE_INVALID)) { gdk_threads_enter (); gdk_set_sm_client_id (ret_client_id); gdk_threads_leave (); g_debug ("Got client ID \"%s\"", ret_client_id); g_free (ret_client_id); } else { g_warning ("Could not get client id: %s", error->message); g_error_free (error); } g_object_unref (client_public); } static void sm_client_dbus_shutdown (EggSMClient *client) { EggSMClientDBus *dbus = EGG_SM_CLIENT_DBUS (client); GError *error = NULL; if (!dbus_g_proxy_call (dbus->sm_proxy, "UnregisterClient", &error, DBUS_TYPE_G_OBJECT_PATH, dbus->client_path, G_TYPE_INVALID, G_TYPE_INVALID)) { g_warning ("Failed to unregister client: %s", error->message); g_error_free (error); return; } g_free (dbus->client_path); dbus->client_path = NULL; g_object_unref (dbus->client_proxy); dbus->client_proxy = NULL; } static void dbus_client_query_end_session (DBusGProxy *proxy, guint flags, gpointer smclient) { egg_sm_client_quit_requested (smclient); } static void sm_client_dbus_will_quit (EggSMClient *client, gboolean will_quit) { EggSMClientDBus *dbus = (EggSMClientDBus *)client; g_return_if_fail (dbus->client_proxy != NULL); dbus_g_proxy_call (dbus->client_proxy, "EndSessionResponse", NULL, G_TYPE_BOOLEAN, will_quit, G_TYPE_STRING, NULL, G_TYPE_INVALID, G_TYPE_INVALID); } static void dbus_client_end_session (DBusGProxy *proxy, guint flags, gpointer smclient) { sm_client_dbus_will_quit (smclient, TRUE); sm_client_dbus_shutdown (smclient); egg_sm_client_quit (smclient); } static void dbus_client_cancel_end_session (DBusGProxy *proxy, gpointer smclient) { egg_sm_client_quit_cancelled (smclient); } static void dbus_client_stop (DBusGProxy *proxy, gpointer smclient) { sm_client_dbus_shutdown (smclient); egg_sm_client_quit (smclient); } static gboolean sm_client_dbus_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation) { EggSMClientDBus *dbus = (EggSMClientDBus *)client; if (style == EGG_SM_CLIENT_END_SESSION_DEFAULT || style == EGG_SM_CLIENT_LOGOUT) { return dbus_g_proxy_call (dbus->sm_proxy, "Logout", NULL, G_TYPE_UINT, request_confirmation ? 0 : 1, G_TYPE_INVALID, G_TYPE_INVALID); } else { return dbus_g_proxy_call (dbus->sm_proxy, "Shutdown", NULL, G_TYPE_INVALID, G_TYPE_INVALID); } } workrave-1_10_10/frontend/gtkmm/src/eggsmclient-osx.c000066400000000000000000000164241263301626300226660ustar00rootroot00000000000000/* * Copyright (C) 2007 Novell, Inc. * Copyright (C) 2008 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ /* EggSMClientOSX * * For details on the OS X logout process, see: * http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/BootProcess.html#//apple_ref/doc/uid/20002130-114618 * * EggSMClientOSX registers for the kAEQuitApplication AppleEvent; the * handler we register (quit_requested()) will be invoked from inside * the quartz event-handling code (specifically, from inside * [NSApplication nextEventMatchingMask]) when an AppleEvent arrives. * We use AESuspendTheCurrentEvent() and AEResumeTheCurrentEvent() to * allow asynchronous / non-main-loop-reentering processing of the * quit request. (These are part of the Carbon framework; it doesn't * seem to be possible to handle AppleEvents asynchronously from * Cocoa.) */ #include "config.h" #include "eggsmclient-private.h" #include #include #include #include #define EGG_TYPE_SM_CLIENT_OSX (egg_sm_client_osx_get_type ()) #define EGG_SM_CLIENT_OSX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT_OSX, EggSMClientOSX)) #define EGG_SM_CLIENT_OSX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT_OSX, EggSMClientOSXClass)) #define EGG_IS_SM_CLIENT_OSX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_SM_CLIENT_OSX)) #define EGG_IS_SM_CLIENT_OSX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_SM_CLIENT_OSX)) #define EGG_SM_CLIENT_OSX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_SM_CLIENT_OSX, EggSMClientOSXClass)) typedef struct _EggSMClientOSX EggSMClientOSX; typedef struct _EggSMClientOSXClass EggSMClientOSXClass; struct _EggSMClientOSX { EggSMClient parent; AppleEvent quit_event, quit_reply; gboolean quit_requested, quitting; }; struct _EggSMClientOSXClass { EggSMClientClass parent_class; }; static void sm_client_osx_startup (EggSMClient *client, const char *client_id); static void sm_client_osx_will_quit (EggSMClient *client, gboolean will_quit); static gboolean sm_client_osx_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation); static pascal OSErr quit_requested (const AppleEvent *, AppleEvent *, SRefCon); G_DEFINE_TYPE (EggSMClientOSX, egg_sm_client_osx, EGG_TYPE_SM_CLIENT) static void egg_sm_client_osx_init (EggSMClientOSX *osx) { ; } static void egg_sm_client_osx_class_init (EggSMClientOSXClass *klass) { EggSMClientClass *sm_client_class = EGG_SM_CLIENT_CLASS (klass); sm_client_class->startup = sm_client_osx_startup; sm_client_class->will_quit = sm_client_osx_will_quit; sm_client_class->end_session = sm_client_osx_end_session; } EggSMClient * egg_sm_client_osx_new (void) { return (EggSMClient *)g_object_new (EGG_TYPE_SM_CLIENT_OSX, NULL); } static void sm_client_osx_startup (EggSMClient *client, const char *client_id) { AEInstallEventHandler (kCoreEventClass, kAEQuitApplication, NewAEEventHandlerUPP (quit_requested), (SRefCon) client, false); } static gboolean idle_quit_requested (gpointer client) { egg_sm_client_quit_requested ( (EggSMClient *)client); return FALSE; } static pascal OSErr quit_requested (const AppleEvent *aevt, AppleEvent *reply, SRefCon refcon) { EggSMClient *client = (EggSMClient *) refcon; EggSMClientOSX *osx = (EggSMClientOSX *) refcon; g_return_val_if_fail (!osx->quit_requested, userCanceledErr); /* FIXME AEInteractWithUser? */ osx->quit_requested = TRUE; AEDuplicateDesc (aevt, &osx->quit_event); AEDuplicateDesc (reply, &osx->quit_reply); AESuspendTheCurrentEvent (aevt); /* Don't emit the "quit_requested" signal immediately, since we're * called from a weird point in the guts of gdkeventloop-quartz.c */ g_idle_add (idle_quit_requested, client); return noErr; } static pascal OSErr quit_requested_resumed (const AppleEvent *aevt, AppleEvent *reply, SRefCon refcon) { EggSMClientOSX *osx = (EggSMClientOSX *) refcon; osx->quit_requested = FALSE; return osx->quitting ? noErr : userCanceledErr; } static gboolean idle_will_quit (gpointer client) { EggSMClientOSX *osx = (EggSMClientOSX *)client; /* Resume the event with a new handler that will return a value to * the system. */ AEResumeTheCurrentEvent (&osx->quit_event, &osx->quit_reply, NewAEEventHandlerUPP (quit_requested_resumed), (SRefCon) client); AEDisposeDesc (&osx->quit_event); AEDisposeDesc (&osx->quit_reply); if (osx->quitting) egg_sm_client_quit ((EggSMClient *)client); return FALSE; } static void sm_client_osx_will_quit (EggSMClient *client, gboolean will_quit) { EggSMClientOSX *osx = (EggSMClientOSX *)client; g_return_if_fail (osx->quit_requested); osx->quitting = will_quit; /* Finish in an idle handler since the caller might have called * egg_sm_client_will_quit() from inside the "quit_requested" signal * handler, but may not expect the "quit" signal to arrive during * the _will_quit() call. */ g_idle_add (idle_will_quit, client); } static gboolean sm_client_osx_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation) { static const ProcessSerialNumber loginwindow_psn = { 0, kSystemProcess }; AppleEvent event = { typeNull, NULL }, reply = { typeNull, NULL }; AEAddressDesc target; AEEventID eid; OSErr err; switch (style) { case EGG_SM_CLIENT_END_SESSION_DEFAULT: case EGG_SM_CLIENT_LOGOUT: eid = request_confirmation ? kAELogOut : kAEReallyLogOut; break; case EGG_SM_CLIENT_REBOOT: eid = request_confirmation ? kAEShowRestartDialog : kAERestart; break; case EGG_SM_CLIENT_SHUTDOWN: eid = request_confirmation ? kAEShowShutdownDialog : kAEShutDown; break; } err = AECreateDesc (typeProcessSerialNumber, &loginwindow_psn, sizeof (loginwindow_psn), &target); if (err != noErr) { g_warning ("Could not create descriptor for loginwindow: %d", err); return FALSE; } err = AECreateAppleEvent (kCoreEventClass, eid, &target, kAutoGenerateReturnID, kAnyTransactionID, &event); AEDisposeDesc (&target); if (err != noErr) { g_warning ("Could not create logout AppleEvent: %d", err); return FALSE; } err = AESend (&event, &reply, kAENoReply, kAENormalPriority, kAEDefaultTimeout, NULL, NULL); AEDisposeDesc (&event); if (err == noErr) AEDisposeDesc (&reply); return err == noErr; } workrave-1_10_10/frontend/gtkmm/src/eggsmclient-private.h000066400000000000000000000034271263301626300235330ustar00rootroot00000000000000/* eggsmclient-private.h * Copyright (C) 2007 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ #include "eggsmclient.h" G_BEGIN_DECLS GKeyFile *egg_sm_client_save_state (EggSMClient *client); void egg_sm_client_quit_requested (EggSMClient *client); void egg_sm_client_quit_cancelled (EggSMClient *client); void egg_sm_client_quit (EggSMClient *client); #if defined (GDK_WINDOWING_X11) # ifdef EGG_SM_CLIENT_BACKEND_XSMP GType egg_sm_client_xsmp_get_type (void); EggSMClient *egg_sm_client_xsmp_new (void); # endif # ifdef EGG_SM_CLIENT_BACKEND_DBUS GType egg_sm_client_dbus_get_type (void); EggSMClient *egg_sm_client_dbus_new (void); # endif #elif defined (GDK_WINDOWING_WIN32) GType egg_sm_client_win32_get_type (void); EggSMClient *egg_sm_client_win32_new (void); #elif defined (GDK_WINDOWING_QUARTZ) GType egg_sm_client_osx_get_type (void); EggSMClient *egg_sm_client_osx_new (void); #endif G_END_DECLS #endif /* __EGG_SM_CLIENT_PRIVATE_H__ */ workrave-1_10_10/frontend/gtkmm/src/eggsmclient-win32.c000066400000000000000000000226161263301626300230170ustar00rootroot00000000000000/* * Copyright (C) 2007 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ /* EggSMClientWin32 * * For details on the Windows XP logout process, see: * http://msdn.microsoft.com/en-us/library/aa376876.aspx. * * Vista adds some new APIs which EggSMClient does not make use of; see * http://msdn.microsoft.com/en-us/library/ms700677(VS.85).aspx * * When shutting down, Windows sends every top-level window a * WM_QUERYENDSESSION event, which the application must respond to * synchronously, saying whether or not it will quit. To avoid main * loop re-entrancy problems (and to avoid having to muck about too * much with the guts of the gdk-win32 main loop), we watch for this * event in a separate thread, which then signals the main thread and * waits for the main thread to handle the event. Since we don't want * to require g_thread_init() to be called, we do this all using * Windows-specific thread methods. * * After the application handles the WM_QUERYENDSESSION event, * Windows then sends it a WM_ENDSESSION event with a TRUE or FALSE * parameter indicating whether the session is or is not actually * going to end now. We handle this from the other thread as well. * * As mentioned above, Vista introduces several additional new APIs * that don't fit into the (current) EggSMClient API. Windows also has * an entirely separate shutdown-notification scheme for non-GUI apps, * which we also don't handle here. */ #include "config.h" #include "eggsmclient-private.h" #include #define WIN32_LEAN_AND_MEAN #define UNICODE #include #include #define EGG_TYPE_SM_CLIENT_WIN32 (egg_sm_client_win32_get_type ()) #define EGG_SM_CLIENT_WIN32(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT_WIN32, EggSMClientWin32)) #define EGG_SM_CLIENT_WIN32_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT_WIN32, EggSMClientWin32Class)) #define EGG_IS_SM_CLIENT_WIN32(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_SM_CLIENT_WIN32)) #define EGG_IS_SM_CLIENT_WIN32_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_SM_CLIENT_WIN32)) #define EGG_SM_CLIENT_WIN32_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_SM_CLIENT_WIN32, EggSMClientWin32Class)) typedef struct _EggSMClientWin32 EggSMClientWin32; typedef struct _EggSMClientWin32Class EggSMClientWin32Class; struct _EggSMClientWin32 { EggSMClient parent; HANDLE message_event, response_event; volatile GSourceFunc event; volatile gboolean will_quit; }; struct _EggSMClientWin32Class { EggSMClientClass parent_class; }; static void sm_client_win32_startup (EggSMClient *client, const char *client_id); static void sm_client_win32_will_quit (EggSMClient *client, gboolean will_quit); static gboolean sm_client_win32_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation); static GSource *g_win32_handle_source_add (HANDLE handle, GSourceFunc callback, gpointer user_data); static gboolean got_message (gpointer user_data); static void sm_client_thread (gpointer data); G_DEFINE_TYPE (EggSMClientWin32, egg_sm_client_win32, EGG_TYPE_SM_CLIENT) static void egg_sm_client_win32_init (EggSMClientWin32 *win32) { ; } static void egg_sm_client_win32_class_init (EggSMClientWin32Class *klass) { EggSMClientClass *sm_client_class = EGG_SM_CLIENT_CLASS (klass); sm_client_class->startup = sm_client_win32_startup; sm_client_class->will_quit = sm_client_win32_will_quit; sm_client_class->end_session = sm_client_win32_end_session; } EggSMClient * egg_sm_client_win32_new (void) { return g_object_new (EGG_TYPE_SM_CLIENT_WIN32, NULL); } static void sm_client_win32_startup (EggSMClient *client, const char *client_id) { EggSMClientWin32 *win32 = (EggSMClientWin32 *)client; win32->message_event = CreateEvent (NULL, FALSE, FALSE, NULL); win32->response_event = CreateEvent (NULL, FALSE, FALSE, NULL); g_win32_handle_source_add (win32->message_event, got_message, win32); _beginthread (sm_client_thread, 0, client); } static void sm_client_win32_will_quit (EggSMClient *client, gboolean will_quit) { EggSMClientWin32 *win32 = (EggSMClientWin32 *)client; win32->will_quit = will_quit; SetEvent (win32->response_event); } static gboolean sm_client_win32_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation) { UINT uFlags = EWX_LOGOFF; switch (style) { case EGG_SM_CLIENT_END_SESSION_DEFAULT: case EGG_SM_CLIENT_LOGOUT: uFlags = EWX_LOGOFF; break; case EGG_SM_CLIENT_REBOOT: uFlags = EWX_REBOOT; break; case EGG_SM_CLIENT_SHUTDOWN: uFlags = EWX_POWEROFF; break; } /* There's no way to make ExitWindowsEx() show a logout dialog, so * we ignore @request_confirmation. */ #ifdef SHTDN_REASON_FLAG_PLANNED ExitWindowsEx (uFlags, SHTDN_REASON_FLAG_PLANNED); #else ExitWindowsEx (uFlags, 0); #endif return TRUE; } /* callbacks from logout-listener thread */ static gboolean emit_quit_requested (gpointer smclient) { gdk_threads_enter (); egg_sm_client_quit_requested (smclient); gdk_threads_leave (); return FALSE; } static gboolean emit_quit (gpointer smclient) { EggSMClientWin32 *win32 = smclient; gdk_threads_enter (); egg_sm_client_quit (smclient); gdk_threads_leave (); SetEvent (win32->response_event); return FALSE; } static gboolean emit_quit_cancelled (gpointer smclient) { EggSMClientWin32 *win32 = smclient; gdk_threads_enter (); egg_sm_client_quit_cancelled (smclient); gdk_threads_leave (); SetEvent (win32->response_event); return FALSE; } static gboolean got_message (gpointer smclient) { EggSMClientWin32 *win32 = smclient; win32->event (win32); return TRUE; } /* Windows HANDLE GSource */ typedef struct { GSource source; GPollFD pollfd; } GWin32HandleSource; static gboolean g_win32_handle_source_prepare (GSource *source, gint *timeout) { *timeout = -1; return FALSE; } static gboolean g_win32_handle_source_check (GSource *source) { GWin32HandleSource *hsource = (GWin32HandleSource *)source; return hsource->pollfd.revents; } static gboolean g_win32_handle_source_dispatch (GSource *source, GSourceFunc callback, gpointer user_data) { return (*callback) (user_data); } static void g_win32_handle_source_finalize (GSource *source) { ; } GSourceFuncs g_win32_handle_source_funcs = { g_win32_handle_source_prepare, g_win32_handle_source_check, g_win32_handle_source_dispatch, g_win32_handle_source_finalize }; static GSource * g_win32_handle_source_add (HANDLE handle, GSourceFunc callback, gpointer user_data) { GWin32HandleSource *hsource; GSource *source; source = g_source_new (&g_win32_handle_source_funcs, sizeof (GWin32HandleSource)); hsource = (GWin32HandleSource *)source; hsource->pollfd.fd = (int)handle; hsource->pollfd.events = G_IO_IN; hsource->pollfd.revents = 0; g_source_add_poll (source, &hsource->pollfd); g_source_set_callback (source, callback, user_data, NULL); g_source_attach (source, NULL); return source; } /* logout-listener thread */ LRESULT CALLBACK sm_client_win32_window_procedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { EggSMClientWin32 *win32 = (EggSMClientWin32 *)GetWindowLongPtr (hwnd, GWLP_USERDATA); switch (message) { case WM_QUERYENDSESSION: win32->event = emit_quit_requested; SetEvent (win32->message_event); WaitForSingleObject (win32->response_event, INFINITE); return win32->will_quit; case WM_ENDSESSION: if (wParam) { /* The session is ending */ win32->event = emit_quit; } else { /* Nope, the session *isn't* ending */ win32->event = emit_quit_cancelled; } SetEvent (win32->message_event); WaitForSingleObject (win32->response_event, INFINITE); return 0; default: return DefWindowProc (hwnd, message, wParam, lParam); } } static void sm_client_thread (gpointer smclient) { HINSTANCE instance; WNDCLASSEXW wcl; ATOM klass; HWND window; MSG msg; instance = GetModuleHandle (NULL); memset (&wcl, 0, sizeof (WNDCLASSEX)); wcl.cbSize = sizeof (WNDCLASSEX); wcl.lpfnWndProc = sm_client_win32_window_procedure; wcl.hInstance = instance; wcl.lpszClassName = L"EggSmClientWindow"; klass = RegisterClassEx (&wcl); window = CreateWindowEx (0, MAKEINTRESOURCE (klass), L"EggSmClientWindow", 0, 10, 10, 50, 50, GetDesktopWindow (), NULL, instance, NULL); SetWindowLongPtr (window, GWLP_USERDATA, (LONG_PTR)smclient); /* main loop */ while (GetMessage (&msg, NULL, 0, 0)) DispatchMessage (&msg); } workrave-1_10_10/frontend/gtkmm/src/eggsmclient-xsmp.c000066400000000000000000001136571263301626300230520ustar00rootroot00000000000000/* * Copyright (C) 2007 Novell, Inc. * * Inspired by various other pieces of code including GsmClient (C) * 2001 Havoc Pennington, GnomeClient (C) 1998 Carsten Schaar, and twm * session code (C) 1998 The Open Group. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "config.h" #include "eggsmclient.h" #include "eggsmclient-private.h" #include "eggdesktopfile.h" #include #include #include #include #include #include #include #include #ifdef HAVE_GTK3 #include #endif #define EGG_TYPE_SM_CLIENT_XSMP (egg_sm_client_xsmp_get_type ()) #define EGG_SM_CLIENT_XSMP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT_XSMP, EggSMClientXSMP)) #define EGG_SM_CLIENT_XSMP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT_XSMP, EggSMClientXSMPClass)) #define EGG_IS_SM_CLIENT_XSMP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_SM_CLIENT_XSMP)) #define EGG_IS_SM_CLIENT_XSMP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_SM_CLIENT_XSMP)) #define EGG_SM_CLIENT_XSMP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_SM_CLIENT_XSMP, EggSMClientXSMPClass)) typedef struct _EggSMClientXSMP EggSMClientXSMP; typedef struct _EggSMClientXSMPClass EggSMClientXSMPClass; /* These mostly correspond to the similarly-named states in section * 9.1 of the XSMP spec. Some of the states there aren't represented * here, because we don't need them. SHUTDOWN_CANCELLED is slightly * different from the spec; we use it when the client is IDLE after a * ShutdownCancelled message, but the application is still interacting * and doesn't know the shutdown has been cancelled yet. */ typedef enum { XSMP_STATE_IDLE, XSMP_STATE_SAVE_YOURSELF, XSMP_STATE_INTERACT_REQUEST, XSMP_STATE_INTERACT, XSMP_STATE_SAVE_YOURSELF_DONE, XSMP_STATE_SHUTDOWN_CANCELLED, XSMP_STATE_CONNECTION_CLOSED } EggSMClientXSMPState; static const char *state_names[] = { "idle", "save-yourself", "interact-request", "interact", "save-yourself-done", "shutdown-cancelled", "connection-closed" }; #define EGG_SM_CLIENT_XSMP_STATE(xsmp) (state_names[(xsmp)->state]) struct _EggSMClientXSMP { EggSMClient parent; SmcConn connection; char *client_id; EggSMClientXSMPState state; char **restart_command; gboolean set_restart_command; int restart_style; guint idle; /* Current SaveYourself state */ guint expecting_initial_save_yourself : 1; guint need_save_state : 1; guint need_quit_requested : 1; guint interact_errors : 1; guint shutting_down : 1; /* Todo list */ guint waiting_to_set_initial_properties : 1; guint waiting_to_emit_quit : 1; guint waiting_to_emit_quit_cancelled : 1; guint waiting_to_save_myself : 1; }; struct _EggSMClientXSMPClass { EggSMClientClass parent_class; }; static void sm_client_xsmp_startup (EggSMClient *client, const char *client_id); static void sm_client_xsmp_set_restart_command (EggSMClient *client, int argc, const char **argv); static void sm_client_xsmp_will_quit (EggSMClient *client, gboolean will_quit); static gboolean sm_client_xsmp_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation); static void xsmp_save_yourself (SmcConn smc_conn, SmPointer client_data, int save_style, Bool shutdown, int interact_style, Bool fast); static void xsmp_die (SmcConn smc_conn, SmPointer client_data); static void xsmp_save_complete (SmcConn smc_conn, SmPointer client_data); static void xsmp_shutdown_cancelled (SmcConn smc_conn, SmPointer client_data); static void xsmp_interact (SmcConn smc_conn, SmPointer client_data); static SmProp *array_prop (const char *name, ...); static SmProp *ptrarray_prop (const char *name, GPtrArray *values); static SmProp *string_prop (const char *name, const char *value); static SmProp *card8_prop (const char *name, unsigned char value); static void set_properties (EggSMClientXSMP *xsmp, ...); static void delete_properties (EggSMClientXSMP *xsmp, ...); static GPtrArray *generate_command (char **restart_command, const char *client_id, const char *state_file); static void save_state (EggSMClientXSMP *xsmp); static void do_save_yourself (EggSMClientXSMP *xsmp); static void update_pending_events (EggSMClientXSMP *xsmp); static void ice_init (void); static gboolean process_ice_messages (IceConn ice_conn); static void smc_error_handler (SmcConn smc_conn, Bool swap, int offending_minor_opcode, unsigned long offending_sequence, int error_class, int severity, SmPointer values); G_DEFINE_TYPE (EggSMClientXSMP, egg_sm_client_xsmp, EGG_TYPE_SM_CLIENT) static void egg_sm_client_xsmp_init (EggSMClientXSMP *xsmp) { xsmp->state = XSMP_STATE_CONNECTION_CLOSED; xsmp->connection = NULL; xsmp->restart_style = SmRestartIfRunning; } static void egg_sm_client_xsmp_class_init (EggSMClientXSMPClass *klass) { EggSMClientClass *sm_client_class = EGG_SM_CLIENT_CLASS (klass); sm_client_class->startup = sm_client_xsmp_startup; sm_client_class->set_restart_command = sm_client_xsmp_set_restart_command; sm_client_class->will_quit = sm_client_xsmp_will_quit; sm_client_class->end_session = sm_client_xsmp_end_session; } EggSMClient * egg_sm_client_xsmp_new (void) { if (!g_getenv ("SESSION_MANAGER")) return NULL; return g_object_new (EGG_TYPE_SM_CLIENT_XSMP, NULL); } static gboolean sm_client_xsmp_set_initial_properties (gpointer user_data) { EggSMClientXSMP *xsmp = user_data; EggDesktopFile *desktop_file; GPtrArray *clone, *restart; char pid_str[64]; if (xsmp->idle) { g_source_remove (xsmp->idle); xsmp->idle = 0; } xsmp->waiting_to_set_initial_properties = FALSE; if (egg_sm_client_get_mode () == EGG_SM_CLIENT_MODE_NO_RESTART) xsmp->restart_style = SmRestartNever; /* Parse info out of desktop file */ desktop_file = egg_get_desktop_file (); if (desktop_file) { GError *err = NULL; char *cmdline, **argv; int argc; if (xsmp->restart_style == SmRestartIfRunning) { if (egg_desktop_file_get_boolean (desktop_file, "X-GNOME-AutoRestart", NULL)) xsmp->restart_style = SmRestartImmediately; } if (!xsmp->set_restart_command) { cmdline = egg_desktop_file_parse_exec (desktop_file, NULL, &err); if (cmdline && g_shell_parse_argv (cmdline, &argc, &argv, &err)) { egg_sm_client_set_restart_command (EGG_SM_CLIENT (xsmp), argc, (const char **)argv); g_strfreev (argv); } else { g_warning ("Could not parse Exec line in desktop file: %s", err->message); g_error_free (err); } g_free (cmdline); } } if (!xsmp->set_restart_command) xsmp->restart_command = g_strsplit (g_get_prgname (), " ", -1); clone = generate_command (xsmp->restart_command, NULL, NULL); restart = generate_command (xsmp->restart_command, xsmp->client_id, NULL); g_debug ("Setting initial properties"); /* Program, CloneCommand, RestartCommand, and UserID are required. * ProcessID isn't required, but the SM may be able to do something * useful with it. */ g_snprintf (pid_str, sizeof (pid_str), "%lu", (gulong) getpid ()); set_properties (xsmp, string_prop (SmProgram, g_get_prgname ()), ptrarray_prop (SmCloneCommand, clone), ptrarray_prop (SmRestartCommand, restart), string_prop (SmUserID, g_get_user_name ()), string_prop (SmProcessID, pid_str), card8_prop (SmRestartStyleHint, xsmp->restart_style), NULL); g_ptr_array_free (clone, TRUE); g_ptr_array_free (restart, TRUE); if (desktop_file) { set_properties (xsmp, string_prop ("_GSM_DesktopFile", egg_desktop_file_get_source (desktop_file)), NULL); } update_pending_events (xsmp); return FALSE; } /* This gets called from two different places: xsmp_die() (when the * server asks us to disconnect) and process_ice_messages() (when the * server disconnects unexpectedly). */ static void sm_client_xsmp_disconnect (EggSMClientXSMP *xsmp) { SmcConn connection; if (!xsmp->connection) return; g_debug ("Disconnecting"); connection = xsmp->connection; xsmp->connection = NULL; SmcCloseConnection (connection, 0, NULL); xsmp->state = XSMP_STATE_CONNECTION_CLOSED; xsmp->waiting_to_save_myself = FALSE; update_pending_events (xsmp); } static void sm_client_xsmp_startup (EggSMClient *client, const char *client_id) { EggSMClientXSMP *xsmp = (EggSMClientXSMP *)client; SmcCallbacks callbacks; char *ret_client_id; char error_string_ret[256]; xsmp->client_id = g_strdup (client_id); ice_init (); SmcSetErrorHandler (smc_error_handler); callbacks.save_yourself.callback = xsmp_save_yourself; callbacks.die.callback = xsmp_die; callbacks.save_complete.callback = xsmp_save_complete; callbacks.shutdown_cancelled.callback = xsmp_shutdown_cancelled; callbacks.save_yourself.client_data = xsmp; callbacks.die.client_data = xsmp; callbacks.save_complete.client_data = xsmp; callbacks.shutdown_cancelled.client_data = xsmp; client_id = NULL; error_string_ret[0] = '\0'; xsmp->connection = SmcOpenConnection (NULL, xsmp, SmProtoMajor, SmProtoMinor, SmcSaveYourselfProcMask | SmcDieProcMask | SmcSaveCompleteProcMask | SmcShutdownCancelledProcMask, &callbacks, xsmp->client_id, &ret_client_id, sizeof (error_string_ret), error_string_ret); if (!xsmp->connection) { g_warning ("Failed to connect to the session manager: %s\n", error_string_ret[0] ? error_string_ret : "no error message given"); xsmp->state = XSMP_STATE_CONNECTION_CLOSED; return; } /* We expect a pointless initial SaveYourself if either (a) we * didn't have an initial client ID, or (b) we DID have an initial * client ID, but the server rejected it and gave us a new one. */ if (!xsmp->client_id || (ret_client_id && strcmp (xsmp->client_id, ret_client_id) != 0)) xsmp->expecting_initial_save_yourself = TRUE; if (ret_client_id) { g_free (xsmp->client_id); xsmp->client_id = g_strdup (ret_client_id); free (ret_client_id); gdk_threads_enter (); #ifdef HAVE_GTK3 gdk_x11_set_sm_client_id (xsmp->client_id); #else gdk_set_sm_client_id (xsmp->client_id); #endif gdk_threads_leave (); g_debug ("Got client ID \"%s\"", xsmp->client_id); } xsmp->state = XSMP_STATE_IDLE; /* Do not set the initial properties until we reach the main loop, * so that the application has a chance to call * egg_set_desktop_file(). (This may also help the session manager * have a better idea of when the application is fully up and * running.) */ xsmp->waiting_to_set_initial_properties = TRUE; xsmp->idle = g_idle_add (sm_client_xsmp_set_initial_properties, client); } static void sm_client_xsmp_set_restart_command (EggSMClient *client, int argc, const char **argv) { EggSMClientXSMP *xsmp = (EggSMClientXSMP *)client; int i; g_strfreev (xsmp->restart_command); xsmp->restart_command = g_new (char *, argc + 1); for (i = 0; i < argc; i++) xsmp->restart_command[i] = g_strdup (argv[i]); xsmp->restart_command[i] = NULL; xsmp->set_restart_command = TRUE; } static void sm_client_xsmp_will_quit (EggSMClient *client, gboolean will_quit) { EggSMClientXSMP *xsmp = (EggSMClientXSMP *)client; if (xsmp->state == XSMP_STATE_CONNECTION_CLOSED) { /* The session manager has already exited! Schedule a quit * signal. */ xsmp->waiting_to_emit_quit = TRUE; update_pending_events (xsmp); return; } else if (xsmp->state == XSMP_STATE_SHUTDOWN_CANCELLED) { /* We received a ShutdownCancelled message while the application * was interacting; Schedule a quit_cancelled signal. */ xsmp->waiting_to_emit_quit_cancelled = TRUE; update_pending_events (xsmp); return; } g_return_if_fail (xsmp->state == XSMP_STATE_INTERACT); g_debug ("Sending InteractDone(%s)", will_quit ? "False" : "True"); SmcInteractDone (xsmp->connection, !will_quit); if (will_quit && xsmp->need_save_state) save_state (xsmp); g_debug ("Sending SaveYourselfDone(%s)", will_quit ? "True" : "False"); SmcSaveYourselfDone (xsmp->connection, will_quit); xsmp->state = XSMP_STATE_SAVE_YOURSELF_DONE; } static gboolean sm_client_xsmp_end_session (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation) { EggSMClientXSMP *xsmp = (EggSMClientXSMP *)client; int save_type; /* To end the session via XSMP, we have to send a * SaveYourselfRequest. We aren't allowed to do that if anything * else is going on, but we don't want to expose this fact to the * application. So we do our best to patch things up here... * * In the worst case, this method might block for some length of * time in process_ice_messages, but the only time that code path is * honestly likely to get hit is if the application tries to end the * session as the very first thing it does, in which case it * probably won't actually block anyway. It's not worth gunking up * the API to try to deal nicely with the other 0.01% of cases where * this happens. */ while (xsmp->state != XSMP_STATE_IDLE || xsmp->expecting_initial_save_yourself) { /* If we're already shutting down, we don't need to do anything. */ if (xsmp->shutting_down) return TRUE; switch (xsmp->state) { case XSMP_STATE_CONNECTION_CLOSED: return FALSE; case XSMP_STATE_SAVE_YOURSELF: /* Trying to log out from the save_state callback? Whatever. * Abort the save_state. */ SmcSaveYourselfDone (xsmp->connection, FALSE); xsmp->state = XSMP_STATE_SAVE_YOURSELF_DONE; break; case XSMP_STATE_INTERACT_REQUEST: case XSMP_STATE_INTERACT: case XSMP_STATE_SHUTDOWN_CANCELLED: /* Already in a shutdown-related state, just ignore * the new shutdown request... */ return TRUE; case XSMP_STATE_IDLE: if (xsmp->waiting_to_set_initial_properties) sm_client_xsmp_set_initial_properties (xsmp); if (!xsmp->expecting_initial_save_yourself) break; /* else fall through */ case XSMP_STATE_SAVE_YOURSELF_DONE: /* We need to wait for some response from the server.*/ process_ice_messages (SmcGetIceConnection (xsmp->connection)); break; default: /* Hm... shouldn't happen */ return FALSE; } } /* xfce4-session will do the wrong thing if we pass SmSaveGlobal and * the user chooses to save the session. But gnome-session will do * the wrong thing if we pass SmSaveBoth and the user chooses NOT to * save the session... Sigh. */ if (!strcmp (SmcVendor (xsmp->connection), "xfce4-session")) save_type = SmSaveBoth; else save_type = SmSaveGlobal; g_debug ("Sending SaveYourselfRequest(SmSaveGlobal, Shutdown, SmInteractStyleAny, %sFast)", request_confirmation ? "!" : ""); SmcRequestSaveYourself (xsmp->connection, save_type, True, /* shutdown */ SmInteractStyleAny, !request_confirmation, /* fast */ True /* global */); return TRUE; } static gboolean idle_do_pending_events (gpointer data) { EggSMClientXSMP *xsmp = data; EggSMClient *client = data; gdk_threads_enter (); xsmp->idle = 0; if (xsmp->waiting_to_emit_quit) { xsmp->waiting_to_emit_quit = FALSE; egg_sm_client_quit (client); goto out; } if (xsmp->waiting_to_emit_quit_cancelled) { xsmp->waiting_to_emit_quit_cancelled = FALSE; egg_sm_client_quit_cancelled (client); xsmp->state = XSMP_STATE_IDLE; } if (xsmp->waiting_to_save_myself) { xsmp->waiting_to_save_myself = FALSE; do_save_yourself (xsmp); } out: gdk_threads_leave (); return FALSE; } static void update_pending_events (EggSMClientXSMP *xsmp) { gboolean want_idle = xsmp->waiting_to_emit_quit || xsmp->waiting_to_emit_quit_cancelled || xsmp->waiting_to_save_myself; if (want_idle) { if (xsmp->idle == 0) xsmp->idle = g_idle_add (idle_do_pending_events, xsmp); } else { if (xsmp->idle != 0) g_source_remove (xsmp->idle); xsmp->idle = 0; } } static void fix_broken_state (EggSMClientXSMP *xsmp, const char *message, gboolean send_interact_done, gboolean send_save_yourself_done) { g_warning ("Received XSMP %s message in state %s: client or server error", message, EGG_SM_CLIENT_XSMP_STATE (xsmp)); /* Forget any pending SaveYourself plans we had */ xsmp->waiting_to_save_myself = FALSE; update_pending_events (xsmp); if (send_interact_done) SmcInteractDone (xsmp->connection, False); if (send_save_yourself_done) SmcSaveYourselfDone (xsmp->connection, True); xsmp->state = send_save_yourself_done ? XSMP_STATE_SAVE_YOURSELF_DONE : XSMP_STATE_IDLE; } /* SM callbacks */ static void xsmp_save_yourself (SmcConn smc_conn, SmPointer client_data, int save_type, Bool shutdown, int interact_style, Bool fast) { EggSMClientXSMP *xsmp = client_data; gboolean wants_quit_requested; g_debug ("Received SaveYourself(%s, %s, %s, %s) in state %s", save_type == SmSaveLocal ? "SmSaveLocal" : save_type == SmSaveGlobal ? "SmSaveGlobal" : "SmSaveBoth", shutdown ? "Shutdown" : "!Shutdown", interact_style == SmInteractStyleAny ? "SmInteractStyleAny" : interact_style == SmInteractStyleErrors ? "SmInteractStyleErrors" : "SmInteractStyleNone", fast ? "Fast" : "!Fast", EGG_SM_CLIENT_XSMP_STATE (xsmp)); if (xsmp->state != XSMP_STATE_IDLE && xsmp->state != XSMP_STATE_SHUTDOWN_CANCELLED) { fix_broken_state (xsmp, "SaveYourself", FALSE, TRUE); return; } if (xsmp->waiting_to_set_initial_properties) sm_client_xsmp_set_initial_properties (xsmp); /* If this is the initial SaveYourself, ignore it; we've already set * properties and there's no reason to actually save state too. */ if (xsmp->expecting_initial_save_yourself) { xsmp->expecting_initial_save_yourself = FALSE; if (save_type == SmSaveLocal && interact_style == SmInteractStyleNone && !shutdown && !fast) { g_debug ("Sending SaveYourselfDone(True) for initial SaveYourself"); SmcSaveYourselfDone (xsmp->connection, True); /* As explained in the comment at the end of * do_save_yourself(), SAVE_YOURSELF_DONE is the correct * state here, not IDLE. */ xsmp->state = XSMP_STATE_SAVE_YOURSELF_DONE; return; } else g_warning ("First SaveYourself was not the expected one!"); } /* Even ignoring the "fast" flag completely, there are still 18 * different combinations of save_type, shutdown and interact_style. * We interpret them as follows: * * Type Shutdown Interact Interpretation * G F A/E/N do nothing (1) * G T N do nothing (1)* * G T A/E quit_requested (2) * L/B F A/E/N save_state (3) * L/B T N save_state (3)* * L/B T A/E quit_requested, then save_state (4) * * 1. Do nothing, because the SM asked us to do something * uninteresting (save open files, but then don't quit * afterward) or rude (save open files without asking the user * for confirmation). * * 2. Request interaction and then emit ::quit_requested. This * perhaps isn't quite correct for the SmInteractStyleErrors * case, but we don't care. * * 3. Emit ::save_state. The SmSaveBoth SaveYourselfs in these * rows essentially get demoted to SmSaveLocal, because their * Global halves correspond to "do nothing". * * 4. Request interaction, emit ::quit_requested, and then emit * ::save_state after interacting. This is the SmSaveBoth * equivalent of #2, but we also promote SmSaveLocal shutdown * SaveYourselfs to SmSaveBoth here, because we want to give * the user a chance to save open files before quitting. * * (* It would be nice if we could do something useful when the * session manager sends a SaveYourself with shutdown True and * SmInteractStyleNone. But we can't, so we just pretend it didn't * even tell us it was shutting down. The docs for ::quit mention * that it might not always be preceded by ::quit_requested.) */ /* As an optimization, we don't actually request interaction and * emit ::quit_requested if the application isn't listening to the * signal. */ wants_quit_requested = g_signal_has_handler_pending (xsmp, g_signal_lookup ("quit_requested", EGG_TYPE_SM_CLIENT), 0, FALSE); xsmp->need_save_state = (save_type != SmSaveGlobal); xsmp->need_quit_requested = (shutdown && wants_quit_requested && interact_style != SmInteractStyleNone); xsmp->interact_errors = (interact_style == SmInteractStyleErrors); xsmp->shutting_down = shutdown; do_save_yourself (xsmp); } static void do_save_yourself (EggSMClientXSMP *xsmp) { if (xsmp->state == XSMP_STATE_SHUTDOWN_CANCELLED) { /* The SM cancelled a previous SaveYourself, but we haven't yet * had a chance to tell the application, so we can't start * processing this SaveYourself yet. */ xsmp->waiting_to_save_myself = TRUE; update_pending_events (xsmp); return; } if (xsmp->need_quit_requested) { xsmp->state = XSMP_STATE_INTERACT_REQUEST; g_debug ("Sending InteractRequest(%s)", xsmp->interact_errors ? "Error" : "Normal"); SmcInteractRequest (xsmp->connection, xsmp->interact_errors ? SmDialogError : SmDialogNormal, xsmp_interact, xsmp); return; } if (xsmp->need_save_state) { save_state (xsmp); /* Though unlikely, the client could have been disconnected * while the application was saving its state. */ if (!xsmp->connection) return; } g_debug ("Sending SaveYourselfDone(True)"); SmcSaveYourselfDone (xsmp->connection, True); /* The client state diagram in the XSMP spec says that after a * non-shutdown SaveYourself, we go directly back to "idle". But * everything else in both the XSMP spec and the libSM docs * disagrees. */ xsmp->state = XSMP_STATE_SAVE_YOURSELF_DONE; } static void save_state (EggSMClientXSMP *xsmp) { GKeyFile *state_file; char *state_file_path, *data; EggDesktopFile *desktop_file; GPtrArray *restart; int offset, fd; /* We set xsmp->state before emitting save_state, but our caller is * responsible for setting it back afterward. */ xsmp->state = XSMP_STATE_SAVE_YOURSELF; state_file = egg_sm_client_save_state ((EggSMClient *)xsmp); if (!state_file) { restart = generate_command (xsmp->restart_command, xsmp->client_id, NULL); set_properties (xsmp, ptrarray_prop (SmRestartCommand, restart), NULL); g_ptr_array_free (restart, TRUE); delete_properties (xsmp, SmDiscardCommand, NULL); return; } desktop_file = egg_get_desktop_file (); if (desktop_file) { GKeyFile *merged_file; char *desktop_file_path; merged_file = g_key_file_new (); desktop_file_path = g_filename_from_uri (egg_desktop_file_get_source (desktop_file), NULL, NULL); if (desktop_file_path && g_key_file_load_from_file (merged_file, desktop_file_path, G_KEY_FILE_KEEP_COMMENTS | G_KEY_FILE_KEEP_TRANSLATIONS, NULL)) { guint g, k, i; char **groups, **keys, *value, *exec; groups = g_key_file_get_groups (state_file, NULL); for (g = 0; groups[g]; g++) { keys = g_key_file_get_keys (state_file, groups[g], NULL, NULL); for (k = 0; keys[k]; k++) { value = g_key_file_get_value (state_file, groups[g], keys[k], NULL); if (value) { g_key_file_set_value (merged_file, groups[g], keys[k], value); g_free (value); } } g_strfreev (keys); } g_strfreev (groups); g_key_file_free (state_file); state_file = merged_file; /* Update Exec key using "--sm-client-state-file %k" */ restart = generate_command (xsmp->restart_command, NULL, "%k"); for (i = 0; i < restart->len; i++) restart->pdata[i] = g_shell_quote (restart->pdata[i]); g_ptr_array_add (restart, NULL); exec = g_strjoinv (" ", (char **)restart->pdata); g_strfreev ((char **)restart->pdata); g_ptr_array_free (restart, FALSE); g_key_file_set_string (state_file, EGG_DESKTOP_FILE_GROUP, EGG_DESKTOP_FILE_KEY_EXEC, exec); g_free (exec); } else desktop_file = NULL; g_free (desktop_file_path); } /* Now write state_file to disk. (We can't use mktemp(), because * that requires the filename to end with "XXXXXX", and we want * it to end with ".desktop".) */ data = g_key_file_to_data (state_file, NULL, NULL); g_key_file_free (state_file); offset = 0; while (1) { state_file_path = g_strdup_printf ("%s%csession-state%c%s-%ld.%s", g_get_user_config_dir (), G_DIR_SEPARATOR, G_DIR_SEPARATOR, g_get_prgname (), (long)time (NULL) + offset, desktop_file ? "desktop" : "state"); fd = open (state_file_path, O_WRONLY | O_CREAT | O_EXCL, 0644); if (fd == -1) { if (errno == EEXIST) { offset++; g_free (state_file_path); continue; } else if (errno == ENOTDIR || errno == ENOENT) { char *sep = strrchr (state_file_path, G_DIR_SEPARATOR); *sep = '\0'; if (g_mkdir_with_parents (state_file_path, 0755) != 0) { g_warning ("Could not create directory '%s'", state_file_path); g_free (state_file_path); state_file_path = NULL; break; } continue; } g_warning ("Could not create file '%s': %s", state_file_path, g_strerror (errno)); g_free (state_file_path); state_file_path = NULL; break; } close (fd); g_file_set_contents (state_file_path, data, -1, NULL); break; } g_free (data); restart = generate_command (xsmp->restart_command, xsmp->client_id, state_file_path); set_properties (xsmp, ptrarray_prop (SmRestartCommand, restart), NULL); g_ptr_array_free (restart, TRUE); if (state_file_path) { set_properties (xsmp, array_prop (SmDiscardCommand, "/bin/rm", "-rf", state_file_path, NULL), NULL); g_free (state_file_path); } } static void xsmp_interact (SmcConn smc_conn, SmPointer client_data) { EggSMClientXSMP *xsmp = client_data; EggSMClient *client = client_data; g_debug ("Received Interact message in state %s", EGG_SM_CLIENT_XSMP_STATE (xsmp)); if (xsmp->state != XSMP_STATE_INTERACT_REQUEST) { fix_broken_state (xsmp, "Interact", TRUE, TRUE); return; } xsmp->state = XSMP_STATE_INTERACT; egg_sm_client_quit_requested (client); } static void xsmp_die (SmcConn smc_conn, SmPointer client_data) { EggSMClientXSMP *xsmp = client_data; EggSMClient *client = client_data; g_debug ("Received Die message in state %s", EGG_SM_CLIENT_XSMP_STATE (xsmp)); sm_client_xsmp_disconnect (xsmp); egg_sm_client_quit (client); } static void xsmp_save_complete (SmcConn smc_conn, SmPointer client_data) { EggSMClientXSMP *xsmp = client_data; g_debug ("Received SaveComplete message in state %s", EGG_SM_CLIENT_XSMP_STATE (xsmp)); if (xsmp->state == XSMP_STATE_SAVE_YOURSELF_DONE) xsmp->state = XSMP_STATE_IDLE; else fix_broken_state (xsmp, "SaveComplete", FALSE, FALSE); } static void xsmp_shutdown_cancelled (SmcConn smc_conn, SmPointer client_data) { EggSMClientXSMP *xsmp = client_data; EggSMClient *client = client_data; g_debug ("Received ShutdownCancelled message in state %s", EGG_SM_CLIENT_XSMP_STATE (xsmp)); xsmp->shutting_down = FALSE; if (xsmp->state == XSMP_STATE_SAVE_YOURSELF_DONE) { /* We've finished interacting and now the SM has agreed to * cancel the shutdown. */ xsmp->state = XSMP_STATE_IDLE; egg_sm_client_quit_cancelled (client); } else if (xsmp->state == XSMP_STATE_SHUTDOWN_CANCELLED) { /* Hm... ok, so we got a shutdown SaveYourself, which got * cancelled, but the application was still interacting, so we * didn't tell it yet, and then *another* SaveYourself arrived, * which we must still be waiting to tell the app about, except * that now that SaveYourself has been cancelled too! Dizzy yet? */ xsmp->waiting_to_save_myself = FALSE; update_pending_events (xsmp); } else { g_debug ("Sending SaveYourselfDone(False)"); SmcSaveYourselfDone (xsmp->connection, False); if (xsmp->state == XSMP_STATE_INTERACT) { /* The application is currently interacting, so we can't * tell it about the cancellation yet; we will wait until * after it calls egg_sm_client_will_quit(). */ xsmp->state = XSMP_STATE_SHUTDOWN_CANCELLED; } else { /* The shutdown was cancelled before the application got a * chance to interact. */ xsmp->state = XSMP_STATE_IDLE; } } } /* Utilities */ /* Create a restart/clone/Exec command based on @restart_command. * If @client_id is non-%NULL, add "--sm-client-id @client_id". * If @state_file is non-%NULL, add "--sm-client-state-file @state_file". * * None of the input strings are g_strdup()ed; the caller must keep * them around until it is done with the returned GPtrArray, and must * then free the array, but not its contents. */ static GPtrArray * generate_command (char **restart_command, const char *client_id, const char *state_file) { GPtrArray *cmd; int i; cmd = g_ptr_array_new (); g_ptr_array_add (cmd, restart_command[0]); if (client_id) { g_ptr_array_add (cmd, (char *)"--sm-client-id"); g_ptr_array_add (cmd, (char *)client_id); } if (state_file) { g_ptr_array_add (cmd, (char *)"--sm-client-state-file"); g_ptr_array_add (cmd, (char *)state_file); } for (i = 1; restart_command[i]; i++) g_ptr_array_add (cmd, restart_command[i]); return cmd; } /* Takes a NULL-terminated list of SmProp * values, created by * array_prop, ptrarray_prop, string_prop, card8_prop, sets them, and * frees them. */ static void set_properties (EggSMClientXSMP *xsmp, ...) { GPtrArray *props; SmProp *prop; va_list ap; guint i; props = g_ptr_array_new (); va_start (ap, xsmp); while ((prop = va_arg (ap, SmProp *))) g_ptr_array_add (props, prop); va_end (ap); if (xsmp->connection) { SmcSetProperties (xsmp->connection, props->len, (SmProp **)props->pdata); } for (i = 0; i < props->len; i++) { prop = props->pdata[i]; g_free (prop->vals); g_free (prop); } g_ptr_array_free (props, TRUE); } /* Takes a NULL-terminated list of property names and deletes them. */ static void delete_properties (EggSMClientXSMP *xsmp, ...) { GPtrArray *props; char *prop; va_list ap; if (!xsmp->connection) return; props = g_ptr_array_new (); va_start (ap, xsmp); while ((prop = va_arg (ap, char *))) g_ptr_array_add (props, prop); va_end (ap); SmcDeleteProperties (xsmp->connection, props->len, (char **)props->pdata); g_ptr_array_free (props, TRUE); } /* Takes an array of strings and creates a LISTofARRAY8 property. The * strings are neither dupped nor freed; they need to remain valid * until you're done with the SmProp. */ static SmProp * array_prop (const char *name, ...) { SmProp *prop; SmPropValue pv; GArray *vals; char *value; va_list ap; prop = g_new (SmProp, 1); prop->name = (char *)name; prop->type = (char *)SmLISTofARRAY8; vals = g_array_new (FALSE, FALSE, sizeof (SmPropValue)); va_start (ap, name); while ((value = va_arg (ap, char *))) { pv.length = strlen (value); pv.value = value; g_array_append_val (vals, pv); } prop->num_vals = vals->len; prop->vals = (SmPropValue *)vals->data; g_array_free (vals, FALSE); return prop; } /* Takes a GPtrArray of strings and creates a LISTofARRAY8 property. * The array contents are neither dupped nor freed; they need to * remain valid until you're done with the SmProp. */ static SmProp * ptrarray_prop (const char *name, GPtrArray *values) { SmProp *prop; SmPropValue pv; GArray *vals; guint i; prop = g_new (SmProp, 1); prop->name = (char *)name; prop->type = (char *)SmLISTofARRAY8; vals = g_array_new (FALSE, FALSE, sizeof (SmPropValue)); for (i = 0; i < values->len; i++) { pv.length = strlen (values->pdata[i]); pv.value = values->pdata[i]; g_array_append_val (vals, pv); } prop->num_vals = vals->len; prop->vals = (SmPropValue *)vals->data; g_array_free (vals, FALSE); return prop; } /* Takes a string and creates an ARRAY8 property. The string is * neither dupped nor freed; it needs to remain valid until you're * done with the SmProp. */ static SmProp * string_prop (const char *name, const char *value) { SmProp *prop; prop = g_new (SmProp, 1); prop->name = (char *)name; prop->type = (char *)SmARRAY8; prop->num_vals = 1; prop->vals = g_new (SmPropValue, 1); prop->vals[0].length = strlen (value); prop->vals[0].value = (char *)value; return prop; } /* Takes a char and creates a CARD8 property. */ static SmProp * card8_prop (const char *name, unsigned char value) { SmProp *prop; char *card8val; /* To avoid having to allocate and free prop->vals[0], we cheat and * make vals a 2-element-long array and then use the second element * to store value. */ prop = g_new (SmProp, 1); prop->name = (char *)name; prop->type = (char *)SmCARD8; prop->num_vals = 1; prop->vals = g_new (SmPropValue, 2); card8val = (char *)(&prop->vals[1]); card8val[0] = value; prop->vals[0].length = 1; prop->vals[0].value = card8val; return prop; } /* ICE code. This makes no effort to play nice with anyone else trying * to use libICE. Fortunately, no one uses libICE for anything other * than SM. (DCOP uses ICE, but it has its own private copy of * libICE.) * * When this moves to gtk, it will need to be cleverer, to avoid * tripping over old apps that use GnomeClient or that use libSM * directly. */ #include #include static void ice_error_handler (IceConn ice_conn, Bool swap, int offending_minor_opcode, unsigned long offending_sequence, int error_class, int severity, IcePointer values); static void ice_io_error_handler (IceConn ice_conn); static void ice_connection_watch (IceConn ice_conn, IcePointer client_data, Bool opening, IcePointer *watch_data); static void ice_init (void) { IceSetIOErrorHandler (ice_io_error_handler); IceSetErrorHandler (ice_error_handler); IceAddConnectionWatch (ice_connection_watch, NULL); } static gboolean process_ice_messages (IceConn ice_conn) { IceProcessMessagesStatus status; gdk_threads_enter (); status = IceProcessMessages (ice_conn, NULL, NULL); gdk_threads_leave (); switch (status) { case IceProcessMessagesSuccess: return TRUE; case IceProcessMessagesIOError: sm_client_xsmp_disconnect (IceGetConnectionContext (ice_conn)); return FALSE; case IceProcessMessagesConnectionClosed: return FALSE; default: g_assert_not_reached (); } } static gboolean ice_iochannel_watch (GIOChannel *channel, GIOCondition condition, gpointer client_data) { return process_ice_messages (client_data); } static void ice_connection_watch (IceConn ice_conn, IcePointer client_data, Bool opening, IcePointer *watch_data) { guint watch_id; if (opening) { GIOChannel *channel; int fd = IceConnectionNumber (ice_conn); fcntl (fd, F_SETFD, fcntl (fd, F_GETFD, 0) | FD_CLOEXEC); channel = g_io_channel_unix_new (fd); watch_id = g_io_add_watch (channel, G_IO_IN | G_IO_ERR, ice_iochannel_watch, ice_conn); g_io_channel_unref (channel); *watch_data = GUINT_TO_POINTER (watch_id); } else { watch_id = GPOINTER_TO_UINT (*watch_data); g_source_remove (watch_id); } } static void ice_error_handler (IceConn ice_conn, Bool swap, int offending_minor_opcode, unsigned long offending_sequence, int error_class, int severity, IcePointer values) { /* Do nothing */ } static void ice_io_error_handler (IceConn ice_conn) { /* Do nothing */ } static void smc_error_handler (SmcConn smc_conn, Bool swap, int offending_minor_opcode, unsigned long offending_sequence, int error_class, int severity, SmPointer values) { /* Do nothing */ } workrave-1_10_10/frontend/gtkmm/src/eggsmclient.c000066400000000000000000000453001263301626300220520ustar00rootroot00000000000000/* * Copyright (C) 2007 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "config.h" #include #include #include #include "eggsmclient.h" #include "eggsmclient-private.h" static void egg_sm_client_debug_handler (const char *log_domain, GLogLevelFlags log_level, const char *message, gpointer user_data); enum { SAVE_STATE, QUIT_REQUESTED, QUIT_CANCELLED, QUIT, LAST_SIGNAL }; static guint signals[LAST_SIGNAL]; struct _EggSMClientPrivate { GKeyFile *state_file; }; #define EGG_SM_CLIENT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), EGG_TYPE_SM_CLIENT, EggSMClientPrivate)) G_DEFINE_TYPE (EggSMClient, egg_sm_client, G_TYPE_OBJECT) static EggSMClient *global_client; static EggSMClientMode global_client_mode = EGG_SM_CLIENT_MODE_NORMAL; static void egg_sm_client_init (EggSMClient *client) { ; } static void egg_sm_client_class_init (EggSMClientClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS (klass); g_type_class_add_private (klass, sizeof (EggSMClientPrivate)); /** * EggSMClient::save_state: * @client: the client * @state_file: a #GKeyFile to save state information into * * Emitted when the session manager has requested that the * application save information about its current state. The * application should save its state into @state_file, and then the * session manager may then restart the application in a future * session and tell it to initialize itself from that state. * * You should not save any data into @state_file's "start group" * (ie, the %NULL group). Instead, applications should save their * data into groups with names that start with the application name, * and libraries that connect to this signal should save their data * into groups with names that start with the library name. * * Alternatively, rather than (or in addition to) using @state_file, * the application can save its state by calling * egg_sm_client_set_restart_command() during the processing of this * signal (eg, to include a list of files to open). **/ signals[SAVE_STATE] = g_signal_new ("save_state", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggSMClientClass, save_state), NULL, NULL, g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); /** * EggSMClient::quit_requested: * @client: the client * * Emitted when the session manager requests that the application * exit (generally because the user is logging out). The application * should decide whether or not it is willing to quit (perhaps after * asking the user what to do with documents that have unsaved * changes) and then call egg_sm_client_will_quit(), passing %TRUE * or %FALSE to give its answer to the session manager. (It does not * need to give an answer before returning from the signal handler; * it can interact with the user asynchronously and then give its * answer later on.) If the application does not connect to this * signal, then #EggSMClient will automatically return %TRUE on its * behalf. * * The application should not save its session state as part of * handling this signal; if the user has requested that the session * be saved when logging out, then ::save_state will be emitted * separately. * * If the application agrees to quit, it should then wait for either * the ::quit_cancelled or ::quit signals to be emitted. **/ signals[QUIT_REQUESTED] = g_signal_new ("quit_requested", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggSMClientClass, quit_requested), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); /** * EggSMClient::quit_cancelled: * @client: the client * * Emitted when the session manager decides to cancel a logout after * the application has already agreed to quit. After receiving this * signal, the application can go back to what it was doing before * receiving the ::quit_requested signal. **/ signals[QUIT_CANCELLED] = g_signal_new ("quit_cancelled", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggSMClientClass, quit_cancelled), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); /** * EggSMClient::quit: * @client: the client * * Emitted when the session manager wants the application to quit * (generally because the user is logging out). The application * should exit as soon as possible after receiving this signal; if * it does not, the session manager may choose to forcibly kill it. * * Normally a GUI application would only be sent a ::quit if it * agreed to quit in response to a ::quit_requested signal. However, * this is not guaranteed; in some situations the session manager * may decide to end the session without giving applications a * chance to object. **/ signals[QUIT] = g_signal_new ("quit", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggSMClientClass, quit), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); } static gboolean sm_client_disable = FALSE; static char *sm_client_state_file = NULL; static char *sm_client_id = NULL; static char *sm_config_prefix = NULL; static gboolean sm_client_post_parse_func (GOptionContext *context, GOptionGroup *group, gpointer data, GError **error) { EggSMClient *client = egg_sm_client_get (); if (sm_client_id == NULL) { const gchar *desktop_autostart_id; desktop_autostart_id = g_getenv ("DESKTOP_AUTOSTART_ID"); if (desktop_autostart_id != NULL) sm_client_id = g_strdup (desktop_autostart_id); } /* Unset DESKTOP_AUTOSTART_ID in order to avoid child processes to * use the same client id. */ g_unsetenv ("DESKTOP_AUTOSTART_ID"); if (global_client_mode != EGG_SM_CLIENT_MODE_DISABLED && EGG_SM_CLIENT_GET_CLASS (client)->startup) EGG_SM_CLIENT_GET_CLASS (client)->startup (client, sm_client_id); return TRUE; } /** * egg_sm_client_get_option_group: * * Creates a %GOptionGroup containing the session-management-related * options. You should add this group to the application's * %GOptionContext if you want to use #EggSMClient. * * Return value: the %GOptionGroup **/ GOptionGroup * egg_sm_client_get_option_group (void) { const GOptionEntry entries[] = { { "sm-client-disable", 0, 0, G_OPTION_ARG_NONE, &sm_client_disable, N_("Disable connection to session manager"), NULL }, { "sm-client-state-file", 0, 0, G_OPTION_ARG_FILENAME, &sm_client_state_file, N_("Specify file containing saved configuration"), N_("FILE") }, { "sm-client-id", 0, 0, G_OPTION_ARG_STRING, &sm_client_id, N_("Specify session management ID"), N_("ID") }, /* GnomeClient compatibility option */ { "sm-disable", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &sm_client_disable, NULL, NULL }, /* GnomeClient compatibility option. This is a dummy option that only * exists so that sessions saved by apps with GnomeClient can be restored * later when they've switched to EggSMClient. See bug #575308. */ { "sm-config-prefix", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &sm_config_prefix, NULL, NULL }, { NULL } }; GOptionGroup *group; /* Use our own debug handler for the "EggSMClient" domain. */ g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, egg_sm_client_debug_handler, NULL); group = g_option_group_new ("sm-client", _("Session management options:"), _("Show session management options"), NULL, NULL); g_option_group_add_entries (group, entries); g_option_group_set_parse_hooks (group, NULL, sm_client_post_parse_func); return group; } /** * egg_sm_client_set_mode: * @mode: an #EggSMClient mode * * Sets the "mode" of #EggSMClient as follows: * * %EGG_SM_CLIENT_MODE_DISABLED: Session management is completely * disabled, until the mode is changed again. The application will * not even connect to the session manager. (egg_sm_client_get() * will still return an #EggSMClient object.) * * %EGG_SM_CLIENT_MODE_NO_RESTART: The application will connect to * the session manager (and thus will receive notification when the * user is logging out, etc), but will request to not be * automatically restarted with saved state in future sessions. * * %EGG_SM_CLIENT_MODE_NORMAL: The default. #EggSMCLient will * function normally. * * This must be called before the application's main loop begins and * before any call to egg_sm_client_get(), unless the mode was set * earlier to %EGG_SM_CLIENT_MODE_DISABLED and this call enables * session management. Note that option parsing will call * egg_sm_client_get(). **/ void egg_sm_client_set_mode (EggSMClientMode mode) { EggSMClientMode old_mode = global_client_mode; g_return_if_fail (global_client == NULL || global_client_mode == EGG_SM_CLIENT_MODE_DISABLED); g_return_if_fail (!(global_client != NULL && mode == EGG_SM_CLIENT_MODE_DISABLED)); global_client_mode = mode; if (global_client != NULL && old_mode == EGG_SM_CLIENT_MODE_DISABLED) { if (EGG_SM_CLIENT_GET_CLASS (global_client)->startup) EGG_SM_CLIENT_GET_CLASS (global_client)->startup (global_client, sm_client_id); } } /** * egg_sm_client_get_mode: * * Gets the global #EggSMClientMode. See egg_sm_client_set_mode() * for details. * * Return value: the global #EggSMClientMode **/ EggSMClientMode egg_sm_client_get_mode (void) { return global_client_mode; } /** * egg_sm_client_get: * * Returns the master #EggSMClient for the application. * * On platforms that support saved sessions (ie, POSIX/X11), the * application will only request to be restarted by the session * manager if you call egg_set_desktop_file() to set an application * desktop file. In particular, if the desktop file contains the key * "X * * Return value: the master #EggSMClient. **/ EggSMClient * egg_sm_client_get (void) { if (!global_client) { if (!sm_client_disable) { #if defined (GDK_WINDOWING_WIN32) global_client = egg_sm_client_win32_new (); #elif defined (GDK_WINDOWING_QUARTZ) global_client = egg_sm_client_osx_new (); #else /* If both D-Bus and XSMP are compiled in, try XSMP first * (since it supports state saving) and fall back to D-Bus * if XSMP isn't available. */ # ifdef EGG_SM_CLIENT_BACKEND_XSMP global_client = egg_sm_client_xsmp_new (); # endif # if defined(EGG_SM_CLIENT_BACKEND_DBUS) && !defined(PLATFORM_OS_WIN32) if (!global_client) global_client = egg_sm_client_dbus_new (); # endif #endif } /* Fallback: create a dummy client, so that callers don't have * to worry about a %NULL return value. */ if (!global_client) global_client = (EggSMClient *) g_object_new (EGG_TYPE_SM_CLIENT, NULL); } return global_client; } /** * egg_sm_client_is_resumed: * @client: the client * * Checks whether or not the current session has been resumed from * a previous saved session. If so, the application should call * egg_sm_client_get_state_file() and restore its state from the * returned #GKeyFile. * * Return value: %TRUE if the session has been resumed **/ gboolean egg_sm_client_is_resumed (EggSMClient *client) { g_return_val_if_fail (client == global_client, FALSE); return sm_client_state_file != NULL; } /** * egg_sm_client_get_state_file: * @client: the client * * If the application was resumed by the session manager, this will * return the #GKeyFile containing its state from the previous * session. * * Note that other libraries and #EggSMClient itself may also store * state in the key file, so if you call egg_sm_client_get_groups(), * on it, the return value will likely include groups that you did not * put there yourself. (It is also not guaranteed that the first * group created by the application will still be the "start group" * when it is resumed.) * * Return value: the #GKeyFile containing the application's earlier * state, or %NULL on error. You should not free this key file; it * is owned by @client. **/ GKeyFile * egg_sm_client_get_state_file (EggSMClient *client) { EggSMClientPrivate *priv = EGG_SM_CLIENT_GET_PRIVATE (client); char *state_file_path; GError *err = NULL; g_return_val_if_fail (client == global_client, NULL); if (!sm_client_state_file) return NULL; if (priv->state_file) return priv->state_file; if (!strncmp (sm_client_state_file, "file://", 7)) state_file_path = g_filename_from_uri (sm_client_state_file, NULL, NULL); else state_file_path = g_strdup (sm_client_state_file); priv->state_file = g_key_file_new (); if (!g_key_file_load_from_file (priv->state_file, state_file_path, (GKeyFileFlags) 0, &err)) { g_warning ("Could not load SM state file '%s': %s", sm_client_state_file, err->message); g_clear_error (&err); g_key_file_free (priv->state_file); priv->state_file = NULL; } g_free (state_file_path); return priv->state_file; } /** * egg_sm_client_set_restart_command: * @client: the client * @argc: the length of @argv * @argv: argument vector * * Sets the command used to restart @client if it does not have a * .desktop file that can be used to find its restart command. * * This can also be used when handling the ::save_state signal, to * save the current state via an updated command line. (Eg, providing * a list of filenames to open when the application is resumed.) **/ void egg_sm_client_set_restart_command (EggSMClient *client, int argc, const char **argv) { g_return_if_fail (EGG_IS_SM_CLIENT (client)); if (EGG_SM_CLIENT_GET_CLASS (client)->set_restart_command) EGG_SM_CLIENT_GET_CLASS (client)->set_restart_command (client, argc, argv); } /** * egg_sm_client_will_quit: * @client: the client * @will_quit: whether or not the application is willing to quit * * This MUST be called in response to the ::quit_requested signal, to * indicate whether or not the application is willing to quit. The * application may call it either directly from the signal handler, or * at some later point (eg, after asynchronously interacting with the * user). * * If the application does not connect to ::quit_requested, * #EggSMClient will call this method on its behalf (passing %TRUE * for @will_quit). * * After calling this method, the application should wait to receive * either ::quit_cancelled or ::quit. **/ void egg_sm_client_will_quit (EggSMClient *client, gboolean will_quit) { g_return_if_fail (EGG_IS_SM_CLIENT (client)); if (EGG_SM_CLIENT_GET_CLASS (client)->will_quit) EGG_SM_CLIENT_GET_CLASS (client)->will_quit (client, will_quit); } /** * egg_sm_client_end_session: * @style: a hint at how to end the session * @request_confirmation: whether or not the user should get a chance * to confirm the action * * Requests that the session manager end the current session. @style * indicates how the session should be ended, and * @request_confirmation indicates whether or not the user should be * given a chance to confirm the logout/reboot/shutdown. Both of these * flags are merely hints though; the session manager may choose to * ignore them. * * Return value: %TRUE if the request was sent; %FALSE if it could not * be (eg, because it could not connect to the session manager). **/ gboolean egg_sm_client_end_session (EggSMClientEndStyle style, gboolean request_confirmation) { EggSMClient *client = egg_sm_client_get (); g_return_val_if_fail (EGG_IS_SM_CLIENT (client), FALSE); if (EGG_SM_CLIENT_GET_CLASS (client)->end_session) { return EGG_SM_CLIENT_GET_CLASS (client)->end_session (client, style, request_confirmation); } else return FALSE; } /* Signal-emitting callbacks from platform-specific code */ GKeyFile * egg_sm_client_save_state (EggSMClient *client) { GKeyFile *state_file; char *group; g_return_val_if_fail (client == global_client, NULL); state_file = g_key_file_new (); g_debug ("Emitting save_state"); g_signal_emit (client, signals[SAVE_STATE], 0, state_file); g_debug ("Done emitting save_state"); group = g_key_file_get_start_group (state_file); if (group) { g_free (group); return state_file; } else { g_key_file_free (state_file); return NULL; } } void egg_sm_client_quit_requested (EggSMClient *client) { g_return_if_fail (client == global_client); if (!g_signal_has_handler_pending (client, signals[QUIT_REQUESTED], 0, FALSE)) { g_debug ("Not emitting quit_requested because no one is listening"); egg_sm_client_will_quit (client, TRUE); return; } g_debug ("Emitting quit_requested"); g_signal_emit (client, signals[QUIT_REQUESTED], 0); g_debug ("Done emitting quit_requested"); } void egg_sm_client_quit_cancelled (EggSMClient *client) { g_return_if_fail (client == global_client); g_debug ("Emitting quit_cancelled"); g_signal_emit (client, signals[QUIT_CANCELLED], 0); g_debug ("Done emitting quit_cancelled"); } void egg_sm_client_quit (EggSMClient *client) { g_return_if_fail (client == global_client); g_debug ("Emitting quit"); g_signal_emit (client, signals[QUIT], 0); g_debug ("Done emitting quit"); /* FIXME: should we just call gtk_main_quit() here? */ } static void egg_sm_client_debug_handler (const char *log_domain, GLogLevelFlags log_level, const char *message, gpointer user_data) { static int debug = -1; if (debug < 0) debug = (g_getenv ("EGG_SM_CLIENT_DEBUG") != NULL); if (debug) g_log_default_handler (log_domain, log_level, message, NULL); } workrave-1_10_10/frontend/gtkmm/src/eggsmclient.h000066400000000000000000000077051263301626300220660ustar00rootroot00000000000000/* eggsmclient.h * Copyright (C) 2007 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __EGG_SM_CLIENT_H__ #define __EGG_SM_CLIENT_H__ #include G_BEGIN_DECLS #define EGG_TYPE_SM_CLIENT (egg_sm_client_get_type ()) #define EGG_SM_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT, EggSMClient)) #define EGG_SM_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT, EggSMClientClass)) #define EGG_IS_SM_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_SM_CLIENT)) #define EGG_IS_SM_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_SM_CLIENT)) #define EGG_SM_CLIENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_SM_CLIENT, EggSMClientClass)) typedef struct _EggSMClient EggSMClient; typedef struct _EggSMClientClass EggSMClientClass; typedef struct _EggSMClientPrivate EggSMClientPrivate; typedef enum { EGG_SM_CLIENT_END_SESSION_DEFAULT, EGG_SM_CLIENT_LOGOUT, EGG_SM_CLIENT_REBOOT, EGG_SM_CLIENT_SHUTDOWN } EggSMClientEndStyle; typedef enum { EGG_SM_CLIENT_MODE_DISABLED, EGG_SM_CLIENT_MODE_NO_RESTART, EGG_SM_CLIENT_MODE_NORMAL } EggSMClientMode; struct _EggSMClient { GObject parent; }; struct _EggSMClientClass { GObjectClass parent_class; /* signals */ void (*save_state) (EggSMClient *client, GKeyFile *state_file); void (*quit_requested) (EggSMClient *client); void (*quit_cancelled) (EggSMClient *client); void (*quit) (EggSMClient *client); /* virtual methods */ void (*startup) (EggSMClient *client, const char *client_id); void (*set_restart_command) (EggSMClient *client, int argc, const char **argv); void (*will_quit) (EggSMClient *client, gboolean will_quit); gboolean (*end_session) (EggSMClient *client, EggSMClientEndStyle style, gboolean request_confirmation); /* Padding for future expansion */ void (*_egg_reserved1) (void); void (*_egg_reserved2) (void); void (*_egg_reserved3) (void); void (*_egg_reserved4) (void); }; GType egg_sm_client_get_type (void) G_GNUC_CONST; GOptionGroup *egg_sm_client_get_option_group (void); /* Initialization */ void egg_sm_client_set_mode (EggSMClientMode mode); EggSMClientMode egg_sm_client_get_mode (void); EggSMClient *egg_sm_client_get (void); /* Resuming a saved session */ gboolean egg_sm_client_is_resumed (EggSMClient *client); GKeyFile *egg_sm_client_get_state_file (EggSMClient *client); /* Alternate means of saving state */ void egg_sm_client_set_restart_command (EggSMClient *client, int argc, const char **argv); /* Handling "quit_requested" signal */ void egg_sm_client_will_quit (EggSMClient *client, gboolean will_quit); /* Initiate a logout/reboot/shutdown */ gboolean egg_sm_client_end_session (EggSMClientEndStyle style, gboolean request_confirmation); G_END_DECLS #endif /* __EGG_SM_CLIENT_H__ */ workrave-1_10_10/frontend/gtkmm/src/gtktrayicon.c000066400000000000000000000520361263301626300221130ustar00rootroot00000000000000/* gtktrayicon.c * Copyright (C) 2002 Anders Carlsson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ /* * This is an implementation of the freedesktop.org "system tray" spec, * http://www.freedesktop.org/wiki/Standards/systemtray-spec */ /* * Ripped from Gtk+ because it is not a public API. * Workrave abuses the trayicon by putting more than a simple icon * in the tray. Gtk+ only has a statusicon as public API. * * Renamed to avoid naming conflicts. * * -- Rob Caelers */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include #include "gtktrayicon.h" #include #include #define SYSTEM_TRAY_REQUEST_DOCK 0 #define SYSTEM_TRAY_BEGIN_MESSAGE 1 #define SYSTEM_TRAY_CANCEL_MESSAGE 2 #define SYSTEM_TRAY_ORIENTATION_HORZ 0 #define SYSTEM_TRAY_ORIENTATION_VERT 1 enum { PROP_0, PROP_ORIENTATION }; struct _WRGtkTrayIconPrivate { guint stamp; Atom selection_atom; Atom manager_atom; Atom system_tray_opcode_atom; Atom orientation_atom; Atom visual_atom; Window manager_window; GdkVisual *manager_visual; gboolean manager_visual_rgba; GtkOrientation orientation; }; static void wrgtk_tray_icon_constructed (GObject *object); static void wrgtk_tray_icon_dispose (GObject *object); static void wrgtk_tray_icon_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void wrgtk_tray_icon_realize (GtkWidget *widget); static void wrgtk_tray_icon_style_set (GtkWidget *widget, GtkStyle *previous_style); static gboolean wrgtk_tray_icon_delete (GtkWidget *widget, GdkEventAny *event); static gboolean wrgtk_tray_icon_expose (GtkWidget *widget, GdkEventExpose *event); static void wrgtk_tray_icon_clear_manager_window (WRGtkTrayIcon *icon); static void wrgtk_tray_icon_update_manager_window (WRGtkTrayIcon *icon); static void wrgtk_tray_icon_manager_window_destroyed (WRGtkTrayIcon *icon); static GdkFilterReturn wrgtk_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data); G_DEFINE_TYPE (WRGtkTrayIcon, wrgtk_tray_icon, GTK_TYPE_PLUG) static void wrgtk_tray_icon_class_init (WRGtkTrayIconClass *class) { GObjectClass *gobject_class = (GObjectClass *)class; GtkWidgetClass *widget_class = (GtkWidgetClass *)class; gobject_class->get_property = wrgtk_tray_icon_get_property; gobject_class->constructed = wrgtk_tray_icon_constructed; gobject_class->dispose = wrgtk_tray_icon_dispose; widget_class->realize = wrgtk_tray_icon_realize; widget_class->style_set = wrgtk_tray_icon_style_set; widget_class->delete_event = wrgtk_tray_icon_delete; widget_class->expose_event = wrgtk_tray_icon_expose; g_object_class_install_property (gobject_class, PROP_ORIENTATION, g_param_spec_enum ("orientation", _("Orientation"), _("The orientation of the tray"), GTK_TYPE_ORIENTATION, GTK_ORIENTATION_HORIZONTAL, G_PARAM_READABLE)); g_type_class_add_private (class, sizeof (WRGtkTrayIconPrivate)); } static void wrgtk_tray_icon_init (WRGtkTrayIcon *icon) { icon->priv = G_TYPE_INSTANCE_GET_PRIVATE (icon, GTK_TYPE_TRAY_ICON, WRGtkTrayIconPrivate); icon->priv->stamp = 1; icon->priv->orientation = GTK_ORIENTATION_HORIZONTAL; gtk_widget_set_app_paintable (GTK_WIDGET (icon), TRUE); gtk_widget_add_events (GTK_WIDGET (icon), GDK_PROPERTY_CHANGE_MASK); } static void wrgtk_tray_icon_constructed (GObject *object) { /* Do setup that depends on the screen; screen has been set at this point */ WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (object)); GdkWindow *root_window = gdk_screen_get_root_window (screen); GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (object)); Display *xdisplay = gdk_x11_display_get_xdisplay (display); char buffer[256]; g_snprintf (buffer, sizeof (buffer), "_NET_SYSTEM_TRAY_S%d", gdk_screen_get_number (screen)); icon->priv->selection_atom = XInternAtom (xdisplay, buffer, False); icon->priv->manager_atom = XInternAtom (xdisplay, "MANAGER", False); icon->priv->system_tray_opcode_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_OPCODE", False); icon->priv->orientation_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_ORIENTATION", False); icon->priv->visual_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_VISUAL", False); /* Add a root window filter so that we get changes on MANAGER */ gdk_window_add_filter (root_window, wrgtk_tray_icon_manager_filter, icon); wrgtk_tray_icon_update_manager_window (icon); } static void wrgtk_tray_icon_clear_manager_window (WRGtkTrayIcon *icon) { GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (icon)); if (icon->priv->manager_window != None) { GdkWindow *gdkwin; gdkwin = gdk_window_lookup_for_display (display, icon->priv->manager_window); gdk_window_remove_filter (gdkwin, wrgtk_tray_icon_manager_filter, icon); icon->priv->manager_window = None; icon->priv->manager_visual = NULL; } } static void wrgtk_tray_icon_dispose (GObject *object) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); GtkWidget *widget = GTK_WIDGET (object); GdkWindow *root_window = gdk_screen_get_root_window (gtk_widget_get_screen (widget)); wrgtk_tray_icon_clear_manager_window (icon); gdk_window_remove_filter (root_window, wrgtk_tray_icon_manager_filter, icon); } static void wrgtk_tray_icon_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); switch (prop_id) { case PROP_ORIENTATION: g_value_set_enum (value, icon->priv->orientation); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static gboolean wrgtk_tray_icon_expose (GtkWidget *widget, GdkEventExpose *event) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); GtkWidget *focus_child; gint border_width, x, y, width, height; gboolean retval = FALSE; if (icon->priv->manager_visual_rgba) { /* Clear to transparent */ cairo_t *cr = gdk_cairo_create (widget->window); cairo_set_source_rgba (cr, 0, 0, 0, 0); cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); gdk_cairo_region (cr, event->region); cairo_fill (cr); cairo_destroy (cr); } else { /* Clear to parent-relative pixmap */ gdk_window_clear_area (widget->window, event->area.x, event->area.y, event->area.width, event->area.height); } if (GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->expose_event) retval = GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->expose_event (widget, event); focus_child = GTK_CONTAINER (widget)->focus_child; if (focus_child && GTK_WIDGET_HAS_FOCUS (focus_child)) { border_width = GTK_CONTAINER (widget)->border_width; x = widget->allocation.x + border_width; y = widget->allocation.y + border_width; width = widget->allocation.width - 2 * border_width; height = widget->allocation.height - 2 * border_width; gtk_paint_focus (widget->style, widget->window, GTK_WIDGET_STATE (widget), &event->area, widget, "tray_icon", x, y, width, height); } return retval; } static void wrgtk_tray_icon_get_orientation_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->orientation_atom, 0, G_MAXLONG, FALSE, XA_CARDINAL, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (error || result != Success) return; if (type == XA_CARDINAL && nitems == 1 && format == 32) { GtkOrientation orientation; orientation = (prop.prop [0] == SYSTEM_TRAY_ORIENTATION_HORZ) ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; if (icon->priv->orientation != orientation) { icon->priv->orientation = orientation; g_object_notify (G_OBJECT (icon), "orientation"); } } if (type != None) XFree (prop.prop); } void wrgtk_tray_icon_get_visual_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; GdkVisual *visual; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->visual_atom, 0, G_MAXLONG, FALSE, XA_VISUALID, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); visual = NULL; if (!error && result == Success && type == XA_VISUALID && nitems == 1 && format == 32) { VisualID visual_id = prop.prop[0]; visual = gdk_x11_screen_lookup_visual (screen, visual_id); } icon->priv->manager_visual = visual; icon->priv->manager_visual_rgba = visual != NULL && (visual->red_prec + visual->blue_prec + visual->green_prec < visual->depth); /* For the background-relative hack we use when we aren't using a real RGBA * visual, we can't be double-buffered */ gtk_widget_set_double_buffered (GTK_WIDGET (icon), icon->priv->manager_visual_rgba); if (type != None) XFree (prop.prop); } static GdkFilterReturn wrgtk_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data) { WRGtkTrayIcon *icon = user_data; XEvent *xev = (XEvent *)xevent; if (xev->xany.type == ClientMessage && xev->xclient.message_type == icon->priv->manager_atom && xev->xclient.data.l[1] == icon->priv->selection_atom) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: tray manager appeared\n", icon)); wrgtk_tray_icon_update_manager_window (icon); } else if (xev->xany.window == icon->priv->manager_window) { if (xev->xany.type == PropertyNotify && xev->xproperty.atom == icon->priv->orientation_atom) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got PropertyNotify on manager window for orientation atom\n", icon)); wrgtk_tray_icon_get_orientation_property (icon); } else if (xev->xany.type == DestroyNotify) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got DestroyNotify for manager window\n", icon)); wrgtk_tray_icon_manager_window_destroyed (icon); } else GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got other message on manager window\n", icon)); } return GDK_FILTER_CONTINUE; } static void wrgtk_tray_icon_send_manager_message (WRGtkTrayIcon *icon, long message, Window window, long data1, long data2, long data3) { XClientMessageEvent ev; Display *display; memset (&ev, 0, sizeof (ev)); ev.type = ClientMessage; ev.window = window; ev.message_type = icon->priv->system_tray_opcode_atom; ev.format = 32; ev.data.l[0] = gdk_x11_get_server_time (GTK_WIDGET (icon)->window); ev.data.l[1] = message; ev.data.l[2] = data1; ev.data.l[3] = data2; ev.data.l[4] = data3; display = GDK_DISPLAY_XDISPLAY (gtk_widget_get_display (GTK_WIDGET (icon))); gdk_error_trap_push (); XSendEvent (display, icon->priv->manager_window, False, NoEventMask, (XEvent *)&ev); XSync (display, False); gdk_error_trap_pop (); } static void wrgtk_tray_icon_send_dock_request (WRGtkTrayIcon *icon) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: sending dock request to manager window %lx\n", icon, (gulong) icon->priv->manager_window)); wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_REQUEST_DOCK, icon->priv->manager_window, gtk_plug_get_id (GTK_PLUG (icon)), 0, 0); } static void wrgtk_tray_icon_update_manager_window (WRGtkTrayIcon *icon) { GtkWidget *widget = GTK_WIDGET (icon); GdkScreen *screen = gtk_widget_get_screen (widget); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: updating tray icon manager window, current manager window: %lx\n", icon, (gulong) icon->priv->manager_window)); if (icon->priv->manager_window != None) return; GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: trying to find manager window\n", icon)); XGrabServer (xdisplay); icon->priv->manager_window = XGetSelectionOwner (xdisplay, icon->priv->selection_atom); if (icon->priv->manager_window != None) XSelectInput (xdisplay, icon->priv->manager_window, StructureNotifyMask|PropertyChangeMask); XUngrabServer (xdisplay); XFlush (xdisplay); if (icon->priv->manager_window != None) { GdkWindow *gdkwin; GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: is being managed by window %lx\n", icon, (gulong) icon->priv->manager_window)); gdkwin = gdk_window_lookup_for_display (display, icon->priv->manager_window); gdk_window_add_filter (gdkwin, wrgtk_tray_icon_manager_filter, icon); wrgtk_tray_icon_get_orientation_property (icon); wrgtk_tray_icon_get_visual_property (icon); if (GTK_WIDGET_REALIZED (icon)) { if ((icon->priv->manager_visual == NULL && gtk_widget_get_visual (widget) == gdk_screen_get_system_visual (screen)) || (icon->priv->manager_visual == gtk_widget_get_visual (widget))) { /* Already have the right visual, can just dock */ wrgtk_tray_icon_send_dock_request (icon); } else { /* Need to re-realize the widget to get the right visual */ gtk_widget_hide (widget); gtk_widget_unrealize (widget); gtk_widget_show (widget); } } } else GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: no tray manager found\n", icon)); } static void wrgtk_tray_icon_manager_window_destroyed (WRGtkTrayIcon *icon) { g_return_if_fail (icon->priv->manager_window != None); GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: tray manager window destroyed\n", icon)); wrgtk_tray_icon_clear_manager_window (icon); } static gboolean wrgtk_tray_icon_delete (GtkWidget *widget, GdkEventAny *event) { // WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n", icon, (gulong) icon->priv->manager_window)); /* A bug in X server versions up to x.org 1.5.0 means that: * XFixesChangeSaveSet(...., SaveSetRoot, SaveSetUnmap) doesn't work properly * and we'll left mapped in a separate toplevel window if the tray is destroyed. * For simplicity just get rid of our X window and start over. */ gtk_widget_hide (widget); gtk_widget_unrealize (widget); gtk_widget_show (widget); /* Handled it, don't destroy the tray icon */ return TRUE; } static void wrgtk_tray_icon_set_colormap (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkColormap *colormap; GdkVisual *visual = icon->priv->manager_visual; gboolean new_colormap = FALSE; /* To avoid uncertainty about colormaps, _NET_SYSTEM_TRAY_VISUAL is supposed * to be either the screen default visual or a TrueColor visual; ignore it * if it is something else */ if (visual && visual->type != GDK_VISUAL_TRUE_COLOR) visual = NULL; if (visual == NULL || visual == gdk_screen_get_system_visual (screen)) colormap = gdk_screen_get_system_colormap (screen); else if (visual == gdk_screen_get_rgb_visual (screen)) colormap = gdk_screen_get_rgb_colormap (screen); else if (visual == gdk_screen_get_rgba_visual (screen)) colormap = gdk_screen_get_rgba_colormap (screen); else { colormap = gdk_colormap_new (visual, FALSE); new_colormap = TRUE; } gtk_widget_set_colormap (GTK_WIDGET (icon), colormap); if (new_colormap) g_object_unref (colormap); } static void wrgtk_tray_icon_realize (GtkWidget *widget) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); /* Set our colormap before realizing */ wrgtk_tray_icon_set_colormap (icon); GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->realize (widget); if (icon->priv->manager_visual_rgba) { /* Set a transparent background */ GdkColor transparent = { 0, 0, 0, 0 }; /* Only pixel=0 matters */ gdk_window_set_background (widget->window, &transparent); } else { /* Set a parent-relative background pixmap */ gdk_window_set_back_pixmap (widget->window, NULL, TRUE); } GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: realized, window: %lx, socket window: %lx\n", widget, (gulong) GDK_WINDOW_XWINDOW (widget->window), GTK_PLUG (icon)->socket_window ? (gulong) GDK_WINDOW_XWINDOW (GTK_PLUG (icon)->socket_window) : 0UL)); if (icon->priv->manager_window != None) wrgtk_tray_icon_send_dock_request (icon); } static void wrgtk_tray_icon_style_set (GtkWidget *widget, GtkStyle *previous_style) { /* The default handler resets the background according to the style. We either * use a transparent background or a parent-relative background and ignore the * style background. So, just don't chain up. */ } guint _wrgtk_tray_icon_send_message (WRGtkTrayIcon *icon, gint timeout, const gchar *message, gint len) { guint stamp; g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), 0); g_return_val_if_fail (timeout >= 0, 0); g_return_val_if_fail (message != NULL, 0); if (icon->priv->manager_window == None) return 0; if (len < 0) len = strlen (message); stamp = icon->priv->stamp++; /* Get ready to send the message */ wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_BEGIN_MESSAGE, (Window)gtk_plug_get_id (GTK_PLUG (icon)), timeout, len, stamp); /* Now to send the actual message */ gdk_error_trap_push (); while (len > 0) { XClientMessageEvent ev; Display *xdisplay; xdisplay = GDK_DISPLAY_XDISPLAY (gtk_widget_get_display (GTK_WIDGET (icon))); memset (&ev, 0, sizeof (ev)); ev.type = ClientMessage; ev.window = (Window)gtk_plug_get_id (GTK_PLUG (icon)); ev.format = 8; ev.message_type = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_MESSAGE_DATA", False); if (len > 20) { memcpy (&ev.data, message, 20); len -= 20; message += 20; } else { memcpy (&ev.data, message, len); len = 0; } XSendEvent (xdisplay, icon->priv->manager_window, False, StructureNotifyMask, (XEvent *)&ev); XSync (xdisplay, False); } gdk_error_trap_pop (); return stamp; } void _wrgtk_tray_icon_cancel_message (WRGtkTrayIcon *icon, guint id) { g_return_if_fail (GTK_IS_TRAY_ICON (icon)); g_return_if_fail (id > 0); wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_CANCEL_MESSAGE, (Window)gtk_plug_get_id (GTK_PLUG (icon)), id, 0, 0); } WRGtkTrayIcon * wrgtk_tray_icon_new_for_screen (GdkScreen *screen, const gchar *name) { g_return_val_if_fail (GDK_IS_SCREEN (screen), NULL); return g_object_new (GTK_TYPE_TRAY_ICON, "screen", screen, "title", name, NULL); } WRGtkTrayIcon* wrgtk_tray_icon_new (const gchar *name) { return g_object_new (GTK_TYPE_TRAY_ICON, "title", name, NULL); } GtkOrientation wrgtk_tray_icon_get_orientation (WRGtkTrayIcon *icon) { g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), GTK_ORIENTATION_HORIZONTAL); return icon->priv->orientation; } workrave-1_10_10/frontend/gtkmm/src/gtktrayicon.h000066400000000000000000000051761263301626300221230ustar00rootroot00000000000000/* gtktrayicon.h * Copyright (C) 2002, 2012 Anders Carlsson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __GTK_TRAY_ICON_H__ #define __GTK_TRAY_ICON_H__ #include "gtk/gtk.h" G_BEGIN_DECLS #define GTK_TYPE_TRAY_ICON (wrgtk_tray_icon_get_type ()) #define GTK_TRAY_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TRAY_ICON, WRGtkTrayIcon)) #define GTK_TRAY_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TRAY_ICON, WRGtkTrayIconClass)) #define GTK_IS_TRAY_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TRAY_ICON)) #define GTK_IS_TRAY_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TRAY_ICON)) #define GTK_TRAY_ICON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TRAY_ICON, WRGtkTrayIconClass)) typedef struct _WRGtkTrayIcon WRGtkTrayIcon; typedef struct _WRGtkTrayIconPrivate WRGtkTrayIconPrivate; typedef struct _WRGtkTrayIconClass WRGtkTrayIconClass; struct _WRGtkTrayIcon { GtkPlug parent_instance; WRGtkTrayIconPrivate *priv; }; struct _WRGtkTrayIconClass { GtkPlugClass parent_class; void (*__gtk_reserved1); void (*__gtk_reserved2); void (*__gtk_reserved3); void (*__gtk_reserved4); void (*__gtk_reserved5); void (*__gtk_reserved6); }; GType wrgtk_tray_icon_get_type (void) G_GNUC_CONST; WRGtkTrayIcon *wrgtk_tray_icon_new_for_screen (GdkScreen *screen, const gchar *name); WRGtkTrayIcon *wrgtk_tray_icon_new (const gchar *name); guint _wrgtk_tray_icon_send_message (WRGtkTrayIcon *icon, gint timeout, const gchar *message, gint len); void _wrgtk_tray_icon_cancel_message (WRGtkTrayIcon *icon, guint id); GtkOrientation wrgtk_tray_icon_get_orientation (WRGtkTrayIcon *icon); #ifdef HAVE_GTK3 gint wrgtk_tray_icon_get_icon_size (WRGtkTrayIcon *icon); #endif G_END_DECLS #endif /* __GTK_TRAY_ICON_H__ */ workrave-1_10_10/frontend/gtkmm/src/gtktrayicon3.c000066400000000000000000000776601263301626300222100ustar00rootroot00000000000000/* gtktrayicon.c * Copyright (C) 2002 Anders Carlsson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ /* * This is an implementation of the freedesktop.org "system tray" spec, * http://www.freedesktop.org/wiki/Standards/systemtray-spec */ #include "config.h" #include #include #include "nls.h" #include #include #include "gtk/gtk.h" #include "gtk/gtkx.h" #include "gdk/gdk.h" //#include "gtkintl.h" //#include "gtkprivate.h" #include "gtktrayicon.h" //#include "gtktestutils.h" //#include "gtkdebug.h" //#include "gtktypebuiltins.h" #define SYSTEM_TRAY_REQUEST_DOCK 0 #define SYSTEM_TRAY_BEGIN_MESSAGE 1 #define SYSTEM_TRAY_CANCEL_MESSAGE 2 #define SYSTEM_TRAY_ORIENTATION_HORZ 0 #define SYSTEM_TRAY_ORIENTATION_VERT 1 enum { PROP_0, PROP_ORIENTATION, PROP_FG_COLOR, PROP_ERROR_COLOR, PROP_WARNING_COLOR, PROP_SUCCESS_COLOR, PROP_PADDING, PROP_ICON_SIZE }; struct _WRGtkTrayIconPrivate { guint stamp; Atom selection_atom; Atom manager_atom; Atom system_tray_opcode_atom; Atom orientation_atom; Atom visual_atom; Atom colors_atom; Atom padding_atom; Atom icon_size_atom; Window manager_window; GdkVisual *manager_visual; gboolean manager_visual_rgba; GtkOrientation orientation; GdkRGBA fg_color; GdkRGBA error_color; GdkRGBA warning_color; GdkRGBA success_color; gint padding; gint icon_size; }; static void wrgtk_tray_icon_constructed (GObject *object); static void wrgtk_tray_icon_dispose (GObject *object); static void wrgtk_tray_icon_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void wrgtk_tray_icon_realize (GtkWidget *widget); static void wrgtk_tray_icon_style_updated (GtkWidget *widget); static gboolean wrgtk_tray_icon_delete (GtkWidget *widget, GdkEventAny *event); static gboolean wrgtk_tray_icon_draw (GtkWidget *widget, cairo_t *cr); static void wrgtk_tray_icon_clear_manager_window (WRGtkTrayIcon *icon); static void wrgtk_tray_icon_update_manager_window (WRGtkTrayIcon *icon); static void wrgtk_tray_icon_manager_window_destroyed (WRGtkTrayIcon *icon); static GdkFilterReturn wrgtk_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data); G_DEFINE_TYPE (WRGtkTrayIcon, wrgtk_tray_icon, GTK_TYPE_PLUG) static void wrgtk_tray_icon_class_init (WRGtkTrayIconClass *class) { GObjectClass *gobject_class = (GObjectClass *)class; GtkWidgetClass *widget_class = (GtkWidgetClass *)class; gobject_class->get_property = wrgtk_tray_icon_get_property; gobject_class->constructed = wrgtk_tray_icon_constructed; gobject_class->dispose = wrgtk_tray_icon_dispose; widget_class->realize = wrgtk_tray_icon_realize; widget_class->style_updated = wrgtk_tray_icon_style_updated; widget_class->delete_event = wrgtk_tray_icon_delete; widget_class->draw = wrgtk_tray_icon_draw; g_object_class_install_property (gobject_class, PROP_ORIENTATION, g_param_spec_enum ("orientation", _("Orientation"), _("The orientation of the tray"), GTK_TYPE_ORIENTATION, GTK_ORIENTATION_HORIZONTAL, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_FG_COLOR, g_param_spec_boxed ("fg-color", _("Foreground color"), _("Foreground color for symbolic icons"), GDK_TYPE_RGBA, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_ERROR_COLOR, g_param_spec_boxed ("error-color", _("Error color"), _("Error color for symbolic icons"), GDK_TYPE_RGBA, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_WARNING_COLOR, g_param_spec_boxed ("warning-color", _("Warning color"), _("Warning color for symbolic icons"), GDK_TYPE_RGBA, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_SUCCESS_COLOR, g_param_spec_boxed ("success-color", _("Success color"), _("Success color for symbolic icons"), GDK_TYPE_RGBA, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_PADDING, g_param_spec_int ("padding", _("Padding"), _("Padding that should be put around icons in the tray"), 0, G_MAXINT, 0, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, PROP_ICON_SIZE, g_param_spec_int ("icon-size", _("Icon Size"), _("The pixel size that icons should be forced to, or zero"), 0, G_MAXINT, 0, G_PARAM_READABLE)); g_type_class_add_private (class, sizeof (WRGtkTrayIconPrivate)); } static void wrgtk_tray_icon_init (WRGtkTrayIcon *icon) { icon->priv = G_TYPE_INSTANCE_GET_PRIVATE (icon, GTK_TYPE_TRAY_ICON, WRGtkTrayIconPrivate); icon->priv->stamp = 1; icon->priv->orientation = GTK_ORIENTATION_HORIZONTAL; icon->priv->fg_color.red = 0.0; icon->priv->fg_color.green = 0.0; icon->priv->fg_color.blue = 0.0; icon->priv->fg_color.alpha = 1.0; icon->priv->error_color.red = 0.7968; icon->priv->error_color.green = 0.0; icon->priv->error_color.blue = 0.0; icon->priv->error_color.alpha = 1.0; icon->priv->warning_color.red = 0.9570; icon->priv->warning_color.green = 0.4726; icon->priv->warning_color.blue = 0.2421; icon->priv->warning_color.alpha = 1.0; icon->priv->success_color.red = 0.3047; icon->priv->success_color.green = 0.6016; icon->priv->success_color.blue = 0.0234; icon->priv->success_color.alpha = 1.0; icon->priv->padding = 0; icon->priv->icon_size = 0; gtk_widget_set_app_paintable (GTK_WIDGET (icon), TRUE); gtk_widget_add_events (GTK_WIDGET (icon), GDK_PROPERTY_CHANGE_MASK); } static void wrgtk_tray_icon_constructed (GObject *object) { /* Do setup that depends on the screen; screen has been set at this point */ WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (object)); GdkWindow *root_window = gdk_screen_get_root_window (screen); GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (object)); Display *xdisplay = gdk_x11_display_get_xdisplay (display); char buffer[256]; g_snprintf (buffer, sizeof (buffer), "_NET_SYSTEM_TRAY_S%d", gdk_screen_get_number (screen)); icon->priv->selection_atom = XInternAtom (xdisplay, buffer, False); icon->priv->manager_atom = XInternAtom (xdisplay, "MANAGER", False); icon->priv->system_tray_opcode_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_OPCODE", False); icon->priv->orientation_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_ORIENTATION", False); icon->priv->visual_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_VISUAL", False); icon->priv->colors_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_COLORS", False); icon->priv->padding_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_PADDING", False); icon->priv->icon_size_atom = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_ICON_SIZE", False); /* Add a root window filter so that we get changes on MANAGER */ gdk_window_add_filter (root_window, wrgtk_tray_icon_manager_filter, icon); wrgtk_tray_icon_update_manager_window (icon); } static void wrgtk_tray_icon_clear_manager_window (WRGtkTrayIcon *icon) { GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (icon)); if (icon->priv->manager_window != None) { GdkWindow *gdkwin; gdkwin = gdk_x11_window_lookup_for_display (display, icon->priv->manager_window); gdk_window_remove_filter (gdkwin, wrgtk_tray_icon_manager_filter, icon); icon->priv->manager_window = None; icon->priv->manager_visual = NULL; } } static void wrgtk_tray_icon_dispose (GObject *object) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); GtkWidget *widget = GTK_WIDGET (object); GdkWindow *root_window = gdk_screen_get_root_window (gtk_widget_get_screen (widget)); wrgtk_tray_icon_clear_manager_window (icon); gdk_window_remove_filter (root_window, wrgtk_tray_icon_manager_filter, icon); G_OBJECT_CLASS (wrgtk_tray_icon_parent_class)->dispose (object); } static void wrgtk_tray_icon_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (object); switch (prop_id) { case PROP_ORIENTATION: g_value_set_enum (value, icon->priv->orientation); break; case PROP_FG_COLOR: g_value_set_boxed (value, &icon->priv->fg_color); break; case PROP_ERROR_COLOR: g_value_set_boxed (value, &icon->priv->error_color); break; case PROP_WARNING_COLOR: g_value_set_boxed (value, &icon->priv->warning_color); break; case PROP_SUCCESS_COLOR: g_value_set_boxed (value, &icon->priv->success_color); break; case PROP_PADDING: g_value_set_int (value, icon->priv->padding); break; case PROP_ICON_SIZE: g_value_set_int (value, icon->priv->icon_size); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static gboolean wrgtk_tray_icon_draw (GtkWidget *widget, cairo_t *cr) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); GtkWidget *focus_child; GdkWindow *window; gint border_width; gboolean retval = FALSE; cairo_surface_t *target; window = gtk_widget_get_window (widget); target = cairo_get_group_target (cr); if (icon->priv->manager_visual_rgba || cairo_surface_get_type (target) != CAIRO_SURFACE_TYPE_XLIB || cairo_xlib_surface_get_drawable (target) != GDK_WINDOW_XID (window)) { /* Clear to transparent */ cairo_set_source_rgba (cr, 0, 0, 0, 0); cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); cairo_paint (cr); } else { GdkRectangle clip; if (gdk_cairo_get_clip_rectangle (cr, &clip)) { /* Clear to parent-relative pixmap * We need to use direct X access here because GDK doesn't know about * the parent realtive pixmap. */ cairo_surface_flush (target); XClearArea (GDK_WINDOW_XDISPLAY (window), GDK_WINDOW_XID (window), clip.x, clip.y, clip.width, clip.height, False); cairo_surface_mark_dirty_rectangle (target, clip.x, clip.y, clip.width, clip.height); } } if (GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->draw) retval = GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->draw (widget, cr); focus_child = gtk_container_get_focus_child (GTK_CONTAINER (widget)); if (focus_child && gtk_widget_has_visible_focus (focus_child)) { GtkStyleContext *context; border_width = gtk_container_get_border_width (GTK_CONTAINER (widget)); context = gtk_widget_get_style_context (widget); gtk_render_focus (context, cr, border_width, border_width, gtk_widget_get_allocated_width (widget) - 2 * border_width, gtk_widget_get_allocated_height (widget) - 2 * border_width); } return retval; } static void wrgtk_tray_icon_get_orientation_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->orientation_atom, 0, G_MAXLONG, FALSE, XA_CARDINAL, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (error || result != Success) return; if (type == XA_CARDINAL && nitems == 1 && format == 32) { GtkOrientation orientation; orientation = (prop.prop [0] == SYSTEM_TRAY_ORIENTATION_HORZ) ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; if (icon->priv->orientation != orientation) { icon->priv->orientation = orientation; g_object_notify (G_OBJECT (icon), "orientation"); } } if (type != None) XFree (prop.prop); } static void wrgtk_tray_icon_get_visual_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->visual_atom, 0, G_MAXLONG, FALSE, XA_VISUALID, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (!error && result == Success && type == XA_VISUALID && nitems == 1 && format == 32) { VisualID visual_id; GdkVisual *visual; gint red_prec, green_prec, blue_prec; visual_id = prop.prop[0]; visual = gdk_x11_screen_lookup_visual (screen, visual_id); gdk_visual_get_red_pixel_details (visual, NULL, NULL, &red_prec); gdk_visual_get_green_pixel_details (visual, NULL, NULL, &green_prec); gdk_visual_get_blue_pixel_details (visual, NULL, NULL, &blue_prec); icon->priv->manager_visual = visual; icon->priv->manager_visual_rgba = (red_prec + blue_prec + green_prec < gdk_visual_get_depth (visual)); } else { icon->priv->manager_visual = NULL; icon->priv->manager_visual_rgba = FALSE; } /* For the background-relative hack we use when we aren't * using a real RGBA visual, we can't be double-buffered */ gtk_widget_set_double_buffered (GTK_WIDGET (icon), icon->priv->manager_visual_rgba); if (type != None) XFree (prop.prop); } static void wrgtk_tray_icon_get_colors_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->colors_atom, 0, G_MAXLONG, FALSE, XA_CARDINAL, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (error || result != Success) return; if (type == XA_CARDINAL && nitems == 12 && format == 32) { GdkRGBA color; g_object_freeze_notify (G_OBJECT (icon)); color.red = prop.prop[0] / 65535.0; color.green = prop.prop[1] / 65535.0; color.blue = prop.prop[2] / 65535.0; if (!gdk_rgba_equal (&icon->priv->fg_color, &color)) { icon->priv->fg_color = color; g_object_notify (G_OBJECT (icon), "fg-color"); } color.red = prop.prop[3] / 65535.0; color.green = prop.prop[4] / 65535.0; color.blue = prop.prop[5] / 65535.0; if (!gdk_rgba_equal (&icon->priv->error_color, &color)) { icon->priv->error_color = color; g_object_notify (G_OBJECT (icon), "error-color"); } color.red = prop.prop[6] / 65535.0; color.green = prop.prop[7] / 65535.0; color.blue = prop.prop[8] / 65535.0; if (!gdk_rgba_equal (&icon->priv->warning_color, &color)) { icon->priv->warning_color = color; g_object_notify (G_OBJECT (icon), "warning-color"); } color.red = prop.prop[9] / 65535.0; color.green = prop.prop[10] / 65535.0; color.blue = prop.prop[11] / 65535.0; if (!gdk_rgba_equal (&icon->priv->success_color, &color)) { icon->priv->success_color = color; g_object_notify (G_OBJECT (icon), "success-color"); } g_object_thaw_notify (G_OBJECT (icon)); } if (type != None) XFree (prop.prop); } static void wrgtk_tray_icon_get_padding_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->padding_atom, 0, G_MAXLONG, FALSE, XA_CARDINAL, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (!error && result == Success && type == XA_CARDINAL && nitems == 1 && format == 32) { gint padding; padding = prop.prop[0]; if (icon->priv->padding != padding) { icon->priv->padding = padding; g_object_notify (G_OBJECT (icon), "padding"); } } if (type != None) XFree (prop.prop); } static void wrgtk_tray_icon_get_icon_size_property (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); Atom type; int format; union { gulong *prop; guchar *prop_ch; } prop = { NULL }; gulong nitems; gulong bytes_after; int error, result; g_assert (icon->priv->manager_window != None); gdk_error_trap_push (); type = None; result = XGetWindowProperty (xdisplay, icon->priv->manager_window, icon->priv->icon_size_atom, 0, G_MAXLONG, FALSE, XA_CARDINAL, &type, &format, &nitems, &bytes_after, &(prop.prop_ch)); error = gdk_error_trap_pop (); if (!error && result == Success && type == XA_CARDINAL && nitems == 1 && format == 32) { gint icon_size; icon_size = prop.prop[0]; if (icon->priv->icon_size != icon_size) { icon->priv->icon_size = icon_size; g_object_notify (G_OBJECT (icon), "icon-size"); } } if (type != None) XFree (prop.prop); } static GdkFilterReturn wrgtk_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data) { WRGtkTrayIcon *icon = user_data; XEvent *xev = (XEvent *)xevent; if (xev->xany.type == ClientMessage && xev->xclient.message_type == icon->priv->manager_atom && xev->xclient.data.l[1] == icon->priv->selection_atom) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: tray manager appeared\n", icon)); wrgtk_tray_icon_update_manager_window (icon); } else if (xev->xany.window == icon->priv->manager_window) { if (xev->xany.type == PropertyNotify && xev->xproperty.atom == icon->priv->orientation_atom) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got PropertyNotify on manager window for orientation atom\n", icon)); wrgtk_tray_icon_get_orientation_property (icon); } else if (xev->xany.type == PropertyNotify && xev->xproperty.atom == icon->priv->colors_atom) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got PropertyNotify on manager window for colors atom\n", icon)); wrgtk_tray_icon_get_colors_property (icon); } else if (xev->xany.type == PropertyNotify && xev->xproperty.atom == icon->priv->padding_atom) { wrgtk_tray_icon_get_padding_property (icon); } else if (xev->xany.type == PropertyNotify && xev->xproperty.atom == icon->priv->icon_size_atom) { wrgtk_tray_icon_get_icon_size_property (icon); } else if (xev->xany.type == DestroyNotify) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got DestroyNotify for manager window\n", icon)); wrgtk_tray_icon_manager_window_destroyed (icon); } else GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: got other message on manager window\n", icon)); } return GDK_FILTER_CONTINUE; } static void wrgtk_tray_icon_send_manager_message (WRGtkTrayIcon *icon, long message, Window window, long data1, long data2, long data3) { GtkWidget *widget; XClientMessageEvent ev; Display *display; widget = GTK_WIDGET (icon); memset (&ev, 0, sizeof (ev)); ev.type = ClientMessage; ev.window = window; ev.message_type = icon->priv->system_tray_opcode_atom; ev.format = 32; ev.data.l[0] = gdk_x11_get_server_time (gtk_widget_get_window (widget)); ev.data.l[1] = message; ev.data.l[2] = data1; ev.data.l[3] = data2; ev.data.l[4] = data3; display = GDK_DISPLAY_XDISPLAY (gtk_widget_get_display (widget)); gdk_error_trap_push (); XSendEvent (display, icon->priv->manager_window, False, NoEventMask, (XEvent *)&ev); gdk_error_trap_pop_ignored (); } static void wrgtk_tray_icon_send_dock_request (WRGtkTrayIcon *icon) { GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: sending dock request to manager window %lx\n", icon, (gulong) icon->priv->manager_window)); wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_REQUEST_DOCK, icon->priv->manager_window, gtk_plug_get_id (GTK_PLUG (icon)), 0, 0); } static void wrgtk_tray_icon_update_manager_window (WRGtkTrayIcon *icon) { GtkWidget *widget = GTK_WIDGET (icon); GdkScreen *screen = gtk_widget_get_screen (widget); GdkDisplay *display = gdk_screen_get_display (screen); Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: updating tray icon manager window, current manager window: %lx\n", icon, (gulong) icon->priv->manager_window)); if (icon->priv->manager_window != None) return; GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: trying to find manager window\n", icon)); XGrabServer (xdisplay); icon->priv->manager_window = XGetSelectionOwner (xdisplay, icon->priv->selection_atom); if (icon->priv->manager_window != None) XSelectInput (xdisplay, icon->priv->manager_window, StructureNotifyMask|PropertyChangeMask); XUngrabServer (xdisplay); XFlush (xdisplay); if (icon->priv->manager_window != None) { GdkWindow *gdkwin; GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: is being managed by window %lx\n", icon, (gulong) icon->priv->manager_window)); gdkwin = gdk_x11_window_lookup_for_display (display, icon->priv->manager_window); gdk_window_add_filter (gdkwin, wrgtk_tray_icon_manager_filter, icon); wrgtk_tray_icon_get_orientation_property (icon); wrgtk_tray_icon_get_visual_property (icon); wrgtk_tray_icon_get_colors_property (icon); wrgtk_tray_icon_get_padding_property (icon); wrgtk_tray_icon_get_icon_size_property (icon); if (gtk_widget_get_realized (GTK_WIDGET (icon))) { if ((icon->priv->manager_visual == NULL && gtk_widget_get_visual (widget) == gdk_screen_get_system_visual (screen)) || (icon->priv->manager_visual == gtk_widget_get_visual (widget))) { /* Already have the right visual, can just dock */ wrgtk_tray_icon_send_dock_request (icon); } else { /* Need to re-realize the widget to get the right visual */ gtk_widget_hide (widget); gtk_widget_unrealize (widget); gtk_widget_show (widget); } } } else GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: no tray manager found\n", icon)); } static void wrgtk_tray_icon_manager_window_destroyed (WRGtkTrayIcon *icon) { g_return_if_fail (icon->priv->manager_window != None); GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: tray manager window destroyed\n", icon)); wrgtk_tray_icon_clear_manager_window (icon); } static gboolean wrgtk_tray_icon_delete (GtkWidget *widget, GdkEventAny *event) { #ifdef G_ENABLE_DEBUG WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); #endif GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n", icon, (gulong) icon->priv->manager_window)); /* A bug in X server versions up to x.org 1.5.0 means that: * XFixesChangeSaveSet(...., SaveSetRoot, SaveSetUnmap) doesn't work properly * and we'll left mapped in a separate toplevel window if the tray is destroyed. * For simplicity just get rid of our X window and start over. */ gtk_widget_hide (widget); gtk_widget_unrealize (widget); gtk_widget_show (widget); /* Handled it, don't destroy the tray icon */ return TRUE; } static void wrgtk_tray_icon_set_visual (WRGtkTrayIcon *icon) { GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (icon)); GdkVisual *visual = icon->priv->manager_visual; /* To avoid uncertainty about colormaps, _NET_SYSTEM_TRAY_VISUAL is supposed * to be either the screen default visual or a TrueColor visual; ignore it * if it is something else */ if (visual && gdk_visual_get_visual_type (visual) != GDK_VISUAL_TRUE_COLOR) visual = NULL; if (visual == NULL) visual = gdk_screen_get_system_visual (screen); gtk_widget_set_visual (GTK_WIDGET (icon), visual); } static void wrgtk_tray_icon_realize (GtkWidget *widget) { WRGtkTrayIcon *icon = GTK_TRAY_ICON (widget); GdkWindow *window; /* Set our visual before realizing */ wrgtk_tray_icon_set_visual (icon); GTK_WIDGET_CLASS (wrgtk_tray_icon_parent_class)->realize (widget); window = gtk_widget_get_window (widget); if (icon->priv->manager_visual_rgba) { /* Set a transparent background */ GdkRGBA transparent = { 0.0, 0.0, 0.0, 0.0 }; gdk_window_set_background_rgba (window, &transparent); } else { /* Set a parent-relative background pixmap */ gdk_window_set_background_pattern (window, NULL); } GTK_NOTE (PLUGSOCKET, g_print ("GtkStatusIcon %p: realized, window: %lx, socket window: %lx\n", widget, (gulong) GDK_WINDOW_XID (window), gtk_plug_get_socket_window (GTK_PLUG (icon)) ? (gulong) GDK_WINDOW_XID (gtk_plug_get_socket_window (GTK_PLUG (icon))) : 0UL)); if (icon->priv->manager_window != None) wrgtk_tray_icon_send_dock_request (icon); } static void wrgtk_tray_icon_style_updated (GtkWidget *widget) { /* The default handler resets the background according to the style. We either * use a transparent background or a parent-relative background and ignore the * style background. So, just don't chain up. */ } guint _wrgtk_tray_icon_send_message (WRGtkTrayIcon *icon, gint timeout, const gchar *message, gint len) { guint stamp; Display *xdisplay; g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), 0); g_return_val_if_fail (timeout >= 0, 0); g_return_val_if_fail (message != NULL, 0); if (icon->priv->manager_window == None) return 0; if (len < 0) len = strlen (message); stamp = icon->priv->stamp++; /* Get ready to send the message */ wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_BEGIN_MESSAGE, (Window)gtk_plug_get_id (GTK_PLUG (icon)), timeout, len, stamp); /* Now to send the actual message */ xdisplay = GDK_DISPLAY_XDISPLAY (gtk_widget_get_display (GTK_WIDGET (icon))); gdk_error_trap_push (); while (len > 0) { XClientMessageEvent ev; memset (&ev, 0, sizeof (ev)); ev.type = ClientMessage; ev.window = (Window)gtk_plug_get_id (GTK_PLUG (icon)); ev.format = 8; ev.message_type = XInternAtom (xdisplay, "_NET_SYSTEM_TRAY_MESSAGE_DATA", False); if (len > 20) { memcpy (&ev.data, message, 20); len -= 20; message += 20; } else { memcpy (&ev.data, message, len); len = 0; } XSendEvent (xdisplay, icon->priv->manager_window, False, StructureNotifyMask, (XEvent *)&ev); } gdk_error_trap_pop_ignored (); return stamp; } void _wrgtk_tray_icon_cancel_message (WRGtkTrayIcon *icon, guint id) { g_return_if_fail (GTK_IS_TRAY_ICON (icon)); g_return_if_fail (id > 0); wrgtk_tray_icon_send_manager_message (icon, SYSTEM_TRAY_CANCEL_MESSAGE, (Window)gtk_plug_get_id (GTK_PLUG (icon)), id, 0, 0); } WRGtkTrayIcon * _wrgtk_tray_icon_new_for_screen (GdkScreen *screen, const gchar *name) { g_return_val_if_fail (GDK_IS_SCREEN (screen), NULL); return g_object_new (GTK_TYPE_TRAY_ICON, "screen", screen, "title", name, NULL); } WRGtkTrayIcon* wrgtk_tray_icon_new (const gchar *name) { return g_object_new (GTK_TYPE_TRAY_ICON, "title", name, NULL); } GtkOrientation wrgtk_tray_icon_get_orientation (WRGtkTrayIcon *icon) { g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), GTK_ORIENTATION_HORIZONTAL); return icon->priv->orientation; } gint _wrgtk_tray_icon_get_padding (WRGtkTrayIcon *icon) { g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), 0); return icon->priv->padding; } gint wrgtk_tray_icon_get_icon_size (WRGtkTrayIcon *icon) { g_return_val_if_fail (GTK_IS_TRAY_ICON (icon), 0); return icon->priv->icon_size; } workrave-1_10_10/frontend/gtkmm/src/macros.h000066400000000000000000000133101263301626300210360ustar00rootroot00000000000000/* * macros.h * * Copyright (C) 2002, 2003, 2007 Rob Caelers * All rights reserved. * * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef MACROS_H #define MACROS_H #define WR_METHOD(rettype, method, args...) \ static rettype static_##method (PortableServer_Servant, args, CORBA_Environment *); \ rettype method ( args ) #define WR_METHOD_NOARGS(rettype, method) \ static rettype static_##method (PortableServer_Servant, CORBA_Environment *); \ rettype method ( void ) #define WR_METHOD_ARGS0_IMPL(rettype, method) \ rettype WR_C_CLASS::static_##method (PortableServer_Servant s, CORBA_Environment *ev) \ { \ (void) ev; \ WR_CLASS *obj = WR_CAST(bonobo_object_from_servant(s)); \ WR_C_CLASS *c = obj->_this; \ c->method (); \ } \ rettype WR_C_CLASS::method ( ) #define WR_METHOD_ARGS1_IMPL(rettype, method, t1, v1) \ rettype WR_C_CLASS::static_##method (PortableServer_Servant s, t1 v1, CORBA_Environment *ev) \ { \ (void) ev; \ WR_CLASS *obj = WR_CAST(bonobo_object_from_servant(s)); \ WR_C_CLASS *c = obj->_this; \ c->method ( v1 ); \ } \ rettype WR_C_CLASS::method ( t1 v1 ) #define WR_METHOD_ARGS2_IMPL(rettype, method, t1, v1, t2, v2) \ rettype WR_C_CLASS::static_##method (PortableServer_Servant s, t1 v1, t2 v2, CORBA_Environment *ev) \ { \ (void) ev; \ WR_CLASS *obj = WR_CAST(bonobo_object_from_servant(s)); \ WR_C_CLASS *c = obj->_this; \ c->method ( v1, v2 ); \ } \ rettype WR_C_CLASS::method ( t1 v1, t2 v2 ) #define WR_METHOD_ARGS3_IMPL(rettype, method, t1, v1, t2, v2, t3, v3) \ rettype WR_C_CLASS::static_##method (PortableServer_Servant s, t1 v1, t2 v2, t3 v3 , \ CORBA_Environment *ev) \ { \ (void) ev; \ WR_CLASS *obj = WR_CAST(bonobo_object_from_servant(s)); \ WR_C_CLASS *c = obj->_this; \ c->method ( v1, v2, v3 ); \ } \ rettype WR_C_CLASS::method ( t1 v1, t2 v2, t3 v3 ) #define WR_METHOD_ARGS4_IMPL(rettype, method, t1, v1, t2, v2, t3, v3, t4, v4) \ rettype WR_C_CLASS::static_##method (PortableServer_Servant s, t1 v1, t2 v2, t3 v3, t4, v4, \ CORBA_Environment *ev) \ { \ (void) ev; \ WR_CLASS *obj = WR_CAST(bonobo_object_from_servant(s)); \ WR_C_CLASS *c = obj->_this; \ c->method ( v1, v2, v3, v4 ); \ } \ rettype WR_C_CLASS::method ( t1 v1, t2 v2, t3 v3, t4, v4 ) #define WR_REG_METHOD1(x,y) epv -> y = &WR_C_CLASS :: x ## _ ## y ; #define WR_REG_METHOD2(x,y) WR_REG_METHOD1(x,y) #define WR_REG_METHOD3(x) WR_REG_METHOD2(static, x) #define WR_INIT1(x,y) \ static void x ## _class_init(y ## Class *) ; \ static void x ## _init(y *) ; \ static GType x ## _get_type() ; \ static WR_CLASS * x ## _new(void) ; \ #define WR_INIT2(x,y) WR_INIT1(x,y) #define WR_INIT3() WR_INIT2(WR_PREFIX, WR_CLASS) #define WR_METHOD_REGISTER(x) WR_REG_METHOD3(x) #define WR_INIT() WR_INIT3() #endif /* MACROS_H */ workrave-1_10_10/frontend/gtkmm/src/main.cc000066400000000000000000000052151263301626300206410ustar00rootroot00000000000000// main.cc --- Main // // Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include #include #include "GUI.hh" #ifdef PLATFORM_OS_WIN32 #include #include #include "crashlog.h" #include "dll_hell.h" #include "W32ActiveSetup.hh" #endif extern "C" int run(int argc, char **argv); int run(int argc, char **argv) { #ifdef PLATFORM_OS_WIN32 W32ActiveSetup::update_all(); #endif #if defined(PLATFORM_OS_WIN32) && !defined(PLATFORM_OS_WIN32_NATIVE) SetUnhandledExceptionFilter(exception_filter); #if defined(THIS_SEEMS_TO_CAUSE_PROBLEMS_ON_WINDOWS_SERVER) // Enable Windows structural exception handling. __try1(exception_handler); #endif #endif #ifdef TRACING Debug::init(); #endif GUI *gui = new GUI(argc, argv); #if defined(PLATFORM_OS_WIN32) dll_hell_check(); #endif gui->main(); delete gui; #if defined(THIS_SEEMS_TO_CAUSE_PROBLEMS_ON_WINDOWS_SERVER) #if defined(PLATFORM_OS_WIN32) && !defined(PLATFORM_OS_WIN32_NATIVE) // Disable Windows structural exception handling. __except1; #endif #endif return 0; } #if !defined(PLATFORM_OS_WIN32) // || (!defined(PLATFORM_OS_WIN32_NATIVE) && !defined(NDEBUG)) int main(int argc, char **argv) { int ret = run(argc, argv); return ret; } #else #include int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { (void) hInstance; (void) hPrevInstance; (void) iCmdShow; char *argv[] = { szCmdLine }; // InnoSetup: [...] requires that you add code to your application // which creates a mutex with the name you specify in this // directive. HANDLE mtx = CreateMutex(NULL, FALSE, "WorkraveMutex"); if (mtx != NULL && GetLastError() != ERROR_ALREADY_EXISTS) { run(sizeof(argv)/sizeof(argv[0]), argv); } return (0); } #endif workrave-1_10_10/frontend/gtkmm/src/org.workrave.Workrave.service.in000066400000000000000000000001121263301626300256110ustar00rootroot00000000000000[D-BUS Service] Name=org.workrave.Workrave Exec=@workravebindir@/workrave workrave-1_10_10/frontend/gtkmm/src/org.workrave.gui.gschema.xml.in.in000066400000000000000000000310151263301626300257560ustar00rootroot00000000000000 true "" true true 10 true 0 30 0 0 30 0 0 30 0 1 false 3 true true true false 0 true true true false 0 true true true 10 true 0 false false 200 200 0 30 2 0 30 0 0 30 1 1 true false 100 "" true "" true "" true "" true "" true "" true "" true "" true "" true "" true workrave-1_10_10/frontend/gtkmm/src/osx/000077500000000000000000000000001263301626300202145ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/src/osx/AppController.h000066400000000000000000000017411263301626300231540ustar00rootroot00000000000000// AppController.hh --- OSX Application Controller // // Copyright (C) 2008 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #import @interface AppController : NSObject { } - (void)applicationWillFinishLaunching:(NSNotification *)aNotification; - (void)applicationWillTerminate:(NSNotification *)aNotification; @end workrave-1_10_10/frontend/gtkmm/src/osx/AppController.m000066400000000000000000000057521263301626300231670ustar00rootroot00000000000000// AppController.hh --- OSX Application Controller // // Copyright (C) 2008, 2009 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // static const char rcsid[] = "$Id: MainWindow.cc 1367 2007-10-23 19:07:55Z rcaelers $"; #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #import "AppController.h" @implementation AppController + (void) initialize { //make sure another Workrave.app isn't running already NSString * bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier]; int processIdentifier = [[NSProcessInfo processInfo] processIdentifier]; NSDictionary * dic; NSEnumerator * enumerator = [[[NSWorkspace sharedWorkspace] launchedApplications] objectEnumerator]; while ((dic = [enumerator nextObject])) { if ([[dic objectForKey: @"NSApplicationBundleIdentifier"] isEqualToString: bundleIdentifier] && [[dic objectForKey: @"NSApplicationProcessIdentifier"] intValue] != processIdentifier) { NSAlert * alert = [[NSAlert alloc] init]; [alert addButtonWithTitle: NSLocalizedString(@"Quit", "Workrave already running alert -> button")]; [alert setMessageText: NSLocalizedString(@"Workrave is already running.", "Workrave already running alert -> title")]; [alert setInformativeText: NSLocalizedString(@"There is already a copy of Workrave running. " "This copy cannot be opened until that instance is quit.", "Workrave already running alert -> message")]; [alert setAlertStyle: NSWarningAlertStyle]; [alert runModal]; [alert release]; //kill ourselves right away exit(0); } } // [[NSUserDefaults standardUserDefaults] registerDefaults: [NSDictionary dictionaryWithContentsOfFile: // [[NSBundle mainBundle] pathForResource: @"Defaults" ofType: @"plist"]]]; } - (id) init { if ((self = [super init])) { [NSApp setDelegate: self]; } return self; } - (void)applicationWillFinishLaunching:(NSNotification *)aNotification { TRACE_ENTER("AppController::applicationWillFinishLaunching"); TRACE_EXIT(); } - (void)applicationWillTerminate:(NSNotification *)aNotification { TRACE_ENTER("AppController::applicationWillTerminate"); TRACE_EXIT(); } @end workrave-1_10_10/frontend/gtkmm/src/osx/ColorId.h000066400000000000000000000002641263301626300217220ustar00rootroot00000000000000 enum ColorId { COLOR_ID_ACTIVE = 0, COLOR_ID_INACTIVE, COLOR_ID_OVERDUE, COLOR_ID_INACTIVE_OVER_ACTIVE, COLOR_ID_INACTIVE_OVER_OVERDUE, }; workrave-1_10_10/frontend/gtkmm/src/osx/Makefile.am000066400000000000000000000031531263301626300222520ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if PLATFORM_OS_OSX ##AM_CPPFLAGS=-xobjective-c++ noinst_LTLIBRARIES = libworkrave-frontend-gtkmm-osx.la libworkrave_frontend_gtkmm_osx_la_SOURCES = \ OSXUtil.cc \ AppController.m \ OSXGtkMenu.cc \ OSXAppletWindow.cc \ OSXStatusBarView.m \ OSXTimeBar.m libworkrave_frontend_gtkmm_osx_la_OBJCFLAGS = \ @X_CFLAGS@ -xobjective-c++ \ -W -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/backend/include \ -I$(top_srcdir)/frontend/gtkmm/src @GTK_CFLAGS@ \ -I $(top_srcdir)/common/include/osx \ -I $(top_srcdir)/common/include libworkrave_frontend_gtkmm_osx_la_CFLAGS = \ @X_CFLAGS@ \ -W -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/backend/include \ -I $(top_srcdir)/frontend/gtkmm/src @GTK_CFLAGS@ \ -I $(top_srcdir)/common/include/osx \ -I $(top_srcdir)/common/include libworkrave_frontend_gtkmm_osx_la_CXXFLAGS = \ @X_CFLAGS@ -xobjective-c++ \ -W -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/backend/include \ -I $(top_srcdir)/frontend/gtkmm/src @GTK_CFLAGS@ @IGE_CFLAGS@ \ -I $(top_srcdir)/common/include/osx \ -I $(top_srcdir)/common/include endif workrave-1_10_10/frontend/gtkmm/src/osx/OSXAppletWindow.cc000066400000000000000000000063571263301626300235450ustar00rootroot00000000000000// OSXAppletWindow.cc --- Applet info Window // // Copyright (C) 2009, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "OSXAppletWindow.hh" #include "TimerBoxControl.hh" #import "OSXStatusBarView.h" OSXAppletWindow::OSXAppletWindow() { TRACE_ENTER("OSXAppletWindow::OSXAppletWindow"); timer_box_view = this; timer_box_control = new TimerBoxControl("applet", *this); NSMenu *menu = [[NSMenu alloc] init]; view = [[OSXStatusBarView alloc] initWithMenu:menu]; int i; while ([menu numberOfItems] > 0) { [menu removeItemAtIndex:0]; } NSMenuItem *item; item = [[[NSMenuItem alloc] initWithTitle:@"Hello" action:nil keyEquivalent:@""] autorelease]; // [item setTarget:self]; [item setEnabled:YES]; [menu addItem:item]; [menu addItem:[NSMenuItem separatorItem]]; [menu update]; TRACE_EXIT(); } OSXAppletWindow::~OSXAppletWindow() { TRACE_ENTER("OSXAppletWindow::~OSXAppletWindow"); delete timer_box_control; TRACE_EXIT(); } void OSXAppletWindow::set_slot(BreakId id, int slot) { TRACE_ENTER_MSG("OSXAppletWindow::set_slot", int(id) << ", " << slot); TRACE_EXIT(); } void OSXAppletWindow::set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_val, int primary_max, ITimeBar::ColorId secondary_color, int secondary_val, int secondary_max) { TRACE_ENTER_MSG("OSXAppletWindow::set_time_bar", int(id) << "=" << text); NSString *bar_text = [NSString stringWithCString: text.c_str() encoding: NSASCIIStringEncoding]; [view setBreak: id text: bar_text primaryColor: convertColorId(primary_color) primaryValue: primary_val primaryMaxValue: primary_max secondaryColor: convertColorId(secondary_color) secondaryValue: secondary_val secondaryMaxValue: secondary_max ]; TRACE_EXIT(); } ColorId OSXAppletWindow::convertColorId(ITimeBar::ColorId colorId) { switch (colorId) { case ITimeBar::COLOR_ID_INACTIVE: return COLOR_ID_INACTIVE; case ITimeBar::COLOR_ID_OVERDUE: return COLOR_ID_OVERDUE; case ITimeBar::COLOR_ID_ACTIVE: return COLOR_ID_ACTIVE; default: return COLOR_ID_ACTIVE; } return COLOR_ID_INACTIVE; } AppletWindow::AppletState OSXAppletWindow::activate_applet() { return APPLET_STATE_VISIBLE; } void OSXAppletWindow::deactivate_applet() { } workrave-1_10_10/frontend/gtkmm/src/osx/OSXAppletWindow.hh000066400000000000000000000032071263301626300235460ustar00rootroot00000000000000// OSXAppletWindow.hh --- Applet window // // Copyright (C) 2009, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXAPPLETWINDOW_HH #define OSXAPPLETWINDOW_HH #include "preinclude.h" #include #include "TimerBoxViewBase.hh" #include "ITimeBar.hh" #include "AppletWindow.hh" #import "ColorId.h" @class OSXStatusBarView; class OSXAppletWindow : public AppletWindow, public TimerBoxViewBase { public: OSXAppletWindow(); virtual ~OSXAppletWindow(); virtual AppletState activate_applet(); virtual void deactivate_applet(); void set_slot(BreakId id, int slot); void set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_value, int primary_max, ITimeBar::ColorId secondary_color, int secondary_value, int secondary_max); private: ColorId convertColorId(ITimeBar::ColorId colorId); OSXStatusBarView *view; }; #endif // OSXAPPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/osx/OSXGtkMenu.cc000066400000000000000000000113341263301626300224710ustar00rootroot00000000000000// OSXGtkMenu.cc --- Menus using Gtk+ // // Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "nls.h" #include "debug.hh" #include "OSXGtkMenu.hh" #include #include #include #include #include #include #include #include #include "Menus.hh" #include "Util.hh" using namespace std; #if HAVE_IGE_MAC_INTEGRATION #include "ige-mac-menu.h" #include "ige-mac-dock.h" #include "ige-mac-bundle.h" #endif #if HAVE_GTK_MAC_INTEGRATION #include "gtk-mac-menu.h" #include "gtk-mac-dock.h" #include "gtk-mac-bundle.h" #define IgeMacMenuGroup GtkMacMenuGroup #define IgeMacDock GtkMacDock #define ige_mac_menu_set_menu_bar gtk_mac_menu_set_menu_bar #define ige_mac_menu_set_quit_menu_item gtk_mac_menu_set_quit_menu_item #define ige_mac_menu_add_app_menu_group gtk_mac_menu_add_app_menu_group #define ige_mac_menu_add_app_menu_item gtk_mac_menu_add_app_menu_item #define ige_mac_dock_new gtk_mac_dock_new #endif //! Constructor. OSXGtkMenu::OSXGtkMenu(bool show_open) : MainGtkMenu(show_open) { } //! Destructor. OSXGtkMenu::~OSXGtkMenu() { } void OSXGtkMenu::popup(const guint button, const guint activate_time) { (void) button; (void) activate_time; } void OSXGtkMenu::dock_clicked(IgeMacDock *dock, void *data) { (void) dock; // current, segment fault // Menus *menus = (Menus *) data; // menus->on_menu_open_main_window(); } void OSXGtkMenu::dock_quit(IgeMacDock *dock, void *data) { (void) dock; // current, segment fault // Menus *menus = (Menus *) data; // menus->on_menu_quit(); } void OSXGtkMenu::create_ui() { Glib::ustring ui_info = "\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " " " \n" "\n"; ui_manager = Gtk::UIManager::create(); ui_manager->insert_action_group(action_group); try { ui_manager->add_ui_from_string(ui_info); } catch(const Glib::Error& ex) { std::cerr << "building menus and toolbars failed: " << ex.what(); } IgeMacMenuGroup *group; IgeMacDock *dock; Gtk::MenuBar *menu = dynamic_cast(ui_manager->get_widget("/Menu")); Gtk::MenuItem *item = dynamic_cast(ui_manager->get_widget("/Apple/Quit")); ige_mac_menu_set_menu_bar(GTK_MENU_SHELL(menu->gobj())); ige_mac_menu_set_quit_menu_item(GTK_MENU_ITEM(item->gobj())); item = dynamic_cast(ui_manager->get_widget("/Apple/About")); group = ige_mac_menu_add_app_menu_group(); ige_mac_menu_add_app_menu_item(group, GTK_MENU_ITEM(item->gobj()), NULL); item = dynamic_cast(ui_manager->get_widget("/Apple/Preferences")); group = ige_mac_menu_add_app_menu_group(); ige_mac_menu_add_app_menu_item(group, GTK_MENU_ITEM (item->gobj()), NULL); dock = ige_mac_dock_new (); g_signal_connect(dock, "clicked", G_CALLBACK(dock_clicked), this); g_signal_connect(dock, "quit-activate", G_CALLBACK(dock_quit), this); } workrave-1_10_10/frontend/gtkmm/src/osx/OSXGtkMenu.hh000066400000000000000000000025761263301626300225130ustar00rootroot00000000000000// OSXGtkMenu.hh --- Menu using Gtk+ // // Copyright (C) 2001 - 2008 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef OSXGTKMENU_HH #define OSXGTKMENU_HH #include "config.h" #include #include "MainGtkMenu.hh" #ifdef HAVE_IGE_MAC_INTEGRATION #include "ige-mac-dock.h" #endif #ifdef HAVE_GTK_MAC_INTEGRATION #include "gtk-mac-dock.h" #define IgeMacDock GtkMacDock #endif class OSXGtkMenu : public MainGtkMenu { public: OSXGtkMenu(bool show_open); virtual ~OSXGtkMenu(); virtual void create_ui(); virtual void popup(const guint button, const guint activate_time); private: static void dock_clicked(IgeMacDock *dock, void *data); static void dock_quit(IgeMacDock *dock, void *data); }; #endif // OSXGTKMENU_HH workrave-1_10_10/frontend/gtkmm/src/osx/OSXStatusBarView.h000066400000000000000000000013401263301626300235200ustar00rootroot00000000000000#import #import "OSXTimeBar.h" #include "ITimeBar.hh" @interface OSXStatusBarView : NSView { NSStatusItem *statusItem; NSMenu *menu; bool menuVisibility; NSTrackingRectTag mouseEventTag; OSXTimeBar *timebars[3]; } - (void)setBreak: (int) id text:(NSString *)text primaryColor:(ColorId)primaryColor primaryValue:(int)primaryValue primaryMaxValue:(int)primaryMaxValue secondaryColor:(ColorId)secondaryColor secondaryValue:(int)secondaryValue secondaryMaxValue:(int)secondaryMaxValue; - (id)initWithMenu:(NSMenu *)myMenu; - (void)drawRect:(NSRect)rect; - (void)mouseDown:(NSEvent *)theEvent; - (bool)isMenuVisible; - (void)dealloc; @end workrave-1_10_10/frontend/gtkmm/src/osx/OSXStatusBarView.m000066400000000000000000000036041263301626300235320ustar00rootroot00000000000000#import "OSXStatusBarView.h" @implementation OSXStatusBarView - (id)initWithMenu:(NSMenu *)myMenu { statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain]; self = [super initWithFrame:NSMakeRect(0, 0, 100, 22)]; for (int i = 0; i < 3; i++) { timebars[i] = [OSXTimeBar alloc]; } if (self) { menu = [myMenu retain]; [statusItem setView:self]; [statusItem setTitle: @"World"]; menuVisibility = NO; } return self; } - (void)setBreak : (int) id text:(NSString *)text primaryColor:(ColorId)primaryColor primaryValue:(int)primaryValue primaryMaxValue:(int)primaryMaxValue secondaryColor:(ColorId)secondaryColor secondaryValue:(int)secondaryValue secondaryMaxValue:(int)secondaryMaxValue; { OSXTimeBar *timebar = timebars[id]; [timebar setText: text]; [timebar setValue: primaryValue]; [timebar setColor: primaryColor]; [timebar setMaxValue: primaryMaxValue]; [timebar setSecondaryValue: secondaryValue]; [timebar setSecondaryMaxValue: secondaryMaxValue]; [timebar setSecondaryColor: secondaryColor]; } - (void)drawRect:(NSRect)rect { // invert icon if necessary NSColor *color; if (!menuVisibility) { color = [[[NSColor blackColor] retain] autorelease]; } else { color = [[[NSColor whiteColor] retain] autorelease]; } // draw item with status as background [statusItem drawStatusBarBackgroundInRect:[self frame] withHighlight:menuVisibility]; [timebars[0] drawRect: rect]; } - (void)mouseDown:(NSEvent *) theEvent { menuVisibility = YES; [self setNeedsDisplay:YES]; [statusItem popUpStatusItemMenu:menu]; menuVisibility = NO; [self setNeedsDisplay:YES]; } - (bool)isMenuVisible { return menuVisibility; } - (void)dealloc { [menu release]; [statusItem release]; [super dealloc]; } @end workrave-1_10_10/frontend/gtkmm/src/osx/OSXTimeBar.h000066400000000000000000000014641263301626300223070ustar00rootroot00000000000000#import #import "ColorId.h" @interface OSXTimeBar : NSObject { //! Color of the time-bar. ColorId color; //! Color of the time-bar. ColorId secondary_color; //! Color of the text. ColorId text_color; //! The current value. int value; //! The maximum value. int max_value; //! The current value. int secondary_value; //! The maximum value. int secondary_max_value; //! Text to show; NSString *text; } - (void)drawRect:(NSRect)rect; - (void)dealloc; - (void) setText: (NSString*) text; - (void) setValue: (int) value; - (void) setMaxValue: (int) max_value; - (void) setColor: (ColorId) color; - (void) setSecondaryValue: (int) secondary_value; - (void) setSecondaryMaxValue: (int) secondary_max_value; - (void) setSecondaryColor: (ColorId) secondary_color; @end workrave-1_10_10/frontend/gtkmm/src/osx/OSXTimeBar.m000066400000000000000000000170131263301626300223110ustar00rootroot00000000000000#import "OSXTimeBar.h" @implementation OSXTimeBar - (void) setText: (NSString*) aText { text = aText; } - (void) setValue: (int) aValue { value = aValue; } - (void) setColor: (ColorId) aColor { color = aColor; } - (void) setMaxValue: (int) aMaxValue { max_value = aMaxValue; } - (void) setSecondaryValue: (int) aSecondaryValue { secondary_value = aSecondaryValue; } - (void) setSecondaryMaxValue: (int) aSecondaryMaxValue { secondary_max_value = aSecondaryMaxValue; } - (void) setSecondaryColor: (ColorId) aColor { secondary_color = aColor; } - (void)drawRect:(NSRect)rect { // [[NSColor whiteColor] set]; // NSRectFill(NSMakeRect(1, 1, 98, 20)); const int border_size = 2; int win_w = 30; int win_h = 22; // Draw background [[NSColor blackColor] set]; NSFrameRect(NSMakeRect(1, 1, win_w - 2, win_h - 2)); [[NSColor whiteColor] set]; NSRectFill(NSMakeRect(2, 2, win_w - 4, win_h - 4)); // Bar int bar_width = 0; if (max_value > 0) { bar_width = (value * (win_w - 2 * border_size)) / max_value; } // Secondary bar int sbar_width = 0; if (secondary_max_value > 0) { sbar_width = (secondary_value * (win_w - 2 * border_size)) / secondary_max_value; } int bar_height = win_h - 2 * border_size; if (sbar_width > 0) { // Overlap // We should assert() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. // assert(secondary_bar_color == COLOR_ID_INACTIVE); NSColor *overlap_color; switch (color) { case COLOR_ID_ACTIVE: overlap_color = [NSColor blueColor]; break; case COLOR_ID_OVERDUE: overlap_color = [NSColor orangeColor]; break; default: // We could abort() because this is not supported // but there are some weird boundary cases // in which this still happens.. need to check // this out some time. overlap_color = [NSColor redColor]; } if (sbar_width >= bar_width) { if (bar_width) { [[NSColor redColor] set]; NSRectFill(NSMakeRect(border_size, border_size, bar_width, bar_height)); // window_gc->set_foreground(bar_colors[overlap_color]); // draw_bar(window, window_gc, true, // border_size, border_size, // bar_width, bar_height, // win_w, win_h); } if (sbar_width > bar_width) { [[NSColor yellowColor] set]; NSRectFill(NSMakeRect(border_size + bar_width, border_size, sbar_width - bar_width, bar_height)); // window_gc->set_foreground(bar_colors[secondary_bar_color]); // draw_bar(window, window_gc, true, // border_size + bar_width, border_size, // sbar_width - bar_width, bar_height, // win_w, win_h); } } else { if (sbar_width) { [[NSColor blueColor] set]; NSRectFill(NSMakeRect(border_size, border_size, sbar_width, bar_height)); // window_gc->set_foreground(bar_colors[overlap_color]); // draw_bar(window, window_gc, true, // border_size, border_size, // sbar_width, bar_height, // win_w, win_h); } [[NSColor greenColor] set]; NSRectFill(NSMakeRect(border_size + sbar_width, border_size, bar_width - sbar_width, bar_height)); // window_gc->set_foreground(bar_colors[bar_color]); // draw_bar(window, window_gc, true, // border_size + sbar_width, border_size, // bar_width - sbar_width, bar_height, // win_w, win_h); } } else { [[NSColor grayColor] set]; NSRectFill(NSMakeRect(border_size, border_size, bar_width, bar_height)); // No overlap // window_gc->set_foreground(bar_colors[bar_color]); // draw_bar(window, window_gc, true, // border_size, border_size, // bar_width, bar_height, win_w, win_h); } // Text // window_gc->set_foreground(bar_text_color); // Glib::RefPtr pl1 = create_pango_layout(bar_text); // Glib::RefPtr pc1 = pl1->get_context(); // Pango::Matrix matrix = PANGO_MATRIX_INIT; // pango_matrix_rotate(&matrix, 360 - rotation); // pc1->set_matrix(matrix); // int text_width, text_height; // pl1->get_pixel_size(text_width, text_height); // int text_x, text_y; // Gdk::Rectangle rect1, rect2; // if (rotation == 0 || rotation == 180) // { // if (win_w - text_width - MARGINX > 0) // { // if (bar_text_align > 0) // text_x = (win_w - text_width - MARGINX); // else if (bar_text_align < 0) // text_x = MARGINX; // else // text_x = (win_w - text_width) / 2; // } // else // { // text_x = MARGINX; // } // text_y = (win_h - text_height) / 2; // int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; // left_width += border_size; // Gdk::Rectangle left_rect(0, 0, left_width, win_h); // Gdk::Rectangle right_rect(left_width, 0, win_w - left_width, win_h); // rect1 = left_rect; // rect2 = right_rect; // } // else // { // if (win_h - text_width - MARGINY > 0) // { // int a = bar_text_align; // if (rotation == 270) // { // a *= -1; // } // if (a > 0) // text_y = (win_h - text_width - MARGINY); // else if (a < 0) // text_y = MARGINY; // else // text_y = (win_h - text_width) / 2; // } // else // { // text_y = MARGINY; // } // text_x = (win_w - text_height) / 2; // int left_width = (bar_width > sbar_width) ? bar_width : sbar_width; // left_width += border_size; // Gdk::Rectangle up_rect(0, 0, win_w, left_width); // Gdk::Rectangle down_rect(0, left_width, win_w, win_h - left_width); // rect1 = up_rect; // rect2 = down_rect; // } // Gdk::Color textcolor = style->get_fg(Gtk::STATE_NORMAL); // TRACE_MSG(textcolor.get_red() << " " << // textcolor.get_green() << " " << // textcolor.get_blue()); // Glib::RefPtr window_gc1 = Gdk::GC::create(window); // window_gc1->set_clip_origin(0,0); // window_gc1->set_clip_rectangle(rect1); // window_gc1->set_foreground(bar_text_color); // window->draw_layout(window_gc1, text_x, text_y, pl1); // window_gc1->set_foreground(textcolor); // window_gc1->set_clip_rectangle(rect2); // window->draw_layout(window_gc1, text_x, text_y, pl1); // TRACE_EXIT(); } // void // TimeBar::draw_bar(Glib::RefPtr &window, // const Glib::RefPtr &gc, // bool filled, int x, int y, int width, int height, // int winw, int winh) // { // (void) winh; // if (rotation == 0 || rotation == 180) // { // window->draw_rectangle(gc, filled, x, y, width, height); // } // else // { // window->draw_rectangle(gc, filled, y, winw - x - width, height, width); // } // } - (void)dealloc { [super dealloc]; } @end workrave-1_10_10/frontend/gtkmm/src/osx/OSXUtil.cc000066400000000000000000000027461263301626300220430ustar00rootroot00000000000000// OSXUtil.cc --- OSX utility functions // // Copyright (C) 2007, 2008 Rob Caelers // All rights reserved. // // Based on code from ggmud // Copyright Gabry (gabrielegreco@gmail.com) #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include "OSXUtil.hh" void OSXUtil::init() { char execpath[MAXPATHLEN+1]; char path[MAXPATHLEN * 4]; FILE *f; uint32_t pathsz = sizeof (execpath); _NSGetExecutablePath (execpath, &pathsz); gchar * dir_path = g_path_get_dirname (execpath); strcpy(path, dir_path); // Gtk strcat(path, "/../Resources/themes/Leopardish-normal"); setenv ("GTK_PATH", path, 1); // Locale strcat(path + strlen(dir_path), "/../Resources/locale"); // write a pango.rc file and tell pango to use it strcpy(path + strlen(dir_path), "/../Resources/pango.rc"); if ((f = fopen(path, "w"))) { fprintf(f, "[Pango]\nModuleFiles=%s/../Resources/pango.modules\n", dir_path); fclose(f); setenv ("PANGO_RC_FILE", path, 1); } // gettext charset aliases setenv ("CHARSETALIASDIR", path, 1); // font config strcpy(path + strlen(dir_path), "/../Resources/etc/fonts/fonts.conf"); setenv ("FONTCONFIG_FILE", path, 1); // GDK Pixbuf loader module file strcpy(path + strlen(dir_path), "/../Resources/etc/gtk-2.0/gdk-pixbuf.loaders"); setenv ("GDK_PIXBUF_MODULE_FILE", path, 1); g_free(dir_path); } workrave-1_10_10/frontend/gtkmm/src/osx/OSXUtil.hh000066400000000000000000000003551263301626300220470ustar00rootroot00000000000000// OSXUtil.hh --- OSX utility functions // // Copyright (C) 2007 Rob Caelers // All rights reserved. // #ifndef OSXUTIL_HH #define OSXUTIL_HH class OSXUtil { public: static void init(); }; #endif // OSXUTIL_HH workrave-1_10_10/frontend/gtkmm/src/preinclude.h000066400000000000000000000020231263301626300217030ustar00rootroot00000000000000// preinclude.h --- Patch includes // // Copyright (C) 2002, 2003, 2004, 2007, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef NOMINMAX #define NOMINMAX #endif #undef THREAD_PRIORITY_NORMAL #undef THREAD_PRIORITY_LOW #undef THREAD_PRIORITY_HIGH #undef THREAD_PRIORITY_URGENT #undef DELETE #undef ERROR #undef OK #if defined(interface) #undef interface #endif workrave-1_10_10/frontend/gtkmm/src/resource.rc.in000066400000000000000000000021341263301626300221650ustar00rootroot00000000000000#include VS_VERSION_INFO VERSIONINFO FILEVERSION @WORKRAVE_RESOURCE_VERSION@ PRODUCTVERSION @WORKRAVE_RESOURCE_VERSION@ FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "The Workrave development team" VALUE "FileDescription", "Workrave" VALUE "FileVersion", "@WORKRAVE_VERSION@" VALUE "InternalName", "workrave" VALUE "LegalCopyright", "Copyright (C) 2001-2010 The Workrave development team." VALUE "OriginalFilename", "workrave.exe" VALUE "ProductName", "Workrave" VALUE "ProductVersion", "@WORKRAVE_VERSION@" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END workrave ICON DISCARDABLE "../../common/share/images/win32/workrave.ico" workravequiet ICON DISCARDABLE "../../common/share/images/win32/workrave-quiet.ico" workravesusp ICON DISCARDABLE "../../common/share/images/win32/workrave-suspended.ico" workrave-1_10_10/frontend/gtkmm/src/unix/000077500000000000000000000000001263301626300203665ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/src/unix/Makefile.am000066400000000000000000000015051263301626300224230ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if HAVE_APP_GTKMM if PLATFORM_OS_UNIX noinst_LIBRARIES = libworkrave-frontend-gtkmm-unix.a libworkrave_frontend_gtkmm_unix_a_SOURCES = \ desktop-window.c libworkrave_frontend_gtkmm_unix_a_CFLAGS = \ @X_CFLAGS@ \ -W -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/backend/include \ -I $(top_srcdir)/frontend/gtkmm/src @GTK_CFLAGS@ \ -I $(top_srcdir)/common/include/unix \ -I $(top_srcdir)/common/include endif endif workrave-1_10_10/frontend/gtkmm/src/unix/desktop-window.c000066400000000000000000000067761263301626300235300ustar00rootroot00000000000000#ifdef HAVE_CONFIG_H #include "config.h" #endif #include "desktop-window.h" #ifdef PLATFORM_OS_UNIX #include #include #include #include #ifdef HAVE_GTK3 #include #include // GTK3 compatibility #undef GDK_DISPLAY #define GDK_DISPLAY() GDK_DISPLAY_XDISPLAY(gdk_display_get_default()) #endif #ifndef GDK_WINDOW_XWINDOW #define GDK_WINDOW_XWINDOW(w) GDK_WINDOW_XID(w) #endif static Window get_desktop_window (Window the_window) { Atom prop, type, prop2; int format; unsigned long length, after; unsigned char *data; unsigned int nchildren; Window w, root, *children, parent; prop = XInternAtom(GDK_DISPLAY(), "_XROOTPMAP_ID", True); prop2 = XInternAtom(GDK_DISPLAY(), "_XROOTCOLOR_PIXEL", True); if (prop == None && prop2 == None) return None; for (w = the_window; w; w = parent) { if ((XQueryTree(GDK_DISPLAY(), w, &root, &parent, &children, &nchildren)) == False) return None; if (nchildren) XFree(children); if (prop != None) { XGetWindowProperty(GDK_DISPLAY(), w, prop, 0L, 1L, False, AnyPropertyType, &type, &format, &length, &after, &data); } else if (prop2 != None) { XGetWindowProperty(GDK_DISPLAY(), w, prop2, 0L, 1L, False, AnyPropertyType, &type, &format, &length, &after, &data); } else { continue; } if (type != None) { return w; } } return None; } static Pixmap get_pixmap_prop (Window the_window, char *prop_id) { Atom prop, type; int format; unsigned long length, after; unsigned char *data; Window desktop_window = get_desktop_window(the_window); if (desktop_window == None) desktop_window = GDK_ROOT_WINDOW(); if (desktop_window == None) return None; prop = XInternAtom(GDK_DISPLAY(), prop_id, True); if (prop == None) return None; XGetWindowProperty(GDK_DISPLAY(), desktop_window, prop, 0L, 1L, False, AnyPropertyType, &type, &format, &length, &after, &data); if (type == XA_PIXMAP) return *((Pixmap *)data); return None; } void set_desktop_background(GdkWindow *window) { Pixmap xpm = get_pixmap_prop(GDK_WINDOW_XWINDOW(window), "_XROOTPMAP_ID"); #ifdef HAVE_GTK3 if (xpm != None) { GdkScreen *screen = gdk_window_get_screen(window); Window root_return; int x, y; unsigned int width, height, bw, depth_ret; cairo_surface_t *surface = NULL; gdk_error_trap_push(); if (XGetGeometry(GDK_SCREEN_XDISPLAY(screen), xpm, &root_return, &x, &y, &width, &height, &bw, &depth_ret)) { surface = cairo_xlib_surface_create(GDK_SCREEN_XDISPLAY (screen), xpm, GDK_VISUAL_XVISUAL(gdk_screen_get_system_visual(screen)), width, height); } gdk_error_trap_pop_ignored (); cairo_pattern_t *pattern = cairo_pattern_create_for_surface(surface); gdk_window_set_background_pattern(window, pattern); cairo_surface_destroy(surface); // cairo_pattern_destroy ??? } else { GdkRGBA black = { 0.0, 0.0, 0.0, 1.0 }; gdk_window_set_background_rgba(window, &black); } #else if (xpm != None) { GdkPixmap *gpm = gdk_pixmap_foreign_new(xpm); gdk_window_set_back_pixmap (window, gpm, FALSE); g_object_unref (gpm); } #endif } #endif workrave-1_10_10/frontend/gtkmm/src/unix/desktop-window.h000066400000000000000000000004001263301626300235070ustar00rootroot00000000000000#ifndef DESKTOP_WINDOW_H #define DESKTOP_WINDOW_H #ifdef PLATFORM_OS_UNIX #include #ifdef __cplusplus extern "C" { #endif void set_desktop_background(GdkWindow *window); #ifdef __cplusplus } #endif #endif #endif /* DESKTOP_WINDOW_H */ workrave-1_10_10/frontend/gtkmm/src/win32/000077500000000000000000000000001263301626300203455ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/src/win32/DesktopWindow.cc000066400000000000000000000063621263301626300234640ustar00rootroot00000000000000// DesktopWindow.cc --- Desktop window // // Copyright (C) 2004, 2007, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "DesktopWindow.hh" #include "W32Compat.hh" #include "debug.hh" const char * const DesktopWindow::WINDOW_CLASS = "WorkraveDesktopWindow"; bool DesktopWindow::initialized = false; DesktopWindow::DesktopWindow(const HeadInfo &head) { TRACE_ENTER("DesktopWindow::DesktopWindow"); init(); HINSTANCE hinstance = (HINSTANCE) GetModuleHandle(NULL); int x = head.get_x(), y = head.get_y(); int w = head.get_width(), h = head.get_height(); TRACE_MSG("Head: " << x << ", " << y << ", " << w << ", " << h << " " << head.monitor); POINT pt = { x, y }; HMONITOR monitor = MonitorFromPoint(pt, MONITOR_DEFAULTTONULL); if (monitor) { TRACE_MSG("Monitor found"); MONITORINFO info = { 0, }; info.cbSize = sizeof(info); if (GetMonitorInfo(monitor, &info)) { x = info.rcMonitor.left; y = info.rcMonitor.top; w = info.rcMonitor.right - x; h = info.rcMonitor.bottom - y; TRACE_MSG("Monitor: " << x << ", " << y << ", " << w << ", " << h); } } hwnd = CreateWindowEx(WS_EX_TOOLWINDOW, WINDOW_CLASS, WINDOW_CLASS, WS_POPUP, x, y, w, h, (HWND)NULL, (HMENU)NULL, hinstance, (LPSTR)NULL); SetWindowLong(hwnd, GWL_USERDATA, (LONG) this); TRACE_EXIT(); } DesktopWindow::~DesktopWindow() { DestroyWindow(hwnd); } LRESULT CALLBACK DesktopWindow::window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { DesktopWindow *self = (DesktopWindow *) GetWindowLong(hwnd, GWL_USERDATA); switch (uMsg) { case WM_WINDOWPOSCHANGED: InvalidateRect(self->hwnd, NULL, TRUE); return 0; case WM_ERASEBKGND: PaintDesktop((HDC) wParam); return 1; } return DefWindowProc(hwnd, uMsg, wParam, lParam); } void DesktopWindow::init() { if (initialized) return; HINSTANCE win32_hinstance = (HINSTANCE) GetModuleHandle(NULL); WNDCLASSEX wclass = { sizeof(WNDCLASSEX), 0, window_proc, 0, 0, win32_hinstance, NULL, NULL, NULL, NULL, WINDOW_CLASS, NULL }; RegisterClassEx(&wclass); initialized = true; } void DesktopWindow::set_visible(bool visible) { ShowWindow(hwnd, visible ? SW_SHOW : SW_HIDE); if (visible) { W32Compat::SetWindowOnTop(hwnd, TRUE); } } workrave-1_10_10/frontend/gtkmm/src/win32/DesktopWindow.hh000066400000000000000000000023751263301626300234760ustar00rootroot00000000000000// DesktopWindow.hh --- Desktop window // // Copyright (C) 2004, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef DESKTOP_WINDOW_HH #define DESKTOP_WINDOW_HH #include #include "HeadInfo.hh" class DesktopWindow { public: DesktopWindow(const HeadInfo &head); ~DesktopWindow(); void set_visible(bool visible); private: void init(); private: HWND hwnd; static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); static bool initialized; static const char * const WINDOW_CLASS; }; #endif // DESKTOP_WINDOW_HH workrave-1_10_10/frontend/gtkmm/src/win32/Makefile.am000066400000000000000000000021661263301626300224060ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \ $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc) if HAVE_APP_GTKMM if PLATFORM_OS_WIN32 noinst_LTLIBRARIES = libworkrave-frontend-gtkmm-win32.la libworkrave_frontend_gtkmm_win32_la_SOURCES = \ dll_hell.c \ DesktopWindow.cc \ W32AppletWindow.cc \ W32Compat.cc \ W32AppletMenu.cc \ W32TrayMenu.cc \ W32StatusIcon.cc \ W32ForceFocus.cc libworkrave_frontend_gtkmm_win32_la_CFLAGS = \ -W -I$(top_srcdir)/frontend/common/include \ -I$(top_srcdir)/backend/include \ -I$(top_srcdir)/frontend/applets/win32/include \ -I $(top_srcdir)/frontend/gtkmm/src @GTK_CFLAGS@ \ -I $(top_srcdir)/common/include/win32 \ -I $(top_srcdir)/common/include libworkrave_frontend_gtkmm_win32_la_CXXFLAGS = \ $(libworkrave_frontend_gtkmm_win32_la_CFLAGS) endif endif workrave-1_10_10/frontend/gtkmm/src/win32/W32AppletMenu.cc000066400000000000000000000107321263301626300232250ustar00rootroot00000000000000// W32AppletMenu.cc --- Menus using W32Applet+ // // Copyright (C) 2001 - 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "W32AppletMenu.hh" #include #include "GUI.hh" #include "Menus.hh" #include "Util.hh" #include "MainWindow.hh" #include "W32AppletWindow.hh" #include "MenuEnums.hh" using namespace std; using namespace workrave; //! Constructor. W32AppletMenu::W32AppletMenu(W32AppletWindow *applet_window) : applet_window(applet_window) { } //! Destructor. W32AppletMenu::~W32AppletMenu() { } void W32AppletMenu::resync(OperationMode mode, UsageMode usage, bool show_log) { TRACE_ENTER_MSG("W32AppletMenu::resync", mode << " " << show_log); IGUI *gui = GUI::get_instance(); MainWindow *main_window = gui->get_main_window(); if (applet_window != NULL) { TRACE_MSG("ok"); #ifndef PLATFORM_OS_WIN32_NATIVE HWND cmd_win = (HWND) GDK_WINDOW_HWND(gtk_widget_get_window(main_window->Gtk::Widget::gobj())); #else HWND cmd_win = (HWND) GDK_WINDOW_HWND(((GtkWidget*)main_window->gobj())->window); #endif W32AppletWindow *w32aw = applet_window; w32aw->init_menu(cmd_win); w32aw->add_menu(_("_Open"), MENU_COMMAND_OPEN, 0); w32aw->add_menu(_("Preferences"), MENU_COMMAND_PREFERENCES, 0); w32aw->add_menu(_("_Rest break"), MENU_COMMAND_REST_BREAK, 0); w32aw->add_menu(_("Exercises"), MENU_COMMAND_EXERCISES, 0); w32aw->add_menu(_("_Normal"), MENU_COMMAND_MODE_NORMAL, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP |(mode == OPERATION_MODE_NORMAL ? W32AppletWindow::MENU_FLAG_SELECTED : 0)); w32aw->add_menu(_("Q_uiet"), MENU_COMMAND_MODE_QUIET, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP |(mode == OPERATION_MODE_QUIET ? W32AppletWindow::MENU_FLAG_SELECTED : 0)); w32aw->add_menu(_("_Suspended"), MENU_COMMAND_MODE_SUSPENDED, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP |(mode == OPERATION_MODE_SUSPENDED ? W32AppletWindow::MENU_FLAG_SELECTED : 0)); w32aw->add_menu(_("_Mode"), 0, 0); #ifdef HAVE_DISTRIBUTION w32aw->add_menu(_("_Connect"), MENU_COMMAND_NETWORK_CONNECT, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP); w32aw->add_menu(_("_Disconnect"), MENU_COMMAND_NETWORK_DISCONNECT, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP); w32aw->add_menu(_("_Reconnect"), MENU_COMMAND_NETWORK_RECONNECT, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP); w32aw->add_menu(_("Show _log"), MENU_COMMAND_NETWORK_LOG, W32AppletWindow::MENU_FLAG_TOGGLE |W32AppletWindow::MENU_FLAG_POPUP |(show_log ? W32AppletWindow::MENU_FLAG_SELECTED : 0)); w32aw->add_menu(_("_Network"), 0, 0); #endif w32aw->add_menu(_("Reading mode"), MENU_COMMAND_MODE_READING, W32AppletWindow::MENU_FLAG_TOGGLE |(usage == USAGE_MODE_READING ? W32AppletWindow::MENU_FLAG_SELECTED : 0)); w32aw->add_menu(_("Statistics"), MENU_COMMAND_STATISTICS, 0); w32aw->add_menu(_("About..."), MENU_COMMAND_ABOUT, 0); } TRACE_EXIT(); } workrave-1_10_10/frontend/gtkmm/src/win32/W32AppletMenu.hh000066400000000000000000000026241263301626300232400ustar00rootroot00000000000000// W32AppletMenu.hh --- Menu using W32Applet+ // // Copyright (C) 2001 - 2009, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32APPLETMENU_HH #define W32APPLETMENU_HH #include "config.h" #include #include #include #include #include #include #include #include "MenuBase.hh" class MainWindow; class W32AppletWindow; class W32AppletMenu : public MenuBase { public: W32AppletMenu(W32AppletWindow *applet_window); virtual ~W32AppletMenu(); virtual void resync(workrave::OperationMode mode, workrave::UsageMode usage, bool show_log); private: W32AppletWindow *applet_window; }; #endif // W32APPLETMENU_HH workrave-1_10_10/frontend/gtkmm/src/win32/W32AppletWindow.cc000066400000000000000000000245321263301626300235730ustar00rootroot00000000000000// AppletWindow.cc --- Applet info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include "W32AppletWindow.hh" #include "TimerBoxControl.hh" #if defined(interface) #undef interface #endif #include "Applet.hh" #include "GUI.hh" #include "Menus.hh" W32AppletWindow::W32AppletWindow() { TRACE_ENTER("W32AppletWindow::W32AppletWindow"); memset(&local_heartbeat_data, 0, sizeof(AppletHeartbeatData)); memset(&local_menu_data, 0, sizeof(AppletMenuData)); memset(&heartbeat_data, 0, sizeof(AppletHeartbeatData)); memset(&menu_data, 0, sizeof(AppletMenuData)); thread_id = 0; thread_handle = NULL; timer_box_view = this; applet_window = NULL; heartbeat_data.enabled = false; local_applet_window = NULL; init_menu(NULL); ::InitializeCriticalSection(&heartbeat_data_lock); thread_abort_event = ::CreateEvent(NULL, FALSE, FALSE, NULL); heartbeat_data_event = ::CreateEvent(NULL, FALSE, FALSE, NULL); // Intentionally last line, as this one calls W32AW::set_enabled(), e.g. timer_box_control = new TimerBoxControl("applet", *this); TRACE_EXIT(); } W32AppletWindow::~W32AppletWindow() { TRACE_ENTER("W32AppletWindow::~W32AppletWindow"); /* before this instance is destroyed we signal and wait for its worker thread to terminate. this isn't ideal because the gui will be blocked while we wait for termination if this destructor is called from the main thread. current conditions are acceptable, however. 2/12/2012 */ heartbeat_data.enabled = false; SetEvent( thread_abort_event ); if( thread_handle ) { WaitForSingleObject( thread_handle, INFINITE ); CloseHandle( thread_handle ); } if( thread_abort_event ) CloseHandle( thread_abort_event ); if( heartbeat_data_event ) CloseHandle( heartbeat_data_event ); DeleteCriticalSection(&heartbeat_data_lock); delete timer_box_control; TRACE_EXIT(); } static HWND RecursiveFindWindow(HWND hwnd, LPCTSTR lpClassName) { static char buf[80]; int num = GetClassName(hwnd, buf, sizeof(buf)-1); buf[num] = 0; HWND ret = NULL; if (! stricmp(lpClassName, buf)) { ret = hwnd; } else { HWND child = FindWindowEx(hwnd, 0, NULL, NULL); while (child != NULL) { ret = RecursiveFindWindow(child, lpClassName); if (ret) { break; } child = FindWindowEx(hwnd, child, NULL, NULL); } } return ret; } void W32AppletWindow::set_slot(BreakId id, int slot) { TRACE_ENTER_MSG("W32AppletWindow::set_slot", int(id) << ", " << slot); heartbeat_data.slots[slot] = (short) id; TRACE_EXIT(); } void W32AppletWindow::set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_val, int primary_max, ITimeBar::ColorId secondary_color, int secondary_val, int secondary_max) { TRACE_ENTER_MSG("W32AppletWindow::set_time_bar", int(id) << "=" << text); strncpy(heartbeat_data.bar_text[id], text.c_str(), APPLET_BAR_TEXT_MAX_LENGTH-1); heartbeat_data.bar_text[id][APPLET_BAR_TEXT_MAX_LENGTH-1] = '\0'; heartbeat_data.bar_primary_color[id] = primary_color; heartbeat_data.bar_primary_val[id] = primary_val; heartbeat_data.bar_primary_max[id] = primary_max; heartbeat_data.bar_secondary_color[id] = secondary_color; heartbeat_data.bar_secondary_val[id] = secondary_val; heartbeat_data.bar_secondary_max[id] = secondary_max; TRACE_EXIT(); } void W32AppletWindow::update_view() { TRACE_ENTER("W32AppletWindow::update_view"); BOOL entered = ::TryEnterCriticalSection(&heartbeat_data_lock); if (entered) { memcpy(&local_heartbeat_data, &heartbeat_data, sizeof(AppletHeartbeatData)); update_applet_window(); if (!menu_sent) { memcpy(&local_menu_data, &menu_data, sizeof(AppletMenuData)); local_applet_window = applet_window; menu_sent = true; } SetEvent(heartbeat_data_event); ::LeaveCriticalSection(&heartbeat_data_lock); } TRACE_EXIT(); } void W32AppletWindow::update_menu() { TRACE_ENTER("W32AppletWindow::update_menu"); if (local_applet_window != NULL) { TRACE_MSG("sending"); COPYDATASTRUCT msg; msg.dwData = APPLET_MESSAGE_MENU; msg.cbData = sizeof(AppletMenuData); msg.lpData = &local_menu_data; SendMessage(local_applet_window, WM_COPYDATA, 0, (LPARAM) &msg); } TRACE_EXIT(); } void W32AppletWindow::update_time_bars() { TRACE_ENTER("W32AppletWindow::update_time_bars"); if (local_applet_window != NULL) { COPYDATASTRUCT msg; msg.dwData = APPLET_MESSAGE_HEARTBEAT; msg.cbData = sizeof(AppletHeartbeatData); msg.lpData = &local_heartbeat_data; TRACE_MSG("sending: enabled=" << local_heartbeat_data.enabled); for (size_t i = 0; i < BREAK_ID_SIZEOF; i++) { TRACE_MSG("sending: slots[]=" << local_heartbeat_data.slots[i]); } SendMessage(local_applet_window, WM_COPYDATA, 0, (LPARAM) &msg); } TRACE_EXIT(); } void W32AppletWindow::update_applet_window() { TRACE_ENTER("W32AppletWindow::get_applet_window"); HWND previous_applet_window = applet_window; if (applet_window == NULL || !IsWindow(applet_window)) { HWND taskbar = FindWindow("Shell_TrayWnd",NULL); applet_window = RecursiveFindWindow(taskbar, APPLET_WINDOW_CLASS_NAME); menu_sent = false; } if (previous_applet_window == NULL && applet_window != NULL) { state_changed_signal.emit(AppletWindow::APPLET_STATE_ACTIVE); } else if (previous_applet_window != NULL && applet_window == NULL) { state_changed_signal.emit(AppletWindow::APPLET_STATE_DISABLED); } TRACE_EXIT(); } void W32AppletWindow::set_enabled( bool enabled ) { TRACE_ENTER_MSG( "W32AppletWindow::set_enabled", enabled ); DWORD thread_exit_code = 0; heartbeat_data.enabled = enabled; if( !enabled ) return; if( thread_id && thread_handle && GetExitCodeThread( thread_handle, &thread_exit_code ) && ( thread_exit_code == STILL_ACTIVE ) ) return; if( !thread_id ) { // if there is no id but a handle then this instance's worker thread has exited or is exiting. if( thread_handle ) CloseHandle( thread_handle ); thread_id = 0; SetLastError( 0 ); thread_handle = (HANDLE)_beginthreadex( NULL, 0, run_event_pipe_static, this, 0, (unsigned int *)&thread_id ); if( !thread_handle || !thread_id ) { TRACE_MSG( "Thread could not be created. GetLastError : " << GetLastError() ); } } TRACE_EXIT(); } unsigned __stdcall W32AppletWindow::run_event_pipe_static( void *param ) { W32AppletWindow *pThis = (W32AppletWindow *) param; pThis->run_event_pipe(); // invalidate the id to signal the thread is exiting pThis->thread_id = 0; return (DWORD) 0; } void W32AppletWindow::run_event_pipe() { const DWORD current_thread_id = GetCurrentThreadId(); TRACE_ENTER_MSG( "W32AppletWindow::run_event_pipe [ id: ", current_thread_id << " ]" ); while( thread_id == current_thread_id ) { /* JS: thread_abort_event must be first in the array of events. the index returned by WaitForMultipleObjectsEx() corresponds to the first signaled event in the array if more than one is signaled */ HANDLE events[ 2 ] = { thread_abort_event, heartbeat_data_event }; int const events_count = ( sizeof( events ) / sizeof( events[ 0 ] ) ); DWORD wait_result = WaitForMultipleObjectsEx( events_count, events, FALSE, INFINITE, FALSE ); if( ( wait_result == WAIT_FAILED ) || ( wait_result == ( WAIT_OBJECT_0 + 0 ) ) ) break; if( heartbeat_data.enabled && ( wait_result == ( WAIT_OBJECT_0 + 1 ) ) ) { EnterCriticalSection( &heartbeat_data_lock ); update_time_bars(); update_menu(); LeaveCriticalSection( &heartbeat_data_lock ); } } TRACE_EXIT(); } void W32AppletWindow::init_menu(HWND hwnd) { menu_data.num_items = 0; menu_sent = false; /* As noted in frontend/win32/applet/include/applet.hh: We pass the command_window HWND as a LONG for compatibility. */ menu_data.command_window = HandleToLong( hwnd ); } void W32AppletWindow::add_menu(const char *text, short cmd, int flags) { AppletMenuItemData *d = &menu_data.items[menu_data.num_items++]; d->command = cmd; strcpy(d->text, text); d->flags = flags; } AppletWindow::AppletState W32AppletWindow::activate_applet() { update_applet_window(); return applet_window != NULL ? APPLET_STATE_ACTIVE : APPLET_STATE_DISABLED; } void W32AppletWindow::deactivate_applet() { } void W32AppletWindow::set_geometry(Orientation orientation, int size) { (void) orientation; (void) size; } bool W32AppletWindow::on_applet_command(int command) { TRACE_ENTER_MSG("W32AppletWindow::on_applet_command", command); IGUI *gui = GUI::get_instance(); Menus *menus = gui->get_menus(); menus->applet_command(command); TRACE_EXIT(); return false; } GdkFilterReturn W32AppletWindow::win32_filter_func (void *xevent, GdkEvent *event) { (void) event; MSG *msg = (MSG *) xevent; GdkFilterReturn ret = GDK_FILTER_CONTINUE; switch (msg->message) { case WM_USER: { sigc::slot my_slot = sigc::bind(sigc::mem_fun(*this, &W32AppletWindow::on_applet_command), (int) msg->wParam); Glib::signal_idle().connect(my_slot); ret = GDK_FILTER_REMOVE; } break; case WM_USER + 1: { timer_box_control->force_cycle(); ret = GDK_FILTER_REMOVE; } break; } return ret; } workrave-1_10_10/frontend/gtkmm/src/win32/W32AppletWindow.hh000066400000000000000000000052601263301626300236020ustar00rootroot00000000000000// AppletWindow.hh --- Applet window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32APPLETWINDOW_HH #define W32APPLETWINDOW_HH #include "preinclude.h" #include #include #include #include #include "TimerBoxViewBase.hh" #include "ITimeBar.hh" #include "Applet.hh" #include "AppletWindow.hh" class W32AppletWindow : public AppletWindow, public TimerBoxViewBase { public: W32AppletWindow(); virtual ~W32AppletWindow(); virtual AppletState activate_applet(); virtual void deactivate_applet(); void set_slot(BreakId id, int slot); void set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_value, int primary_max, ITimeBar::ColorId secondary_color, int secondary_value, int secondary_max); void update_view(); void update_time_bars(); void update_menu(); void set_enabled(bool enabled); void set_geometry(Orientation orientation, int size); void init_menu(HWND dest); void add_menu(const char *text, short cmd, int flags); GdkFilterReturn win32_filter_func (void *xevent, GdkEvent *event); bool on_applet_command(int command); enum MenuFlag { MENU_FLAG_TOGGLE = APPLET_MENU_FLAG_TOGGLE, MENU_FLAG_SELECTED = APPLET_MENU_FLAG_SELECTED, MENU_FLAG_POPUP = APPLET_MENU_FLAG_POPUP }; private: void update_applet_window(); static unsigned __stdcall run_event_pipe_static( void * ); private: void run_event_pipe(); HWND applet_window; bool menu_sent; bool local_menu_ready; AppletHeartbeatData local_heartbeat_data; AppletMenuData local_menu_data; HWND local_applet_window; AppletHeartbeatData heartbeat_data; AppletMenuData menu_data; CRITICAL_SECTION heartbeat_data_lock; HANDLE heartbeat_data_event; HANDLE thread_abort_event; HANDLE thread_handle; volatile unsigned thread_id; }; #endif // W32APPLETWINDOW_HH workrave-1_10_10/frontend/gtkmm/src/win32/W32Compat.cc000066400000000000000000000374131263301626300224030ustar00rootroot00000000000000// W32Compat.cc --- W32 compatibility // // Copyright (C) 2004, 2007, 2010, 2012 Rob Caelers, Raymond Penners, Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #ifdef PLATFORM_OS_WIN32_NATIVE #undef max #endif #ifdef PLATFORM_OS_WIN32 #undef interface #endif #include #include #include "IBreak.hh" #include "BreakWindow.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "GtkUtil.hh" #include "W32ForceFocus.hh" #include "W32CriticalSection.hh" #include "W32Compat.hh" using namespace workrave; bool W32Compat::ime_magic = false; bool W32Compat::reset_window_always = false; bool W32Compat::reset_window_never = false; W32Compat::SWITCHTOTHISWINDOWPROC W32Compat::switch_to_this_window_proc = NULL; typedef BOOLEAN (WINAPI * PWINSTATIONQUERYINFORMATIONW)( HANDLE, ULONG, INT, PVOID, ULONG, PULONG ); namespace { PWINSTATIONQUERYINFORMATIONW dyn_WinStationQueryInformationW; } /* W32Compat::WinStationQueryInformationW() Query information about our winstation. http://msdn.microsoft.com/en-us/library/windows/desktop/aa383827.aspx This API is deprecated so its use is limited. Some queries are problematic on x64: http://www.remkoweijnen.nl/blog/2011/01/29/querying-a-user-token-under-64-bit-version-of-2003xp/ Help for WinStationInformationClass info: http://msdn.microsoft.com/en-us/library/cc248604.aspx http://msdn.microsoft.com/en-us/library/cc248834.aspx returns whatever the API returns. if the API is unavailable this function returns FALSE and last error is set ERROR_INVALID_FUNCTION. */ BOOLEAN W32Compat::WinStationQueryInformationW( HANDLE hServer, // use WTS_CURRENT_SERVER_HANDLE ULONG LogonId, // use WTS_CURRENT_SESSION INT WinStationInformationClass, // review msdn links in comment block PVOID pWinStationInformation, ULONG WinStationInformationLength, PULONG pReturnLength ) { init(); if( !dyn_WinStationQueryInformationW ) { SetLastError( ERROR_INVALID_FUNCTION ); return FALSE; } return dyn_WinStationQueryInformationW( hServer, LogonId, WinStationInformationClass, pWinStationInformation, WinStationInformationLength, pReturnLength ); } VOID W32Compat::SwitchToThisWindow( HWND hwnd, BOOL emulate_alt_tab ) { init(); if ( switch_to_this_window_proc != NULL ) { ( *switch_to_this_window_proc )( hwnd, emulate_alt_tab ); } return; } static W32CriticalSection cs__init; volatile LONG W32Compat::_initialized = 0; /* W32Compat::_init() Initialize the W32Compat class. The functions should call init(), which is inline, instead of this. A call to init() should be the first line in each of the other functions in this class. */ void W32Compat::_init() { W32CriticalSection::Guard guard( cs__init ); if( _initialized ) return; HMODULE user_lib = GetModuleHandleA( "user32.dll" ); if( user_lib ) { switch_to_this_window_proc = (SWITCHTOTHISWINDOWPROC) GetProcAddress(user_lib, "SwitchToThisWindow"); } HMODULE winsta_lib = LoadLibraryA( "winsta" ); if( winsta_lib ) { dyn_WinStationQueryInformationW = (PWINSTATIONQUERYINFORMATIONW)GetProcAddress( winsta_lib, "WinStationQueryInformationW" ); } // Should SetWindowOnTop() call IMEWindowMagic() ? if( !CoreFactory::get_configurator()->get_value( "advanced/ime_magic", ime_magic ) ) { ime_magic = false; } // As of writing SetWindowOnTop() always calls ResetWindow() // ResetWindow() determines whether to "reset" when both // reset_window_always and reset_window_never are false. // // If reset_window_always is true, and if ResetWindow() is continually // passed the same hwnd, hwnd will flicker as a result of the continual // z-order position changes / resetting. if( !CoreFactory::get_configurator()->get_value( "advanced/reset_window_always", reset_window_always ) ) { reset_window_always = false; } // ResetWindow() will always abort when reset_window_never is true. if( !CoreFactory::get_configurator()->get_value( "advanced/reset_window_never", reset_window_never ) ) { reset_window_never = false; } InterlockedExchange( &_initialized, 1 ); } void W32Compat::SetWindowOnTop( HWND hwnd, BOOL topmost ) { init(); SetWindowPos( hwnd, topmost ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); ResetWindow( hwnd, (bool)topmost ); if( ime_magic && topmost ) { IMEWindowMagic( hwnd ); } if( W32ForceFocus::GetForceFocusValue() && topmost ) { W32ForceFocus::ForceWindowFocus( hwnd ); } return; } // Bug 587 - Vista: Workrave not modal / coming to front // http://issues.workrave.org/show_bug.cgi?id=587 // There is an issue with IME and window z-ordering. // // hwnd == window to "reset" in z-order // topmost == true if window should be topmost, false otherwise void W32Compat::ResetWindow( HWND hwnd, bool topmost ) { init(); if( !IsWindow( hwnd ) || reset_window_never ) return; const bool DEBUG = false; bool reset = false; DWORD gwl_exstyle = 0; DWORD valid_exstyle_diff = 0; WINDOWINFO gwi; ZeroMemory( &gwi, sizeof( gwi ) ); gwi.cbSize = sizeof( WINDOWINFO ); SetLastError( 0 ); gwl_exstyle = (DWORD)GetWindowLong( hwnd, GWL_EXSTYLE ); if( !GetLastError() ) { // if desired and actual topmost style differ, plan to reset if( topmost != ( gwl_exstyle & WS_EX_TOPMOST ? true : false ) ) reset = true; } SetLastError( 0 ); GetWindowInfo( hwnd, &gwi ); if( !GetLastError() ) { // if desired and actual topmost style differ, plan to reset if( topmost != ( gwi.dwExStyle & WS_EX_TOPMOST ? true : false ) ) reset = true; } #ifdef BREAKAGE // GetWindowInfo() and GetWindowLong() extended style info can differ. // Compare the two results but filter valid values only. valid_exstyle_diff = ( gwl_exstyle ^ gwi.dwExStyle ) & ~0xF1A08802; if( valid_exstyle_diff || DEBUG ) { // if the extended style info differs, plan to reset. // e.g. gwl returned ws_ex_toolwindow but gwi didn't reset = true; // attempt to sync differences: DWORD swl_exstyle = ( valid_exstyle_diff | gwl_exstyle ) & ~0xF1A08802; if( ( swl_exstyle & WS_EX_APPWINDOW ) && ( swl_exstyle & WS_EX_TOOLWINDOW ) ) // this hasn't happened and shouldn't happen, but i suppose it could. // if both styles are set change to appwindow only. // why not toolwindow only? well, why are they both set in the first place? // in this case it's better to make hwnd visible on the taskbar. { swl_exstyle &= ~WS_EX_TOOLWINDOW; } ShowWindow( hwnd, SW_HIDE ); SetWindowLong( hwnd, GWL_EXSTYLE, (LONG)swl_exstyle ); ShowWindow( hwnd, SW_SHOWNA ); } #endif // "reset" window position in z-order. // if the window is supposed to be topmost but is really not: // set HWND_NOTOPMOST followed by HWND_TOPMOST // the above sequence is key: review test results in 587#c17 // // if the window is not supposed to be topmost but is, reverse: // set HWND_TOPMOST followed by HWND_NOTOPMOST // the reverse is currently unproven. // i don't know of any problems removing the topmost style. if( IsWindow( hwnd ) && ( reset || reset_window_always ) ) { SetWindowPos( hwnd, !topmost ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); SetWindowPos( hwnd, topmost ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); } return; } // Bug 587 - Vista: Workrave not modal / coming to front // http://issues.workrave.org/show_bug.cgi?id=587 // There is an issue with IME and window z-ordering. // // ResetWindow() tests sufficient. This code is for troubleshooting. // if all else fails request user enable advanced/ime_magic = "1" void W32Compat::IMEWindowMagic( HWND hwnd ) { init(); if( !IsWindow( hwnd ) ) return; // This message works to make hwnd topmost without activation or focus. // I found it by watching window messages. I don't know its intended use. SendMessage( hwnd, 0x287, 0x17/*0x18*/, (LPARAM)hwnd ); SetWindowPos( hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); } /* W32Compat::IsOurWinStationConnected() Check if our winstation is connected by querying terminal services. Note: Terminal services API can cause a harmless exception that it handles and should be ignored: First-chance exception at 0x7656fc56 in workrave.exe: 0x000006BA: The RPC server is unavailable. returns true if our winstation is connected */ bool W32Compat::IsOurWinStationConnected() { init(); bool func_retval = false; DWORD bytes_returned = 0; #ifdef PLATFORM_OS_WIN32_NATIVE enum WTS_INFO_CLASS *state = NULL; #else // TODO: check compiler warnings and native/mingw difference. WTS_INFO_CLASS *state = NULL; #endif if( WTSQuerySessionInformation( WTS_CURRENT_SERVER_HANDLE, WTS_CURRENT_SESSION, WTSConnectState, reinterpret_cast(&state), &bytes_returned ) && state ) { if( ( bytes_returned == sizeof( *state ) ) && ( ( *state == WTSActive ) || ( *state == WTSConnected ) ) ) { func_retval = true; } WTSFreeMemory( state ); } return func_retval; } /* W32Compat::IsOurWinStationLocked() Check if our winstation is locked by querying terminal services. Note: Terminal services API can cause a harmless exception that it handles and should be ignored: First-chance exception at 0x7656fc56 in workrave.exe: 0x000006BA: The RPC server is unavailable. returns true if our winstation is locked */ bool W32Compat::IsOurWinStationLocked() { init(); BOOL locked = FALSE; DWORD bytes_returned = 0; if( !WinStationQueryInformationW( WTS_CURRENT_SERVER_HANDLE, // SERVERNAME_CURRENT WTS_CURRENT_SESSION, // LOGONID_CURRENT 28, // WinStationLockedState &locked, sizeof( locked ), &bytes_returned ) || ( bytes_returned != sizeof( locked ) ) ) { return false; } return !!locked; } /* W32Compat::IsOurDesktopVisible() Check if our desktop can be viewed by the user: Check that our process' window station is connected and its input desktop is the same as our calling thread's desktop. If our desktop is visible that implies that this process' workstation is unlocked. returns true if our desktop is visible */ bool W32Compat::IsOurDesktopVisible() { init(); bool func_retval = false; HDESK input_desktop_handle = NULL; HDESK our_desktop_handle = NULL; wchar_t input_desktop_name[ MAX_PATH ] = { L'\0', }; wchar_t our_desktop_name[ MAX_PATH ] = { L'\0', }; BOOL ret = 0; DWORD bytes_needed = 0; /* Get the input desktop name */ input_desktop_handle = OpenInputDesktop( 0, false, GENERIC_READ ); if( !input_desktop_handle ) goto cleanup; bytes_needed = 0; ret = GetUserObjectInformationW( input_desktop_handle, UOI_NAME, input_desktop_name, sizeof( input_desktop_name ), &bytes_needed ); if( !ret || ( bytes_needed > sizeof( input_desktop_name ) ) ) goto cleanup; /* Get our calling thread's desktop name */ our_desktop_handle = GetThreadDesktop( GetCurrentThreadId() ); if( !our_desktop_handle ) goto cleanup; bytes_needed = 0; ret = GetUserObjectInformationW( our_desktop_handle, UOI_NAME, our_desktop_name, sizeof( our_desktop_name ), &bytes_needed ); if( !ret || ( bytes_needed > sizeof( our_desktop_name ) ) ) goto cleanup; // If the desktop names are different then our thread is not associated with the input desktop if( _wcsnicmp( input_desktop_name, our_desktop_name, MAX_PATH ) ) goto cleanup; // If our winstation is not connected then our desktop is not visible if( !IsOurWinStationConnected() ) goto cleanup; func_retval = true; cleanup: if( input_desktop_handle ) CloseHandle( input_desktop_handle ); if( our_desktop_handle ) CloseHandle( our_desktop_handle ); return func_retval; } /* W32Compat::RefreshBreakWindow() Refresh a BreakWindow: - Make keyboard shortcuts available without pressing ALT after five seconds of inactivity - Set our window topmost unless a tooltip is visible (tooltips are topmost when visible) - Make sure the window manager has not disabled our topmost status; reset if necessary - Force focus to the main break window if the preference advanced/force_focus is true */ void W32Compat::RefreshBreakWindow( BreakWindow &window ) { ICore *core = CoreFactory::get_core(); bool user_active = core->is_user_active(); // GTK keyboard shortcuts can be accessed by using the ALT key. This appear // to be non-standard behaviour on windows, so make shortcuts available // without ALT after the user is idle for 5s if ( !user_active && !window.accel_added ) { IBreak *b = core->get_break( BreakId( window.break_id ) ); assert( b != NULL ); //TRACE_MSG(b->get_elapsed_idle_time()); if( b->get_elapsed_idle_time() > 5 ) { if( window.postpone_button != NULL ) { GtkUtil::update_mnemonic( window.postpone_button, window.accel_group ); } if( window.skip_button != NULL ) { GtkUtil::update_mnemonic( window.skip_button, window.accel_group ); } // FIXME: // if( window.shutdown_button != NULL ) // { // GtkUtil::update_mnemonic( window.shutdown_button, window.accel_group ); // } // if( window.lock_button != NULL ) // { // GtkUtil::update_mnemonic( window.lock_button, window.accel_group ); // } window.accel_added = true; } } /* We can't call WindowHints::set_always_on_top() or W32Compat::SetWindowOnTop() for every refresh. While the logic here is similar it is adjusted for the specific case of refreshing. */ HWND hwnd = (HWND)GDK_WINDOW_HWND( window.Gtk::Widget::gobj()->window ); if( !hwnd ) return; // don't enforce topmost while a tooltip is visible, otherwise we could cover the tooltip if( !GtkUtil::get_visible_tooltip_window() ) SetWindowPos( hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); // this checks if the window manager has disabled our topmost ability and resets it if necessary W32Compat::ResetWindow( hwnd, true ); /* If there are multiple break windows only force focus on the first, otherwise focus would be continuously switched to each break window on every refresh, making interaction very difficult. */ if( W32ForceFocus::GetForceFocusValue() && window.head.valid && ( window.head.count == 0 ) ) { W32ForceFocus::ForceWindowFocus( hwnd, 0 ); // try without blocking } } workrave-1_10_10/frontend/gtkmm/src/win32/W32Compat.hh000066400000000000000000000044541263301626300224140ustar00rootroot00000000000000// W32Compat.hh --- W32 compatibility // // Copyright (C) 2004, 2007, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32_COMPAT_HH #define W32_COMPAT_HH #include #ifndef MONITOR_DEFAULTTONULL #define MONITOR_DEFAULTTONULL 0x00000000 #endif #ifndef MONITOR_DEFAULTTOPRIMARY #define MONITOR_DEFAULTTOPRIMARY 0x00000001 #endif #ifndef MONITOR_DEFAULTTONEAREST #define MONITOR_DEFAULTTONEAREST 0x00000002 #endif class BreakWindow; class W32Compat { public: static BOOLEAN WinStationQueryInformationW( HANDLE hServer, // use WTS_CURRENT_SERVER_HANDLE ULONG LogonId, // use WTS_CURRENT_SESSION INT WinStationInformationClass, // http://msdn.microsoft.com/en-us/library/cc248834.aspx PVOID pWinStationInformation, ULONG WinStationInformationLength, PULONG pReturnLength ); static VOID SwitchToThisWindow( HWND, BOOL ); static void SetWindowOnTop( HWND, BOOL ); static void ResetWindow( HWND, bool ); static void IMEWindowMagic( HWND ); static bool IsOurWinStationConnected(); static bool IsOurWinStationLocked(); static bool IsOurDesktopVisible(); static void RefreshBreakWindow( BreakWindow &window ); private: static volatile LONG _initialized; static void _init(); // A call to init() should be the first line in each of the other functions in this class static inline void init() { if( !_initialized ) _init(); } static bool run_once; static bool ime_magic; static bool reset_window_always; static bool reset_window_never; typedef VOID (WINAPI *SWITCHTOTHISWINDOWPROC)( HWND, BOOL ); static SWITCHTOTHISWINDOWPROC switch_to_this_window_proc; }; #endif // W32_COMPAT_HH workrave-1_10_10/frontend/gtkmm/src/win32/W32ForceFocus.cc000066400000000000000000000405621263301626300232150ustar00rootroot00000000000000// W32ForceFocus.cc --- Collection of hacks to force win32 window focus // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "debug.hh" #include #include #include #include #include #include #include #include #include #include "StringUtil.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "W32Compat.hh" #include "W32CriticalSection.hh" #include "W32ForceFocus.hh" using namespace std; using namespace workrave; #ifdef _MSC_VER #pragma warning (disable : 4102) // warning C4102: unreferenced label #endif HANDLE W32ForceFocus::thread_handle; struct W32ForceFocus::thread_info W32ForceFocus::ti; bool W32ForceFocus::force_focus; // Critical section objects for each function that needs one static W32CriticalSection cs_GetForceFocusValue; static W32CriticalSection cs_GetFunctions; /* Each of these flags will represent a function that can be used to force the window focus. The flags of functions that we want to use to try to force the window focus will be OR'd together and then passed to a worker thread which will try each of the functions specified. */ enum functions { NO_FUNCTIONS = 0x00, ALT_KEYPRESS = (1 << 0), ATTACH_INPUT = (1 << 1), MINIMIZE_RESTORE = (1 << 2), DISABLE_FOREGROUND_TIMEOUT = (1 << 3), // not implemented RESET_FOREGROUND_TIMEOUT = (1 << 4), // not implemented ALL_FUNCTIONS = 0xFF }; /* W32ForceFocus::GetFunctions() Check for an existing configuration preference at advanced/force_focus_functions specifying which functions we should use to try to force window focus. - The names match to the focus functions' enumerated names. For example: [HKEY_CURRENT_USER\Software\Workrave\advanced] "force_focus_functions"="minimize_restore,attach_input" If the above was found then this function returns ( MINIMIZE_RESTORE | ATTACH_INPUT ). - returns the functions specified in the config or if no config found returns ALL_FUNCTIONS */ DWORD W32ForceFocus::GetFunctions() { W32CriticalSection::Guard guard( cs_GetFunctions ); static bool func_initialized = false; static DWORD flags = 0; if( func_initialized ) return flags; string str; if( CoreFactory::get_configurator()->get_value( "advanced/force_focus_functions", str ) ) { transform( str.begin(), str.end(), str.begin(), ::toupper ); vector names; StringUtil::split( str, ',', names ); for( vector::iterator name = names.begin(); name != names.end(); ++name ) { if( !name->compare( "ALL_FUNCTIONS" ) ) { flags = ALL_FUNCTIONS; break; } else if( !name->compare( "NO_FUNCTIONS" ) ) { flags = NO_FUNCTIONS; break; } else if( !name->compare( "ALT_KEYPRESS" ) ) flags |= ALT_KEYPRESS; else if( !name->compare( "ATTACH_INPUT" ) ) flags |= ATTACH_INPUT; else if( !name->compare( "MINIMIZE_RESTORE" ) ) flags |= MINIMIZE_RESTORE; } } else { flags = ( ATTACH_INPUT | MINIMIZE_RESTORE ); } func_initialized = true; return flags; } /* W32ForceFocus::GetForceFocusValue() Cache the user's advanced/force_focus preference in W32ForceFocus::force_focus or set false if none. returns force_focus */ bool W32ForceFocus::GetForceFocusValue() { W32CriticalSection::Guard guard( cs_GetForceFocusValue ); static bool func_initialized = false; if( func_initialized ) return force_focus; CoreFactory::get_configurator()->get_value_with_default( "advanced/force_focus", force_focus, false ); func_initialized = true; return force_focus; } /* W32ForceFocus::GetForegroundWindowTryHarder() Call GetForegroundWindow() repeatedly to get the foreground window. Try up to 'max_retries'. While the window manager is switching the foreground window it sets it as NULL temporarily. In some cases the functions in this class cannot succeed without the current foreground window so that value is unacceptable. We will use this function to wait a bit for any pending transition to complete. Empirical testing in my virtual machines shows an average transition takes two dozen retries. However my development Vista x86 machine shows an average transition takes 150 retries. Not sure why there's such a big discrepancy there, but maybe it's because I have so many windows open on this computer. For now I'm setting the default 'max_retries' to 200 to cover even heavy use cases. returns the foreground window or NULL if the window could not be found after 'max_retries' */ HWND W32ForceFocus::GetForegroundWindowTryHarder( DWORD max_retries // default: 200 ) { for( DWORD i = 0; i < max_retries; ++i ) { /* GetForegroundWindow() returns NULL when: 1. There is no foreground window. 2. The foreground window is in transition. 3. Our calling thread's desktop is not the input desktop. 4. Our process' window station is locked (see #3) or not connected. */ HWND hwnd = GetForegroundWindow(); if( hwnd ) return hwnd; Sleep( 1 ); } return NULL; } /* W32ForceFocus::AltKeypress() Simulate an ALT keypress while setting 'hwnd' as the foreground window. The oldest known method (circa 1999) to bypass Microsoft's SetForegroundWindow() restrictions. From 'Programming Applications for Microsoft Windows' (Richter): "The system automatically unlocks the SetForegroundWindow function when the user presses the Alt key or if the user explicitly brings a window to the foreground. This prevents an application from keeping SetForegroundWindow locked all the time." returns true on success: ( GetForegroundWindow() == hwnd ) */ bool W32ForceFocus::AltKeypress( HWND hwnd ) { bool simulated = false; if( !IsWindowVisible( hwnd ) ) return false; if( IsIconic( hwnd ) ) ShowWindow( hwnd, SW_RESTORE ); HWND foreground_hwnd = GetForegroundWindowTryHarder(); if( foreground_hwnd == hwnd ) return true; // If the user isn't already pressing down an ALT key then simulate one if( !( GetAsyncKeyState( VK_MENU ) & 0x8000 ) ) { simulated = true; keybd_event( VK_MENU, 0, KEYEVENTF_EXTENDEDKEY, 0 ); } BringWindowToTop( hwnd ); SetForegroundWindow( hwnd ); if( simulated ) keybd_event( VK_MENU, 0, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0 ); foreground_hwnd = GetForegroundWindowTryHarder(); return ( foreground_hwnd == hwnd ); } /* W32ForceFocus::AttachInput() Attach to the current foreground window's thread queue and set 'hwnd' as the foreground window. This is another old and proven method to set the foreground window. Attach to the input queue of whatever thread is currently receiving the raw input (ie the thread holding the current foreground window) and if successful set our window as the foreground window, then detach. Attaching can fail due to lack of privilege or if the target thread is not a GUI thread. This method is frought with problems because we're essentially sharing processing with another thread and we can't predict that thread's behavior. Like most of the focus functions in this class it should be called from a sacrificial worker thread so that if something goes wrong the rest of our program stays sane. returns true on success: ( GetForegroundWindow() == hwnd ) */ bool W32ForceFocus::AttachInput( HWND hwnd ) { bool attached = false; if( !IsWindowVisible( hwnd ) ) return false; if( IsIconic( hwnd ) ) ShowWindow( hwnd, SW_RESTORE ); HWND foreground_hwnd = GetForegroundWindowTryHarder(); if( foreground_hwnd == hwnd ) return true; DWORD foreground_pid = 0, foreground_tid = 0; if( foreground_hwnd ) { foreground_tid = GetWindowThreadProcessId( foreground_hwnd, &foreground_pid ); if( foreground_tid && foreground_pid && ( foreground_pid != GetCurrentProcessId() ) ) { attached = !!AttachThreadInput( GetCurrentThreadId(), foreground_tid, TRUE ); } } BringWindowToTop( hwnd ); SetForegroundWindow( hwnd ); if( attached ) AttachThreadInput( GetCurrentThreadId(), foreground_tid, FALSE ); foreground_hwnd = GetForegroundWindowTryHarder(); return ( foreground_hwnd == hwnd ); } /* W32ForceFocus::MinimizeRestore() Minimize and restore a dummy message window to set 'hwnd' as the foreground window. The minimization and restoration of a dummy window may allow it to take the foreground. If that happens foreground permissions have been acquired so set 'hwnd' as the foreground window. returns true on success: ( GetForegroundWindow() == hwnd ) */ bool W32ForceFocus::MinimizeRestore( HWND hwnd ) { WINDOWPLACEMENT wp = { sizeof( wp ), WPF_SETMINPOSITION, SW_MINIMIZE, { -32768, -32768 }, // ptMinPosition: x, y { -32768, -32768 }, // ptMaxPosition: x, y { -32768, -32768, -32768, -32768 }, // rcNormalPosition: left, top, right, bottom }; if( !IsWindowVisible( hwnd ) ) return false; if( IsIconic( hwnd ) ) ShowWindow( hwnd, SW_RESTORE ); HWND foreground_hwnd = GetForegroundWindowTryHarder(); if( foreground_hwnd == hwnd ) return true; HWND message_hwnd = CreateWindowExW( WS_EX_TOOLWINDOW, L"Message", L"Workrave Focus Helper", ( WS_DLGFRAME | WS_DISABLED | WS_POPUP ), wp.rcNormalPosition.left, // X wp.rcNormalPosition.top, // Y 0, // nWidth 0, // nHeight NULL, // hWndParent NULL, // hMenu GetModuleHandle( NULL ), NULL ); if( message_hwnd ) { // minimize and restore our dummy window off screen so that it's not visible to the user wp.showCmd = SW_MINIMIZE; SetWindowPlacement( message_hwnd, &wp ); wp.showCmd = SW_RESTORE; SetWindowPlacement( message_hwnd, &wp ); /* wait for message_hwnd to become the foreground window. we'll continue regardless of whether or not it actually is because we're trying SetForegroundWindow() in any case. */ foreground_hwnd = GetForegroundWindowTryHarder(); } BringWindowToTop( hwnd ); SetForegroundWindow( hwnd ); if( message_hwnd ) { DestroyWindow( message_hwnd ); message_hwnd = NULL; } foreground_hwnd = GetForegroundWindowTryHarder(); return ( foreground_hwnd == hwnd ); } /* W32ForceFocus::ForceWindowFocus() Create a sacrificial worker thread that attempts to run any of the focus hacks: AltKeypress(), AttachInput(), MinimizeRestore() Which of those will be run by the worker thread depend on the value returned by GetFunctions(), which caches the preference advanced/force_focus_functions. Review its comment block for more. You can optionally specify how many 'milliseconds_to_block' waiting for the worker thread to exit. By default this function waits for 200 milliseconds and then returns. If the worker thread is still running then it may set 'hwnd' as the foreground window after this function has returned. returns true on success: ( GetForegroundWindow() == hwnd ) */ bool W32ForceFocus::ForceWindowFocus( HWND hwnd, DWORD milliseconds_to_block // default: 200 ) { if( !IsWindowVisible( hwnd ) ) return false; if( IsIconic( hwnd ) ) ShowWindow( hwnd, SW_RESTORE ); BringWindowToTop( hwnd ); SetForegroundWindow( hwnd ); HWND foreground_hwnd = GetForegroundWindow(); if( foreground_hwnd == hwnd ) return true; /* Check if thread_handle is still open from a prior call. If a handle to the last created worker thread is still open then that means that it did not terminate within the specified wait period for a prior call to this function to have caught it. If the thread has since terminated we can close out the handle and commence with creating a new worker thread. If it has not terminated it is still working or has hanged, and I don't think there's anything safe to do without affecting the integrity of the process. In that case we stop here, and do not try to create another worker or mess with the current, and return false. */ if( thread_handle ) { DWORD thread_exit_code = 0; if( !GetExitCodeThread( thread_handle, &thread_exit_code ) ) return false; if( thread_exit_code == STILL_ACTIVE ) return false; CloseHandle( thread_handle ); thread_handle = NULL; } ti.retval = 0; ti.hwnd = hwnd; ti.flags = GetFunctions(); if( !ti.flags ) return false; thread_handle = CreateThread( NULL, 0, thread_Worker, (void *)TRUE, 0, NULL ); if( !thread_handle ) return false; /* We can wait a very short time but not indefinitely because it's possible one of the hacks caused our sacrificial worker thread to hang and also we don't want to interrupt our GUI thread. */ if( WaitForSingleObject( thread_handle, milliseconds_to_block ) == WAIT_OBJECT_0 ) { CloseHandle( thread_handle ); thread_handle = NULL; } foreground_hwnd = GetForegroundWindow(); return ( foreground_hwnd == hwnd ); } /* W32ForceFocus::thread_Worker() ThreadProc. Should return 0 in any case. This is the procedure for the sacrificial worker thread. It reads static struct thread_info for the hwnd (ti->hwnd) and the functions (ti->flags) that should be used to try to make hwnd the foreground window. This function's return is 0, however the actual return value is stored in ti->retval before return. On return ti->retval contains the flag for whichever W32ForceFocus function worked to set hwnd the foreground window or 0 if unsuccessful. */ DWORD WINAPI W32ForceFocus::thread_Worker( LPVOID recursive ) { ti.retval = 0; if( !ti.flags || !ti.hwnd ) return 0; /* If our desktop is not visible to the user then do not try to force the focus. This call is in the worker thread because it might be more expensive in milliseconds if it has to check with an RPC and we don't want to disrupt the GUI thread. */ if( !W32Compat::IsOurDesktopVisible() ) return 0; // try the safest way first if( ti.flags & MINIMIZE_RESTORE ) { if( MinimizeRestore( ti.hwnd ) ) { ti.retval = MINIMIZE_RESTORE; return 0; } } if( ti.flags & ATTACH_INPUT ) { if( AttachInput( ti.hwnd ) ) { ti.retval = ATTACH_INPUT; return 0; } } if( ti.flags & ALT_KEYPRESS ) { if( AltKeypress( ti.hwnd ) ) { ti.retval = ALT_KEYPRESS; return 0; } } /* If we tried minimize and restore and it did not work, and any other method did not work, we can try minimize and restore again and the results may be different. As best I can tell this is because any of the above methods may "break" the foreground lock but for whatever reason our window might not be made the foreground window. The way I tested this is to spawn another worker thread and call only the minimize and restore and that works. */ if( recursive && ( ti.flags & MINIMIZE_RESTORE ) ) { ti.flags = MINIMIZE_RESTORE; HANDLE thread2 = CreateThread( NULL, 0, thread_Worker, (void *)FALSE, 0, NULL ); if( thread2 ) { WaitForSingleObject( thread2, INFINITE ); CloseHandle( thread2 ); } } return 0; } workrave-1_10_10/frontend/gtkmm/src/win32/W32ForceFocus.hh000066400000000000000000000050051263301626300232200ustar00rootroot00000000000000// W32ForceFocus.hh --- Collection of hacks to force win32 window focus // // Copyright (C) 2012 Ray Satiro // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32FORCEFOCUS_HH #define W32FORCEFOCUS_HH #include class W32ForceFocus { public: // Simulate an ALT keypress in an attempt to make hwnd foreground static bool AltKeypress( HWND hwnd ); // Attach to the thread of the current foreground window in an attempt to make hwnd foreground static bool AttachInput( HWND hwnd ); // Minimize and restore a dummy window in an attempt to make hwnd foreground static bool MinimizeRestore( HWND hwnd ); // Create a worker thread that runs any of the above hacks in an attempt to make hwnd foreground static bool ForceWindowFocus( HWND hwnd, DWORD milliseconds_to_block = 200 ); // Check the user preference advanced/force_focus static bool GetForceFocusValue(); private: // Get the flags of functions that should be used to make hwnd foreground static DWORD GetFunctions(); // Retry the GetForegroundWindow() function if it fails static HWND GetForegroundWindowTryHarder( DWORD max_retries = 200 ); // This is the ThreadProc called by CreateThread to create the worker thread static DWORD WINAPI thread_Worker( LPVOID lpParameter ); // A handle to the worker thread static HANDLE thread_handle; // Info needed by thread_Worker static struct thread_info { // the hwnd we want to force focus to HWND hwnd; // in // the functions we want to call to force the focus DWORD flags; // in, out (ThreadProc may change the flags for recursive calls) // the function that worked to force the focus, if any DWORD retval; // out } ti; // Cached value of user preference advanced/force_focus static bool force_focus; }; #endif // W32FORCEFOCUS_HH workrave-1_10_10/frontend/gtkmm/src/win32/W32StatusIcon.cc000066400000000000000000000346601263301626300232550ustar00rootroot00000000000000// W32StatusIcon.cc --- Window Notifcation Icon // // Copyright (C) 2010, 2011, 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "W32StatusIcon.hh" #include #include "debug.hh" using namespace std; HWND W32StatusIcon::tray_hwnd = NULL; UINT W32StatusIcon::wm_taskbarcreated = 0; const UINT MYWM_TRAY_MESSAGE = WM_USER + 0x100; static HICON pixbuf_to_hicon (GdkPixbuf *pixbuf); //! Constructor. W32StatusIcon::W32StatusIcon() : visible(false) { init(); } //! Destructor. W32StatusIcon::~W32StatusIcon() { cleanup(); } void W32StatusIcon::set(const Glib::RefPtr &pixbuf) { TRACE_ENTER("W32StatusIcon::set"); Glib::RefPtr scaled; gint width = pixbuf->get_width(); gint height = pixbuf->get_height(); HICON old_hicon = nid.hIcon; int size = 16; if (width > size || height > size) { scaled = pixbuf->scale_simple(MIN (size, width), MIN (size, height), Gdk::INTERP_BILINEAR); nid.hIcon = pixbuf_to_hicon(scaled->gobj()); } else { nid.hIcon = pixbuf_to_hicon(pixbuf->gobj()); } nid.uFlags |= NIF_ICON; if (nid.hWnd != NULL && visible) { Shell_NotifyIconW (NIM_MODIFY, &nid); } if (old_hicon != NULL) { DestroyIcon(old_hicon); } TRACE_EXIT(); } void W32StatusIcon::set_tooltip(const Glib::ustring &text) { gunichar2 *wtext = g_utf8_to_utf16(text.c_str(), -1, NULL, NULL, NULL); if (wtext != NULL) { nid.uFlags |= NIF_TIP; wcsncpy(nid.szTip, (wchar_t *)wtext, G_N_ELEMENTS(nid.szTip) - 1); nid.szTip[G_N_ELEMENTS(nid.szTip) - 1] = 0; g_free(wtext); } else { nid.szTip[0] = 0; } if (nid.hWnd != NULL && visible) { Shell_NotifyIconW(NIM_MODIFY, &nid); } } void W32StatusIcon::show_balloon(string id, const Glib::ustring &balloon) { TRACE_ENTER("W32StatusIcon::show_balloon"); gunichar2 *winfo = g_utf8_to_utf16(balloon.c_str(), -1, NULL, NULL, NULL); gunichar2 *wtitle = g_utf8_to_utf16("Workrave", -1, NULL, NULL, NULL); current_id = id; if (winfo != NULL && wtitle != NULL) { nid.uFlags |= NIF_INFO; nid.uTimeout = 20000; nid.dwInfoFlags = NIIF_INFO; wcsncpy(nid.szInfo, (wchar_t *)winfo, G_N_ELEMENTS(nid.szInfo) - 1); nid.szInfo[G_N_ELEMENTS(nid.szInfo) - 1] = 0; wcsncpy(nid.szInfoTitle, (wchar_t *)wtitle, G_N_ELEMENTS(nid.szInfoTitle) - 1); nid.szInfoTitle[G_N_ELEMENTS(nid.szInfoTitle) - 1] = 0; if (nid.hWnd != NULL && visible) { Shell_NotifyIconW(NIM_MODIFY, &nid); } nid.uFlags &= ~NIF_INFO; } if (winfo != NULL) { g_free(winfo); } if (wtitle != NULL) { g_free(wtitle); } TRACE_EXIT(); } void W32StatusIcon::set_visible(bool visible) { if (this->visible != visible) { this->visible = visible; if (nid.hWnd != NULL) { Shell_NotifyIconW(visible ? NIM_ADD : NIM_DELETE, &nid); } } } bool W32StatusIcon::get_visible() const { return visible; } bool W32StatusIcon::is_embedded() const { return true; } sigc::signal W32StatusIcon::signal_activate() { return activate_signal; } sigc::signal W32StatusIcon::signal_popup_menu() { return popup_menu_signal; } sigc::signal W32StatusIcon::signal_balloon_activate() { return balloon_activate_signal; } void W32StatusIcon::init() { HINSTANCE hinstance = GetModuleHandle(NULL); if (tray_hwnd == NULL) { WNDCLASS wclass; memset(&wclass, 0, sizeof(WNDCLASS)); wclass.lpszClassName = "WorkraveTrayObserver"; wclass.lpfnWndProc = window_proc; wclass.hInstance = hinstance; ATOM atom = RegisterClass(&wclass); if (atom != 0) { tray_hwnd = CreateWindow(MAKEINTRESOURCE(atom), NULL, WS_POPUP, 0, 0, 1, 1, NULL, NULL, hinstance, NULL); } if (tray_hwnd == NULL) { UnregisterClass(MAKEINTRESOURCE(atom), hinstance); } else { wm_taskbarcreated = RegisterWindowMessage("TaskbarCreated"); } } memset(&nid, 0, sizeof(NOTIFYICONDATA)); nid.cbSize = NOTIFYICONDATAW_V2_SIZE; nid.uID = 1; nid.uFlags = NIF_MESSAGE; nid.uCallbackMessage = MYWM_TRAY_MESSAGE; nid.hWnd = tray_hwnd; set_tooltip("Workrave"); if (tray_hwnd != NULL) { SetWindowLong(tray_hwnd, GWL_USERDATA, (LONG) this); } } void W32StatusIcon::cleanup() { if (nid.hWnd != NULL && visible) { Shell_NotifyIconW(NIM_DELETE, &nid); if (nid.hIcon) { DestroyIcon(nid.hIcon); } } } void W32StatusIcon::add_tray_icon() { memset(&nid, 0, sizeof(NOTIFYICONDATA)); nid.cbSize = sizeof(NOTIFYICONDATA); nid.hWnd = tray_hwnd; nid.uID = 1; nid.uFlags = NIF_MESSAGE; nid.uCallbackMessage = MYWM_TRAY_MESSAGE; } LRESULT CALLBACK W32StatusIcon::window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { TRACE_ENTER_MSG("W32StatusIcon::window_proc", uMsg << " " << wParam); W32StatusIcon *status_icon = (W32StatusIcon *) GetWindowLong(hwnd, GWL_USERDATA); if (status_icon != NULL) { if (uMsg == status_icon->wm_taskbarcreated) { if (status_icon->visible && status_icon->nid.hWnd != NULL) { Shell_NotifyIconW(NIM_ADD, &status_icon->nid); } } else if (uMsg == MYWM_TRAY_MESSAGE) { switch (lParam) { case WM_RBUTTONDOWN: status_icon->popup_menu_signal.emit(3, 0); break; case WM_LBUTTONDOWN: status_icon->activate_signal.emit(); break; case NIN_BALLOONUSERCLICK: status_icon->balloon_activate_signal.emit(status_icon->current_id); } } } TRACE_EXIT(); return DefWindowProc(hwnd, uMsg, wParam, lParam); } /* This is ganked from GTK+. * GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1998-2002 Tor Lillqvist * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. */ static gboolean _gdk_win32_pixbuf_to_hicon_supports_alpha (void) { static gboolean is_win_xp=FALSE, is_win_xp_checked=FALSE; if (!is_win_xp_checked) { is_win_xp_checked = TRUE; if (!G_WIN32_IS_NT_BASED ()) is_win_xp = FALSE; else { OSVERSIONINFO version; memset (&version, 0, sizeof (version)); version.dwOSVersionInfoSize = sizeof (version); is_win_xp = GetVersionEx (&version) && version.dwPlatformId == VER_PLATFORM_WIN32_NT && (version.dwMajorVersion > 5 || (version.dwMajorVersion == 5 && version.dwMinorVersion >= 1)); } } return is_win_xp; } static HBITMAP create_alpha_bitmap (gint size, guchar **outdata) { BITMAPV5HEADER bi; HDC hdc; HBITMAP hBitmap; ZeroMemory (&bi, sizeof (BITMAPV5HEADER)); bi.bV5Size = sizeof (BITMAPV5HEADER); bi.bV5Height = bi.bV5Width = size; bi.bV5Planes = 1; bi.bV5BitCount = 32; bi.bV5Compression = BI_BITFIELDS; /* The following mask specification specifies a supported 32 BPP * alpha format for Windows XP (BGRA format). */ bi.bV5RedMask = 0x00FF0000; bi.bV5GreenMask = 0x0000FF00; bi.bV5BlueMask = 0x000000FF; bi.bV5AlphaMask = 0xFF000000; /* Create the DIB section with an alpha channel. */ hdc = GetDC (NULL); if (!hdc) { return NULL; } hBitmap = CreateDIBSection (hdc, (BITMAPINFO *)&bi, DIB_RGB_COLORS, (PVOID *) outdata, NULL, (DWORD)0); ReleaseDC (NULL, hdc); return hBitmap; } static HBITMAP create_color_bitmap (gint size, guchar **outdata, gint bits) { struct { BITMAPV4HEADER bmiHeader; RGBQUAD bmiColors[2]; } bmi; HDC hdc; HBITMAP hBitmap; ZeroMemory (&bmi, sizeof (bmi)); bmi.bmiHeader.bV4Size = sizeof (BITMAPV4HEADER); bmi.bmiHeader.bV4Height = bmi.bmiHeader.bV4Width = size; bmi.bmiHeader.bV4Planes = 1; bmi.bmiHeader.bV4BitCount = bits; bmi.bmiHeader.bV4V4Compression = BI_RGB; /* when bits is 1, these will be used. * bmiColors[0] already zeroed from ZeroMemory() */ bmi.bmiColors[1].rgbBlue = 0xFF; bmi.bmiColors[1].rgbGreen = 0xFF; bmi.bmiColors[1].rgbRed = 0xFF; hdc = GetDC (NULL); if (!hdc) { return NULL; } hBitmap = CreateDIBSection (hdc, (BITMAPINFO *)&bmi, DIB_RGB_COLORS, (PVOID *) outdata, NULL, (DWORD)0); ReleaseDC (NULL, hdc); return hBitmap; } static gboolean pixbuf_to_hbitmaps_alpha_winxp (GdkPixbuf *pixbuf, HBITMAP *color, HBITMAP *mask) { /* Based on code from * http://www.dotnet247.com/247reference/msgs/13/66301.aspx */ HBITMAP hColorBitmap, hMaskBitmap; guchar *indata, *inrow; guchar *colordata, *colorrow, *maskdata, *maskbyte; gint width, height, size, i, i_offset, j, j_offset, rowstride; guint maskstride, mask_bit; width = gdk_pixbuf_get_width (pixbuf); /* width of icon */ height = gdk_pixbuf_get_height (pixbuf); /* height of icon */ /* The bitmaps are created square */ size = MAX (width, height); hColorBitmap = create_alpha_bitmap (size, &colordata); if (!hColorBitmap) return FALSE; hMaskBitmap = create_color_bitmap (size, &maskdata, 1); if (!hMaskBitmap) { DeleteObject (hColorBitmap); return FALSE; } /* MSDN says mask rows are aligned to "LONG" boundaries */ maskstride = (((size + 31) & ~31) >> 3); indata = gdk_pixbuf_get_pixels (pixbuf); rowstride = gdk_pixbuf_get_rowstride (pixbuf); if (width > height) { i_offset = 0; j_offset = (width - height) / 2; } else { i_offset = (height - width) / 2; j_offset = 0; } for (j = 0; j < height; j++) { colorrow = colordata + 4*(j+j_offset)*size + 4*i_offset; maskbyte = maskdata + (j+j_offset)*maskstride + i_offset/8; mask_bit = (0x80 >> (i_offset % 8)); inrow = indata + (height-j-1)*rowstride; for (i = 0; i < width; i++) { colorrow[4*i+0] = inrow[4*i+2]; colorrow[4*i+1] = inrow[4*i+1]; colorrow[4*i+2] = inrow[4*i+0]; colorrow[4*i+3] = inrow[4*i+3]; if (inrow[4*i+3] == 0) maskbyte[0] |= mask_bit; /* turn ON bit */ else maskbyte[0] &= ~mask_bit; /* turn OFF bit */ mask_bit >>= 1; if (mask_bit == 0) { mask_bit = 0x80; maskbyte++; } } } *color = hColorBitmap; *mask = hMaskBitmap; return TRUE; } static gboolean pixbuf_to_hbitmaps_normal (GdkPixbuf *pixbuf, HBITMAP *color, HBITMAP *mask) { /* Based on code from * http://www.dotnet247.com/247reference/msgs/13/66301.aspx */ HBITMAP hColorBitmap, hMaskBitmap; guchar *indata, *inrow; guchar *colordata, *colorrow, *maskdata, *maskbyte; gint width, height, size, i, i_offset, j, j_offset, rowstride, nc, bmstride; gboolean has_alpha; guint maskstride, mask_bit; width = gdk_pixbuf_get_width (pixbuf); /* width of icon */ height = gdk_pixbuf_get_height (pixbuf); /* height of icon */ /* The bitmaps are created square */ size = MAX (width, height); hColorBitmap = create_color_bitmap (size, &colordata, 24); if (!hColorBitmap) return FALSE; hMaskBitmap = create_color_bitmap (size, &maskdata, 1); if (!hMaskBitmap) { DeleteObject (hColorBitmap); return FALSE; } /* rows are always aligned on 4-byte boundarys */ bmstride = size * 3; if (bmstride % 4 != 0) bmstride += 4 - (bmstride % 4); /* MSDN says mask rows are aligned to "LONG" boundaries */ maskstride = (((size + 31) & ~31) >> 3); indata = gdk_pixbuf_get_pixels (pixbuf); rowstride = gdk_pixbuf_get_rowstride (pixbuf); nc = gdk_pixbuf_get_n_channels (pixbuf); has_alpha = gdk_pixbuf_get_has_alpha (pixbuf); if (width > height) { i_offset = 0; j_offset = (width - height) / 2; } else { i_offset = (height - width) / 2; j_offset = 0; } for (j = 0; j < height; j++) { colorrow = colordata + (j+j_offset)*bmstride + 3*i_offset; maskbyte = maskdata + (j+j_offset)*maskstride + i_offset/8; mask_bit = (0x80 >> (i_offset % 8)); inrow = indata + (height-j-1)*rowstride; for (i = 0; i < width; i++) { if (has_alpha && inrow[nc*i+3] < 128) { colorrow[3*i+0] = colorrow[3*i+1] = colorrow[3*i+2] = 0; maskbyte[0] |= mask_bit; /* turn ON bit */ } else { colorrow[3*i+0] = inrow[nc*i+2]; colorrow[3*i+1] = inrow[nc*i+1]; colorrow[3*i+2] = inrow[nc*i+0]; maskbyte[0] &= ~mask_bit; /* turn OFF bit */ } mask_bit >>= 1; if (mask_bit == 0) { mask_bit = 0x80; maskbyte++; } } } *color = hColorBitmap; *mask = hMaskBitmap; return TRUE; } static HICON pixbuf_to_hicon (GdkPixbuf *pixbuf) { gint x = 0, y = 0; gboolean is_icon = TRUE; ICONINFO ii; HICON icon; gboolean success; if (pixbuf == NULL) return NULL; if (_gdk_win32_pixbuf_to_hicon_supports_alpha() && gdk_pixbuf_get_has_alpha (pixbuf)) success = pixbuf_to_hbitmaps_alpha_winxp (pixbuf, &ii.hbmColor, &ii.hbmMask); else success = pixbuf_to_hbitmaps_normal (pixbuf, &ii.hbmColor, &ii.hbmMask); if (!success) return NULL; ii.fIcon = is_icon; ii.xHotspot = x; ii.yHotspot = y; icon = CreateIconIndirect (&ii); DeleteObject (ii.hbmColor); DeleteObject (ii.hbmMask); return icon; } workrave-1_10_10/frontend/gtkmm/src/win32/W32StatusIcon.hh000066400000000000000000000036171263301626300232650ustar00rootroot00000000000000// W32StatusIcon.hh --- Window Notifcation Icon // // Copyright (C) 2010, 2011 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32STATUSICON_HH #define W32STATUSICON_HH #include "config.h" #include #include #include #include #include class W32StatusIcon { public: W32StatusIcon(); virtual ~W32StatusIcon(); void set(const Glib::RefPtr &pixbuf); void set_tooltip(const Glib::ustring &text); void show_balloon(std::string id, const Glib::ustring &balloon); void set_visible(bool visible = true); bool get_visible() const; bool is_embedded() const; sigc::signal signal_activate(); sigc::signal signal_balloon_activate(); sigc::signal signal_popup_menu(); private: std::string current_id; bool visible; NOTIFYICONDATAW nid; static HWND tray_hwnd; static UINT wm_taskbarcreated; void init(); void cleanup(); void add_tray_icon(); static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); sigc::signal activate_signal; sigc::signal balloon_activate_signal; sigc::signal popup_menu_signal; }; #endif // W32STATUSICON_HH workrave-1_10_10/frontend/gtkmm/src/win32/W32TrayMenu.cc000066400000000000000000000070101263301626300227120ustar00rootroot00000000000000// W32TrayMenu.cc --- Menus using W32Tray+ // // Copyright (C) 2001 - 2008, 2012, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "nls.h" #include "debug.hh" #include "W32TrayMenu.hh" #include #include #include #include #include #include #include #include "gdk/gdkwindow.h" #include #include "Util.hh" using namespace std; //! Constructor. W32TrayMenu::W32TrayMenu() : MainGtkMenu(true) { } //! Destructor. W32TrayMenu::~W32TrayMenu() { } void W32TrayMenu::post_init() { win32_popup_hack_connect(popup_menu); } void W32TrayMenu::popup(const guint button, const guint activate_time) { (void) button; if (popup_menu != NULL) { popup_menu->popup(1, activate_time); } } // /* Taken from Gaim. needs to be gtkmm-ified. */ // /* This is a workaround for a bug in windows GTK+. Clicking outside of the // menu does not get rid of it, so instead we get rid of it as soon as the // pointer leaves the menu. */ void W32TrayMenu::win32_popup_hack_connect(Gtk::Widget *menu) { TRACE_ENTER("W32TrayMenu::win32_popup_hack_connect"); GtkWidget *widget = (GtkWidget*) menu->gobj(); g_signal_connect(widget, "leave-notify-event", G_CALLBACK(win32_popup_hack_leave_enter), NULL); g_signal_connect(widget, "enter-notify-event", G_CALLBACK(win32_popup_hack_leave_enter), NULL); TRACE_EXIT(); } gboolean W32TrayMenu::win32_popup_hack_hide(gpointer data) { TRACE_ENTER("W32TrayMenu::win32_popup_hack_hide"); if (data != NULL) { gtk_menu_popdown(GTK_MENU(data)); } TRACE_EXIT(); return FALSE; } gboolean W32TrayMenu::win32_popup_hack_leave_enter(GtkWidget *menu, GdkEventCrossing *event, void *data) { TRACE_ENTER("W32TrayMenu::win32_popup_hack_leave_enter"); TRACE_MSG(event->type << " " << event->detail); (void) data; static guint hide_docklet_timer = 0; if (event->type == GDK_LEAVE_NOTIFY && (event->detail == GDK_NOTIFY_ANCESTOR || event->detail == GDK_NOTIFY_UNKNOWN)) { /* Add some slop so that the menu doesn't annoyingly disappear when mousing around */ TRACE_MSG("leave " << hide_docklet_timer); if (hide_docklet_timer == 0) { hide_docklet_timer = g_timeout_add(500, win32_popup_hack_hide, menu); } } else if (event->type == GDK_ENTER_NOTIFY && event->detail == GDK_NOTIFY_VIRTUAL) { TRACE_MSG("enter " << hide_docklet_timer); if (hide_docklet_timer != 0) { /* Cancel the hiding if we reenter */ g_source_remove(hide_docklet_timer); hide_docklet_timer = 0; } } TRACE_EXIT(); return FALSE; } workrave-1_10_10/frontend/gtkmm/src/win32/W32TrayMenu.hh000066400000000000000000000031141263301626300227250ustar00rootroot00000000000000// W32TrayMenu.hh --- Menu using W32Tray+ // // Copyright (C) 2001 - 2009, 2012 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef W32TRAYMENU_HH #define W32TRAYMENU_HH #include "config.h" #include #include #include #include #include #include #include #include "MainGtkMenu.hh" class W32TrayMenu : public MainGtkMenu { public: W32TrayMenu(); virtual ~W32TrayMenu(); virtual void post_init(); virtual void popup(const guint button, const guint activate_time); private: void win32_popup_hack_connect(Gtk::Widget *menu); static gboolean win32_popup_hack_hide(gpointer data); static gboolean win32_popup_hack_leave_enter(GtkWidget *menu, GdkEventCrossing *event, void *data); }; #endif // W32TRAYMENU_HH workrave-1_10_10/frontend/gtkmm/src/win32/dll_hell.c000066400000000000000000000112321263301626300222670ustar00rootroot00000000000000/* * dll_hell.c --- DLL hell checking * * Copyright (C) 2003, 2007, 2008 Raymond Penners * Adapted from Gaim, originally written by Herman Bloggs * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #define DLL_CONFLICT_EXTENSION ".conflict" static char msg1[] = "The following duplicate of "; static char msg2[] = " has been found in your DLL search path and will likely\x0d\x0a" "cause Workrave to malfunction:\x0d\x0a\x0d\x0a"; static char msg3[] = "\x0d\x0a\x0d\x0aWould you like to rename this DLL to "; static char msg4[] = DLL_CONFLICT_EXTENSION " in order to avoid any possible conflicts?\x0d\x0a" "\x0d\x0a" "Important: Doing so will likely cause the application that installed this DLL to stop functioning.\x0d\x0a" "You may wish to file a bug report for that application so that future versions will not\x0d\x0a" "cause this so-called \"DLL Hell\".\x0d\x0a" "\x0d\x0a" "Tip: If you do not understand what this all means, then please reinstall Workrave, but this time\x0d\x0a" "select the full installation (including the GTK+ runtime)."; #ifdef PLATFORM_OS_WIN32_NATIVE #define strcasecmp _stricmp #endif static void check_dll(char* dll, char* orig) { char tmp[MAX_PATH]; char *last; if (SearchPath(NULL, dll, NULL, MAX_PATH, tmp, &last)) { char* patha = (char*)malloc(strlen(orig) + strlen(dll) + 4); strcpy(patha, orig); strcat(patha, "\\"); strcat(patha, dll); /* Make sure that 2 paths are not the same */ if(strcasecmp(patha, tmp) != 0) { char *warning = (char*)malloc(strlen(msg1)+ strlen(msg2)+ strlen(msg3)+ strlen(msg4)+ strlen(tmp)+ (strlen(dll)*2)+4); sprintf(warning, "%s%s%s%s%s%s%s", msg1, dll, msg2, tmp, msg3, dll, msg4); if(MessageBox(NULL, warning, "Workrave Warning", MB_YESNO | MB_TOPMOST)==IDYES) { char *newname = (char*)malloc(strlen(tmp)+strlen(DLL_CONFLICT_EXTENSION)+1); /* Rename offending dll */ sprintf(newname, "%s%s", tmp, DLL_CONFLICT_EXTENSION); if(rename(tmp, newname) != 0) { MessageBox(NULL, "Error renaming file.", NULL, MB_OK | MB_TOPMOST); } else check_dll(dll, orig); free(newname); } free(warning); } free(patha); } } static void dll_hell_check_path (char* gtkpath) { HANDLE myHandle; WIN32_FIND_DATA fd; char* srchstr = (char*)malloc(strlen(gtkpath) + 8); sprintf(srchstr, "%s%s", gtkpath, "\\*.dll"); myHandle = FindFirstFile(srchstr, &fd ); if(myHandle != INVALID_HANDLE_VALUE) { check_dll(fd.cFileName, gtkpath); while(FindNextFile(myHandle, &fd)) { check_dll(fd.cFileName, gtkpath); } } free(srchstr); } static BOOL read_reg_string(HKEY key, char* sub_key, char* val_name, LPBYTE data, LPDWORD data_len) { HKEY hkey; BOOL ret = FALSE; int retv; if(ERROR_SUCCESS == RegOpenKeyEx(key, sub_key, 0, KEY_QUERY_VALUE, &hkey)) { if(ERROR_SUCCESS == (retv=RegQueryValueEx(hkey, val_name, 0, NULL, data, data_len))) ret = TRUE; else { printf("Error reading registry string value: %d\n", retv); } RegCloseKey(key); } return ret; } void dll_hell_check () { char path[MAX_PATH]; DWORD plen = MAX_PATH; int common_gtk = FALSE; BOOL gotreg; if (read_reg_string(HKEY_LOCAL_MACHINE, "SOFTWARE\\Workrave", "CommonGTK", (LPBYTE)&path, &plen)) { common_gtk = strcasecmp(path, "true")==0; } if (common_gtk) { if (!(gotreg = read_reg_string(HKEY_LOCAL_MACHINE, "SOFTWARE\\GTK\\2.0", "Path", (LPBYTE)&path, &plen))) gotreg = read_reg_string(HKEY_CURRENT_USER, "SOFTWARE\\GTK\\2.0", "Path", (LPBYTE)&path, &plen); if(gotreg) { strcat(path, "\\lib"); dll_hell_check_path (path); } } } workrave-1_10_10/frontend/gtkmm/src/win32/dll_hell.h000066400000000000000000000017311263301626300222770ustar00rootroot00000000000000/* * dll_hell.h -- DLL hell checking * * Copyright (C) 2003, 2007 Raymond Penners * Adapted from Gaim, originally written by Herman Bloggs * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef DLL_HELL_H #define DLL_HELL_H #ifdef __cplusplus extern "C" { #endif void dll_hell_check (void); #ifdef __cplusplus } #endif #endif /* DLL_HELL_H */ workrave-1_10_10/frontend/gtkmm/src/workrave-gui.xml000066400000000000000000000123751263301626300225570ustar00rootroot00000000000000 workrave-1_10_10/frontend/gtkmm/src/workrave.appdata.xml000066400000000000000000000014131263301626300233750ustar00rootroot00000000000000 workrave.desktop CC-BY-3.0 GPLv3+ Workrave Program that assists in the recovery and prevention of RSI

Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit.

http://www.workrave.org/media/base/img/screenshots/rest-break.png http://www.workrave.org/
workrave-1_10_10/frontend/gtkmm/src/workrave.desktop.in000066400000000000000000000003771263301626300232520ustar00rootroot00000000000000[Desktop Entry] Version=1.0 Name=Workrave Type=Application _Comment=Assists in the prevention and recovery of Repetitive Strain Injury (RSI) _Keywords=typing;break;timer;wrists;health;rsi; Categories=Utility;GTK;Accessibility; Exec=workrave Icon=workrave workrave-1_10_10/frontend/gtkmm/src/workrave.manifest000066400000000000000000000011061263301626300227710ustar00rootroot00000000000000 workrave-1_10_10/frontend/gtkmm/win32/000077500000000000000000000000001263301626300175565ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/win32/Makefile.am000066400000000000000000000002571263301626300216160ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = setup workrave-1_10_10/frontend/gtkmm/win32/setup/000077500000000000000000000000001263301626300207165ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/win32/setup/.gitignore000066400000000000000000000001241263301626300227030ustar00rootroot00000000000000/setup.iss /lang.iss /runtime-base /runtime-gtk /runtime-wimp /runtime-dbus /Output workrave-1_10_10/frontend/gtkmm/win32/setup/Makefile.am000066400000000000000000000004071263301626300227530ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2006, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in setup.iss lang.iss EXTRA_DIST = WizModernImage.bmp WizModernSmall.bmp SUBDIRS = src workrave-1_10_10/frontend/gtkmm/win32/setup/WizModernImage.bmp000066400000000000000000000635401263301626300243070ustar00rootroot00000000000000BM`gV(:B`aaaaaaaa`aa``a`aa`aaUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQaUUUQUUUQUUUQUUUQ`UUUQUUUQ`UUUQUUUQUUUQUUUQUU$U0UQUU$UC UUS"C UQUUEUUUP5UUTUUU$EU UQUUUUUU"4 UUUT5UUU $2%UUU@UQUUUUUR%UUUUUUUUUUUUBUUU@UQUU#EUBUUUUUUUUUUUUUUREUUPUQUU##"UUUUUUUUUUUUUUS%UD UQUUUU$UUUUUUUUUUUUUUS"22UQUUUT5UUUUUUUUUUUUUUS5UUUQUU4UUUUUUUUUUUUUURUUSUQUU"""$UUUUUUUUUUUUUUQUUUUUU"UUUUUUUUUUUUUUQUUUUUUURUUUUUUUUUUUUURUQUUUUUUUSUUUUUUUUUUUUUTUQUUEUUUUUTEUUUUUUUUUUUUU UQUUUUUUUUT%UUUUUUUUUUUUUUQUUUUUUUUU3UUUUUUUUUUUUTUQUUEUUUUUUBUUUUUUUUUUUURUQUU%UDT5UUREUUUUUUUUUUUUQaUUTPUUBUUUUUUUUUUUSUPUU ""UU"UUUUUUUUUUUUPUQUUTT5SUUUUUUUUUUUU@UPUUU$T%R5EUUUUUUUUUUU0UQUUU"T%0""$UUUUUUUUUU UPUU#""UUBEUUUUUUUURUQUU2UUR%UUUUUUU@UPUU" EUUTUUUUUUUBUQUUEU@EU05UUUUUUUU UPUU5UUS"#UUUUUUUUU UQUUUUPET5UUUUUUUUUTUQUUUSUUUUUUUUTET UQUU EUUUUUU@UQUUR5UDUU UQUUSD UQUUUQUUUQUUUQUUUQUUUQUUUQUUUQUUUQUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUQworkrave-1_10_10/frontend/gtkmm/win32/setup/WizModernSmall.bmp000066400000000000000000000031241263301626300243250ustar00rootroot00000000000000BMTN(774 4 UUUUUUUUUUUUUUUUUUUUUUUUUUUPQPPPQPPPQPPPQPPPQPPPQESPPET2EUU0$2PQUUUUUUU@%UUQDURPPUUUR#BUUUCUUURC"UUUTPQUUU"UUUUUUUUUUPEUT%UUTPP4UT%UUUUUUUUUUUUUU$UUUPQ"22%UUUUUUUUUUUUUU2UTBPPUUREUUUUUUUUUUUUUU2## PQ5UCUUUUUUUUUUUUUUU3UUPPPEUUUUUUUUUUUUUU%UU0PQ""""EUUUUUUUUUUUUQ!PP5UUUR%UUUUUUUUUUUUPPQ%UUUUU%UUUUUUUUUUUUU!PPUUUUUU5UUUUUUUUUUUUU@PQUUUUUUDUUUUUUUUUUUUURPPUUUUUUBUUUUUUUUUUUUUPPQUUUUUUS5UUUUUUUUUUUUAPPUUUUUUT%UUUUUUUUUUUU PQUTECUUU$UUUUUUUUUUUQPPE@%5UT%UUUUUUUUUUU0PQ "%UR%UUUUUUUUUUUUPP%@UCU0UUUUUUUUUUUUTPQ%REBU#TUUUUUUUUUUUSPPR%BS""EUUUUUUUUURPQ0 R%UT$UUUUUUUUU!PP UUU"UUUUUUUTPQ"UUU@UUUUUUUT!PP4UT$USUUUUUUUURPQUUQ%2 5UUUUUUUURPP%UUUCUUUUUUUUUU@PQU1EUUUUUUUUDUBPPUUUUUUTPQE#UTEURPP%0$BPQPPPQPPPQPPPQPPPQPUUUUUUUUUUUUUUUUUUUUUUUUUUUPworkrave-1_10_10/frontend/gtkmm/win32/setup/setup.iss.in000066400000000000000000000241611263301626300232070ustar00rootroot00000000000000; setup.iss --- Inno setup file ; (Important: *MUST* be DOS encoded) ; ; Copyright (C) 2002 - 2011, 2013 Raymond Penners ; Copyright (C) 2010 - 2011 Rob Caelers ; All rights reserved. ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with this program. If not, see . ; [Setup] AppName=Workrave AppVerName=Workrave @VERSION@ AppPublisher=Rob Caelers & Raymond Penners AppPublisherURL=http://www.workrave.org AppSupportURL=http://www.workrave.org AppUpdatesURL=http://www.workrave.org DefaultDirName={pf}\Workrave DefaultGroupName=Workrave LicenseFile=..\..\..\..\COPYING ;AppMutex=WorkraveMutex WizardImageFile=WizModernImage.bmp WizardSmallImageFile=WizModernSmall.bmp PrivilegesRequired=none CloseApplications=no ; uncomment the following line if you want your installation to run on NT 3.51 too. ; MinVersion=4,3.51 [Types] ;;Name: "compact"; Description: "Compact installation (excludes DBus runtime)" Name: "full"; Description: "Full installation" [Components] Name: "main"; Description: "Main Files"; Types: full; Flags: fixed ;; Types: full compact ;;Name: "dbus"; Description: "D-BUS Runtime Environment"; Types: full [Tasks] Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional tasks:"; MinVersion: 4,4 Name: "startupmenu"; Description: "Start Workrave when Windows starts"; GroupDescription: "Additional tasks:"; MinVersion: 4,4 [Dirs] ;;Name: "{app}\etc\dbus-1\session.d" [Files] Source: "..\..\..\..\common\win32\harpoon\src\Release\harpoon.dll"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs restartreplace uninsrestartdelete; Source: "..\..\..\..\common\win32\harpoon\src\Release\harpoon64.dll"; DestDir: "{app}\lib"; Check: IsWin64; Flags: ignoreversion recursesubdirs restartreplace uninsrestartdelete; Source: "..\..\..\..\common\win32\harpoonHelper\src\Release\harpoonHelper.exe"; DestDir: "{app}\lib"; DestName: "WorkraveHelper.exe"; Check: IsWin64; Flags: ignoreversion recursesubdirs restartreplace uninsrestartdelete; Source: "..\..\..\applets\win32\src\Release\workrave-applet.dll"; DestDir: "{app}\lib"; Check: (not IsWin64); Flags: ignoreversion restartreplace uninsrestartdelete regserver 32bit; Source: "..\..\..\applets\win32\src\Release\workrave-applet64.dll"; DestDir: "{app}\lib"; Check: IsWin64; Flags: ignoreversion restartreplace uninsrestartdelete regserver 64bit; ;;Source: ".\runtime-dbus\bin\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs; Components: dbus; ;;Source: ".\runtime-dbus\etc\*.*"; DestDir: "{app}\etc"; Flags: ignoreversion recursesubdirs; Components: dbus; ;;Source: ".\runtime-dbus\lib\libdbus-1.dll"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs; Source: ".\runtime-base\*.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; Source: ".\runtime-gtk\*.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; ; Components: gtk; Source: ".\runtime-wimp\*.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; ; Components: gtk; Source: "..\..\..\common\share\images\*.png"; DestDir: "{app}\share\images\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\16x16\*.png"; DestDir: "{app}\share\images\16x16"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\24x24\*.png"; DestDir: "{app}\share\images\24x24"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\32x32\*.png"; DestDir: "{app}\share\images\32x32"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\48x48\*.png"; DestDir: "{app}\share\images\48x48"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\64x64\*.png"; DestDir: "{app}\share\images\48x48"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\96x96\*.png"; DestDir: "{app}\share\images\48x48"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\128x128\*.png"; DestDir: "{app}\share\images\48x48"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\images\scalable\*.svg"; DestDir: "{app}\share\images\scalable"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\sounds\default\*.wav"; DestDir: "{app}\share\sounds\default\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\sounds\default\soundtheme"; DestDir: "{app}\share\sounds\default\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\sounds\subtle\*.wav"; DestDir: "{app}\share\sounds\subtle\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\common\share\sounds\subtle\soundtheme"; DestDir: "{app}\share\sounds\subtle\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\plugin\exercises\common\share\*.png"; DestDir: "{app}\share\exercises\"; Flags: ignoreversion recursesubdirs Source: "..\..\..\plugin\exercises\common\share\exercises.xml"; DestDir: "{app}\share\exercises\"; Flags: ignoreversion Source: "..\..\..\..\COPYING.txt"; DestDir: "{app}"; DestName: "COPYING.txt"; Flags: ignoreversion; Source: "..\..\..\..\AUTHORS.txt"; DestDir: "{app}"; DestName: "AUTHORS.txt"; Flags: ignoreversion; Source: "..\..\..\..\NEWS.txt"; DestDir: "{app}"; DestName: "NEWS.txt"; Flags: ignoreversion; Source: "..\..\..\..\README.txt"; DestDir: "{app}"; DestName: "README.txt"; Flags: ignoreversion; Source: "..\..\src\workrave.exe"; DestDir: "{app}\lib"; DestName: "Workrave.exe"; Flags: ignoreversion; Source: "src\.libs\libzapper-0.dll"; DestDir: "{app}"; #include "lang.iss" [Registry] Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Workrave.exe"; ValueType: string; ValueData: "{app}\lib\Workrave.exe"; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Workrave.exe"; ValueName: "Path"; ValueType: string; ValueData: "{code:GetAppPath}"; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: "SOFTWARE\Workrave"; ValueName: "CommonGTK"; ValueType: string; ValueData: "{code:GetCommonGtkKey}"; Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Workrave"; ValueData: "{app}\lib\Workrave.exe"; Flags: uninsdeletevalue; Tasks: startupmenu [Icons] Name: "{group}\Workrave"; Filename: "{app}\lib\Workrave.exe" Name: "{group}\News"; Filename: "{app}\NEWS.txt" Name: "{group}\Read me"; Filename: "{app}\README.txt" Name: "{group}\License"; Filename: "{app}\COPYING.txt" Name: "{group}\Uninstall"; Filename: "{uninstallexe}" Name: "{userdesktop}\Workrave"; Filename: "{app}\lib\Workrave.exe"; MinVersion: 4,4; Tasks: desktopicon Name: "{app}\Workrave"; Filename: "{app}\lib\Workrave.exe" [Run] Filename: "{app}\lib\Workrave.exe"; Description: "Launch Workrave"; Flags: nowait postinstall skipifsilent shellexec; [InstallDelete] Type: files; Name: "{userstartup}\Workrave.lnk" Type: files; Name: "{app}\share\sounds\*.wav" [Code] function FindWorkrave(): Boolean; external 'FindWorkrave@{tmp}\libzapper-0.dll stdcall delayload'; function ZapWorkrave(): Boolean; external 'ZapWorkrave@{tmp}\libzapper-0.dll stdcall delayload'; function KillProcess(name : String): Boolean; external 'KillProcess@{tmp}\libzapper-0.dll cdecl delayload'; Function FindWorkraveWithRetries() : Boolean; var retVal : Boolean; var count : Integer; begin count := 10; retVal := True; while ((count > 0) and (retVal)) do begin retVal := FindWorkrave(); if retVal then begin Sleep(100) end; count := count - 1; end; Result := retVal; end; Function EnsureWorkraveIsNotRunning() : Boolean; var retVal : Boolean; begin Result := True; try retVal := FindWorkraveWithRetries; if retVal then begin if MsgBox('Workrave is still running. Setup must close Workrave before continuing. Please click OK to continue, or Cancel to exit', mbConfirmation, MB_OKCANCEL) = IDOK then begin retVal := ZapWorkrave(); if retVal then begin retVal := FindWorkraveWithRetries(); if retVal then begin KillProcess('workrave.exe'); retVal := FindWorkrave(); end; if retVal then begin MsgBox('Failed to close Workrave. Please close Workrave manually.', mbError, MB_OK); Result := False; end end end else begin Result := False; end end; KillProcess('dbus-daemon.exe'); KillProcess('harpoonHelper.exe'); KillProcess('WorkraveHelper.exe'); except MsgBox('Failed to close Workrave. Please close Workrave manually.', mbError, MB_OK); end; end; Function InitializeSetup() : Boolean; begin ExtractTemporaryFile('libzapper-0.dll'); Result := EnsureWorkraveIsNotRunning(); end; Function InitializeUninstall() : Boolean; begin FileCopy(ExpandConstant('{app}\libzapper-0.dll'), ExpandConstant('{tmp}\libzapper-0.dll'), False); Result := EnsureWorkraveIsNotRunning(); end; function HasGtkRuntime(): Boolean; var v: String; begin Result := RegQueryStringValue(HKLM, 'Software\GTK\2.0', 'Version', v); end; function GetGtkRuntimePath(): String; var b: Boolean; begin b := RegQueryStringValue(HKLM, 'Software\GTK\2.0', 'Path', Result); if not b then begin Result := ''; end end; function IsGtkRuntimeToBeInstalled(): Boolean; var i: Integer; begin i := Pos(',gtk', WizardSelectedComponents(False)); Result := i <> 0; end; function GetCommonGtkKey(S: String): String; begin Result := 'TRUE'; if (isGtkRuntimeToBeInstalled()) then begin Result := 'FALSE'; end end; function GetAppPath(S: String): String; begin Result := WizardDirValue + '\lib'; if (not IsGtkRuntimeToBeInstalled()) then begin Result := Result + ';' + GetGtkRuntimePath() + '\lib'; end end; [Code] function IsX64: Boolean; begin Result := (ProcessorArchitecture = paX64); end; workrave-1_10_10/frontend/gtkmm/win32/setup/src/000077500000000000000000000000001263301626300215055ustar00rootroot00000000000000workrave-1_10_10/frontend/gtkmm/win32/setup/src/ChangeAutorun.c000066400000000000000000000542231263301626300244220ustar00rootroot00000000000000/* * ChangeAutorun.c - Change autorun for a new and/or existing user * * Copyright (C) 2012 Ray Satiro on behalf of the Workrave project * All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /***** * README, CHANGES REQUIRED * * This program, ChangeAutorun, is called by Active Setup to change the autorun settings for a new * and/or existing user of your program. * * Your installer should have added to its Active Setup key a StubPath value with data that will run * this program. For more information search the internet for how to configure Active Setup. * Example: * "StubPath"="\"C:\\Program Files\\Workrave\\lib\\ChangeAutorun.exe\" -b" * * Typically you'd set your Active Setup StubPath to call ChangeAutorun with 'a' or 'b' or 'u'. * Run ChangeAutorun /? for all options. * * Options 'v' and 'z' are for testing purposes and must NOT be options in your ActiveSetup StubPath. * Either of those options will routinely show MessageBoxes with information only a developer could * care about and require user input to click 'OK' to the messages, stalling explorer initialization. * * REQUIRED CHANGES * If this is not the Workrave project you MUST change everything below (until the /END block), and * not use the GUID 180B0AC5-6FDA-438B-9466-C9894322B6BA. Generate your own GUID. */ /* This is the Active Setup GUID subkey generated by your installer to store its Active Setup. */ #define ACTIVE_SETUP_GUID "{180B0AC5-6FDA-438B-9466-C9894322B6BA}" /* This is the autorun value stored in the key HKCU_AUTORUN_KEY. The value must be unique. This program will add a value of AUTORUN_VALUE to the key with data pointing to the target, eg: "Workrave"="\"C:\\Program Files\\Workrave\\lib\\workrave.exe\"" */ #define AUTORUN_VALUE "Workrave" /* This is the name of your project. It is the name that appears in this program's verbose output. */ #define PROJECT "Workrave" /* This is an HKCU key that has been set by your program after it is run by the user. It should not be a key that is set by your installer. If ChangeAutorun is run with the -b option it needs to determine whether or not the target program has previously been run by the user. It checks for the existence of this key to determine that. */ #define HKCU_PROJECT_KEY "AppEvents\\Schemes\\Apps\\Workrave" /* This is your target program's executable name, with extension, and without path. It must be in the same directory as this program. */ #define TARGET "workrave.exe" /* These are the options to pass to the target program. For example: "--somearg \"abc\" -asdf" If no options use "" */ #define TARGET_OPTIONS "" /***** * /END REQUIRED CHANGES * You shouldn't need to change anything below here. */ /***** * COMPILING * * I wrote this to create an autorun entry for an x86 target program (TARGET). When compiled x86, * and run on x86 or x64 platform it will access the 32-bit ACTIVE_SETUP_GUID, HKCU_PROJECT_KEY, etc. * * You could probably use this program with an x64 TARGET if you compile it x64, and your installer * writes to the 64-bit ACTIVE_SETUP_GUID. In that case this program should access the 64-bit keys. * I haven't tested that. If you do test it let me know what happens. * * cl /O2 /W4 /DUNICODE ChangeAutorun.c * gcc -O2 -Wall -Wextra -Wno-unknown-pragmas -Wno-unused-parameter -DUNICODE -mwindows -o ChangeAutorun.exe ChangeAutorun.c -lpsapi */ /* Disable cl unused parameter warnings */ #pragma warning( disable : 4100 ) #pragma comment( lib, "psapi.lib" ) #pragma comment( lib, "user32.lib" ) #pragma comment( lib, "advapi32.lib" ) #pragma comment( linker, "/SUBSYSTEM:WINDOWS" ) /* Define both UNICODEs before any includes. http://blogs.msdn.com/b/oldnewthing/archive/2004/02/12/71851.aspx#73016 http://en.wikibooks.org/wiki/Windows_Programming/Unicode#Unicode_Environment */ #if defined UNICODE && !defined _UNICODE #define _UNICODE #endif #if defined _UNICODE && !defined UNICODE #define UNICODE #endif #if defined _UNICODE && defined _MBCS #error Both _UNICODE and _MBCS are defined. Those defines are mutually exclusive. #endif /* Use the original GetModuleFilenameEx() location. http://msdn.microsoft.com/en-us/library/windows/desktop/ms683198.aspx */ #define PSAPI_VERSION 1 #define _CRT_SECURE_NO_WARNINGS #define _WIN32_WINNT 0x0501 /* INCLUDES */ #include #include #include #include #include /* /INCLUDES */ /* MinGW has KEY_WOW64 defines only when >= 0x502 */ #ifndef KEY_WOW64_64KEY #define KEY_WOW64_64KEY 0x0100 #endif #ifndef KEY_WOW64_32KEY #define KEY_WOW64_32KEY 0x0200 #endif #define VERBOSE_ERR(msg) VERBOSE_ERR_DATA2(msg,NULL,NULL) #define VERBOSE_ERR_DATA(msg,tstr1) VERBOSE_ERR_DATA2(msg,tstr1,NULL) #define VERBOSE_ERR_DATA2(msg,tstr1,tstr2) \ if( g_verbose ) \ show_message( __LINE__, __FUNCTION__, msg, _T("Error"), tstr1, tstr2 ) #define VERBOSE_MSG(msg) VERBOSE_MSG_DATA2(msg,NULL,NULL) #define VERBOSE_MSG_DATA(msg,tstr1) VERBOSE_MSG_DATA2(msg,tstr1,NULL) #define VERBOSE_MSG_DATA2(msg,tstr1,tstr2) \ if( g_verbose ) \ show_message( __LINE__, __FUNCTION__, msg, _T("Message"), tstr1, tstr2 ) #define HKCU_AUTORUN_KEY "Software\\Microsoft\\Windows\\CurrentVersion\\Run" /* if _UNICODE then the lengths of these global variables will be a count of wide characters in the string. if not _UNICODE then the lengths will be a count of single byte characters. lengths here will not be a count of multibyte characters even if _MBCS. */ /* The target's full image name. Initialized at runtime. Example: C:\Program Files\Workrave\lib\workrave.exe */ TCHAR *target_fullname; int length_target_fullname; /* The target's directory. Initialized at runtime. Example: C:\Program Files\Workrave\lib\ */ TCHAR *target_directory; int length_target_directory; /* The command line for the autorun entry. Initialized at runtime. Example: "C:\Program Files\Workrave\lib\workrave.exe" -whatever "some arg with spaces" -abc */ TCHAR *target_command; int length_target_command; /* Verbosity */ BOOL g_verbose = FALSE; enum users { IGNORE_THIS_TAG = -1, /* force gcc signed enum */ ALL_USERS = 0, NEW_USERS, UPDATE_EXISTING_AUTORUN_ONLY, INVALID }; /* Shows a MessageBox with information. Used by the VERBOSE_ macro functions. */ void show_message( const int line, const char *function, const TCHAR *message, const TCHAR *title, const TCHAR *data, const TCHAR *data2 ) { TCHAR *buffer = NULL; int length_buffer = 0; int max_length_buffer = 1024; if( data ) max_length_buffer += _tcslen( data ); if( data2 ) max_length_buffer += _tcslen( data2 ); buffer = malloc( ( max_length_buffer + 1 ) * sizeof( TCHAR ) ); if( !buffer ) return; length_buffer = _sntprintf( buffer, max_length_buffer, _T("%s - ChangeAutorun\n") _T("Line: %d\n") _T("Function: %hs()\n") _T("Project: ") _T(PROJECT) _T("\n") _T("\n%s") _T("%s%s\n%s"), ( ( !title || !*title ) ? _T("") : title ), line, ( ( !function || !*function ) ? "" : function ), ( ( !message || !*message ) ? _T("") : message ), ( ( data || data2 ) ? _T("\n\nRelated data:\n") : _T("") ), ( data ? data : _T("") ), ( data2 ? data2 : _T("") ) ); if( length_buffer < 0 ) length_buffer = max_length_buffer; buffer[ length_buffer ] = _T('\0'); MessageBox( 0, buffer, ( ( !title || !*title ) ? _T("") : title ), 0 ); free( buffer ); return; } /* Check if a file exists. Returns TRUE on success. */ BOOL file_exists( const TCHAR *filename ) { HANDLE hFile = NULL; hFile = CreateFile( filename, 0, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL ); if( hFile == INVALID_HANDLE_VALUE ) return FALSE; CloseHandle( hFile ); return TRUE; } /* Check if a registry key exists and can be opened for read. Returns TRUE on success. */ BOOL regkey_test_read( HKEY mainkey, const TCHAR *subkey ) { HKEY hkey = NULL; LONG ret = 0; ret = RegOpenKeyEx( mainkey, subkey, 0, STANDARD_RIGHTS_READ, &hkey ); if( ret || !hkey ) return FALSE; if( hkey ) RegCloseKey( hkey ); return TRUE; } /* Frees and zeroes all global variables except g_verbose and any const. */ void free_global_variables() { if( target_directory ) { free( target_directory ); target_directory = NULL; } length_target_directory = 0; if( target_fullname ) { free( target_fullname ); target_fullname = NULL; } length_target_fullname = 0; if( target_command ) { free( target_command ); target_command = NULL; } length_target_command = 0; return; } /* init_global_variables() Initialize all global variables except g_verbose and any const. Returns TRUE if all variables were successfully initialized. If only some variables were initialized, those that couldn't be initialized will be cleared and this function will return FALSE. */ BOOL init_global_variables() { int i = 0; TCHAR *temp = NULL; int length_target = 0; int max_length_target_command = 0; free_global_variables(); /* target_directory Get this program's path from GetModuleFileNameEx(). When using that function there's no sure way to know the exact size beforehand. */ for( i = 512; i <= 65536; i *= 2, length_target_directory = 0 ) { temp = realloc( target_directory, ( i * sizeof( TCHAR ) ) ); if( !temp ) { VERBOSE_ERR( _T("realloc() failed. Could not initialize target_directory.") ); goto cleanup; } target_directory = temp; length_target_directory = GetModuleFileNameEx( GetCurrentProcess(), NULL, target_directory, i ); if( length_target_directory && ( ( length_target_directory + 1 ) < i ) ) break; } if( !length_target_directory ) { VERBOSE_ERR( _T("GetModuleFileNameEx() failed. Could not initialize target_directory.") ); goto cleanup; } target_directory[ length_target_directory ] = _T('\0'); if( !file_exists( target_directory ) ) { VERBOSE_ERR_DATA( _T("File not found. Could not initialize target_directory."), target_directory ); length_target_directory = 0; goto cleanup; } temp = _tcsrchr( target_directory, _T('\\') ); if( !temp ) { VERBOSE_ERR_DATA( _T("Backslash not found in string. Could not initialize target_directory."), target_directory ); length_target_directory = 0; goto cleanup; } *++temp = _T('\0'); length_target_directory = temp - target_directory; /* target_fullname Append the executable name (TARGET) to target_directory. */ length_target = _tcslen( _T(TARGET) ); length_target_fullname = length_target_directory + length_target; target_fullname = malloc( ( length_target_fullname + 1 ) * sizeof( TCHAR ) ); if( !target_fullname ) { VERBOSE_ERR( _T("malloc() failed. Could not initialize target_fullname.") ); length_target_fullname = 0; goto cleanup; } temp = target_fullname; memcpy( temp, target_directory, ( length_target_directory * sizeof( TCHAR ) ) ); temp += length_target_directory; memcpy( temp, _T(TARGET), ( length_target * sizeof( TCHAR ) ) ); temp += length_target; *temp = _T('\0'); if( !file_exists( target_fullname ) ) { VERBOSE_ERR_DATA( _T("File not found. Could not initialize target_fullname."), target_fullname ); length_target_fullname = 0; goto cleanup; } /* target_command Make the target command to execute from the target_fullname and TARGET_OPTIONS */ max_length_target_command = 1024 + length_target_fullname; target_command = malloc( ( max_length_target_command + 1 ) * sizeof( TCHAR ) ); if( !target_command ) { VERBOSE_ERR( _T("malloc() failed. Could not initialize target_command.") ); length_target_command = 0; goto cleanup; } /* what follows target_fullname cannot be all trailing spaces. "\"C:\whatever.exe\" " the legacy run key will not handle that properly and would not start whatever.exe it will not start a program with trailing spaces. if there are options then trailing spaces can follow that, so this is ok: "\"C:\whatever.exe\" --arf " */ for( temp = _T(TARGET_OPTIONS); *temp == _T(' '); ++temp ) ; length_target_command = _sntprintf( target_command, max_length_target_command, _T("\"%s\"%s%s"), target_fullname, ( *temp ? _T(" ") : _T("") ), temp ); if( length_target_command < 0 ) { VERBOSE_ERR_DATA2( _T("_sntprintf() failed. Could not initialize target_command."), target_fullname, _T(TARGET_OPTIONS) ); length_target_command = 0; goto cleanup; } target_command[ length_target_command ] = _T('\0'); cleanup: if( !length_target_directory ) { free( target_directory ); target_directory = NULL; } if( !target_directory ) length_target_directory = 0; if( !length_target_fullname ) { free( target_fullname ); target_fullname = NULL; } if( !target_fullname ) length_target_fullname = 0; if( !length_target_command ) { free( target_command ); target_command = NULL; } if( !target_command ) length_target_command = 0; return( target_directory && target_fullname && target_command ); } /* add_autorun_entry() Adds an autorun entry for your program. Returns TRUE on success. if 'users' == NEW_USERS then add only if TARGET has never before been started by the user. if 'users' == ALL_USERS then add always. if 'users' == UPDATE_EXISTING_AUTORUN_ONLY then only update an existing entry. regardless of the value of 'users', if the user already has an autorun entry it is updated with the new location. To determine if your TARGET program has ever before been run by the user, this function checks for the existence of HKCU registry key HKCU_PROJECT_KEY. */ BOOL add_autorun_entry( enum users users ) { LONG ret = 0; HKEY hkey = NULL; if( !target_command ) { VERBOSE_ERR( _T("Parameter validation failed. target_command == NULL") ); return FALSE; } if( ( users < 0 ) || ( users >= INVALID ) ) { VERBOSE_ERR( _T("Parameter validation failed. users enumeration tag unrecognized.") ); return FALSE; } ret = RegCreateKeyEx( HKEY_CURRENT_USER, _T(HKCU_AUTORUN_KEY), 0, NULL, 0, ( KEY_READ | KEY_WRITE ), NULL, &hkey, NULL ); if( ret ) { VERBOSE_ERR_DATA( _T("RegCreateKeyEx() failed. The HKCU autorun key couldn't be opened for writing."), _T(HKCU_AUTORUN_KEY) ); return FALSE; } /* if the autorun value doesn't exist */ if( RegQueryValueEx( hkey, _T(AUTORUN_VALUE), NULL, NULL, NULL, NULL ) ) { /* if setting an autorun entry for new users, and the user isn't new (project key exists) */ if( ( users == NEW_USERS ) && regkey_test_read( HKEY_CURRENT_USER, _T(HKCU_PROJECT_KEY) ) ) { VERBOSE_MSG_DATA( _T("Existing project key and no existing autorun entry. No entry has been added."), _T(HKCU_PROJECT_KEY) ); return FALSE; } else if( users == UPDATE_EXISTING_AUTORUN_ONLY ) { VERBOSE_ERR( _T("No existing autorun entry to update.") ); return FALSE; } } ret = RegSetValueEx( hkey, _T(AUTORUN_VALUE), 0, REG_SZ, (const BYTE *)target_command, ( ( length_target_command + 1 ) * sizeof( TCHAR ) ) ); RegCloseKey( hkey ); if( ret ) { VERBOSE_ERR_DATA2( _T("RegSetValueEx() failed. The autorun value couldn't be written."), _T(AUTORUN_VALUE), target_command ); return FALSE; } VERBOSE_MSG_DATA( _T("The autorun data was successfully added."), target_command ); return TRUE; } /* Returns TRUE if your project's HKCU autorun entry was deleted. */ BOOL remove_autorun_entry() { LONG ret = 0; HKEY hkey = NULL; ret = RegOpenKeyEx( HKEY_CURRENT_USER, _T(HKCU_AUTORUN_KEY), 0, ( KEY_READ | KEY_WRITE ), &hkey ); if( ret || !hkey ) { VERBOSE_ERR_DATA( _T("RegOpenKeyEx() failed. The HKCU autorun key doesn't exist or couldn't be read."), _T(HKCU_AUTORUN_KEY) ); return FALSE; } ret = RegQueryValueEx( hkey, _T(AUTORUN_VALUE), NULL, NULL, NULL, NULL ); if( ret ) { if( ( ret == ERROR_FILE_NOT_FOUND ) || ( ret == ERROR_PATH_NOT_FOUND ) ) { VERBOSE_ERR_DATA( _T("The autorun value does not exist. There is nothing to delete."), _T(AUTORUN_VALUE) ); } else { VERBOSE_ERR_DATA( _T("RegQueryValueEx() failed. The value could not be read."), _T(AUTORUN_VALUE) ); } return FALSE; } ret = RegDeleteValue( hkey, _T(AUTORUN_VALUE) ); RegCloseKey( hkey ); if( ret ) { VERBOSE_ERR_DATA( _T("RegDeleteValue() failed. The autorun value doesn't exist or could not be read."), _T(AUTORUN_VALUE) ); return FALSE; } VERBOSE_MSG( _T("Your project's autorun entry was successfully deleted.") ); return TRUE; } /* Returns TRUE if your project's HKCU Active Setup key was deleted. */ BOOL remove_activesetup_entry() { BOOL deleted = FALSE; LONG ( WINAPI *pRegDeleteKeyEx )( HKEY, LPCTSTR, REGSAM, DWORD ) = NULL; TCHAR *subkey_default = _T("SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\") _T(ACTIVE_SETUP_GUID); TCHAR *subkey_wow = _T("SOFTWARE\\Wow6432Node\\Microsoft\\Active Setup\\Installed Components\\") _T(ACTIVE_SETUP_GUID); if( !RegDeleteKey( HKEY_CURRENT_USER, subkey_default ) ) deleted = TRUE; /* This one probably won't work. */ if( !RegDeleteKey( HKEY_CURRENT_USER, subkey_wow ) ) deleted = TRUE; pRegDeleteKeyEx = ( LONG ( WINAPI * )( HKEY, LPCTSTR, REGSAM, DWORD ) ) GetProcAddress( GetModuleHandleA( "Advapi32" ), ( ( sizeof( TCHAR ) == 1 ) ? "RegDeleteKeyExA" : "RegDeleteKeyExW" ) ); if( pRegDeleteKeyEx ) { if( !pRegDeleteKeyEx( HKEY_CURRENT_USER, subkey_default, KEY_WOW64_32KEY, 0 ) ) deleted = TRUE; if( !pRegDeleteKeyEx( HKEY_CURRENT_USER, subkey_default, KEY_WOW64_64KEY, 0 ) ) deleted = TRUE; } if( !deleted ) { VERBOSE_ERR_DATA( _T("Your project's Active Setup key either does not exist or could not be deleted."), subkey_default ); return FALSE; } VERBOSE_MSG( _T("Your project's Active Setup key was successfully deleted.") ); return TRUE; } /* Returns FALSE if tstring is NULL or is empty or contains only whitespace. */ BOOL param_check_tstring( const TCHAR *tstring ) { if( !tstring ) return FALSE; while( ( *tstring == _T(' ') ) || ( *tstring == _T('\t') ) ) ++tstring; return !!*tstring; } /* Returns FALSE if some string literal is empty that shouldn't be. */ BOOL check_global_literals() { BOOL pass = TRUE; #define CHECK_LITERAL(literal) \ if( !param_check_tstring( _T(literal) ) ) \ { \ pass = FALSE; \ VERBOSE_ERR_DATA( \ _T("Program to fail. tstring literal is empty or contains only whitespace."), \ _T(#literal) \ ); \ } CHECK_LITERAL( HKCU_AUTORUN_KEY ); CHECK_LITERAL( ACTIVE_SETUP_GUID ); CHECK_LITERAL( AUTORUN_VALUE ); CHECK_LITERAL( PROJECT ); CHECK_LITERAL( HKCU_PROJECT_KEY ); CHECK_LITERAL( TARGET ); /* TARGET_OPTIONS can be empty */ return pass; } void show_help() { MessageBoxA( 0, "This is a configuration tool added by this project's installer.\n" "This program is invoked by Microsoft's undocumented Active Setup.\n" "If you do not understand what this program does don't use it.\n" "\n" "ACTIVE_SETUP_GUID: " ACTIVE_SETUP_GUID "\n" "AUTORUN_VALUE: " AUTORUN_VALUE "\n" "PROJECT: " PROJECT "\n" "HKCU_PROJECT_KEY: " HKCU_PROJECT_KEY "\n" "TARGET: " TARGET "\n" "TARGET_OPTIONS: " TARGET_OPTIONS "\n" "\n" "Options:\n" "-a" "\t" "Add autorun always.\n" "-b" "\t" "Add autorun only if user has never before used your project.\n" "-d" "\t" "Remove the autorun entry.\n" "-r" "\t" "Remove the Active Setup entry.\n" "-u" "\t" "Update existing autorun entry.\n" "-v" "\t" "Be verbose. If multiple arguments this must be the first.\n" "-z" "\t" "Show each passed in argument for testing purposes.\n" "\n" "The 'Add autorun' options are mutually exclusive. Using either \n" "implies option 'u', which updates an existing autorun entry, if any.\n" "\n" "Option 'r' removes the HKCU Active Setup entry, if any, and not the\n" "HKLM Active Setup entry. What that means is Active Setup will be\n" "reset for the user, and will run the next time the user logs on.\n", "Help - ChangeAutorun", 0 ); return; } void just_testing( int argc, char **argv ) { int i = 0; for( i = 0; i < argc; ++i ) MessageBoxA( 0, argv[ i ], argv[ i ], 0 ); if( argv[ i ] ) MessageBoxA( 0, "Final argv pointer is not NULL", "WARNING", 0 ); return; } int _CRT_glob = 0; int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) { int i = 0, j = 0; int argc = 0; char **argv = NULL; SetErrorMode( ( SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX ) ); argv = __argv; argc = __argc; if( argc <= 1 ) return 1; if( argc >= 2 && ( ( argv[ 1 ][ 0 ] == '/' ) || ( argv[ 1 ][ 0 ] == '-' ) ) ) { if( ( argv[ 1 ][ 1 ] == 'v' ) || ( argv[ 1 ][ 1 ] == 'V' ) ) { g_verbose = TRUE; } else if( ( argv[ 1 ][ 1 ] == '?' ) || ( argv[ 1 ][ 1 ] == 'h' ) || ( argv[ 1 ][ 1 ] == 'H' ) ) { show_help(); return 0; } } if( !check_global_literals() ) return 1; init_global_variables(); for( i = 1; i < argc; ++i ) { if( argv[ i ][ 0 ] != '-' && argv[ i ][ 0 ] != '/' ) continue; for( j = 1; argv[ i ][ j ]; ++j ) { switch( argv[ i ][ j ] ) { case 'a': case 'A': add_autorun_entry( ALL_USERS ); break; case 'b': case 'B': add_autorun_entry( NEW_USERS ); break; case 'd': case 'D': remove_autorun_entry(); break; case 'r': case 'R': remove_activesetup_entry(); break; case 'u': case 'U': add_autorun_entry( UPDATE_EXISTING_AUTORUN_ONLY ); break; case 'z': case 'Z': just_testing( argc, argv ); break; } } } free_global_variables(); return 0; } workrave-1_10_10/frontend/gtkmm/win32/setup/src/Makefile.am000066400000000000000000000006571263301626300235510ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2006, 2011 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h) if PLATFORM_OS_WIN32 lib_LTLIBRARIES = libzapper.la libzapper_la_SOURCES = zapper.c libzapper_la_LDFLAGS = -no-undefined -version-info 0:0:0 include_HEADERS = zapper.h endif workrave-1_10_10/frontend/gtkmm/win32/setup/src/zapper.c000066400000000000000000000126561263301626300231640ustar00rootroot00000000000000#include #include #include "zapper.h" #pragma comment(lib, "user32.lib") #pragma warning(push) #pragma warning(disable:4100) //unreferenced formal parameter typedef DWORD (__stdcall *QUERYFULLPROCESSIMAGENAME)(HANDLE, DWORD, LPTSTR, PDWORD); typedef DWORD (__stdcall *GETMODULEFILENAMEEX)(HANDLE, HMODULE, LPTSTR, DWORD); typedef DWORD (__stdcall *GETMODULEBASENAME)(HANDLE, HMODULE, LPTSTR, DWORD); typedef BOOL (__stdcall *ENUMPROCESSES)(DWORD *, DWORD, DWORD *); typedef BOOL (__stdcall *ENUMPROCESSMODULES)(HANDLE, HMODULE *, DWORD, LPDWORD); static QUERYFULLPROCESSIMAGENAME pfnQueryFullProcessImageName = NULL; static GETMODULEFILENAMEEX pfnGetModuleFileNameEx = NULL; static ENUMPROCESSES pfnEnumProcesses = NULL; static ENUMPROCESSMODULES pfnEnumProcessModules = NULL; static GETMODULEBASENAME pfnGetModuleBaseName = NULL; static BOOL success = FALSE; static BOOL simulate = FALSE; BOOL CALLBACK EnumWindowsProc(HWND hwnd, long lParam) { BOOL func_retval = TRUE; DWORD processid = 0; HANDLE process_handle = NULL; char *ptr = NULL; char buf[ 2 * MAX_PATH ] = { 0, }; BOOL process_name_found = FALSE; int n = 0; n = GetClassName( hwnd, (LPSTR)buf, sizeof( buf ) - 1 ); if( n <= 0 ) goto cleanup; buf[ n ] = '\0'; if( strcmp( buf, "EggSmClientWindow" ) ) goto cleanup; if( !GetWindowThreadProcessId( hwnd, &processid ) || !processid ) goto cleanup; process_handle = OpenProcess( PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, 0, processid ); if( !process_handle ) goto cleanup; if( pfnQueryFullProcessImageName ) { DWORD buf_size = sizeof( buf ); if( pfnQueryFullProcessImageName( process_handle, 0, buf, &buf_size ) ) process_name_found = TRUE; } if( !process_name_found && pfnGetModuleFileNameEx ) { if( pfnGetModuleFileNameEx( process_handle, NULL, buf, sizeof( buf ) ) ) process_name_found = TRUE; } if( !process_name_found ) goto cleanup; ptr = strrchr( buf, '\\' ); if( !ptr || _stricmp( ptr + 1, "Workrave.exe" ) ) goto cleanup; if( !simulate ) PostMessage( hwnd, WM_ENDSESSION, 1, 0 ); success = TRUE; func_retval = FALSE; cleanup: if( process_handle ) CloseHandle( process_handle ); return func_retval; } static void FindOrZapWorkrave() { HINSTANCE psapi = NULL; HINSTANCE kernel32 = LoadLibrary("kernel32.dll"); if (kernel32 != NULL) { pfnQueryFullProcessImageName = (QUERYFULLPROCESSIMAGENAME)GetProcAddress(kernel32, "QueryFullProcessImageNameA"); } if (pfnQueryFullProcessImageName == NULL) { psapi = LoadLibrary("psapi.dll"); pfnGetModuleFileNameEx = (GETMODULEFILENAMEEX)GetProcAddress(psapi, "GetModuleFileNameExA"); } if (pfnQueryFullProcessImageName != NULL || pfnGetModuleFileNameEx != NULL) { EnumWindows(EnumWindowsProc, 0); } if (kernel32 != NULL) { FreeLibrary(kernel32); } if (psapi != NULL) { FreeLibrary(psapi); } } BOOL FindWorkrave() { success = FALSE; simulate = TRUE; FindOrZapWorkrave(); return success; } BOOL ZapWorkrave() { success = FALSE; simulate = FALSE; FindOrZapWorkrave(); return success; } BOOL KillProcess(char *proces_name_to_kill) { HINSTANCE psapi = psapi = LoadLibrary("psapi.dll"); BOOL ret = FALSE; pfnEnumProcesses = (ENUMPROCESSES)GetProcAddress(psapi, "EnumProcesses"); pfnGetModuleBaseName = (GETMODULEBASENAME)GetProcAddress(psapi, "GetModuleBaseNameA"); pfnEnumProcessModules = (ENUMPROCESSMODULES)GetProcAddress(psapi, "EnumProcessModules"); if (pfnEnumProcesses != NULL && pfnGetModuleBaseName != NULL && pfnEnumProcessModules != NULL) { DWORD i = 0; DWORD count = 0; DWORD needed = 0; DWORD *pids = NULL; BOOL ret = FALSE; do { count += 1024; pids = realloc(pids, count * sizeof(DWORD)); ret = pfnEnumProcesses(pids, count * sizeof(DWORD), &needed); } while (ret && needed > (count * sizeof(DWORD))); if (ret) { count = needed / sizeof (DWORD); for (i = 0; i < count; i++) { DWORD pid = pids[i]; HANDLE process_handle = NULL; char process_name[MAX_PATH] = ""; if (pid == 0) { continue; } process_handle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pid); if (process_handle != NULL) { HMODULE module_handle; DWORD cbNeeded; if (pfnEnumProcessModules(process_handle, &module_handle, sizeof(module_handle), &cbNeeded)) { pfnGetModuleBaseName(process_handle, module_handle, process_name, sizeof(process_name)/sizeof(char)); } if (_stricmp(process_name, proces_name_to_kill) == 0) { TerminateProcess(process_handle, (UINT)-1); CloseHandle(process_handle); break; } CloseHandle(process_handle); } } } free(pids); pids = NULL; } if (psapi != NULL) { FreeLibrary(psapi); } return ret; } #pragma warning(pop) workrave-1_10_10/frontend/gtkmm/win32/setup/src/zapper.h000066400000000000000000000003221263301626300231540ustar00rootroot00000000000000#ifndef ZAPPER_H #define ZAPPER_H __declspec(dllexport) BOOL ZapWorkrave(); __declspec(dllexport) BOOL FindWorkrave(); __declspec(dllexport) BOOL KillProcess(char *proces_name_to_kill); #endif /* ZAPPER_H */ workrave-1_10_10/frontend/plugin/000077500000000000000000000000001263301626300167735ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/Makefile.am000066400000000000000000000003131263301626300210240ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = distribution statistics exercises workrave-1_10_10/frontend/plugin/distribution/000077500000000000000000000000001263301626300215125ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/distribution/Makefile.am000066400000000000000000000002571263301626300235520ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = gtkmm workrave-1_10_10/frontend/plugin/distribution/gtkmm/000077500000000000000000000000001263301626300226315ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/distribution/gtkmm/Makefile.am000066400000000000000000000002551263301626300246670ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/000077500000000000000000000000001263301626300234205ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/Makefile.am000066400000000000000000000003441263301626300254550ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc000066400000000000000000000073761263301626300273350ustar00rootroot00000000000000// NetworkJoinDialog.cc --- NetworkJoin dialog // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DISTRIBUTION #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include #include #include #include #include "nls.h" #include "debug.hh" #include "NetworkJoinDialog.hh" #include "CoreFactory.hh" #include "IDistributionManager.hh" #include "IConfigurator.hh" #include "Util.hh" #include "GtkUtil.hh" using namespace workrave; NetworkJoinDialog::NetworkJoinDialog() : HigDialog(_("Network connect"), true, false) { TRACE_ENTER("NetworkJoinDialog::NetworkJoinDialog"); ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); // Icon std::string title_icon = Util::complete_directory ("network.png", Util::SEARCH_PATH_IMAGES); Gtk::Image *title_img = Gtk::manage(new Gtk::Image(title_icon)); Gtk::Alignment *img_aln = Gtk::manage(new Gtk::Alignment #ifdef HAVE_GTK3 (Gtk::ALIGN_START, Gtk::ALIGN_END, 0.0, 0.0)); #else (Gtk::ALIGN_LEFT, Gtk::ALIGN_TOP, 0.0, 0.0)); #endif img_aln->add(*title_img); Gtk::Label *title_lab = Gtk::manage(new Gtk::Label()); Glib::ustring text = HigUtil::create_alert_text (_("Network connect"), _("Enter the host name and port number of a computer\n" "in the network you wish to connect to.")); title_lab->set_markup(text); host_entry.set_width_chars(40); port_entry.set_range(1024, 65535); port_entry.set_increments(1, 10); port_entry.set_numeric(true); port_entry.set_width_chars(10); port_entry.set_value(dist_manager->get_port()); Gtk::Label *host_lab = Gtk::manage(new Gtk::Label(_("Host name:"))); Gtk::Label *port_lab = Gtk::manage(new Gtk::Label(_("Port:"))); // Table Gtk::Table *table = Gtk::manage(new Gtk::Table(4, 2, false)); table->set_spacings(6); title_lab->set_alignment(0.0); table->attach(*title_lab, 0, 2, 0, 1, Gtk::FILL, Gtk::SHRINK, 0, 6); GtkUtil::table_attach_left_aligned(*table, *host_lab, 0, 1); GtkUtil::table_attach_left_aligned(*table, host_entry, 1, 1); GtkUtil::table_attach_left_aligned(*table, *port_lab, 0, 2); GtkUtil::table_attach_left_aligned(*table, port_entry, 1, 2); // Page Gtk::HBox *page = Gtk::manage(new Gtk::HBox(false, 12)); page->pack_start(*img_aln, false, true, 0); page->pack_start(*table, false, true, 0); get_vbox()->pack_start(*page, false, false, 0); add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK); show_all(); TRACE_EXIT(); } //! Destructor. NetworkJoinDialog::~NetworkJoinDialog() { TRACE_ENTER("NetworkJoinDialog::~NetworkJoinDialog"); TRACE_EXIT(); } std::string NetworkJoinDialog::get_connect_url() { std::string peer = "tcp://" + host_entry.get_text() + ":" + port_entry.get_text(); return peer; } #endif workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.hh000066400000000000000000000024431263301626300273350ustar00rootroot00000000000000// NetworkJoinDialog.hh --- NetworkJoin Dialog // // Copyright (C) 2002, 2003, 2004, 2006, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef NETWORKJOINDIALOG_HH #define NETWORKJOINDIALOG_HH #include #include #include "preinclude.h" #include "Hig.hh" #include #include namespace workrave { class IDistributionManager; } class TimeEntry; class NetworkJoinDialog : public HigDialog { public: NetworkJoinDialog(); ~NetworkJoinDialog(); std::string get_connect_url(); private: Gtk::Entry host_entry; Gtk::SpinButton port_entry; }; #endif // NETWORKJOINWINDOW_HH workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc000066400000000000000000000074231263301626300271500ustar00rootroot00000000000000// NetworkLogDialog.cc --- NetworkLog dialog // // Copyright (C) 2002, 2003, 2006, 2007, 2008, 2011 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DISTRIBUTION #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include #include "nls.h" #include "debug.hh" #include "NetworkLogDialog.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "IDistributionManager.hh" #include "Util.hh" NetworkLogDialog::NetworkLogDialog() #ifdef HAVE_GTK3 : Gtk::Dialog(_("Network log"), false) #else : Gtk::Dialog(_("Network log"), false, true) #endif { TRACE_ENTER("NetworkLogDialog::NetworkLogDialog"); set_default_size(600, 400); text_buffer = Gtk::TextBuffer::create(); text_view = Gtk::manage(new Gtk::TextView(text_buffer)); text_view->set_cursor_visible(false); text_view->set_editable(false); scrolled_window.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); scrolled_window.add(*text_view); Gtk::HBox *box = Gtk::manage(new Gtk::HBox(false, 6)); box->pack_start(scrolled_window, true, true, 0); get_vbox()->pack_start(*box, true, true, 0); add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE); show_all(); TRACE_EXIT(); } //! Destructor. NetworkLogDialog::~NetworkLogDialog() { TRACE_ENTER("NetworkLogDialog::~NetworkLogDialog"); ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { dist_manager->remove_log_listener(this); } TRACE_EXIT(); } void NetworkLogDialog::distribution_log(std::string msg) { Gtk::TextIter iter = text_buffer->end(); iter = text_buffer->insert(iter, msg); #ifdef HAVE_GTK3 Glib::RefPtr a = scrolled_window.get_vadjustment(); #else Gtk::Adjustment *a = scrolled_window.get_vadjustment(); #endif a->set_value(a->get_upper()); } void NetworkLogDialog::init() { ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); Gtk::TextIter iter = text_buffer->end(); if (dist_manager != NULL) { list logs = dist_manager->get_logs(); for (list::iterator i = logs.begin(); i != logs.end(); i++) { iter = text_buffer->insert(iter, (*i)); } dist_manager->add_log_listener(this); #ifdef HAVE_GTK3 Glib::RefPtr a = scrolled_window.get_vadjustment(); #else Gtk::Adjustment *a = scrolled_window.get_vadjustment(); #endif a->set_value(a->get_upper()); } } int NetworkLogDialog::run() { TRACE_ENTER("NetworkLogDialog::run") init(); show_all(); TRACE_EXIT(); return 0; } void NetworkLogDialog::on_response(int response) { (void) response; TRACE_ENTER("NetworkLogDialog::on_response") ICore *core = CoreFactory::get_core(); IDistributionManager *dist_manager = core->get_distribution_manager(); if (dist_manager != NULL) { dist_manager->remove_log_listener(this); } TRACE_EXIT(); } #endif workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.hh000066400000000000000000000030121263301626300271500ustar00rootroot00000000000000// NetworkLogDialog.hh --- Network Log Dialog // // Copyright (C) 2002, 2003, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef NETWORKLOGDIALOG_HH #define NETWORKLOGDIALOG_HH #include #include "preinclude.h" #include class TimeEntry; #include #include #include using namespace std; namespace Gtk { class TextView; } #include "DistributionLogListener.hh" using namespace workrave; class NetworkLogDialog : public Gtk::Dialog, public DistributionLogListener { public: NetworkLogDialog(); ~NetworkLogDialog(); int run(); private: void init(); void distribution_log(string msg); void on_response(int response); Gtk::TextView *text_view; Gtk::ScrolledWindow scrolled_window; Glib::RefPtr text_buffer; }; #endif // NETWORKLOGWINDOW_HH workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc000066400000000000000000000345761263301626300301730ustar00rootroot00000000000000// NetworkPreferencePage.cc --- Preferences widgets for a timer // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2010, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_DISTRIBUTION #include "preinclude.h" #include "nls.h" #include "debug.hh" #include #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include #include #include #include #include #include #include "NetworkPreferencePage.hh" #include "Hig.hh" #include "GtkUtil.hh" #include "ICore.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "IDistributionManager.hh" NetworkPreferencePage::NetworkPreferencePage() : Gtk::VBox(false, 6) { TRACE_ENTER("NetworkPreferencePage::NetworkPreferencePage"); Gtk::Notebook *tnotebook = Gtk::manage(new Gtk::Notebook()); tnotebook->set_tab_pos(Gtk::POS_TOP); ICore *core = CoreFactory::get_core(); dist_manager = core->get_distribution_manager(); assert(dist_manager != NULL); create_general_page(tnotebook); create_peers_page(tnotebook); create_advanced_page(tnotebook); init_page_values(); pack_start(*tnotebook, true, true, 0); tnotebook->show_all(); tnotebook->set_current_page(0); TRACE_EXIT(); } NetworkPreferencePage::~NetworkPreferencePage() { TRACE_ENTER("NetworkPreferencePage::~NetworkPreferencePage"); TRACE_EXIT(); } void NetworkPreferencePage::create_general_page(Gtk::Notebook *tnotebook) { // Main switch enabled_cb = Gtk::manage(new Gtk::CheckButton()); Gtk::Label *ena_lab = Gtk::manage(GtkUtil::create_label(_("Enable networking"), true)); enabled_cb->add(*ena_lab); // Identity HigCategoryPanel *id_frame = Gtk::manage(new HigCategoryPanel(*enabled_cb)); username_entry = Gtk::manage(new Gtk::Entry()); password_entry = Gtk::manage(new Gtk::Entry()); id_frame->add_label(_("Username:"), *username_entry); id_frame->add_label(_("Password:"), *password_entry); password_entry->set_visibility(false); password_entry->set_invisible_char('*'); // Server switch listening_cb = Gtk::manage(new Gtk::CheckButton()); Gtk::Label *listening_lab = Gtk::manage(GtkUtil::create_label(_("Allow incoming connections"), true)); listening_cb->add(*listening_lab); id_frame->add_widget(*listening_cb); id_frame->set_border_width(12); tnotebook->append_page(*id_frame, _("General")); enabled_cb->signal_toggled().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_enabled_toggled)); username_entry->signal_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_username_changed)); password_entry->signal_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_password_changed)); listening_cb->signal_toggled().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_listening_toggled)); } void NetworkPreferencePage::create_advanced_page(Gtk::Notebook *tnotebook) { HigCategoryPanel *advanced_frame = Gtk::manage(new HigCategoryPanel(_("Server settings"))); advanced_frame->set_border_width(12); port_entry = Gtk::manage(new Gtk::SpinButton()); attempts_entry = Gtk::manage(new Gtk::SpinButton()); interval_entry = Gtk::manage(new Gtk::SpinButton()); port_entry->set_range(1024, 65535); port_entry->set_increments(1, 10); port_entry->set_numeric(true); port_entry->set_width_chars(10); attempts_entry->set_range(0, 100); attempts_entry->set_increments(1, 10); attempts_entry->set_numeric(true); attempts_entry->set_width_chars(10); interval_entry->set_range(1, 3600); interval_entry->set_increments(1, 10); interval_entry->set_numeric(true); interval_entry->set_width_chars(10); advanced_frame->add_label(_("Server port:"), *port_entry); advanced_frame->add_label(_("Reconnect attempts:"), *attempts_entry); advanced_frame->add_label(_("Reconnect interval:"), *interval_entry); advanced_frame->set_border_width(12); tnotebook->append_page(*advanced_frame, _("Advanced")); port_entry->signal_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_port_changed)); interval_entry->signal_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_interval_changed)); attempts_entry->signal_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_attempts_changed)); } void NetworkPreferencePage::create_peers_page(Gtk::Notebook *tnotebook) { Gtk::VBox *gp = Gtk::manage(new Gtk::VBox(false, 6)); gp->set_border_width(6); // Info text const char *label = _("The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit."); Gtk::HBox *infohbox = Gtk::manage(new Gtk::HBox(false, 6)); Gtk::Label *info_lab = Gtk::manage(new Gtk::Label(label)); infohbox->pack_start(*info_lab, false, false, 0); gp->pack_start(*infohbox, false, false, 0); // Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 6)); peers_list = Gtk::manage(new Gtk::TreeView()); peers_store = Gtk::ListStore::create(peers_columns); peers_list->set_model(peers_store); peers_list->set_rules_hint(); // create tree view Glib::RefPtr selection = peers_list->get_selection(); selection->set_mode(Gtk::SELECTION_MULTIPLE); Gtk::CellRendererText *renderer = NULL; Gtk::TreeViewColumn *column = NULL; int cols_count = 0; renderer = Gtk::manage(new Gtk::CellRendererText()); cols_count = peers_list->append_column(_("Host name"), *renderer); column = peers_list->get_column(cols_count-1); column->add_attribute(renderer->property_text(), peers_columns.hostname); column->set_resizable(true); renderer->property_editable().set_value(true); renderer->signal_edited().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_hostname_edited)); peers_list->set_search_column(peers_columns.hostname.index()); renderer = Gtk::manage(new Gtk::CellRendererText()); cols_count = peers_list->append_column(_("Port"), *renderer); column = peers_list->get_column(cols_count-1); column->add_attribute(renderer->property_text(), peers_columns.port); column->set_resizable(true); renderer->property_editable().set_value(true); renderer->signal_edited().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_port_edited)); Gtk::ScrolledWindow *peers_scroll = Gtk::manage(new Gtk::ScrolledWindow()); peers_scroll->add(*peers_list); Gtk::VBox *peersvbox = Gtk::manage(new Gtk::VBox(true, 6)); peersvbox->pack_start(*peers_scroll, true, true, 0); hbox->pack_start(*peersvbox, true, true, 0); peers_store->signal_row_changed().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_row_changed)); peers_store->signal_row_inserted().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_row_changed)); peers_store->signal_row_deleted().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_row_deleted)); // Buttons remove_btn = Gtk::manage(new Gtk::Button(Gtk::Stock::REMOVE)); remove_btn->signal_clicked().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_peer_remove)); add_btn = Gtk::manage(new Gtk::Button(Gtk::Stock::ADD)); add_btn->signal_clicked().connect(sigc::mem_fun(*this, &NetworkPreferencePage::on_peer_add)); Gtk::VBox *btnbox= Gtk::manage(new Gtk::VBox(false, 6)); btnbox->pack_start(*add_btn, false, false, 0); btnbox->pack_start(*remove_btn, false, false, 0); hbox->pack_start(*btnbox, false, false, 0); gp->pack_start(*hbox, true, true, 0); create_model(); gp->show_all(); gp->set_border_width(12); tnotebook->append_page(*gp, _("Hosts")); } void NetworkPreferencePage::create_model() { // #ifdef PLATFORM_OS_WIN32 // // FIXME: this seems to avoid a crash on windows...bug #791 // Gtk::ListStore *store = peers_store.operator->(); // printf("%x\n", store); // #endif list peers = dist_manager->get_peers(); for (list::iterator i = peers.begin(); i != peers.end(); i++) { const string peer = *i; if (peer != "") { Gtk::TreeIter iter = peers_store->append(); Gtk::TreeRow row = *iter; string hostname, port; parse_peers(peer, hostname, port); row[peers_columns.hostname] = hostname; row[peers_columns.port] = port; } } } void NetworkPreferencePage::parse_peers(const string &peer, string &hostname, string &port) { hostname = ""; port = ""; std::string::size_type pos = peer.find("tcp://"); if (pos != std::string::npos) { hostname = peer.substr(6); pos = hostname.rfind(":"); if (pos != std::string::npos) { port = hostname.substr(pos + 1); hostname = hostname.substr(0, pos); } } } void NetworkPreferencePage::init_page_values() { // Master enabled switch. bool enabled = dist_manager->get_enabled(); enabled_cb->set_active(enabled); // Server enabled switch. bool listening = dist_manager->get_listening(); listening_cb->set_active(listening); // Username. string str = dist_manager->get_username(); username_entry->set_text(str); // Password str = dist_manager->get_password(); password_entry->set_text(str); // Port int value = dist_manager->get_port(); port_entry->set_value(value); // Attempts value = dist_manager->get_reconnect_attempts(); attempts_entry->set_value(value); // Interval value = dist_manager->get_reconnect_interval(); interval_entry->set_value(value); } void NetworkPreferencePage::on_enabled_toggled() { bool enabled = enabled_cb->get_active(); dist_manager->set_enabled(enabled); listening_cb->set_sensitive(enabled); } void NetworkPreferencePage::on_listening_toggled() { bool listening = listening_cb->get_active(); dist_manager->set_listening(listening); } void NetworkPreferencePage::on_username_changed() { string name = username_entry->get_text(); dist_manager->set_username(name); } void NetworkPreferencePage::on_password_changed() { string pw = password_entry->get_text(); dist_manager->set_password(pw); } void NetworkPreferencePage::on_port_changed() { int value = (int) port_entry->get_value(); dist_manager->set_port(value); } void NetworkPreferencePage::on_interval_changed() { int value = (int) interval_entry->get_value(); dist_manager->set_reconnect_interval(value); } void NetworkPreferencePage::on_attempts_changed() { int value = (int) attempts_entry->get_value(); dist_manager->set_reconnect_attempts(value); } void NetworkPreferencePage::on_peer_remove() { TRACE_ENTER("NetworkPreferencePage::on_peer_remove"); Glib::RefPtr selection = peers_list->get_selection(); const Gtk::TreeSelection::SlotForeachIter& slot = sigc::mem_fun(*this, &NetworkPreferencePage::remove_peer); selection->selected_foreach_iter(slot); Glib::RefPtr new_store = Gtk::ListStore::create(peers_columns); typedef Gtk::TreeModel::Children type_children; type_children children = peers_store->children(); for (type_children::iterator iter = children.begin(); iter != children.end(); ++iter) { Gtk::TreeModel::Row row = *iter; Glib::ustring hostname = row[peers_columns.hostname]; Glib::ustring port = row[peers_columns.port]; if (hostname != "" || port != "") { Gtk::TreeRow new_row = *(new_store->append()); new_row[peers_columns.hostname] = hostname; new_row[peers_columns.port] = port; } } peers_store = new_store; peers_list->set_model(peers_store); TRACE_EXIT(); } void NetworkPreferencePage::on_peer_add() { TRACE_ENTER("NetworkPreferencePage::on_peer_add"); stringstream ss; int port = (int) port_entry->get_value(); ss << port; Gtk::TreeModel::iterator iter = peers_store->append(); Gtk::TreeModel::Row row = *iter; row[peers_columns.hostname] = ""; row[peers_columns.port] = ss.str(); TRACE_EXIT(); } void NetworkPreferencePage::remove_peer(const Gtk::TreeModel::iterator &iter) { Gtk::TreeModel::Row row = *iter; Glib::ustring s = row[peers_columns.hostname]; row[peers_columns.hostname] = ""; row[peers_columns.port] = ""; } void NetworkPreferencePage::on_row_changed(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter) { (void) path; (void) iter; update_peers(); } void NetworkPreferencePage::on_row_deleted(const Gtk::TreeModel::Path& path) { (void) path; update_peers(); } void NetworkPreferencePage::on_hostname_edited(const Glib::ustring& path_string, const Glib::ustring& new_text) { GtkTreePath *gpath = gtk_tree_path_new_from_string (path_string.c_str()); Gtk::TreePath path(gpath); /* get toggled iter */ Gtk::TreeRow row = *(peers_store->get_iter(path)); row[peers_columns.hostname] = new_text; } void NetworkPreferencePage::on_port_edited(const Glib::ustring& path_string, const Glib::ustring& new_text) { GtkTreePath *gpath = gtk_tree_path_new_from_string (path_string.c_str()); Gtk::TreePath path(gpath); /* get toggled iter */ Gtk::TreeRow row = *(peers_store->get_iter(path)); row[peers_columns.port] = new_text; } void NetworkPreferencePage::update_peers() { string peers; bool first = true; typedef Gtk::TreeModel::Children type_children; type_children children = peers_store->children(); for (type_children::iterator iter = children.begin(); iter != children.end(); ++iter) { Gtk::TreeModel::Row row = *iter; Glib::ustring hostname = row[peers_columns.hostname]; Glib::ustring port = row[peers_columns.port]; if (!first) { peers += ","; } if (hostname != "" && port != "") { peers += "tcp://" + hostname + ":" + port; first = false; } } dist_manager->set_peers(peers); } #endif workrave-1_10_10/frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.hh000066400000000000000000000057461263301626300302020ustar00rootroot00000000000000// NetworkPreferencesPage.hh --- Preferences for network // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2010, 2013 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef NETWORKPREFERENCEPAGE_HH #define NETWORKPREFERENCEPAGE_HH #include #include #include "preinclude.h" #include #include class Configurator; namespace workrave { class IDistributionManager; } namespace Gtk { class Label; class Entry; class CheckButton; class SpinButton; class Button; class Notebook; } #include using namespace workrave; class NetworkPreferencePage : public Gtk::VBox { public: NetworkPreferencePage(); ~NetworkPreferencePage(); private: void init_page_values(); void create_general_page(Gtk::Notebook *tnotebook); void create_advanced_page(Gtk::Notebook *tnotebook); void create_peers_page(Gtk::Notebook *tnotebook); void create_model(); void on_enabled_toggled(); void on_listening_toggled(); void on_username_changed(); void on_password_changed(); void on_port_changed(); void on_interval_changed(); void on_attempts_changed(); void on_peer_remove(); void on_peer_add(); void on_row_changed(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter); void on_row_deleted(const Gtk::TreeModel::Path& path); void on_hostname_edited(const Glib::ustring& path_string, const Glib::ustring& new_text); void on_port_edited(const Glib::ustring& path_string, const Glib::ustring& new_text); void update_peers(); void remove_peer(const Gtk::TreeModel::iterator &iter); void parse_peers(const std::string &peer, std::string &hostname, std::string &port); IDistributionManager *dist_manager; Gtk::Entry *username_entry; Gtk::Entry *password_entry; Gtk::CheckButton *enabled_cb; Gtk::CheckButton *listening_cb; Gtk::SpinButton *port_entry; Gtk::SpinButton *attempts_entry; Gtk::SpinButton *interval_entry; Gtk::Button *remove_btn; Gtk::Button *add_btn; struct ModelColumns : public Gtk::TreeModelColumnRecord { Gtk::TreeModelColumn hostname; Gtk::TreeModelColumn port; ModelColumns() { add(hostname); add(port); } }; Gtk::TreeView *peers_list; Glib::RefPtr peers_store; ModelColumns peers_columns; }; #endif // NETWORKPREFERENCEPAGE_HH workrave-1_10_10/frontend/plugin/exercises/000077500000000000000000000000001263301626300207655ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/Makefile.am000066400000000000000000000002671263301626300230260ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = common gtkmm workrave-1_10_10/frontend/plugin/exercises/common/000077500000000000000000000000001263301626300222555ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/common/Makefile.am000066400000000000000000000002631263301626300243120ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src share workrave-1_10_10/frontend/plugin/exercises/common/share/000077500000000000000000000000001263301626300233575ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/common/share/.gitignore000066400000000000000000000000171263301626300253450ustar00rootroot00000000000000/exercises.xml workrave-1_10_10/frontend/plugin/exercises/common/share/Makefile.am000066400000000000000000000007461263301626300254220ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2003, 2008 Raymond Penners # MAINTAINERCLEANFILES = Makefile.in DISTCLEANFILES = exercises.xml exercisesdir = $(pkgdatadir)/exercises exercises_DATA = $(wildcard $(srcdir)/*.png) exercises.xml xmldir = $(exercisesdir) xml_in_files = exercises.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) @INTLTOOL_XML_RULE@ EXTRA_DIST = ${exercises_DATA} $(xml_in_files) $(xml_DATA) workrave-1_10_10/frontend/plugin/exercises/common/share/backward-shoulder-stretch.png000066400000000000000000000304361263301626300311460ustar00rootroot00000000000000PNG  IHDR2PLTE!}uK$B`]M<9¾c#%"8@F݄쌸*=겖Liin^UuܣoZݰ΋l6O130ȩם{~UCק-8?sA 6CQ6$%I..@TS6Pj+'-)6F輞!+5+ V:+bK"5I.AV'6+,*-*Hgۊ;//g^^͟Yss[KQkG7}QONB.# "Ġp%-##d_Y_OFMBLşԢ(@Yknk7960I&"! ;Z'륄"3))!/>b¥x]JGFٔuڵñR\jq^eh(;O ;({~{.*)iR>@>|oh,D]x#86@+:⾯^@2C?>a;RgJVWӐp3Lf L?@- ʟ~{qј{8430[ pHYs  ~tIME+=2 IDATxTzcM'$$[ބ5hu7\KQMkV@F). 1L! p$\ԍz*9T0 (r֥}6f<7xo glf7V3-7Qߢ-7Qߢ-7Qߢ-7Q3^EfWetElT?Xg`IU<?=?K_~'h ))^ :5[tsϭ?t BXdM/M3_I{l18ǡ5ngt6g8|zojN Zl6=phh/8 o$SXi R̻b[1X)a aaFQrƉA2:aU<T<FOۻnŒ["y.WApu; /TR 0NF8 F^kJHaJjSН5=&)]Igְ 籹^f%g#ni\n kYngTjtZ['56FX.J[UEc&JETS[rz68`FW9O3]ggaeY{ݩ1H=S`0]gsosqVr^sa0;t?&c¾Ao<%]n^X;y x~1I=JY۱|]h,cYc[mv1\Co$~1I\|9k` 2^Xs<6DjV}OGG. L'(rUe~߳v-1xD`w#88ؠ{ftFXk菭=ȾP "(H.VNQyhh$R{׭; a=C_N K`7E'ȎYQ8V%2\ VyF`7BkmZ}F:?ݩ::1ٟ Ayevf\(;6> λM8D-x]6C|>`SȚe=4AkIc0z,.n7deo*3]LGZQbڦ'mu8 X(?ߟR>0Y,}n@YitN+h}{ǂzL=yg%A{n/IJ+ľBF45ڕ靑LYy==yA*@߼pJR \ʚ`޳kjB:3?CO$; q )UP5tмy 8pzMgwreeU!;^pB q9>qssRZ[//߽ aX&I;Uc ˨>}|@'5R-Mݧ_'׵'#&'Cx"RgZw^A\xz|^91GCtP]n6 u:5' [AGɏ΅^pz:KPf QG}r .79͌~\^ QrZπ_o7NXxo6x#iNI[ az_zwlN'OȡԄz=GȱǷ~? oxiuZ;3!:uO=`.1 K2{?+n׽cx N@4롣 --?z}o;uvyLsً~ߚ>P1>cVtW Nu0(EǷBѮˈ&< 58RnzEAEJ:A? ?*xG w :[SD5J[@\sSIHٕO!+j:y}4SD*V'sB/*]v|k+{{x x]&Gtnjܠ2+ >;ci((tq)$\ߒ | )NexXѥK 3HLݹ9%b$!~BG >LvL'xBHQOefT \j+zz)GDv>aXQab^-U'&ݽ#jM&jW{eHmQQbuKKnL^b9c` *3+*(N A(# ExY_tV5n9 ܮD|tƒLЏc.6~)He#xG-==N~V`9ֺ>5^刧-%5`~}􁙏0lX͛OWBCēdLjWSC2ѩ)]fW`ebZۻ8i#d{(AMSD"KOz̎2=?Nm8wI҉ͧ!sGuy@9})˸BE, rW*MFPSC_#KБ]aqIm 4D/FIvX X颧_Jm&us(s { VxKCбWBMCϭ(Qvdf" bV6쬿"^,H9|ՇB˾ p %RnJݟ1 <+Rw^SULvze\S7؏( +y% [%7LvΩgx S?RA~' y} ۡЉjTtvy}D[G`CIn}B^_uQ!f:W7=tf@%'^ Xp<<b\&@Cn3G |OPYQ| jw;v\p?!Y=x]}4aIE}s̋Ŧ5A ʆL[9 Xʧa2F9+d3exQCesp^.D{zsH镕D#c,IOϝ{,$вp? [q2׏C? q/9^I˾5>])2z^H_mxeULjM=YE3} >W3'tuDzԹv,_ޓę*EjM=;M#_8}@C&xOx}D܋kִ7A3>`5)_Fnt\|D!O8zp(=@qᑑ/Vv-]9+̛68NV"sR4ph2Cm)GRԀW>q~_Xu.Cs +1 4F<ْLPv'LDo<80odɫK:cEQyZII݃OmKN~;݀Zs(Okj6C>rt.'2i 8}Y7)O 萦2Y]l1 e7e$>C?CdF;w<_R}%/'m37ASTgu/ K]Cs\f%dٺp{(LUU3gअX"ߠn߈Z@Cҝ:hq{$?I$nS_;ۙWL{^O{>3!0Դ#ug&1hG>T@ m-T53*“D<~ٞeM1&=5E Y.<{Idz2LrS7v6 :|x;{VrbCC";}tT?_"n?*[֔$;]"4CY A_=}RA-#>&pzwr[԰'U!qRW}$݇zL>9>R}8pJdy̞/(ӝtяAo8T?,fZ*\H?/Ky!yxtrݐ(;=t- {VSƾđa>Q k>Z;wJ譩)pnR/.S*SLg>SFNO J\}SŷGy7!w 4 Ӑ*r:3P'|VmFbF<~ }rձgr_]55,:蕛7$Mr+3F} %ħ.Kӧ*ǗT;?1l+\ܤ|(Z8EC9a>5P*Li^_k:twZ).^m se uv-;]uOѿ<*?`݃-N.uݡ-/b)ݞ^QgU~N;DBo*o=uŎ$3|޾WPh lN77~bFFF4V:e<,vT~ɳ0}('yrBƠSy?Ьw%?_]7}- :,s,7~ae8EW.Xt+5]-{'Џ_Ws^5 U\!e~S$<=jb5#5 u{[ 5ͥu8gU 儛e}).6M-PsyxكZN6.@|uʕ񓛰%wN@K]_]j+.\Ye>tv= >kʃ 8} &M&6N [\^2GZ,t7#J^!KqzNoQѯ(jp: #=Z_D/W?ՐQU֝8{?!S_p~L+@?Pr?~k<cjtɒ%uKK}y=frO6t-K!p5̋\`~|xI]0~|\ IDAT|H XچzKI~ڪedHߞH 9ͽ ..%uWI3^g~9nY?U8JR}ֶ^` ,,Gn(vK;>?#(ml?.-5˷>IߜJQQ KKI{F> lCJnZVUFnV~ǂ>}5:}{۰cbX$?Ѱ |Oǿ'pjz>tR<сl;>b!GMU@P+[QWZq}uio2 {u&KO!ϤnT~0\TTR¾='iS\N0·`=Cs3@X7 ln!#r;eYU^Yg~,rm79>+Vv r3n!%øMݝy9m̔>K\3<6=#;n&c4de ;/ )gaK(\e@v//7Cͅ 9y%Pgj<:n]Q9|xHpPV'o^ClwwgqXHۘ)E}Q_.̮pz뫫: qgk3rtyѶF'Z8O@ċ=ڷ;e͛6+[3'ɛpنz8tj17%~y]Hѵة"5>(ykkr@o6Y,tq e[{ō_y`v,rDd4h29fƻiU7!((1/֗iѕЩɮl`?o!܄@C1cʈOd}U=JS>숈r>gZw wT䎐 #`^dxxxb[agob okOnJ>D yOSpS2,L(Hrܘ{uËV,]J+V@nXrv=??i]t`ǔK>uq;ѫx3S?$m=vnjԉ,)t BB | 1Qf_9ט"ܽfYĆSx`9M!軠۷Oܟz>0&yᖬȯCʺg!s>Lٳg4^ifʡG`G&i}SqӏsXL=fHעˋ2dզAƼuYrky6io'Cq2c۶mm?_eofy8ҔAOMSkw,&:o*=|h-}Kfl۸}'X^|Q3dZE=yM!͐K.͖gg06Y1L|ڴ)+r)'pST~DמD}Nr(.7ۊB=8Mk"[͌ [[>T9޼_;QPreq`{Oqx[G`͌s`pӟo%Kp'/&IA%ܖk{DXWQc1 3 U&('O}DkmMpS 8,o =9Fxnx8HE0G̹Cf'nm-/OA`oZp7V/.9yR+fbpE‹uK^\^s Z`o͋MI_/g9d5c(q`97uVg߼Q|_JoGmfA'f۱-[N,>i^[oU{]9Q}$aTZG޷YXXS(u+숥z-&]^ѡv p]9}vo-$ ^ܩ"R]UKD}u c0@ɽx4;̷t^oM:g<:3q]5Л z-Е[C67xs@u7|*L }!]o}%Ⱦ("Tq97no^/u+_+){Vĕ7X3p@c`ۋOǘFKw 5ˢ_j:|,Q.REF-=5 ƹ^ƣz[NB}ޫ+裆>GE 8 xb[B4!ٗ[mRy)-}O_Mݧ)i`__vB\G:Ыe8߆>g&ںNCW4q.니 6Ī3Kms .fS<X-Vm tENtҔƅ+(tQ>']yoQ`huyL)UU]XHg\+KqPh^oCtP_#?ysEEeWG,C_9Ti\~ ?6c>ȑN7r\ݴw9Ug/՟,/}X?*3M w4731%CG8^_Mgtw4;5WNVD諛[Jetܬ ^JrJ/ʙIly)nf/#dk[n~Kn(OrxUt5OiHḺmC/~Y\(":0 ~ ٢ M:pWp +7DE {c*{* [[Il*Q׍~J]r*vVżFgY5dFI r ZojOeѯ({сXyC*qA#7Tz;N+x:ّظ 3G~ @&OR}%N3I4%f6~t/9n1 >L2dW]xtZ@tڷ2)ӝdqvǶyFJZL)ߨT6</@|WIL`ro =9=(7GW p{jVܶ[׶a5%M^ٚ'Mk$G|UW a+iٽyo/_hki͕DO:;:86. - "    " ><;<=>:<>;:86. - "    " ><;<=>H Q;975 . + $ % & ( + .=<1:9B:<  $ $ $ $}}>>d Drop-Shadow     Id  d ) @@@V7  5 291# 28[lfP8$ - "LoR8$ *,Z«oR8$ ' +:<6?fīoR8$ $5Xprc\vīoQ6 ,Xèd@!  ;pɱ̮Z0 +::, >qɱ̮Z05XppX9)4Zèd@! ,XZ4):Yprc\vūoQ6 :pǦq>!-:<6?fūoR9$ ;pǦp;-[ëoR9%  -XX, "MoR9%  7XppX58[mfQ9% BE5 ,::,  292# "tZ5  $~O&'b28a2:H&;;t 192 fm[8M" Z-ѡf?6<:+ v\crqX5 X/,::񸘗ǦrC/;YppݸǧtKB^ܱ^BKtةv\crqY;/Crҡf?7<:,/X–[- 5XqoM"  ,;%9Qfm[8 #292   2 Achtergrond       ۻ3) 1G23XklRmk h         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 -fH|f!} W=X7;KHX e8'"7@(8Y}8I fs %*)<1&BO1 /4gff; & "#%.-,,Q(;J8&*8-s % .>50$%24+ )4:J!+@E<%(*;6' בO$.* CK21)")7<0,:>A/>EB/)&,7A5՚9*#!$%41!'?B<7. <:@2 6K?@%-<;F47+",8F80 Ԛ$)+$(,4@8,%!80.+2<>C97#7=;98,JF@=(+)M6CF/* IBBђh%)<95-&D?M@9&,:Q;60KEL9('5A<@"#!N6@M8+8IDu* ;:8-0?>IO;-'B'14*LHNA#+>7J"I;9M:%+OJ_' /-(<;=15=9CX85AO&3&KQLF"">4L 7=5ND&$KE Ί6*$791CA>+-,5F\A1(-Q$-&:LHP#;.9(,=/CGC/V7-%*995E?>()";ITS.;T" ./W?K*.15) 9+AN81 ͔9C,$=72@J<7$,*LDZ861B-52-4#>A 02 y>L("&3+':Q9:!%"GMQ@::.),LNA7+&3 );@"+/ yEO3! '#:T45$!;PFN0?!*1M?A $-& ,:) & ̓LJL% 3S88%"M8Q@C) #L376+  .W-;,$%'D22  ,% $ ͖'C?E@.H27=2#! ;N4:$   C)1# $%  ͖,P4;9) 460+0'$!P:=. '7.+   ͞;X35-0G./#1,7E'0$ 3#* #  ͟#<@30),&)"! J2') !$ "  @*?=73-.2$07$#-B"*$ ,!&  !  `lSE5+/$1)0  @;#*!  #   {.%`JL4#'4!%>+(( "#    Θ6$UGC0$6)$ ")8 '!  $  M'-HC,2. #('%     t0.20"(# "   "!  A%m* %""    A%֩=&"" **  byש?"'  #!/ "  y؏!(   4" )(!  lm%  $ !$2,#-*)    n٪;# %"(4#44+'##  ڏ$* &".GM1#1'/$!  T ,' #:I1 $4<-#!$'   ۏ. "*"! ?L96I3' '1  āO% '#  #IM+)C4#&-  qPW$ ' ",K1*A8,!0 ض\KZF %$ "  = 3C>.!3  {IFU^O &"" " ;<()=E+ 6 ٘EY9CPX^T&$$!'$%$=++/F1 + %ڛn. S QQnn!ڛQ'"-.(+߽Qn &+)1&$320 '/̛S !#$&.. ,-;%537&(1-٭% &-20%&24, *269 ';7<&()05' r$.*!6901)#)6?0)25H66:$*(C9?U"7.-,++7B64"5<;75+I;I4'/:C?;&)'J7AD,(GB@ڛ%):73-$5;L>6%+:O92.JBJ7&$3?;> ! K7?K6)7GAЮ+!:96,-79HM7*&B&.1(KDK? *<7H F:8K8#*KDω& /.'<::/278CV51@M#/$JKHD !;3J5;4JA$#G? 5'$540C?;)*)4EW?/$,M"*&:GEN!9.8'+;/@E@/ v5*$)762E=;&& 9HQP,3P -.QL60 8@)"641:I:4#))IBW6/,9I(#Q9A,32,2$
FM?1/-(+H?@6*&3 (9@!*- ͰCL1 &!6Q33"4GCM.4(0B=@ $-% +:( & ͿIGJ$ .P56%A8N>19#G1<$"!$/" & K9E8 %O29)--A8>/+#"9%3/  /"& 8F3=1$! ! ;2@<+ 3 ؃[V10:?6$!  !9:');C( 4 C;'-6;@9 $"#"#:*,/C/ * %ڛn. S QQnn!ڛQ'"-.(+߽Qn &+)1&$320 '/̛S !#$&.. ,-;%537&(1-٭% &-20%&24, *269 ';7<&()05' r$.*!6901)#)6?0)25H66:$*(C9?U"7.-,++7B64"5<;75+I;I4'/:C?;&)'J7AD,(GB@ڛ%):73-$5;L>6%+:O92.JBJ7&$3?;> ! K7?K6)7GAЮ+!:96,-79HM7*&B&.1(KDK? *<7H F:8K8#*KDω& /.'<::/278CV51@M#/$JKHD !;3J5;4JA$#G? 5'$540C?;)*)4EW?/$,M"*&:GEN!9.8'+;/@E@/ v5*$)762E=;&& 9HQP,3P -.QL60 8@)"641:I:4#))IBW6/,9I(#Q9A,32,2$FM?1/-(+H?@6*&3 (9@!*- ͰCL1 &!6Q33"4GCM.4(0B=@ $-% +:( & ͿIGJ$ .P56%A8N>19#G1<$"!$/" & K9E8 %O29)--A8>/+#"9%3/  /"& 8F74n?(&5QDBF% V9&$:SU!B8v Y=% 9Dc1@F2<5)71!$1A.$' %0H'" #*721!%,88D.('$.B3A%(21B&c1##$56J%p.#!'6CE&o#!(2A9$131N6!.@=S<T;V:(:%.8$--8-$->)73!(0<5+6=''059/X5?.#/3E#7W4C/#,0E'554F7%$4<1<[3:.$"8?7 973;-#69>/;[22*(55E!A;2*$/,L2;2)%!(,@$'531#$*A#731!"-6%521 +4%/,W1&2(!%$0+!"%!0""( #(0# '&0"'!0 0000)0!(0(Q1!!,Q1$#&,Q1'!!#*.1!%,7/Q1'&$-=.Q1$&0/=%1"""24@#1" %4??#1"'/>8 10.H51@=S<T;V:(:%.8$--8-$->)73!(0<5+6=''059/X5?.#/3E#7W4C/#,0E'554F7%$4<1<[3:.$"8?7 973;-#69>/;[22*(55E!A;2*$/,L2;2)%!(,@$'531#$*A#731!"-6%521 +4%/,W1&2(!%$0+!"%!0""( #(0# '&0"'!0 0000)0!(0(Q1!!,Q1$#&,Q1'!!#*.1!%,7/Q1'&$-=.Q1$&0/=%1"""24@#1" %4??#1"'/>8 10.H51         !  ! !"" !  # #! # $ $& %' &) (*#* /$* 2$+ 3$, 4#. 4#0 4!4 4 8 4 = 3#? 2'?0-?.4 ?+' (;٘T)9FNTYU)#%'$!)'#44@5# v ,;EJORN3"%#%)%# *-037( څ.:AEILO: &!%($ ,!=0#  ! # ڜ$08>BEHJB%'$"*" (-19))$I &/6;>@CEB($)' ! &&!-4- +)b&.58;=?AB.#((!%(*!%+(  ),ۍ '.369:9739+%'%&(*.'#+*+S ',/10/)gwU.()#/*/' *-t!%&#;y..1*,,/)$."ܝI  `{f-4'0//(  6)(_}A4)10/ 71ޛu(((SSusc,+21)9) 9*21.'9'G096.8cBC;, ,5'ٹhG@:$+8'ǣBG<9"$F ǮlFD92@:&ŻƭYCA;9'*&ǮdyHIA,:ɰaTSGD0̳_QO@0ԿzUB1]K=܁NB\GOEZ c گ|  ž կȹݣ ̿٨ڮƺ֕ɺŲҏ٬ű{ѣŲv|ؤñq&~H٦r%r±(ثıw/hۚǴIgAەʷTj𾽺, ۔̹[q𹸶/,ېϾ[uﷶ|',ێavj*%ljòet\%"ǃƵhsD$̷݁rnD% ~Ϻ}qn%!ށ;o83߄jWǃ}°pZ{Ųm顠\yȵs읛W߆vʷy띜fǖsʺy^qҷvꜛdoҵwunrhҴztn뚘wR~ҳzvkꜛ~s{ҳ{xꞝ}}ӳ{{Y&/59<:!"# (## 23=3#  ږ(.2685&"$("#!),/26' ڳ',/236)!%'" * ;/#  #   &*,.02-$&!&!',/8()$c $(*+-/-"#(#%%!+3,+)ۃ $&()*,-#!&&#')!%+&  *, "%&''%"($#%!$&)/(#*)+s !! FQ>(''"/)0' +.ܡ  (RVhh)-0)-,1* $."c @SWhy|L-5'0/0) 6'7@UYhyA5)001 60֡777sssVZhyd-+11*7( X\hz2+12.'8'Y]i{ɓ:/56.6'^ck~ǟK@@;+ *2'zgkn}QE>9$(1'etrro:6!'&؅uamEB;'6&笢Ψݶwd_`M@?0۶ƹyf@JF:0ijO<1WE;{J@VEH< G Y v  ž ȹݡ ̿١ƺ֎ŲҌűyŲvyشñq&~>٪r%r°$ڦıw/h۸ǴIg>۰ʷTj𾽺 ۯ̹[q𹸶",ۥϾ[uﷶj&+ۤXvT*%ǛòLtF$"ǑƵXs>#ݏ̷kn@$݌Ϻ}qm%ޓ;o6/ߛjVǙ}°pX{Ųm顠Yyȵs읛Vߡvʷy띜dǸsźy[߸qq`j|ۭvvꜛco~Z`i{ܮzafunqhZ`h{ݮzaktn뚘wR~~Y`h{ޮy`lvkꜛ~{Y`hzޯy`mxꞝ}ɸX`gzޯy`m{V$),/,"# (## 23=3#  ڕ$'*+) "$("#!),/26' ڲ "$&(*!!%'" * ;/#  #   "$%'$$&!&!',/8()$c  !#$# #(#%%!+3,+)ۃ !"# &&#')!%+&  *, !#%!$&)/(#*)+s 6?3&''"/)0' +.ܡ @CQR&-0)-,1* $."c 2ACQ^a@-5'0/0) 6'72BEP^ix>5)001 60֡777ssmCFQ^ix^-+11*7( DGQ_iyl/+12.'8'EHQ_j{s4/56.6'~IMSbl~|j@@;+ *2'qPSVdn{rbGE>9$(1'VZYXeo{riW:E:8 "@'[d`]fqzrh\AHA91:5&Wrjbgrܐzqh[Ke@>:6!'&ixhiuۓ{rh[KhEB;'6&稄npҸ|tj]NY`M@?0ٿǢ|tk^O2JF:0εzuO<1ǹWE;{J@VEH< G Y v  ž ȹݡ ̿١ƺ֎ŲҌűyŲvyشñq&~>٪r%r°$ڦıw/h۸ǴIg>۰ʷTj𾽺 ۯ̹[q𹸶",ۥϾ[uﷶj&+ۤUvT*%ǛòAtF$"ǑƵQs>#ݏ̷in@$݌Ϻ}qm%ޓ;o6/ߛjVǙ}°pX{Ųm顠Yyȵs읛Vߡvʷy띜dǸsȳĺy[߸qhJR`l{znmhvꜛcozFJQ`l{zn_L_unqh|FJQ`lzzn_Kftn뚘wR~zEJQ_lyzn^Kgvkꜛ~{EJQ_lxzo^Khxꞝ}ɸDJP_kxzo^Jh{ "0-L/ "#):?(?2$"$A:$q.$'*D/$")19*&2$"*94.T-%'86:# '+-253*"))3L,, *+5u+% ",74($%2L( )/&&""2x5'&'(35 2+&-:%-"+3&2P6@"$;'(={6?"(148 K=$5"1:6834B,0J6*.:<-@87/>+216D7'<232z6B/&-,"A=Q`lvݲ60+..1c7Q`luἜD/%+/!!49N_mwǝ:.%--%$&jWK^iuѤ%;36")}K[gs}װ'-<-,,&*ȜLYep{ݴ-113.,+&YVcoyῘ+,;.*+'EqRamwʘ29/2/%}O`kv~ҟ#<,&&)(Q^jt|ק-3+%*"HaYhr{ݴ9%&//)oTfpyҝ-%,'(L}Qcow̟jg*,0&*R`lu}Ө./1-(U\js|xtuڱ.M6+HbXhlLZlߺW_7+sgEVc™ -*F.1#"'6='S2%"">9"2%'(A."2"(/7(#2%!(62(q3 %&6233!'),133*"((2\4+ )*44$!#,54'$%1\4(.%&""25&&'&150(&-45)'/&1\67!5&%764".016>2"0!-26.0.:(-<6(*58):662,5*/-6>0'521/6>2C?/9+35?<4A>5,'4C:;B4?!Y̾2>?)61D ,˼0:>#** .(+"3, + )   (   _'   4&$ E%+"& v$("& + p#&0#$)5  l"",*-#0&-jμ"/$&..2+)h!5"*:134 Ӵ!,"8+.' /(,&&Hƶ '!,$"Fo}ձ $$)"$Zmomr޵'(20"$UWYal{Ƿ&1,.# $=BRakwԭ&2-&''H=Q`lvݲ0+),)({7Q`luἺ9)#&, ;9N_mwDZ.(#))!#^K^iuѫ#.-."&K[gs}װ%*.(('$(LYep{ݴ*.,)**)%_Vcoy῰()/,''%TRamwʧ-*.-0,#O`kv~ҧ"-($$''Q^jt|ק'+(#'!VgYhr{ݴ)##*+'~Tfpyǝ*$)&'WQcowʞkbr(*,&)R`lu}أr+-,,&U\js|shOfx몓x+K3*UgXh[42"0!-26.0.:(-<6(*58):662,5*/-6>0'521/6>2C?/9+35?<4A>5,'4C:;B4?!Y̾2>?)61D ,˼0:>#** .(+"3, + )   (   _'   4&$ E%+"& v$("& + p#&0#$)5  l"",*-#0&-jμ"/$&..2+)h!5"*:134 Ӵ!,"8+.' /(,&&Hƶ '!,$"Fo}ձ $$)"$Zmomr޵'(20"$UWYal{Ƿ&1,.# $=BRakwԭ&2-&''H=Q`lvݲ0+),)({7Q`luἺ9)#&, ;9N_mwDZ.(#))!#^K^iuѫ#.-."&K[gs}װ%*.(('$(LYep{ݴ*.,)**)%_Vcoy῰()/,''%TRamwʧ-*.-0,#O`kv~ҧ"-($$''Q^jt|ק'+(#'!VgYhr{ݴ)##*+'~TfpyÝ*$)&'WQcow{kS_r(*,&)R`lu}loX+-,,&U\js|rd>O]iƇr]+K3*UgXhT(/9KZgw܎ubvV_6*gt$-4FVdqxfl **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",' ӳyw Ӵyt Ҵy묩r |ҳyt {Ѳxs yϰyſk sϮyüd wϭx¸S|έyĹ~P ~άwźx {ֶwĸn vr·d jv{oc ]kҼ¶] _ʯ¶o rT|˳ķr Ju˱źz Bp˱ƻv 9f˯ɾw fIoɩt .Tǝķ b8dÒƼ 8Hv|,[̼~øF?mʳǽ!O{Ƣµa1_Ļ3@n̻ǿ"Sȯúb5]Ğƿ 4>gͿJsʹp`'R}ǫ;2]Ñ󰼵B?eͼٮDkɱ$KqĚr)RwοloO+W|ʵåws-0YƤ׿74^ϱF9e̺kw?>gȫr7?@XBkŎ r%A`j{ Hoоέf1Ckѭ"Ls̱c 6!!JM##PwȘ0#!##$!""% 5"((),0R{{&$#$%"##)! ")-*12-! T~ϸR#'#!"","+/-/.22&!Qˢ.&#$ %'/ '11//243#"R&'%%(,/g"'(83/.-025##SѼ_/,/,+0J"'%/+././376((Vͪ8)1/-47 )).3*293/457!,[Ɍ)++-3߼!*+,1!18.(3/24&1`b,))ގ")-/1)82*47+.6.6fԷN,)$t%(')+-51.52,18+16kҤ>+)k$&(--00/220/5,3-1p2/?)" )(+/-,.15720.1-1-.1p{Fھ#!#*))-#*-.*0-/0020+-,1qʘِ "%&'+(/+/--,-0/2.*,-,1mi#"$%(,/)/0,,+32/*,+,/+8r8##'&&*//1020-/-)')(,/));}־#('(++-00/.,/--'&#(,+'+(F ٦W_fz௝y^lw ʷW_eyⰝy_lt U_dx㰝z_k묩r T_cw㰝y^kt S^cw⯜x^js R^cvஜw]oſk N]bvޮv\oüd ^ZcuܭuZo¸S kX_uܬuYrĹ~V vU]s୛tXpźx ˍS\r첞{]tĸn ˌOVlfr·d ̘HOf}^oh ̴?H`yâo{¶b O@Zvۯvw¶} {8Tsάy{ķ~ ͕2Op¨wtź ,Kj{깧wuƻ 'E[r෦vɾ v1Keyܴrt 9Uo}Ӱjķ t&DavˬcƼ ;1PlzĪo=^r}缧døQ+Ifwܵyǽ5SmzѰnµs!@]s}ƪ\Ļ9+Jfw佧~eǿ8Vlyڴvús$?Zp{ϯkƿ9*F`s|Ūr2Ngv~⼧}\c8Tjxصtۤ:"?Znyͯbļ@+D]pzĩiٮ.H`r{ݻxع3Lct}Գhr7Pgu~̭nᾆloO;Tjvèzåws- ;<?<==C(+--35.58?EBKLI48Uly໤|A=A=;8<=Fң',-**03027AGFIIMM:7Wnzڳm7A>?;@AJ)+/,--0245>HIIMPO68Xn{ӮW=A@@BFIw))-+04-20<>PKIILNQ68Xp}˩KIGJGEJX.,.*.4'./<;FDHJIJOSS;:Yræs?DKIGNC/+-*+/).2>?EKDMTOJPRT3>\t滣`CFICRLEORGJRI1$Ebw֮{AFC>ф,)+(''+,9==@CFNLHPMHMSFL0$Hfx˪oBFDz$*)+%'(/08;>CEIIJILMJJPGNG0!KizɨXGII4)*,%%*22==AEEGKNQLJILGKGH/!Lj|¦UH/.(),($*05>=?C;CFGDJGJKKLIEFF/!Lk}𻤜hФ1.'&('&--59:CFAHIEEDLKHCEDEHD,&MpڲF/)#'$'+,*66;;<@GGIIJHFHFA@BADGBA((Tv֯--'"$%*,+06<;=ABDGGFDGFF?>;@DC?B?(/Yzǯ ٤DJP_jwzo^Igw ʴDJN^jwzo^Jgt BJN]jvzo^Jg묩r AIM]jwzn^Igt @IM\iwzn]Ifs ?IM\ivzm\Hkſk =HL[iuym[Glüd PFM[huym[Fl¸S aDJ[huyl[EpĹ~V oBHZhuylZDnźx ˉ@HXftǎ{p`Hsĸn ˈ>CTcpӕ|reQr·d ̖8>Oanܚ}tfQoh ̳18K^l~vnf`y¶b F2F\iz~xrj\l¶} x,AYgv⩇}xqj^rķ~ ͔&=Wep֞|wqk]lź ":R`huȔ|wrk]oƻ 5GYcl~|wqj\ɾ u&:N^fr췐{vpjYt ͡,BVaj{㮌zuoiSķ t5K\do٦~ytngMƼ 9&>T_grΟ}xsmea/IYaivĘ|wrkcYøP!9O\dm~鸑{vpj^ǽ)AU_fqݬyuohUµs2HYajuϢ}xsmeGĻ8!:O\ckz|wrkb[ǿ,BT^em}߶zvpi\ús1FW_fpԪ~ytngSƿ8!6JYahrɠ|wrldd'P[bitȨ}xsld`ᾆloO.AR\cjwŸ{vqj_åws,/DT]dlyԻzuohV׿61FV^en~гysmeaӥϱD5GW`gp˫}xrkaSӉ? 6IX`htã|wqiZӇ?@@X#8KYaiwӽ{uogKӈ28Kbk{&:MZbjx϶ytmd^г{88:HVtѬ(?BEHHJOVX[^dE+AR]dn{uofFXZY[\YZZ`:?@ABHKDKOW][cebG,BT^eoӼytmaDY^[XUYZcҥ:@@??EIFHNX__bbfgM+CU_fqӶ~xrjUK][\X]_gҗ?=>B<8A=>IUY[bSdlc]ieikI2J[dp޻~wpf:^``_ѣ4@=@<8<;=JTZ^aZje^hladldC6L]frڲ|vp`Gc_Zх'@=?;87=@NSSX[^fdaifafmagB8O^gtզ|vnVTa_{/><>778ACMQT[\`abaefdcibicB;R_hwӥ{ulH`dN@==?75;DERSX][[^cfiecbebfbcA;R`iz֝zsiGX;><<>94;BHRSUZQY]^\b_bccfd`a`@;SakіyrjTЦ@A:9:76>?HNPRXV]Z_]^]_bafa^`a_@9UcpǏ~zun~@>9:779?;IJMPTX\W_`\]\dca]_^_b^=bƒ .Stʖ1A)Ζ0͔ɒ/ڽӭ{ɠk-׽uϰ ğt,Թz˭ v ϳ| ä ѸvǪ}Һwǫ| Һyƫ}!»Ѻx!ſƪ|Ѹw"þڿũ#ſwϷu"Źzںç$ﻷεy ¼%ž̳}&ֿ}ÿʯ~'ұyxӻ~'t!%Ǫ$"$%&!CҸy)#$)#% ŧ)'*%$#Ѷ +(()&Hå*,'(*)ϴ+-()%,! /(($oͰ,6**)׿%5,+Kˬ&(-(պ./'ɧ (.Wֺ).+ɩ/Wպɨ,׻1ήȨw-¢m1k_E*뚷28@Vj}ȞkiQש:6>NeyأrdU C2PfyɟiT.7G`sڣp+/?Ynv/+'7Qhz|/H1Iauw0y*B[qb08Noe1?]e0񥖼d0Ͽc/ೡ^.ǤuS.𪙚lH-cr-쨖wY-lN,ᢓ}bs-uY ݡkP ڝyau ࠒoV |e\䠔s[~iP衑ƻt^u Ų~jR ږʾt]u!»ȴ}iQ!ſs]t"ڱʘʷ|hP"þ¬r[#ſw⚕˷{gO#ŹzëqZ$廷̶zf^$¼˖ªpX%ž̴ycj&ؘmU&ÿ˳v_u'Ҳ~2Y囖i`'{:=764ʴs\(=;=>>8@|f^)=>B<=8pΔȴqX)AC>=<ǿ{dw*EBAB?LűoW*GABDBĻzb+GBC?D®mb+IBB=\藟¸w_,PDCBjn-OEDMt[-BF@gϘ~fx.9H@qe.BHXʞ~d/HErd/T~e0~re0~u~d1򓋋vX1򛖔qQ1򠜚ДnJ1k_E*뚷',2BSam{jSiQצ-*0=O^joXdU 4'/8K[g{Ƈr]Yym&-3FWesَubF)+1BSboxgko-)0>O^j|kQJ$*7JZgznW{!$1EUcqɇq\/!+?P_mޏua/B&9L[hwdi0w 3FWhِyhL0,=VtzjO1< Hk{zlO0vxx}~xlN0񥧘|uy|}zujM/ƹ~uy|}|yscI.uy}|wo[@.ˆwx}zuiT8-|u{~xqcMl-DŽuy|vm\E-yv}ysgT=,rz}woaLm-wv{uk[E ~r{xqeS> لvv|vl^Kn ~r{yrgVC uv~vnaOO~s{zshYG{|uv~vnbQ>q{zshZIn uuwnbR? yʀpzzshZIn!»vuwnaQ?!ſxׂqz{shYHm"ؓwtwnaQ>"þqy{rgYG{#ſwytvm`P=#ŹzsyzrfXF$廷~r~vl_OP$¼uxyqfWD%žzq}~uk^Ma&|wvypdTB&ÿq|}tj\Jn'ҵHSyuxobRS'锇UWQPKxr{~thYG(YWYYXRP|txn`OP)YZ^WXRdtz}sgXE)^]_ZXVtxn`No*b^^Z`wy|sgWC*c^^`^tr~wm_L|+c__[`~w{rfUS+f_^Ycu|vl]J,m`_]uzqdRc-la``yvkZG-^b\ev}zpbOp.Ud[v}ujXV.]ceǣ{zypbN/c`t{|ujYV/cxw{}|xpbN0exvyzzxtiXV0b[guyzzyvqbN}1sllx}|zxtl[D1xtsv|ysiX?1|yxwv~²tfU;1s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+% )$( # ' " & " %" #" !! !" "         Ր #' (,-,-22-+-**&'#),)%*)%Rw$#"$%$)+.1./0.+,%'%$+&#*($# \L%%)+/--./,)-)&#$*$$'$ "!18 "$')')*++-,*)&%$"$#!#!,a!%#$'&'*&*(%$)&())()#$"*n %##%$%($&&%&&''!" F҅ !"%$#$"#$#""#$!"" Zj ""# # !!W[#! # !    ]7%# %$%%(%##" !! g "#$),+&200-+%#  # "', (;0,*&/**&"!!!jl ͡!*&(71-12+/)($#$(%$"&)( "Cֹ ͓ &(*2//28:38&$&%%++)'(+*#!"4Ywĵ x#%--/0C91462/(*-.++',)#!IZ9$fҨu x "()+/<8/1,1/(-..,-(-*$ S˃Wo j ''*+@3.+)/.'%*-+')+)"巐 [!%')*62+-')+)%(('$$%"zړ 7"#"!"$&(*%1),&'*(%&'$"  Sź^亠 7 %&!"%'*(%*%)#'()%!$!8HPqr(޽ 8  $&**!*%*&&+(%" &D0LcS %%$##%&()'%%'$(,&%%*$!"Ji2" $((*&"!#%%)'&%%'%(++-,*($ޛ  "%&,*$%')''())+*--11*&@bnI  "2-#(%$'*'),16256551,'K Kճ(.' $$(%((+3-.330.-*#Jy !($"$&&'))++((+'065*"1]sj Ҥ!%$%&$$%('(**.-(*+#K ! &"&  #%''()(*)(%)*(%$ \!#' ""##$'&((*()+-,)'#z  !  !#$&(*+,-//-+)%"{! "! ̖ ##'))*+,,++,*&%$!6 !"% !"  !  !"$')()+-.0.,,*(& 6!($%! #$" ̉ ##$!#')+.024231/+'#L!"%!!#%% {"$$! !#&),.1141+(% ^ .%"$%'({  "$'*,,++,,)&'!m-(### {!! #$#$"#$$'1%{6%%#$ $ {%%&&!  "##$"#"$%('-+()$]$'&"#n$$()!!%$%$&#$''%)-/,+* ] %&"## n#()'%!##&&$'('-(**+))($ {!$## ^  #(',"#$'&''()((+,-)'## ! ^ %+0$%')**')**,,.+262'%!"$## ^!"-.$%'(+(*(/6489<95+$!$'& 8"%2)% ' (069B:62/-(% "% 8 "., $(.++06-+/1/++*1!7 !"!8"!$*)"!!"!&**,*-,/-*"M7 8 &&!"(&%',*).((,)02^M#  '% #$%$&'%)&%(($6,n^"  #%##"%&))-,+7,}}!  $%'(%%)'(+*1/&+' 6 !$')()()*)+)(&%$$  !"%'((')&&)(%!!n !#$#%(%&&$%+-*&%!o  !""!"#&'+*,**+-*)% 6 ߪ # %'*+--/0.,)'$N! "!#')**-/.-+)%#8 ͎ !#%')*+-..-.-+%"8 "4;# !#"())+*)-+)%"O r.I[inpcϣ-*($$&&*.26:4=BCBCIIEBEBB=>:@C@=A@:"7`}ƭχ,)&&#&&(-6658::?@DGEFGEBB<>;;A=9@>95>kZ*(%%"$))/8899=>?@EBCDEC@C?<9:?::=8440#X~E))(%$%)*1368;=;>?@@ABA?>;:9798685321,%Aq (&'%&&*(*4878;:;>:?=:9=:<==<=7861/10-()Jc ('%(&$()-3977898:<8::9::;;:34310/,'"5\g,+%$"')-..34.598796787668454/021/-'"@dhw.1'!%,+1-/116501746243103030.,++*(#>`j|h312*&*/2..0.2254430/20.0+,-/.-.+*(% AZexC.3405/49;:367536622110/.+,+,++*)(%"Hb'+/0+0667459?E??=996432,+*,-0-*+)('$tפˑ '-+.1,*1=1/NIC:1>9B=6566512351/0-QokKsĊ ))%)..65(3QJFCCBA:9:?=;9=@>43=㒂~ ͣ+.+((-3;93AJIJPMLN<=;<=CCA??CA82.*=[ozvZPnz ͆+..*'+.18=?CEFEB>C?831-!2=+EpЏqeO ,,--01258@BGIULJJEHH?FHGED?D@8.*8iΰYQK v,/++,13445@@FEXIHFCHI?=AEC>@B?6'&e_{d g',/,.12347>@ECLGFHBCEA=>??::;6*-"jusRyd A%&*-158878:84.&<Ç~|?t~m A'&!',39<78=?D@49>D>@BA<89640&"*16LikM$[w B)+# %+0546=?D>':?EB?E@=9630.)'!0**>EmuD #-,.)',1789=>AA2??B?AE>=;:/+01*:Ga> #)/./653;;98;>=A@>=>@>@DBAA<3" "[W\a_X]ٗj "&),*/678<<=@BAABDCDDEEGFHG>7," ##-BK5kě "&(*-/*)?@4547>DACFKQMOMKID>9*!S#'(**+-A_i #"&(,)2:;79554:<@IDFKJFE@<5/'!$(+,-.?}x]R $'$ &*2599:<=?BABCCHF@>=63/)S"'-133/00329 ̲&''&'*,//59;>??AACACA?=@A>;82(e!&+/0.037:> ̲(%&&*.113689:;;?>@@B@@CFC@=81( ք"'),+.0267 &*%$(-/134579;>@CDEFHHFB?:61+ !((1511246 Ң#(*&)-/01347:;?BCDEEFDDCA<;83*> *)'!3722679 ̔ %((,/3465689<@BBCEGHIGDDA>:1%= %*0/)2266:<: ̔ !#&,168:2258;>BFHKLNLLJFA<7+"T "&-2-+247:== ̅"$!!(.4896679=@EHKLLNMJC?:3/&$f #'./@97:>'!%,!;#%(($.7.2,'. ̅&&*-.5=66569:;;:;:;=A=95462%d%' -3714433 v))(-,)';=677<;=<>;=@@>BDFDB>1&e #&'-0248:: v,)**490287:"')),03577 ?%&$).)*5:79::9:@CDDFCFDFA;3.%S=#&**-00245 ?%)#))0258:A??AEDCHBBD@@=.1,"eS!%(*,-.148 !%$*13<<7;=>>@A?B@?AB@CCBCCFCBF6,/(  %''*,.057 $&%"#&*/39;>@==>CABECKH?=93/) :!%)*,.0257 #&'##&*,-5:=@@BBCCBDB@=;9940+ "&*,./.036 #''%#'*-/378<>?@@?A>==@>;63+t"&+/12*,14 #''&*-01579::<@=>><=CEA<94*t%*/23/025 $''&*-0026889:>?CBDBBDD@>93(;!&,01/126 ߲&&'&(,/02446:8 ֓$'+*+.1 ('%$'+./10269<>ACEGGFGD@950)> $.*+./1 ',&%(,-/1459;;ABCCEDBDA>:61)T t1?JORLϥ?<84456;@EJNIRVXWX^_ZX[XYUWSY[XUYWP,+Kamȡ>;762679?IIMNMSUX\Z[\ZXYSUSRYTQWTOI0Sftؾb<86514:;AJJKMQQRTYWWYYWUYUSOPVPPSNIHADboҲP:97435;;3328;?ACGIBJMLJLHJJIIHHJFFGCCEDB@90)8MQcp|?B405=>DBDFGFKKEGKHJEFFCAEBECA?>>=:3*#6KR`mnBBC505AGDCFDHHKJJIEDGDBD??@BA@@=;95.""8FO]jN>CDBE?EOQREKNLKMMHIGFEDC??>?>>=;961+!$>Llkx 7<@@;CIGB?JJRXSRSMQMLJHBA@ABDA>><:83''\΂q 7<6>A<;CNE:bb^QEOI\WOMNMMIIKGDEAO`[>Zqlmt ͳ9:65:?;CG>CfebZ\ZV\[TRRWWURTUTLGItetceho~ ͤ;?<99AHQKBTcdehegfXVVWV\][XWYXOG@,2GV_\F>Vsh_di ͈;??;8>CGOS_^ddrddfUQN[[a`_ZUYUNIE@/)2)5WmpXN= ͈<<>>?CEHLOZ]bbkdef`a_[_c`_]WZVMD<)$!(-RjjEL: z;?<<>EIKLMX\a_nbda^cbZWZ^\WXWSK;*6'#  VxJe}`Q k7<>0#$V_Z@^tOm J47:=AGLNNPV[_^O]_b\]_[VUVSPKB7, $4ykb`1Z}{bU I7308>FNQNPW]`[JQ]_Y]\[VPRPMF80( %%''*;QS>'Fhue] I9;//5>FLLNW]`[8P]a\\_ZVRNMHD:3*"(*&!$&+07?:Ue[J 1:;=507AOPQX[]]CZ\]Y^`XVSM?@CHa]H@d 253/6BDCFKORW ̳5355:@DEHMOQRTUYX[Z\YZ\_\XSMD8,օ"$($)(-6=BBFHLPR 47338?DGJLOQTVY[]^_abb`[WPKD:,#&&() %12BJFHIKNQ 16749?CFILNRVW\^^`_^\YSQLD9D!'&(+4213FMGHIMOQ ̕/365;@FILMOQTW[^^_accd`][WSND5C!$'*,29><6>HNOSUT ̕.014/X $$').5>C<5FMQUXY 01.08@HMNMNPSW[_aeegfb[WRJD5.i!"$%)*/6>?MJNRVY[ ̇20%*4;BGLGKOSUY^ab`aa`[WTG@@10w""#&&-1/10GF7:?CO 38*(0.8DHKMNQTTWYXXVWVVN5567,@"!"#02662;HBB:8B ̇438&)88HSMNNPSUVWUUTUVYTJDCCA0f!$"(12*9BHHLLML y786853:PTMNOTTVVXUVYYW]^]YUQC2g!!$-1326=HLQTV y86:9EI@@MPTVZ[Y[]\b]__][YWUM@) !!,2;>FIDJPRS j5799BHI9@SVY\]_^^__^]^``YRF3(!""!$+/6=EKILNPR j44768ALOPSVZ^``_acdff_`a[ME0'!#%#$).39=DJMQRT j34828?CLQCHMU]b]^Y^dadega[OF/( #$%$(,26:=GKPUU H3768>60=SC@72BKIS[bfof`[WWRF0-!#$$&*.36<>CHKNS G223;A:EIRKOKIMOT\b[[abaZXVXA7D"$%+059;>DHKNN G30-6;53DMPSUVWW\__a^`]_VKHA5WA#"$$*06;AEHNQ 142137=DIPSWYXYY^[]`^d^VROJC:.?##&(-39;?CFIMQ 155017<@CLRVYZ\\^^]_\ZWUROHC<. #$'.38=ACCFJN 156427BE?BGL 1655:?CFKNQSSVZXYXXVV\^ZTOH;+v"#+28?CECFIM ߳2654:>BDGLOPPRTXY]\][[^^YUNG9*@(/5CEHKLNSQVY]]``bb`]WSOE8)V+28>BADHN 53438?CGJLPRUZ]^__aaca_\YRLD7D ֔*4:?@BEJ 55327=BEIILQUX[]^`bb`b]XOJC7D 0;BFHK 59438>AEHLOSVW]^]^^_^[]YUPKC7X t&4>HLNc_-1 , 0 㫝 Ѵ* ʻ- ͸ Ӷ·& ؿzo* ̤^|ëBW$ĺ,ֹ͹$]%ˆ&^,`ɬɶ9`Txn׽„(0q" pPѺX+-|˲h,TSEmmk" ұC'cƙxFb.ʖK--0UL0 "})*+*Th('&#~*-/0^p.*'!-VQ-02Yn)(#&*-//<5,$!`# ''224<9631/,$_.#),/),.1-/--4#_$&((,.+/.00-# ^$(()-('()/9 ^+!$%&'%),*2; M'"%'()+-00+8 !N&')(),+,(&&%!N'&''('(&%&*)&#"N."&$&%&%&+.,('$8%%*),++,.,+(#8" %)+-00.+*(#8-%()(+-./.-,(&"9 !#%&*++-,-/.)&#!&'&(*++,+''$!(%&'&*,-..*+))'!+!&)+-024323/)' #%(+.04330,+&# $&+-01243.-)'"~-"&),/,./1,(%"  %%'(+**''%1 ##"##$nxx*[Q@C~v+򣡠ԃhE1򫨤אC1򿳪1ĵij1̰1ӳ~2ٷt3໩6Ž5ʧ,ͣ{x+٥^Khzt*۪oMT\*Ʃ?:*s¨~,}kXk~x-}Z.?kyy-ė`5$@aa,rZAWt~{5-A^p,CmQKuc~],% L,W}6j@a{t/$-}pT|yN=;jl@%.c2fVvgI]K&.vxD;ErkWQ/VD*.eFFG:[|G"33-.\BDEB9pzP@<<6+.x^CGIJEWnRFA=3&.DJGKMga<]O@>7,(.CGII9"E>:41+,.<>??>;6=?,*/.*.7:898:;@A:3)/5*.;<::>=AEDFFG>/.<>@ABCFCFHEFC8-x.=?B?BBCEHHE?6#x.BAEFFJJKHLOF<3&w.=>>JSMRQTOH>5*h.5/9EGJTPJFEFC4)h.4;@EADFJGFDCG4.h.65-g.>AACFBAACAB-62*f.:=>?A?BEBED(41)V.9>@ABEFIIAE240*V.?@CBBEDEA<;:61-V.=>>??@>==A@=96.V.8=<==>=>DFD?=8.A.6<8.A.;7-A.;>BADFGHHGD@<7/B.:@ACBA>=:5047:9:9::;VVQ0IF@C_`ourvdP1}|{yzfQ81򇃀}}~s91򚎆1򲟐ŭ1ȶ0ͻ|nz0Ǵ}wZ0һ{nj/à~sjn-ætmkm,ҩo`]fm+ڵreP:Q_a*᷇tkXEAG*됦ˢvmg;-*Yxmigb,fЂqaSGSb]-ulaI>3S^j-xڡvlffRG.1LK,YF2DdjZbj_=>$2Ie,FU?:[uscgMbfQ?-;{,Xay*Rgoex9K`Z>4-if[Aak^KQ2RT?6.d{P,OddWhP9HA7.[q]SS;YhZD?%B::.jNR`aKGe`K.(?<.vU\^_\,W_PXRQI<.]Z^bdd@DUK\WRG8.ET`deeL.HFXUN?8.\_bbB5LSLG9;.WYZ[\[WOXU?@D98.SUTUTUVYYJA;>C6.TUSSTWV[`[[YYQ?.VXZ[\^a`aa]][N={.Z[^\^_^^_bc_VK2|.]\`bbffgacf]PF4z.VWWVahbgfje]SH5l.IFQ\^`jga]\]ZE6n.LTY_\`bea_][]G@m.YZ\]`b_b`bXONJ?k.UZ[]a\[[^YNDLH\.UWXZYZXWXZWSOJA].QUVWWXWW]_]XUNAI.NTU[[]\\`b][UNAI.TUZ[]`cc`\YVN@J.VZ\\_abcba^YSMBK.UXY]^_a`aa^WRMD6.SZZY\^__]][WTNE7.TW[[_bcca\[WVPF6.PV[_`cfgecc]VQE4.QUZ]acgfee`[XQB2.SV\_cdegfa^YTL@.QVZ_b`cce^YTOI/NPWZ]]`_]YXTH0OPSVVWVWVWXL?0PSTV^^cece[N>1' %% $ $ #  ! "   " "" !               $ $}}>>workrave-1_10_10/frontend/plugin/exercises/common/share/chair-pushup-1.png000066400000000000000000000233141263301626300266360ustar00rootroot00000000000000PNG  IHDR2PLTE{g2!(A`aɿ6LKtΤpP-,@oUߒ%$"řqqFo7 Ǘzi=:VedOLo)P>=>a19;ũ$%wbNr_;DSlή-ؘ0Rw51/Z=/ 껗$Pnu|Ӹױ"9X֟;j]wffG0%7 ɡuQRPܛ|G30Ƈ?>6Sr-+)OE7Įqrp{UB@?>_eu_5ȸ󼉵ҵ{i2Ict5cc`̝dϽ0/9MO_0NUa_ ~F5O (7Z<<Q<87fUVܘ<ΧR HHEhS5YєUAꥄݖq\ a ʅsx]̄XG"a;D֤*B[#8QDXbKGDH pHYs  ~tIME:85f IDATx\SWi Lֱ0mjtahԌTI ob'5$/^ \r1%6%ҴsacGa^)46D :yksNHD`S I߽^{}N[V]跢nߊ~+6跢nߊ~+oH7S,o:]IW l0wƠ;Ta¢W8ƅS b zTVBj Pj"5uCkjѣJoEFuVm[QoEFuVd߿vMJY5>ag4g)[t?dlg vPhYRv?xeγۅBH=h'+מ\mٻW`t}3}>_WM&!z(p}š.l|<g&1 'Jn56Ԁ]BRd-b?rdzб.s睊*4.=Rd-gX(>lo?Vޞ mm,V N4g z"߻>'v{&j(gj_wF_& =j\ [v |ڕ1V)5h7Bw=T3+4<\\.mONvBu'kF> <@hDVgSxv#zW(\ЖyV0:`7gno'x>ߋa(EN"S@D08ZA/L<'4 d^qi8 ]\7k/y<2$ Bsht&GFnݾȓ~t u>L2$ B3t (9c5M.Ho4gCtSXEVX.SmkƳ/0:" ???3yĀ߉Z]b8>܁[~i% B^FM|'.0`tHW!o}gUy^ $s8""չ)]80pDЧm>#{ʢB~S_9b`*p]4 ڼ ț3rVUX>'N abBBO+g[S6P~R7yȈg.dr 4X5<`;333&xrL4:);Qw?''DNXB(YE9X7o͉:CRWȭ`sڌk̹s_&t"ּ̈.,?: IBiѸ "_RWtqIr'tJi HρVKLTj/zK]Qή>a] FNx:GF3[Uj҄e=Ù3h$0jui8wUJ~'EB3 N ޵ IN>ƿ;5n!Ocg?8z@S/dh7Bw<cзOY60֫U6D#Qv}5U`[ǡ"N׉`o=X/KV5$ >nk@/O81w@J"\n+/~旿$XZ @umJNIm|fߐk7H߳'}XM,Dǚ)[ 8ri G!.认A:r[>;"5%thK٣j=Wv%a=̻exT BF$\Rew; bTWniR7㆚F7Z;;7=7iwVut4$=\8.n鐂dj1keSጲ _C\-R"5L2{ĉt(kc2:B@gtojVLs:]͝k> ћADA^Ufg&F72|>7ca $=抱"}ZT+t#j# ;ߘ~JcEE㴨2;F(fFj.>%=ٜMfg"SgС?L:\n4}z4٠5g[$:(ip-* r{1ؘA5 V ͥАtTvXd`٠Ǡ0n/  digCW˰;: 5֘jXY VW"PJ2>Oe4do^cvJQ}43:+(Ee\.{ ꡶Csb%g-6s1J8 tY8Ax)Mn \2"Gcn]A9}P@WQx ۪(8ʛC爵?m<קzǏWށ: GЭ`™k2}ާzJ G8g*8 PjO"WfBbnmU7mjцcwuմLSSS^ŋD,?vۑ#׮];StWVI-j׮ʞ-k>V ZޭJm#((JM=:mZxaիӶ^ /Ehse57X#m_KJ=.NmQ:*8plpӾHKHC#?]6TnA5@ibk)KAִ?xҾǑ*\U"]WWj@BӫTeHf:tq h ˗6aw{čw߇C#XBe p xjt#Eʖ?];wܵysζm# h 9bm`|uF> sx)p-p;{޼y=4gޥهV7uN9C_3Z@+/+?/Hڼݴc׮*6V(MkJJRJJB!V{`Oϔsl +Ϟ_#Qn tjŜKy7"rJe ֮3WSYq&ѳGAgOƬY&KP Fՠj uң*{V]hvu aHEà?pцHƔysSE5I HxUC Cs4'3st{˲> 1{ʔ; _!27jXy',ƧdiYzGT&LNkjd|]+Fݚ i`bN-\yKVRz+ͻĴjѼ{]̮a4^E8(SFr80 Ec4k!;Q/B].Whr v"V}}@DSHT_z%UNT*;j1Sf'SW%FN-fٶ'wOq@G.-7NHHz2KQ=;g_(*z|c%}sUsڶ>;?\FqMBgkkx'7w-;v`7^xݐNqwXpEƠ w^;C-q+srsɅ*(RH,Q~˕?;cY4"~ݺuCK宬_̟[>2;T 9+w_o?@\1:}@nx{ʒ|dݺq{0p;(R0ײ A`C*Zic\ܺufرw,Ʌ^%CGWT:qbqNHa#%AnGKCV_r,\J ~VA=W{z80A9zHN:v[pa<ǖ ~t{L |oКtmŧw [W>4z8*ӕr!Wc>J-âOa) :1Cq㇁cCɱ⨏C5dnCz+cv߇! V_z8<77~ϞzL^SwSͻleQ孕~K1XgϢ}h(>~GDF :Y\{yn0%%.=-//>"x<NpNS,?߫E,R! ytKW̻؇1{.ķܡrx0 Fi Lߥ]23rJ7Pҫ#JAS2^?YpKqKn1%-P-K GޚSv ܕS`hC/ `zDC-{%K0.q@_.2UR@Weeˆ:w<Դ;RMCR)k@bS;@j~P]ßbN(ZE?Ѕˀ=()#գ=) <*&tL[tt9vtrx ^+Fӏ|!DDUKIs|vBq.4FHt}bk #Ӗ]k؍7d`e|j<0HJ0޺FgyQZelU6{4tA;lFy(u5P، fC ^&a M)F7ֶMh;du砛v0 WNf N5v̞XEOk[lCS~woPI,ԢkxȒzhޔl-34:yɈ̾\^J,Q픬f=认膬O%fϓ@D#l׽X[v!S\rh4#wY5f̸lw=Zk a'buCic;A*B!`YX?}l6Ixh8t<{t[ Cۘf/&44Ei|U%xo>ƘZ[cj;)W<f7k/ArL nc)6dEWZ)8=9~{>xK/7:^&Z>CrkM0.uޒ1A֘W*9(AEGo(:[t&L|=[l:RFcBjc[~RMEXN.{XMu>Sod,Ο4WS(VsT#RszblMs{~~3f|ڍ#V`d)$:UIQ:jxkz$:.؝-?Qbc3,/!dFIDAT{ /+a&6r=X_wؒGP0EJ(:z6*es&jM01_-\ $6\^]9WWom Ơ? Zj!8Lµ,21W,Fin~ca;1̸x(ևhPAH$6v3텩p͌F]֔5e(u^?Bh=bsqrTe)70īۏLI8CO}вho:ybL>kEA{}~գuߚ56:ȹ?s#&&! ,YзϾw?ųS7͈ѧl;d$ߏ&> I}{ o濛MXt&:uZີd2UI#htRE~KqtV-,,mIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/chair-pushup-2.png000066400000000000000000000250161263301626300266400ustar00rootroot00000000000000PNG  IHDR2PLTEyh9,HgEB?bd=cxQ+?t5IH_ğE/$p#%#xT7}xby=2bc`ɫ|8a,ӏptĽNffa\΃Y^::+AZPذ}0399$ wU[@0s%'2_Aɗϭ=Mf~1UvEHXۺ7D0.Y4""ՐnZ͔ySKpqnV7Ts^HRRPdԾ͡sc>2[dl|K.CTSkckMIovuÃc(5E510ܨU^ttx]/cj ֘Tg ϒBajQWE'|.+)ɚ{}z̉j$7K ۗwdNK2IaҧGycNŅۏİ 7DSgUݣ_HIR[虑ûߗr2UyL#l^\qjܮE=4>aܛ:-!;+:ѨV:>@wJ! pUѼ _5iuv28ApK:OINͤ'6=87VdgqKI†khQwlorP9. 륄($#[OMЏ"$a5e9bKGDH pHYs  ~tIME;wg IDATx|׽koj5ӔQY{#[&QvsbYҌ_e"[zdn̵M2lE<?'9s<ϬXn|wdTIYذ)_B }3 s䋶 9EcXk)(Sw47-@ Q"P+Cw 99 F!?ϯqfLZA0GgsX}}wH$d-A N3l4^0<P(xV -,C`??3zkƠp8'vXBX_zg}z0hԁsb1hDɛS tFzȗL2~7"強!]?~t:b=Q&пġ6w( `(r|F+7M'LpŃ@.]3V,@_n |Sn ?ȫnS" ?"^Q>QgD!%t tŔHHQMk>QMHXNF[O9(χ+*}k9T[Q"vRbD9(lpY ]ӛE"G>Lz%no茈KB#Lf07Q'U(g.6 ]$*"KT,9zm N*.eL K,+M+(tT0.!zJC[J(bt! tdt I~7pEJ}nnب:2> '5!q#?# ++rsFXN}x](ͳ Ey[;g6Os^̩N=0<,!YlrenxC^X _sQ5(=-μBDR*6\xС\}s'{D]Ѝ"ʋ"v +~NTV]aF'ݗ DwM䅼.P'Y [m1't"<=+3Qw2_2+zJ׺/A-'L }PS"(ٵ(JJ5YdA㡇죄>5ְ1]yH[6]\:x荙NZAu@.̗*޺xkq13*i~7r"p"^ 7T !K}/u+yyŃJ@|&vy(Sa]>,M|m9~Ի:-_Ep>%^mA[ڷo_^[<1"CŌue뮓[^zi|nx)<KE4_^+o.ĽZnٺx)<h!CeCb˛- O:(QU8T9ʫ&`,4{\A7iU-,Z[@:G [}B NTYP!{ R>a:RW/KNy}' |I ȷ2.@gUWvNj@:3z)(0 |^IW@f4RTSn@-VR0:vl]LO*"u,?*T3zoxrzp;D{";!d!!e]sEf'? V"EΓ5R~\]~+ѓEh{4j;= nͥ'Ȝ-狞<ގPwy9C~=BwZ~~9t#f,ԇ!W)xn[-F bifb)1Г{(_}=XitN%m7Q>*!gQ QOGk:E那tiԡV<TVK[6cb99"o0h,ӕ+Cm6riGW@D B4z]04ٷ;1>qFG#r*%1Jj۔m\~FW #0"r"m\v`&Ɓb yU AQx <{ }5 T@b5C٤1:BÞSm=+q1If5MVl'RHJu.^"aܣѡJ' =1Sʶݧ0#Nbȿpr'߰hO[C\foDvL|iGAEnvZxx20. 7ȣg5,厄+⭨R LUěM^颻uzt=O? ΥUUAd"4&s2xQPTZUN;ۣF;+-C<;W GaMK՚NMlvU"}C~!ct=dx6GmvFm[m:?fПDכ#tTSS ֖;( }â ʚZZJ0@J B9H֢Voj)*++ʯ7owi!o@v geem `z$.n[`Y5eYEEE #_{o oyp7wn[[@"htm“O.h)+k=xApaڲ"џ]z'g*^>7ZuRV:b{}NHqYg7Z{VJm5Byog+`fn::xۣw 4V{h򢲚Vj`~c/it-TsZՂjiiٰדZVvG?:By*rYM!mhE;MxbDfkYVM w lp6G V#hnb9*(Up?>ܘTTV !'%Kb8֝?hnnŋ;wsgKK Yה=ZȆ) ^"ֳNX.kUʼ]TlɓEP5mcy(u<1UrczDRE]kzү5`vRr| :z m49lS*6X#JZ Y6<򩣏h@Bu]r: D"+zp%*|VdwG!)J}vXuZ= /-u/v-={BUuE$r!}0 *dv^"t\|&juZgtނYfZ.i[PQKt>m̎_`O={:J>ﯯT& ]e*3# ˾!ޞ /Y ʼ#f_?" lyt5 x vyG lB8G@0RG?1_RyDE| փE./vM=k%< 4ΞWܪ|nP9_:w娖+:xpV]1yoǎzоWV}*r| zG/'6ٳK_upNwjp4z,`Puӓ܁G79ߍ w-R3h]ut9_Ȣdsgo໻^~Աi4KB 3߱lbт 0:;f/zm]&@֘3?U?1R1a֝4o^7Y}bM<%JXBDG{X.HXBtOqKݡSB&)u4|Mـ^fom5`6ޫ'D}S^rwZUǦ֋4zU"ũ!@uܟ(z.Bd7Uw2ZW1>p~5{t ,hnkU|ѢӄnB㰿 Pe茿}JĎ}LJA?% =Xp1 ht6{W_97q2{%!Ghvh 6醬J%:.{x9* @+/g}gU0=AfLWB4/rO@0;NJQ S(hwSXB_50OnxE͞XarNp{:Z ;MDE%G}ٛ0 080ct.]+Y{C#.g,YK;3aps8|oV/`PC)Kc E}yÁkg@0<֙7Y@qsM[*K("|X:sCE %LcH@ײVL#/9=s ѧ6>xm$:IDYjRAb3D?>YdKUgvӉ#1 ѓoF`y*WI7xt u ފ`8BsXDh-B0 .Ky~}<*cwJDT&lo?,)t;쳵쫠ll#4:(%;]Tt~<J M+&j=d8 xvhnF( D\tAuq4;t irѩg5z̮ǻp?f?*.W>MzIL~z\AM>:15>I16;^A==mfg3쓌n~ZCYUq۩ij9hs?U|QIFfG̡;$A%}{oݘ>My}ո-*ǡ?rz LbG>bQ:VpzSj&4Iw t\M{ ݐ2<۱Bw\@;Q2`R32 ;x?DW"`tX3H\{𬓉>aE&ҢO V4XTȽ1VL;A?/ U [s'So/R\q-ok|Do|_e5n"]:Fe?.Տ2!Ѩ\Ϟ3`i4CoYmd"IwL%]&azj05~ = [(tH-u>A+BSEjGFޕRg 3nJ$"QpDٜyzx\mA޽Qɇ{F/1C&E^3s0[fyFg'@ 1j(< :̏at5/}ko0|m}ng_%-p M-N'h8_@ sW퍫Noʕ o/7j3YvrP"<L0-ש6Mqygcc 23_%۷ɠGZ2f11_0mĞZi46 )ɤkq\IDATl22"~6]% +Xq/Ľm}}+ȦV(зxN z,SO i vxΧNLLѡ!t,n0ëdbz[ϟwr٫K10E1۝%֍ Mm/4Ox^K\!iZ._-$=Fwanri1 }#h[0lTjM}Fv,7# DeWKgڧGyLI5ۻ_QzlnXBeB|3ˌvdnQ!{yw^3gΜ|~4r|V/ m}]a>t- >yˡC,e/<sos swtw9X+C .zFww:mR{;;w=wY]'LGt'tWPFEߋgmTㅚfW;N9ǝ+0.X=Umn^4vGfflX8SEI[% `jelO#R;:nY!ש<-?&Nt1ahw@pyuGܶ6.N/8-@! Z µCDCκau^Ѯd: o& ]Dŭ_{ͶGP<:Yc2VRY^zMP#,s<ݎgBX rf=<;7EAcr'v[1.s^}gaM~h'dw2ۮȑ.7^;!6丽8DXh ɑ'xom񻐴ֵdO8vҖnb=֏f =Y.%/}yc7v:#Jt_t$<)ԑSϙ3w~%u;yl;{źu<:MƻԿA~Μw~W?{ѹs':UIVx*9xd';Ә?L ,ꣿy{g?91NTچؔ=ny?:=IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/depth-focus-1.png000066400000000000000000000244301263301626300264470ustar00rootroot00000000000000PNG  IHDR2PLTE6IWy'#f,#K1{"tBDHD>4BGb'-N&\/9z)Ht'+G^`e a~>jV368UKSy.\@eFV!6;^Iyg}kOTo[A577nbSºrP:dC$^B @Ky3=dRpCuodOB7DIDl?LXRK;H{6ù_:Aohs~F.6[QTbaa_jo|6[Ge>#6@h>GiSxkaLUppn`%FD=_{ 1´8+1?KZQSP8]R pHYs  ~tIME Il IDATx `SU8pD-R]"TèuD2jau XbZ:ر&,PCau:+jE1 mi`Qˌ*}0U`C"G1%t.}H4VJr[@AH@CI7.wzd!l^ zMr3D#BeJG# @XeW1c\ƸJq> o&y+-/}sx\͛nj3(`׼ӕM״_1cnݪJ'7_tH:<7~gZ#[BYW}$w6qluԨQJԌiwO+͛ :yfII{SS3MZeҹU(}Ԣ#p6Sp6n=jPX񄷎V` 2꿓Ϗ±]),+62ǎ5T*]'P:lrwًLF@|F1p3xX̤vC7K댫4K|2Fh \ P]?_n]@.0)iwSSe 5>vO vv=7c+i,ME >5S D^ ˅En;ͤD_`+GkɗB@ށ~yQFU̘jsZՐZOcj _?zmS7L3יk,r\wס.ca+ho0z vcCrFjvĬuծRgt5v4[\M~@_%@8_;g}}};г]}t FʢEuuEEJWؕ+7opm aWQtǭH'vTx۷Op|W`,Y@q􉽎5k֐KkT>ȏv7Fe:Zՠ'gE[n_}`tH:-H+MR:N;П%topwC}u}RvE=Qv7ܲpwĉu t/XcF DSwL7G]Bg^ /<رBc2LBk4T8:ufNZ9R _ 9?z Ç/\xĭ'PǓ:Ӡ%G4&Ez u1}?I6 Ӆ}=KFwbļ4Xq9F$Lo"}FipTk#:/P/Rz}q?47L\w4Z4hdžQo0賁c8dVGC<-עS?wlRliMo;³.۷Zgz q,;z-Ыi xyb='cfUefT$=(_/[o{VpH](a^N??7f-l)j8 Y,D?鷒Jinc}~;pS,PXl$[`>ǘ +tIJr8TmNw.\4BwLm02`c-ySm Դ8fBzT*ᤧ%lh ['zġ5;UJC_ä́xRQS>LV_GBX7ج@8kB5b:ָTJ1}w1.FM@밬;W].%t>æDNG93S޹sޜŧhFwӫ}`1cUStNX:%kʱS){99?|󗘎OM}v-ȾWWZQ%?i)}U*W{1yaAxyNm_p@ }՟֢Qݲ^N?DuXLW8ιEw tx_>ѣ 'NlxBrU OɪЕV-3'z8Ck:}Irs .|>yDq 7w +\(­#jei).ũoJ]Vf~@@w?7_ xk]Bn-abkCi9gYz2smNXlԠ^ W.}g駗Rt:8~ׇŹ}C!8쇄A. ^xA]%ʢ cr (y.Vk{ *sHOcV5?8~e{T%*JJ*ejZ߱ޱi/ M??||*9=yƯ#:VsY{}z秝;nEXgV3ݚ Ş9 T ~nNTq)9Пat{ѻu(%sֺOw}:_#dK?sQ2{T{:լOe$vyKE6ΩN=za?{"M>K+!&9)}zĔ]+wMMPHdSNk=ӭz*$)JtUjy)S Mg]TnjHAf[i'fzxcSiwuQt/\XX,Y; {72 $N~/\8s?ZE?mZΔ)Sv7޽iʔiʥtݏ+7my+l ?M|E߹zX/^o[U~Az<ŸeK㥞3oc'f m1ieO}Iʥ# t*ZOoUUU[#9^ a2^./ד={vI/==Xe3S/in}у:!,I]tH( ^ f{s#=66s;t̑~۱%wd&GfUg,辜et#!FxI]bm@%_xŊqp=.17`H%.lK@GNZ9)cR^9cYI[fT;? -d}9!-hglП W U`:C}FR ؑc3_B7LycqzWAwIAX]_=ly \o822B[ MЍ_; |-#cK捨 mN]}|*XCH%[%tڜ(tj"O74 nLH:ȌIi}ݵ?& T%9归 0p :`x#w'-l zM._EqP'5uKm1^wxŇ\O }j%>:sN |5vҤ77ˆV3u']  ݉ 22Qșzqg^y8ɯ-#xikͺnA.m#5$ᮏ:n 4dܘ?de74j^ezd=(%z)7=.dÕ]?7!7Dِ;.cHL;޿ԿYwKT=x!5t0Kźh;sP㸼3 zy XbG!Ϛ/><^%DKJfY7k]Rҁm=">tQG+SEzdv t29wpoztoMWsi@g?g?úx/辈Zt#Iws5G^I?xi=>xG]~)UT-Ї]_]sn/COOO/*#MYH4y7CLz0Goa󋋿OOM-zoUA,&X DTzD/tYo~qTˌ>y1UY`G^p8?"t@_?X_Ur /`Wi5`OOR+G$+XG\ !nC}ȑ}"m1D#9ݗPzᅲ*!:aJ%]Rz@'vSFOC/FK&k5G-tga#$u+F%}hSQߦ(:ռzԪ6|8 `2sv~_S[|(veh1|wؠ%QFM'DAmh^Ct7*_cbaa2GuvsG _J9:+9, IwM%MM.փ[VijIDAT EyBN7j}dOdkv aZ>PwYcS:-1DU=[dLfեRQO>lu%;+pt:albl3">Lm573#yX$^jDBwX#8~~E+I|PQMeSɽ-qavқ^Tnl4W7ӄE(.`0g{:-'dZbاJG*^ \_ZojUE[ IXt;u%7WsgJtҧp7(h9/--}o3B Zntlӭ ; =n.,gR+=]yWIܷq=0zC3{ Z~CvV*.Â!suib7.Ir{3.Ey^(8}D5n+ -v ]]l-ПQNi3>W]6tb/ǤU7^})))~l&g(铲f\\wN])З=#< -fgb٠ {U7iG&αQ-#n'xNeY7>gIP+\Xj).fv66=~6IC=޷=>d)#fz0z-D`+//)ԩjt9TaKd2WwE޳v޸80bdzKJd4svJFaWM4[W3Ptt)F,L6CLsC>;LnI>EšyLO8#佉>ҩW[~<Պfپݴ_7a[ic`+^>ɻ6bV{w}!zss%1:|s0"EU5+5p(otO4FN]O׋4oQ+QI{~٫E5 ?أ2G~j9+Ikh<HoZev5*avw4tw+"410>SaE0tFD7aͽV䲔VoKQW;<xQ:eZDY*r'Q77KxbJV\D~h^_lzu3.樫qD~N6_h'sCf66MӧShu0&WSNsn/iw(zsHسޏ~n^ѣUGۧ+"J6z=b#РG($hLTѣ} ыIc:=8#n}1h[Uц "Ekz?J(a6\]h%+Lђv|E|{~+0G!:]c)=79XY5ZZNg1g1#,npzbON[/;g+)5:Uu|~ 89K68U87HDH34FTxs㓖ܟHOr??R,&%;Bp():TVig:G{GX8`; :38BP};?\HGS{(Q6GLg-'+co]Y2@Fi5@gcdn2NTpv*J loaaul]d:?byU$ 04KaNVF ?4A{e+r\eQBI??nTUaG?q|{sxn/4VTZ~8@mcc1UҦoF pHYs  ~tIMEx IDATx @Te8p;^ 2XZ2Yû|Fk]Դ.pZV3ܵu`jfYjR0R Sw&6[i߱-[A>9gf@>vWMy}ΰwưk1ӯŸN:Zk1ӯŸNc0*9b/i#T Gw379}>W/teR1tv .o*ӯŸN:Zk1ӯŸN:Zk1q޾:0]zx=R U Jx`Mu_}~ {Iܯ'Hzdah4<0DoãXSpzh[Y׈+| Jr|ܧOca'io=t9 axfsh ƍa#q+~|pqeCkM 5 t EX1O=|$䵣 ^O|p=\t8^EXű٢=[p]<#rS]Q2::5|3O6< %&T! ޷ZCvveK6;>r؅!g]3lC}p ߸^^Y, I-`QZ}@o6$;霽ֶpּpBzyNs\/Jz(Onj\n%ZK2Ԁt9xNV,"UU$n#^V,LvsŷY^ YZ!t$nW[-X^Jb 'EF'D/F1^!AYW3gmIxZ倃L R`Ck6nQ҉#1q6iR&FⶎE0PnGT-cx0ɃkؿjAj[fU#<>mi[[SXqKm;wJvhAbΝ+OH ߲ϙ!U7Z-:Z~mGm%yr(vq[5mVE5 5uDOhjjş~ WS|:I }70hqMM;0+g~dRܪ_BnwB[­zlCm59ogONnNM܉Ӂy{[6"?s?gb1 㦝P6S6ttN` U]]Y-1:HN3N6\6y vXmyjZG`pre{E>5}%qqqqP,$Qhj:XZjѢEYE( A`#GGU;2~oHͨ"=ؒ^W+xxQ٪ku;+Zt$.jҤQʨ'>Xt*ꂂcmZTMFVԳ?=,8= qGT<۹V}V?hh k"-FRޑo FyOm.$nv$= ((e_|q>_1cjDEIsH׋4b_Qdkj"ӓ~G>ao*ioYml|z~eO K]3{(p|N˕)n! 7zr%]o_1ڞgw&ZnM%zKSo:"[];M&779xN/e9Հ XI&n4W[]58,[8:xlռn6G(}~1V}~S_h Z5L^bFBbڴu))e)`4M"oVW[at+^byCnsU@֑k+D&?l dS缾O.{u6DzU^YWt˥HK<5e%gu.UoX@[N7P:rZ~\0!A!4/K<ׄ(89/.e`})q|{J{(B'NV$Z*btFIh|ѥ3!F5'0&ڣB|F&c 9t~4)F9ݱθ2(z21˷hgY'sċO7`Gga[uw.겚^. K^"EcXQ ̤̖̤SZe7KgIFmJ}xrzImE݋:QhuɁ5C֧"^Q…uN& )Ȧn:qO4GU<((  fF?ķyKuY,vF] w+Ug EFC/eMuqܹ/;ǜ`V182R靛=<񼺕=MpKf~pmh&e\Ѱr0Njs&d/@; \DDĊs_ ovVeM-?k)yzl$넞/d/`Ώ\P#,HςXM'J\2=XF>CW}y &-oOYu}SS\)IUQQ/svRZ~*;:eRm{D'oS䭮͋k>g}lm:c5*nWsYU\79n 鬮^tUSGM+plş8&^Uz3*,d wy.3NBkX=1Ea"lMuѡvߣF?("?> +._fm먲e LC=O?~|6pjՠ}I|H{L֋Fw.:4'^}an\wΝGׅMBʪ/jB:LǎEWe&fґTU_ 11Ɔ,\ތ@75Bɚp>뻕YN'GB[U_[;V擃7ͺ,G<6M@U@]]"ҍ=Vv9ۻ{sGhK }3<,])Wt\™MSRlbuY<ݲ~LP]^jsmz-@P .@>~lb7o~zf|Svl7e;tyֻ^oۭsY襊c2drͬmBrs9]{x8 lel#+,vB'*l*۹Zσfh505mn4n~ ¸ d'k9p5˔gMdWNP1h=I1+epM:9Ѭ5)v~zݰk;q"+N`dau4/vuzCFF|^Yt߀9!븩CkX GǤez<=){({ {򜜞%yK\pX2جs4I!dOS8uw 'goazXuI%)!^I NvJ:4 (xW#ފT&;.jt? qi bt'ɴ@f׼ ObmzNh:`EsFKur|\tpj ϲYעáCӒ7ĵC{p Z v4SLZhr|(8˃vBA'I}rx:Nw;v1ߨYu^p`G!s]JzI9]t8AkqtݦѤnoh6FW8<;G' >nH?t07`P~acIWLVv8OӦ'79#8foVxyNūZP}k*[ғK: XHo+o$a29B_z9>m~ܝNVO}SfҌ'Vf8E?tG'Y\"vD'W?{-YD7{cݍ?wQғllMQqSK\/ oZ1*d2 dˡ*&!яSbnp}yHވ]gnr~I*|uwh?.jn4g|O Y=gO?'z7ؑ>4㇂bB0nϝs7Oƀ|ښ>Nur~)}:xovN>ERzJ|&WOߴiTw{[)o\oh?W{xC ơCr~FO-*;33,8y\vOyqFLݔ7 .uu<^<ѡ?CM6AhR(^1`HKQ۪2iO NL CB{4#a &otGn@нt9gࡃ;:>ǃnTx-= eOvJ|T7Lns>ޟRNtn]4h#hʧ1Б5s? >%c;[Sҫ67> U ]aq#ҏ\VgO/8CicO6uuA`xmk>%ү}2ks.N6.ڃϟ_ƬGku 7b]%w3ގ7ISFOv?xa]Nb %w-~c;pq =ى۾-!aqڲ-srS8qq;57Nvn) އ.M/6;~xǫ3R3΂F-t"v[q8aY]4i!9SBɭqrz3_&޽ϱ,O$}JA'`?cGX/jg ~g!h SZXص|{JUJɓ]]]tzנOKSs/ӿVݔ w{{uW?渌p#uuM/kv.Z5nns;uV Oh8 w{dGY5}:rUw^Iz<)rz{ԙ3g(WqK$ FEW7zB@y֋e#܂Vq˹Je^Wo!!aP:Z>|yrS5IhTގׯ >1ʜtÆ\ nHPnHq~D}C L3 ;H|*eL7E0r+*,B?aC† 4 !vfpDn􏽄/YqE~ơWr#\Sp&{1c0 1( c]Gab IDAT_xᅑ-ܠH8B}>0҇nYrrY/+M oc @r{w#G=:r$G_y0r+מz["cJ/6BZA2g,l[2B9ػ AQ"Fgp{9Nx-'ݔ>o٤^/aC2:r'BL>x{љId@@gܥIgvzOBS:&t#q3oڰk j*:fGv3Z*^N& H&Æ!]S;O*wcDτهLjrncY'-?oB6>u{UWZ Ǵ+dn?PN?,,{L;<yv,#g{ͤ5\P5n+NK@ӱe;ȏax@#fA#WN;p~[f֡ޏď*ޓ'/'Ǭ&>G &ޗ|n/k?}`D,߻a xt뇴c` }ďޣ9W x4 c8,: $L=57@8`t0o+ѯ>^wHOm>B^v{>*aKׯWCsOO  ?<*DkH9ݻ3͗ s$f ⁡+&ХvsB]91WJ`6tcCL}J:}k 3\L]L%pᵢ:(ϛѻYfKqn #Ւ2LB bj`YYYS,W c nA,fYʰa&!_BA/4hr+/i-0 ^KM+]ø4^,oVgRIeN U opSe6^k;<E@BoZxhB+b7|~D{jzеQfSLŤWW#tKʙKb8 =MϽa͏8u0NK8Z)wk 8=kΧ~q+ةerD^J)^Ou3L{N\ ;)TbJک_ 84o*7zrSO)2,$2]Ѡ03dIW͵jt~k-Cnp3ЩbA^4g$qt-C'Qr~_>!GBV;u6Mrirߖt8fН,Ghϟߒy>vtӈ<Ee*+Jt&;e(IQ Czän*WHSw4t «DBj^N~^NW}wb'n.S9nn` Iwux,âEk3]snڕ=`jV%-ី zGN\x*7`?#jݏjw%]+_.{ee [Hv(${Z(xw&W:dv6no &;!*b}!<\b˺ZΝn1נp;< C-By rآzV6MBg .*w!} 㚇0Hj71jMխHgحL0xl%)-劌+AMB'o%AO JO>s-q9,-<̥JtrήPy=#i*e-Kg>B9L wя@wQb+#Ih+p%)"(Y3Q }z|jehمN\W'q*rntlxb"I1 llFfm{^U' d??n=!^=׈Wo/Ғm{j\Sx[>rAN +" 1#/liɄ{Zt%[~W܋Ij:7N?xYp c-3YP:+xfFl80+Y͘0I<}[G,0?#ݖJ@ {w)y t[ZNV7T!ύ;?}yc S;ɐ'#ʷ;[k"8R8 Cq ['▅פ'(WA-@lnb/O: [ѿW9 Ԏ>Ӈ-zAKHP҇z=(}b:Zk%&fnwIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/exercises.xml.in000066400000000000000000000173201263301626300265030ustar00rootroot00000000000000 <_title>Shoulder-arm stretch <_description>Keep one arm horizontally stretched in front of your chest. Push this arm with your other arm towards you until you feel a mild tension in your shoulder. Hold this position briefly, and repeat the exercise for your other arm. <_title>Finger stretch <_description>Separate and stretch your fingers until a mild tension is felt, and hold this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold again for 10 seconds. Repeat this exercise once more. <_title>Neck tilt stretch <_description>Start with your head in a comfortable straight position. Then, slowly tilt your head to your right shoulder to gently stretch the muscles on the left side of your neck. Hold this position for 5 seconds. Then, tilt your head to the left side to stretch your other side. Do this twice for each side. <_title>Backward shoulder stretch <_description>Interlace your fingers behind your back. Then turn your elbows gently inward, while straightening your arms. Hold this position for 5 to 15 seconds, and repeat this exercise twice. <_title>Move the eyes <_description>Look at the upper left corner of the outside border of your monitor. Follow the border slowly to the upper right corner. Continue to the next corner, until you got around it two times. Then, reverse the exercise. <_title>Train focusing the eyes <_description>Look for the furthest point you can see behind your monitor. Focus your eyes on the remote point. Then focus on your monitor border. Repeat it. If you can't look very far from your monitor, face another direction with a longer view. Then switch your focus between a distant object and a pen held at the same distance from your eyes as your monitor. <_title>Look into the darkness <_description>Cover your eyes with your palms in such way that you can still open your eyelids. Now open your eyes and look into the darkness of your palms. This exercise gives better relief to your eyes compared to simply closing them. <_title>Move the shoulders <_description>Spin your right arm slowly round like a plane propeller beside your body. Do this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat with the left arm. <_title>Move the shoulders up and down <_description>Put your hands on the armrests of your chair when you are sitting down and press your body up until your arms are straight. Try to move your head even further by lowering your shoulders. Slowly move back into your chair. <_title>Turn your head <_description>Turn your head left and keep it there for 2 seconds. Then turn your head right and keep it there for 2 seconds. workrave-1_10_10/frontend/plugin/exercises/common/share/eye-darkness.png000066400000000000000000000374461263301626300264750ustar00rootroot00000000000000PNG  IHDR2PLTE~s4GFɻ]"%#W:+c޸zTBox~NfeX#!r[nգt2!aJ_EIFq5/t]fcF7ܭD?>  B.#{+78ጎ!v[^^]ܫ̽aذ@TSŧݘxmnkÓ硁l[L@ZH(##tN3 C13|aVMONߙs]A2v 7108&Ăc坞WOP׷}b=A?㾪̉j ՑqnSnI6f14)+|S8/VE×RS0'cMэnfvL3)iT_jhەo٭[E{naʣ|}z)-+j;-Ң򔖓ḪrWf>2' =%%һ‡l_NE0*)[rrn^Ry^dA4ffdjteNڹeH>sutĞ!EHGeଘDžfؔuʶx,,JVV465iE8QBH˩{ڴ[wH/%UWULGEŞlP <(}hQ~rskT=88iϕylWhbKGDH pHYs  ~tIME /[ IDATx\[ו&;Z-$ۑޚI`i˂G3ZxI]2x#7aQQٌ賐4%V[51tHAD 5 m;bC$,`40jAo(ꍖ [ۧxk)_W??}^㻊7_f򋟟翹/ kw ??Kf?Gw7&;k/GwgDwM] "7fd̿|[?&4՗Ơ7w<َyƩS@Ong_LRY,pkG kgÌd I㿹Z1?;krg?rr?*Ua7x>)kM&[!a0g;wE7!{%?%aiV˵nůy|^唎-_5ӓ׮?pGM#'0IOصS9Ԣ\spr12fI0$;]_)\J9r_*dj{l\T7)kcΈSt%? חԍ.蟛'㗧?]%QY٪vewL~Ddɔ䨟wkݢj]#9C۟/ 6|"cFaS>͛/]ܦ7:rQj|CrvvU3Lwjc.Vd`ec@OÙsW|sxHoMD]=/h)C_דh2ژ<džr;|Xe˔xص7WV$&Ϥ̉n}WS3I7E9U)u!؜z\.0uA}ÆͬdsիW#_:/oKSr>91fPl8޹ZHvu{=]aELIf=Vߗi '%'e=%rҭڄMcVDm^$җ=}!Ml(f]W6DЗRVR$ѩ6+҂PUxHŧ{9Ϝٮxfw%\^A6@ ³DE) 9)ʀ÷ ՝ z}s^aQUY=vm{;WJKA2‰*wJT"Kt9C:{JU*gU>k)5~):k~iWg(0I{Jzz]y(EnzQFm3fYupGlxV$yL=tQk>Y,OK;r{zzDL.5J'< "qZXZӼp3d+ؿ<km{Ƭ~Gp{bFy lYA X 6ZmzEѳysÜj*iq#&+ω:䤏#N*%o*ˣ؀/17-f@X->@5tjmC,S=ysUcrdxOByH.HVz 詺T6Eg rjn6zݮf_W;5{YS |tus@rt?eޖ?y. Be/tåUUoFiU*MGY{ ^l6ǺBN6Y?p_ړ8YO ܾʯd+C֣c.Lחf&@wv!evi3)|QUZcD\OU)X׼xi䪖߬u\б _ 3A8ճc.+C1K.rl톨Wg+cf]LvPމzJuҥK5=jzA*,7OQӛ32Oj߆ը.fU~k6\AA ױ9j̠Z(bm~%y~25 vA3Ln9Ϧw:UJOTň ,u@fyv#@p3k}Ѣp8 7D"=meYwn=t:3}_!:!mUJ:zJml1DW1TM+c.@7O|$[ ]",nfͶ_g;AfMZ~C}:OTd#ZUSc^e3K\F)u\J{ZDfKp/Bm\sU,VPo\X[si9"ةa2 Mkژen6.v"r=lԉOMH{DUǯVh!hENˢ>1$QlRf*鵕ssjyL=W\Lvn"V=`{Œ*+^YYYUVpNf4¥|G1qZ=ffbAnC*mB&1;kz-΂=*Y=)%dkK]\VYy\m6AC`02Aa1N'ЅljDFH7~IaYAʦ%f*.Xg֦Um@V7<`{}/3L2~w$r** T.N9qZeevYfQ T ~VWC.0|nhq(ƀ ŃSe%%%'֞R\!%  T_n0weg S[&Az|5!M,7}l8m$doZ%&$ČTHJ@ⱖtBq*#^泋>+h.f=bNt8-xnUy4 b>gYljpsig]f\@pt 6m?uƜN "VZ\EH#qb̀_e7C?'|ΟM?ryFQ=3hV>PX^ V0u8tVx22A*UvE>;g-7f-~{Шp$tJů2 Az/> 7vнsf`$F^Qh{=IŌI!Il.w&zܼHf>)Z3trTTEicA#'HM~"8q$tAHl6,a.Aek H ?' CFn0DwD4 #% |?xTVDK؝|_3sV؍ ]O6/$Y:u!D+`SiXMrIw4#|  *[7գ┅">Yq+_>=YFbX&U P\TD7 2dc.T#C2[\ ? xX=8fp'VPߺ2%;8 ӖYb={&Jdb@$ucveWz]E mN4jSqtle0 :K&c=& "kw.Җ@VNVa&@UT1):찼H?b$wї;ͩ0q qv>:44!q+7T7dW2Y OFymzXC\);%OiASUoT*-7*~RbIl25u~"ox D|&1iD ZIr¢9h\Q Å_;s$!C ;[v/I o/]axj qf݈dN[jc6TgQ#3$t#$KPZ :Xa_[:b {{ptʣq,zt.ZJo*/%[u *O825.ENDfuW("Zl6EKIW BbT鎩KD^XPǠE-FyzX뒳_,Qv4Z'ŽU`tp;W{Fҽހ.uI44؇ ^Rvv05xkƻ该3܈C*^$+.]|՝~,e`A8;Jw녮|wV&<;_>ø;#b+mhP-Qg~Lf1]3zKTr=&rn8wS]x3{!I;^U19/sޭ}ͬۅ8{[b* jW3 $j8] N\:3 ng:bewX/@{[BTxWe3wDG]! *kKL(:$t5p[}S ΟAԏ=A.ӀeHk5 AUj;'ݨ뤾Fk}_~|@'azݜ5Ul]ct<ԑJ"6'u<68g @|Vk_ :vc UOkl6(ϔ Zj2'8ݮfMϙR&\i{hň`Ճ%k7^z5>Jg0oYs10X BjC,hGƸH\1e*^n7Jxcw [WNA8Qu#:P)@׿qƁ~ep{~u*F[JwJ,М ֮-t!5J# WM؁ D2 D7kh*F[JUȈӷ==mb)ΕV+2ŠK6VV֖d톇R1:R-vBښ+KWVk#z'흐t߀k6g¬D4Xcb徺 ! o]Xv۬f{P)&Hx75l!XHX܂k|S@E} X[@=q:y~$&Ͼ3rk&Ks\AFw)o@OG1KWBz4vBГw]PH;L%Ct@Im< 'R0>R-ww8? ,7һiB֐vm,_+| *]tf>r :;X|!ibzt v5)+}~U`vBy"Q~gɕƎeQ-&#v5)g[c9O'e A(S {hnEs8#]AM Ik)x_ nl*s̬:(:,ө;Rig x?3M7FO|!x:|Fz@;(eK/351a7]1H4g|LTz>7/9cl_ &gpہ52Ua@;\ aIlj6"MӇhWErOtj0ޛ=KTѽtfxVWkxH}Xp{`*w `SxEn`f-'fVikkոnK` ##$MY3B`6r^ȭ1וH[rm?^OO)vi\y3#=i%\cpA-DtD7": WTIN'nȘnL codϦ*? عˇN#;fE{L!EA7vvxf!LFE<#+YHed93@ѯk?!גT;7vW1l"" 'k>ПT 9Uw< nRQ'%uq-$;j=Eqa+9Qk!Lzw $ c7_v1~ܛ lc}YX[[Mr'h )1n֬TR񌠟D.0>e;EeQ)zV>E%L'vZݲJpgg&{=EivjTqzj1=H455մ9u3I.3'{"ތEƺqc@csii**T7,*vܳSc$(9c4lT Zz"{Xk[ӃY[5V47nA5>AG#=k%ښIiG:9` |jj8٭Uy"@`Zٳ0ٛSS[9۰UOq@I#yL 4=v ں\/#BcїKZC#' ڸW 1ʢɡ*pzZTɉk309=T[9uxЊ:;{LH'L!R1Չ8Gtzp4N>8U鲬gYH3!ۘ(of&oBakeڦjB.|C\#3pY~Nt[V`y=ə\8r5yJ8V:9kO aa']|ojHy#7iəOuQLu(m.*͜FB naPt$(jIDAT%R?*Y]DxoӀ=[_198n9\ykdp#& ظQf*#7. \2襁/7COcuaQԐeY  b*Gwl}켶CÈ#ukARCyPPxWbiT{fAmfN а#ecǎ͔!3~ G|Xݸu+鄷m5LT (D!erd'ۙ cH^w`/+;/ PL| "~JQ/ꦦݻk.}T=d481t0<%,Nzl+oW }JZ/g{\5#m,uUL'#/SLܳ$ܳ\SCx7D% 7+F|ݺu-R+^6'Tܢ'I::iug^[ybh p5?2IՍ׹k&8;{c_I/}uˆJ\mX4:4*x۩|Y-l}EE;V7݊sT 0+:K&/ -'y9^4}{Ovrd%mPu'7l=QCˊ/*2&ZpZYē -"v$|q|Ax9{ޖ\]CqO9U Nڰڝ2\p3J@wG|ėps%{>!_dцtAoo]{h#yR+r\n?=5(:juijǎ)8 &ZOtE${E"잠^w<^˾ {[FmHעѽmq#ԶFm9.In:u.-`9Că1-vq*wohPI ej[S8?ND?Nn6$K$OY/4܈^tW+lϡ'9cL@mN>e}.oXpv cu#nf\!3}$ٍ~k{9-MmHNur.V9x+$/I^9ʐIBSS5.ٛ F~}ۆu-wba+}&:_+¥:.ۦ\^oXes5D׮?^.x?C9m?uƣ˶keY\ 6?ނt\|:ݛdn}vZWa8Dv8eB//lm Ix:)s'/ƪ,6;AEDm|+Ntr'J|t\{ziBK5셻@A>=rI}n+r(\Ɔ%o"f$uN]<a5ڝ$+؀srhA?8*Y3IGU;Em,.^oܦӱ}6un$ޛY¦ #yCLzѭ9랥[lz'3] 6Vs7 Nx7{[;m#[FiY.۸u׶Ǡo%tO!ޡS=2ejUls>^<6c2aaݓ55 EK&xй(s-x|XKUͬ#ߛswз4;ofWϣ'~롶92 2myrdvn{x#>XvD*?=vlZ4m"}aTW^ܷ>>hVHtaK*t7X@zE#LDk&&F3 fn&t#^ġ\b';\|  z z(|N_#VVc,F,Y\/ vlXD.6KUWw x:7ѽp_&;BnN0Ք8]25qz FʗM<A!3.B/X}ZhෞC}gNzoC{Ƒm/>][*{zwyݮk7C>׭8GAo-8]G?^9I5:GA~m toT#.tuwɪpƦ'-[U4`O#>e{nl/ᅪ&(#W6q]E7JN_;Q"w N7x 7wɞlhyW7I}}5IZ25 tc6++kp+ylU>5Oc!/|Fto&q,9*!.rϚ۶ ':vq!Eus_S^>AʛXC Bքy䙍=+r*[R9"̚*+a!%59.,mM>)Zw:]р+&O÷ j[ЊȗVuݨ֐G0L+VpWA_e2zD/b7m16 X^Qdr UͩYC ֭cZWFlGǤIG>$. žʵ{K{| d݈A6\/VRi/*=Oi4jD#b6.ztkA}_=?+o7z={abC9b_*Oɛk=vc,"z_&^DžXe_K^xx+5 K\vLmg&&&)2k GI_b*tJЏ]+707Y#WO!N4|BX%ƍ_V zX,NgԯdVL-1ʞ kF&qsuX֓ ,4$;.КѺhPd;}8bѨ_*HnyWG\}(1j]٨ م_|'|ŽIG doXyvƝI^#n|+YC~Wz$7$9.C!oU5>~fP{IlKu[m:r17\b !8 J?طc۴M8{oBwoɮi\_Mn.Zo2o92ypf`R$}zI ߽~dk3 X{Ioн} =^Ր3M 9,`- y8hqO.!m5Lkww Mܳ:p;>aR/*: [VS-?(yvbvJ#[Ϥ.l)(̾3CGn=^ēn:*:֜#G4?sQ֑nh@ׁLg5W^a{i $n4"'-^CBRE6mi_-xB_#怋~N=\9#C @vrOb'EIFHSGq8-[.P!OoI:HrcB2^Sȅ"vu(- 7f85hkPE =G7!싂X|^#IvCQhْ'ӅCN>-[ )r2nFKoL 2Jȏ_RD\tp5/%gb]s;=o`c%&+[Z(R8䶛m /ږ6_}~=xEyfn$]Q> 5yCo'3~:)>9-K~޽G +ĄEeż~^oFc{ڇS@.4+Mm#,7- }Pa?#'p^{Z Fmex2>g| LAԌEmm qbM[ΛPgkF/^˃9ϣv|f\ՆjZy~)J:_[.^,iW(}?B D'IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/finger-stretch-1.png000066400000000000000000000334201263301626300271510ustar00rootroot00000000000000PNG  IHDR2PLTE)r½ZDX#@^ݮBB@iwצּݎؖ(<쿪))'rJcbV:+ް_9KLלs_xţ%+6^_\ҨzUB5Nk֣q[dt êۺ)6FhE8=Rh663Ζ֚词u[PNCKfOޘs3F6BR̉jÔC.#VcsՏ=lmjQ7-{|fՒrꌍ0Ibجݷ~c Zuu.B轵jY-AVw:ALaSRO<)ﻒߜA4"^ 9RnSŷ{}{ !y6 **':Ntw]𻧦ŃdhQIϟ&5sN;۔o|pҸo`qb[ ɜ_cfhuw_A2LOTWF+D]ڧ{lbũ/6B(+?' Mcr~إҢ -ʟп' (B>ʟп<܋!{윿@YS*2f?g&A3S[?^zz/ګ\[*k.!|g3ȁ*6G<C|Tdɚk<$Gd%( Cq^15NxRI,<6^~i~usxq=%%oރ^h#c~W6H_ U}vH\QKO2(~a.fA؍Vo<<Չ5{! )CjcO7wm^ɂ,ڤ9@eA屝brçpJzYD kꝵkY?5ŀg˪?\PcGYt4ve4@΅V_,z/Xz>֝߅)[Ľz81CŽ~ -e=;bt{L>s ˒v? _f`PWB.+HuvQË;I\Pvj WǼO6ct:k>9WF$|迓;mcp֚Ӌ1½ډ?e#{3zO ە1.INxC 7i7f8Ų鶾ͧJ= a2g3N1d$0$S܎;7#KsKX?:v'&ʀ`P;e1kZ:}OB:& N8AJ%moEޤkhCqאe\t{m;CXRTSADQk&Sh? &N٬޼z7w7n){aZТ?|R+zASvx<2撻S%maA _r>^̓ܐ(md7[͂³wڪb}Ysu̇-J6A.eЧHsYk5d_ AR]ICB~l   Cߋ;C*]g1!i{/` '2t4i^NĞW 77*_ %t :Y_GN)={`R[tȺڅf0* r)&kKٙ}Xi((ӆ1]l"}z!ot~mx9~iºKByjetxgɁ=Qz`۶Q7VeeKs< Z'7>(NuN:ڦȺ}37?])]!!J"tsFwFA}5G!wąP31}yZnZg%G=B }ݾi-ɯmS݉em\=G } 7ۊbZ }aWr"kyA^l:}ؑ][:٢<)fvUо!_ }7t+>bx '^+oNYq!w!j!)2k&aHAO/~_?^,Vm 7S6ϟ/j h224MKc 6:j47$zxfRΒp=e5N9MiFV U]0F!!7̆nٜr/o 5tw.s6rwEj@נ_k?րy oZֹٳROp99PTTh2/+YBwNhC= Qg!ǞAJȫdgP VwRzΒ|eq7,HˌJ0%;KNБ6ARU3ˢDV,Yp}2tP sOrLr!7jPHRee-P ee ̢p"xo[xN8si'8M\ AV;RVT v^ܿv =c} N;:4$.?7Va^p#[@ I I KD@_)/i}9CN*Xzv 'nV (ʷv S^dԕhYkMUbTT"JwE8J`_;46a:8<#Z=5 9xy;KPV+CDϪAєi+]:G{j30,ZH&sGhi`ӡa: G +6e@k5;^ |cnftQdqDmx]zOOuuCS8wǟITubp|tԗ3Al- UjIIˣ,8PX5F{?u"p+|tn}C nd惡k_^}̔26#qTtJkkv3-ͨW3H?$#lP2٬|^Џfto2l8m9*߶"3$3zqqԻiGYsz&a++"kP{5.0pDV5'8*y9s`0-*'Z흉׆לZDx+7UX݅ 5Ț:^T9@X~͞{) 8n^- ?v5w[oOJj[0@d| =ˍgѡx>*#K;:xǝV:δ "ʦCpzh܇-k04UYY F8^ {_b ^!Qy\N>.y* 4$A YN88'/k>ޅ:Kܓ8fq@lkCh tmXtkK=aN} <*q=WMq,޾ ¡]xuz7x .}3=oRဥgg pntX;:Tn8rٱn S8Ls ro.=V2b_^8Т~Ժw*$ґ2w. |'[O݋;]='ou98`nK[OyWh!+ɧ}mMyW|)J|<[ׁ̻܍aycS}C_=)PBBB׃:,Ln=lvݩ,6;~?!|~N㧔桂6@Q](.ͽ,좳"ݒ-v^\0<<܆C"mgrkY$4z<:?T@f]( 2E_1% JyΧM^_ۀScqJ{\':'$pJe5嚕|D;p>M=6}O)Zcgj,w3::8rT=Dqr)\3%]5>6;l|}] g nsXo$.׬4)nB[+Ej~^Q<6Y='f=AB_?e&Er2 a(K!Y)Mm+#F)XǛNLF>ȷ{ ; 3~N$@ `"r,R V`:UFh=Y+fPŭ̖wHu3ejAKxU0u(J )/&3Wo ](~$SMeX[pP(s;89F<ڂF?'PK\%w-F))NNʷg(.8'ŏ}q6GSᐅۜ.N`j<@5PYI)@庉ey&Cu, l"p_ mrޝgMuDt|>|5u|/;ҜrB!^'z)a:ZR]cIO;rУ|\ȹJTy|WyWQCvY+>~YpNqe;1-쮯LTln+>>(~` 裳?2 ЏRڧSe.caBSM"Oqf@l벢eE[ * |J%5~ C7;H)gwRˈC7Ka8F.⋸fI|/ۺzْP; G 453UߴCҧ un!&[g9A)zB 7"NRuYՏ~}Ӗz65vjfg\#YxF;Aoci8(&iP/XOh :ǏIZ'?D5zCau =M62em_WS! ӗ1{йy 3>zVo%x.Jb?ZȽ'0sK_R,sdI\82S V//vԜ:C rmY~#[r8֩oGpQۆkvolr-#mvm[;~qJ5G0ѝv_a` y7*kyWyj(*zmxxIq 3kXiTSI%}4S],yЯdfF˞+2ׇ+Яia@+T4BWL+ZwB<ԹXH3T=uS2[(7dځe&OI.L&ίoCsf*T>c9ɑ Fω.⚃@.ߔ=y䂥i_"yAG/Y-&a1sJ5]W,F 417]$ӥv򾘮У^?{R18v*=:=}g9w!軇wezSCOyHϳ_۽&}>K/+g^L/B||UDO9slKGFske;KrB8M[ڷm36N9EP׾|B:ee/q͸ /h>P:9}G#xZX2ycacV_8xf!Qb'z,H01ғ?:z`7NuE֦+E_r +ip: ;hFEisoy}t&ԌE9Znf=K4N]P(: GJGGH[12P䄿ѳx TjixよڷIő_2gEGhRqtEe(6uR07lABV.e-lc -MXU98ȝ pT0H%Pw ak! {(x53fDaB߽}dB1JHlQ*'W-P;qWuټV_@9Yv(떏v!/M4f.t\JF1(+޿؍yl|MscqG&NFHJ}T6۶Ni,+:ck덍CpC:_u93+?M-b'D}foooGp'ѳ Fb7vdgs7(T&It Smb੩.pzcqDqs[GRR`FAKA󇭕ɀ؝gC+3E,g}j, 8Ռ)||#9芜1@)M&pt xKJǒyt:~ W$]q>N/3YuwdrllGFOp…E+ 2#҈)@Rk R"9wf/PT; STg}p3s+Q N! 礍Cod~GC(-&u~98˕\9.h2Sr@dsn|55F $CS%gxuzD"9;-b,t'{b[_vf鑌 Ák n8c`99!-7ܹsro0Jh2Q܄\ܡȤԒ.: h;YpMQ(0'5 fc4#g`J.A3*|oƹiׯFQg3*)6p509s[ڵ EeoϑoH! 6S|Sz'e|>t⣌T99N$kعo6FGJʟW\8|BZݹV~O%)J4Eex2 W)H9ycѽT]v́4%.\=7`$}7@KEyM-Pt&e.2W)v34A uxߔ-N|ҒOǩӗIŵ7:4!%Mh2q'VU* aecCR~oW (Dq L\ RɟvzNA4:t$|K xߜ1d.CMA;vuCQs#HO)3\yKdYtLj yFbr|hB7je+.lɽWBȘ.0t>s ڸʡ6' 齣#֭[f_ CN f0I=]Xн/*`@Gxi4p?hlLPw֭[6 %g~s\0SE|J)%y]ˊjIT!91NT=ɫYƓvΏ܅be2r⭫.^Stt]q3gV?VYڱL=W'ԠxH))<|\R/Ly3KC*gYeqP}#AGv AM(Htܺu"'_<%w(nrrB1 ";ƗhuJYzIJ/HR`UQ;ւNM,k+ -53enKx&gXvII}M=;rl J1wNWgjUR?B"m}4h9ȥ yEJYW5Ǡs) v6T?vq-9߷O6v4W.$Eo:?A[WOy7Z7HBsR:yY˝L*oz?b&:&͐so{reǖO>$1[428v+PѱtlYBr8Tyy_QG3Sg%8^"hneރ~a4;:iRs8mRIdԔf*c{<&X,29D&ވq ]) (N:y4C ;lfJl$4M;`dʲ457-o>S lh壩Kg|{8 CC.r' f(Aу^:2R82XX8<~ll2;sIYsO=7: vrMnr/k)pߙ>m 6 t!󊋅}db+ ;r#A@ǰ&\1'Yy.+PϪ0B^EҋKϼ,l7 :'CHH2nClCx"Y\+~IANG8Uٽ/C&p |.Wɗ{E s.:G ѿ+r q~@oWHj\_- BOɅ{StYzomz]@L߬()-AR2D^ n$&wW~b;k2̉>ɲCi#<"N-(sc yh5\iFvyT/=9 sF4;>zc^g/9qtp`9 g$<\Ύ:f'Z<=6d|. yb^J?cNAA^ibΠ˭(mDG&34:y;@:0 9$i{.<ġp_zhE7Cr>](dsZ]%KGqmeVrSK"Dž7JBP8Ógcbk7tmt  ]-)"%sj6>X;vIJW7 FI.K. 6 A/|I~2yDGxDaƣ>JWNr ^:֬1P8m)@Q>|xUdUw\l!'It_Z> B/h,WOZ$1y]-ní9,:Fp|m7dhGp2p Xt.tc&H)@p+ nURUAꥼ53= N f~[G㤉K$"NdщmyiC\7NF;z#>}R+tV$I"_FU|Ai.Ӌf!Öi e]0A;D:/OXi ߜGѳE!N[]|&^fX0J/Wt:­ 6\Q9ixy, 8zwѴ=aR$vtwl" \/-'~=wpGCGТ'PkM>@-\}tÆUǮWp<)S+KqA&տzi<$P#y__@.>y~)܏^ĉɳf#ww+c&#<\AM}B.z|:M~ ~ȥ^!N(ka^SL/EhGӶN_ Btsy]s)W=` $!|9wIjD|d~꺹ȧcE=}S]I0-FIZ4\O߹~#Lh< <х;lEA1je?1Qs?-AM\:=t>c{%.tvu^||\QD?z4䬣3 8d'$۟ScO4:E NܣG/ѐIϕOб+RIzH0hSOx|۷{٥K~w _W_K)>&O qV:ġv ӽ~>{\򮼮'|n^~c=Y|ҽG>^O^<%`O&^m}9l]iуDy㱥'Tr5Bp.u?o^9SпcubB՛e;gϹЗ~z|.%LCOG^ǐW}$t&Ap3z8Ax93wrzyTTyp'u.,V: GK<=ȗ~gG03{ ؟sΛ{8 %!ut2}ݱ3y9936U.G'oXs]|]@I>Kfy h۽"ot|ua%gzp8m! ^'ߘZStNFuY8&1!2Dgp*M_IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/finger-stretch-2.png000066400000000000000000000312501263301626300271510ustar00rootroot00000000000000PNG  IHDR2PLTE)rÿZDhCB@ݮy#@^ݎ{(<繤揹((&r:JLV:+Ĭް_',7s_ӣ7O^_\zTAMcaҧؕՊ~k ֣_bgOartܷ'4D3!hE8=Rh쵛C.#fO 4G̉jNCKޘs6CSuZPR7-Տ=Ô梄Ւr|flmjɡ/Hجݶ 1Ic{akRROaiY~c]uv.BW";Z~ߜA^563HRS !y6(;Ou")*w]ǭ;CNhQI۷Ø&5Ńd۔o |}yrM;®pU{p.=ϟ_A2η;(ɜ07BrqvWFoaZ ,E^(ڧhuwjS`Iwr_¿f179эnإҢΥ'-!L3)!:S {mczɜjaȔr%,DBBEħ}mI6%=V23E6J_aPBefc\PWiT}H.2IlWAQbҡtvr /.;KSQU.B$7KXce (AZ~#="3M',=j pHYs  ~tIME53k" IDATxXSgR6SJ ѠLթlH$E)& %i5i2qcXG:UJ{ۈy̨}jtadVkI{9@X9{50{ппп(Al_ 0?H3Kaѿw eH-nJ[UX37!"ѿ7!Jg6c>^R5'<>F3P]3;t9_5-7myoN8f _l,-}3ti5Cjzə9􄲆>6Z1g G35}bmZaVww8e8?:|MO1VqO~o͚5H.4wHJ38%$ \][ؽtžK߂O4gC7@Sf<[ظ?=?:].:$w5-Vgݘݚl }LocĦbcKJVO5cɩ-2M| &1Kހnyh3Jcͥ<\# zv6 ӭ5IDqV]VJ->p.O}x8L세O)YhiCwBGZR*N&U>{5gDFh5jM8|ryv8; )6)wVۛآ^drBfgU[斔?/*l9V{׃,޽?=m,/A&3}$ɣ[r1 Ͷ&vVr4]Q[)=[Z\ 4.ʃAee9֤{W{3n{E9}>y;DzϤZ疄]B '@S͛7k*ӌB,1A r,wu5y׷㬍X7w$v꟎5DX?Β{|ǡjq>[rOd=<;N9adaLN؇ }e4&* MXbEP&oW].J R*jPܭ DPކ gLq٩;-Ƽڤ|O<ޤ8MOO6!YgrhرSK][,67.1ڨC݋ȹ>XnE}eb53B[t=Yla>TiKӌFSHy!t '7#xnu_#.]J./?t{+!?hX,_0V~4_rMGW(|/6 ŜsBZbAvL󩣨j///3IX!AKhW8j[[Mhx:e;Ծ#5cJR̘m?/6&'&F49FHGVKY9f=y zwÈhۚXlnAwc}GrLWto`XUsZ[@T 2qli,zcv_ kۍzd5[;R{ܢ;bwջg-9bٻ8CQkV7=,[I(47z3߱WxY3aCF/7s}9w0 T/jgpTﳴJ 7CO~ =]-ffɵ5B5wmm~b2T}z;L*g[V<mM_->rgPiJkmRRM8|`>B Fg@pRà Ns[E?Z)C-&{N/~ pfJǃ1T+疜hCa;Sݜۛ8dX?g *$:$ 5أ/gfب{Xzꚵ>ŦY!9S35opҲ@ b-KJz !׏dA6+N=ơ/|,tZǝtmÔmlS_@n&f7𭇍vTv0Ʀ1z>!ИkabbVӉ%䏕Ol!=C,38l4W~\1Tg~M/ĠӌMەJ18B٨J"S}# pn6v G 0s3F{jjqŭGk, tnP!N8΂[ ;Z;:4;_fؔAqsZ[[翳%Z/DAੁ t^rXp 4By0 o믯o}apWipWLN} x*tRgCsy? ]jnsAwJ欎?Avzpnb't;/|tn F X,rb{媅MxnDE]IxhߙIТNm>noS͹`q)gw=)l5fnjf5Ŗ2hnv\^v('Rzy15.MWs=1RI5KcX pڤeN8誋`~O|lXljN M<8jCfzGc'ߟ_V0gQAKvP p<G'- Nï##pA3޻fpRQ BYp,ghV=pPb :éz+} ΢ PhO_xzMPrw V=|6C9U;w<bFx!i;";ϪUCC3:ǃ7BrKZ0m fEIY g QA!O{9 0o!szH o]F)9> /흶rSF.: qS/o,!_'|!N(سtVA_>Qq1δnt=y[ Q&u4sHƂ?՜_ ГuMhsQ{9C[2wWP8ѓ'˄ۏhqe֧ 3R3&sjDM8XjsTW{|_>{n9%}8[oJ=呲kE<q* {;U̟YPM]w_Yã(3xp";xKy2@ =E. i@+_!;6XZ ?4;R}c4;-9-C޺{..$snhŲ Xȫ>GꯒS][kw Jsa#O8”]JoۋsE6ߤU|(Aw%e+e?F,#n^56\IC_jK#:|x+o:>5 jG# _+dKTyisDo/^r_,4Dv[iB֓ƗW,tV^L6^S! d6ţIE +d٭+|}Cͩ&/8C'ˋŽH']7'N)S"AOZj(6?{|yD=---{0З`k4mlU5nГKtoaNW'uG;:֯o/s*[ [ fQgBS(U8&vJRR34asˈ^5YWnl4KM;+ ɧӔDsg S/ɫ\q!}0NQJP=;v (ku 1(Tjq[;t膏镅y<-K1\V&~ +y?{jj_ nˎ/^ =ӗ?\> uJL2=3Y@^l:ȐyW.g^^VoZ\n=eГO_ph6}YF/+tϟƾ|h0g4}XyO*jtSGGb2SD_q7n ߬W rJLlx@gܜ|T)¤yWlɨ_1=׭sA>m^tn&ƌ|u>Q|fKm,7G¬ۏǮ_viTcl{fssnFLYlՀ>-o /r3[1.hTRLBYF !Ƌ._WMS4&CR$Mx [U3;l>Q;<{" 0=n[UYrpjm  6ޚpXjMɃ.?Q==u88n7mll ~t`ŗد$ٕ0ԸlY)0 w8@<]C4ض`AdlkD)z~1m+Oz:[Q++zHci4MqiWl2T }Q zil֗K; _71s c4x=@تM$ |Iw{ G)̆plz/KBmAi: [M,\ fVi #`9 >q雰#} 9 7lZpy_39=&w[ { F7UOzzQэ3ԘM\nqO~f3@ںy}}u>9]xz:`́nDcm$Cfp_Dɲ`0 6&ԐxONy#lyvwNn,w0ɨ"aEbdxŽ^pw%ފk{Mŏ_xѣwBchAqP_׃brq5& _=3@7$3\n -?lt?qZH5k|LG?$5+,7=`db1:Auk۶wv~gd?ZZ;+4õ%#:>H}ݐVAD{O.%]u]C-Kmss7K##OzRWіDw9'u2t2gnw5}ݒcǎm#.28;"v.GphRϿ?Lz>[;མ(pv~R`Q8%мWa3XܽvȌrԎR\=<#@_#'/[[-&X (H7AE7W T6vx HϟKE^/ǑUڕfwE^a])HwvcPGrMNSj4oN(اm48H,Fv!o#Uڵ'Fb6QQ_rue8D65O' F 9ܾl(A;,MNݞ2'lQĥqVTM;ij0ʡKpON7|Lx6Z"RM[q qIj iLƒIfhȮ+mbR{R(] #SdfHryɭ[L9do/IDATwkw]#P4 鲗yQ Ĵu@^Uפ̹ Ӵ,9c]gb-ʎڳ`tA'N+R]]]뷖,tc7]^D xc?XFQ>l6Db(245G@Զɐ1::ʝ-' ^GW[רMuud|4O72:\빏9$sʆH.mke)irK#M"<>-v ݦԶk5IK5n7 l48C ]_O#KI9̦9M=*nځjO.& 17)Ǡsx :( 5tvomܰSڵko;]I,vGU}`k&W,Ņr<9No܏9q}Pߒқ'DtB]lv9pX2k?]w~~M?pߺ>XF>lt)yߝbVe.JJzt$8|]$^cW7ކ]Xva'?nPYnӦ|Ӄׯ_אumc=E8QxEן17/)t@>jQK@4Gxuv*=m$+Tm5͏Lvn0d w|]6Xt}%kcE =nƭ3Mw冶M*pj3+iʔ~tQd_M9; Nќؘ[m.W:u _v }}=@uR hz4gطGQev hӯaA/C#B `W/΄"qe(nC66UnM١_#֎zCBdKL5Lr7?U{:xpc1 q|hۍ"$Hʱ\nc0w㚃BzO| B/uș8o5[R >8' TnS{]^ .qͭʛ7i$uYZ܄o*k+1?m\W8_< A ws^sn7"&PN]Ix./ex%.ɍǰo }W| 9֣wL5ޣn3B?ܮ/D̐8l7vWa ၝ.%hTw|nU%$8t@z|UN)WG͸yJr2|(| hw-OqTJ5LV^wEmŮ+}$#ȴ,CS`Љ\z}ܔ G9l2r:őVc7f"_Q_8JivVvݠ"N SՆ1pq Yy*>Tpv=78Uo{pYl7v17||N[9MشaIfzIpn7Y\tڵ':;6Sw G v8QTq -5:C).Ǟ K[Ct7)k sؽQ)nN鍴SGT.A'6~:_q8T=m}%6EsسQXבI}N{852:<1 :z˱y6^O UYpq~oLIoϴ>šwv} !qOWGV\YG_A#(~Ӑss@K:閎㜢]V7n ҋǿ0 9oG6OMN8LިFKu]9:Yv|>G96Z߭q } ɛ_qyLn:iepiUv럆DA?4W;%N$l?v("aݑ|сO$wϊ0v&kj |n~ݺuL[GoYI:wUtZ~.burD7 [ζ2(L{WiortͧJީX=} 7t"/;vkɒ%x19EAY[=aoS&S\j܏ Ȼ2:u{:CTWW$ocA?Ԭ:}yn 4 [ b['cvw*_SHnQ<ڒ^'+yV^Xcܟ0#8mwu^{E\C\^Wn(dGߜ?Ӹ=qbɋ'#g{+yڠ/݄X<ڋ$.ohp@(dx˃_ʖ {C'y֖cFwu+Jk9y \!/k gHqi)" (A0:,t.MPC2I@G_\9ynm̍?:w^{6;a)dCLI_< <;>d蟿1{ 1.3s(S {BgMM.=v>& ^.fff du'^Љؒe ?rD@N3W^1H҄uWe/À7țe ЛD y yΏ<Ӈ.lm*;2) 93bD#&eAJ;m<Nj<>28уf'զDoAΦ8:Чk`c&G|-C]dwѱyu+6I}:%9)eGJOT|O|+Wy·>l(c*^ȐOR6}z@ I.9.)iWd'm. $tr@@ }i닝&]MFd|NOҸ''Hr@ύiO?';.:(u 8DR# ) 4CflfW;Zڎlv~4%HQ%r@ F nQ곺##@xWgFfFxxx|?o3ù39~~ϞŇVV,˄B"B"BD$$D@DD(txW DHn`X1303(fQJ% RWRRBj~CsK+ VJ/]}btй0033+fV̂0"K("MD*("W"ARG>m3IRRJ%TҧREQRE7wE!Wͤy/^ <.;äŻ~B|#>^yWT,BBj;DD ! B?6: QÝTlwPb  13@zuظ3'jy! RJ10(fp1D+%DDZ!ܑY.'b-m @H1M2 , yx 7|4?>ٖIN{wG:CO?=CB ֪J$u$=DuBBR@#^ee`ň Yu HB 2#"#*"L#kRRrN$DTb]"KhAn#3748fԀC$H01poX0`;<]o\ p<6fUdq& ]O>`‹k֬zj%˒$!K}=%@C*DXU hD_`P R)Tzg4=+T$ŌȄ@ٙO a\PbA/<ڭ|<+``M.ٱ{p B=Hp/=3@裔RE!m-Wo_~gl3Im ,?,[?1S9N6%whRZP;` UK nbER C!$FňL(@mR)BࠄP:^G .4{Gy`@dP+vX. q-fn!bV ~;??;]<䉚ϋq,?W6;2:ZժJ$a"K$}NƐWhqF_ ""FT,I=b#oS Ȉ.}@2B\~ͯᑑZeYDJW9)C6$,֭[a  Q)UHDYBd"*D Qj@ Q7 @"*fe4;U1 D-Z/kM@AU 2qZZ"%;D,\?3tf(8t~vz~Jm~|f7dCpZI_BG\5oCs2@/ct(׉GCEh+B$ɉHRPJJYH$D``%hjWL`NƕݝZ;^JC|!Ji3 L[`iHkS))"TJ'l%Bq\Ͽ민lstAgf&͍Y 퀉NeX*2@QO݁ux#< H4Bn c )&* "P@z[@'EHJ i J! wWuGRZJ 2Ii_]YIc , O~S_8msޅMKg33RjBqxE R"sS}:o:p7 A"MS2W$Mu#,B2b` 10J7TnQP$Й0YkU2]cwܙU< {5P/P1^)vb?n:;}s;9M}}}%vAmٿ!pzI PX 0:E$DB@@i "/1/ 7YfɠҢH- MV8-T!9*Ӽ/%Q0`zd|ԞY/ `t)Վ@9?vͧ?]9c/M)3>33?4<#P8#(.P_B&Jo d!2Ni IU$eP %i/"(dyAQ0*ČR.(Gom9۳R ᵈF(8496puyjܚ J)-~w7wߙ#|9gf;zzzC^ctHsU2%wӀ3\/`d& 4,3I d`4 PiyvK:o ƴX"*VɳUdKd= 4Jg rToEZPICv_h"ǐR]0+D JϾ'>5;v R"]Pas X ̼pmZh[ \3ѼpJA;`@@ ^>ˠR"HRIEiR*UOɮWZȬ*TE2™dOo*-`dfjdN8סm:M)S|e}J2#*4o?Թ=6g$f:3WVl۶ZA{֭1ºC &:H gye k/=Pw њ9HoTM 0LDbeE|!$& XX JQBV $2Y h#d1mt>'T,R7 ԥJH%RJc=x]M`>!ǟTQÞ?^.s^һ6qS^?TTC=B'9pvw3;VhZ Ht3+bwD Z3(E䉏Jv" B}㵌!s`gH !l|nNeA+ ڲbŃkveuu!ea݋4dElA/Vuz2p= ^~Ey!o:+rJH3?|hPJibxqZ"&3˝h`bkKE 1Ŭ.BB!(̟ %HJA!AX΅(2 a\א%xaBүqTB\%:ART:(ڣd), :Gb}dewK֯5PZ=h{y<Ż uZU̬vwx`tq)˲$M-cF{LcWQce>G^HxQm n-N#x=p-6=)HA%-i̠ әHƍ5}@HaU@0] / Dd]T6kbhZ]%*;dJ)Gv?;;#`u-kwRU6j[YQĈJ)f8o߱{DϜQ.#>}hZM4M$Ma"؉D?-7T`/sw8, c6 )$-PRY8I! / lCJa2oD)TynȋV+']7Xƾ8[kCo^~9 GdsvifwX7#'e]9p [Ntˠn@PBdh +Qcdd=w>DI( hnCV4$$-h9oˢ`b'Hbh<20u Dc l)]cyVq擃8i UqkSlBMXCmPJ2[Ε.~gVհBO&w8Kv)AR 0wSәyca@G8XwNSҍޠa=F{T5;*}su ,` y$IH @B;︵I(Nk ƎiP7liw|لX*WZJҎ|eR݃xi˘o6<0Mu3(Kg<R \1[a=F<<"  /S%[##k\*%2u!D8uc*ɬUwȣq7L}2Dtsw,rcX)1j@bNۄXWRF؍VaCvunf({ޟ^-Y_9tgz:ii8<^ED7jn<\G ܥu -d[KHJADEADBU^@_h hƍ;H<;BȌC7+-=TĈ4Kp8J㩞r&mCwD9g>puNi""FO*j=[J(gwuřxpc5:!BP̨Q!R$"Ii9r 0~FQ.nX6<FH5H܁rQ7l۱Kt9KY!7nÇO OpS11"v<;v0~j 0/vff4#cs|KvrF| 0xЎ+'۟JmNJh&$eZ-Pо]%X?ݭHCX|aE]XМ,wϦ_S}߃ʸH* sSS[,Qwv<#͏SJEaZj`hg6LNW3[dbg46\F8k˹llעgE6 c +V5Aq7Ԡё|^`eǺ e}X_:Sش:E;άoC' /X/.wRfǏeiYj${2LԐӺi.bKd1;o,Fʻ#tźkGVbtJ{F*F2ץ,xhBFb܎J,ꢆz!(j@.3fe?wO[?z+Ժ\լ*fVx$cB_tu"WS/,3KJػTkC7~ Y:y#|785XZuE t8AI Wʲ2HebYrwR c9af1]❩W(vh'3޽kw fp5{nllo1КúS26ίJL5tpwU"UWW~ưxtl@nN 9 `m%XvAQ!;\z. ҋp@T(|MのMaυu;wkg.ǟHJ'&DBƩM ZI+a92!'&~ e Y eT .R VǍ!|\XY(R=R29YJh;wR[Jx;^.bF5Z nB.=`! SdU`5>w`H$N Y:DYH0j>x862UP)ԃuźowpTcѸD.6tzо Ž;U5]~dz,4֣IkhciUN D/7i~Tn{ чҸ7~lD"3񫔎_C9ڜ9C'zOZR3Wzl̻EVҏpĸLl̼pMeGdܳ)f8u:"tFHuB&g9 ULh%G !;T?kf*64} ڍ *ԻJYՔ}g,K$ Ӏ-1b,ߣON-@upx=;7]U=*AN @!VkB'2pk Y*vXJƵC&+Ȳvk`9["/\Zj!]%PP~S5ܛGOM`D!L #X$AV8U݄$a5[ٚZfosomf:)v;"u6X(UHUj]TM'l!:b͟њEEüu0BoNs1H̴β,Ms𩝰=@:vN1c^z|R:kЗSlع&cm; ;; yt%͙]6jI"\k-tw}:3doĝ)V JkC7~1_ mFā)2e^l @Ŋӑ;[n>yCH5h؊YcQ{j Q;z!>•4`V6u d!2vF7z-0Kpy+lS'?cJjauGݚ!Dخ;֙UuF1)BQȈ8;ltJꝿo評1J@q{Ruuzi8~mv-EneG$$Ol)؈1uW.:t ?95ݓn@X҆,1OГ 3H'y. 0 Y#)]^+CpfZ:2Z۳@JtVeq IDATI8Kªg:mhmw{ |q?b>tqɾgxiM_cu}OUXW ]T1/Ɨ% AΧLRM<7LB BJ0 }TH)K=d&XFGT^5Ap~ʟyJ( 5&Yebƫ?Q:mvy]źE9א>z~?½`G2 e3RSt3#`&jͮ-!ܵYAhy[NKv nE%M_$7EBq!Zq{u ܽի|i.>t4bp_il1N!{c~0? ە-n_"=q|DwFm2dޘ#H,J[nG#XF "0MnJwQ``l7"3?cjً;8@ -^?\uE _|V]'8s30&Yϕkxu25ڍ PUBQ\JP#ySW` D`]\L"E! Y^6D5n8/y0U3.d:xw!~SeBٲb҅Gs÷xs5̇Ķd|Cqrg\s(7}]yQ Xt{#i.(tIYE_T=3#  ^c kq'ݺˍ;t%Mi`'2+%˴,fdQD-MEܰS\jwXJ+F14O˅w<ށyk\ R 7zO:BJh7" 0B%" V;vu@r't:nwEOmWO5'_-r p~uy#iw ޾te[_K>H?Ul 6!B044Πq^zDe]W%[:^ 8t1{D*ݥC;3]UʘuXPC d OeÿoY *'E!"SZn^2n2s?R0~np;ٯcZkKvܚn @!ZR[(Ds1+*U~6/xO_E:yժRJzÛP|@1;ParcA]I.*ŎVK^"ė`2$E"egS13)pz5xXҼy&n!ѭ('\+t5k|gap|Ӟk'ﭖKAj,ہ=2FyZAL$^їcX[[Q}y!@ Q)eu^K@'VFP1R CGҕ߬DvNҋy Xތril3B)3P~:q:*cG,wLѭӴ|[WxEX/LG.g~ѠUkh22\sНd@d2û+{7MbTD~2nv4WZ+Ŋ7_~yWTWbg7N=5)g+f3J%W7o 7"d5-)оe=N^=Gz#"p,/ ^UKD(-"9+yw@wL{M.2tqy萧cXP.cX@h!U_'0쀎eA|4=Z(6&=k5"evA ؊P%GWfMiC=`넨4+G TF/I_6cL轢+Eֿ!3Z5 Pm3KMG'{%F_vZ׀,ήYRG&O+.8P~23 R hl{5 y j(pd7qenq5Tb0޳~yx¬~(+Ph"ʘn.j]vsm X硱6,NyPY" %KgƨK*;Qh?}iKԻUv.vfw'#fDZټY*%U x Ӭ8eD^m@Ϊ Axcp BEt7=];; R>CS=t4E ABήlg*eIy4yv/߹]{bay|FJ%2b0ءT1v/; dn!$bx/kR/Cc-wucʆ8ȥ-qx7J@:`Qb9@ ^]vB4M$bykHJ 4=BCt5lz_OnUe*Uׯ[z "D"Pl,X8dK)OR^O{'``5gH{\ҨR(R!$u;abjghva%f9(ԃJe%poC: "I,Zuׅ.(zx$|Y.K[ v^zG*"\-Qkr=3'oHD@)(>IėƜZ]ǔޅݻ$%{IS2@p xgI=fPTqzT pC#x=z#LЫV+:9r˯@[xK3`߻w>>ڙO])Ǵ Onm"7+۠o 5;iQlnFFUF`?}ycԻ^`h tմd"聝SAoL EPfL<;cUU? ze1?rtttqlȟ9~t޽o~P2.  ŵJo2Hn xuw՜ d"1"\sX/W/CJŕ?y.SCC^-1[Nqx xc f:}=^O8gd,GfSPH ! {DwC$T/FGޙH+OiJʃޜ>YZ^~o C^YvIYrg v7en@O]cDJ*Ҕ@D?B$u:+,,Z@Lueb֍FqGS2vhs z@ҁ1:G!{#!jCdNvRiSSSE}z)Sbc~n;GN^7:߳rpk~Ԩ:t:qiZ]>͖]%=s u\+YEQ(#7%Q>x)S|Du1X7`IK /ݛXESط+ݦ"ϛf[r/>y62v s{Wfgg>01vM58/dADW0)^W;!=[ߤ4RR)E(B$iHYTT*P(DDD?UT2&} R z,j6We1p_Č 3hLJepp KQS̘S!k VE,`+$Tp3'[IRISn5PO]sVTNۻn|*٦#fn]W4lelQJ4,[VFy^4yK )b z*JVkG#bAosVg;yr߿cG+K.tW^yj Ve_:`2B ƺHJU*d2:xo* DURQIJ%#՟R.BӤլhCv~є <3 rTBtkxw~y! YM[n4dn47lؠEfQH!<2>b=!o{`?$Pkc\{3z,dQ(搆8tO[mA7Díc>sC$!@ Tuuɓ'N|Wչٛn馛oÇj߾׮[aÆ+.Cɩ_y^89?_4VN߷Сᡱq pn>v-{dB{}d pomS*H !L q/R _-E6mq,V[UYH!(4>Aeg啔@E 7ޘ|ehh("IJ)QC`4R3E;(P>?=144 wy=wSV~njM 7sgN>̳Gk7lhۍfSSS{wߖ-[T# fG$vbzp! $iZVJ! KD*D"(qB( H%DBPL,Y"yn |-u3jick~z=%$[uSE)G80yf>}ヌDW>b60pt! e{7Zru~7t7p=w]xxx/}A}0|s[YYw_zi JE1==~W^y7o,zFD;2H i4MT$HRAuo fLBiOq䥟@?o/lz[I@v7+v!5R*++333'W6k7lnKTsP0kTKb!upqEQ{ 7>^`J01տ"!4]%"Q[lg>;55;B Ѯc^HMJbIfYn%@! yȑõZk ȿ}+++Fce4<2U-/8G&")DeY !ꭢpO jDЋOvDiBD|gm-K@0e W*RJx >k<Ȳֳϝ'-i&[|⻠ O!fg:VVn7YA[w v2^D{0LOoܵwօ#G4IL4!ptx={?VHl[nf~]q_W6o;w\XX\XT*TTN nGޱcG'N8vؓ?ukמ:N= [&f._VfPp'&060fvŇ|wόZߵkW,x;or[=V(Py߲y^$iTB)"Ș~vK1[MmON=W^yGkwrˇՃ>?۴q#3;vG~g*j__mn񦝻vV,: ڲVo!~뭷i4s|Wy{>4IˇboH$Ii|$HU*RLw敌׸#)ƺxgg'Q{JN}GF/lͷ%xp;R=rW C|OLTDrbr`f׭vm󥡾*/S3}O^[?1q5({˿:rP_gVN.|G~7GGFt* BVVPVGGFO7ؾ#4WiQ=c,%J%T*˳ˍ#v@$DnC_z_ɈSZ߽k8$ \g ̦aCg(o6[w"Iv.+RڑlW IDAT`F ݮW_qơ`Gˮuv~O8qĞ={n香?G~d-KVv{ρ=c=>88t}_ҿ|{w~ >я~k_;rۃ $({d\h ؄AJEd~ի1 ،X%QBTI{Nxs5UO-Q:#c'f~X JuZ^J3." UTNBLo][owo뤁n% >-s (I:{Wc?24My^ Ժ5[:غl*9XwUcc&ǎrW~mۆ:=~obOubc QQB$,@w?q=zHpnۥƊ8ȧiB3?Pkԅzըv >I-sdǪhy pDFHz}p-XsIڷ{̘+>^woosjh5g^|'?tS) ~Rw7*lѣ&''.rI$Kg{Dw-1䋢n[PF;֍``01d yov!/ԝ=}}CRJxZόKiC}9nc )ѻ3Vl\'DWS&&䤝X 0F=3PUO Dt7}>r^z'8wʲL)?,M{??r\KK }#C篽ZqZ ֭˞zɟ'f{?*CĻZVWZ[@$IMsH@(LB@0KC#uCIih"<0`;Az!~D`l/֯5#ƁǏ'X])9$yvVnUTU!t#yM!HA`FΙ.̜Uܰ1>q7^i੅^x# ARǎ[O}dEQ}k2!D̼xo_Υj}dǺAͼeș#3|c/fK+uV/ݼ ғ-փ RyvjGBJ6TCWR4ͬ&"%}x$ A#9wYgR;k_<&Ε>Bm y7d}D筥œ{әo8Yz۹؉bB[o9;_37neW'B|z jzLݺew}o_ޭ_^5.׾ĥT*T顜ʿRVK{_. Ux 30#"M4;+ qyv]w^̸4u:5{ p*/dzTZ-fg'-!z?s:Z-RJYY~6_B ad,^x5#d}ډMkQo樿{prtx___ޅ;hwZZ+JB޵yMq!>Evj5ŵw ]uC ) ) /< DihEpyǯOn'Oκ򦫯Q=PLYw޽s"p 3C9`{{+[xw}!r`+y+}Lߍg4[ƌlⓏXW$ wK`}Ӊ[MwܽiO^DS( .^lo1BkMaK gV|dpzs/~|HQ&n+G"6uʙu_dѓ X$xe $ft"Bܓ_~;ĤDvǻ2o\Y=?/]K֘bpy~mumkV^ۯ~>L/zr;xoݳgJZ1]N`ҽloomll?UWb?&1D2ƪnx$­Rjw]xڭhDC Ū?Tx*"b&-K&Fg|gbcȖ Y~nM9PwqXzw""{i?GyͭY,G6dLU8s]1ɁKAW;ɋD3zhOzjJS{? 뛛߿%o9bPRS`! !ZCEᔾZzVzGgkN}1 Dk@S?}˧o}>@bkD8 cMz["VDaGNeB!YRwF)IRߕ.D<w];3Ќ+gU᧾O|~nqD{ K拢 cٳN8q={~a޽|  ;e _p8\{%KP;no}keu&Ht!-9=|4}mgSeo<͵"0gpц,biޮ]?ZtkxxWSǘ0/Y6pzgn|]7FȒO9koq!FUÈ0>ӓ&LwӨgϞ]KO:>?3wGWV+{go~~"n={vmmC;}f !:꺞zUUUv޽{qaa%lZOȥ@߱> !x~w~ `[q?ɑY` Bd5s6jc=>\?jvfꄍo/M~!J㥍L#C_20O RF: Rrg1Q$(}9kU>0!2F=>ʯt/ߵkC~4Rnly26|vtw>TU%u*~mG}o~[$@o23)v~"QP8c(uk~ܐWp+A؏9򣑙 @q725gA0D"bHDecLZ!&yࣿuÝwNbq1ln>F(IiŎ+X67?ؽ~kG|S'?g^E7aazč7p뭷Uelo_\[;G㵯};E' r*vsw\W};776gО7{O|X ̀hLu67of}'#Nc2R1$`XB4~EJӏ ,C/ktWpw%~39V-"Q$=6 ;j h/dk9s|;eGt~Mc]VC" 1Ϡ˸"w AEh0CdHpc=[9Ti%治{)>,ؘŠw\XXXXsvlHhCwX뮭ÇC 10Pu$7Ue@,tu o~7[ ]׾.,."8wشvDB՗2]::ۭoq]p8F?_]~\w7_3ZhvA9Fppd/wD17*-LE4|֋f!Xt=g 0^|Z)(N(Z:I'˪w摯36!d!6`E k[EU7!ag|z{V|PW"SJMu2>^uU+++[[[Xe "xG2na 쓟"$mГr'ٹfgXwh\x<q5><[njB1ȁٲ%hE1etootTH|:d^.BY_CBx|ƧEJ# ~cCz ؃sh!  btև؆ZSX+ݰBD%|cw[U>{(JTfH]!2RE#:;x LUGAR썜;B jjg\6a?!?jUWM6u=u=g-xd=lV}Cd"4IZd>-"PC Baeg,5Qxb|q{%0,o5Ad^Ro'+@f7`&1"@BdDkO k鲕0~Co>qh؟1' $pglK;,OԩbhOozu[ʏ/=QF:|IԉC۶uSoom ׼5ΝCĹ3gS_h{{rff~܃#{ ƺ¹ک%3U Иg1 E' ̉Ek$@9pl#daZ]Rҏ{ `w;W3`"`#(LhBG.kB,Chnxir>?ff1"S.qөj56g.߄?SF5M=9A´To[xT׍[[[mv"zպn4?7<l|hC'SYpsgD`D]DpF0'b "Ҡ빏2jIm5,` XF8 ֠;.}i9xXYȤ BHH-m-mKH џ]cm>yp8ɓr 0!4]՗b6 ;6[^YH!+ tw^2!D5MSuM۶m6M4M]G`pZ]cp<0Dνؕ_8qwO&ﷱ3ip bBպ^@DtI;^"S3fŽJeABb$pE"4^415blRu1'o&teyk*cm ""v֔|me3e1j|Lo|s808uJ!ڠ8wONl+{O]& :Kb)U31 iڦFu]x\7Mlٻ{8Ȯݻ~#d?4Ok>߶ av7lCTKpl$|6Yc ԫ|K"o1&jW$CB rbjb͚ L oUA WD0}7:ǛȄ$4%"a"$$ p3eҵ!Bf2$|ׇ>)׾ z&"3+ftJ<4'=yp^݀ N7;]1ضM]7!Ƙp¿z<`>xBd\w}^Gꪫ;\<6OcG~ !4Hg&Ӈ4֕EQ8l/nRݰ*kӘTh (n !( LnuIan0Bq#"&fQ|]BBd@~־b]/~>2ӰY̨"5]UƻƇ"ҥϺ0 W>?;?\w[?[OqXI05If/r9'`@ sдM=16M]ub}"{! */--w}1Ç///ec&ԝ?O7~33:}A>p8'AU+ J5E.9]܂~)E@pSi/bƍ/:0@{Ve. )5'i}Z?A2гD@ kPB|% ,s_LAdL R h|[܆P:;S:"H0^]wG)2H61 H"+-;>)td&VEw' !@*א:e`G_)a_onn>v޳gq=_"ڮ{Eqf1?^?ٯ6(mUNIJAkQgBKWmMHxC}gM, k:/B De">hO.])J}ZpPx@Q2"6^By{Ux]ff&T@JVE baM,\[Dyz"+v[gz2wCm 4Ȩ-,fʉBsgYiw=c(z?֘gBiڅԝT[OXo'B}L%0"4x M p+@ Cl|H԰-TELiMa11s9_1)7kS?B-LI( t3AkSD@m "KA+D1Li} O~0dO#TQX闅+u: kKkG>.k#pm7\&F%O1ή2}B<¤?.vR$ up0fcՕ:c7-,.=rd<x eU=s'/@~eV%zYˏ^Y9[li S߃َ1E)ud6Tz"eѧ{Gkm\˜! kQ g@;  M+!HO~$cR$ԭ bԑxCCf,ܽoY+g,(H#,ɝvUgJYSXS SO]wkW|{?q(lVSX;)'pSj)3:28۟3wwJMs}ki덡~'\y`Z.T,[CTP 05ikZN>eAx̍mLI1:DgmY¦af{dLV@9 Z@m(AkgĕVINs}HT@$eth\aP%"3>ȔvC$ B`"gLQk 1O?нo^g.:[zӴ/pz44WٙFb@>19f۹'\⑹1QGZdn]uUNpK{?{7KAƵ0 "Z UQs>$jFz2VyШ7 BoXu]3gHMTEQXSXS:,HA$e18SA!,S9ۦ8Br(Sb.A̅ Q<H ̼p&  =x$cq?+shxw:ujcsSc}^1c X:TVLL;vҖN,Pj(R|&28kϵ{b8}.,,\z { q׮]jMfN F pށ=t!xt臣'̀6LY Ĕ)cBfURү$C 9&pt#sf " ΆsǍ/rd7G!F< Ja.kJ 9.LBp$XD@[D`N2iRPD%Ef`vy=O;I4(l@$HQ!hDY+8i+߿-.08ۆ>3W7?kqgΞ9rV߷{iΜ9s9JPVrJʎ0/% I!':4YS_BQ! mM'QB-[:VtDdTUSւ48 HѨMLcA0P>[*,2.CdFzg׿U8DȨB ^eꞹ~IdVNBrΖE1a*g+g#sw@%|fGE5lџ߷;u|rkY^sϟ;wVl]Ga~W|3w1߻w\اvf:d&WdL5M*+&_@; V%9L4kmCjP ZT-a|}ԑ  1 3ȬBdFR 1xCXX)+>O Z5x5@Jf !$[ 5ҏ n0wm#usGa$pUEZ2Ž[D|KD.xd 0hO?'?nڻwٓ'7764 w%L]vSݯ\xM% Ro.~7as(jE[<BB\3 : һ\I3 hLkW!5P:l,m >Y6'Yx܆bHRc2HN raS36ΦO Gs:s&¥BK /u_T/QQWu9Wf A$L2fl\UsYךš~ᶨ_~c.gظ`ƶ}mW_}hehammc]uwǣp8lۖ̕<'<[\\vг<:׮~-7ªץc@}DönԺOU%`21z[xu{Ȗ`gѕ ѨAcpY8NkRhoShgl#l@<|H XM#KG1J7""pVƣ}E`ܤM@gT ^bPa5E<8W]oo!2HD "#/*ntlaMU8gffg@@60ڹiCtFz%=~[oyVkkkGU*Ҟ%Hڶh<ںzq{u s E?8^;q,Ot͔_nprJUGu%QFu %*IA@0ʪ!<}I6tIeJb0&HHD< #+5&4{M&וB7&>25>|H OYTs-n'aT4?_ટy<]]"Q-^Uʲ,NnXgh'Ϊ_/HdlOq=& MYGN>ٷؿmo766.\dLYUUzݻ.츻Lςas!f 9;1NQ\ђLob&%uBsIP Uˬ];8Ǚc DRACk~ҡX&Y6Dg|6"HXgF "(ETTJh"tcZ_$Չ@ ދ,PX,m DbLЂ1LzdL奔)CDF7EԠXD*sx kRŠ)>ӟIS4h]͸mK`Y v,yęOu|˛ff!Dۦizkkkuu5ƨ Ef_C q1U?>2Jd!,"<rE*2d۪_B2AR<HU,um#'-!& U QQ#6jAQ#ކXX1"2K[?xfEŘ,.J-3tEUi^}!Uy- 1ǎ #2v4Mke(()̢e6Aaklfzp<.[SZ[񁈈O9rknپ5ל<< hߘ8Gz6Tn{4WODQ->8D7"7OVt/*Qbe݄֠5#F?ueF[v4{>|93~ycٜZӆSJA1pv5mI7=vϝ8YQI*\Uq0d@Fjb=l܋Sxk,ۿo찘D IDATӯϏ_<~͢YV+D^W au bQ-h_}܎&]f@@"tfęz :07v8>ʸYŘr_{L7; `X6DfA{pX;rƭ߮a=Q+3=*r`5x*]I9X&趙2{̍ qM|] Y)d]PDȌ^{nkmQ$A$3߫f{7P9[9%B?v//)qc,3G77;}3G+,TEt8ݞ =ߜ9<ǻs3Sr-%CEC%iN C-s'Q' Eꠡ@?oit8 "Nk  aak Q01}`JDE5%4*,֧UYTN#4΁2stEKD0h SMf.Y]s{yGxۖ82G +4yfWUEQX[SXS9;lRGO|Óh/)ۢusŭ5!DQhY`_yBnHD hU"ZہL;*]#u:¦{cIl,$ $[d|tCgY|ۺ*9dNh-6yJGvT$W=\TDč!rb銾U҄iZ|r:X/Di۔Ǩ)8m~ >OM%~?w;=G,8k{eQV; k)7kS3UuG+~e~+&Fu^IP wikF5 NT`I(eQ%Q4? U|j.! HC[LCTʖѩLdڄIլDP38TƤa* ;VX@5Dc7~zQg⹵tZ޴¡6^KrZPyX)U}l9<8'LfT?n?1t Κ,(ƔֆU"Wx2Cw />,P[˥S ㆧu ORB0Oe$Kw.?Z:}7yV>l u&Tpp73QZ6Ysz9껌}u6~HI:>`:tfWZC҆svX?N`y}b㘼2uع0SZT C^D%!37oyo>h8Ffb&4(dHlTEQi"aaml2GY!=*WHԊ:2h "HطXD! \BxA94 r1KumΦ s&Hxzh®*d2SVD&vYȇtuL 4W_  o{N$&D?x2 ,0 FR:VaO*җ33~dYPKDi&UYh3&"\dgzE3]t0G.PX,\z;Sb'A+(ֵ%>Ky d'= 0*֧ځ s}P`4rJ1U tI2-D!LcL}Yb-\ލE"V [ZGW9묉kH[c=OԂjK6RL 7DTu5+kﺟ$ϛr"'Of}O}_6Bȁ%g8V9k %$} Eݎ C"kS"'s1p̺it2,5s|rueiqUK֠֠#!#K',nUґ[:["w# I<ρϕ2Nft>/ A=D WX,>r0[%M*S8S:pa&C6Ɖ|g0+cD4Ziz Xd,LTDlv\tf¼5 P壴>o;I(LTԡӤE@A/=GrmO(E^%mCP !,q!gLp5ІX:+ > Nr1Yrz 菴MR]VoBiE@3չ ̬.#F_ EURwnm#Y*iGdN1ZDA43ڵwh{ 61)jc>QY)1;&Yw%ykS}aCLVU* 3ashm:@VYWFGm56r>CSs24Q"ӮL !'²ĜGBt Ǩ+LL?Վ=zcg'"ﳆQ# cQVk1gSyljB$Y$H/|ehQ-Z. JeZ$ʎIv$0{@a܁{Fؠ¡1hӽ3__b.VSzD_g0 !H qWom)`avf{9T{=* *%2ւdȇ5nλ. u 4ŜSA#v^ʸB1E} T%U8d.v4X=yDD$ĵ-\EY0YhK 8ٲAj$T1 N! sгŪ.~k1(j^LC r9V:OiFbct;2="K/XRt}ktH$5w*$p^ չaNihX_8MJ9݈=횭չAaVe]guvN}Ұ" &ĭ C$ԲH&U @Rį iGgx ZRmKU7y:w8u5UPRbQg`Ի'߱Q Rg~)5AE!ѳoAؚ"5D~Y,ٙEtzn=uXwRINCjй1A\T*Cg*P &W̴gxG4z`uɮ!ǞKdH'28VUYvJg ոgU%SUզX2Pe>UyrK@w.S6&S!CSU wBC_OTl龗J%Q|ҴB\To2h 꽂e(%,j(r@y5Ph-.~ܖH܅!!R:c ] $Ѫ^ ,u+Ci,1j$(Cf>$안lZ[4\FFç' ΢auiޠ#%LFu|riv߾yk"s{(u֔ bM2 bSSŁn`=]Q3L8Fi,8cli>M+PDYOP 9F2MCA 6MFcd^Zt 1!g=tdn֮a1yLjvnU. qܦׯ}뗖 g.pq-zq݆٪8Cuan4QZs8?(UK9&)o"6"6)`Ts?8cl;%3 vM\*EHGF]jgz\ֺJ';BxBl LF /?y?$+%k kOBG؛NH3wL #د X(9[=d0S'h2X £ nvJ8Xk1.1G]aG*vJGvep2DU79rz JTqR8Ɗ%p*&񶧶jfNĐ1)fbbiI a#}a,Đ$fSbPُvC꬙pRRAo3O~vXvw Bb*QWktF1PEP?J1p)9qWoH1Rc) `^omhS pE=sr!W֡mC~}"5OwRܥ< CBKp"&b[lleKxg.`k z2_VQځ)w ͛QHl|&rE<8ؽvC HB Tj~~b ] / Y,ӗ4]4}ǎc7M\/#1fUq_|g?8P|eE?@'U],c*M3iut`.@r0jĞIxI1Z#PJZr>\o]K/ߞ+{few+؞DDBfc 03$=@gg;8AC9bj(mlQ4fo?IBTwUN+5CFT+y:lxE/_?X^Yv6]#:asc))@̴찘bES go@X5 !/I?􏒪kf@!WV2b wkTۊiH6z\%X5@ZגT@ͭbD^+& U81 fDW,^}x17`+s#7fU|G/N/V]ON/vkC)CcEɒkmSL1o 8Hw)d} NLJBܣX  uq֕ Rp?~WbS%*5FOG,]d P'+mg]1>n7 |pK!a1e %϶EՋzzs5^0{quܣy&gW㡨2`Wnxk@y9 ]Ot @)j!qVU "٘U O2_<YVzy4, g݇?]kV%"+|Mc.QVfL ϴ_J걱ɠ2߁jPDAMܷ5̤T8c|` F%U)ԏdOXl+G]TRq[%6Ov_wUl6U7*RjxqV>/w!|wlj.)WCcPEG 3k (w)&1<LJ9S&a14 X̝-*r-h3{Jcp6Gk8Ua23 #[wgNn_=Xug/K|&>\U$lirkusҫ;6&DY}3P* y:0X]̆LeEٔe(Cԏ21 uh,}#b̀Bh6]u/Te_7UTlBN{oGV'm "2UmBuVi(6g}aa `:*kGoC[L Uc'86"͘mkݻ7}bAٗ7WB TgoaEuWErwo\7WW S15kH9er^2Xvbl9$6=.UċUT%5Ro I]H $a,d RtQT"@$&C "m8զעEx492),fѦ٣wS?<9(R.'#b,iƠrVLt&" W]IgXeQZFBD<250C8OSVUN\l(rVDw7?z/~[0mM \"&cR\voݺϏ6XdL*>L tm̆ D/SEK64ѧte h9R$gQj?Cg1N@D4+"b {U $+X$B?=i+*X +rF1@RvC™~ p &ͼ+ *F@0U 1&8RȪg39 `ʘ J0h`C8]!$+[F .ͫ׋²m޸yu}6?w1*woYW^^[-WӋEt+VuL@ St42*WP*֍U&NkR2"0J?}Fs>IL)wcؤo s6l0 j9r}GǑC$L!ȤO/~{:6GgVdƐx,N 0lȟ;LR 9m{Tzgɡ0P4GNR8q71+O~W]!o] '?D]iҲMWg@Ojʄ0VȘhb8rȠ2'oE*IѪE} ktb)8V9˾-T vRILõj6㦚YǂKOv޻zĈ{8KudABmϯfX3< Kmzm+8웁$h Ac]\\ D[z$ςu2AmD,RuGo'֛ׯZm{Z^]/N6|kXf?G- "yn\M)EPS8o,VbogT&&Rnt,9)a)+Mm,z\ǭ1!k!-ʐc(Cw;ٸIX=0ǧ_\]aԡ1l"u/W$|fL(U/lz@GQ7("PAg1]>)`%Ak%db^QuU68("S| -@((Ҙ"TڧTV]ۏg~潷߼,t7~ζ;W޾w'OſMAfy`a`?_ю^ m*W]TElM0JvKz/BNWM1m6k_J?ȐE'~Rjyewٶ?h}$}7Uۢ@Y$^.jO["j"hKKTgSS;j6Jh֍yLÄ]e`ՖBh:bR p dZ~֋բݷ<|ouݫ8zC\\Y-~x5a|||ѵ>Q*+f5ڇDPͦEHAsde'),b*iUL Mze hPQΪ :l,%Q9%B"oxh@L{7#45ͨ-^d cEpC)DJ\IDUjwG?$[ ?;zs.6]㣳ϟ>OWs~rn|ϼqH ,yDtCSm rX B47Βʇ@Mlh0yҴUiIh@<\:8d>5o?>{DK9a R 8Yv?\(fjQ KWʊy)Z,ȇb!*@@-LCVw/1pgw1y,"e lp^;ݙÙP&uxT1{ȇ5(W m5k]?yu7y,WzXKrƲfwt{qyz|ׇ]r"Jl6)g/bJqZ!) &1SdUSuZjMJIfJxQGx=u +&u,lH*WR$)aNA h2 HdW $Ne?LC.>/Pf?VD2ǗWo(r% &"!ݞդB3Q@3uC9hLkHפďudZLB)`cTV>ն#:]""] LāEZS]'>tPGo_O<:>g_靯cr9϶ӓ;Kqhc ø_t t#0"7ɰ_'ny0询siKΤJ yС dU[1詑0A_|b5Q{, 6i!c{&bpqp::\޻G6dKue}`ypuη'ۣO7+;:;$CDD`!P k=9r|v °*{2Qxս@9C?Y'i(j~\LжLg}6SSdm-Q5 nIj3լ D|q.j̴lEH ! ~16 )ŗ'Pḍv}H ml6VR|j? bM _,JoWQ~ܘ*ab&^K)+ݳ #MɶMʞQő]tj/il@ N2b!6 >ASby{? $$TkakQb_6n9SRNmvyt~x|Ys= ̛!EYU*N}ML´Iz=Ģ5 Us<[۞ :G]4dN5 vE a•Wͫ?vxoB50XehQ*D ΃m._uªm(69G܋̰fWgM'[DQTk?ĹE14=]޴l;2bHLPTfp^%d6@o{+LdjfC %C/.*R0c"8؏ Sli`S.2*;_E0SjWF} ~'f P ziv>W-k|*¤x֩o u0^dG 3s 괔GǨ2۔I4A`Alm;Ć*eCeDB1[iԥHDm. xr!`3uD'??zmL3P٢)pA}C] YMe6;l c .m~mHWh}DR8jD2&mLAL)Y$ɌgCav||gMR& G5M,&*Ya1H^BJ#RTWZӈ6b9 ~Qɨ (^G$ [)R.lU? {x/*»^&M7VrRk^4icph褝~%.[1W!,ETXf&䫩V+\Ჭ*R!3>^xD\̀ A"Db ϖp g{wNmfDta.R4p|T0nfB@+f_Gb" a_S TIq[L5\EUpסrOyFCV"]'B-, '; iZzzoAhwrS DR+uLM.EnSlSdRc !ĸ+m#<|)򮬺*WYHJ:M&aH\˶X^gNL#ګ 8 \keAܦK76z6\NAi`3Gq8"*Ur^g%bE큰+K!$8yz=*2[2TG' ]Un/WOڈ&oeلi !^3+3%L bh?CeQcQ5\hpK&j1ĶoWm|׿}'^ yFcU˦B1_Cy!v*ޥ(d&>0tKP%hXf>9`8=񱺚*bޖx^~j/UH1|D$rҫ lvϿvٓW) N?*ZU Ռ {@9A}3Zs ohԈU2EmB!Oٰp"Ci[mv+^s-3) nbZ%kt<6)04;((&ŻA'h 3 NvSeKLLBk@ofzB~,sLv#!եH}EB8[)U'GJELDtfqflmPc- x j'_)jNa?n:ךb@=JWowώϞ^\k!uڋ~߻Ga`1p*} uFAW <>gϭTG}%""4X̱4mG\L4U _db&ӓ 3{uX KS!ą|f˥:M_v Vn|jqԕ$y yq]L5M, eYq mwKVÞDtIׅܰ}jQS/`)iy?ԦwWξ|y||7GgwηG5 c>X֫+Yt&>XrG$,]ZiU?tfZv:4M0rr<{lDy6%=ШUD=Mg37( K=jHf5>-U#l6ށްTF3Qr'R&8@PRt4pk'd},mV#٪uzTkx5f8_~Vx Z!o,h 5mI}`2:N>`ZLZ'ka\wMJڵkØ7+gcRK)HIߓ0UʠZ=ݼvӫ1OǴZ_?t?~ػwns2v$w40NɼԲju$~W6 ߰ AebE2 h,ʃiUMKG|.+7l׾WqN}ih]Fe;cLW&̃zfJQ; ;91S-{!2R ^mIܤy='^>YaYz&h;rۄaRd6ɍYƑb^0M 0Ԅ"FT"+BÈEy7\\]~u[wmrۏ>*OT]r=nwGhx|\ǷofyԜmw'ݛq?RCSb IDAT (9P݋Q(jnst m* +DM,&x)M .`sz ~!kՍN#ۏn}!w(rW"dF?bR&1[8R?H?Ҙ&h ]ˎ68uev!c#j ȴFmDDa5JV)ݾVVJ()R]VV|D0wEa8]^+sZXVi00˃NPHۧu[x~~Gouz~q>{zͫ~zWn_^4[s;m/0FaY*U*p-W6i6ơvMhqZcEwybd~fnf><0N2u2}vCKh$HIjIRRU]YQM&/cD*5,*k8 [܏ݝ3bM3yplX1SG'c7]up !OnDw v2ؤp9+XoVWh_3=~vv=_?|O?÷_GlȅxqgG?o|:\/_>{l|?9w8W3?&SN@|ŀяڪL>0hf T&C%9M7! FbrRG9*&w:AChqEof7!wfGFɄriD_irlu#u2dlZvnGΞ0b2ܣ/`TŖ=. B8 N# { hY4AӇLJ#vsW_cld(G]Ւ@3vk)WU4~)tEz>imFٺZl>?޺uMDn:^tr;!O)ƫiRz[Ͳmڦ GUez天6Nݚo5l~ k]zJ7izK^O@5Q1, JȎf Lu<9DSVҳꚋLc)PA2h;/Aj Z dz ^*v (O4MLňT_6~.I@`)Q)T#V\9u-$l3Q$3~w7Ҥz~g^y" RWη&1W1bsvc;HY?^Ք2ٕ83.UGrhbE;U`'iԋ]f'@d` mwB% & #٠Zc,j08l)W`#ZvWd[ b $ 4;|سR0zц+~ `mcZEm\M_fRJ_?$.vtzrrwLƳ]t{ySlբ-n뮽JiKuiJlj6BOk2Ӵ mFY6͞D3!M2 SWSC1ťlShCn$)"'@X G6-jdB!E^-h#tͨ^bEuVA_).srL!!j6Ɩ{'FT)neȺV*j|!*}E_bş{i$m&h]2oLRϫ@mv?'i޼u+ĸ \;X;_98X-}t|?{ߍRmuL0]췪e[8q&߮mYDu4i NHi>&Ti*KDtVU|; A&BZ][jZ"|#WS ʶ"3D.+;Kln"֒Krylۿ<=OMznO/<}b}/?~+WVA߇m賭;$LxwH/flv]@P J}G0P cbXY0`v4DlzdΔ*,TE]Rf~WRb]~=\lRo] kp'VN'R>l3sZvAXLIZ5:\@̎yd1PˌgjJ)$oѢ] (^.!>fnn3v5)h᲻su}N6ڦ}[WV󛇫~xr|lޤ_=| EB3>nƀ eH5ܮ]b:"3j`P E3?OCQ=|ƨUl+1)D͐3&eTSإDN DɆ-ɖG_:x=GGvdΧI4ʶg +ܚe`X c`N4An@BL-=$IζL艙޼ߏeץ6Űl\꣣/"k/ڭɟ~Տz[]5!Me&Z1`)"(4/ƳFPʣF,*=^і'eҢ ͨm֍a.oYrƀAc G3L=tHka{Pq@Og17|[ɇEe]^װYl:/Xxh 'QѥQuߥbcc\X4G\.} `*7>~3bhRkElWD\N.v7VC.vshM*4ш*4٨U`3LLA\' Z%aqnolQOwV:1e xJ~8y)өb;Hdu \Wԃ6!3{&R\'_Id^xW@O#SR Dk|R04NmOp̌-xa *hPm3RX&RaR TII`~;*a P `vBu;] %׉Ȝ167pu15Zk}UIx~"Xc"dA fdӠ/䣍 B1E$ T"u-Y v:*io=ҳ6ʈD:x&rתzd"IȭtwD)rijh6zoMOU w*MEfj^' 'Nq(XOԏ;}6-3UՊMf3/G9HUV ^Ie4h rdCq1pkjܧyM| 6ZF"ŤSd')wƜ ff榝GEv:H׸U+"־AYV@LyonMȭӄ<'zizxȤ-VF UB\H*Tf%)05 :EST)"BsaWqjx}sOw[C2fu` M"LB&r b7';TM&Z}zy q j>i[AOЪ 8)2QZ'*v)rXI8؉D)LNXeHg9fV a 7ꐡ(H0G&2桗!drKJIYThy }=n)!ZSGnb1„1h)CVI` OX *QI6[,1}S5ؘͮr=%V;'6<a LN#BQLw5( RV!p XXd"ۗ]XRՓd>llՅ8;mD(%jBw4IȂG " 3c!S`y?r6l(FWUflJQ Yy 2ԑx 5bv"}'w z'eK_:IEKW.FK:llS%v_rpgfp74wX!F\7S35PvTiYWeʻpYV̰O6P3 S#*hQ$KJ^<3*1>&ѥ*睐)QMߢe,j"lcva OZPI7h!40XX0(Y5NϽO12&LrQ10h:lDltMc407Ӛc?{h*L^)h#Ek^1뼡10=l- 7 \lqݴ؈RJx4fR0.m{- Nb:2+=FAQPO`AfFP27$ljጌ+/f9 7!sVLzQ(IuvwV+ Z0Jk6wVk-O0Y/ M3!`!֎u~?hIZ ȍUP̔W6mbzH%NQT0FNvV5Pƙ%Iw̲뫃Kba&91>DrOK4N}tbҒ).Ql{xRŒi5n',6;jHWb퉡)Jd6 haszl՝>LR}A1D."AIL(|hFf}ȪFҝ9ꂌSRY?4eգf2`leڏ9mvbU$~7E;}BHhJ&00mFYn.S4 &CtoP-k%t+D$VlB|x氎 ,Ep i4f=CR*v)En6G"%zgUAhsF0Ɵ8x[pʻTʄtvX;RyN%YC)c@0`:6'ՙ޹ "Qe!C,YS6ot|JYgt4M:*"E/|hݱ6VpYrsˈvf!k<%M%VX+m)u?Z<ޡi%xM6In*~ hyvCuTS|msM?.(f=KRՑػn֭xOm޹gQ"⩶ZXPB*AiJEer!&yr>PQ]C4QlТ#ޥq=ưVPM,yqjݟOq kv}nq%|6/̂} \᤭YeYA5c< ; $Z/PxHoڻи:qMXiA]XL+v7snI-L~ttx^ϬqLsR,e /[>fKZV9: A/exM)r8a@OFÿَ|/ {_E a.ig/_po'~h *}S_$1NwoCm VfJBR7<ۙ F^SM-@v!W|oXd@yVͦU;wVBbnkMMdLpB%^^+v0ݕx;P>Ĵ^4<ҕ9`l Vء -46z]p0G2c\$^ W0 P5- ,GpE;T 3},rVTņ:z2xΨior+l@ೕ;6j܅2`=Yd%swKF3X2n~mwV K>I /zQ: I%QLtM͇8,Myس (ԫmO!!# yl7 v]վ3tn~OC4uGv.z]mQvw{t?_d?:ա1ϡBd7[:9Pq"-+c-/MWrf;ibt{wG! |t}s]ɪ l ߛP#*LqvcheƥuP5A߻)YVM@ӂ̬ 7;mr(C2#vz5|3e؋$^z ȾU tECv*bx5mi/UjxV+L-.1Ґ9bXnQ5|XǹIvWVE2vUV1AƦʬk1V18T~ܠ!hr YCJxnv.0ۣJsG7'/3b\J߸t`7MsM + v@UQt$؏?EP޽닸pZ{; n2K$*=s; RL&dC*ÒNkݮa%A/,beJC{_2s {{ϝDly:tciDGq~ Rd]տ~6(r|OkY~bƻ@!V>1]t|N*4ÓZ>&O9&]k;}oSxUG\HvA43+ ET1 _~Mcn4ytU9-JV,ޘu~- w^6cYDEdW~>v5]=].mdț=PFX s2E~rSH-nwsoPȸguTvAҔ/5hg8-+ϧ+ `% QG9C"?=a3RՍ06$:Ѝ3#/w?%ft!ݽ{El4FRJ)" ""`%d౗RB DD7 DL l^jMHDD5&*٥3G,,b~szaC7n-5&fffb`fbJ e•꼧yko9~{cR6,˔RQ.)*u]Ox-Sf@ Fdf@ȌllF&'Q 2"!5dr蚱aM5Du@@ HL ֥Q;:[CxbbdvKt\!SB ɂYpK,%( |Kn~7%\hY~!Y\H[>ZիW7f#KSpn_s ąpJ?1A!/` f,P00 ~~QX%:йʁ^ K t.ddfQ4, A1|f0WDTڵ"𳟻_Wnv<ݠm^<[S??\&'M/օKx3ZdA[j1>c-&d( D`$FdHvY!JHG;DHDLP{{e 4 4/j\X@] F7RJfb&mp'cN *^tYDELOzs\11l6Y$0ՇI7AWUC7.( 5pm3 "#F|H +. DX %B R d`$Qo3UV GF vp'AwB16%?K_ڍEI__̼xԞ/ɺ+fJ օ8UID2uoLp| @M5"Q @aD$fZJш#)Y뱮ވ R!dD TфFx S#- =K!X*ӿK7~PpA @?ccFTb/1+\7o7BsdЍU,b(7IxW*!J ≹ZBa`XiK5#X# C,ЅuewQ著FЮWȈݽI H NKa m.j@"c#ſmsم}˧ C_ ##s5J)uER*!"o#~B$I0MAJ \%eYZ+@w# (;qc CFwr%"vQV5< -P)Q xPRx Xi~կuY% W\bB _mr8WإljN"a4m%V 2NJ))T %(YI(TĢ,|dYn(%Q`dDq;vw XR OB:ͻ"M#A鏁`8Ԃ+;2[W;Q;N3kO>u'>]q_jNК_o_100 yc /!w<,ґ4_j22)I@)0RABR֐$EY(( vCfa$ 23#bݥPm!M!@P JnW Z9%D1'^*pGFf"$$n a/":\#6Z̐6A^7m&q(~H Bwxkjm #gt#LoF҉nh4e^uv`ڡi=]$?B("Iy 4Wh`oUMJZ')A/Z!PIA,bdbAPJBFbB&,܅h(ô%Ox۟X&~z ̙,Ե֤Md$imnMDǛfrBPY=':y n- 粤Sj gY+)|Ǻ aw_|!xg;Hr `La|Ga\ `"(KU>Dͅ72Fس{ bݺvOH!R>ܞʁ4Ecgb5䩝n1..]Ж샳Ȕݕ(7ũ' w0 x >/d%9[QRI(w| ̙da̬qw> k)6ƈNqPOk4A PƊ]Hީ"ZzV^5v.L_J)c5*XJ)gktI06&Dobif'n'rZn,߇ú2,8 (R{'Onf|?.!rViwhUsnʛ dbDZ:IJP((R9%#BB Y0!YpdPbuPquz+H4O(/?UvŪUjد'{Z|5ÔZ 0g KL:"OG={4`;zdLFJ?oT#xr*+Z\=kM!xsuMUJ)( !mMzwd$;f@!tnLbSy]|`Y |GQyeOt8=891Lļ8RwU1mbMK9@GgI#6z0@Y|NX/:G֦KGLM%́$Q*I TiLm]D&M ]} Z3mM?ZB##I&ZK!DY !ܧdoBJ{SqH@=dVC;hL-1*@I-89<,EwײK01n+kǎ<}g1ʈvÈX!v8v~jq_lhFΪ# gx!"_Nv ,P,@D7󣻯_O;M[l&dp6 ~Mߩ{_*rNVBh|ȑͷzt{K 'OT#ˌ?U2XST#c̖j`fL,|omyZ̊~vd cUUMT/&5w$s8?cU]v1MU/ZV)ZhE7l.C3󾧟,X|;z-aw%tZO>&i82QcNe=TyxsidRWF,$3}?r +tgtahU&-}f1c"&Yd4BT\BEZŎ"2o?j};j3K^1/u"S+o8gpW!ةf]·TlF-ĢUEoVw:! sA/nR!×C.1RMl,+VPǙU |:V5{S+(W7Qh'oٱN4oKKfSS}^ƈe<ֽqq~VjE1[c'LwwE:%RK itSvY5_`\$;$=}0y&as#@9T ތ1 R>9lr?W=jZ\Z'Ntm w.jgݱXk/͞T'NW<0aaBEx5#{HSxif}u<&WLm^T u e$)[PH\u,tT{u:"a9΢e@Gޕq2U Q[:iSo)UGPn//_wB߇{=rYajuXIņk'iz_,:BN1R@+5 Dǜ HnW?ĢȐ$nl}](+UOL,6ĺ^'S!ZUgnzeeRXcgS#)T-̪ "?V;)b/>#XJ{(G3q>DdXTM}'zIt&LrXWż;QYY*VˍKssoÇC*I5O碲2ZoctpCfb'݇͘LRQ4:;;(ڱf9u<:* 2=̡ bXPzb-=r}!rpwJЗfz*zK :?lIK:cj)p@)PI̎C+ckqt t 2GgBl]16$*5D%vbvX^0>RD,,M1֥  xPY5^iu ˘yEtK4I}[=BXc,(<*8hbM?tFVæFH:0a([KUwlyH+m)Utgp3W TՅ. C6J7Vy//ykI /P&I"E5V@ԡ3:n=ճUF +X5sKX^>x`9L V`!X6D$Nnn KS%څrG^)idfk5QYEQeQ%5D @0Dʴf( w!ϝnIspvQ}[5nnNg쭸3or&U:QB7ơl6#bM(:>/*@Gdߣߌ:~DRs 21e bڿ OC&fwMu-(%DLDhG|aus{Et)p/(T٣=XGO8slD2hTH)B8Dc@:YeT!.pSX۳X1*'f * MuWWqeP !@6 1ׁn޷^v‚ƪs\P~l>y`_Eywݼ(NN,?UX௿;?333f֞c{kj*˲8XьZ/m}n-{YLew=.GnQy+W^=~%*vha_FoGUU@wi5Ls4`\j=[:tn7ϋg !(Dp=8or=4\\՚+3,wL#MCcY(fa%0ԟ+5Sb=/}0[Y!!*XeeleG5y+>*虝 Nh׺v(fgg;NF&0cqg#SF6^n96v:` # IDATݻRX|4m7=;u׋ub8Bspw<^%VG"z,/EqkU0R.mm6%%tDFW_(s&uQKKNjf MSz'6U0rZKoSb]Skr,5(@^p#{N ;QnpuI`yRI>}Fy*V\l{>e']ƸEK7Y*2nKN3 fR)A 0햷)IcٝϜ$ ҃ ӊ]L ,iWM峪Dk1dqEr6kA *5axY|W}IY~6#5bsba` Ὦ}YѼvvݞ+̆"aS3$`&~'f7؈|K wM*_&ODEƊ|Hh@^B$_h|,95|psR혿VsJaOv_>ߢ YJҴ"Te J)0QkBsPTFDD}Z˞B`zç)MPuu?OSor^z l2~A*v&Woj}8 ė[|! Pn:^-o}-`s!<vt9 ron[&dfAD lf"D5MO H˻bTmOWlO:$_ak3[h _{S``-/џјLv.4ºO,HeYj"}= h)&/J xQn0r/H~FJ8/x@ A?ְ]uC<!>vO\x>e *ѵӂ S+_㸰+P6FWlP'y[*ka Bfbn-R%]NmC-]9 y̓aj @z;eŻsc@NVd^_/{+ƀU>X<~.A9ܪV/NwwoGu?$w[)5ʆuƈбC+5ýC!])p}4 uYp4SČcq'ٲυt%Mm`/2/5˴.feS-MD䲕SoD%6ȱUw^30 `0jĦrd%n6o\@:"5 Q 7BB D{)1`H#!]Yaײ{.4`P߁~Hr^"*g7qt·°A{ez\b5=~II:tꥅw{2ZʿutBDDB{ʐo2ijXɪv&$XZW\ 89np=&ka`d r²;Q}_96ӪCˈm+<6Ӗ;s@r/t*'}\e͝e[O|7j5bVI0,;{#+􌰗 sTcnAlI ؘc{iJ جur9< t%GZңme/JЪdLg^]5:m\ævÏ;`,~[6)ںf.K1<2񆟟]6z^m vk Bt@DEVAK*%f*5 %dIsՓ8Ѐ 9GD'ξ-kK]d`oX1#R 2\?i\&~37,>L=ص%3Z Pm +kOWXC|-H0컵%udn%7UffH,ֶ Jy2>㖈- v$#B&s;zh^v)RH):zT"GӨ[g~fݎo oӕ3iIJeBbأR1j^"P(%Ce xkR7*;G֔#pkG;n up?pG(:V׼WRGthwKR&ITRbkxx8q@izfXe'~Hkw -CVnI l|&E(\ЛeBHpmp3&s=N>sն63ԃ{Iݼw*3*.À{K{ 4Ju%qGBJTngfukc[}}Tx(~\[Kҗ"Y3k$!oE*Zv\ [ !"(IV֜Z^އ$%{MThEej~-9&*WA5AU^ʢ3Q ̞Vo5Y%?~uכs+p3gkťw@@s!#߉l +D~W.<10eYDw8sA|[AWY-*s,e) > {z{BٙZs7VKKٳXcekF'Ʈ{>/OTwWccfs-IH/ÑapWUQ I$ʞ(xa_]wI>% o\=Ǽ[* y\3=᝞%n^LPBD)LU8qHe",cڗ H{_?8u hۭ{Tٚ5 ȝ ve~@wO㮱sI!HJ"5)C0HDL*%B$uz.Z[LebF4d@/* 1q8#h5fYzloqTEZo=sЁ#fy@cȷ]VΈttTXA Hh @=65FQťy/[?ٞ}M$f` t|ڦRk]j"RD̥TI.DY9LB!DDJTGģo 馾vi34 [?8lbƖcu4}z(,FGGQ 3\qj{*d#ߍ@Th<@ڭjIYf>ܺr5#o;t|li:=JR(u,yy–7mzth #fvm륗 l= e\@!"yg<̵.BH! 6H)Ah6m6m Yu@㦨Yɾ;b#r7U@r(l}۷'OȲlUW]n~|| r/*e6bi:=Q,M,Ӥg;e;7>oj1ĥnZ/qͶu+y-Dg+out%DŽatt&)ѬI@}?߂ԥ.&3ʺE/-ׯ_oDfYj)sʒYELO>~' )c|Sweظ1߿_ D; .Γ.Fvp_ꫥB))n5i@. *~A o5G䐩c*cL[,h/<—婩#Bn?{vv۶mV^vwꫯ;v^f<믿jZV5ܹ֯kwݽrJ!$vp:s@Q1T"GZK̲ kk SwdJ㸹dKm絈MFQ>p b[]ko֭&Ê>c|{5f&2\*H]$昆˲9-jw@~uث^XAtkbfeٳggfN9s?ϝ93s]wu|رf{{wu皵kׯ_ 7\{x#G/ggg˲B,NOO߷ѩ񱕫VYv%w@o1e_#{TqpdD(EaAeo`5@`/>576viK-Čg5hRKIlnlI.qF˓֚@Ll--Աc[X!ORj"5bfċ%2߱F_,}G鱱1>'j4}_6}}ѻnbV\s1<~vq522|񙙙[o?fsƎ;5\T$ɦ6;vl˖͟'~m۾m];w|;vl?}޽{jtaV2ywݥn99ҘjdJJL}TJI&RL[j77Tj:V|%q-} ón2p?D;VҚvKGOqǏou<6ob÷~w59^I>@!^|EwܩJ"ױx¦F29>HTDJi \'c;@` ̌%QI57|E5n\wFtll]vvFւ DktŲ(<tnޭB)M@j 헸VfFj;~7߼?5͛7ONNܹ+#æYk btگUV6Ik^wa'SC& )lRHe;Ig[_E4ΜKPB4ii(DeIHT#QDp~IcR#2֞=JK}RC:>cʮn{{W~O̞- !*Vn9\:9K+t1|'yǏ/..m6 [L̫0hQd+\ZZjKK\Em+uGTR2I4IB }"AsJkR%EYjfI(WbF6o,Z!#v#ǿ6*Ȳ*D`sϟ=~|`˖nDvO ˆb/ˈfO[V$+VL7lգ`x+-h<\~ou;]f}͟J5!9,YARIi$bz~)9-&5MT$4ejI3M?/es)XČIsO )O9/ nZE >\=,-,lع}P1sF)+*b!B4NVnWMNࡃ훛OdUWڰqc$R*[1(k_7{_o82?|n.W_}Ghȇ?aDBz4-Ux9T54mGg[&'4oX`BPRYɋ,)i-u^nir %<ka#f7'7v@\,ͩ|azjjΝ[?lftN>*o/.,گ5kΝaY]˗fBTu ; Hny(EHTf?WdFcx΅^B7p+MǨv8erkv7o>gˢ(URe$\1&!?ɞ={N3G/??2ӣ>:??lܰN< 4f\s7k_Zݳͯ7;Y96.JU2|YyQzq{p-4G<'w25R4M{O͙)R޶R$Qi44KTTTT,QN"/8oٵ41^1`;mvM.?7eK1/6\@s2@%?=ux-c/n]b33N;}h4<_mܐ$vgč@qӝ8qxr*胄S]5I$IδgJ w~OXY &Reii#MD%̔l$ux/ݦa|BR+tϮx&n5UƵBHYk3gj4v{zRAm۶;OO__{ifl-rɋb7ʄ.Uk7, \ť%f a*Źr$FN9q'=VzsR3%$Iqzag*8 3I# ,QRS/|beI5#;wοr"n&vyobkwj3uKSGnZC+˂\=7Y*R/|(/| 鯾uƵJ$-r֫WL <6է2qZI˲xgG>D%5wLlZLu:Ņȧ=Hq} 6իDJy܍WIfws7/&JIFvyWR*3R%|;w'}Α8gƧƊg51 @0i63n !i5]\3o筷㭣GeUX k%vTq׮];v8|B{ȩ'9C>837 y?]96v֬of F̝yqk/7ts?'u ɕ+W8qgΜjUR"|\`Dۘy7o--%uXRgWOBl R,RkRSATjxzztի6o@]Ʉ2Hp)(Ke]_U;!$L3e{#M@D%*QJ*\|-;(zzl<5a}~ۚ5kv5_JӔ[_Da+'L8z}}'OٲK}λ-RE-G8!  m޼SJ ǎ暫4[U;3'&ҚC,nv:Uܰr$21vKU;$3(830NIM\h]h*mwse4s/H̘4ex ~W`~p)%5îܸsgijU;K wc=Vƍ]{?O=O|;3sgݟpmرumX᪫6%f j+";`ݱ1H)&M,7޸[wױz~`.j0yR%*3oQ(%4mdi#Knd"EflDW_[0u=3q];;geԃr.S菼wƁ]D{}7'MFGM իU5GG?߸qC5_OM>%w^wrrrw؞$)@ԡ_:, 1n߾{ջK~j1DYe^\k㔌8p K!DIldYJ%#*)g/OW6]g⥹&lΏ!`~LNWy~mfceYX8,{@,!8x׷m߾nݺVmݺupp`ݺ0<<<11-rbh6?nˎo|Oh/nA@|X/<_jpPܦq1Vz Z?`Ж]f"HI#M4IcRţ.jI5+õ/xeW0#*J}-eh+*PAz_^uDw=lq$D|ldnkV`=s|+O=&}bӧOϼW]i 5yqر9rdieȇrxmt (Ngݲ̋(ӊw`Ī񑱹9o9V|.tY466D|M=oݹnb58zxBkq~!)u'"3acSȋn7knQek5n% ".&JiT)[IiM3W gR66щ5jL2/㣻U(кҥ 3/?˧N/䙙Rm7m͋B oqjkŋtm(<ϻ<~M׿S_EMXof09D챣=Azߺ4z҆]ʃ?lAh@Yg/RQ7RTIYgyu7 ιKfUUhI $UI4GcItx<13 y [bz~dQHA h+zyޛT;DwUw-=;sxEE.f2̙W.]Oɣǁ`nzµ~Jʏ{S04D:Z=6;Tν [xу3s险.p༟Dpƥo6꺮c ӝ78okHg HR*LgZk%Yd^|'7!3ZxsMP=7ƺ鲶ׅ%^_-zu֨kg:LɿҗYfK_{{:F1:/.xI-;J is&NG-lV) |䃊mqx_y㋓1&l16uUUUY~' ;s_B)%`y;!4+x-V?_g<9z2Um)W^\zm7n^)#lbwLI-e&~++wz'"p >b ǎn̙39ʋ+z߼~'v:16mp l|:pP #X[^lIDc=Ns\` W'?{{Cu:8G)q4 D@Zk2/3%3)+ξհڷk2wO~  ϚJG 8Ouq !ETi%Kzs6;WVv PPxfb 13c`ey~̙w}g`gZ?Nuruk) {ft\^g'"ŋS:D4ʪv9]?tjѮ|`r<7sUY ?~{/ObFy)J:D㕼ēo)~,>3'_Nz. nPVqWۣ=|)k3gZʿz;xaj|(uV1 ʊ\J". zHϼwsK.X荆^H2:郇N..vj}ߘ?\6jcM.QNpE/BW·7IGW_T@R<|tFVzl2[}_DemJ %ARn}_nD|gw.)֛3/|/;h"o wRЮî]ejuܸ, 2~}Y^.vvuS:7`0緧v?[ cN:Y%D!'aȹ BdJig$33ٸsO ګ/W.W_^-@B#s.ν{F\.l[+QN()Rx *N}PKw ڏ(Ty@U ` |Nws枓0wn$F2a(Xh0 V XֵkK~ÝC!Χ8~?W vs&6{VWN_zcek}~iEQߓPMԋHDD[[gΜ ++7zٹnwJqb=9=Lh8p}g$tU,4g P@:Y]*2 KEG˵ꋃk_BܺXr `fK`# G'H'dZJ%u3x0sXǖ@(wsLH/կ~vG+)u5`}kcmO<}l?<'v0<~yiI*?̳+z|s ͍{{~ =gVjUYW8{ByxFfVJI-3_sXZ}康q嫟s%A '?@B~32%x.; D9%P QhUN]9}wq.3湩jVq{dI'D;/3r{Edj ^X|yk׮ ?,/4'`Q1ASJ!Č5  >]W>ϞomĎ M< J,w)Q2Sƹ|uҗ?` D)AI  B Bֆ(ĩ2 BC($xgܩS{s3:kc|x#h43vvk?|omu"e˗oβLH9 nXpٳg\ٟE~-w{PmZk1p3׽ٿJckkc9 }jNYIb}{X?tm\+4 D%Oi%YHͻ#7/]?>r ȉ6B|bYG@J"3ǯȭ(P")σyj !$"}59vʕý=77u /=6T"g3x-wCOfffK?pTSdR>GWߺv?ܜY矿qO'~(r1UK/^z}{>N'OW|){諰G3cc1UUmoooooz?Oʯ܉bWgaq'?=K Y JB8D|Ay^l^go\Gy$/ )_8KO~mo>j< o䦴[i ݘz8nozÇ<-_>'_l綕B+ͬy"RZIk IDATMvgw_JtgaS)AKTbsNQ]dxO%] GYq!cKZ.)^Bz2!C8EuJIds]ؠ@_Vհg-..?z幹9 ;t2mmm:疗?O[C/{^~~MB+aH >GU+񌒙?l.21Πи!Lu@) (P@ u=8Dv d!OVM23w&b==!9NsHdyU+Yճg,}/+8߃; jΪm"C#0^*δ@;pwWCرc˽^u2'h\x<q ?/wڮM+ӵ1Z<Z)k r&#FO xF\NJA{vOO!I{0*+B Ok̵ϗVSt*ydS x& Q4#R@=1=3Udžo\̲!`S`E3K'+0584 Ī~39Gu܄RiW7U]We9׮]vʲbҏeT='a)ʍ-*RJ*)u: "[ـn2ZP 2&ʿ*CƂsѺVʅ'"BVB+e+6d >4!3a(b!G3N) x5F|rj>Ѕ oFv#y`zS*mv'v)¤:!z uىo_ ɓFTHu]Ve < "v7B ب? 9O~eVu]UupJ{BIi |R<Y] @}009@8ld``Y]bЏ5[{ը}8XL?ch=,vH60:,5m#""wV@ԉgYX>H7YP'2; ['2;3aTӇ>h묝$YҏH]UYǣeZ]LqܳVo^9~kzR`ekO.Ib@ 1|" !%đJ)֑RDX_Y}3gQgrϣ4]?ԝ $";}VW$RD!:w\2佷ֱNTUUYUUVu]u]UeUUe9FYs0;3sW_}eiiI r3p… ͋gͰy_\$JAu+OU]׵8ܕBH*)ydW2r}C3Čq/lY@)Q ( .`y!I͈ҭgOkÈh"ʚw} NQ23#;|юkU]㲬JS\UeYFcjOd1 İ8O?sԩS y˼ %-əKgͰuG zʀfXt`B륙-3jSVu[T04`,$x|YgEV[ q#DJbK1B@<%$T)BBK !@ `;Ȟ3P֦)USvo PiN*lm𗗵ZG|^|1s^NS;ƞZ^Deg7O3x& Rvg|$}eY`0bQCJ̺}> sLO<+27wΏeݓٺt֌g^稶`,q07DBOd,* *tS|')}XCyx2d-~)}j+!C`Z n P#? /(cQLSNYE>!xNY;DO-ƌ͍ n;y|(&i-D>C=t=ztnnnss+ Y͊nFrfr(7d%9lnp"8j XE:-AX_ٲ48}))91ʧ 7AO=T"TdTuisW 'DhK(<D"26* t:h (%(J䌊l޼P]סoiuAO`'G$mn>i^ y;Wo(| ͹EtD;">eğ:gzcǎ][7ԍ+/=0~|>n]|~7> th\@ %F Ǹ(#O`,!y@a󬕩ژ"WZ DC=gTgD&[)E ;Dd\!r! ( ˆyPp[9pZ!@k/0~֭g&,,XW@yۃ ֻ|} !qD0]Apin.IOg֥6DEz:-Ggg89vΞ9}z<d^Ξ{YbP<}.:2kCkUyx-V*Cل'o?tO<.B$jn1х:;]@&W yJp"T5YۘL\5' JRVGݾR RW|dwkaaq4ܼt6?5!sǝj 49p,w\NS{ׯ__mm|IXs# @ZY].Dm$jM]L(F@&:[´2SUuS:`jzڑ#GfffVW׮_f@ PMhzù ߆ ~ tS`)ƭ/---/A3_7 BD&ʎ4OMӮ |Çδ34wc7a#+VJƴJ(t:R - “'8FeX6=1bQ x(01#^n0LTu]y4v =Ix^̴͔̕LYďΗR oc*})~Gf6k6~} ncm;}PHՑ'?(&# G8!eExС[n]|֭byȉ'^|ee8d`2x73wk8fۢިV\L()sB D,~vb\X'& '{nmh`^)d- R`L4x\!JLr[\jSյFi&xv |m-{VedԸ{4r%A 2h_3X>%, -7?$GOW^J1p -'GMٳwD3뫫F(2Yo4~^:|w{x>ŋ[[Dtuk-XDr{ͶsW -!Ә 0ElxvO"CHByC3 A$ !Pr, İE::P]jCe i QB8ɬvS[)ō:A2Q)"&qzXTu=.<0 2t#`cc3Uyݞ?8Iǽ^o}m?`iD@kgff3f>޸ڿF9ݒSi<*(I>8s.ḍ$ .h AywG\hPίԆl_`(7(NLei=9<ڭV+s]fJ.ZzˈwEXH@Bi0 VPAsP !QIGUe:Qȫ]qctD#5';&SSRO`BP-*錼 [~ko?ڿhȎ_me:ia %;lYIJ . '{8qOYіn01",?mWνo{Zt@=뵩,S~)C0ԦI$u agMk+ )K15 nZ$R2X NeE!!?ϣ IDATS< S"xL 5h!"ix qY=89*ʔTRJG(eB ]E`͵յ5ypр$D@e*Js9J;"-vz!ԑvZ(3 S_͒Ei gkwm9| r!)2] =Gѫ\m7δPkkkxKsÇ^:x`~xk|慯kB`.@0H<+e0)0ӌ:1u[=ϾE.B֔!ܙP`-X82 XS24F`lM8Ѹ /@x--d (P"j _')zkPf<+2aց=5 B(%,ct+77LNZHm3TA5$2+%G7ґ>h;+vʣ1$nf,cTaB;qr\Jg i2ǛWFrwtT+**@! ރq殟zzv3sWRJf'fYꎗaA Dc@}JZrv:tI`(@HC=1;F?O` x· g2Wvr8K{f)\#爘l o>E)E~K:0BEϳ< ˠ7]PSr4SqtFh2Ӻ*fS7Z]īK4{۴$}-hd `>h{Zp7gxdvW%x2◎>y4@y[ș눣dl^Z+;(=B|Zr% #C)5;J5%f*[;>Y;Hȅs!2]DQ+2ufrU2wB7$T[T\+gfa|[DLq[/lVT`e).U\w'=uI-@aKkj~vwݓ}wЍq)`".wD| Ij@M2Yyè y7>0Zc["RXcGɀVQPDO![1bJqĄ OBҩ)igEԚ qJ`btw cnMpFg!] @y: rdJ#eRc3("êLK!M͠B BDc :szk7]+T+A@i y;f9Ňmv⡲=gPB|' D )6`^*xG0֥3^/< Ƒ14,9A|*^T*&"E^iZ 2 ~@uqh& FEZ8N.NCc0hCiN!F$CQ:K+dߥ| @ Ks#t)wgXtUxJI@R8獵y!#w/*ںثklݷV G!Mf MڹXgP@"k ‡2W^{N=l^:v71Y ;8: |V|A 5untp?p $n!5:(@ hUQ sGW:r|tչP\GVj:@#')`YfhyٗW^֫n셸t\V('b3Y]Sd))t뙊SLa'A",3200|BDȱތ La-{B >j1c= yHE'#-D461E^> ͚QG;%! e4l=RJ,9][צa!e.=1v<[&1<@I!À%\y߹yWcobӸ0)?t1,&X7u@ Ǟ7ASXdr*y@y8۱8rgjQ C@I5x3d|"E~ffP)ȵ`;a-~i}u>hdx2 >7F8~OS\D)a0yс:$O*I(me- pPGT@>9v ^Dx.XM 9;He\d Yf˜61bVC)E'#@SQs6Bw|\B;ߚ@ \fgbfAlE5q+1 (PADH $Ukt+?~F" ߯h arL_w[yQ` Mx ؀#?ӤLsH"k_["d]P@Kq  ^BU{ȖF 1JH-dʺI˷RbK!VƧL5J1R&}bl.Hs/ЋpD_-1@m k3痊*~ ɝ5`, XU#laH,Xmma 0y;xIler=m߿$^&͋aDɽc0#)";49"$rl;}K""!6>xKdfyk.\d %>i6ET;=XC r-st穓GN]o\vyL UT<`1*J =Dԍuzfm,4 36i!Dߊ`x *,f:@R֘$C`3:? "̑d+!v|!<+PQ@1yuE20rJXGH 06t _&D\d-+>K*IME Yb'=j q 8&C%yN*ޑw<-S@H̤J(+<>~wV8Z KݥfZS3[[WhEx "6O^b`b;[:n,,{xkC!LaJUl,4Q*3'B ܨք8u28ڸ"VI!"he5r0BD e<]Xj 9\X/HHT$"LDP(R=kc~( EJFY$͒9"O,H_1֦&O"D͹m9;1N@$L1u~c0~½kq+D/doF7<}~}J&2 =NkLn" {Tvԥ5TFA"H68=IԴ H)\L'LfDc"*y&Dt;A v JîXD&EE"[u 9r^LvysP88u9xNiUg(owU|wsw^ '#ݧvw }#ʹk7;&U>=}eɳ=v웽`3+1]ڤ(MlnGلx "H ۴[H "0:$dT"bl_S D"B LLM+P+d 9灝BD"ZjD+ɚ/(!hHt)8Ά낪C1~ qnфw'Pȣ莡>G&j>=Yh7\o\ZJ+Tc,Zsz̛[3pƙOm^zmկBEJ6yԻr?::?C !QQD=| 6l$ j!LmP̯Z9(.z!NIg(txC=Su\jU7?ڭg|x_ Dc.C)?Xr/|~alM샳@jLu4'"}?;Ҋk"(FeV΃m3pe4۱AٖH.{z^J>A@R``q2zʝa$ TmV*,Q"k̦+y l#LflrE^fΣhCTY>Ø!gd-rT%*N2XrCN˼RY4v~ہyKsg''}.N//} ˦wܒo0lv~RKrɫxK.F\.I0#Q}pab&7*CZE&^U#)`-u?ª\ \;M/̀3bE1BBNKĜS~@p͓m T%aB4w,`L'&ֽ朇a7_g˶||>K'oݼڦht8Ɖ"v^MrRY'fT0I ]?pW sΚ8\C.M 7 H PXw"$G t`]zP)LrO3) cq01w. Z|| M^^2-(r L "] __%ɏSH7 A:M]c dꜫn~/Nfd){v=&p~19[Ǡ agfǧ"_7rÇbѪ'Oκ&|1u/Ihrnh0FTT4IIPyI~X6IXJLAEoJ(|lv$Li"'DkJ:V"!jfH~9uY{JtӠiX?C> ==+ě[N8+{%`,0 pP?T"~}}I;o5O`~Bcmend * MDrkP̄"4jf7cOK_fû8{w׾.ŷo_{E ^=ѳ'];}r+N/~;͗Vs ɮK*ExDȻmu@VLz j¦K9)O =&GYfX|ӟ-`F7?lͪf(L4DB>ů+/K9L-"]|<@"0L3j3 %&SP]+BGH~\Z-Oot{ʣ IDATxZ*-ʕãU ~/}n^݇I׵w?魓ãw]!=H#.PYW)c3T!2?69s #@!_mb`ߝJ%]K&ܻJew<_2㒃IDnA/6!OSG.ByUT;^$&H:?uXe$Cݹnhf:qު&shQQJئ+=81DU:p)}xt`@~vT*g2N1 LTXmwCJ)EkMk;q䋷/R뷾ѧG7K;}o<~Uª'{?}ƕ{Ew/^]VRraVGoynyhNPkr7e^$gY0sE`"!6EJre%4t#xO)oGo!xlh-6QgD.@dLZr-pem_b@t*ˆw}%D@E3BqFp7̜3\U^̐9ƃE}:yVnF`?p6MGEE3v vx1#rvVcpw[779<r~|sN_{n^B?~`uw[/oÿR뭓gl MMT:?_x$ǁM|}K~d _ h1)$Kz^6".$!4r7q@OCa۠ 1d;Bk20"q`EE%mfOTk0VM3"8\Ʃ54, ZFwʻ@ v/K°s? "kw<:[<{KW.="zŶk~^z7zxؤ5'{O?~sy'_r3F~qwŴuh, q~\t+4ݓ+"4y T>0JߧvZ=Ш:!>V5Ym)fMr@MBd]ii+ă<&bb|aLRaDնT9F\.tUη'"1?~S'Y"|5 {# &Ts׾\9\"v{S@&c^o퐷n8:woyںkOMsW+]_2 >I~+ow&,{h{hB/ήWN%MNT%5.PoӳHFD:wO.6S^5/ *Lx'cjBF I,DH+?uREHJC 3T3AeQeK T&>_E_X:]py+!C8N[~NJ'W'$ j/VW xFg)# JelRQO/'Џb}h0w7>ӟ~V@_.R@2mv71OR1M]hb8ZuoϺf$e! k$x"R8gQ$;DD? of.RRjQvfz9E(Vl)ڱo}1"&";6Pʶp'C~ &μ+Aʯc# Ҧ1M9pUϘ3q)CfE,@Nh婴] "00+[%%5 bYK 9޸I# &(u7~4{7o޻wg~K?}r?«]|>ҝ>\׻Vk7a,i3ˬ*0\&6Q!JеLmP`0r?u>`'5do $?MD,ܡ}We"FM#m+ )b3mNٟE; ȺIU|y[ϔ :}y6u,˄RJ# \Vbӏ>|᝻?|oz>Z-ϞW߽J)TiǾuBn\+!)ljӏ~̱ZK=Xv3 T.$tL|㽼Enμ+nK`.gzc5Qj1褏~:4U3(B2^ p S"}N>zf1-aje9 Ro:rU wf!`Uȫ13WQ3Y|Y%7D0=[dx4W* >;\;]wK<{sN1ܗz`59Md)p crY3!e~xѧ|l5"DY*IL.+_7 CV gL_e̚wv֦} f{S(R3"q.D i`; lfg.EJ~q`X2/0d\@PԳ*_.yμkJ.^}´RM^0Qz)ɍf4fvKP+WQžRaȓ"r~`D։ O>zx~գo?{w/];Xw2f釧'kMb@gݐ^KyY K ffad2͟/kE6.{[*$Eh-&8cvȋ6ޭTH&u֙SDয@dI2%єNkصJ#rmU-{8g*}Pl Mjh1fwPt2 &yf8ZY\mj̫{kIjJ_޵ 2F1;*bjKH+FеWB.N@xF2˃Ar%Xև&so{[C#[,زz  (c:jEn"`;rǼo fc ɶ tDK=^-ad10n=yMm\f7O|eu\D[LؖcҐgLg eAj,̚ML뫰_R&mϷoDЕv &ӜG)Ҵ!3\ЗYM (2 b$k١%1rp8ԡt\%MeoJA]3 {W lM!64eyiWKΫxJwpȠ.I!_ >+6;"D:-'ɥmyx.>__;8ݫ׎r.}.~9Ő/|='O)H6;RH""=]kr&8(#(, |h5kٜVܞr!F뫪qNjk.j;%Hu8C=MK jn 1RgJɼGU4IlO,m&Y_.5`ɗ7ʊwq;+,EVPEi  *kUR²tyYњ:0ӇJ8b1 vE-*kύ#@XH mxЏm tbgGE \/Ï?{ 8FLѸ_n6`3_E?@ k5tJll6kp1xBxm6HTQ^G!-#¬5K0W0*as-YHxzf2W!`d%ߧ`j``Tdf vFeH-$! Al}Q4ӐvvڤЌsFQ#*[ dy^eziTdZbٲY+&сUDV` Z s:@Iq|_M_Wnm2DI Zy71P B@3s j 2ڵ("BLi2ӑV̼UZv1; n6 AL c)Vz5N8UΕ0;ٸr4gUwkT(mH;k*R" l R9nɴ-cU[.c5acmZ,[Rzc'hE;uQhٰ=Z;KcL%4WnKHRjkG"MS6 -3v|ZY@  3';XMu9~U(0]  ͜uɺ _)<]r 2$La VLMys)ʺ1WDAӿo N!L#v'TTx7H^5KCy bI0#A8nc[KYZ6\P~j?d[tZ6ں->`3 u1L͓|zhWg ]Z3BDQc%|ZyTUVzL'83+ut6WxI, JUi~3֬@cbɢM85M˸>?:9&$Lqf1/ۄ*s]02ODƈFΔ {2O *g¯ %K:jI08s/{Bd \Xv O2aJ4%*V$|İe6~lR[ 8N NRݍ) o*CZwR-)fJ>$lv4CP%^vC5~""U2pf_5 VL hUjH(rĽ6QͫMeKmg0wq;(f-(EdB jSYyJ%@k܏j|xO?HIR-,D Dd̿ MbG rn%LtF^ސ(bd_C^lP> MZ:71  Ry7Uxf9Q+3 )B(X 0d [2@"e7tҤ|w3Ă0@cM,z}<ϕQ> "HGnZmN4#N@OPYHލcaT"Q)@7 ެ'Qg1سo*Ԍ@D3D5kSeKRU]0K#( #hCpSZQvNk,7_b` RV#DD@ߕs280Vb; ?&pl\R/G/Y OnI V- p m$Y汈6>4h͸Z FmU*1많6h:>ˈqa2R/$'yۋO(uwl7"0i޵VVl s"6A+L=!aMz]6#U6CQL 6r V\U 23n I}|2Ӏ[Yuv-!"!R)6ewޥ@M ~&,;ZEH֝6+H`q77" D.pO]gQ EE& j`l%{91|Ak5 ݐk3v fG$})xX^N@Oշ Czt/;' z{H&qrue9]P^`2[ҞĹ -? nwl0V-^B`j# eFIt +ƔBL1MZͨ!XRZ =\ 7oS "+ĹH6;)]rI+< )w#m+QmlL 3ɪPv;.b{,v4_#26ٶh( @A'U=`0/€F'W1vK(L|Y^2baˌ2d%5V@DȈmScssͥ,V.5~㑨/vf'kl&H40}`ҮRLo|EтHe\BkaPk%U=. S#xE U2Eܶ@6*BtUA[FR+;Ӫ}y׺r0ӎ! Y1iy:Lgf&slrZJ`C`$<άhk"ڔ5{&]^i8!`DY'2KmTF{ɾ }=0$Pm}ȟ[܏'%2Dei;l Vz"adG#a1=8S1:f 7W!UG/Y\.%kBBOVS8Jl`<Z$¸hIhQt̒@Pu"PAӈEHR8+ RC DDBLK53 bM|.}.p+*P>-=FHjY w&QԈ,E$rV ģXl"aD-G[!Ҝ'֚ Bf5B@7)vMc13|HM?7ܼR^6Ep*=UV E\u;$Yw̖ R8Q"xh(Du9s8QKZ %PdW񸯷ʊ垈vM r!%ydX̖WM5ݵ~0N-PX{4dҵjlXFT)u!s6ٙ|6i:մh|9!Q'Yry>JBMBߺ#AŔ~9되HP$q@ž՟e7"IHKW\o|U q9I8QhS]+VIGrѪ{zIR_|a3rl</bG{|^-NWGrg>yW̾d0uhT7Nv`Z5j!@'7 zL a(.S0)UjF?RJ#\<4$Tm :ۼAf~a)?xg:>YNr]vSX C(fXYjU`$ mS. a7FD ]T2F#׭-,\o1I_X*-0ZwC+s+eĐBbI1TPm}/Mפer"Gۯ(Hjr)rosVRn;Ytm,DhЂjꬥ:߳Hp?3#v-Ȕb)e'D߀75`a":d(GRacݲi' 3U+jt,|'0F8JY/R/'ey49[U:2BE~ 0GHLW4`쁵fRl?"a !Ɣb .T2XbrbB jU η*s=?‘;Ohm0W#}#).g?K6yFի^L.+,g*-}&Qk_3̩ƬY 0i ^ED*:;U խq'rU&VU%JhFJTm`fPmϦ3~2h!@T%Hia YCjJ;Yb?Ȁqֲ&%RTgaa\*'jkۉB NP'SP !(K:K{v5g]==/oN:1 ʁ 0F4~FUa(ت-^S˸~Kv -M$ܙiyd$h]jf@{,*Ց soy Ag}9^.TKGyd&ZËC<;5f:(ȹm5~?*H'i,,bPlDh$Xe\8nzMEљȈqsի |ʪ9_6)@HM(T)Pԁ )\j.PB]4iф3D_l]'k(%"o)h:Xe;m1bvsN304ɟVhvq66NB#U(H6}ywi Z*[h"GASUJa%%Y\ -Og[m*Xi7]&+C͜ #vs|qUKs\1qM2N&#"`0fAF6'QO.ؚ D>9\6-/M'0m͋̆R \JNr%ǽ=Xc.lGAEP45L>}GhwzC:$кףc{ƀ/Z^D0!ݼE*^ˀ .4xa4TGfHQZМm<KuY>- tz Qd)0]ѬfEb'\FmJ{ae^4gXOwA_YmgvtiJ0lXhGYh- 1 a*U5651RI$8fStMRRjIkH/E{ފr$&6klre-se[ڪaK+̓zOO<DXmF6X?P_P6ѥrߌwDfɰKNO@5Q1HSJ* ;@p<9sJEҳٴ1qjI|Z`J)<EW+Sj6xw3}&0J Jm;<" ` JIS}ye qy̌j,ؤ(־QDSWv6Ȕzk M\JNJJ.`61 ٦,:>Qvg3#iUڏVl$H E_)6uz#Z!hP8`–R+f5Š nW]ꐫhD`S)]yHB!@I $XW^lt}'ToFz 1Izvo!; 喌;RmMoOG u4gg$ԲjA>w| g=ŐR$$Z b+L@C2{\lE6>ȫe\-%l%4d;%bZSyʚWBE+=(l۬x1ajl:^yIϖ",$L=_M/۞O~\XbCnK.)c*!0 wJ ̌д4b`6_be@SGMn^>+"z+A\BU [1Y+qn7˳G2ݍe5m1i"QLMm[BeH10xaZJje뭐􏞗 #H7azIr]zTn"v y6J=vJڲߪ1oDTYk 4yZJۈ|=5e 6c2@U U 9u޲_qa 6 6{ :Z/edX6IbV.O5HZ0Wb )2RRu,B㕬ݼHڎZ=z`>׬< d jhfoQ)8>QTINmxQKfC #XVMDRU;-g]@Y&0f`|Vt*"5oi*OlĶ) ĀuHGG\kPLw v*o5KX3Z.uj@064=lT +;Ij&U^B 9DiJ9v1¢E4&ʗm,az#9Dd`g|NhKxpiEmȳ4oO$:hG7V]v~Xܹw?ƜRQ8G׶+73 ?om˃Ǘr)MAڴDz fmISc \8JZ8NJ#@Hq&iu)b)_J )ނQ}֠R yԈ3"YB`2@Es2itj@2ՊgB\N2"tYg zikeeIa&xխ_d\ӛYh:Ο@e=I<(N5ڌCm SR+׾ӐPؽ8;Y y$~>:[Z.9|c~_2˶!®IMma<1MjB$TJ@nÁ()zKaj$fb"@ o:a".b$m".;Bs m 9 ՞P!:j\ƶ2gGem$dū06Fwә)p59Ÿ ~cE،aM`%^KY. O-j66mC>Sn3r("4D٣6O}Us <^/ttpp7 ߇m 2;>9RM?~Wm BO?x~~̑<9}xOZrq/R]noJb[FS126eRl- %%r%,}ٔ 3f$SQek+г6į;֨0F5I/AmNd{u!bqqURʑAU{`ū\QFvUV~1@l*%^o''8.Iz*N)FDQG+JH0SMhp h;h\Mj8<;?㓷>]y̛~ ~o|?2@r ׮g?ʍfb=XtrZ*)-Vm?:-BBUeE E]]+[iVcYNcL6(P<S(&!hlb\Ukn2wHi/*^+ j3GZeܦ&c==]m [ )` vRLK 5ͦf+c*MW\lq4WMzXzxRK)mr?=_HTj~:~϶{lqk-\95MD<_|xE*Xt;DV\`הR9 B8m8W"FB3'0~[ӽ, ufjM,!vc13Jaߥ-3 B΄TfffT"V6hFƪF@řB_+ojku~ ѿˌd1!S=,&:vG Z ToFFkH36EHG{M~j/yP*wt?z 3?{/޺ 71{r~gO~& 굓8o<:ᅬ',z:3V_FwYũd`]/A'D`.lыjFMGĀ0FXɇJ\ֱ&d(E/հod\ʬ-]3CC a:Q=e6/PU$zL4 FX|ꧏ?o5}eFBǿ ֕R+W~;}WKB{?/ѝ[G !^.+FӠJ_ x6.@TE1 d""A;p)\g^ ,@CG@_:İ)};&^z1dBK pXϺSѲ^9EU{тճ{6!>E>d=gFf>,{iP&~|wŮaDĥBl]l.j kbp0 葛l<Aeh׶[<]q#Qfd|,lRElFPd$(LY8$Ժ'l]'&$OIw;3yi,iT> #D^v>s:emFS~n_-꧃ |DMvK)%/v6m4t]}B=X1.'1@a߹s%kzルWw˟?΢M_?]/_9ѧ6;E 0pQ#aC!EkǞ f%358 vx^k"L7gy̌^SW:‰E16WGv ȟ@Lf@@Oatݫ}e0 *`PRxV+SSw} J`03q-ce;H, QҶPe&[e qlJD(U^bG{PrNbٵM B!syh2>؜o6+ݘ³O_ᣏ8|On\zӇ7Rb74p^zxl&Mdl6u-0\\'z9gK|lRΪOfWr)礙ErJة-À7U:uY6tns}BTSj;cNIU3b&LRb2d# U Bk_Uk˲@Ś֤&yKn'2kk>]́1r= %E;'4O6&9#e#FD$`3zFe:*PQL,~aDl_{CODcf.|e!FH$`Fd]Qe%gCByr A@@m]Ns&ZuM$l'E; cפkW>,-BN޽/r{v|}菾wx?b}Tkp];Xs!0n{Y \ ݢH_:՝Mew">^ԡKogP&r壠 z[_VrHŷ|j@!NiKܺ ,$ai֍)*1fQ+fUnhm#]lgPpً ЙuV/ڬ;'%坌I`r1p &.Jyr֭kvإxt˼|v}s.{xgE/.֛'ǫb;O//wØzw/' zIDATX^ (%z&06)R=ADXuB\_@'uFvl``qr4'T1LNiN6Iӿ@H J,Jm \ C36_)Tb#zd "Dx-BIjz䌦ieFE玙l DV49Xm77Sj_~v=9oh _o,&.>}g,{>=_vthUGO|b bXۛýEc#d^4&^:XBr*CN( EP=lIө92 ="hM&x¾73 ͳ 6k<;.ghŘ9FQ[.vaZL G 5,l'RƜA5:ԑ u,7D^'t0V/lq[]CΒJ~*|'!׾n{ {{/6u)?\\r|ՃUt w>WKeDR<_r7Ӑ+HAKri` oVYO`t*03\0rzDImbhHyڱT@c =D46ج>u$NS1 _ۄ0EX=Up ^tM@-Vcf L=ӗ]ƫ/'B~>}r# C6uM??ᇷn\gG^.o<97QU#bkmvyy[hƌ{il- 7"mq_Y;aBEr|dM'X{AT723Fmv)edUG+ c}?:0ܼvoz)w^y|o߻w{[ߵ7Hu5rǵ-S,،2U!le?d8e%!Q"Ќ!QIo̽]ũSc!̝էN:wٯꧏ{?WՔetE8ld(IHx 'X6H6&-`u` 3XisG<^Fc#S16w縢urcS C~ƔFʔ7I<`Su0-&|Wx;O1o,CjdIv[KN%|iU#D0$~ NsAJ+ޓpq Rʫ_W-o<~~<~كrX_}Z^w(yt7;}{ڍJo}m~`JWiUG"aٜpGb{6KCYWCd܇Oh0Xrk9K`GUX/KݤOspMaIY2]q ucBq"50o:3ڳCEĽG*$(|D\`e6q'+. =jN11T4_Qw?Wy/o֛|Ջ/o;,kQ}?SV~W#ҺI]0GJS6 xD.sκp WeaRe3nFTUw{S+]R^/ BxlU[k(HAk*k՜ϑSw(xJy<:Hd I`]tݽw8j>lFe0"z$h`wT}zuzyvfo'o\яG}틗~{Q^{'O?mѥW_Px7R'\Y_ۀwb(z!,HS!7/i~P {Zݫ0˛ק,_(r$nr<~1PtoL,e&gSNiߣYk9^/ ۮj ƹ %T;ua 0%j.9o_~k777WϿg۳C 80Z ',| 39mE6b:}ur.ɛgflLOMbFB&Y1}#w7i0,i)YUeHȌ*{ B_|۟=}~p>.ǻ`$ZVvPDԑuQ͋ꮞz7OKt֡ yfrqN1Y+s|-rn"|@?t^iU3@BLvzD⅕`ðmirX`(?m\v`NPhmЅJ>W'@^ʽ;Si͂ \l=NKu'oݨ,9 4 |*4 2vfbH?~P8Mv>`Q#uIqw]նklGYeLk<-YYWΣEG5ԆERFvJ'r٤1ci0Ib$\V7#™SWXY+ʆK #s555yDx c]eD7J?JhTc!ZVv[#f/I msiqT%r1[@i}(zv2%89nEùAjibZBqvE0K%-|jW 4vm*K-[-̱ 3JSFK񟍪˶q7!mQN_~v ZFpcRt8xyPZ=sq#I|xi<{ʞckGm*;Ą FOۥ~+]H=#k0n{lN޴BSis&2 lβYe+UYJLvs dtj9Y",ͺ3&HnDf;`g(EX6K]vc؍3GA;f +_halL&c(VeK}vysu.ͳZ^0Q:W`xe#!ƫ:$[m9|F@2E^Ȅ@Oy.:,*i5͚Xd&e)ܮUYGql^]]D>=sv!v*т0?5) J8'}C%H=9,CZL[AE,ڎĀ`u<[44/uP崍 =YA2Ti4oypΉb0zGboqnVD:NKЭw9>T#1RsJVqv>(~{}R+=r7i1 Ⱦ h̚E*}Dd>gG0 ׇnhm4L )*,/gE,ֺN @_*5d}p(O9ͪ{et 2ݷuX[,,1VI#:hUŕ͇VR> uԒr2Ѭ$$^ēy/CP7Qqc a'<R-Us9IhEny!᱓(/ϹhLA4uc@!SyɘF&xy/8,ݏw[?(: o0ǦTcL\=:#-e)ޡڃWE58iZCt vJ,^GQB4 "ۅ"L=@!5n!quzj*KխvH"^PN5FGGyF}ozx2[,N:R$#c9?2fh"U ŰoRMg듯(/Sj,d6ƅ rhYL:<{xh9\tY]q}2'@D1<֬K6U.=+dgq7=U,O$#.X67@<$gŎQ)D\4ԹucNcu^\-<;MЎ&f%;.}7yeF"=rSY[XB.k&RNr!@^E,qjCƶ|PG9ir`B`0SZw?q;t<*WXxc_쒖f~>,3-bӺ׉wkB&#f92\ %X JotqSjqyhqR` ɤ lD,9i_8C &soͺl]En5c`MP>ӚfrF1k׿L}(fT+9"Yҝeg {(xŏv _8WՅֻp.0k4C,E{D#Oy06h `1%8c0T3elqN=n $5Q0JT p]أr@vBRth]Kt0W|iBZUvp^Mh .[ O|켿%U\N r-9߆ 9eѥ**HN\g`i& q( ̂N IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/monitor-border-1.png000066400000000000000000000240741263301626300271740ustar00rootroot00000000000000PNG  IHDR2PLTE6ID6oA>@?(əu&-N?HZʖN>E"%'J; .E Z^`Lz)H4gefc_^Vwor8=5 r847Ai574:?b8L33F\^[*-.8/3o7nkN_߈Fԗ7D%/oD}~#?!͵XO:6)b²z? %E]UZ׍DB:A$h9vVK+O,j{TFWduXK#F5DRifF`ï#<o=ӎM;($sR k &iۑuH9H-F(Xb[fj,5XAy4f]S:P7|aqs;ܴJAQ"eCJ[6p}ΪTN'o$2y?ojBAeeQQ{MMJc앦lߎ9cH;1)ބڪ80=TRnyJyJi}` ڇI N4}6j;HYr7+&z!8ޤ7lw}o >~ϊMoϸU;fgONisGP0dSAлSO)Oat=t^8:wj>S)NBg6uF zݘS^Ci ճ_gguGCƣjcv0[c}77MaP8{sp Xp"~*tatԧ7t>mvSb8*SJ95 ? -!tEijua0B3gs~誣PCjWZfg]ff~e_Q7¨|jE=Rƞ!WHo_y^D>7<\DO"c÷!J9=I+l->m[oӿ5jfjS^1(so{G\ǣ={G[3F3Z>dMn MLtïg⢻_>Bd)"Z]DKd;~ݦXkRAg(>Dy=]1/.zcGF2rkp^e]<|Io1»3BNhӞK5*7&1NCνBl:pmB"&eglgwpޜqԙ;5֦=-Eǡ'K]_O}{GPIYF#.H Rp H lW 2K=]1u(9&󞂝; H}[i oSgk\ugѿُ^8>N nj\l6#x#Bңwlx[a?ht 3p;3~.]A!Aw_ Ȋģ8ح~C|P؇7WW;!{Q˸Y$@BRg߽|£A]9/zefWYԻ!z==ܲ(gϲB,V.']}Y}E o+ =WudճP K0TwT h +q)_`j㠯='u$mm<nŁ@q iWEfUSM`d"U,tOzg劐ӡVW0q(fr0ػ ; ]%}^btrXeKB>ؕ"t<{~Qwƕ)^4:\,CxH"sD`1OGUY2cuHщKIOc:ǡ&=ֵ\Vam=t$y"ƱHQgxU8s#e#DUB@sI1g}7St&hGgkPk0zUQl'9ѭ ctv276A+qpҢ;X'Da;ő.2`&kCD[da~H 9# ]5BOy̍}D/{^q20Qg-I:'DuS"w73_; Ύ8> _G_A'M1 GWLN2sblY}g< ymT◕ 7g.Hh/y2I>`ԔWOGc @W:ْW HraHLНCF&*隢CDo`קޚx|zP.`#ӭ-4T)>G t}tzLw1=exяJ8C2F< +Ij5OU}2fhxy3oͣ>qSSUUU^OAR[qq-}>k3UEj܀WḏrHbC(ĠDS0RY[օ)3a.Yִ0s]}B-=ŽR@/R1cX5Kt%CWUrrx\VYU C &xCPZgۮK[ȜL2Om]DGO? :jXGyyM`2AOŌacQ ^k?Q SOFG(}:8}tw"NKFt i.綵 =B&U6B7қ}\1T'Μ9Sys+|^jo~hz>CƦe*t\:k"4э4cѱp^kgN\&φuB?;>ϸZm^Kg`-]e4OKna-7EG2?L֛`\:!u Rkt!d;1zA |ՔWЕPO@wsЍbѵ4>nvRpPIy_LV>1q 3=:y'տWOd\}mlFK!]P#?ɫ6&!G_@/~p?17(;"Í['[;!Po="3tar 4VX* ޶QR+芌е4z~lﷹzA8zc ?7uB5jpt @?]7n,Il@受 FĽ=Dơg`Jn\km~\-38+,,\YXsݺW\YWj}8+D9gF7ھܸ}{;۷n d$SxOeXRV.:[x7UZsm9FH[nA7ue,{CYC툾ZNᮏz(_G"0$!z]!{8bXv\qX`6@/0$QE즮>"Քi6ⴇͼM 0Rd|AO>my$9ӧ8t`o|W>\hf=o#=Hqrso9yoD1s~9NG ?{/73i5bi#|u6$lr8%+W޻䝕+Wgy5G%K:Ȓ#KFB#eG  @G7B#I/i*'وrpyMkk+׬lt|5N/k5+׬OLʯ㬯3Rn:Gl}Y|g هt\F6t=5 $ɀIo}2Xfpr9._~uE7$CѸƙoLdR#8r*AF?B5V.x'.**{c8Cg}u~ngiڃ~̧`^Hޖ> K(be*Vw!34  ]!W=<QS:\hre~zOAﱡM^b]>>#u%TzXz@GEt^$4G/:K^N\z_ Ú{~x7?+Yc@FgGzpBPz$r?_ٺheh:xyE9͘K>Cw|www`{#d#7Q|HBR`/mm>fXp(:|ǧ>GJǶk"LB-Own0С*B:z }~zǟ7ơ'S /o^ zRqH^פ֥A51G>b5?4Ƈ]:ei5c^Ԝ%#kppR1:3GPo[W[x'G/b5uQ1 7ՂO)|L9}q EW0Uz}ݣЩ3/9Ƌl߄MB־1|⠻ŢGU.tH_`,~{梷=>^xTNakġkaw8VV=W_-,\} tT>":>c}2_@NQҫ?O>lt.MoF%k;X@ϐ-N!9DG>FM67yEWQxEw_sƅ SN YȓydP2tR35V`DqHGt9b# 5=lp+Ҧz^;GL< &s/TP^.^ {4xWx"zC;2*"Eљ!pVb%,7!:ţsCUB>0| qC y*yC7BeC-ȓ+<̐țY Pem'jF 9Uc5+zΡH «DU!7}ʛcltJ&M-+q=aȓ*pY0:Qz5"eOCo%EO:qD\P0fjf&,o("\,1XuӦAu_=Q$JݳыGo:^\FxP[7Vo* '|Qpႉ$dD 5`fP*''gOY(Cjӣ99)u] CTFG Ib#T-Vhhy]+`0A:w'TveXJ.N !Ɓ5ɔj݊I4IaYNI]Ң!ZuBF.+߂rpa`ZiIn*ɇ"H0e k0&$J٤P0VƓ# W:C_|~ Fo.бߤY7!٢:/F:7U]7e d ()ן9ٍ&yZ:Bpk 1ON\ԬE0ci﷢Efصc*:B»lR߇׃Uü4,e-1@c,ׅ):bRJ>Mr@ώa e $В8u1hV$4st-V)LCǸ9G ;VJOBOmW Lq6f4D2=1hX!b ]5\,|=p ZW8HRLΏQ~OLZLd&|.d.X-[&G_(%AkӮXsm̜ϵ s/oD]KZК젧(L0R"tY'2@Ƽs͚PYCk0 }92h6\2 @kSsm5}ڊӗ7n`@Up5$IIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/monitor-border-2.png000066400000000000000000000240661263301626300271760ustar00rootroot00000000000000PNG  IHDR2PLTE6Is6oA?@?(Ɇ~&-N?HZɏJg_^Vor r848=5efc7AiТ:?b5758L33F\^[8_yЭ6MN]`3k<sЬ6"y#}w3ZHWW`PUQU.E K6a§˙V*~#cfo~sZ ӧ?f&Ϧf9ʪ0%u;4 U4!־CQg ӥf3rUi@._ NVtEV%8JaқLVϽ[:ḯYQt4uv}&߸a}^4zsCA׻u&cdP5Wh>iꒇ4.׼]^3=cz\qg> VMӀMeЌO|q.gG`͓(zd0| C7tiz}5ĬF5İ)q%ipr￯P<~/ JzVwILx.zF3PiG +Bi4^vnxϿ] K͊?nR+} F`zCLTw.1==χô.:s;RCTY齴5f/>SUnH KD䳾>xbl:t}Y)t.6ugtc8ksp(rqȓz~iSjt$|]Ԥݘ϶GmG}|'yODf/J&^RR^OZM ʛ"$T^ ĉÞ*3;U";}2E+]^z RwdO|qЏUNƺs9ܹ^:H"~TR.zj: ;)}nϽ}ŘG=l:ϛAQge9$UOsyR%)lxEF*/j8~؇HFüّn?k~ILmOa臡5iD?S VɎYuw()_M%=O:;vREeŞ\"Ioƍ+khуW21|vz$U=Tŧ-E6V4~9s0eNin'_=˰fLaO'Pc^Ց3Z"yY4J67&Ԁq`⥼pa4UW7^C9O44>^'E_6oWM5FCJs!6jAs1r详HrlY@[s=,T5J*^ ܟq ^ϯIYU9I0N7?p4a닋?f6R1AO ]j҂^E`'} !?p{bzQ|Q5-G .QBM#$$i^vn'N# Z6> ^">Eb/T%X̍ oO<5}b{b¶\EN/Il} jD"ax]EOlt\AG}lCy:~6ѾNo,_x#շeK>Bзѱm'`;;$' +T[~ZvLn$r:HC /74?߫mdr0tz&Mkt~klOPFK2 }+=]?:~h+PS:`^nDЗOj7k$J*;.cP{TM^caz$xbfD;OLt'ID.΢w6:. 5֯L TIeOha I|PVc&nXr"14 6QҴ82M0z}xҀ~6~~2S550>2 ]{h_;T`&WσOpPCwL/L9 dS{1Rp@'!I=heq^3h4%t! 0VyDf"Î+Ѝlt4tF/%/nJf&_TbV9SEw_ޥP N 05\zOp$JELDv'lN)trlJo+0 ։Ett-}á6D:sl": +Ua#gzㄽ&og3ΈF +pt6hCcj;{WyQl#4QN48F {E䰨ġҋ~ό^읔F>\%ka| z}AĠÌHr[ڈlAȧ8q9z zD:3#rSR>_2~w7engWhЉ0sm:AģXY6b|2fW.g27...GU8 tB;5:~4z7d_v-Od;dFcSG*aߎ6 6NЧ[ kMI\;#"=o׵JGM.zvk{jl~ oQaLf'Dpa}$ S%/},agIֳo#‘6oAMMyyyvbub6x?8z0Te=dAJfدsJ%$낌zbDp %F䱎3wr~[(d]d9rcMN aGZY+?qzF z^8U2a\>"{ uJ|XpaǩS;MéxSث#hHs2[6 }dJ< ]okqkEC鰏מ={6l㎳p_Ȣ,T>AG7V^nJA"L< h<ȍ ;'ZqB]=LDSĄ3YI~Y~quUǴLS9̞߀76P[k˰n&v$D8QYqXԃAxY)Jn|Ï{a/>cl")2ESOeN?/^6Y>UKE}k4΃:\tιc//[ 3"zSV6w*ư|O:we?G[8^Dޜ,s}_N >DX'6s20 t }^᝿q{ZO_Qo--,j?N(8?,jJoiBU8O"6֬T?QT ;7Vn3{'8T~..+_`ϼ_<]1I4=i@_BR[x/ףk"b# C곛aR1'H>= /GÄ$OѧB?@ݯ.Z,F-a.5˚g:s ۡ: RC48, '8fZ>awͯ-d#ŸiA{AKKe6Ȇ9o5?IAQ@nc! wXmm~b g:~ GWF5nlΞ@=KSDwZk@=IS@Wgω&͖=6t-($uD|hNr:c{PeJB?E-nPۀ8.A~J{{"]COY7]:M3z޵e5˖Lvp )k1k7];E]:v*҇|H3 )Uqt ,;v4{k#+J0k ,ۚEG4*=b;vx}eK kյU(Y8괡DZJrᮍԵ z(WG"F6z0 讞|[ݱ>Ls,B?oЋ8J o\3ҺJ{,;pAZK$ՅsZr-!>)ЭOb_[:\^m͵E$T-rKk)eWkkBKn)Y~h7^tkCȓP5j2n'zs!ryapm)+ڪsKQ[/[?-[v/:(͟GY7ӎ~()6RAH?ttً jrV(XVLe K-ن oĂP Жuu@pdY 2~n? d;ioڂ~̧aVHޖ6 ib:WVw/@ hz 2@4zP1%; u\hۥr*2Y:-~@59PCխ#uTX^;pB2TI.׺r~!%Qt\y Q&/AG.ՑBy!Hh,= #\ /-/0IiuMN=G/xZWP6E'}+p\?Uɪ26;TwAx T"$Ǹ m>d`W?/y+@޼f\*ܸ`nUI4P!?/KT.UqnqtU CsPsNdE])7?EǸ>܉}hѭ4Y$4:>|9O;E|챯qL{ Hn7+x#7(ɽ{ k[~t.WEߍh%e9&+?hG43U+VLN=B|iFwCH/f$}8䡈M,xmmDN^T$}4 (0xE.=ޭe&< d6nS(" RF`yNZm0@>cpZ[cF4ޜ*(´܂>QwҢ~XFy!NWġvf ivɥIDATNg=c;;m;1J tQk)63cwឥ/P5!\c:Xx>GFj >Y[ NȢsRQxU|h(#f\[K4]Z-x0XYY(ABp0*)UOX}i|PcPWxu>ߠtd0zE<iYj$d2a76b vviVVlizkSK~:VCcKn34̳a1'ܒ]2b!ZMLF.ЂrzP聕n.|`(Lz-.:]EqYu=WkqQʤn.\mcv+FsCSZp[V`$l(+KMA-\pYՏC.4*]7XK}r*EicL.i9\nC!صCJB+oփ]+Vh[425BԱXn`dnwM+e8FB_Qf$@XUbK)Q$}Ef c)C܅$Vfg 7d<372"AWߨ d|X33Av cf5JAwDN$Q{{gFo\e}V$`-}/LV_)B:m@_ Q'" . ̨KYض-r ZzB,QGld-E;yPR>H i@ ӹy/ϴiIL3#B3m+Q?:Z$)F =)_g^a]Of4 }9Rd6ӦfHqgڸ".LsEϴ3oF2 ڪkIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/monitor-border-3.png000066400000000000000000000240021263301626300271650ustar00rootroot00000000000000PNG  IHDR2PLTE6ID6oA>@?(əu&-N?HZʘ"%'N>EJ; .Eߩ Z^`Lz)H4gw8=5_^Vefcor574 r847Ai:?b8L*-.33Fz|y8όF%$}gFx6`%ͨ/oF}~3KQ_ߌfԗ7nkŶbB&]LX6x(y\..IP%q K'$njIйrZZXϕDKX@w.t ز9E2) Ҫ k zAgB#s=BL5l&<ߐ.= jGc %ʑU cRuڵkڵ`UJq8Jȏ*."V>ңJ,YNlҴr4"2ꩂ G ~ S.gRnH*3* ERMJ%]E=Ұ5Ҷ5Phf|=_̀Ѝ3LMwlcc).eߙ"7,OMQQFdTX+\:G=ylfs\=X/Mje_ُǃJ[6r}Tz܈eo͚?Yu Ν/zcnmoS"﬩ QۑykgavU[V(W.=lSA(@<_ӟ=q`͒  "(# ڳ*p|zgKV߽կ|sߞqP:ޚ>뙛;N^: &GEPeFv.9sGVW;:kbЫ覌~}ʚ^37cnTu*`:V:禍sn7zԿ>/z.=|VE'pir4=G̙窦ݚi^a@ 1yP q{iՏUqz~nzdu5OByV 8&c&Ӝc闀:n:(Omanεjfצկr{Mʧ[m%-ll6@O~G.#h}eh蕐>yJnC*=ѣ@Kl-=4m[oӿ劊*f*^yWQqQ"zG=5EJ[KKYe.|VL 0эJAw\8 Uz+㥈hkߍwx^. +VeN&:CA&,e?L"bzɇÌs',A狃~ [ t._}fU?Xѻ.>QHD;]>WG攣D?މcn)> =_\x?\{3W>}&$!]iW Y I@8\tM\Vs7Pr Lr=,#=gRFo`8䕡]oHofQQQcSe=zC9&/-jo·+>b}7]߰y(/B,V~'ߠ}[Y~Go;$::YZ(r/K|m2~TlTnG8SEH{I[c(.?ՆxDߟpykR3"336I:+L0!n3Ս]f/j$+';\x܂{+vz!E%PzPw?sb]VZ}^u O%|KnlA З05]?vqnl@ZhyD }⸗8͛Z6ѫc?c}GBU#Z7bF/g(JE5I5iYUN^߭1p.4aʚ23>SE2I'shdCIk"UL!t@ɇ[6jo렿 p OVl>!*6zcиp/l%&&zI㢗S01Fߛ\2V">Q4oDKqoY:וL-`5!t旑{`̇x)yVVV~~o>IԴF'9ueћO_9 jnXFB,&1Njjc:9ud+KmY$!sѿ"z1z_AHMX` >VgqQ*U QU.?FȚXRQ؍6X@@ 6d|=])$4$ i"t7]ae3h}㶄AAXt1Ty5jL !H(W画c&r"m4!6SJa[^n,E Џ1|rfX30|]Ƈנ c/ QP!5y%O~fHuclv@d˦ B,NDԣ &%ч~FK3/ tVf2V-K> zun*f' 7fue rX"_v+DwЭb>u2pӰ6j X;MĨ>02*FtFSL "QC`/o!&<,t8%,tp9G`qZ3لfۯXާvblP*MN 8R$Q"}Dzsam.g`p~ĵ8A&bP(=׵\mG7bmr|K },fg ɱ>' --~~nL8mPRCW}w Ff& t(4巉 :؏ $BWe*|OK|O]?UHuDO'G‹4, 7A}9 ~^ewhЉrmتcc Hf7qJ̦:1r >y `dmp7A:t%OdV@L;d7OlGsEn.fLy<|nxo#ӭ] $d!>Gtݲd}پ,U5OM>ԇƷM|L&O0þN.knア5LxmxT0ͯ+++ˮ;cI=I*B5c?.k)dНgzse9d1ɸ k..zB 2&&抷޲gjτmvdQ]V aGZ;?qCztF z^0[|yϙ3{Mgt`XGzєZSfccSm,i._f#tÝI?EoN}^z-{]^YScCSm,2 .֚TWc&nO=͝l]s`L:y}5)у#4Gk˸imQ6 #a۬%+:uh>98QwG_B7;;qpo~܆ǽ,ttQk+.W&:T"+c x'+DkCA/:ΓLss^ _ar+X Ny|}($&?S5 zΨVK˿8vr}6$YbJ~]ZeokSٽ&vWvwA.=㵵qm:OQ,MPf`<J#L%I1װ"ѵL}t{?OiO-[gڙ_Ը?O /'daF/‚|p-T9YFk,ٰZ^iC=;ot~߰iKrп_uuF-2R"+㬗wd% QG=B#!gS_iu.p>z5ܞDO">w+7+K,Z_bfO$./A). ~Ch@krI@2`-G߹Pu 8`nW˯S| ZHwGFWKXUƲb}HIt9{z rh@~W\O_UUUprC 2 +/vϒ6Iŵ O :Wd{[)7ש_z9=q/XCyHx YU8z* jۅ]"QW SC>P N$<_ypBTVL.]GL􋅞Ј&/QAG.֑yHh.# # $4G8GV_O\ݬdEi7Ǐ+Y_FmGqBP IP~ܲ~Ŏн)t.+ jK1}$-8ﺛasB?˺e'QOdɟ>t_xqrTэat宏 qm98s7<_MH雏="{.=>b&Z𩼼y+˫\dh=+*^X):pռ_]dhqvj-XB  E-=Įrߌ[yBS(ba}rht刖xH&:>&=I|"EIѰ[paW`>|'R0wFK/Ϸ.#r`O=tADŽzF뱯z^^)M4MG,:>~0-dJp{{OyyZR=Bu NxevURSOIό&HI=Lt,МFۧPC 9DGly$  =B#⍫Wb(;:TGJ#t&'ᨫj5+qr_BJ {ʑ"aw0*Gz8Iu@qxdfCz̓BqE#S/z4 F߭=r5]㊤ s c+P%atfȁ[w1y ˍ~?"9` +7W1ok7QGĕ'|_t)nzhr:5!(*#njJ<%UYǮ^՚Mf؊_`wP0J!atސ#^ 9Z$ޠo+ UBy>L5|?"y;t8N/7G#h50(ըpL}⌆7~H3qZR'PhU&k? (.zW1#B Ơ^c򙩕MuSKx7Li<+Š7&#^tr4!1kA}\G>ztPTᅣ?#l񺁑(4=`(^MBq>ҘyCNhpC48'8|."U,vJGqE#{v`q<+ySN*ǟW(S}2PԔFp3<&pD܄E 96"_fdt]'5p5$YJOOiR@{` x`> FPM"QGi鯻 MCJz.;DS i 4wk`J/e åV  m0$:̞΢Ca OX9.(܂CMBths(j`)]:tp *D^SUq]bC3ׅ;_' ).*U]=xDooWהBA2C^:́91+ia MT!]!  3h/x` ^dNG u<;r^=DthpaQIcF EZ_ӹaGIDAThBxu|h0SJ,p a.B?:D߹Z7HWjZ;Na+#!@3pYd (PH?%EBj7u|ʍ`|.dzXXXAg#C{zr'hgd7G|_.222@9 7)sY^-(F]}Hap21GN5 hC@'Z}ׯ6K.…  nkb]DE]iq%F$|D瑫|_P F>cvzJ UU 0}یO،/6 fT VJoVҀڌVk BUIOjKoVF׿fgg<Jݟ\FCGKbKSGi 8 OR>tpt͸/a(vE`cӎ2=1d\/ n.#X'eІ)!IS!ך#YiR/H  ՚5R-yt)[\)b@b/1"6,D+К'(L0R"tY)/0/}Yc*m &@R/6G ؆K&mj}[q۞V,Du!lyYIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/monitor-border-4.png000066400000000000000000000241341263301626300271740ustar00rootroot00000000000000PNG  IHDR2PLTE6ID6oA>@>(əu&-N?HZʗN>E"%'J; .Eߩ Z^aLy*I4g_^Vwor8=5 r84DH>7Ai685:?b8L33F\^[8k8wN S{.w2 'h _~i4/[ _x{xkժB|svs{v NOao49-(*2u+1z67.r1խiR* sJ Ե)ltSF{^euРud9;k:7W+Sr칟~ ZvQ]?vݗ|6Earj߃Ĭyjʭr z?ǑP0*SssOvw+p= ? -ѐtEAZwMPLY4Ի)Z<㕺Y׎_p^gR>ãl+iacg7= қk^D.G>)]tf3)'}f׿uyyAN)S ,xgwСCBh mIRF+dՇҦw ЫƟڔxzKꭌ"ѵloDA{JO})'wkcyZN=R}>'Y=]Y!,>Gb 3{Qgmx>A8]|1З˯]kNH⋡5*7bO4;"Ʀ)@e[].л#F|tsQgmRnw*>= _?w%'|V_Ҍ^TTUt$v 1r H 3+H>:itJn̟ܷoOfaK2Bmjxltw \ 'gGAm_p OM݂#AGRQouwn탃k~w5$Af5QZZ0,ERNL!YT<ѫyw\\; 0y}KW{$(HnUz t1TKK;!7tK"B΍n$<{^\j줷fNU=ݾ !FkX*Yt/=/xP ̬ [# 8i a3ݙJK=Npn@ֶ9l}-LG}uuEyr]X >~epW?OvҗYXXXKYEΉKYpO9Rn%K8A!z'oPmfTiI$n97td3P~%AL`։8P3)/\`a塯K=#~# {a2@ ο-!ic}$f6Aw Ub/j$K':]y߂}1<3~ VESn޹T bo6[hu 32Hí_[$F0苪Y.Ǝ~$Gd`W?~4(l(z?FFeKPE7#2:[e tUt*Gv WC<$$i^JC }CwH@ײѝlmUFZadfȖ0yam27ɓξ;q dtiah4DmxVƭr0/wc1h%!t?ʓH~br{}0 _@Q\rros&/#ˈrxIrѠM}eYj>Wb#Y4@HDfMl^BWDFW/5#+ LHxX9PbsXЍ%1` r4aCg#bMHBCws6:\7lqOAۦ,]4VΠOx&= ` /=A(kE-%U8-_H 6zKMM "kfvq]P;B(RaoYԎ|e@cv@xɦub,NB#JtS?c8-q؅f>&hdZ8t#}?wqOt229UE/F`O9薯ЗOެ6ls4 E#{94I@WqG4ɣY[;ju;lj<+OYN%HsUEG8]lb"+yKF"Б['{4d],)&~ף10{/$E|H[ O\йQctZX`N,jZ>:,ߔ":41v#燈䙁c&o}Md٠MM&C[-DbC^ϦBoj:|Bs3},jcq>'ݝZ3g 8-왾9i[%p{"p7$Q&2CAZjɖAK;d'7 oCcyEn.b_Nz'%G!>ɠQG49{vQi:{lH\klh{>E%n=uRЩOK.\|ym~^(kl~h{>MZ*t|*[4M43Դ pkdO\|}"&϶>sB7t02:iZ:1zp)MxW6m 4-"]7včzDi9Q˙ -$'/N8Fn~1]TچKN={\o_q I(ZCa׾_{0_1sstX~6Kq SjK5)-4rwg&9AOqԻ?ү?ޣ3<{l!I_vQ̿y3;Cf[Z[6_ܕՑ@S?bQ-=ؼy'i/Ɨ㵩@`xh ip,v.̳('[':RkllP1Z:׻  =hH5~WGVk9|0YmgP#sᷮ3Ef-H6d;1ڗw@ |RUSOAwMRѵ4>n}7;~@_!m?xLrK' 2P\, ?A6K!]P#D>).&$z>hio~bw: G}HN`Th{L}]r ˬ@o<5P8ʗ !+X芤е4zNxwzAFKh~2jL %mģs>N9пYp Fjm-mˡ@#gC4}B@F?Tw#5VΣ9vXކ>d *IZ:d6k1iϷz֝CYz59]k~WjP#v;1Aϑ;[Gmk1J)FCn]~+^~WXW=غb)T'wZqjUM9;H!>})< # z&Kjev\cT__UM y~j;7koښFE7aPLBUFu@d1v,djEt$T:䬷7mVSe[Uκjf!k#BBoIVJz<ty1J6$({B+j\-%Hl=Vuj}׭;r]%vSːoj ގ]q%;f Uw_͊!& &qT)!ȡ~ ^76!Z XU_ں~Nn?73y'̳/qTȒvNŵ O :Ods[:(7ש_Z9=q/XA{mHx it#ygk-/<.b9 ?KE- G`z ~Mpw'caף*TbAmnšCQMFT)_^zh|;t!˗*Ԏr<.*n}NHskrZzb)Cy*ANԿU~߷[p% ;PH]NjxBU!v^z:j_}'))x䑒?Oh|^NSΑԨF-r /_-ͭx4|TߊHx.#^4QiGKЩ /^ht;nFQ_};n߆mB I_Q+$-W|9E}7W/\R=B$2b+ bqPAex^X`DJ9g6OMMWzG*xTsvW%6AZ{8yFB_C^Qt* KS~]"#sKZNAjTD!z,BͅGW^NQvv:;%afA&3 0R.fgI \GPao& #x|qyON}]6A8Hm#)"Q;T:."UvJC襢Vou{gteTWy4Zu#^h~AqșFfEG528OmPgpqR~޽{m]. .K ) 9d ^[f@#2"Eg@xk8 #V'n htc3@K+u2ZEgk@#E.ХL xF_ރ]һ( d##)l:=sy8tqlUNT'UupPt٠@Z {~@7nܸ+YХGCh \M$iLRa8N-EEClꨌ|V` 0j^|`"p$㬞s=}.裚`lGn ke<*w!Yxո7k*+1A^+.l`07:ՕZub-S6gdx0:ԹIA^cwY1n4Ӫ7VXK}r*E_,F\8XsM'ZEg>kGUnM>u:#=Ek*S5(]m]-DmqZ.Ǹ2=J*0:1\cYXiB㝚IcKiB/$7֥.҃HpM#.ˈs:$c;4pۯa:@E]iE GޤF0;=Y冪yҁm'B lD36}U7+Bi@_D-F4̩r3fGSp*ʠߖz"j/˫׬ ᰫTe4t1?hrRli6"TVS0LCyG{6߮ T?٘Ih6M&:{\> a9sR-+RRd:J@bZ;4I$  Jթ["1;4=?@bl     3:  5EU  c <;;:9876 549<;;:9876 5 4  <;;:9876 549<;;:9876 5 4  c;:864 4 58:<>;:864 4 58:<>v \<;<;<;;:9876 5 4 y<;<~<;<l\<;<;<;;:9876 5 4 y<;<~<;<l[ =<;:9876 5 4 3 2 1 <:9:<<:9:<!!G   ;:8795300 0 146 ;:87<<>{ {1{{{{4{{6{{0: :1::::4::6::2 , ) &$#"!!!" !# ( +/5&$3412&##$/5#2 , ) &$#"!!!" !# ( +/5&$3412&{{{{#{{{{#{{{{${{{{/5#2 , ) &$#"!!!" !# ( +/56412&::::#::::#::::$::::/5#7:7{{:{{7:::::    $}}>>-1 bl shadow     5E-1Y-1i4%  $!//!# ?YY? #6cc6"QQ$ "ǫo9!ÍR$ !ثo9 ĎR$  ٫o9ĎR$ ٫o9ŒQ$ Πf2m9[2^abba^\WL8 /7==7/)&  $7EE7$ 7ZrrZ7 !XX,"pǦp:!pǦp:!XX,"6XqqX6"0@@0 # -- #0@@0 #6XqqX6"XX,"pǦp:!pǦp:!XX,"6XqqX6"0@@0   --  0@@0  +::+  +::+  +::+ 6XqqX66XppX66XppX66XppX5XY0 0XX0 0XX0 0XX,pǦq@-@qǦq@-@qǦq@-@qǦp:pǦq@-@qǦq@-@qǦq@-@qǦp: 0 0XX0 0XX0 0XX,XppX66XppX66XppX5",::, tr     2i&2vz"!     *(&%(''(()*- /2 9[{{"{{!{{ {{{{{{{{{{{{{*{{{{-&$"   *(&%(''(()*- /2 9[::"::!:: :::::::::::::*::::-87:=:51 . *(&%(''(()*- /2 9[@><888:<?@{>{<{{{8{{?@:>:<:::8:: @@<;;<=   H656Z656U . / 012   H656Z656U . / 012$6434664346 + , - . / 0 =<:86666 =<:86666====>45656656U . / 012345653./ 0123456545656656U . / 012345653./ 01234565}234567 6:<G6:<G $ $ $ $}}>>-1 tr shadow     6-1-1 5XppX66XppX66XppX66Xp ,XX0 0XX0 0XX0 0X :pǦq@-@qǦq@-@qǦq@-@q :pǦq@-@qǦq@-@qǦq@-@q ,XX0 0XX0 0XX0 0X 5XppX66XppX66XppX66Yq  ,::,  ,::,  ,::,  0@  -  0@%6Xq%,X%:p%:p%,X%6Xq& 0@& -& 0@%6Xq%,X%:p%:p%,X% 7Yr" #6E!  %)/7=! 7LW\^ab!2[!9l!2f! #Q!8o" %R"9o# %R#9o$ %R$9o% %Q%6d& @Z&!0' (6br     ##1#1/##$$))**Z+,,2,B-b-r-/M~78.&        ) ) + ,&!2.&((*')*~78.&{ { { {{ {{ { { { ) ) + ,&{{{!{2.{&{({({*{{'{{){{*{{~78.* : : : ::  :: : : : ) ) + ,- : ::!::3:4:4:5::2::3::3:: 778899:; 778899:; <===> <===>*,3455i656Z656Z656Z656Z656Z656Z6{{*{{,{{6{7{6{6{h656Z656Z656Z656Z656Z656Z6 ::4::5::6:7:6:6: ;;;;=6Z656Z656Z656Z656Z656Z656Z656Z656Z656Z656Z656Z656Z656Z65 643$      e$      en;:864 2 2 4 68:<>?Z656Z656H$#$Z656Z656Z656Z656H$#$Z656Z656 $6643466434777777}}>>1- br shadow     411-11-2W+* +:)5Xp),X):p):p),X)6Xq* 0@* -* 0@)6Xq),X):p):p),X)6Xq* 0@* -* 0@)6Xq),X:p   :p #192  ,X  $8Pfm[8 6Xq  $8RoL  0@  $8RoX%  - $8RoО\),::+  +::+  0@ 6Qo֠_/$7XppX66XppX66Yq !@cעa77ZX0 0XX0 0Y0Zآc=ErǦq@-@qǦq@-@q0Zآc=ErǦq@-@qǦq@-@q -.tl     525N='=35;;;;<<<"<<<<<<=="!     *(&%(''(()*- /2 9[{{"{{!{{ {{{{{{{{{{{{{*{{{{-&$"   *(&%(''(()*- /2 9[::"::!:: :::::::::::::*::::-87:=:51 . *(&%(''(()*- /2 9[=;9      579;@><888:<==@{>{<{{{8{{==@:>:<:::8::>=;;~7642. . .0246d7642. . .0246d $ $ $ $}}>>2 tl shadow     7=2=2> LLLO)  ' 291# $8[lfP8$   LoR8$  %W«oR8$  +::+  +::+  +::+ '[īoR8$ +5XppX66XppX66XppX5(]īoQ6 ,XX0 0XX0 0XX.+^èd@! :pǦq@-@qǦq@-@qǦp@TRQPONMLL"bŽIJ ںBƯ]c¿ڻ@ƵF{Ʀ@ţĵáݼVTRPNLKIGECA?=;:8643333333 30G<1333 38]Sm5133~3 39YUe0133~447e[I'244x4 42h,&244u#4 43Ufe_e*144q#4 4HqX|V%244 n&4 4D6T<)344l&4 452/.0.044f&44 c&445656576788G79         ڿXTLLKIHJHBB@>@SRQPONMLL"½oüھAĮafڿ@ijXæ<ZXVUTRPOMKIHFECB@>=<<;22223 31(>81333 32>Rd3133~3 3:SY^-033~336]\D$133x3 32h0%133u#4 43WNebc,044q#4 4K9XzU(244n&4 49M4>`I244l&4 4:;47:3144f'4454554455c'556;7:9<9=8<:<=@SRPONNMLL"mھ@cgڿ?^<!gfdcba_^][ZXWVTSRPONN#FF"G GFGG'G GD4D@EGG'H HB9Matrr`vʾֻ·šL3Vgeca_][YWVTRPNLJHF3X3]41/3442+'&4043+,*40&&/054'4"  '~6ye       # "z囚}|zyyxvuqomkjjigecb`_]\YWUSSMK][KJIFGEhhggtrsttssmpoyuw~߼ÿsØĠdTypq`uǻֹ«shs\AGYOnqigǶĿjdUwnM}jSgjQ˴Ķ¢l]Sitola]ROonwħ⾹zւgecf|mxmnwjjYrtrjklO?Vgfdca`^\[YXVUSQPNM;;:98765 432 32.342.-03430)&&4043* *)54/%%//75&54"  +}9xe       # "z囚}|zyyxvuqomkjjigecb`_]\YWUSSMK\[KJIEFEggffsrqqrlnnwtx| ޷{ooazll]pķݾT>BF9nW~7?xf]njsadIJǽD/4ra=yeMtgivJȰȼbUNdoif[WA;~oht}ljhlk|rmrsb{~{tuvZJarqpomlkihgedcb`_^\NMMLKJIHGFGFGjHnIJ4KHCAFJKJE<77K0KI="=& L(LKD6,,5CD"ML&LK1+}9x&d.r 'd. %h+c0  % l*ך    (4?6*? 5ӥ~|ywssqomiihcbb`][YZYXWWVUTRPNM_nnllkkxxwwg[YWUSYZdponibomlksrqonouluvvq[lmmo`D//003kpsuvqȉžþĺ¼¾t~G448uċ˂ƸƨrG448wÊʃѮƣsjv`EGHIMĆżpJFvusrpnljhfdb`^ECA?=;9753p3F4*0234:4 '2484'3464N2454¾¾    (4?6*? 5ӥ~|ywssqomiihcbb`][YZYXWWVUTQPNM^mnkkjjxwwvf[ZXWUVU^jihfamljjponmlnxoxyzv_nqrsdO??EnrwxytƐ½Ḭvø~PBAAIxŌķtÔPBBIzŌˮoygRSTU\ɾ݅oKIqsqpomljigedb`KIHFDCA@><<;;:9876543223 32@34)-134:4 '1484'4565O2555¾¾    (4?6*? 5ӥ~|ywssqomiihcbb`][YZYWVWVTSQPNL^lmjjiivvutdZYWUTT\hgfeamljinlkjiktluvvs\jmno`SHHIMkmrttoŒ꾿r{VMMSuˆĶq~VNMMTwˬ}kuk\]]^eŻތwTRz|{zyxvutrqpnl[YXWUTSQPONNMLKJIHGF G FGpHnIJ1K;BGJK:K"8GK+KLKLL8JL6LO(HLL"M        ~xv vw tyrzrzp{ o|k}i~ igf dWYVTP`_]\[ZYWTSSOIb hdÿ¾Ű_ £^񇁩îơī^ſ] ][YWUSQONXJHFDB@>K[3KY3OX 3UW3UV3[U 4]V4`V4fV4fW4jW4lW4lW4mW4n[4p[$~x vtrrpokiigfdWYVTP`_]\[ZXWTSSNJb hd_¿^񌈦ß^]_]\ZYWVTRZONLJIGFN[32322KY2OX2UW3UV3[U3\V3`V3fV4fW4jW4lW4lW5mW5n[5p[$~x vtrrpokiigfdWYVTP`^][ZYXWTRRNIbfd_񣠟^񈅢^󲵹]kjihfedbag_]\ZYXVU[FGFFQYGUXG[WHYVH_UIaVIdVJjVJjWJnWKoWKmWLnWLo[Mq[_&44?^XZYZ\TY^ZKc]?F[Z)44@WKXFBI=NYG-455 75 50}eR]8 35525 51_sW? 35505 57l#355 𹿿,5 5?r#455𷿿.5 5Ayhf#455𻿿'5 5@ОzZ%455 (5 5?tulX%455$5 5/+55$6 654566 #6 67AD=8<9:66 6 6IGYLYSM?66"6 6MW[VOXTH66 !6 65/4/3/3066$66$66 (6 6:DD=566(665RsdQEM/366}(665XqPOX".66 y(665KnqH/.66s(665`ŗ=/66p+6 6r5/66 m+6 6vg3066h.7 7jżh6177f.775RgzqZe+277c.776+$##'477_17 767665677[47 7DJC9A9CE77W477FGXMW]NFF77T477CVQVHSQSB77R47 75656463677ĴN77I77F7 767:79:677=77>q77=773ܷi67797 7Y{zB7738 8:׋?JFB8818 871E_AG]6588-8 868aXXF788?88G8?788&88B^WYZRQObN7]TJNTW:)88ARMZOOQJHG7IOH_SG8)88;7;:Q?99879KgbB88)8878_ۓ:8)88`8*88w8-88;QPE68:\8{-88H}~tOKJp؈;8y088:UW]cS:88_'55DQV[\N[LY[[I\V@FYZ*55FRJUK;N;OSJ655677@47764nofFG?06777 7o^d~9$57727 76cuY>&67708879i(688𽿿-887Bp(688𷿿.887D{jd(688𻿿'8 8D˟{Y)788𼿿)8 8AmpdR)88۾$8 83(%$%&%.88ܾ%8 8766788ܾ$9 9:EC>;=<<988;"99:KPUQXUOC99Ͽ$99:NWUSPWRF99Ǿ#9 9:9:8:8:899Ⱦ&99ɾ'::¾+: :>GF?789::ľ+::9Y}n[JO27::}+::9bx\]X$2::y+::8OppJ12::s+;;9b>3;;p/;;:s84;;m/;;:xf65;;h2;;:mi95;;f3<<:QgxoY_/6;<<c3<<;2+**,9<<_6< <;<::;<<[9<<=GNE@E@JE<<W9< >Fu@>>> >=״m=>>ڹ9>>=_yxI=>>ۺ4> >BԈ@HFE=>>ܻ3?>>=:H_BDX79>>ܻ0? ?<>[R5}V *??ƻ+??=3 -0<>>??Ȼ)@ @?>;NNRLMMNMNMMNLMNNLTCNNPSSPOONONNSCOOUbh\cehaceQOOQCOOUSZ\bVYVf_NOOMHPPQNQPONOOQOOPPFLPPBMQQCMQ QTUTOOQ@NRRIie[EMFFQRR7RRSRGp^K]t84PSS2SSRF\rxO?5PSS4S SIj9QSS𽿿0T TQq:RTT𷿿2T TRxfe;STT𻿿+UUTQʜwZ>DZ^^_V_ _^]\\]^__[[__`fgebebha__W\``hclfppif^``T\``gkhkdjhm]``R\a a_^_]`]_aaNaaIbbKbb`aab`a_bbBcc`_ccBcc^ֱz`ccڹ>ddcoӾuu_cddۺ>eed`҆:ACYcddܻ=e ebOReA=P6[eeܻ?fee`L\R98H5`eeͻ>ffeQS$(Caeffϻ;ff_):im0>K]ffƻBggdS1!/JbefggȻ@gghge`afghggGhhnljijkjjijlijiihFhhpoqtumolonlnoktuqe»MiiokkphqpgchkekgtiehNiiefhfnaffgie`T\aeiNj jijjZ6gCHhjNjjiRyɛZ\jOkkgCiTjVllkkcee_ejh<ȹ5\k{VllalicTWVIU?GNjly\llTOOwVZ`jll84&4"hB4 41..03440_^ 42  #/4 43& @䈴 43*3443$  4/+0$.441V+T45-ì|2 (45538ț 50Hȍ&#554Y 53<F&55$K 5S*/#ёDK 5,EA ܳe) 54nYV+  dk; G 50_m{̥?5 5'!VO9 54$@ro` B 5, 2) I 50& z  5226 5Z>)ft-e 5.!7ݼ&J;vʫF. 6_kAϧ  7QZM+ d 60TIO$)Y 65+2E`U 6%AjV 6*T{E$ X 6/ I`1t rT  63$$i0L65 bC6(t 6%xϸ&;h0,61 cIϩ vh65,Ω/;m63 6*U 6 G;7gs7n67^M 7':U72<7lf7. 76@u73OI 70 ?% 71m MP 72HĽu) 75(/CRYWM;#76+/P8 76/%B87- *5;>AG+ 86; x 83 285 w877Ĵp\@@87#WK2   876#  ,CWk|J  87@t 84 z ( 80 Gd 8/ eï 83 - 8 87x  0>& ,8 8< ͺ  ~8 81ɬP!B t$88(ȴwJ%+./.-)jl:5%54" iE75 541..02455433. ^!^ 52  $/45 53& J⊳ 65*4664$   60&+.5662X0X 6-{`) (5663;ŝ 608顚m #5664[ 640碋9&66%N 76B*/ (ˎG M 7-95 ֯e". 75V VU0NlxxmT/ K 70 KU_~3; 7'Eg?. 876%4YrtTG nI 87, %# {O 8761& p^c 83ry)< 8 Z? +QZ&O$ 8/%9 ش+=2\94 8_j7 -AG=$ f 81 U<+1z W<5 3<;Tg<1w=<4[=8@; =44- =5U =U >=79a{[$ ><- (6AFE>0 $ >=<0 1R>=:2' ?>1$+/258# ?<0y x?9r+#?:d\?=.|kYH0B?>'B=,  !@<( (7ETao{: @?$ 4cZ @:^ - @5 9e A@5 f A:z u0ܠ A A>] r!5B+ )2A A@$2 b  ~#A A7u𢠚j@ E t)A A@#%x];  *04553.jkOM%ML2 iELM MLHDCFJLMMKJD ^!^ NJ, #5EMN NJ9#J⊳ NM' =LNNL5  OG */""DNOOJ&X0X ODj-;NOOK ;ŝ PG >鲪w$4OPPN&[ PM5粙>8OP6N QP+I >E(ˎG M QC >;֯e". RO#_ VU0Vwx]4 K SRI R]i8; SR; LqF3 SR8 :b~]N yI TSC$(' O TRK:%|hm UN"}-< UT( Z? +Yc*V$ VH%9 ش+D7e? 4 VU*_j< 1GNC( f WLUBF "'#,[ WU)/5GUQ XW;FiyK XWD WzI#[ YKHzc4r̾ݨcJ YR$'f3 OZW) T;/#mdZ>g$6Z-)[PVCdh[Z2*󰏅t/8zl\Uv m\GJ]\7>?].Xb ]-^;^5RE_^D6 W_T9`_+]g`N a_19eaYFAbaS9- bV] CU cbX,?jd' c`H ,' ea5 xf\~/#f_me gfd'2vbP5Bgf@ IC0  !gbA,+5!556 6 46 6.6 6F+6 6d,6 6m.6 6d16 6ش8 36 63 36 6 26 6-6 6'6 64-664366"66 477.77L&77a&77J,77 477o677277ߍ%677E57737 7$(-0134667K !+3677SPyj[L=.  "677h_/779|~+88G/88 Aic 588!?g788rL-4788Ƴh8 &788t:ɲt-88  + β&88 s1 '88 dW )88 uN /88 #u¡W u G 588 1 788z   (WN/88vݶ[288631-)% .Y|88߾m35453*3.(&&*/345+5) ,45"56 /56'6L ,RQ;  '56&6wo˟[%56%6߹Y .6%6ކ 577677h 27$7 17$7 37$767$7&7%7"78$8{ 078#8178"8֯{H08"8ȅ*78!8C-8!8$78 8 58 8#09 9I-9 9c.9 9k09 9c 39 9Ԯ7 6: :9 7: : 6: :#/: :,: :9/;;97;;%;;8;;1;<<;M*<<a)<<L/<< 8<<m << 6==ڋ(<==I ;==8= = ',0368:<==N $/9=>>V>hsK3>><a`/>>7m4>> 3SqM:?? 2Qn>??tZ>% 9>?? sR.*=??r0[2?? /e *?@@ t~* +?@@ f Z} .?@@ uQ$ b l 5@@ (tǽX Z 9=AA@@  &x"@AAw  "Fk?5@AAuױ\ 8?>>=;862.))Gg_?AA߾m)KM4M3=KD<78>EJMMN*N)+ALN)N #EN NOL ,RQ; 9NO&Owo˟[ 8OP%P߹Y EP%Pކ %OP$PhKQ$QJQQRQRRMR$R!QS$S&+RS$S"(RSST{IT$TKT#T֯{HIT"Tȅ*"SU!UC DUV V$)UV VQW W# IW WIEWXX WcFX Xk KY YcPY YԮ7SY Y9 TZ ZS[ [Z#I[ [,+[\\9 J[\\9V\]]\:\]]X]]L]^^]]MB^^aA^__ ^LL__Y``_m3_`` V`aa`ڋ@`aaI ,^bb a!Zb b -?FMRVZ^`abbN +:K[bccVBti\PC6(>acch~R Sdd<jjMdeed=w Uee 8[|U^ee 7Yy+dffcE) 2^ff ~[2Eeg gfr5d Rgg /nEgg t~. Ghh f Z Khihh uQ$ l vWii (tǽX c ?cii  * 8ijjw"  &MvEXjjuױ\ \ihgeb^YTME3-Nqi 2ikk4s\4v\44y\ 4z]4}]5^ 5V52a52b 52c52e52j 52j50k50l 50l50m5-p 5-q60~r62|s 65{y63xy65v{ 68v{6;t|6@q| 6@n6Ck6Hl 6Lj6Mj6Qh6Ue7Zd7_b7da7j`7m`7q^7r]7w\7zZ7{Y7~X7W7V7T7P87Q8P8T8S8S8R8S8U8U8T8U8W8Y87Z87[5sc5vc6yc6zd6}e6f6^74o74q74q74s74}75}82~828283808083~85|97{96x97v9:v9>t:Bq:Bn:Ek:Jl:Nj;Nj;Rh;We;\d;abV>T>P>Q>P?T?S?S?R?S@U@U@T@U@^A_A?`A?aMtcNwcNzcOzdO}ePfP^PMoQMqRNqRNsSO}SO}TK~TLTLTLUIVIVK~WM|WO{WKxXMvYOvYRtYVqZSnZVk[Zl\ [^j\j\_h]ce]hd]mb^qa^v`_z`_}^`|]`\aZaYbXbWcVcTdPdQePeTfSfSfRgSgUhUhTiUi^j_jf`kgat088ST88p088\M88m388\F88i688[|@788c688Gedcbbaa6788_6886432100/388[688W889>::A:99<<9988T88@YTOUMPSVLWROG88Q99CbRC\OJ`XOPCYP88M99=:79;?H?<@@G=99H99A?AA9;;99C99:;BI<9?J;CAB@==:99@99:C:9D9@EFEKG>HJ;99799:C=A89:A>C@?6?C99699:99399299-99)99ԩ+9 98 9)9 9Lr6C?99,9 93IdyJI699+: :4L|Yb6::9+: :,M~9/;::+: :1!6%::+: :4 'A&""8::.: :5KV;"'5::.: :>~-%4:: 2: :=A!!+379::{2::;<<::<;99:t2::AL::;H9:: r5::=[MSN>WYPc^NaQOXY@::m7::=<;;:9A;9;-;伻~|zjcZZQH>BEB>;;༻ukcfc`WAEHKF;¿        j vȻo³ꬭsƾp穪w¿j䧨kZߦnzJۡmx]þנR]fWEƿ؜ɿԘÿוˑA>*1/' *4<@AA@1 i8A;"",58?A A6Dh#AA?@AA7[תK0@A@B'BA: #;=" .AA-B?,3AB2B?0 (=B7B@=<>ABB C5B/CB CBCCC2/CC@217BCC?=>CC(6CC: ACC.#BCCAACC D-1CDB! ?CC@ 9CC= BCC D4,DD9;DD.$CDD7'CDCC D8'DB6DA =DDB:1/5?DDCBBCB?@CD-2DDBBDD< !C50D-'CDD<2CDD, * 5C":D?!@DD?2D D@ @*?=DD: :DC:B@?-DD-E EB1("+*DDB-@A((DA0.%B> ;?DDCE ED ?@EE1%CEE< E=?EEDE8%BDDBE ED4D-EE=EE;!D3.EE/-CEE> E E&CD BEEDCEE3*D&EE)F F2!DFF2CFFC@EE6DB EE? 'CEED F F7 %(?EFE+ ?FFE&;FE1BF2.G GFEDCDFFEBAEFF=68DFFD0''?F6EE:DEE2)EED 4EEA 0DEECFFEE9DEC4EE)"DEE@ 0'$(4AEEF><@'8FF8?FFB ?EECDEEFE 8FFB4EFFE$6<2;FFEFF=( 4FFE $DFF> >FFC:57AE<6@FF6 @FF=  CFFGFEFFEA<;>CFF GF=GFG H5G$HGH I3H$IH=IHIJ/I鰳umpmlaPSUXZJJI澻usqnlaRUUWZJJ¾srpmk[S]ó $!&$ 󺹸層  󯮭 ?`sugJ$ Okl lj`M3 -@J; _kllk "Wkl lkjeZK:*$XkllaE&  -Nglmmlkigikllmlha^_ejlm4m&nm?no!n?o#pop"qpr;q&rq?rWhcSSfssqkegkorsrqqrss%r%BssnN!  Mr_//VssjHHRosspcSLQ`oss \tn4 ?sc/rttr;:qsb/ /gss4imYps;*Ya;Ttp"ktt\ hs[ 8rttmuu\ 'mtt< dut> ]un& Utj5gob pttGuut1 Zuut%nuuZGsH;stF%osnP ,suu\vvmovvm1svvm-cmus##$ Vuujwvvd 2tvvVGuvvt+-XvvoRsvvurwwa6uwr)ZvwwvH;uwwnRC>EZpvvwj emC`ww` lwwqlvvstwwxv. _wxxp Ywwv=+\fV4fwwxi+ FYxxv6>uxxwijxxwyxse[_ovh^nxyyx]8nxyyxj33sxxyxwyyxphgltxyyxz=yz"y{2zy {z;{z|%{}0| {}"|~.}| ~}9~}'~-~#3 鳵(徽¾]ó $!&$ 󺹸層  󯮭 87\87]87d87c8;d8;f8Hz!-9+&4 > -9+ә ̕ڑlmpsxy{|~}|oo`QONPNMP865445537445889;@>HzHz>workrave-1_10_10/frontend/plugin/exercises/common/share/neck-tilt-stretch-1.png000066400000000000000000000413021263301626300275670ustar00rootroot00000000000000PNG  IHDR2PLTEy~Abդ07HH]GV:+cҤ[_]"$"=zUBKҮot131oU{}{Y?B>͛ԑbLEwc|a/Oݒj;1!#ե紒/߸crrhF8ް"BSS*,*SNMđޠخWF639?if`_֒s&"!  _p xonNPN8Ǒw10Q>4^ ܖq +(1”610ũQ䱇ZFE]C4视ePEKqr+ޒlYpYL!C.#מjX1J|V:1v[]W˝msN<ͽ"1D.!>@=wȫ=76lnk͢698jowutͺ?Ɇg¿MFFĿE@l9cge`<(EHFܮqlW_A2/+*ųiluytvsiR6)[Ehz_Ќm\PnUWU[Ne'&(%L<>Áb ŶÛhM1nI6Է̚*&%a^OgMPу~w]UVͤܭg78L3) yi pHYs  ~tIME6)y IDATx \5/NӚI 86UU17%[gz 46FAD14ⵔۭ.u!NHDbl9XQpBX⬹)Ų!N5D7um}Hbsw^cT_VT.7EoD칄o˥@sõ^Gڛ>|\5,0L g8蟿Zygf!.p٣p|> bsf劆- ע);QXOilk^%YC,XQQarڝ,pL&& |v/qbg~ ٜmA΃3!? j}Ś,o12|>0sey pB^k+UG7n 8 9 kL(Lz8/Po (xӕx]t~f?#<ġh6 sz'Ywq9l4zw` ;qi";6 )s!wSJE$`vT8 3yA yN4i<.Gv- Ňns޿PFN]wmv!&̚}v?dlNv MĖ 3N/v|TiKr?¬5^OGT N'F4,Eg0Aiv.;C4{&,wy/˰:gANSqH^nϠ̀g~ӵ74 q\gFp^Q\\a Drf1!F:2f/lqg~Ѭ"|)u{2{V&e fX6<[_ YrBRnU:A\0gLp? Cfﴳ cO0FpP2dCJ\| '|3xr;B X{@')Ps0G0RW/3^7, d8MAAGF847`%)C &lcЩJ0]DߢX Ks[d<. 0Wl)$?Yiw8wW:ShP$*J̬Rƃ6B:Hs'AŇ:%Aքy+55-Bxmn0|raX3^I%7 ;t>pnn2AF%-)XNb!)M 8F8K>Cxф|*8:W0)cIyr76u6칒pFV6q`!` B|c9q,|Wg8O>_G},„9:R{I΂m{&^"Ӽ3A q x5_ &^2cAl0N𱒾ivǒ ɫCQ./s!|e'o\&>( ^;ntD< `{IdЇl_=$ 9K3}AE}y:F @>TO6؏w6˅ *VidM!o?_5j( cA\*慡M"v|p`IjvRlؙxH_Vy$*vn6/] }}Pxy(ă&HtN/s^'͍k*7"!!⡻wcq{f ᮄua>S89*Ɇ2nY"& o|n> ).MCCl&~4u^>lCZJ= (h܉!axB&0بd&;y˭v%CXC\aꊤpr"9N7Af*h:D̜%9H ].+rDTm,l­b?y9C{<!˂7 sPfBv㌱^u8E$K'cn{v̋I[.(q{^0Jc00@!tRnXS7_A&ïR \rE_; `0cT6h7,>(Rh,h,~KmD>܇(Ǐq KuX]Ȯ=<xiyapiw>'KیXT3v?~3X齢DtQ?N;x֛&`͂|)+P_^\oPʄ%0Wnˠ+6)ffSM8Aq}8||xowˢcVO" V IkBcR.L^5q`E9&Nq785{85V;Ze-[ά{ev \f.i_^ #\'xH`pfN6NqkDֶL:evaq ԄXk`AF_{xH`t2u>'SU8Y\tA5r.ha[n jV>&Pً!;0qǫ&!GF:\9d7e1e"GbxڔLpm kl,r?wˏhґnYt| َF EFǷ:w4ie <A}JKtP^m^#F2;6p u".l` 䇬7}sXt;[(:-&p8]İK&HkjM Yg79zǩM1y-R:GG CA+7 Z,d0990 "g]!1d v2a'CoDI>ܯ5ua3fwP8q^vQ/8UKdSgXU>;|b61h쥥 { vH"=Ծ- A Cy*~yR٘MB9bdgn.,lmE >J|ǎ-og(;淶+t8#tWSDf7C,fB'r7;]xGzRl݀> E_5s&d;Hjpu'F)G)v7F0CEvwux0 *|~?n&nqk>̬ D_/NqCns'K-‚;iW?YڎdgcC.߼#ػdK+^ZCɗ?xpP8a{|`0--QYpYc!S#%?(۝E/](q\.i WL`~3dx :K󎑑xCzYzWW۟,bxu;mí%%;t2 u(FlgL\ ~#z$^w7: ҥ/~_|v)[pڢ2R wr'=\bѯsb0d&d-fGyuun]?~Y_J~V36Ts!N:PT`Lϡ5cȞ'\-?Z.Ka~DD;Wwg.\|4v=ދ+߱aП"4}v`q ֩an "NxbS/%޷} \|@F O-^nHW?)~^xmA j-i`F<͞ v8^ WO}sǏ 6^XZX-.6DD7^5>5qx *NTtxyt}kgꊾ{ͧvsa|-\ys+=!Gx=vMa\(B1q,j&5! }U~o:{?Tac$RYOC(;qIw٣E͋3?z O^Ï.SeyyC-t<::DzgXW>CO}3g}F'UXݎac$1DuNw{a Y0>Ga ~z Ë v_u5\1;ݫ/G'7DЗ9$J $yJUcÆ- UzS?Z#OxgpлJ Kr#EۜK~bzÜ3D;ÜIfLmO g/VПw7Jt~elDeye~:;ڹP gvXN|94o(o#/v'N!;}'N@Y 9ƕ2C,!>616*grjv9=6)!zG~~]W#dpI~hni$32xZO晙槈ݗK8 [-g>?-''荣%" D?,`ؐ)li3HٹcSh ?Cd򚚻_hi9shrG$W$:Pa!uzO;p>' ?Gd Q~oAAl+a]vAC&GOV~? out`2#waQ[`7,l-1/ w9}c'7Q\ ?tW;ºG*"[PtҴN>d蓠#;{!]\ m7+.ޱc]_wƶQ~]~5v5zhPh-~_DsCˢd' .^O2?cZԢ x `D5V?nAdnpa wRY ]pmlᓢ; ϩN:**f0z~t>:p([(}|>`_^s̞ܷ9̀۲ nA@wlߎ^>mGյQ饅#%Tf!['^ų8}^Nri4h$~@oBo6"%(ÅGP~EgXw+;\im0x<5McolI9y}II^Uoy N:֭sKskIKCx2 G5晧6lذ1mX̕Ι.\r~+e!'#r‘}A}y9顿z]!<"ȭlvV|>}xff}hv|WpGЂk +kL͸fNC?QG\õ0x$9Acf֮Dss AzrdtRN`{gX<>M`N|{ 4qUdЫQ^\~7] {FIz_HNҵ/XPj44:դ5@J.?,gN}{$ E+|砒O GF0ƍ2vb0؋7/y}G:'qNy)6hrJA zk.O )Ug|'{ 3{e (bGye( [''7>=%y G3^y33N3~=y }|5%EvP{LbH~`~ $//?,AY={-fk 5!Ӹ<껇5x(k\2B{9$4AbwƻvtUk.?7h%::GD?A. n#1e\ x4?>gfs[\>Mÿyo|>wVҵ+ Q3 Rֱ{^f%TLсm0M6!ƹ;oo޽OGz7u=j[_D1_3g1.ϭBLDBCvbvoh6VO?s_\6/|"1t|=|\!w(TGV#=g|ڟ%CG˿D5/.7~neAvG߶XrJLPo=}jKΟBJQIIDAT)eY%1٣ߕ]֗VmvMM ~DZ#dQUK/|gj]@G/ v=3;ozrlzFC>O# 7w{ > Lִ/lѿ_]r̴Ӝ^}7/C|A?K=S)z'b߿PP;OTOUStHeZM~򳅛'֮SK?+Y=U.=[}8 cGŏw;zju!1}"Ҷx 1blЋ(:6[vp?Vo>w(~ӦW/ܿIxP^^JLLaa} g8:tru]z$`=dBP _G1;}2/Y Y8L7!: VOm[PU:Xz6cܛ*}GC0Ȝ=Z@"|@i˖.=(ϯ^M{ 1Xbl+2fOkZ@<wN}1z# JKXծľgQVTHX'i__jc&]Blh|( W  >ЗK]VHd&ybJX[)XLeyRC<},s'(6q8mL!܀S.=1H{tTzWRfd[<\~0 _`K= #._A/Ega0į@^,]z+ِf/ftO*]J#~xV"+}2ˊh~e/#i|jtteإ;UO ܒHXDi)]ݡ>K==/}tBȁzvQfd IdoUNעR;;.o|A_YeO˧F))DOOSH Ccdr;hf_V[(+w u=fM=!#~j4ҧ3A<1 KS.vAhVeS{|+ Ђ1 ^!'XxT*<ڑ6 B_9&S:A"ض:qXȬZ%J>Amb ¨SczV4:zCڍpq)WL::Q:FCF)> žӥB_+,#^:{"¾K]ڪr+#GJE4^%`t{HP;Y㢯8ޭoj"&k)ycZ1dEx xτ8%frv;եT{ &:ڻ^;EVOLJhcɷe@.ՀUTCd_<}۷>:dr&nkPX}{*wz\Rҥf 7=aT4#gɮ0S=9ʀEq[>VpϒM٣˭ ;(T]ؙL~ ~=2HySa{*'Gou9yurM@({]"zB3m8T0 }aHNM>E>WRzړ;rg%\ؐ֊; =yF޳k_"ȹc;; p _{ѭz0pH?jOQ˄_ /O?v '-z6*]2rizƅ}t;]$p/ {t.WgM^Q{4z|5mt:z+V\$5sLx'jώzk{d#Վ$˧b>:Qz^vU]CQ-0.:a5g27IJP'^CPogd>ѽ8zXO I^sfJ^EyAƚ+rJj=Jx=_y25[)I/|Y^|E6Wb)O겖fFUߢ~߬s;)wjXVrkJ}}4ytѣwq"{'>N}-8 O/ lK<)!ߴpg5:mug'S= Jι{zw0+%}_=#Wzfr]J^H}G `e2rTj=> ka^5*. g d%C_I.A1/@tE?E}ܲmg6wzxuqvDj軫:ii |xۅMė}m>V=YB6ZWtE<>㖝Dzf4KCR7.<>dn^*MNehgB'F_\<ul& `rrtu~mcW@Wѧh'Mw(_sI-ݦdC=/࣏ϛzc i#Wq<=&'D_*/._\*&(*}q˭CHl#z'oW,ZW?g6ųI;v%E/Cp-_읝5d9w#>y6.)?HlL敽vήT~ՇQr6]=lVF]T %Gǎ&m =9#q1Jo/v ,rޗyj+U SƮHnpt,yLM&[P&ZtLacJS?Ay9$W_tW(^8@=k*JNl^t<<wQ#Ƀ ]wܶ'Nɔ?]Pon^gYgG?d_ o X.&`' 3IRv7{ FI.X3Z|)!FϾvVTU ↺hԷۻhjS21,IN`C`/,,ݙuO--CnΝzڵ*\ND f=;W\Bμz6&RT;A?SKaʎ}8Л#*Qm9sq<ɢ:Ʋe`=׫3@˙oq 5] |$'>+JNE.egv~LǾ~/^oזqjEe^EUg%rȩn-l|~q:!;Len%?'fvjkjU|}b|h KF!)գPzY(_b%f)] ?# S[~mĽ Rl_H.>;~ZZhJvRF|_K ?8+_Xf"}S ʺHLHhK }"St{3X PrcZ6a^D>uܛ|b~Zݧy)3'dv&D"Ox j"-9:]l_Z:A^ĽVZjnw] t ]TlD=kZ:;Bg#>evE ^x[5qZsnE+Z^֑;يbP95%{' 3O%$ P*ҫ%u{W2f'o$Z7isMj\{x&} 2A>`t?]h@v.-?zъӎz߬=7oޢEAzf`jzB}|89N|fz*咻Ue\ﹽ{eQI'C'B֥к::9$C8_%BbŏNoݩjγJ;D|h s"V/c,[`4`7$h 6ػԛmM&Yp QX(ИVZ)*c~p5ȢuWNJ|lho,NCjMD{2`JNI$_G{f+--7g=^~}gV_4xn'%{SW{oLiǗvI.::,~m}.\-VRz[k@l.ӒV˱Ț3S֤Ŀ4QG)DxLnD[`݋Vv q4S9NqA}^qW_nN^+ .kCC>ģ#1z--4/dJ6ҫr{6#|lu)ڤ'tu$ёޓe2k0D 5(v}EΪI=WvqANАb=kʢ-ZzyfwU699ػb/$!_o„m'y>UlAFv^Ml֪l2'^7ܗWu͚XrF3SUYA}ɓdIYޓ #<AQzE--${NflqOKh99 ɚHt!Ǔ{RϾL}uYÃÊ_ uţ[[")cwI܄nb(Uo#rQ`mdQ_^NWiHEܲLȭ)[S!Q<ғgFL\^K抒!}GT8WeMnw}#ZOjvh2|pRBR!UD'1V@Ehمʨa jaVVR*= d%Ê% JVXc9g*r4c|h{E4ޭ/Mң M֠!K"<QT’ץ+E eDdf@%iX)7.,{w;ѠtH/3Sh'C7KJOrMEZrltx݃" ߍd{xl0QUDd(b":*SoBP/)J>Ƹr۵YODEv~RzD]cۮt=B"z9B,MTt Yq'iqŏܟZe4@Xn{VKnއ܆ #n{=t=&IpDՙ4 '1Wr5RNT%DXPT 62r{ki Aԏk~t~84N(KUqu]NV!ᤋ`}5Ǿ~ZT;a##%/F? %Vr.B)7]O6j4F{;S{$ >X:a"?2ZC|q 0zU Qo#4}tm͇EN'J < =[q2T gV. vȩuҙ"5us#7LYmmߙTu*šOܙ=k@m%H o# [ޅcTr  :Mn„txԋ`=gzJk!=5w%sW5O'DGz\o"w$./S.K)]s::R\AUqiL]"DPQDh,`mBSE(5NFCNI ͢8$Ѕ'Nv zfhy#Z' '*}IJV@!ݞ8d~[t";8o jEkQSP=˲_Z;KA<6-sOLLN{"tޥ͚zE b,M1=H @.zt#ʡS_yrugvUu를TDr{ף;c5ݝ HJ{ s;isƆ::z剹GiEeLKص*Tz5I}<}sO` ^b$t5"ۖem+ 1~l-d*+vY_NF =mt,Q#tDծe˲'hz>%,ֱkgWmmֿ%FYdGV+L \N}漢[omVݻ좚Tftf(=msLʘq9t\XLv>d[_TvE/+þUR'kRcd1wO3@|v8J n#*Np+(ϼ#}}_UD|Qݾݚ N{rX4:|v@k 'k~"E>8[<gd.먳~a$}89;lr8{H>K wvX_>%n,G](˶M5t7*i6g~[а{QFt.zzt]X$M-_?<:0QW39:{f`Ttfdӧ9}oyk ` Gƥ`y}SY=P +H^z6#h'ݚɚ#I9^ab,6ٗ9wg-%߮W7fq :o\%i.2IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/neck-tilt-stretch-2.png000066400000000000000000000417031263301626300275750ustar00rootroot00000000000000PNG  IHDR2PLTEp-O\ )bU:,r\dόmv[L#%#CpCZvO*)9IIluٜw,89|lS  X;SRѮDŽf̠دv\D>OfeOTc{l{UB*,* iKC.# ؔuŰ]_]3;Kg׊ʺ&HUciE8`mZ "`po($#ZIz131S WQP_B0+)٩D>="*QnSxpmc?2aJ798;FRiR櫈tN<dR++,<)N>@]A2ٰegeԑq¿}mrvt ls~cޖqÁbjo}L/1>@>2Ir ҆SBĶ, B3+ʜ{}{w~VEEHFcQ] ! 4eJNiTLFEˈi[EfT> gM>611u]=єlnkNPNz_Yde(UWUS?8L3)nI6lWٽf\Tg3"ޯ<87XcxrWJTType]eQͤaOOeN_{ pHYs  ~tIME79=x IDATx \TK*Mш2mL0٭q$iY6h"FS]ӅL mݑ NliVxBiK"M`iSR"k) '|9sܙQq'g|\a/`;wA AoF__DnwvwC{v7/vewlVj5݉}T_`bsv+߹M~m lE(: T~#x?rbПwn2:FNGIAf[Jn@tzq;/#J)ѿ.AtU;Eѽ ?CSGd6 ( '[,xL>s^03NQ0DY|4}`7.z wN7@dm?j/>O??|enmUR}o=i$ %@ ,s[݆_7i;EIf ܉mL4D UX7&|!LO]NnDGpWn~.B"OKޭg33z^?R#7%t.'\Ѷ膠_wv b86FM% goថ~1;%<#_ kr+r)I8jeM4䚡lSv@t V ^KF,w'1$LT`GlK\(,"L;1Do,z ٝH) &3$(.`N~n)}7Л!ш2mbQn@n,Н>/!. L@u 8r7ur}C*2q*EdVom79ԘV6e۶#P:?m$ɃᖹDE՝0?&@;$EE#mvDVY 6? RY4UF Yov9>n#Fgw[Ör o[1Pt*Q"nwe~ȝvh!?e%$ ,a_ny4 xEsauoh8(e)3%.к8P@ZMF@v"[mfw8'`\B(i.rd» |h+h׍9V7EYgF'Qv%?U<]S3Aӏ/Ϳv(t0>Haw!;ӎkfll:a3@`sYFKK]LHlz}ӒEco۪~w92,ƹ-8ڌ. no(ށ.WC'Bbςi$FYdͷIHbիrX0>V$ \gV:*S}Bk\A wb=h. m,mls .cpwUT~@*QR9nΟaIv'%p$I˲Cp:`\n_E x.1*~:E\Z k6NT8f!rm?'b#^NX,ڕg}w"(ScFam ٨j3Za;g6jZK*:6fvm$DLa[}6oD%"c6P TR8c'U8% lD2:_%d\, o >"Hdwv\?VdD>D{Zu2ZX#^Ft7Q4L19"z\ƜF \8`=f6SQnm(#;mY$v?}Tr O2q+6i4k4oD^(mI!#S43ۗ˨n!yܜa"sZ%dV9y"IjHZHUi {uػf cZ( I].A_]̈ K5[hN]vR;n:__lY:"',^57c|S~ :ٝԕ.a ^v >Z^H=Qٝ0[j- ); KVj v024$D2 v=C #ٶjDYBvX0p!CPǕ8Je5, ۶=`Tvw-2Sv]XmBBvѭ K`d1YT(X)Qsu[ _LۨEg,xV;&9؛BoۍҏΉCA @_ZNJ"ovA^ Ο r%4KԂ5{uK Ae;em!!t2.ѵF=[֔ZP@2q(Q'm}v 9hVer@)u˩.=]dn_^KcQ(cl9#~fGat.M&M4c));.-<'9 K N^嶺m^·LNQhwN"g}쒨,dfޜ:>jsaBt{XYYJ{JOOQѥS6jşe?%feu~q`")`N .$%R5*˂|v @V$LII)KA477/v#VM@b$Vpȴ-gFXF+G_n#/E?CF…NJIA"t͎2oJh2tTݷ2]}ԱTZhoTώv`? O-ܱЁ9Pvmqm4 >9WHv񨱱q*ǭ}s垞S( `j{|J3mj/Fx?t ^N<[Y&A#YvvP1|/_éKLϟsM2t#oZgәYoU|S "tGT@n/Ugǎm sqd#p2XH'/\.=rЩLfamCEnQͻJ ҥmm_SXF75J"'g) ՍE0{u\aۻZtߢԊ Mdlڏ y)"#Z_|ػ@ f&gǿdqq"n(YepupCuB_;r>vvuJ`syş;Yz`z0:dV-S]39!:B1pHrtS1s/o ^7WE/(*JE Q8KP@r+7x6deEDO'ϝi pt1:mv*Ko>b ŲDhNݔ0 ]OGRP0xE)ޅa`sn˥[u{o)B͕ӥ#Jܧ/Y-w>d}SZa*xQQ%)pqťj}1| rm7m-`+t >wZ iLMy٨@`ݾX,4/inA`yrdŋ^>b[#yESKl |@2nc$#Cw F\{WXu%Ks{~/>SĥK=(߁KPC%KP`{l fDgu+.ż);9\ (3twjARU?O}ꝝ7iZK.1k\/^{w7:]b6UtF$?bNMj (ٷeccQʱJpd)AϘ@c#t0w GcSqBgg+wLPxVLLΥ2 N?&V$i׹Y@tl*͝u^cӦW^y U:z`gfV"f/D$~bΛA͈66L)*Htݘ=Փ Xl?_?"#/;g;~ӑ 8OgYnZ_sy&C/ՠGG{#F2 ~*=/NeaM5K]!XV6Mt!uEm)Bf@>?5svށ/VU~JPvQfntȒi5*_']iOm$:6 GWR67 += Nݐ5<5}{_Isunt#%;x#h,6+3۳b$;.nBrcc{Xf2BoT{Ďninw/ZsOR{oy [YJYZl|JSnF\ Z>mvG%wV%aŅ +DoO)alJ|>z8Qv;Q*l"ݪnu&疰Ű2\!J*{ax욹a#^|=OI 6 ?~vv jV垈o]d1l}}$/k)**?~YSOx痿\ sO}7O5p?K 8hs>QFߵh"jKFf8E;0K&AV,>Y(_⃌ 5JK/-|' Uođ|tA…xBGrAٹD®3Ap-C-Pٱn9-3 '.]z;ye2,M-h!n_m\oo'$Ӣ٨mppHUP\Y S;4 ~85NŹgw,llCCg/Q늾Xx!7k*>cYs̲bGǤ(WZ?Cb*GݼvfLg]T>Ae닾 W!&2LSSc.\S{m\q(4%4X>;GI_{huF$0vK9oOodn1&ݳ(Ӑ})};5?[g,+IPq/3a/d,lܸ1vy #bv=|-|?q+7=d v@\2iT,M *,+-_?a%qrSR(*S)B*Y|{OW1󋦻׏ad2G78v8LІe qDnQ!@pv/_h.iAGMi/"V ͠_䫿j,'Ε gpCqp]Le J~o$yggDvzzUh@]w1 xɎ?gǞ|4h8:=?eM' Wz1뉞ھ f_|FF>>sLBό%nfxPOGGeb9KIT%ʱth̞\מBEbGVMYJEMY{#d?oHsN-q:; k`A:Bܡ~>dXTT!)8E=?FL`<>: 4F:G7\,+h:jE -ap_؊ILb?W!c7xD߾g ">Bn$F:VPA=F Q^ R4Mw]/j@⫻kN32n@DlI$[0_ z$QauHB;6թ?u|E11>JaCt#蝑WXX?\:z8#Խ9}2|ӱ>ۯ˯ |tK]ؒiLJ~෰@[?99,:<j_G~Ê=o( 3?sѿ99Y _6tPс hK- }4W(* j\@]wc|A_=~fo ٝW&''Ur{$T0g|ubg:$n.:C`x0⮣x(!3W(kt r /B1(jF[G*I%OFqUF?3jB炆_|f\h- ؐ)1ahY#B^GG(>&~9qC1 T_Ǝ<lܽ]S(# Gz~3A A._fQVeHWrM/!,9.|~vK'3gV@G$/ruCĽͻTױvڡVvC9y\?{Au vm<09oO+A^/sO O:E~$aPvg¤! UOصOQ|%͏->_uUurt9>mZ sD0!2/ π=<#gylg}Ij_c>?K|GI_:thz 'mő*9oSJԻ>plG{wOoo@L5cxPwrsGg.ie|CO]wA}n}t A V{8_$sצ2 ڡҪ{ᯁg lr?|bWɇ~ ( VʮyLێ9;S|La2a)ݺ:~O} W|{O*H.j.WCzS=kĊkbGiI&UnNuvFP阂:W7sAhp|hgYtWщ{R&cÏc)t͋=&F?߷NTc5=,FSz-]yڣ ,gǓ=d~{kxz\ɇD_ޑ<:Њ։EW~ ^=Ň!}(jGv|H[JWyg'u+`Xח.z8w{ecGPyP_&ɾR4l(^'3v&< tT:iϽ= B_0XUts@_ٓ}cb➸z%դCxK:ɫ4Ca>V{(z^K]m2Qtþ5M{>7<Ҽݣ:*A+ՒWZc6}ţwݬ? *N_ar5вǰH7 T{t#J\Zw VS5{%u:whr= =-)cC=:drjsmuU#Ug4:JO,+^Fa4ҹ10vy7U=as)9qe }NO@0P'ԡڟ}C:S:8xjlXh˪ Ǵȵ 9i9b*;CAtO[Og?v Ts. sk^(}0Z=sxxBk&ҫ;| 0#=={|DоȵqqHĽ$!2!}^ steӪC݇hk͊ }A^1w/%4U7^A)Y,I#ՇPi%'ɀ ZDvLiլП[=zI˪TC6St(蚱-5@s̹XLH4,ҝl)[2Wn4& XX猏]JPǕmغfAG Cmc{|ak' „,>?[bdw 7f;8K@(|Np y-SAq$sY$=dZF`_Xz"=m@,CA[ ʾBH F~oCC͆=?ض-1]*ֵQ ''V CDzU&3٤+lTv *3k^*߰3C'{/HgS|7O3gLy{ZHq\Չ^Xi;-mhh(DavjȞ>ǖ/6lOᖙWLwaHE龹 غ:@u⎜c+8gM_F14V) N1vVV{I['1ՋMݔP\lZ zm=fhp^ VY)0Y ~&PvB?ݢkkrqtReƍ5ޙpgEeQ9gu {kT#^v"!gp$.j鞕'l֖tw-N Ԣ*6}Q)EN`Waf&ȧ{R2EyjFI>EdvpPqgވR[<*Zy|TpГ,$/u$LG9pl * +}Zsr_*}'_ ٪Ln>&;8,D t/ E)ec'kԝ8{''O4,A:ג}ojɥet2-͍x~~NosGQ ۫('zUm`/@lndBv/euitk|~)=;)Oy/KLgQ; N3bU[9: qPs%ZޗhH;NP7E)$0 Zivvv-;1ޱ~˅j/9KmüEs5- ;JPĒ]~*yfckNf>0:>kLoNbC˛U%+Gr|&|"@<#'Zhi4Dph#?N'y}PtUksWjoμy.ѠW$e#݂,Kf:$-[O6S֦'*fmb&KGpOC9uK=:޼MCΧ<"3eeg8Sc@{xݫ:jh>LoTcB&C `ҙ = i2:~G5U{øWy։w,ͱ\Z=]2UK.E_S1?38&‚)E6jNbכV;fUU߬^k^V1hK\K-}!/"M=DJs=Hu Ӱc=":;0 5g2Y*>S)✜!u)ߺرcZӠE*yV7A!OOqtE0т/咞O >ü_x5nH, {1&~{4$@vryp|9STй0 n*+*nԠonG!'轺 Y[|>nrYdA ^<ˡg4GU{ǑYUρ-9$?;&H+Z|f7EP|?^844RXWQ~S0 fۄff@@PP[=A\v^izt/>ZL՝Op)cﮋS5HˉIx/! 87;j.{c`{1~x0>D F{pGEE\pl{piI{2m^7]0ҼiM+Ac)?OϵnDWoɬC[P첢Rpv: 2Y^VR,,*2%yClrbSz\ⒶH>| ۚRn+Lk{0Xtvtx|-H~\\d yYN *hvud@y/-:8g'_Y*x!G`%g]7d7„SPNⲪ:Sa\+Xy:58AK:A{PlmC=YqS_Q- mW\XX739}θ_r FN$Q/hơ ]w?ރgC!g*^w"{zb®1{lݾ0nOyoQN}!mDn<|C}0{~ޔH8y:{c2>^׎vjrϋ]{ 0;F%q_S9:m'àeE]YPP'7 gtgh$?Fs7=GSƬe2 A~Pǻ s@Tii :4o߯j(';CUlhTHR`gpk :>O_s7ttZ/CyqʽsFIzȰpn_ˠ | İR;+נּFpѳоE1x|TnŃl5«>yut'۪{ՇM_U%Gs!B蔃)lM{n諾vEsv4f9͆iXri1uDçQ^PJjJ=7 ٧OUt]e.r3? -(Kp mlYSkvve?0`jknZo~8%3=i y{.[`E Aeŧץ}t>TgIЁjѣiMܿr"p͘hnaCnƤhg)ZΘ]s.J 8܈M'[` -x1I&. t֞ؗ54[nаB BnJ):BϿ2yISS >MW4g`W+;/MбQq>AΨ8OM,?,() W_m565utt/4zځ9=?` ; N/t0mϯf zz6Sk? G̩W$IS#x ^v E9:dd>x {,)w@W*+Fye=;:{mk`r0Igó3 tL/=CZ|mcd`^UB yͰ,hf=^nhEtU|mUKDwOȨ8W/Ak*=;W/٣ŧt:vƮ'8-8z:~PvY rqx*3pe%뿸zPי}UA{˾ 8}!~Թ㳴}fj6t'=<ߓM:oyɣxiљ7kChL=LWbS 7q==՗)ftFՓFY鹷Ya{W(e'AsIi֖j*v POHMfo>Aer,P$E"NZs`i-;61yʮ{^V_ .8zJQD{}oo6:qI$501WtVk!i)/??J\iꝁ;DaL6 ? t:AceWL =i [;$ `WuP8y=>t0]|%S~T2Wlɗ&? ֖+vdUp^tR6OgP H A"盋N_O2wx~$UJܗ^&VkU`SA. 콲{zo )R:~Y8QrF9&zd n/3fÇ?uW9utfr~mDs tfƷƚ^qyi9Icٴ[|F|VoCc,T }FԞjƆĉ#gLhTd 'eWzJ*i`sPL}F*hrd}rc^[^F{± Jggik9<+Q"mmGQ)l XÆړ[:G5qeUuʩ`'3|4 =ornf )n魟䙷nMc@ˡ>>IDATg9>!g_ lIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/rotate-arm.png000066400000000000000000000315141263301626300261440ustar00rootroot00000000000000PNG  IHDR2PLTEysq¿+Eln\9IHt)hέV:+&43#Pfe{VDoV&$#ŏtt櫋 3xZSyzpf]d ʷR<3&Db;CQkZϽuFSR򮚉±s^U265ҭ+5DjG7XPW}cʾ5N@4.@ZrwoqiTweKAEݮtխ _tsYeu/AV!4H͊k۾cPFbK82aOL2Lg嶬~KD?o]Z߻|peu610t-+=A?=᫒ܫrȸ -;ĹJBН[Eڕv^baՈjbmrq{|}IR`wz(AZϰq]PRXẢVKɝL2(.+*66>归}SB?Ɓ v[Ƙ iR BCJb^RRsN<,@ћXRL$':N`A3WFC/#|ih ͝<(";Uʹ吒ðJbnme)+2šgg_+ۑhVȮΥ=78STQ-F`l_`ypjݑx("$+lbJHFxl5&(hLDB躙+,0p{K81螹䁈 _%4to0$ 1TYN$@1,),V%J]^З3eb H ,HmP񠘥` HDY ;?}j}A[p"ll`@r< @,aUR e=+UwS dwh`X)Tw\! Xވ]i% +n~L̠Q,Ŵ&+:K("]q*EIBo3(s|H 37 A^JB!J1 :nr}Ht)BCJ*(zPBtXTTT#( .s$R(ur*rU 9J<[:55g+9u: +8? ?Э+$9 <$9'PZ$S)G:,K%Ф 8 .Z]sS!}INZ('%_f`T"|xnTT%qrkHX,:Òd* 5,+ı`u@WTuér-)>nN'猓u{r>ĿDg]B.>r$u{$/%?V'X,ǐ4EW `N*.G++!'&F :::KPu":ygY+BF_zg/&j+Q14:ٍ$+YefY_zNrPg TrD$)rApsάr8+uFѥ" G2eu+l޹ʕLM픁k30t,|y'X{9܌L}<)@*##Y5Y&D:+TUV3nf]y ,_^0E4fTw߹sƄ.;d 3Ntlp; ܸӡ=gcfg k/5gR\3@'t|)YnfYifvr,Yi!PF .$> ʗk>NtkYP_#㞌4tmx<ُ;;OA p ڻF? 7#Wp2~M>@ 2= mL@t\cK\)]NUUdh,qtz!Ht mw4{fB{NO .z#QT c.7kK6ǀokl҅h{*"е4/@I >22kK)krogI#{4"S) _ɒy>L DeHf{ O ҐyG'{n 1qk _zHz]]l@.Dp-ܕwv>?reF #S' c:suYߙzpR1ϾGn >mfs?M%GW] 0Dr}q/,cGg ͛wz AD?kٓ\J9L,Iԍ א=$D甝ד1h~davCxdT}Wz݌_~TKKM?CAci:> Lԫ[ͱU!ZZԝgO3Q),a𒏏R?O,ʣȁe=&*Yp,yv-h`.&F|>·,j)͝a|0_6:zk-JQd\ ׯ\Lu?e aw*NIC5л[=*CcS=3hG ==RkN䇯|pmWr^Pm;o/RÀ*w!B&99xГKCꍪrxL*ں*@ ç@j[{wwBF-PL' ^6Y<"|AFtx$EمUw@d!!6WޚvV @n0o٧!X4вSu~2CF[y+IK.HMsMs]f9,>Y9̶6z0ҭg)4>NL0aH oS7%%dXĠLLLX3vat7ϱ˻}k1a.?E B6cccO`L@`%Z#*^Cײó0SLpٚ(%WMS/{6,>jRjIWw!_Ufc,‹_F8 Lyks--#ؠ{^xKϬӌ?=~RhU dv#Vmfw8oc_@@9 0 /[v.xv, w5r:QݔC[Z! g|z?ɓ~h">}/]ts883s@„v\`(SOP-2瑿TӏMSm?'BG\W!x>L@'N5,iXhvb2U!`l|B[@;'>^ɾЖ1/'O&s艠f:GbC$4z* $XUSے c4 sCtxTx<[,卉ׯ.2ի|:ӽ~x}$}8 j`F33<9>5ɓQxς믏9UJ۠o7nɿ$MhH/տ}(r@VPsG>Mf܍o x== @zXژP&8wﬗ\/"X$4GtSnYdx:1O4ѓw Jdg?6[GgpRoY).ݠ:99fpzz|2>7 0~#E 0Go$RqSNt3k u}uH= |!/^pq1A~ѱvxPݑB(YXc$O L6@Y5C ^T3N)GrD{ѧw8 _cvΡ, XUuO)#i1N0CNbݸNx29GGk+SnoHTT퍆23=AoCtJ$=ci 3[{׭>n W=eo -|[ndrLSF܅902.am][S-}.sj1Hu#^>O ~Y4L4hM@d߾8+֬ffzJ_9{`DRkX ! cǚ?̨&jGSjG.[>IS$g' ^>ЫD K"@tt lv?gw5DIH_ջw_jp<{CvX.PڒTܬH-SR"Q}ǻvb_ayc'vuݛOU jbOBW]]5V3IofBG^ID߽{2 şלohvc*xvYFkÞGXuYOq :M"OQ= <a;wUQO]sVVv؟`A-QSQ`_}RW3]'V8l<'>!Oy=n6g%5 x>'g=5Kt\}KD4辣?gJ,y<[|(Z }дFb :fh/?lI@񩡅4 Bv]c|$ zt47O{a_t{g<ޓF?g35>>>3!,py`hN'em9JMgӢ')wp ,}nOr0DWw>֜.,!֙i[6Ot@&DՀ~Q }iiuNz'X~bucBasaU}c{薖8'j63怽&:R'addDȩ،l[% WQtîwXA@拾e?AAL& 2.C:%KD"9DE**|IoTx/m[6FslFtS8'g0B451/cal'|8#v}rk\[|ooo®֚}lMg,F=B !O<@V,R#Ǎƍd{PKTȰy 7ln<t{3+C=-aSCwƟUތȮ|%J;K=/VY£v) -pAW]i4$7UjXʇ+)-[;-:KOٹ{ 7m(a҈~s_mt9іjGP}0z"9 j>}V2N_W@6En1ѿeHg\Z::sE._}_armCO;#6-46eۭӞPJr~pۀeb/}cձ4 B].q㫆mavpT#_[̌3eOm;B9:lٽ-NO KEW5EC9^COc>jEO3LJmGVR},6Ji{/oG@WzSZwwTQQ6(t.YU}cS6nC57o~gL'GID/2ңA/RN]>SqjO$َ.|Xܧ6ǤX@ L̂3)(%}4+4IDwV ::-Ǵꈎ>S̮s:RX`VmIDATj<[#3"z|&;RGwV̡~ut= ] R1\e{0sO[̜$\ci7<)9(Hܶ-#F%nq^sMǟDN`Ao{B偲 A)&YC~M w`)=pA(Lr%9Nq^ Ce)9WSjGQtDW e:M~A>taϯ !s:΍Usj}ƍ ]Yk6o^PΑHrb\FŲϚMѫiegBoՇK7NO'lm{hlތٿLz-y2 E~γC& YWyI /9RbWW⋗vi(0ڱjыߪ?7׮]>(KLܰB}X+9t5PcBͭ0s=F;UWI2#KhkZ|1w2"U.QjPׯ]3xe/$1r|shhpnm_Axksr# j Y6)[zEAGo/}UqG537Iz5:yV(@&x (mSopUmR^B*)MLW3Lq^ ՟1MNG==W) ޅzcϤ^<woQ6)ͥ{IQ Yǰĩx*{TTAgG&i|B=ݝ{kxR| Pغ@VD>Οߡ<ӽ$GG+K< aAŞ<ы!znPnA ;K\#=,U/0-o+k*,~WQ1iX`u!;6u_-nn0BOxLR١P7AvkPuu۷o9e}5 I^(USB^ M\KT9A݂O:t`ooC~5]>d^n˖->ԩ |+*;0ieF7H?n:eI\ ^<AF ܟ:Qv:.uVheά-[6zqGqGë\gfzw[I(;&5tBc*MGFGG~~%[6AǪ!EԄ"z6? x<k}80&c[.V5Uޢpڷ;<>ppPs~ PZ1]M^))F۠uUfyز~xdaݡ:9~ȝ{.HJJdw|,ܵa3G7vs[ŧ[cM.B ;5dBwY/B ƷQW.3ɯjZz+VոgcbbAu= VPb aŇrOmJtހ ^\N2Ӯ <i&~'jz l-Buv⮝e=!}1Q3 (nP <^O:&r?i^<7̋;٨ [9kFluf&lb]݄jccc+;pM/7A+ڕ22:c'7:]:|ij +t\ :.9w; :ܳGN-8,t^u r;tzAv\8QkwDxb!ra5SȽ =ZYs w@aQ%lA85h?C RFRRˉl]9CX[ckMLjR!y!tP]~~+UDuUtrm{:Flќ8pY [_ ؚi>e Jv7݌Pwi% }B7K:]qڠ vP 7i" ~+&yo ţ:[誮WBOO,Yk; ^8~Z&@ٹn"yt-u^B'tieB:u0=d ~C{4GRi.Hql. ˳ `ʞnBmأS_2-t_>::z:AFQOym?v lEk Ivuo=jq&qO~3YqzkцGo>z褻'A_4hh}צ7% |lkSL}PmY0`Ha 赒}X޸^l t\ˎ 5"},r5Ǣ/B+8|, CGb l=&]{^Dvd+蛈HϦ}+ߋQFޕ3A1~OS^t>Dށ[SBkts]TG}mf|9، t6*nxXkLL!3D!ݘJn}Q**ѡw;#щ+C_~3iQ7wmIa~y63Cb ^Yٻ lU(fFz_殼tt^'Q[ _ghDL7Rj:|*JsԻ04"ѱc º*RyDt2- 3DrF,clNc|gL X7::%:;+['04e IENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/rotate-arm.xcf000066400000000000000000013430771263301626300261530ustar00rootroot00000000000000gimp xcf fileBB}0 Onbenoemd#14BCBCBC'BC'BC'BC-BC BC CCCCCC(C+CC+CC,CC*CC*CC*CC CC CCCCCCCCC Onbenoemd;3BCBCBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBC BC BC BCBCBCC C2C C2C C2CC8CC7CC7CC<CC<CC<CCBCCBCCBCCJCCJCCJCCKCCKCCKC CAC CAC CACC7CC7CC7BC-BC-BC-BC%BCBCBCBCBCBCBCBCAR555}Z Drijvende Selectie#2     fz}|  Y Drijvende Selectie#1g     ]u|  cDrijvende Selectie2     Ug{au        Geplakte laag#8     g    ) 9 Gbr0@P`p<;;:9872 2 0 ==88,< * &))*   <;;:9872 2 0 ==88,< * &))*   76=<;:9876 5 4 3 2 1 <:9:<x<:::< ====;:86. -    ====;:86. -   M-,;<-,;< ><;<W ><;<W $ $ $ $}}>>Geplakte laag#7     D`73- 7L@QPRc|4d         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow)4Tclsz)Vf(j~&^~%Lr$FdTOn#5YpqM#M=Zo÷P#>Xm}|E"6Sivv>"}-I^n{"f> H<,.KfzT)`7 G ND]u~wI ' ,2Pix􌠝ZYXPA) ""QA[px}xpcZWUXbt DZ&]K/Nfqx}~xrg[TRRYhz#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Diu|ٽ(kw'v~&^~Ү%Lr$Nd$iOn$5YpqM#c=ZoèE#>Xm}yrT/"6SivvQ-"-I^n{|~"BEHLOSW\akx!(c+:FP>/58<@CGLQV_lv V']'7#!(.37;@EKR_] %_ &,3:?FPD T 1/ &09=9 d;RguR+KM7  ** UI7.KfzT)`7 U bD]u~wI % 72Pix􌠝ZYXPA) !!dA[px}xpcZWUXbt Ro%q^/Nfqx}~xrg[TRRYhz#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4Xm}c^YA$ "6Sivddeefd\?&"-I^n{`bdeghhe"ADFILOR[en!*]*@DGKS]g!(c+:FP:%),/147;?CJT[ V']'7"$(+.26:@JH %_  "(-16>5 T 1/ %,/, d;RguR+KM7  UI7.KfzT)`7  U bD]u~wI!% 72Pix􌠝ZYXPA) !!dA[px}xpcZWUXbt Ro%q^/Nfqx}~xrg[TRRYhz ky56 3.j "*`)ya #m#######j$##%&y( G+V0CL 0Z6R9<U= :')$ &zt/% '1 Kλn4   &/4Dzg-  :#.1^ʾ]  ox$³lP  ('q@CL¬~XD) !<p KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ+n+i¯+ʽ)Ƕ(~ynw}$gΛ@[mr^ѝO*TsZYzžVKj{󽼹ZQqYNgpz jZzda\clu}󾽺ӚYYu^VQZenu}ɷzTQ^h|MECOZckrzԶp_fnt|:26@EOXajpty}magnsy"'-6CLV^cgkpsux{}~hcglqv+6?FNSW]_behknqtuvxz|~vdcfjns}(/5kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~CIOUZ_dfikmpqrtuvxy{{|}}~~{xtw|Zj4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm-xuso˴,뽆ǻ,Ľ+n+Y>¯+rs}ʽ)w{~zǶ(?zܲppxr$JDRzl.A9DIMORRTUUSRP^k1DTatoR*,BFJNOQSUWXYZ[\]^``abcdeddcb`]ZbmV/=IQ[fq{1-*/59=AEIJLNPRSTUVWYZ[\\]]^_``abbccbccbb`]YSMYe{C*16AIOU]hr($#)/48<@CDFHJKMNOPRSUUVWWXYZZ[\]^__`]ZWTPG;259=AHNTY[\"$).38;=?ACEFGIJKLNNOPQRRSTUVWYYZ[\]\ZWTQME9369DJPQQ !%)+.123568:;==>?@ABCEFGHIIJJKLLMNNOMLJIFC>4458:>??@ABBDDEEDCB@>;734468;?DFGGF{a !#%&'(()*+,./12334455689:;;976541//12479665799755:AFGFEHQy R65432101345667!  "' /&   m i  f " c" a# `# ^# 0)#-(",' G :Vflt}~~ysk_VONR^p[n}ę\!@X`iu|}}ytmc\NJKVe ͺ.)FT_mt{}ztoh`UHGLXťK.GTbnryyupke\MHFL,p /JXelpuwsnicUMJA,> 9MZejouupke\RM>-@O]ciqtpmgbWO@.]&CS\ckrpmid\RA,-,AT]empmie`QF//EW`gnmiegnj0^ 3IZbjmijs{0$:LWckmv1^-AMYev1 5ESap2+>O^l{2A#6HYgvQ2EUdr2l!2CRao~2l$4DP_m|0z&6FTam{2z*9IWeq|2l0>LZgs~2m!6ES_kv2`)=LYep{+.6FS`lw1*AP\iu1a 7MZgr}20GYfr|0n*AUdp{/?UVY^_JL d ")&#'&(.,*02/(0%0 )&24(&78-'"#%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-* T:Vflt}~~ysk_VONR^pos!@X`iu|}}ytmc\NJKVe8)FT_mt{}ztoh`UHGLX̭K.GTbnryyupke\MHFL, /JXelpuwsnicUMJA,F 9MZejouupke\RM>-@O]ciqtpmgbWO@.s&CS\ckrpmid\RA.7,AT]empmie`QF//EW`gnmiegnj0s 3IZbjmijs{0$:LWckmv1s-AMYev1 5ESap2+>O^l{2O#6HYgv2b2EUdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/6779-@O]ciqtpmgbWO@.s&CS\ckrpmid\RA.7,AT]empmie`QF//EW`gnmiegnj0s 3IZbjmijs{0$:LWckmv1s-AMYev1 5ESap2+>O^l{2O#6HYgv2b2EUdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigflL !"$%')+./011234679<;8530/+(36@JQX]`cefgpՕiJ   #.?AHRgɱԭv #*-./3:BOhq|x֏, '46Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhlL  !!"##%%&((&$"! "%+26;?ACDEFpՕiJ   (,168:<=>bw̮}yBBC@ "',/2345Ud¾ssb7"&()*,HRgɱ֒  ":BOhq|ֱ7 46/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]U3 0Z/  0ⶶ 62 4 5 7:> fkt@"#+7<8305|aiuǖz!\gwױ-SfxǼ)J_xYa|$6Jsi1'CNYev!,gwPA./HZdq!5s꿸w^Q16I!1c̸,wjA9X².R@V~&`E\Ƽ% _>Nq4xf%"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( 'EHNVco[+%(&" $vBGOYbwe!>FP[ar-8EQ]cck})2@Q]f`Xjx0ֱs>5Lk4v z58=CMWG" o37=EL\iOz!06>GLXnw|-,6?HMMSajlho~)'2?HPL.3AMRXWY[g}$'ISX[]v! 6PmbP7%/4;FW!<[v{sb89?!4Oenpv,O:.GV^fi|.֡c<-BS`gt|.s>0DS]e0ֱs;);S4u z" .*%""  " -/ / 15 {!+% )$( # ' " & " %" #" !! !" "         X ""&$,&,)'(+,&X '##!(&')(+)+.&X %""#('$)0,',+1 "% -%$,,)&1 % *')+$%$'*!%$+% #).12016$ "&$&'!' !',))+.01A&#')" ((%  %*)-$'/7(!&'%"+*%h ($&'&)14'$&(%&)++H !"%&')(#"&*$%+'%2  !! "##"##!(#*)&+$"$&&'&$%!"($%,%& !"#%%##!"&($(#+$w #$%''*))&#"#&$*$,$i  $&(),*&!#"##*'Z !"%$#" #""#%'  #%$'0),0,&%&('(*)*$2 !"&&%*.1421.()*,*,++1 !))(*,+);5','&&*,05! $%),/$)/5.$%')&(-+,# (!#'*/)&((''())+   #$%%))+))**)+ !"!"!$&&)+-# !#$%&%##$$&')+,,-!"$#""!!"#%%(**,.   !#$%$$##"#$'*+,/3# !"$&'))*( "$'(-021  #%')**'""#%'++,+*  "#$#!!#"$$##y  *'$%#" "$$%%#%#y  $*.*-+$$#&&()* z%/04)'-+%&&)(&())$z  #(,*/4,2&%(+*+(*,-#z &)#$&*(/25'**,,+)+2:z !)&$&)+!7;!*&%*%.6/ z  &'*(",0 %()+&-.-,#l !#&(%-3.$"$&%'*+-+ l !%$'(%$-/-%&*(&')'*&l %!"$$.+#%$#%&)(++#\  #$(&)'')&''+)+,] !#"&)**)**)*( ]   $#&'(*'('&#] !!#&&%$#&'*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(,.31899>>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Geplakte laag#2     RR)rnhARe"%&;P3         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) MXWft|)Rb)vt&jz%`w$TmRa$\Utٺ#8f#tJo#8Sv"'\y"f/\yܽ!Z1Vw!Z*Qs!ZEi!sGR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)blkxٽ(esֿ(t&vzҮ%gw$[m$a끚'uUtٺ(8f*Jo*BSv('\y'/\yܽ!s1Vw!s*Qs!sEi!Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)񼧵JNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᢭橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)񷏒HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ uᬵ̰Ȳ <V<9; **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",' GG, .EYl~[n}ęAEYl ͺ\BEYm ťCE[o+쳰DF\qȩ}SX,ͨ I_tD]-3 Lb{Z`y.]%5O_cw,-,8$JXdo|/.@8ESi0^ 3D"&9Vs0$:G* $C`v1^-AM? #Fbw1 6ESW-)G_2+?O^f"(C2A#6HYh\'Q2EUdre) 2l!2CRao~w-2l$4DP_m|0z&6FTam{2z*9IWeq|2l0>LZgs~2m!6ES_kv2`)=LYep{+.6FS`lw1*AP\iu1a 7MZgr}20GYfr|0n*AUdp{/?UVY^_JL d ")&#'&(.,*02/(0%0 )&24(&78-'"#%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-* TW7 ./LZj{sU8;,܇ͨ1@N_qqV.?W-33BS[=ARjms.s%55@CQ\ahpw.7,82;CKTajr/.@&.8GXcl0s 3D" ':NZd0$:G*-APZ1s-AM?/BP1 6ESW-0@2+?O^f"-2O#6HYh\2b2EUdre)2!2CRao~w-2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/6779F1s-AM?%3>1 6ESW-%22+?O^f"#2O#6HYh\2b2EUdre)2!2CRao~w-2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigf*X+E,&.V.y 0 1 2+ 3U 0 4 168j9:`;<<=+{> ʮ᫥ɴ췕Ǯ̡s}oɱᙝq|x ᲸvW/9DUehkc^ Ƚ~pfY$-43<<;/o"䵾;dRJA9%)894'#Q歸оA"#9LB4&A%袰ѴZ=XqcK7#l'蕤ŤtdW'釗ƶ|(wǻ(]uȰ(B[nʜ(%;Tgzж7K`sغ%1-EWj{û$Z'9N`rη 㢮9.CVi|Ӹ"ᡭ;"8L_tڽ ९|,AWfxƽߨδ@!6H[lиު̐@(;Nasոݯo-ATh|ܼ۳Ӳ> 4G]pĽڻ:':Pey˿õo-D[m~жӗF!7J_qԸǵnw(';PdyѼ؀Ό{h}ývF$+AVkθ|tYk~||~{lľnQtZ2H^t}{mPEDBk]5aR #8Pf{f/bþu>FrJ*CXk}]vj0,XM 0GZo~뾣¼~=lM 5I`r}~ʺb%Se"78%=&#!eH{ҙ0)8GWenu{|֘ݹ9K7A+>K -)7D8,;6)" fd+^ӌ (6F^kt}oz޿ݹ:CD9WD57490+%67+$&!s3?vԌ"8Zkvu7iϽ޺KF5F9;796.,("D.!+($[Ռ03TlxP=}ּZLA%<:31590%3+-"'#e41+(!uɫB\ruygeļ[k)*.+(10+--!4F*3/$!Y W2Si~ἐckuY++-,*1.-/.;G*1'# 7 Of{tO1+)++1.-+8F)0)Jbxy\q*,-(*+--)+"/, ,% f5\sup+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEnw'()-')'(,$" !%% K 2jhlٿʮɴ|ǮmxMUaɱhjlp|q| x}~vW/9DUehkch }~pfY$-43<<;/"zuZRJA9%)894'#c#u}[2"#9LB4&P%mw~zC=XqcK7#'eov~tdW'[fnu|(P\dls{(?OYairy(-=JV_gov|((9ES]dksy'%3ANYahow}%1.;HS]elt{$Z &5AMYaiqx~#㢮9-:GT]fmt{"ᡭ; &3@NXahpw} ९|,;EQ\dksyߨδ@ $1>IV`gnv}ު̐@'5ANZcjrzݯo,9FT^gnw۳Ӳ>#0>LXbkrzڻ: '6DR]emu|õo.>JU`hpwӲF %2@MYckrzִWYrw( (6CR]fnvΣ~FT_ekmme\_`_eogýv3,:HV`ir{{{/Mi~5-;IT]ekqsjccedht|re?vj7;ZuM!0=KU]ce^^`bcgqz轀¼~)If~8$1@MTVUY[\^dmvǞʺs8VsD )8CKOSTW[ajs{صι %Dc|ߣ7 !/?GLNRW_hpyþs2Sqs7 .:EJOT\entzĩ7B`zؠ7 ,:EKQYagnu|԰xڡ-Nl /:DMTZahpvvty}خo|[s:\xՙs".:EMT[cinlklqx|ê|l?-8&Hj #/:EMU[bcceeghhu¸:<6?,ġ5WvӚs %0:DMTZZ]`__YS>FOfyNT:_P,2*;.vb!Df7 %1:DLPSXY[ZQm6Q@:WqQF,NX9\XMO8K4*"'5+v1Stϕұ7&0;DJOSXZVT֒;2[EE*=N+ABQ\TCMI<(&4%vs?dӡ$/?HNUZ_KRs֡;ML9UKGPPSLI>HJ?&'838*Pr̛ԡ &=HPV[cQ%GkTS=MJSSUPIH?3S@+0:2=`~즥ա7 "9IQWbwT)Tvf`Q8UXQLMPG8A9>,06.s(MoĜ7,IRWZ~ũQ7[y`dbJGKKMEIC5<;5/.5.;:`zر7%J[{dX:@hW`_ZIHILIG@58F4270,s,OkOOwʴ@Os&X}b]]QCGIFDB0=A<7PMHLIHFDEFG8:SKB4:41,>M[eiknpfVeiRbf^dHyIFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fkVYփN\iv綛XXFCEDFLFF>)53,..022/ :JZir|åbCDFGDFIFGGMTZ_dimpsvxyywsy(1=ELRX^cgkosuxzzyvp(#/9CJPV[aejnruwz{{xt{(,6@HNSY^dhmqtwy{|zvx''2%0;ELSY_dinrvx{zuڻ: *5@HOU[`fkptwz{wõo #09BJQW]bhmruy{wxӱ|sF'2;EMSY_ekpsvxvoֳ{|LEYw( *4@HOU\bhnprtsnz΢z6BJNSUUNHJKJNVPýv, "-8CKQX`dikmoplmlw.8BJQX\^\UJAABCAKľm*=/&1=FNTZ_cfhie[PAAFJKJOT[^]XL9*$#"u\3HR+*5@HNTZ]ab\TMLJOVZYVZ\^XK5sþu>%ADEGF?U*Q=-DXfYE2\g0LolafOaLB54J9x&AZoyұ7 %.5:=ADFCAdq֒9'FVL5L_@Y^ntm]d`T;4I5ys1Nc~ӡ %18=BFJ:@Yvu֡:e\Jg_^knrfdX`aV:7LC8!>Xmԡ /8>CGM@7SkslfRc`lnrmdeZJjVABMA0Jb΁ա7 ,8?CLc]R A\m{{sjRnrkfileTWMRACG>s;Vkڞyy7 "9?DFbQ+G^nrx|ebfee^f`MNMHB?F>:-K_v|qrvױ7:F`YDp92Qgygwzvdcddbb[KIXGCGA<s"=Scn}~zx|{O=]1=c|sEasuvwl^ab`_^CNTOGL@<ɒ4HWchknpos,Xl2\sQ2omlgc^`^c`\EQ\XGKD>ɡ*;KUX[^`_d{V>mąBMi֒Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSirbvf`d`a_]_acNHe^WDNHC"0'4?JS]gtz߄God;haab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qPhabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]K;<L;^:8C7'4 "2 Z0 0 V.-,4%@(()(&%$q%m%V%5% 'j'5'K(Um& +( P% !0Z#5&5 j#(j$ V`'&" 5'(D$ -D+-U /6 )* $&  456!/ s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3* 0ѹ_μ$ S].hP}$ -% Eh+޼Gzo# *& (( ' 75{3@e{1U>Zu2tFU4ª165g3@Fl2֡AS4֢cl766 7m5_nx32N`jw1S0F[n2tAB{4¦16o5Pep3=6Tk2֡>@e4֡\l76p6{ 764235276435m777!+% )$( # ' " & " %" #" !! !" "         X ""&$,&,)'(+,&X '##!(&')(+)+.&X %""#('$)0,',+1 "% -%$,,)&1 % *')+$%$'*!%$+% #).12016$ "&$&'!' !',))+.01A&#')" ((%  %*)-$'/7(!&'%"+*%h ($&'&)14'$&(%&)++H !"%&')(#"&*$%+'%2  !! "##"##!(#*)&+$"$&&'&$%!"($%,%& !"#%%##!"&($(#+$w #$%''*))&#"#&$*$,$i  $&(),*&!#"##*'Z !"%$#" #""#%'  #%$'0),0,&%&('(*)*$2 !"&&%*.1421.()*,*,++1 !))(*,+);5','&&*,05! $%),/$)/5.$%')&(-+,# (!#'*/)&((''())+   #$%%))+))**)+ !"!"!$&&)+-# !#$%&%##$$&')+,,-!"$#""!!"#%%(**,.   !#$%$$##"#$'*+,/3# !"$&'))*( "$'(-021  #%')**'""#%'++,+*  "#$#!!#"$$##y  *'$%#" "$$%%#%#y  $*.*-+$$#&&()* z%/04)'-+%&&)(&())$z  #(,*/4,2&%(+*+(*,-#z &)#$&*(/25'**,,+)+2:z !)&$&)+!7;!*&%*%.6/ z  &'*(",0 %()+&-.-,#l !#&(%-3.$"$&%'*+-+ l !%$'(%$-/-%&*(&')'*&l %!"$$.+#%$#%&)(++#\  #$(&)'')&''+)+,] !#"&)**)**)*( ]   $#&'(*'('&#] !!#&&%$#&'*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(,.31899>>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('!$ ## jrW )+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogI ֧EFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶C ֥dbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Geplakte laag#3     RRSITZ`[bcz{"Z[g         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5YV`hs)Kb)yx&h%n$_T~#Pu#Wf"L"Zg!Fu!_P ;_彳8d˞~:eۢs7f弄s4aЋ|,^ݥqy'U}voLu؞hw ?Dlpiv W9cԏcht Y,[~a`cr VNsτ]\bo ',Ch߯[YX`o "N2[VTVas DMPvǢTQOXgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Elktzٽ(\sֿ(x&mҮ%t$_#T~&Wu(kf)L)ng'Fu'wP D_彳8d˞:eۢ7f弄4aЋ|,^ݥqy'U}voLu؞hw ODlpiv n9cԏcht n,[~a`cr jNsτ]\bo %7Ch߯[YX`o !a2[VTVas R_PvǢTQOXgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)񼧵JNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij"⛁|ղ"᲻Э!ը° ü⚵ɤ ᑭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)񷏒HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᑭᬵ̰Ȳ  **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",' ,Hi긄c@MUNLP]oL/\љqS#6OIITdQOs⯀b>RWHFKWť,>fďq^f_OGEK#]&XxvmՠwnibVLJ@#J7<`|ypke]RM>$-SoȋplgcWO@$ƴ@cݢplhc\QA"d'Vrzlhd_SF%ţFeŃlhdgml'-&Yv͊lhjs{(xKiӗjnv(-1_{٥ev)kQnݭfp~)8bfl{*_UtYhv@fqcJ- &RgUdr+_Uev^ao~+5]Īkm|*l?]Ӹw{-_Guد|-/=nٱ..cצ.!X΢+Et.1_/`Kt 6c0S#Js/ 4^(U7,Il./HW"2V{-&DViE@c-7@Tfsx*&Kq,V:Obp{q 2X{'~3K]mx^@d*1IZjv3&Lq)0L\kv5Z+Sm{rCi)*SkB(Mp(:%+?UVY^J- d ")&#'&(.,*02/!%0 )&24(&78-'"%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-* 7HiϞ|sc@MUNLP]o]/\̹wqS#6OIITddOsýów{b>RWHFKW̭7>fwϹyq^f_OGEK#s&XxnJ]n~²twnibVLJ@#J7(ATfxϷyppke]RM>$78K^pnplgcWO@$ƴ+CViy̵pplhc\QA$ۻd:M`rټ|llhd_SF%Ь/DYk|ҳklhdgml'7@Tfsx)3Las,d:Obp{q ";Siw+3K]mx^+D[o|*1IZjv33Ldt)0L\kv $=Vjy)+Sm{r-G]p})*SkB4Lct(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/6779RWHFKW̭7>f\hs}gpq^f_OGEK#s&Xxk9HVbn|pbwnibVLJ@#J72AO]huy^mpke]RM>$7,:IWdp¶ibplgcWO@$ƴ!4CR^jxtZplhc\QA$ۻd-M\hvɓk_lhjs{('7GUcoߙo[jnv(72@O^hzٛrVev)*:IWalt[`p~)3CPZbkxz{{wg^l{*s-=HRSKINSW\lYhv*"5;4'+6UUdr+s,5>LXccaa]SSao~+1BR^floolg^_m|,!1DWelrvxtogm{-s%=Ubjrx{|zrn|-7 :Q^hpw{~{rr.4LYdnu{{q..EU`kszzs. $=O[fow~wx.2FWajs{~u/s'=O\enw}/4GU_ir{0b'@Tfsx)';KYblv,d:Obp{q.@R]fp|+3K]mx^ "4GVajt*1IZjv3(;MZdny)0L\kv/CS^gq)+Sm{r#7HWaj)*SkA(;MZd(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigf!(5m(V* +M+.j-& . 5-. -0 - D. . .m / 0 1Z +0@ / q0r / /@ . / 0 0@ 0 1y 1 2 1 2 3456 3j88 99::;<E<1<=ʮpɴawǮUdGQfɱ8AOhq|x 36Frvj0,Xٹ~=lģʺb%Sڿظιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vˑ|h.#39kٛz--0!sOoQC#+()"fV1eT|V&#!eH{8b6)" fd+^ InP+$&!s3?v"*Rz.!+($[R5^K"'#e/Mi߷vj7;Zu߬~)If~맟ޠʺs8Vsޖι %Dc|ߣލþs2Sq݅ĩ7B`zؠ}԰x-Nluخo|[s:\xՙjy|l?-8&Hj~:<6?,5WvӚKdvx_P,2*;.vb!Df9Tk{T4*"'5+v1Stϕ&B]q|I<(&4%vs?d1KdvP?&'838*Pr̛&8Sjzz@+0:2=`~즥]$?[qH,06.s(MoĜ`L,Hcvo/.5.;:`zW`85Qkz?70,s,Okb]Y >Zqu\qS1,>M[eiknpfVeiRb IFIDBD+Hcwv2i b"8GUafiknz֢\fk GFHGDK83Rk{cE 5ES`imv KFDFEEK->Zq[2BQ_kxȝEGHDFGIF*Gcuym`Wdqs$>N\iv綛FCEDFLFF73Sjy{{}z|:JZir|åCDFGDFIFG)"F^ou|s/J]lory|vѮCDICDACE34Qenw|ر"Hdlks{t_wڹʮpɴawǮUdGQfɱ8AOhq| 36%Xm3+@S_jv~jVABMA0Jb΁r"1GXcm|sTACG>s;Vkڞyyr[ "8M\fr~^B?F>:-K_v|qrvgwG)?S_kwrGGA<s"=Scn}~zx|{suq"0FXco~}aL@<4HWchknpoomlR !7M\gtrOD>*;KUX[^`_d{ Zhee;(?S`my|cF@ $6DNRVY[\TZTSi f`d`\0GXdp|tRC"0>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('>jijlyW)+).,,&%!5Xv幱ùÐ ')(*$+%%"&IkbRIPd|s)-+(#'##Acz枡b^efϒ䓲*1/*"$#+Ɩ| ,.*)%   PNwꗊ('+,("*()($!$e"m~./.,'!"$&!*-%$'/&A뗐 .--*&" (+1211%&*'-;p/0.-)" !%(+*5&))(Us{]w532-'# "''*?#*"( {얃32+'!"'#*2%$&%%kmp)''*!%$&.4&%'&'.햄u#&)-%" !"',$%&%%#xx~ ',/-% $&+&%%&&<Lj*+,** ##'**((&"xؾ!*.+"%&&'%$!O +079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;#*H[hptx}yURtogIEFDIFF><4#;Oahmszҹ}wvsoos}xxţ]簡YCDCE>C<=941HZdjqyZB716D[mu{xЭ|nEHEA<>::4&",CS`goxtfMDEt~xFLJD:;:/$.,):K[enwϟ~dW GFDB;94069 !3EUbkt}ѥ{ڲo} HBDF;8-$07:-?P^hq{pױ{~r EFCA;9((.38$(;JYfp{go DEB>;9('*.3.$5EUcmx|bbDB?@=6&().22/@O^jt{CA>?;8"-074<+):KZfntzADA>98#48;@== 1CVbhnsuwvAEE?=5%34521B+,CZaeikmncgh?CE=?3$,244:@7)E\aeikhbZ3X@BD>51&).0489=%D\`dhiX`kJ@DCA%-.2477:6O\_ctvC~PGHIKI<$/1578899!Wr{ks;[u]ROMH<$-0477899(VÀ_ƹjtipLID<3$046;=?=74E؅6ݦSMEDC41".26;??=9:5-b˧֢X^GB?:4%*-145776-kB7yq]@?DD>6'&03<@:99$(&/67,3:C=?@@A7Yn;>A91."&+1238;:Sy`@DC4 )049>??CCA@>6S!EFIE@+$'(*.0328<>>?<94Z"GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2 8GPWZ]afnu|yjimmnomg^qK?ZVPhxp϶CdbfcbYVL+ .>KPUZ_elta]\YVVYbfa]]hyH֥E}b`bZ^UTPH*&8FMSX^dkrlF3+&*4FU[_h^yjrceb^XXRQI3-"4@KPV]djqzaeE56[b]ahg`UTQB1<< -:FNU\cip{zkNC{ ba^VRJ$@GL (5BLSZagoyqرfc~yq b]abVP@2AIN"#1>IQX`gowdױ_zwX `a`]VQ9:AGM4.:EOW_gnsxtWVf ^`^[UQ88=CIC )6BMU]ejmp{xlLL`_]^WN7:=BHI#%1>IRZ`cgjqy~zv_^\_VP0;>DEQ9 -:FOUZ^cdhrz}x]a_]TP2FLQVQL&4CLPVZ[\\cm{]ac^XM4DGIEES7"4FKORSUUMPQi[_b[ZJ2>DGGLSJ 6GKOQSQLFi'Dh\^aXHC3;AEKORW55HKNQQEKSu:m\[_[XV2?AFJMORM>HJMZd_4b>n}decaQ1@EKNPRSU/DY`TY}.FtHs|lkgd_P2?CIMOQST:CodJgZfWzfgc\OH2@EJPSWUQL5qg/wŔIkEe`_VFF1?DJPUVUSUWiOEwhf]VG;4@AGB;DRVTRTXHzyltV_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Geplakte laag#4g     )uqkD((()DQ_I`#aw         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5WVWbq)@a})~&t%sw$w{l}#hw"e!_!g} g Ryߌ^ü[q޽ިHyٶ~QծlgYӫWq_^Ϧpc[qxJdЪloqno:cЫuyuqiu:dЬy{wsiiv%eЭz|xujdgs+dӮz}yvlc`cqݪ+cձo~zwnc][aoݪ&aֵv~{wpe[XW_o$^׹}~|xsg[VSV`s[ټ||xsk_TPOWgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Ekkv}zٽ(Ls־(&zҮ%w${#}&w'e)e(x}'g&Yy߲^ünq޽HyٶޡQծlނYӫWqw^Ϧpc[qxYdЪloqnoCcЫuyuqiuCdЬy{wsiiv%eЭz|xujdgs+dӮz}yvlc`cq+cձo~zwnc][ao&aֵv~{wpe[XW_o$^׹}~|xsg[VSV`s[ټ||xsk_TPOWgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)񼧵JNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᑭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)񷏒HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᑭᬵ̰Ȳ  **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",'Zھz{xtnbXMLO]o2X~xyytnf]PHHSd-X{ËqwyuoibXHFJW@Qxƒlpuvqlf`OGEKONtʜejousnibWLJ@OIṛ\ejqspke^QM>jBmᷧW_elrplgcWO@j=vrಐ_+JY`goolic\RBy \|ᴓ[ (;N\bjolhd_UFXw㷙,@T^ellhdfmo Ss巕^1GTahlhjrz PJn绑џ$9KVbimv~ ^?j辏^-AMXdu k3f“ё 6ESao~ "cÏ,?O^l{ ]~㽏A#7HYhv YyݳQ2EUdr!BRtתl!2CRao~!_FpСl$4DP_m|lLZgs~"6c@im!6ES_kv"aKᡎ`)=LYep{"z2Ȝ.6FS`lw"%tݨֳ*AP\iu"'t¡a 7MZgr}&pآ״20GYfr|""a鳧n*AUdp{"U˖?UVY^_JL dIpn(.,*02/(0%0 B2%W 6d"D808E3t %UW<;3,:22% HsY+-C8?<6%  6de-.4402 "Up'--.-.-& Gv++-*/+(&W 5g(,+,/-*Zھz{xtnbXMLO]oނBmԺW_elrplgcWO@ނ=vpqxk}éx_+JY`goolic\RBގ>ThzŪz` (;N\bjolhd_UFڼ;Qexǫ{,@T^ellhdfmo 8Mbvɫ|s1GTahlhjrz b2J`s˫~$9KVbimv~ s*G^qͬs-AMXdu "EZoԭ 6ESao~ CWlڭv,?O^l{ ?Uk~ͩ~O#7HYhv!LZgs~":CbzϙX+v!6ES_kv"s2b}ls)=LYep{"!V}76FS`lw"Nx{*AP\iu"Npξs 7MZgr}"Khж:0GYfr|"B_yy*AUdp{"9WtӲނBmǹ㿟rW_elrplgcWO@ނ=vploSaq䞄u]y_+JY`goolic\RBގ0AQ_m栅v_` (;N\bjolhd_UFڼ .?O]k碆w`,@T^ellhdfmo ,LZgs~"94L_rϨwD!u!6ES_kv"s'LaqvTs)=LYep{"Caq~i76FS`lw"=]m|te*AP\iu"=Wiwfs 7MZgr}";Pctro:0GYfr|"3J^o{^*AUdp{" ,DZj|ӬkvUkxTaaechec&b#,49 6Ne|W^bcfigfIK92%,8Z7q7f6/6426*K566544yK3K2 223 Z2j@3P4j540442 ?1^ 0y 0 a0 / / /+ 0 0P +0@ 0@ 00 , - +0 . & -d 0 /* 2 *` . 1, <1, -0 -  *< *1./<34m%'*-5 6<ʮpɴawǮUdGQfɱ9AOhq|x 36Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhʮpɴawǮUdGQfɱ9AOhq| 36/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+% )$( # ' " & " %" #" !! !" "         X X&,)'(+,&X HzM)(+)+.&X  7me)0,',+1 &^w$,,)&1 %P'*!%$+% #)Cx&$&'!' !',)0lU)" ((%  %*%^'%"+*%h ($!TJ&)++H  NzȚA%+'%2  !! AjʼC&+$"$&5`ͥ9& !"#*Poӊ+$w #$%' @\{\$i  $&7RnZ !0Lfv#2  #%$' )D^{mt$2 !"&&%*.'AYry5[ !))(* &@Xo?:! $%),/!$Ea{W&5# (! "GiM)%S   !#Hh7*)' ! #A`}@)+-# !#$%&#5Sq,,-!"$# )=U{*,.   !#$%'7Rb/3# !"$&'),U8-a}21  #%')(zvxBE+*  "%r$##y  *&xfrƨ#%#y  $*.*h{Y* z%/04)'Tνz)#z  #(,*/4Bڠ-#z &)#$&*(/3:z !)&$&)+!0]/ z  &'*(",xyPj#l !#&(%-3\Sןw l !%$'(%$-/;3hDl %!"$$.+#%G&#\  #$(&)''v3)u] !#"&)*N)w835 ]   $#%'(M4'&#] !!#&&%$#%2*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(!<\{vBHECDFG&b &&1RrKEDGEFJ&b &+%JkRELHCGG&7 #(0$?bX@HHGE&7 #)-.6[yѤjAD;??F%  '+27=-Qr{@>@A;B%(07>=) Ik믌KC<:BC%%+07<6?d\A?Sj~zsR$s %*-28; %8Jbvjc|m$b$**(#.0 3EZpiPh$7$',15413'.@SipJNl$7 #.1789@E.,b$ ',08;::++;K]mnY**Y# !%*04:@C0/BSgJ?(b# %)0$-4640G[pFD>;#  '+,./3450FYp>DC7# #(-013254,ATlCBDF#"(,0468:<$8LcϺgFGH#%&*/14699)9S}͍DFH# &,/0358:< %7jTKN# #',258;=?*9& BcNL# "',169#!'/0%"'49:Jy÷SЧPD# #',19?<>58@TfD# %)036@E<~a]ځ\ؐR# $'-64558=/=bWkΚC̫F# #'+07673*)6UR}@Z#s!&-25;>07=CH?ʥm]Yu#s!#)/178307:::Hu:#s $(-$(058:;FC<>c<:#b #*%&/37:>>A>?V=sDS#b$&)*/12467=ACBzCTE@?#b!()+--/12527;;@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;- *F^|X^aX[Za%*4;DKP$#?YrȽ_\Z\]W]% )6>GOQ78SkĉlV_XV^^% )3;BIPH1NezwO][X``%s!*4:=:DF ,J\m{y^Q\_aa%O $+29>>CH)@TdpsqiVR[a]%7&/8>CGII"8L[gnojcST[a$(18?CIMR3ESajjekl[Z[$ *4;>CGKO*:JZge`lso[a$'3:@GJNQ!0ASb^Zhtxj]$s&/5;AFMQ# +9L[RM`oyxa$b #+2:844CF$(5FWQ>Qds|p$7 $/6BDGGJI"2ATrT]_a#'/7=BGKNQS,;Mmabbc#(25:@DILQR  ,@apacd#(3:?@EIMPS% +Su]eh#%06DJNRV=@>?#$Odba##+357136AHOBar@\`#)15;BJLHJGN=kshE|da#)07AFJPWWTK3|VFT^kg#&38BIGMPVX\IdKHjGvi#&14;FEFHNSEOMDS}>_#%05;AHILG;:HH@bDlc#s%.6=CIORCHPUF>U^Ii#s'.138@IIC>CEAiKpDFHKOOV[]Id^J\WU#b&.58<>ACGHLJOTTY[IY[Y#b(06<>@BDHIMORUWVVU^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k/766666 5 5`4 3 2 2 1 0R 0f 0f 0Q 0 1 1 1 1 L0 21 M1 1 U/ 0 0 0 1 1P ,0 1 , 2? 2 2 2 0 6Z7DD [0#(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!'M'*-., !"!#$$'((&" ,-12)!""!!"$%''))#H673*!"!!#%(),,!'ޠ=/*!!"&'(% "%'+*' }3$ #&((%"#$%&" ɼ]%   !!" !'`T"*()($!$$#'X!"$&!*-%$'&&%& .*@a1" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'K@DDCA%-.2477:<<>@@<4'oHIKI<$/1578899<>@@A?6'UOMH<$-0477899;=@BDC3'sKD<3$046;=?=7:=?EB84/'oM:4%*-145776889653'AjL6'&03<@:9<<:7'3=:'H@'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'[_[XV2?AFJMORUVWYZXSG'cdecaQ1@EKNPRSUY[\ZYVH'mjgd_P2?CIMOQSTWY[\\XF'tda\OH2@EJPSWUQTXZ]ZTA'mqZVFF1?DJPUVUSUVXYRK@'VjcRRH-6=BHLOQRSUUTNKF'2RfhWK',86:ASYTSVVUTRL'C.TfI3:33:EX]WX]\ZXUN'cXFMPI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27' %% $ $ #  ! "   " "" !               $ $ $}}>>Geplakte laag#5M     55I[UljI{ 4L         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5RVWYk)Ld(~&s$p#x~"v~ !~v tzqjݚsȶVźܙlǵ\{к]Ƭdnytmιmyf`luzBwïprpoonqکJʹl|ywspjvڀ_îk~zvsijwSkɽv|wukeht٪Kpŵt~yumd`dqٍKuj}~~{wpd^[anh[zƻgy{}~|xrf\XW_oU_öscmu{|~|yth\VSU`sEe`[clwz||ytm`TPNWfy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Eekknztٽ(\tӿ'א&񏀛Ү${#x"&~+v(t&&|$䀆sȶ]źlǵn{к]Ƭdnymιmyf`luzJwïprpoonqJʹl|ywspjvڡ_îk~zvsijwfkɽv|wukehtRpŵt~yumd`dqٱKuj}~~{wpd^[an[zƻgy{}~|xrf\XW_og_öscmu{|~|yth\VSU`sLe`[clwz||ytm`TPNWfy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)񼧴JNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᑭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)񷏑HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᑭᬵ̰Ȳ  **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",'AkǼPMYboxz{yundXNLO]o؂Hqĸ,׭zy}ϭ--FT]ckqpmgbWP@׃3mƽpσ4JW^fnolhc]RBwAjȿi^ %8LZbinlhd_UFjGm›)>Q]dllhdeln^MpϹy^0ES`glhiryQWs˱$8JVbimv~-ZwǦr^-AMWdt _{l 5ESao~cʻz ,?O^l{.fǴ A#7HYhvӠ4im Q3EUdrLZgs~pY# m!6ES_kvVa_`)=LYep{&n쿕.6FS`lw4}Ș *AP\iumF͘ a 7MZgr}aL}ҙ 20GYfr|SQ}Ԝ n*AUdp{.Q}բ ?UVY^_JLר Qxd ")&#'&(.,*02/(0׺Nuٻ0 )&24(&78-'"#Js׸0 5-'&2/84 *,'0Grֳ|߻ &82,#*"CC9<1#'&EDnկ~߻ $(4;5$2?4L82VAmԫ $(.0.89(.HV@kҦ #&!!,&8Is;kϡ ($ '!:FGs8g͘ #!:LA@2dɎF  /C>B2/bÃW  "D808E3+_~t 766302612D<;3,:22&\ܻ /#.$&*,3(1+-C8?<6[۵ +#)'+,--.4402[۰ !!"(-&('--.-.-Xک  #%$,++-*/+(WآW  !!$'(,+,/-*AkǼPMYboxz{yundXNLO]oءHqĸ,ֵy}7-FT]ckqpmgbWP@١#Qkƽp4JW^fnolhc]RB,GYjxĽms %8LZbinlhd_UF0I[lziuη)>Q]dllhdelns4L]n{}`~s0ES`glhiryb;N`p}xW$8JVbimv~7=PbrpMs-AMWdt@SetiV 5ESao~CVgva~ ,?O^l{EXixyX O#7HYhv#GZkxoI b3EUdr(I[ju|y\K !2CRao~/K[hrx|}}zkG $4DP_m|6JYentwxuqZK &6FTam{=XdjmnqqnfFw *9IWeq|=g{[[aTC 0>LZgs~@Tfs~4Ng{մxd:Obp{3Mey̱z~3K]mx72Ldx®|s1IZjvP0Ibw|s0L\kvb.G`v{r+Sm{b+F_ty}*Skb)D]sx|A%+HF07D;T?:b,Iezs !#)*! !7@B:A?,1#Sb+Hdzp #%#(*1-21=80(1'.&?Y؂(Hdym #$$(45325?943'%?Q\%Fbzg %&'0(*)-0/-0!DWSZ"Day`P  &%%'-*&'9ONZP B`yYb!&'!&$"'IB@NbS@`y` $*;;:7:?::I@CBCUPP>^yx!"*9-8/268>2:6=YS]WO>^yz%+..?7><@5AACFOOIJ=]yw #$0/1678?F?BCHHIHH<]yr !%).1552:==FGGIFJGD;]ymb "',.0/6779ֵy}7-FT]ckqpmgbWP@١F^ƽp4JW^fnolhc]RB"7ER]fy¼ms %8LZbinlhd_UF%9GT_goutqnfQnη)>Q]dllhdelns(;IU`ipsrpmaJzs0ES`glhiryb.LXckqqomiW<s-AMWdt2@NZdlrqnleRK 5ESao~4CP\fmrqmjbLz ,?O^l{5DR]fnrpmi^E O#7HYhv7FS]dillieV9 b3EUdr9GS[aeffd^HD !2CRao~$:FQY]aa^S7 $4DP_m|*:ENVZ\][XFC &6FTam{/DMSUUXXVO6u *9IWeq|/P_lneGGKA? 0>LZgs~/Ug|F !6ES_kvc3WnɌwPes)=LYep{:\q̉|d76FS`lwA\o}iw *AP\iu%CYm~kl s 7MZgr}s(BXknP :0GYfr|b*AWjoR *AUdp{7+BWgpU RbuǕ~r\&DViu)=Qar}r\>@Tfs~(=P_p|r]d:Obp{(EC><2)F[`pi3K^n|ugEb &*/66 $*4:96&6XQRe}n2K^n|ueS $+/49CCFFEHNHGTNSU[qmk0I^n|tbp )02:E9E<@EHN@HGRtqzsi0I^n~s_|%-5<@ARLSRVKWW\dpokei/H^os\%.57BCFKMPW^X\_effefh .H^psY",28BFEMPPSV\^bcfigf77766 687K554I4^4^3 I3 3 3 3 3 3 4 3 _2 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 4 4 4 4 4 4 4 4 4 5 5 666ʮpɴbwǮUdGQfɱ9BOhq|x 36Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhʮpɴbwǮUdGQfɱ9BOhq| 36/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+% )$( # ' " & " %" #" !! !" "         7XٜX ""&$,&,)'(+,7[ܛX '##!(&')(+)+.5]ߙX %""#('$)0,',+2c1 "% -%$,,)"g1 % *')+$%$'*!%$+.q #).12016$ "&$&'!'h?w !',))+.01A&#')" ((2Bwӡ  %*)-$'/7(!&'%"+*Fvh ($&'&)14'$&(%&)++ AiåH !"%&')(#"&*$%+' ?`2  !! "##"##!(#*)&+v=]~"$&&'&$%!"($%,%&i>AD;??FLon  '+27=@AC=>F<8:@>@A;Bs+Ppڪx(07>=>?CFCV=5B@;;?D>?EA +A]z7 #)-1354789::79A=DC@Eׂ )?Us#).158;<=>==69:A>?F?@s(;Qmy (,.1369<<;<<89:?A>B=E7+9Lgpb%*/58:<>ABB?::8D>E 0;I]cMss %*-28;>ADC>8;:<=@?ւ0CS[b_:+n7$',1541394>GE?>@BABEDEb0GYixxduV7 #.1789@EGE= ;YzǻR !%*04:@C479DE>@?@>BHFGH@&K{ɂ %)0$-469<>CAABCBBDDFXc:2v;m  '+,./3479;?>??BBDFbrdSebi"(,0468:<;:;;?BDDFHli{pp &,/0358:<;;<;;<=@CEGKNramn #',258;=?@BA88:=@AHKNLxXdgʭ "',169@DFGEC֌fm %''(.1369::5699;:=<<;_w  %#%,,)469<::8:<=>=<>T!'/0%"'49:BD;<58BA=?@CB@BDDr %)036@EGKACCDEFACJRy $'-64558=/FN02,'4;7@KF #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za;VmցU*4;DKPRSUSQXZWZ\Z\]W]s!>Wm] )6>GOQTV\_Yf[T[]_XV^^7">Xlo )3;BIPRVJIO\^VX]][X``%>Tgzxos!*4:=:DOQOPW[][^^[\_aa"7Ncw}gO $+29>>CKNSVY]^YZ\_Z[a]!2H_szzx7&/8>CGIIMPRSUXVX_Y`_[aׂ 1BYlovp(18?CIMRTVWWXTWY`Z[b[[s .?Ub^pq *4;>CGKOTUUWXVWY]]Z]Ya7",;PWLgz'3:@GJNQTYZ[ZXXV[[Z`Ya%.8HMBDGGJMOQQUXYYZ]]_aLYNAlPLR'/7=BGKNQSTSTUVX[\^abbcPXTHrR‹(25:@DILQRSTUUWY\]`aacdTR`WWz(3:?@EIMPSTUVVWX\_acehYKmTVx%06DJNRVYZXSTVY[`acbaփ|O\#+357136AHO]]TUVYYZ\]^`rnj)15;BJLHJGNW[Y\]aa__aaZ)07AFJPWWTK;J\\_cbcbdfgP&38BIGMPVX\Y[\_`bcc\\aiikt&14;FEFHNSEY`EB<;KQPZe_%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k667666 $1 $0 $0 I0 I0 I1 m0 m/ m/ / / /0110 0 0 / 5 5 5 7777:::(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27$2$*$"I$$}}>>Geplakte laag#63      6z668m>iCEcF<_oGopDt         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5RWWYk)Th(蓈%𔄘$|"} !}z𫊫񫍴㖍ੇzȽsɾِŷg|\Ļhkzwvx׍g¸\^muqqrx~֩Tľ_?{{vrlms[mg0q{vrnkw՛Vvj?ztrilyXk~kTn}wujfiuԄZsuW=o~zundadqӪHizz`F:Wmx|xpd^\aoaRp~fK>E]lsz~}ysg\YW_oҫ9dwoSI<,0L`iqz}~~zui\VSU`sUSn~wa:;h;R_hsz|}zun_UPNWfy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Efkknzsٽ(gxҿ'躙%Ү$𕅣"ƅ!햍+'؄&ُ$ّ#!׋ۃȽڈɾٵŷm|nĻhkzwvxײg¸\^muqqrx~Zľ_?{{vrlmsm؆g0q{vrnkwVvj?ztrilydk~kTn}wujfiuԤZsuW=o~zundadqPizz`F:Wmx|xpd^\aowRp~fKLE]lsz~}ysg\YW_o9dwoSYH70L`iqz}~~zui\VSU`shSn~wa:G;R_hsz|}zun_UPNWfy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)GJNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᑭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)﷏HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᑭᬵ̰Ȳ  **  X  Y  [  ] _ c     s   m i  f " c" a# `# ^# 0)#-(",'jdvzkLh -!CU^ktz{zvoeXNLO]oq{ߜ}pVRę͂+HUamsyzvph^QHHSdWssaD, 2KYfmsxvpjcYHFJW`ywhNZ?P]hmrvrmgbOFELvAhx|n[GO+GUagmstojcWLKA-ZoteHy 8LZbgosqlf_QN?)evykUF]&>Q\cjqpmhbWPA]Nl}~qaB2DU]elolhd\RC 0at[= ^%5IY`hnlhd_UGLZgs~ 8k̽}m!6ES_kv `Hoƴ`)=LYep{ /Ts¨{.6FS`lw ZyŻr*AP\iu 3`}oa 7MZgr} m@ed20GYfr| DJi~wn*AUdp{ 2Olu?UVY^_JL޺WyPd ")&#'&(.,*02/(0._h0 )&24(&78-'"#=gZ0 5-'&2/84 *,'dKqo &82,#*"CC9<1#'&7Y{_ $(4;5$2?4L823hj $(.0.89(.HVJw #&!!,&8I.dn ($ '!:FG[Qy~  #!:LA@.fȠF  /C>B2XBr宖W  "D808E3Mzt 766302612D<;3,:22Y,Sx݂͗ /#.$&*,3(1+-C8?<6!;Vwܟ +#)'+,--.4402Y4HVvؾ !!"(-&('--.-.-(GQWr  #%$,++-*/+(7@W`\mW  !!$'(,+,/-*~dvzkL7!CU^ktz{zvoeXNLO]ou{ߜ}pV^+HUamsyzvph^QHHSdhpsaD7 2KYfmsxvpjcYHFJWAbwhNk?P]hmrvrmgbOFEL,FQa||n[Nb+GUagmstojcWLKA7=KV_fpteH 8LZbgosqlf_QN?DPZbhlmr~ykUMs&>Q\cjqpmhbWPAs4IT^ekmlljglo|qaB2DU]elolhd\RC8BNYahlmkigcZ=>Ƕ s%5IY`hnlhd_UG)GS]ejmljfc^J)7(CPZchkljf`[G#7#8JU_ilu}2HRZ`deffb]R5ds,@LWctuCJOUZ]]\[XS8: 4ERan}FP`UQTUTQOL9,?O^lz 8^rzaOLJFC9O#7HYhv AHk~mK;;5b3EUdr b7YvxKt!2CRao~ Gf|u?$4DP_m| *Qi}zS&6FTam{ 7:Uk~s]*9IWeq| BZnlg0>LZgs~ &H_qc!6ES_kv s0K`qyZs)=LYep{ 78Nbr~rS76FS`lw =Qdr}kM*AP\iu "AUfs|{fWs 7MZgr} +DWgt|v^Q:0GYfr| P2GYht||qU|*AUdp{ 95I[it{~}xiO@Tfs~81FWfntvtnZ:d:Obp{4HZgottqhP[3K]mx8L\hosrnaD1IZjv!;O_jprqkW40L\kv(?RbkqrodIx+Sm{s.BUelqqm[9*Sk71GYgnqphNDA%+HF07D;T?:"F[ktrak !#)*! !7@B:A?,1#Sb2PftzsX #%#(*1-21=80(1'.&?YC]q}sJ #$$(45325?943'%?Q\d7Rizq~ %&'0(*)-0/-0!DWSZEaulP  &%%'-*&'9ONZPc,Mlub!&'!&$"'IB@NbS4Rqy $*;;:7:?::I@CBCUPPc8Qnؒ!"*9-8/268>2:6=YS]WO(:Pm%+..?7><@5AACFOOIJc#1:Pl컝 #$0/1678?F?BCHHIHH07:Mhˡ !%).1552:==FGGIFJGD:+;A>Idt줔b "',.0/6779FLQTU]rykUMs&>Q\cjqpmhbWPAs)9AIOSTTRP\i|qaB2DU]elolhd\RC83=ELQTTSRPMF0;Ƕ s%5IY`hnlhd_UG 7@HNSTTRPMI: 7(FMQSTSOKF77#8JU_ilu}&8@FJMNOOLH@)cs,@LWctt4:=BFHHGFD@,9 4ERan}A>KB?ABA?=;, ,?O^lz +IX_K>;974, O#7HYhv =8SbpvT:..)b3EUdr b*E\ks]:s!2CRao~ 7O`oyl[1$4DP_m| !?Ranvo_A&6FTam{ 7-BSbn{yrlYP*9IWeq| 3FVcnvsngT^0>LZgs~ 8IXclrokcMz!6ES_kv s&:JXcjnlh^Fs)=LYep{ 7,=LXbhkjfXA76FS`lw /?MYagihbS<*AP\iu 2BOYafge_OLs 7MZgr} "5CPZ`efc\IH:0GYfr| P'7EQZ`dc`XBy*AUdp{ 8)9GRZ_ba^R=@Tfs~8&6DOVZ\ZUF-d:Obp{)8FPVZZXQ>W3K]mx+;HQVYYUK51IZjv.=JRWYXSC(0L\kv1@LSWYVN8v+Sm{s#4BNTXXTF,*Sk7&7EPUXWQOZ_YD&(,46/39DDIITOE=D98+Jh4HWabZ9$(-3526EIJKOXQJKA;&Ianc*@R_ieWz#'-46*6B=AAGKIDG73Odeo6K[j{iTP%).54-6/4>EC><2)F[`pic"Unsر%-5<@ARLSRVKWW\dpokeic&->Tmǔz%.57BCFKMPW^X\_effefh%+-BFEMPPSV\^bcfigfI7I8798776665 5 5 55 4 4 3 3 3 2 2 2 2 2 2 2 2 2 1 1 2 2 2 2 2 2 2 3 3 4 3 3 4 4 5 4 5 5 56565 55 5 4 4 3 3 2 2 1ʮpɴbwǮUdGRgɱ9BOhq|x 46Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhʮpɴbwǮUdGRgɱ9BOhq| 46/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+%)$ey(梈# ' "& " %" #" !! !" "         ==Q3fb &(011<::9A@CEDGEFJI@ D]b_EOb &++//:9:;AA?ELHCGGOK9_pwgjl7 #(00.4854=9G@@HHGE]<:(\m֢o7 #)-.%-067?D=>>AD;??F[F<8:@>@A;BeVP^U|mٱ(07>=>?CFCV=5B@;;?D>?EAjV}Zq7 #)-1354789::79A=DC@Eoa{bz#).158;<=>==69:A>?F?@_{lߡ (,.1369<<;<<89:?A>B=Eog%*/58:<>ABB?::8D>Escs %*-28;>ADC>8;:<=@?q7$',1541394>GE?>@BABEDE֧ 7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[ZaF.: Ejq[Ll*4;DKPRSUSQXZWZ\Z\]W]]C>IBmjs\nٱ )6>GOQTV\_Yf[T[]_XV^^iW?X@i`Zq١ )3;BIPRVJIO\^VX]][X``SVB]AcLdvs!*4:=:DOQOPW[][^^[\_aaLFSQFc||O $+29>>CKNSVY]^YZ\_Z[a]RKaNXe7&/8>CGIIMPRSUXVX_Y`_[acS`[hilo(18?CIMRTVWWXTWY`Z[b[[Jfbjߡ *4;>CGKOTUUWXVWY]]Z]YaVWd'3:@GJNQTYZ[ZXXV[[Z`YaZMls&/5;AFMQUX\\YVYY[XX__\bWb #+2:844CFHNQUVUYXYWY[\[X7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k 1 1 1 1 1222211199::< <(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Geplakte laag     ۍ۩}B}N݀|vOG5PQSg{         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5XWWYe)Zj(莖%𑈪#!슙 駄ᙜߒy~kƾzuſozҒl|wnkzuzyjy{j`CMntooyϛbdu}uY3'Vrvtqop{ Ϋ_cpy}vdK<{tomqu }eovz~zoeR<)v|uplmz Ύnuy{|~~{ocVC1Azztphoz owyyz|~݁}yuqfYJ4QN$]zwtiglv TYwwxwwxyzzyxwurolg\NC*/N F <_y{umdbfr _@bruutssrqnjfb]QG;;: JLbtyqe_\bo ̛6]lrtssrqonmmkhd`[UK=1C 9,5Qfqyztg]YW`o ˫>Vkquwspomkigeb^ZUPE8+O"KAYfpz~{vj]WSTas SLipuxzypkigec_ZUPJ?3&PZ&]i,+I\eq{}{vn`UQOWgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Elklnvqٽ(nzҽ'諚%𲍪Ү#!쬢ؗ'%ۭ#!ᾟ~֜kƾuſyzҷq|wnkzuzёjy{j`CMntooymdu}uY3'Vrvtqop{ ecpy}vdK<{tomqu Δeovz~zoeR<)v|uplmz έnuy{|~~{ocVC1Azztphoz nwyyz|~݁}yuqfYJ4eb$]zwtiglv ePwwxwwxyzzyxwurolg\NC*:` V <_y{umdbfr t+Bguutssrqnjfb]QG;IG ]Lbtyqe_\bo %?IQkssrqonmmkhd`[UK=1T E75Qfqyztg]YW`o ?:HLOUipomkigeb^ZUPE8+b!]AYfpz~{vj]WSTas d4GLOQRUfkigec_ZUPJ?3&do%q7+I\eq{}{vn`UQOWgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)GJNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᒭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)﷏HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᒭᬵ̰Ȳ  **  X  Y  [  ] _ c     s(l<464+1G;/P. SDW+%O^:aDXe((P`j ,oCZgo8;Ramr$pC\jrt +FVfqvs7SUeovvn!dYjtxysd )Xfq}}lR3P\vhF[NiS '^MXrJ1_VY_w˚lKWcab|䡐 $g.`mfa|쮞/O$[wo`zeV/\ybu "nWO/TiXr.PcDNq87͑zsE;IF洽 "y]V[v~ُ/hnKy[tn͟jzuz]cޅ߳ !~]vcޛ/qwt߾q rowx.x޿r !{)#-(",'=<9<#<80;6;b.;:5@:s.;D96@H9-HMN7A:EMON7V9DKPPJ5^P[acaWFA2Y4G[knlfV82[4;Mex}uYC1[:<@Ph~hw1C;CABTj՛m0uAJEATn֠v/5>PKARlt.R: >VRBOd}l.m;T 9[XG;Mok.6].5]_L&%j0|N/(_mZ1P`y/Q?:=fsc{Uk0SJCR>inNJ/GORMfZhdy/u`Z[Y]iq1VY{cNׂ1oYZf0Mm{eg0֤\Y®2^o|o3s=<9<<8%;*;b$.:)1:s#.59*289#/6:8:+39<8#08<=7>-5;><7T,5:>>:5X/7=??<44D6;AEEA8+3A0>GKMKC7=2V)7GSUTOC,2V(.PbwkQu1?.433ARexT0t2963AUl|[/)0>:2@TiZ.I-0C@3=NaT.i.R,FD7.@EPFeUy^/nKVOEXQ^1BMxM=g1jEFP~0eptxzzytkeca]XRLF;.! QG \9P[hsz||wpeXNLP]p D\msxzzyvoic_[VPJD9,k[n}ę͜ AQ^lsy{wqi^QIHTdWkqvyzywph`ZSQLHB7( ͺ\ &FUclryxqkcYHFKXRimswyzwqi_VOG3_C:PΥť 6MZflrwsngaOFEL{Mo}iimopojaUKC/vέ] DQ_glsupjcWLKAnLm\]_\ZYUJ?.v2IWagnsrlf_QN?@hqMJFA?<9&-] ;O[bippnhbWQA>_}T4-($" j-/AS\dlplhd]SCTJtU/^^"3GW`gnlhd_VG2c||AQ-&:N[cjlhddkg1OpNj-BQ^fkhhpx1aviT- "7IT_hkt|2Kiz{K ^+?LWbsё/\o~`B! 4DR`n}.JctqE",?O]kzҒ+Wgw{ZC"A#7HYgvRD]ly~kDbQ3EUdr(Rbp{}rV+#l!2CRao~Q?Xgs||ta=a$l$4DP_m|M^kv}{shM$$z&6FTam{9Tcox|}ztjW3%z*9IWeq|J[gqxzysk]?E&l0>LZgs~R`ksvvrkaI&m!6ES_kvYfottqjaQ'm'`)=LYep{_krtrlbU2C!.6FS`lweosrnfY9/'*AP\iujqspi]B(a 7MZgr}nrqk`L 20GYfr|qqlbT'a)n*AUdp{qmdW6C)?UVY^_JL d ")&#'&(.,*02/(0%0 )&24(&78-'"#%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-* *DKOQRR\eca]XRLF;.! dTs9P[hsz||wpeXNLP]p A>JNQRRPKGM][VPJD9,o AQ^lsy{wqi^QIHTd;HLPRSRPLFA<?@>=<92+2IWagnsrlf_QN?+FYinrL42/,*(&7s ;O[bippnhbWQA?@Ufrw{l9#7/AS\dlplhd]SCd2N_lu|{Z: 8ss"3GW`gnlhd_VG"CTbmuy}zkT,c7&:N[cjlhddkg95KYensvvskW5-BQ^fkhhpx!BP]gmqrokaGW7 "7IT_hkt|93GS^flnmibS2 s+?LWbs >KU^eijgbYA?! 4DR`n}72CNX^cfea[L.",?O]kz:FPX^ab`[S=A"O#7HYgvc.?IRY]_^[UH.t#b3EUdr7BLSX[\YUM:#!2CRao~b+LZgs~8AINPPMHA1&!6ES_kv,8)d7L_lwJC48)/H\kwG:)&DViu? *>@Tfs~.*d:Obp{Q*3K]mx)1IZjv)0L\kv)+Sm{)*Sk(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/677909:7D\[VPJD9,o AQ^lsy{wqi^QIHTd.8;>@@>;62/1GKHB7(s &FUclryxqkcYHFKX+79<>@@?;72-)%oKCb̭ 6MZflrwsngaOFEL(:A779:;:83-'#s DQ_glsupjcWLKA(9GME0120//-'!2IWagnsrlf_QN?"6EQVY;)'$"!7s ;O[bippnhbWQA;2BOY]`T,7/AS\dlplhd]SCc'=IT[`c`F-7ss"3GW`gnlhd_VG4ALU[^a_SA"b7&:N[cjlhddkg8):ENUZ[[YSD)-BQ^fkhhpx3>HPUXXVSK7T7 "7IT_hkt|8'7@IOTUUQL@' s+?LWbs0:BIOQRPLE2EILLKG@/="O#7HYgvb$19?EHJIFB8#t#b3EUdr+4;@DGGEB<-#!2CRao~b!.6=ADEDA=3 s$$4DP_m| (18>ACC@<7($&6FTam{,4:?AA@=8.%*9IWeq|'/6;?@?=81!P&0>LZgs~+28<>><83& &!6ES_kv.5:==;83*'s)=LYep{28<=<84-P(76FS`lw5:<<:6/7'*AP\iu8;<;71#(s 7MZgr}:<;82( (:0GYfr|;;93,s)*AUdp{;95.P)@Tfs~$*d:Obp{P*3K]mx)1IZjv)0L\kv)+Sm{)*Sk(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigf 76 4 4 3 2 2 2 2 2 1 2 1 1 0 1 1 1 2 2 2 3 3 4 5 567899:;<==ʮpɴbwǮVeHRgɱ:CPiq|x 57=NdwvW/9DUehkc^ 3.27@O^m}~pfY$-43<<;/o"9+$&'*4CMORTRJA9%)894'#QK7&#$ "#9LB4&A%hL6$ +=XqcK7#l'萠fZNB6368=J\ntdW'隞Ƕ|(饩ǻ(鰼(鲿ɽ(鰽ƺ 諹'窴Ļɹ&礰 梮ǿخ%桭Ž%奯û$ꨱʻ#ꪳľ#꯷#鳼ľ"þݱ!!}ڷýzh ľnQ}ҽ]5aþu>Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhʮpɴbwǮVeHRgɱ:CPiq| 57=NdwvW/9DUehkch 3.27@O^m}~pfY$-43<<;/"9+$&'*4CMORTRJA9%)894'#c#K7&#$ "#9LB4&P%hL6$ +=XqcK7#'萠fZNB6368=J\ntdW'隞Ƕ(饩ǻ(鰼(鲿ɽ(鰽ƺ(諹'窴Ļ&礰&梮ǿ%桭ŽϹ%奯ûϭ$䨱#䪳ľ౛#䯷Ǧ#㳼ľ"zˤ"þp!h{ͣ!Xp ýzIbzˢ ľm6Tm𥉉\$A]wĞþu>/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+% )$( # ' " & " %" #" !! !" "         X ""&$,&,)'(+,&X '##!(&')(+)+.&X %""#('$)0,',+1 "% -%$,,)&1 % *')+$%$'*!%$+% #).12016$ "&$&'!' !',))+.01A&#')" ((%  %*)-$'/7(!&'%"+*%h ($&'&)14'$&(%&)++H !"%&')(#"&*$%+'%2  !! "##"##!(#*)&+$"$&&'&$%!"($%,%& !"#%%##!"&($(#+$w #$%''*))&#"#&$*$,$i  $&(),*&!#"##*'Z !"%$#" #""#%'  #%$'0),0,&%&('(*)*$2 !"&&%*.1421.()*,*,++1 !))(*,+);5','&&*,05! $%),/$)/5.$%')&(-+,# (!#'*/)&((''())+   #$%%))+))**)+ !"!"!$&&)+-# !#$%&%##$$&')+,,-!"$#""!!"#%%(**,.   !#$%$$##"#$'*+,/3# !"$&'))*( "$'(-021  #%')**'""#%'++,+*  "#$#!!#"$$##y  *'$%#" "$$%%#%#y  $*.*-+$$#&&()* z%/04)'-+%&&)(&())$z  #(,*/4,2&%(+*+(*,-#z &)#$&*(/25'**,,+)+2:z !)&$&)+!7;!*&%*%.6/ z  &'*(",0 %()+&-.-,#l !#&(%-3.$"$&%'*+-+ l !%$'(%$-/-%&*(&')'*&l %!"$$.+#%$#%&)(++#\  #$(&)'')&''+)+,] !#"&)**)**)*( ]   $#&'(*'('&#] !!#&&%$#&'*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(,.31899>>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27> Achtergrond      ~~~j|rc[5Y         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+CFI70;ACDFwMZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow) 5XWXZl)\o'窚$"젧^* ,ד{v 료 ז Ҟ ̃ Ίis}{{}||ȩwjqvwtrnmmnorw~Njintvuohdb`acegjosw{{vv{njvƅgqvvtrj\ZYWWXY[\`dgkotz~xrl]NNQJCMhioz|^psuusqmi[RPNMMOPQRUX\`cefgijkh_WPXD0!;HQgkihnɀovyusrqnkgb[KGEDBCDEEGJMOPONOPLDA65. sslkjr{ɉjx~vmljgb^XSG><:87899;:88:8782(JNOpxmklryxbv^_`]YSNG>631/-,-,*(&##  CS;,3{smlp^rbFJNMG?5+#''%#  SPMa{smir{mym-233*  [}G=mwqhhows|y$ N[H CPm}vkecgtt{s<?[ˍN,[G  N:Wn}zod_]dpsw{}}yslcI[h' DG`ny~tf]ZXapoqstqkaWN1""P5Pdny}vj]WTWasjkjg`XNA*DZ&]m,@Xdp|~wo`UQPXgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Ellnzqٽ(o~Ӿ&ڰ$Ү"칫ֱǯu7*ŭ׹pfˌԙ̏ ΦU\}{{}||~GLTwtrnmmnorw~ǦUJOPOchdb`acegjosw{{vv{njvƙFLPPOMS\ZYWWXY[\`dgkotz~xrl]NNQJCMhiozċ@LNOONLJGORPNMMOPQRUX\`cefgijkh_WPXD0!;HQgkihnKORONMLJHEB@HGEDBCDEEGJMOPONOPLDA65. sslkjr{VQU[YPJIHEB?<8<><:87899;:88:8782(]ccpxmklryBPX\c^X?@A?<840,031/-,-,*(&##  TgH83{smlp@MW\bfa^B/2440*$&'%#  idaa{smir{IRX^ceb`J"##  sW=mwqhhowNTY]_a`]R  bsU TPm}vkecgtNSWYZZXVN) Osb7sU  b:Wn}zod_]dpMPSTTRMIC2s% UG`ny~tf]ZXapKMNNLHA:5!!!c5Pdny}vj]WTWasHHEA;4,Ro%q7@Xdp|~wo`UQPXgy#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4=^hdb`acegjosw{{vv{njvƖ6;>>=?=<<;:8634GGEDBCDEEGJMOPONOPLDA65. sslkjr{K?BFE>997641.+7><:87899;:88:8782(]ccpxmklry3>DGMID1221.,)%$.31/-,-,*(&##  TgH83{smlp1@BA?<84&s% UG`ny~tf]ZXap:;<=;83-)!!c5Pdny}vj]WTWas8863.)"Ro%q7@Xdp|~wo`UQPXgy 2%P52`10++m'$*@      M d  V  0   a  Z "  1 2 3 4')$ &zt/% '1 Kλn4   &/4Dzg-  :#.1^ʾ]  ox$³lP  ('q@CL¬~XD) !<p KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ++¯+ʽ*Ƕ*rjɸ'z}ƱǸ)GJNxՔʺ(rK#pÈ'΅gyh١ĩ&`cuަǫ%؍tȠߞǬ$۬ۤƪ#ѡ䁾ij#⛁|ղ"᲻Э!ը° ü⚵ɤ ᒭ橯ԲȨ &'# "cUtpg.%&%/ >kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~j4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm2xuso˴3뽆ǻ2Ľ/+¯+ʽ*Ƕ*~~Ƹ*mu©¸)﷏HP}tԕǽ(rH!_Ď'Ɇcn_Ԣ&chrީ%wnޣ$٦#򫦶↯"ݗ{~չ"ޭ!ЩӮ ٨ɺ ᒭᬵ̰Ȳ  **  X  Y  [  ] _ c     s7{EU\_abb5CTZ[]^][4BSYZYYXVS3ARXYXUSRMG2NRXXWTPLHA91OSXWVSOJB8/$0OUZXURMG?4(/YW\ZVPKE;0$ ,팅kc_^\XRJB7) P*koe_ZSK?/A*x{ti\UK>. w*{uy|ziXK<(x*c7uw~}jR6 ^*vP3m|ufD#.)j`zWpxps7/.V7xtjE.o7"|ncM%qZBdFi\{ɤm-ozb=\0UΏ/nL8}I+ͳf! wP{k~fDt.cNu`W@xg/cmuFapsxV}v1gBq2e_;Ǝ9 v  m i  f " c" a# `# ^# 0)#-(",'7/9>@BB6-9=>??>4,8<<;:83,8<<;987402F7;<;9630,&1G8;;:852,&0G9=;9740*# /K;>=:63.( ,HC@@><72,%b*VW^WKD@=83* O*wQS[aXNG>93**OWVRT\`[RG;3( *Q%OYVQU`iaTG7%s*}6" J[TOWeqjWE.7+wsXLZQLZgssiN%8.J%QZNG[jw{^..K%TZJCXn}pF-e=@u/VZG>Shzox-yP)VX>!9d`/J3&YT1gyS/P6bUEAh|\.CF|A;?hxjk/^xւO/tlpY1{Q:\q]1F-ouo2_\k2ll;q;st;7$-02336#,/01104",//.-+3"+./.-,+(%2A+..,*(%"1A+..-,)'"0A-/.,+(%!/D.0/-*'$ ,}84210.+'"b*KDIC:52/,'!O*o?@GKD=70,' *>CC?AHKF@7.' *H=EC?BJQKB7+s*y*9FA=DOXSD5$7+vsU;F?;FPZYR=7.C?F=7FR]d_I$.:AF:4EUahfW@-]/=t%BF70@Q_ljVv-wH CE0,NfylK/:(EA&Phl^I/>*[B5=Pc`H.4Ax2.4* ͺi@R`lszyslcXHGLX>5+!vť,-IWelswtng`OGFM/$ ,'i>O]fmsvqkcWLKB](,-FUagntsmg_QN@w+8LZaiqqoibWQBj-- .?R\dlpmie]SD- 2FV_gmlhd`VG/-%:MZbjlhddjg0,AQ]ekhfpx0- !6HT^hjs|1k+?KWbr1 3DR`m|2+?O]ky2A#7HYgvQ3ETdr2l!2CRao~2l$4DP_m|0z&6FTam{2z*9IWeq|2l0>LZgs~2m!6ES_kv2`)=LYep{+.6FS`lw1*AP\iu1a 7MZgr}20GYfr|0n*AUdp{/?UVY^_JL d ")&#'&(.,*02/(0%0 )&24(&78-'"#%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-*CB@;5.'T +JZfs|~~xqeWOMQ^p=:50)"o78N\js{|xri]PIITe4/*#@R`lszyslcXHGLX*$ ̭7-IWelswtng`OGFM7'>O]fmsvqkcWLKB s(7-FUagntsmg_QN@+8LZaiqqoibWQB-7 .?R\dlpmie]SD/ 2FV_gmlhd`VG/7%:MZbjlhddjg0,AQ]ekhfpx07 !6HT^hjs|1+?KWbr1 3DR`m|2+?O]ky2O#7HYgv2b3ETdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/6779O]fmsvqkcWLKB s(7-FUagntsmg_QN@+8LZaiqqoibWQB-7 .?R\dlpmie]SD/ 2FV_gmlhd`VG/7%:MZbjlhddjg0,AQ]ekhfpx07 !6HT^hjs|1+?KWbr1 3DR`m|2+?O]ky2O#7HYgv2b3ETdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigf 56789:<>ʮqɴcwǮVeISgɱ;CPiq|x 58>NewvW/9DUehkc^ 3.37AO^m}~pfY$-43<<;/o"9+%&'*4DMORTRJA9%)894'#QK7' $$ "#9LB4&A%gM6$ +=XqcK7#l'菞fYMB5357=J\ntdW'陝Ƕ|(館ǻ(鰼(鲿ɽ(鰽ƺ 諹'窴Ļɹ&礰 梮ǿخ%桭Ž%奯û$ꨱʻ#ꪳľ#꯷#鳼ľ"þݱ!!}ڷýzh ľnQ}ҽ]5aþu>Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhʮqɴcwǮVeISgɱ;CPiq| 58>NewvW/9DUehkch 3.37AO^m}~pfY$-43<<;/"9+%&'*4DMORTRJA9%)894'#c#K7' $$ "#9LB4&P%gM6$ +=XqcK7#'菞fYMB5357=J\ntdW'陝Ƕ(館ǻ(鰼(鲿ɽ(鰽ƺ(諹'窴Ļ&礰&梮ǿ%桭ŽϹ%奯ûϭ$䨱#䪳ľ౛#䯷Ǧ#㳼ľ"zˤ"þp!h{ͣ!Xp ýzIbzˢ ľm6Tm𥉉\$A]wĞþu>/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFGNewvW/9DUehkch 3.37AO^m}~pfY$-43<<;/"9+%&'*4DMORTRJA9%)894'#c#K7' $$ "#9LB4&P%gM6$ +=XqcK7#'菞fYMB5357=J\ntdW'陝Ƕ(館ǻ(鰼(鲿ɽ(鰽ƺ(諹'窴Ļ{t&礰{z&梮ǿq%桭Ž%奯ûv$䨱Ǚu#䪳ľݹx#䯷yޡt#㳼ľq|ƈv"jo}"þ_g|ψt!X_n~!GWf}؆r ýz;L_o~ ľm*AUe|Յy\3H\l{þu>%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]s -s"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( '!+% )$( # ' " & " %" #" !! !" "         X ""&$,&,)'(+,&X '##!(&')(+)+.&X %""#('$)0,',+1 "% -%$,,)&1 % *')+$%$'*!%$+% #).12016$ "&$&'!' !',))+.01A&#')" ((%  %*)-$'/7(!&'%"+*%h ($&'&)14'$&(%&)++H !"%&')(#"&*$%+'%2  !! "##"##!(#*)&+$"$&&'&$%!"($%,%& !"#%%##!"&($(#+$w #$%''*))&#"#&$*$,$i  $&(),*&!#"##*'Z !"%$#" #""#%'  #%$'0),0,&%&('(*)*$2 !"&&%*.1421.()*,*,++1 !))(*,+);5','&&*,05! $%),/$)/5.$%')&(-+,# (!#'*/)&((''())+   #$%%))+))**)+ !"!"!$&&)+-# !#$%&%##$$&')+,,-!"$#""!!"#%%(**,.   !#$%$$##"#$'*+,/3# !"$&'))*( "$'(-021  #%')**'""#%'++,+*  "#$#!!#"$$##y  *'$%#" "$$%%#%#y  $*.*-+$$#&&()* z%/04)'-+%&&)(&())$z  #(,*/4,2&%(+*+(*,-#z &)#$&*(/25'**,,+)+2:z !)&$&)+!7;!*&%*%.6/ z  &'*(",0 %()+&-.-,#l !#&(%-3.$"$&%'*+-+ l !%$'(%$-/-%&*(&')'*&l %!"$$.+#%$#%&)(++#\  #$(&)'')&''+)+,] !#"&)**)**)*( ]   $#&'(*'('&#] !!#&&%$#&'*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(,.31899>>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Geplakte laag#1       &,-.fEY-]^p4A)         "! ! ! !! $" & "& #' #' $)!%*"&,#( --#? 5&6;."? 5%?;,(? 2 ?7'?<,,? 1#? 5 ?8%?;(?=+-.3llkwll0S  !(-"V- )012!+m45/7664$)3*{98/!@7D>+"$C01G'G;3!#"H@TM8(2@1,'F"7XD)&;lH`JD6?A:,'['9D:D SXML0>8;8y93LJI-&x[JSJ2994. 5&+%J@YM5: .@[ORKA.3.!*F%m;DRB< 0aR>?C$(#"#/-:?UH8ZH48':OL>;+&" 1,@:LA$l<:V>(")@E27/ &&908G@#C-<>1)&BD47%16$<+3?,76-$ %?836 /1.,#\8173) 2>03+-,+)"=225-"-4&-$&1&"  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('CNBCF@17:9-'v(1>5@ ^IACH-:475&6.E@D*&TN@CG/650*2%+%D;@F16+6JIAE>+0+$ /0(@%69C>8,GK9:?!%! ,*69E$D4@C05$1CG99)#/);6A<$74D;& '4B/4-##6,5A<#?*4:/($9B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,&*' "9/02, +2%+$&/$!  ۾̜0r (,"-u- )013"+ۜ&306155% 1*'3093>>+" 0/2(Z%233!$!=;CI5'*51,'Y"0DB('AHBCF@17:9-'v(1>5@ MIACH-:475&6.E@D*&DL@CG/650*2%+%D;@F16+2DIAE>+0+$ /0(@%69C>8,=K9:?!%! ,*69E$D4@C05$.@G99)#/);6A<$74D;& '1B/4-##6,5A<#?*4:/($6B25$/29)/#<*34+$ #<614-/++#w5/41' -;/0*,$*' "9/02, +2%+$&/$! &d.r 'd. %h+c0  % l*g.  !$&'k; OMk-,+% CAL4$ !O],$%  /#x($&  %-,!* 3=!)(34& *7+D@*- 7%4?:% S*1X70$l:L7!@C(S9#!  'BF#)F 7׀ ( _$E%D0Mh *#, 52+&ϺU#0H&%4 7θ465 z# 2(ʹ4+%_ %* -˱x#!! o&'$ǭx(  # ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/pk,."(7G3 5>&H}J##  '>B!':3y! ) '@"7+?j +$%&1.*$~G$/? &"0 /|' 33 & /&{z()$&$' (x^#! &&"lui(  & ;pn1,*$ WUn.4$  o,$%  (+%&   *&.,!* /8 ))35& *7+68(- N(4=8#L(/bh,."(7G3 5>&E{vpJ##  '>B!':3kwuqp! ) '@"7+MZi$*'#   =? )6CP$$#JR! !.;%e &$  7V6(% %$"EO #?!,)+0&O 5^Y' (?-EyL&   1+DL泿'  )'1N" ((1T'S  "4Z'e  'd  :4t'  JG~'<  MU$u Pa(Ow)4Tclsz)Vf(j~&^~%Lr$FdTOn#5YpqM#M=Zo÷P#>Xm}|EƉ6Sivv>}-I^n{l> M/KfzT)`7 )D]u~wI m8Pix􌠝ZYXPA) /A[px}xpcZWUXbta/Nfqx}~xrg[TRRYhz#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%T"!     M" #    4" !   )}s" ,   NrE" 0  5nz" +.  !]ixc"2- JVbo}EB",5/  8COZft8#o.1) & 8>GR^kx#&1+. .6.41,%  !#^f'&/9CMZ$Q1+'  !"*4=G$)&"   )* %-6$#"" 27(%$#  %:% %$"/5&R :7  &f$?_no=' 'N8/Qfvg5&   0*V4ViyÞy'  )%:5Yk|' '&:8[nп'n  !;<^p'  Cbuϧ'  I#Ni{讝'  `0Up'O  d9]w( dAe}(HQn)Diu|ٽ(kw'v~&^~Ү%Lr$Nd$iOn$5YpqM#c=ZoèE#>Xm}yrT/"6SivvQ-"-I^n{|~"BEHLOSW\akx#+:FP>/58<@CGLQV_lv#_'7#!(.37;@EKR_]$ &,3:?FPD$[ 1/ &09=9%;RguR+KM7  **&_/KfzT)`7'.D]u~wI':Pix􌠝ZYXPA)(4A[px}xpcZWUXbt'y/Nfqx}~xrg[TRRYhz#4-/+' +''$'("# "1*'$!'"& "" #"/!"!  ! %"(    $&"!  $$'""    "%D"!     @h" #    ,ki" !   $bs^" ,   >Yjw?" 0  ,U_jo" +.  HR]hO"2- 9CLVa76",5/  +4=FPZ-i#o.1)  +07@IS]i#&1+. $+$(/7@HS\#91-+ ,.EJ &.6>HQ#$>1,% IO$,4Xm}c^YA$ "6Sivddeefd\?&"-I^n{`bdeghhe"ADFILOR[en"_*@DGKS]g#+:FP:%),/147;?CJT[#_'7"$(+.26:@JH$  "(-16>5$[ 1/ %,/,%;RguR+KM7  &_/KfzT)`7 '.D]u~wI(:Pix􌠝ZYXPA)(4A[px}xpcZWUXbt'y/Nfqx}~xrg[TRRYhz')$ &zt/% '1 Kλn4   &/4Dzg-  :#.1^ʾ]  ox$³lP  ('q@CL¬~XD) !<p KJ/m4) W5̚8ș/ ǚ<͝<ԥ$ٮ<޺;Š,У;;Ϧ:߶SUVe0Ӂ7F8I¥(ѵî.ѱ.ţ˱,ǻ,Ľ+n+i¯+ʽ)Ƕ(~ynw}$gΛ@[mr^ѝO*TsZYzžVKj{󽼹ZQqYNgpz jZzda\clu}󾽺ӚYYu^VQZenu}ɷzTQ^h|MECOZckrzԶp_fnt|:26@EOXajpty}magnsy"'-6CLV^cgkpsux{}~hcglqv+6?FNSW]_behknqtuvxz|~vdcfjns}(/5kk2   &-+zio+  P',0Itbn  'W$o{yoYh  ('V9[;cugK^) '6)Dv[K  %'(+pF0\wOc  Q(v~Bz{Ed ((ŰQD  O(iזQD (v  N)r)ۛc-Č}gH.ѡuLb.vT-j/eskXJCjp0S`nyxV^O>p0AN[hsz}R.,712=JXemu{k5%K2%/:IUakrqV<2#-:GT`inkW2"-8DR]eX3 (5BLPo4 *2E4J#7s5s8s<|<~CIOUZ_dfikmpqrtuvxy{{|}}~~{xtw|Zj4!'@497s5k`8i_/ﴊxun_RQUWj.vqjeadh1xurpmm-xuso˴,뽆ǻ,Ľ+n+Y>¯+rs}ʽ)w{~zǶ(?zܲppxr$JDRzl.A9DIMORRTUUSRP^k1DTatoR*,BFJNOQSUWXYZ[\]^``abcdeddcb`]ZbmV/=IQ[fq{1-*/59=AEIJLNPRSTUVWYZ[\\]]^_``abbccbccbb`]YSMYe{C*16AIOU]hr($#)/48<@CDFHJKMNOPRSUUVWWXYZZ[\]^__`]ZWTPG;259=AHNTY[\"$).38;=?ACEFGIJKLNNOPQRRSTUVWYYZ[\]\ZWTQME9369DJPQQ !%)+.123568:;==>?@ABCEFGHIIJJKLLMNNOMLJIFC>4458:>??@ABBDDEEDCB@>;734468;?DFGGF{a !#%&'(()*+,./12334455689:;;976541//12479665799755:AFGFEHQy   m i  f " c" a# `# ^# 0)#-(",'ˏ:Vflt}~~ysk_VONR^p\!@X`iu|}}ytmc\NJKVeͬ.)FT_mt{}ztoh`UHGLXK.GTbnryyupke\MHFL p /JXelpuwsnicUMJA!> 9MZejouupke\RM>-@O]ciqtpmgbWO@.]&CS\ckrpmid\RA,-,AT]empmie`QF//EW`gnmiegnj0^ 3IZbjmijs{0$:LWckmv1^-AMYev1 5ESap2+>O^l{2A#6HYgvQ2EUdr2l!2CRao~2l$4DP_m|0z&6FTam{2z*9IWeq|2l0>LZgs~2m!6ES_kv2`)=LYep{+.6FS`lw1*AP\iu1a 7MZgr}20GYfr|0n*AUdp{/?UVY^_JL d ")&#'&(.,*02/(0%0 )&24(&78-'"#%0 5-'&2/84 *,'" &82,#*"CC9<1#'&$ $(4;5$2?4L82 $(.0.89(.H$ #&!!,&8I$ ($ '!:FG  #!:LA@%F  /C>B2%W  "D808E3t 766302612D<;3,:22% /#.$&*,3(1+-C8?<6% +#)'+,--.4402 !!"(-&('--.-.-&  #%$,++-*/+(&W  !!$'(,+,/-*(:Vflt}~~ysk_VONR^p's!@X`iu|}}ytmc\NJKVe*8)FT_mt{}ztoh`UHGLX+K.GTbnryyupke\MHFL, /JXelpuwsnicUMJA,F 9MZejouupke\RM>-@O]ciqtpmgbWO@.s&CS\ckrpmid\RA.7,AT]empmie`QF//EW`gnmiegnj0s 3IZbjmijs{0$:LWckmv1s-AMYev1 5ESap2+>O^l{2O#6HYgv2b2EUdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+HF07D;T?:$ !#)*! !7@B:A?,1#S$ #%#(*1-21=80(1'.&?Y$ #$$(45325?943'%?Q\% %&'0(*)-0/-0!DWSZ%P  &%%'-*&'9ONZP%b!&'!&$"'IB@NbS% $*;;:7:?::I@CBCUPP%!"*9-8/268>2:6=YS]WO%%+..?7><@5AACFOOIJ% #$0/1678?F?BCHHIHH' !%).1552:==FGGIFJGD&b "',.0/6779-@O]ciqtpmgbWO@.s&CS\ckrpmid\RA.7,AT]empmie`QF//EW`gnmiegnj0s 3IZbjmijs{0$:LWckmv1s-AMYev1 5ESap2+>O^l{2O#6HYgv2b2EUdr2!2CRao~2$4DP_m|2&6FTam{2*9IWeq|20>LZgs~2!6ES_kv2s)=LYep{276FS`lw1*AP\iu1s 7MZgr}0:0GYfr|0*AUdp{/@Tfs~,d:Obp{+3K]mx*1IZjv)0L\kv)+Sm{)*Sk(A%+EC><2)F[`pi%b &*/66 $*4:96&6XQRe}n% $+/49CCFFEHNHGTNSU[qmk% )02:E9E<@EHN@HGRtqzsi%%-5<@ARLSRVKWW\dpokei%%.57BCFKMPW^X\_effefh&",28BFEMPPSV\^bcfigflL !"$%')+./011234679<;8530/+(36@JQX]`cefgpՕiJ   #.?AHRgɱԭv #*-./3:BOhq|x֏, '46Frvj0,X¼~=lʺb%Sڿιۦ6eþcJ{Ĥ۷1.b԰xCsخo|Xc'Vê|h.#39k¸z--0!sO룫{4;&QC#+()"fV1eHB'HQ)C>78%=&#!eH{7A+>K -)7D8,;6)" fd+^ CD9WD57490+%67+$&!s3?vKF5F9;796.,("D.!+($[ZLA%<:31590%3+-"'#e41+(!uB\ruyge)*.+(10+--!4F*3/$!Y W2Si~ἐc +-,*1.-/.;G*1'# 7 Of{ 1+)++1.-+8F)0)Jbx *,-(*+--)+"/, ,% f5\s+(+()/)*+'$"(" Vn()*+'),+,& &!"$i fEn '()-')'(,$" !%% K 2jhlL  !!"##%%&((&$"! "%+26;?ACDEFpՕiJ   (,168:<=>bw̮}yBBC@ "',/2345Ud¾ssb7"&()*,HRgɱ֒  ":BOhq|ֱ7 46/Mivj7;Zu¼~)If~맟ʺs8Vsι %Dc|ߣþs2Sqĩ7B`zؠ԰x-Nlخo|[s:\xՙê|l?-8&Hj¸:<6?,5WvӚ룫NT:_P,2*;.vb!DfQF,NX9\XMO8K4*"'5+v1StϕE*=N+ABQ\TCMI<(&4%vs?dML9UKGPPSLI>HJ?&'838*Pr̛TS=MJSSUPIH?3S@+0:2=`~즥f`Q8UXQLMPG8A9>,06.s(MoĜ`dbJGKKMEIC5<;5/.5.;:`zW`_ZIHILIG@58F4270,s,Okb]]QCGIFDB0=A<7M[eiknpfVeiRb IFIDBJHEGH4B]AC>842i b"8GUafiknz֢\fk GFHGDKGHJJ,L_C@8742E 5ES`imv KFDFEEKJIF,M]?;9412-2BQ_kxȝEGHDFGIJFC0BA352/01/ s$>N\iv綛FCEDFLFF>)53,..022/ :JZir|åCDFGDFIFG%XmlfRc`lnrmdeZJjVABMA0Jb΁{sjRnrkfileTWMRACG>s;Vkڞyyrx|ebfee^f`MNMHB?F>:-K_v|qrvgwzvdcddbb[KIXGCGA<s"=Scn}~zx|{suvwl^ab`_^CNTOGL@<4HWchknpoomlgc^`^c`\EQ\XGKD>*;KUX[^`_d{ Zheea]_[_aUDf^X?JF@ $6DNRVY[\TZTSi f`d`a_]_acNHe^WDNHC"0'4?JS]gtzab^abdh_\@RVLEIFJG@ s0A<8DGLNG} s$:HTVY^a[qabe__]bbJ ,2;=IKQPHb 8NTSYd`ZY]fkt@"#+7<8305|aiuǖz!\gwױ-SfxǼ)J_xYa|$6Jsi1'CNYev!,gwPA./HZdq!5s꿸w^Q16I!1c̸,wjA9X².R@V~&`E\Ƽ% _>Nq4xf%"ss"97&90(9**9&+ 9#, 9 , 6, 3, 0, ., -+ +* *) (( 'EHNVco[+%(&" $vBGOYbwe!>FP[ar-8EQ]cck})2@Q]f`Xjx0ֱs>5Lk4v z58=CMWG" o37=EL\iOz!06>GLXnw|-,6?HMMSajlho~)'2?HPL.3AMRXWY[g}$'ISX[]v! 6PmbP7%/4;FW!<[v{sb89?!4Oenpv,O:.GV^fi|.֡c<-BS`gt|.s>0DS]e0ֱs;);S4u z!+% )$( # ' " & " %" #" !! !" "         X ""&$,&,)'(+,&X '##!(&')(+)+.&X %""#('$)0,',+1 "% -%$,,)&1 % *')+$%$'*!%$+% #).12016$ "&$&'!' !',))+.01A&#')" ((%  %*)-$'/7(!&'%"+*%h ($&'&)14'$&(%&)++H !"%&')(#"&*$%+'%2  !! "##"##!(#*)&+$"$&&'&$%!"($%,%& !"#%%##!"&($(#+$w #$%''*))&#"#&$*$,$i  $&(),*&!#"##*'Z !"%$#" #""#%'  #%$'0),0,&%&('(*)*$2 !"&&%*.1421.()*,*,++1 !))(*,+);5','&&*,05! $%),/$)/5.$%')&(-+,# (!#'*/)&((''())+   #$%%))+))**)+ !"!"!$&&)+-# !#$%&%##$$&')+,,-!"$#""!!"#%%(**,.   !#$%$$##"#$'*+,/3# !"$&'))*( "$'(-021  #%')**'""#%'++,+*  "#$#!!#"$$##y  *'$%#" "$$%%#%#y  $*.*-+$$#&&()* z%/04)'-+%&&)(&())$z  #(,*/4,2&%(+*+(*,-#z &)#$&*(/25'**,,+)+2:z !)&$&)+!7;!*&%*%.6/ z  &'*(",0 %()+&-.-,#l !#&(%-3.$"$&%'*+-+ l !%$'(%$-/-%&*(&')'*&l %!"$$.+#%$#%&)(++#\  #$(&)'')&''+)+,] !#"&)**)**)*( ]   $#&'(*'('&#] !!#&&%$#&'*,-#] !##$"#$$##$%(+,.0]  ""%$!!#$&(,+,..]  "!"!" !#$%')*,+-#]  "  "#%'*)),- L  "# !!""#&(*)-02 m  !"$&%$" "#%(*-025#4 !!$$'('(!"%',.136#L "$&'(*)&##$(),12/1^ !$%)(%! "$%*,-+,,#^! !##!#"%%'%$&}8TXD/! !!#$U= }5Wo}ëw }3Vo}Ⱦ'}4Vo}ĸw$~8Yqȿ}'b"(,.31899>>AD;??F%  '+27=@AC=>F<8:@>@A;B%(07>=>?CFCV=5B@;;?D>?EA%7 #)-1354789::79A=DC@E$#).158;<=>==69:A>?F?@$ (,.1369<<;<<89:?A>B=E$%*/58:<>ABB?::8D>E$s %*-28;>ADC>8;:<=@?$7$',1541394>GE?>@BABEDE$7 #.1789@EGE=@?@>BHFG# %)0$-469<>CAABCBBDDF#  '+,./3479;?>??BBDF#"(,0468:<;:;;?BDDFH# &,/0358:<;;<;;<=@CEGKN# #',258;=?@BA88:=@AHKNL# "',169@DFGEC# %''(.1369::5699;:=<<;#  %#%,,)469<::8:<=>=<>#!'/0%"'49:BD;<58BA=?@CB@BDD$ %)036@EGKACCDEFACJR# $'-64558=/FN02,'4;7@KF# #'+07673*)6E9=:799BFGF#s!&-25;>07=CB<<>??AEEHF#s!#)/178307:=>@ECABCBDA#s $(-$(058:;FC<>>=@ADBEE#b #*%&/37:>>A>?B@AAEDEF#b$&)*/12467=ACCDCCA#b!()+--/12527;;>?AC?@@?#b#',-./03367:==<>@CDE#b#'+/1356989;;:;=>@DEGJ#b#(*/256::7788:<=@DEFHH#b!'+-236688977:;<@CEFFG#b#%*-/24756579;=?ADCDFG#O%'),0268688::;>@847:=?FJMNQ$Q"&+/37;?=879<=BFHFFE&b"'(+/1468:6568::=>?<;& &:>71-0424566889:;5ADHKX`Y\\^aX[Za%*4;DKPRSUSQXZWZ\Z\]W]% )6>GOQTV\_Yf[T[]_XV^^% )3;BIPRVJIO\^VX]][X``%s!*4:=:DOQOPW[][^^[\_aa%O $+29>>CKNSVY]^YZ\_Z[a]%7&/8>CGIIMPRSUXVX_Y`_[a$(18?CIMRTVWWXTWY`Z[b[[$ *4;>CGKOTUUWXVWY]]Z]Ya$'3:@GJNQTYZ[ZXXV[[Z`Ya$s&/5;AFMQUX\\YVYY[XX__\$b #+2:844CFHNQUVUYXYWY[\[$7 $/6BDGGJMOQQUXYYZ]]_a#'/7=BGKNQSTSTUVX[\^abbc#(25:@DILQRSTUUWY\]`aacd#(3:?@EIMPSTUVVWX\_aceh#%06DJNRVYZXSTVY[`acba##+357136AHO]]TUVYYZ\]^`#)15;BJLHJGNW[Y\]aa__aa$)07AFJPWWTK;J\\_cbcbdfg#&38BIGMPVX\Y[\_`bcc\\ai#&14;FEFHNSEY`EB<;KQPZe_#%05;AHILG;:HXSUPNQS]adb#s%.6=CIORCHPUWWX[]]_aaca#s'.138@IIC>CENWZ^\[\_]`\#s&0571;EKNQS^[UXYX[\_^``#b$+26.7BHMQWW[YZ]\]]a_`a#b#+26;>DFHKOOV[]]^^_^^\#b&.58<>ACGHLJOTTXY[^[\[Y#b(06<>@BDHIMORUWVVY[^__#b '05;ADGJKNNPSTSUWX[_`bd#b '17:@DILQQPQRSUXZ]aabdc#b (.6;?EHLMPQSRSVXZ]``bab#b *03:=AFJNMOORTWY[^a_`bc#O  )159=BFKNMPRTUVW[]`aefg#s *39>?DGJNRSTRQSUX\_begi#8)15DGJMPSOOQSVV[\]ZY& .7;ADGMLOPRSUVVXZZJ&.:AINSWZ\_bciigefZi'-:AIPW]chouxuqmidP'-:BIPW]cioturokga>' /;CJQX^ciptspmid[k(/+-++&('!$ ## jrW)+).,,&%!& $("$#  p䨆Ð ')(*$+%%"$&+$"&  jq|s)-+(#'##!(,%#'! |ϒ䓲*1/*"$# '#%""w Ү +)(#"#%"''"$$"[ ˠ +&*,#!#%!'&$$%%L Š宨 )+)'## # 4/#'%'%M 毤 '*(%$$*)#$%($"# ('%'&  &##$%%&$ '&$'$##,*+/(%()((-,#  &)'&"#"&(,.1-((&()*& °&*+'& ##&#&3.%((%'&$%(+$(!"#)/*&(&%&%" !%'+)&" ##&'(''&&'!''*-., !"!#$$'((&" +,-12)!""!!"$%''))#673*!"!!#%(),,!'342/*!!"&'(% "%'+*' *++3$ #&((%"#$%&" ,.*)%   !!" !'('+,("*()($!$$#./.,'!"$&!*-%$'&&%& .--*&" (+1211%&*)(',+{'/0.-)" !%(+*5&))('*2,{"532-'# "''*?#*"(&+(%{32+'!"'#*2%$&%%'&#m&)''*!%$&.4&%'&'&#$m%#&)-%" !"',$%&%%$&%^',/-% $&+&%%&&"^#*+,** ##'**((&$ _'*.+"%&&'%$#O+079/! #%$#%'('O <=73+!#""$##%(()&O'74/,. " !!#$'(('$; ,.//% "  #$(&'%; (+.- #$''** ')1( #""#"#$(*-+/-.&!$%'% $'+-+-(&$!#%(('"#&)+)&:$&'*& !%'($ "$('$ &&,,(" "# !!-.,) /MUQC03! V}"1/*&,K[kz)./,&,HXhw+-+%)GVeu ,+)''DUdr(40/)$BTbp!3/)!>Sao|5/*%;S`n{#1+& :R`mz**'&p5P_ly$rͩ 0N^lx 3M]kx*n#?Vamy 50K`ir|=Whr{%(Ibqz*DJFHED??;##&-)75984- tMxogIEFDIFF><4"*5/.<7995/ K[ţ]簡YCDCE>C<=94*!)2/@:9<6/ GcЭ|nEHEA<>::4&('%/2C=:>8/ sþ~xFLJD:;:/$.0/-.1<7>;90 񂣰dW GFDB;940695/427:==:1h {ڲo} HBDF;8-$07:62006;=>=2X pױ{~r EFCA;9((.385399:>?@=4Z go DEB>;9('*.3327<=?@;74 |bbDB?@=6&().22658>=>=><4 CA>?;8"-074ACC@DA1 ADA>98#48;@=@B<99<>@;/AEE?=5%34521BC<>>?@>90'?CE=?3$,244:@@?B@??<62'@BD>51&).0489=@A@?>=<3'@DCA%-.2477:<<>@@<4'GHIKI<$/1578899<>@@A?6'ROMH<$-0477899;=@BDC3'LID<3$046;=?=7:=?EB84/'GB?:4%*-145776889653'@?DD>6'&03<@:9<<:7'GHGC=5'.'*-0AC==A??>=:'HGFA<5%2:?A:5==?CCBAC>'IJGE?5&/37=A?G>'PNKE9$(&/67,3:C=?@@A>:7w';>A91."&+1238;==7h'@DC4 )049>??<5i'EDECA-$!(-/279>CCA@>93j'EFIE@+$'(*.0328<>>?<96Z'GJONA&'))*/0559<<;<>>;Z'UTLE?'(+-/3667::;=?@@;Z'NJFAA$'*.1376779:>?@?:F'EHFB6#'),.3577;=@?>;H'BDA90!%(+.133569<=@@B?1'CBB3/!'(,.3889:9:<@CEA/'IGA61!+-.149;><58@?9;=@EA;E'>?A<4"&+/49=><7:DD>4##%*-148956885(EGC>3"4:;60412477J]_)JHB<1 2=HS\eiklk|zf)HC;01)*8BKT]elrwyxue)OHA:#(8AJS\dkquwvsm)KC<3'7AJRZbiotvtq~*B=9x $6@IRZahnrtso*;}ֱ 5?IQY`flprpj-"4?HQY`ejnoln.s*:BJRZ`fjlkh.7 2AGMT[afijhc-):FMSX\bfiigb-1BLSX]acfjlkb+chdeba[]V2".3=7MLPNI? t<]VPhxp϶CdbfcbYVL+,6D@DEQ[YZ^``Z[UA ]a_]TP2FLQVQOXTQSUWXR?]ac^XM4DGIEESYUWXZZVPA'[_b[ZJ2>DGGLSWY][ZYTME'\^aXHC3;AEKORWZ\ZYWURF'\[_[XV2?AFJMORUVWYZXSG'decaQ1@EKNPRSUY[\ZYVH'lkgd_P2?CIMOQSTWY[\\XF'fgc\OH2@EJPSWUQTXZ]ZTA'`_VFF1?DJPUVUSUVXYRK@'b[VRH-6=BHLOQRSUUTNKF'[Z^]VK',86:ASYTSVVUTRL'b\TI3:33:EX]WX]\ZXUN'ca`ZRI2BKQSKDIZ]a`^[XP'ed`\UH4AGMTXPTY^\ZVV[P'igd\RB5??BKMLbJF?LNXSM'hf]VG;4@AGB;DRVTRTXYTJz'_[XL782?HIDHMMPQUW\\ZWOQ'`b`TJ169>BHKOPQSXY]YWQS']_YGE/48;@FJKNQTXY\ZZUA']\UBD.57<@FLNPSSUWZ\[V@'d_VIF-8;=BFMPTTNRWY]\V?'`ZUPF-59>CHMRUVSUX[]YSP'YXYRH,15<@GMSVTPTWZZUL'X^]VI*/47=BGKPRORTTO(_b\UH!(06:?EJKNSSTWYJ)eb[TD'08@HOSX\^cdb_V)bc\QC&.6?FMTY^acca]q)_YPB%-5=ELRX]`bb_[{)b]XRA$-4",3;BJPUZ^__\T)fe^T:!,3:AHOTY\^][N)haYP2+3:@GMSX[]\Y[)f]TK& +29@FLRVZ[ZWt*_YQ~*29@FKPUYZYV*Xױ)18?EKOTWYWR- )18?EJOSVVT].s!-39@FKORTSQ.7'27>Selectiemasker kopiëren ,'3x| _c}Ã# 1 /,+*)('&&%%%$$$ <80-,+**)((''''''#############$$$$$%%%&&'''((((((()))**('&%%$$########"""!!!!!!!!'((((())))*)*///0 1 2 2 3 3 3 4 5 569=====<<<<; 10//.--,,,*)% &,3 9  R65432101345667!  "' /&!   --.//01 1 2 2 3 3 3 3 3 3 3 3 3 3 3 2 2 1 1 00/..-,+***))((''&&&&%%%%%&&&&&&&''*(%"%(()))) (' &&%$$$#""!!                               " .*%""  " -/ / 15s"97&90(9**#, 9 , 6, 3, N /&    '''''&&&&&&%%%%%%%%$$$$$$$$$$$$$$$$$$$$$$$$$$  $$#'  '$           ((((((((((((((((((((((((((((()********+++,,,,, $}}>>workrave-1_10_10/frontend/plugin/exercises/common/share/shoulder-arm-stretch.png000066400000000000000000000351231263301626300301450ustar00rootroot00000000000000PNG  IHDR2PLTEzsk0Ip`н.S@@=^_\c{UBݐ E\G'ܬ"$"M%"R:83(&aJ{uԆȍm۟还Kb`  +78|<ѣ?32גݖ!﹘lnk5GFNPM}beLKlWv[hQw]g XGOzaOb+,*L\x-(B.#)-9VB>2!꾻雪 #ޙyoJ7[tsADL611֒sp]T߽ȢǙVE8&uR8.ߙsӯëɯnS>SRĘL2( QA1($#Ăcs.+((Άl_iT[EtvrRcF8GHEɨ{}z򍎋d.*`Q=/+*h86tO<"XcdmeNidfcZPJ{]A2ͺ131¿栀تrW I><۔oTVSe=2΋l<(y^mqvǠDPfoQBؽhtudA4eתV:+⎽ 797콨kTQlk֙sХ䔖ѰhE8G4(NRYu<76r&(%QE@EPP\`dZHxh`fݶx, pHYs  ~tIME? IDATx T[יsڙD.n3UPNuScrl4rX fP((v2aHdbJ;D* CyXP%4nB\qfedX>GAmxwsm>93Qi?F3Qi?嶟|ңXc!?|CÆP.@"%[BbY%ɋ&Ae¨X£>o uƲ,KE&s;)=5ڢ//eҴ2ftR*ҿ|` 'n&z!RS)/?пnt& \& R)0 XjIeni2ci|I|2dn— Fzs1'~?'7Y|rhzzٌz?~kѾ2IKnrTAo $1ɢu0F@њ>B.u24>X:C(sZp S_tڣ? t ~n }rs"3>!Ba^qc*(]"ߚ?V.,4}>r@eDO.9=zFZnkunȅɀ/݉|_BnCԃ0/CFGC84bTrI+{Q/N2r U^o`9HXi-&EkaJ1?A$ϗM/À݊i[@r!˨%4)gK|k~\fiZzO}|9%BC[Z`)ZdYSѵ>n&-$o)|mq 9.tK˃#Z6bTYL|9v |Шn(x>ԵBj~L~##@~[;RCA(VGg@J ]rlf97/#ROfILxtN{Y{7l}qkrZ &:PP܉|4;-֎ջ3^7_engitvXpM>Ͽ>}6LetXvB{;ɋlGa,>˽r0ysY|N_d&[XE'շAgǒ-Cwxg$H-v<r4羷X0ۡڽPo\,w1܇J팗ݩӒFV!|m$jwľ?<"r6 U .t/$lLwp&=`|t̫uLħ;MzH*.|VFyiXj=*QD?!ɽE_>X9)-<ӟ~@xD+P#[hai Тwzt:U*TlFG. qA)zYdO5\W18xe8[w3&B.azuMzYEkY z4Õ2o,ezTrQ]%>OפKBhTDRFhnD~>)žiƒ?}Ņ"%0'S2 nesR׃ ~U(t:ebaV}̞}2itƂ,i(ːtdc|d|}q<[9b0#Jd}SZt"x"dHsZ!%CJ:E3A*D,eQb-T@]^_ MuZՕu0LWH?l/2 dui-8W.Vћ:].`JDw),D8cr_>m68] vcO  g_kn"DÀ'32})VeU@2eY0c5!:UG#%PZżrshdкx @SwC+b1ew :Xx6(9(ȃKpu &%oHklN^d+1R %AF\Et]efF (Bо Z2SjҫF\,D0c^\_+k[ct)=JN 0RPC\g/D.C/ى/1B Ypa 3WDxez1 n @ rRKZ,Mt.I$#wrt#=c1AOE$O+>"IJ3|6A0n3PG Uni4jUP : ;#Q}}GZ# .tz*@gtθY#s*P&S!Wt :{ Bx|Ы\R@/UT]mF&N?n)ukn\`^&Bqq$V0w IN]KeL,]E UƫiRXaF9rV9`+}-i[fA##@>3Oh.;2pFMDқ ml`}^NJ*Cro)xY^i {)MZjX siY(zS$JGtiť@[8i,g'd*Q(:0vW͔}j O+.mKYWm{/VЬDhX>& ,rFz-Mf5Jʎ>]Sx9:odlYG)qei%j,6re{R4@|HgL?M@4oRiV҅MW'㩻zcr'z*?I{_oD[3C{c3Y4d9sUNQh(2WlP& 7[#񛿺Wo~UMѨ杮קl#u/V}-߂їS=ƳTNA՞2*'|iť=eDO2 o_}3oA +>Կ>bSo(ܤ]fa_{vOb9U*moW!j3^ )ezzwF;i}7?ϼY;N>:S rJ!Lq{Ga7 Z` KĠsǑ#JGe5{W$XgO?!#Doŝb Z|$CRijjbS\"W ]:/պRzɴ7_&Ƽʇ:"e~ Bܾ#!F;_r_O{xIάm8Kgbh]ގB'ziF:sΝ&JʉlHWYssf֭}gɷW2Unj2t nӟ]ׁjojf2lӐ˕;>mNaɥD}?Zh//+猢ܷۮ]?:E:De}fh$sU#Udv ٨VV wPU(<vo3}FKQގSSp\rJ8#zl r蠟}Tg2~^&րRۡ-r֌I^AfVN65yNDQЪ \%ׇH\r+![5)%PϖAa 4BW%G歩@-t;Kmѓ.pل}зm[b3tmY{(+!57Fk~:bk 3.sRUUE9u6t[R$-1}=:hI!y{TnƠXy,Q;hT?bv3''QDT BLeWD"m4oe"lEQS {E_ң~9=fA+9_J]K%Əp \"0IWe(sS*=zx?eGS2 %w#U[ee1kDNl&HS{0o ,p tX$A'SPČ<ߍ5n8OZNThNISp~´/`Tb~YUh,bfnݩь^VY9XJLϞ*;I֨YrߥIʣU VK.5f~6fg}{!Sx9rYҫF8wϱ|J,cNZ;(.RD#+qRsQr2CпwpYnrju*\f~+b<"gbX ׿]?VA676B1̱͍r:7eB{>))bYl*77w󑽃]{R˗9zW;$Nk;pv:]5͹JǎB{3sG3<{7;) a.m7B('&[d4|rCCCHCH>ضXv$GihFNuE.An6x=$=CIK=a7(*C5 *6gwKHH@ >o뽽_7<̵EImm.;QZ_BuճrC\~~I?XI Imy99yIQ0آ?;5G]oES::DGߓ;b}B޶;b)u gA//z{3qtK?nRց Dg=.FGGy. Kk'!92c:wCˉjݕwu"d!сzlQtHp8!5>~~V(brג^?2@9j1cѺHr7!'2瑣T ȁ<4AeѹHxD;/L ΢hD=zɅ %%/\XJNы _E0A)e`QIJ_Z;%K(x$믾$L5OU䠯=V+rZ"ɠvPVD_bY>2s@Uj dbo-kw:_?xwmJS[Wb_17@RQ=:-IxBn=oK[7"r8'KIZWw37鲻ߌ7VCL-YwO#։]={yv5EqӱFQ{ޡ=C/t+(;k}Q{B[gg4ǕzSzHvܝpy…!>NӃؗۉaK C A7k5GqںFG>ըv4yd'@9o )))9r733shɱPf/LnUrϞe-dZ{H#,&K첸tV-4\#d emnoloeǗ5Y荍B;,{Go %d6g4Tٓy/67TxHMvya\be?Ug*"D(K,tJ09z}u[XtgП! `jˀQ QWjj 7Wz7'%b37:靑+/u7T֟DZ{ :\`$+hM\b(zԦ7N^"G7#_}.&#8TV7_|׿}+fvۿ&$TF.usֻ\$%q<9֎^Ny~IQ?-eU7Fm'䈎PHUqs+%dr$xjpr7g;Ȫ:L NVᲛK\®Z@|6{K2aplƍA$:}Ӈ`Fl`bwYGz u—CrqM8/Ix#ݸo58e%h?{o/n2U9 .r_ @_M6p,BQV`I&f^߻ (C޾y,6x.`fNkrv" "yC 2r9v3$ W"ɵްiӦum|cÐ.U}oFtʾy6X\gSľ '.>49ِt&[ W[pi5=Dn= Θ_܋TNv2 }Ⱦ( nxƎm[ֳD;wg}/Ag)H$@ʍ,,p%'ge/8Q1NC9,EoR "MkeYtEFHo dѵ,!߮"j"t_{r';"~D͂fݚ3e]ѲxΫ~?g߽ī[Smv9j}C=# h.z1zN$h#Beq>܁><ѨUGF~#uUcrH5~cjɟhldN& :)⃳F%r π1+?Fdi 1Pw3bUv(d<2I'C3f($Gt#I?!O!/yj*[o z$+BOa'F6]QP%k#}&.E|94 *Y.n+m`VruMMMǗZ/;٣P(zzz ;;*+{̳U6u}ivzpx ;M_9R/$iZQB?)uSƟm7M?[7bv\ E=_JΠQ),8'7xe,eV;ڂ yϮ=: }z>/#@+J Ƌ"9D" !X)*ήDl oW׺]w>)bh14s( "5EkeZeNG!s,Rixi3VѡkoIs0\L󗶎;R 9Zsf5nϣ(qDx6IlgX'mV⽱tuS9 &S;I9;kVSЊG!6nY2\PIzzzC|w#*| !yxuK!DX!:40܉I6u}@@ hq>'v'g6knH<&;cj'ejP]777WWWM8-ħp!_&>L(fDg~7 z̺+G>;cM> :mB> k8Pcq φ׻ YXϘ=o LpeVP ↇ}n[F=8\=ܝ^iſejs͕ꍫǦ<g$Ӫ)Xe&hr!tu7Õ,?.;ᡇu[Z,PcӑZ<@?I{&5>e|p\mgȏǯe#[IuܩslzÓaR<Dz22!By3P\h#m7Pt0ϝm4H vmF<ـ9bQWQeOEqN:3{vENv:X݌6K:oP(&ⶅOFu\k<@ڛ]? Lu`DW M̮]ܝ WFw\kA[6}9;#KG%6=n1S mxj5I ϶CÏsy)td0llPAkff]SEwXk1EegWr<p"wKQb-ᦶȚo&U z{92vA vJ,OQEEOv(N'sӓ4̍[&kαwTfB\-4oA'w8z:?Q7ePApاs+GGgdO۵Q4y޵rG5El20NJD~A{v8Ūc_FAk1Nݯv6؃[ @dzgj_) pzCuu(_픽A)vҙCgX YɡSF~cE@х %jYG_$ -2BθXN]0{N9n=(^=)JbCzPN;h?UȈ9y_^E[RCkpCsr*CȚs+&ӷUbH.Ķsug_ " QA<9&gZuJzt~Jr*)x=XwWDﻑ5,yst6QڃٻwZOB7we  "H)E転~Ya#ȩ-s|DcJw`Zcb\z0^2:eȸǚ;B~PÇz.+2HW ȩ 7Q:g~{c ؗ(KZp@p/tsAߵj99Uܜ+=N!iW^-hD<#/ JlB)|NZVFni\mO=#Sz 9Еw./'!=JT2a9XKy\rk~"'\DA#Y=z)K3jqwW{/#Z vUt\YGryJﶃ㻁/_t1Zl݂( G@&b! ,!//]OSx`+ oJ7ǡ2&&z^CJjj610q-/]_] V:+O"!bLNPN )A:4w]ty{xa>@>)+)2!iF8vzTA⽦;80(Qcb,.,V=<796it~}JUVݟiT9 pHYs  ~tIME9)gs IDATx xםu7lv`YKO$\&M(lno(5n &ns dh .nK\P4d yt31IX@ȱ&(̌4CJۏ!Kws̸'V\>>'QI?OD'QI?3{柙|Cʹ8a '!D<àI('aF! zfJ.Я/Eϐgn[o3ϧ|wLiei~cџy晟3ZS=gJ`9G~334Mb)g3?Qg%&! JAS4|X+0['|';LQfeT,EQ J,;!дqw >g& y lrwʴOXA`o>;YE˦5_u~%F FS*XR5t(PyxbܧP5)$I(d;< 7{̣D$}J8$7Qe)=S`+ 9gӲ{3w07d`9G+7*(q֨xGD)pB,/qJL3 }2}&5úu>V)N|qEH.p"M-K$㏻\_v͓c; 0uWa &ik,g &,Lx`+م-b085XPύ P>>V, Mイa,1{|.=hhl(>\4=)#G k";L  #7Xc.\!JSjp.KfwK1@罼/|\ Q  eZa4vK/ SZC!ʡ Mr=rEb:X/e9CY U9FGDyV}"ŨiÉn ]h"́ (pX  aJ9豐c wB\4sFԫ("DX`b"NG *80h4X K|Ou^W')0H6]w)0G *;8x"^~(J{h'$@5Lp 0(<( dsJww!O彔tb7<NU[E!9WL萠Ѵ[vE8u =uG&F=ɣcN7 y|:n>^zB8t j%c_>00C@z srZFAr࣬d)0uw^˿X@b+qU277CA~gJ65^=#&(?s1P?_Z=!vvz1o𱲋9y4h}W|EU]5HGgFw'p#yi{hW+5񨼨oA `,8 pΨwvvv/hO_;-.D2 C}TwtQ(8#C0 Q%uIW%*e?"n7/vTjB·;ww8!- {ӎ}s1YQqZbT\euZVė yTsb%U8;ҝ=DH1f MvG.N&!ݴG91*`j8S~#=QTX.*^ <tk:TGOLuAAOZ疓>Q4;]㣲X]cUC5H KyR0y}z|g+v&/~u, (X DD!p褩}ner9@LiRtKT:% '$1fxA!Z#9G;/~}% u6$;TGVjƙYdfuVh9UQfxsY= +d; uNݽ;aPYQ";Z!T\Tq%Cf89 $4A+QI)Qd>?C8R,σ(d$DO5ahtzĦnGmAs  Ϊ!Eg5"''dbPz]s= BƟ;;(` yQ.z{:f"nt3ʡQ~y?)ItE2uxtn7 UP, m;}ni7QCU nmzѪ9Ɖw*j@PE^R^J7hl!\G4fC5}FkF"qh?A7/~B7WM$$juY (W 7Ξ/,,<*auh,Fos$%@Ǭ%-Fq|ErFEFz}>hf M`۶m\ZZ9Sa%IYJj`|Y})T=? i1o" h,2'Y^<=(7o{%L &>4K}q"7@L@g8Jb&v29(Y Wh(}',KKϖ\JAkts`*ue24Dg=Jk3J|۶m/,M^zviף:ပ4zOn0}kc221Ks~XwRJVN뛘|O| CJW(M=W^(o?Z)DN њtO~2OpƚmtGs:^Ԥ |qjx@,k,tkXX- _^~,ȟ;:^KIve ݺjþ,]к`PkDtɑ#  $11T#^tkO9A}p[OFt6,GtUT.jMsǕ;1uNVN n!r=]эo[ق>[ҳ~! $2(T?tẤl兄|s<)oO)!T@7MVCؔutv`٦ daEel{71 a.7h].)/_M9ܹEOH|Azϙ'DbcTz1bY RD EKsN]]6Cd#;/h_ |1ϩ10Fg˸[kŵ'J==AO'lI/ZX$?Mm}S_w~s$m'0VO:"h$CN31?)ZJ/!-PBБ|ڴC!񁹖MDߔǹȗ:,6ra~ xբ@ek*O#&9x0w\]n9]vDi<~aG 15 b.&NY U@Ι;ir&! rW^y!_ҳ~xpI㊦ n*pq:fĦsRjV5 թy t! WN9J Je =..IΕ'{0~8a-;1L=7f5g֗k%290q6sp`{Kb9S\t&\r'WveMߖsM":`κ8Ŭs# لcMsI{6OKS}{kFTZЧB3b!b$%tE^P%Km7iiGO /ߛ{6$/Ӫ(Ot(41X4$܋%b7#]!ϝ>}]>z嗢*{џfrV5Uɡ0w):gRE lٖ`/A0O_>ש{ܷkVfqYG&$ZP.*3\"Ʀ#-[Lxsf;{U8~bӧ?fK?+ tH@Pz(D\ܐiE"-%J衘;:mէ'esG`<$`9BL hY w[Pe޽N~{GNdqH_{}\,Ҕ*$9m*>7'mO6q}uK \[}\KdrǙɸA !$IB` cݏxblՠ+)a}2!Əۋ+2J#`OWRR]݁-o_ sn{ΐ$i<@_ZJ4pggϖ7d9AeTڳyzޠ( *Kxb%_ȉsN;g3mWYX`f{rU)/A\p2gSsW/{]vv[sPtH7TU▒)tw/nɍ}>'+16,Et^QpFH[ ZZ?iܩtA0_\U";xai*VYIeKqNr:JNo@_\lij))/ )@2dp(0(;z *<6Gq4z,o~ )9@ !Ry1 z~}aM=8 G%Unʐ b ~AUmV!~kD$~BTbH/&KvwCSYGO?1}߿4iXjT nwg/ǁ Jߵlٲ]?+O>Z:I W#'&K'w^؂ˑRNe'TO|"`RBl 7ݼ"XLUyjwӤ/us$64u~b٩}7TWxk49 ݏ("H¼,‰{)-f1]]]=o/%%D%9Z8il* _2`^#Gw[¾U,@nƌS>MAVѿEiܝTFiue 񰳉_yTIDAT1ܞA&%@~rҌ޴LJYGˆMuY/;u>|)qZE_.ya?κmyW_/{j;ܐ&Hm&n\0x([y ;5GQZ‰ ߋ7sv᳆cǎYiO? nxEVnM4y]޼kP$|V5%ٳdɞ&Sճ+w-;>gٸBdC,o>˒%{P 6'WP&8Q:j})}l Sv`>ن㪫+**-Sp(?,UC]':`߽w}w d}.]qPi`VMnc3ѡ[ԏf4f< +;T +֞9~ h$'ynӃXy&|V?Fqyyyk:a#覱:Ժ$ƉLk׮e#϶džr Es~fg\P$N%ŏ =$_b*Fo ܬې!d*yxzHrd3nj}MܴMXuMX@ro|@-g<`ѣ^\$in֩s޿P[#OJ†l8ooOҝD~e&y tz…cg-ólrP:w[6 Oa"9kΟ>pDlEn[ZnK$aOD[܎(ё}v= ~ʔާxK< &P}G~{%!?~(D7J߾Iڕ4I09}h'QO-kYCNxv>S~ :I!5/g@nrhW6_Б=SW~Z݊5_P8j=,ŏvf5[^mv~NvXn=(u]7@)Sl`T 8AGvKړ_x/EXG @iQ#B\qˍF~wHMfF7m.lL:Ss=w=rnNb3sf|iX#Ϙ 0()+kZJ/]2}>.<7(eM٘! .L.SF>V:Aԁ_5)xfяm}aS_3Ilp41`I3mt 7[q={+A_C+R 6D7p4CgoD+8>l9GGa꜀J^viZ77N\g>2q,yOOmm{;5#֥;fCH']Nc9F_Xcz:w4wP97779nvD>f(_v(}1ʈ$;Z?a!U% l!|FAO-_\AeB \+d!4 "}vI1JW* >> Rǥ7%_3gu;lrDv `eM}BYD߸ѡvyGJ?枇臺 H'+MW7 365CQ=}+d}IEG^OŞlWw5}$E5Mt+́m 5ap,^3* Wm'w7 dŒ}5FFGA{)HGTt)}һ`Hm7I+*rnۻ]Y}MEpZd:; rT6K Pu,~ ԖlX;[x,9jN_MC-KU4ahnk3ѻ:1hqUOW%03읠]V-T1ܡO2]=K״7j.' &aﭣqu- cHO!:ĹKs~dM5RUԌ] }}u&M٫37~IBP;A8>"g>:|d_&:&fnUD~M`}Joooc,PTS>HPǭrz'K-^D?T7"6zD9[mmM 8x{ג$:(`+gL+*׬Jj|kkW,[V7a Dy.v4W}R4PzȫAU!Ruzo3+uH^׵Ml}+Qu}U۫*+P ,w'rD|{ՑVA\M4 4u zG4Ж5M0jj- !Rk- RQ:$)[c6!@k}pDomH=)}C+_5уvQ\_afqI.:g SGtJŜ2neUM*'~Bݕ8>3/-[;@l(g_plIinv=GnY9lDoL8uۗvhJ㤢&ky<}75K4]䭦k| B|R>mk2^5dZG{o+O_wƹ+W^/k} !PvB<~87٩ "nձUe=Jջuetc|Hطۊ=oJR@OG?I2^i=>i~K^_S__~w,UU5[~|8Rr^ў}tGnMt+?X}MEF|;'7zcEB@4@sLjo۞\W]spvyr{o[A7c[ijZY#=%uM:NܥftC՗j:z2%]LحC]SMS}{9[:}zSR{; &94 [no 1}[-2Y[tgz crn񷍞%1:jܤA^fm^;[n[~`%n/SEo :Cw N@kU3=v'-fwe=:eCɴ><ѻq4Kؗͬ0({~OddH 7)賋}e[ \cU]i{K3c7[{cacK n8whD5ʹrIt3W͟,kϳ6}"r˾ _T6(:ƹ%⭶uvhD50ѭf4TH/\{\J,ޚhVs]S&z]G߰s㊊I!zwvsC>9wS;KCyetg y@2n rXE^Z=aIӳUmxrOV^}siY:ٷΩ_+Ǫ{Hvݠv^? wW5&vZO8SQCkzW =uuu$g^;'v ѻ1,fVPVci$|E[9]ݷA}Wޝ]YܳqF=i[wN5o1|U#6r@8nE߾|ו)+sy71EO>hvzs?xɲCv26FDN٧Rg-~y9Nq>{֭fxņ пLS+ݮ|חIg7Y$kƽmt';·ٱlONDU qCkI"ِ!,tq7TmϿbޣsu.ΞۆwY*p$c1w:y%V\!?mgo43]~|Ӊn rF9A+5:?_Wy2v]A}֗p@AɼuÆֺ3spjќW%kOw"-}:ɰ̻s^*Q_+,-i)dvvQw^b\Oзmgzz_gyuxpW5?k=2Ӥ'oar[[XYYGpW_DhǬ#eɺ Og\}݃NrX 7N>d/{҂-n{ dnS9s>ܱ-|o۞:n,o+mx䪮.۾gO'eَ8;>AufK&-f<2҂֯%*Ivh ƶ+W:v} &3Lik*F0{zXJԏ8l8;m I>0[RFn~ھ9;\qqrRuw8㡼XGV^j~m뚖tͶGT Z=5ὲy7PBJ]vߧvSkvxuVSGەGʙW+߽R6Jʓ~'/k:T&>ܖzיG2LHZ_BNngM#u4}k|#ަʪfmjm8wLH&qyrSىCmlcC'.;SjW&_,̫ݬ&m\жc wNr&u{MC?ъs췬n߸nl7֟g>)qZ~yԽ+s@pSWIv\6 nW&ۊsFZ>wu^W֟\|zM"jL>uϒ-N ;g틹@ ݲf"D]AVpbf^wnk[K\'rz#s+ qtv3ſ3w 50[>*-r&{WG2 Iak֖9>\`^3#h&yyy!Ηf-V_a +)I'?)g?Fv:q;:;Z9|LR&y)8KA rIΒ%KoV^Zɷ3d92}P{gFYO:8zSr3ZMz"Y_Iyi &}2ƒ@%kez;v#[G4ǜi,RM}w;k޵aK;L&c+nbז;?nK~&xܢ#99߷5J{>UTSWq+]!{>EjBpNCxMeQol#Zύ7Kֿ8w׾SvLAon7O]rǛ篪+,Ӱ!sp׺p)Yol9b>3t җ /{onfʵx)ғw$|c_9C~7#'6żFOm{s_~~Fq[ ˅ɳI,1ܴ޼|y߾Ƨ'Djm/Dxb6}N2ĺDYeQ0[N=7a=A `VG}vߣ|]IeuQWe4ۂ_\V6{8e `;Op< 2GijϟGn;Xkg'TVM Lڦ`7(_@>ơ?33' **  騹"  ,"! /68FHFNPNp`e796oJ7"w\x4**־vṣzTA&"!_98a eMS|p_efdYH;27+"tusYrr/+*y{xӢǖ¿ߚz<(]A2)&,iF9 N//Ĩz620<87f\^}7>PҬUWU[=>{jn [VUؓshqKFE, ȴXcdV:+iuuiRC?>ĘƃedA4zµ&'%R9.[DϷ*&%x[[JUUРʧf}mu(/@8&  ~}5? pHYs  ~tIME;/& IDATx |יuo![CJRhT8 dSYOxx-Yr+JVɺcN0n&`~P(+ODl~93Hƣ<6@?3cĊ'SO|IO?)'Q>E$ʧDM_FG83;ޡ=#98Y} E>Xtoor#{qiL qaY,MFgzQ:8˗y*Acg.f:}7瞻2Qˊ@dU>z dgE);ϰ"')r7u1S_w<2:1Z}pVEa[#l8u<NJR/wIDfX!F#:.d+kؽ /ŨH^(.zW%&J,\\-qA{eoXdEbKE(aWְvvZ=h3`_yrX~v+cK}挬X}k^vF 좥.@m !|)즠'.}[@EzK*DeJ`a_.sVY FGR`;v;UֿRVfȢ^APyk@6ep UxK Z9$&jGuA"1]>=%L _\$Y8#^xsi=aW"V/q%gIv 8ȅ,H8'3V(Ր]X/~^+'rJD#QdpXd6~귉|8CsYv)q~_ddd`=êE%UCA@y6:h7ˬ>#c'K6M#!<@,#D7XF 1pjjQ35m`gY0yufg"*w%f?K_ϓ@-*G%hXd 1R_8^lxOW@ly3loI.Fg3ml ?cC`C(*- d/jhC;~(z-Eg R).U|:M~dOB cCO?ԗ ! Xe;'''hCV|b솆i1v‹/J~ L.gL~a9{0pRG8@:Uf6b!6lvU2R(oNߓ(o-xǓqvׯVNq@ip7|C/{N.(^Nc6o@T,}Q5 buNiĿ 2jxwxlЋrۊrrB9 <$pƊ9 9AYc8C yW~b7{")j9qg@Wͫ@cΐt b>S63"vv;)UI|96-zDoVtG GPȝ&g“lhu87p9HB3wfv1mن_Hз{Q'zAqq=lCW0h>\U(w}gʰY.  γ8#^(cl~YI+2ϱzVGDU-DdzamHEooBb XY ~r JTk Bld]E[g =pgxY0YR%?K: gb) Enori*68C֜NgN6NJ@Y=5j [e6w^XEW%'&"CH wfI'wrH_iEaEVj99V\^(='%UCv ^+z6aQFm ѥف9wv}*;0Ruzl0q""ם /TFA >\=݁ P ^ ؛gs: 81h3vW8/GHXpD)t;iܠ1mB V5 #CMį?_(㐶a>ї a2\Rq1h4v,pW[*7vFPH GKжrA`N'j#CF<9AI 18PXw^I.tp<갦G~ (r*EΜ 6N]R=&TSBn ͡`*d'b+.1ډN$܉w|!c (a΄~n5vūˆrB!AkUUv(C"q| /Iv< o#E:Š€¨ PNgqZ.a*[P.E6z"a؇r~I wI )z̥(>L"}: a1-bvI~.+,قpUyx"dgdVIq)*kӢ=(AwHCs.yc~+&kEb< 벐q %`0d!jq\FhԪ8 KEC9/ Sn;ײjŀx*hQCi" ZTҥofe:[^-l,95mS.(l iWCYnEĪT[$НwMCfjD."XT+`uW:G{ !~Lsk/u8%l#h*j6*[YU3y N˻xl>-HM} }@XUĥӯQvPY+kuZTNS=n/w7jAlT"tyF_4l(<^E^{뭷߁-AN(,֌V'ծPdUAG:-n> =xЏ+[owZ},{q,e#QqZWa(7pFC{C*6[Y,{DZx76-Z?O%Etu]k@ mCM#Cƕ Ոڋ_,@<9 p+V lrZ7yUVp{& <=Z#N#k ρWVfI8Otj],.h~\3vPt#&}rߑ'~!+~ϝ[sY1qzK.&RK{1o5qM4@ˈ>&rfCGZ?GCg.njv^XbbrLK{ u,A'g%h'3҄q+ =tZS q1(K֟TUr¡ҕiU&4.fOYvHUj ~M75;zh-3WEkN,P:&/`ULjc :iMi\Bߕڵ/g_ Qr@YK y "gNjfMO nt>wӑȑ8bŽ' ArBUrqYi29b#PpJ#4٣zzWPKy!z]J+5?^1z[~YGf_x3S9pCi+qUk(04dh}$n 8={qgޏ\@);nIWf8j$:.P+x#&;aǎ gA~ghKh,E1mq13O7͚58סw0;!ɕ+%r]wm'rple(6/xS#]o T\1Qn(q+7;;31.-zEge +9xSwݕQ~ߦئ&E~X̓0Pv$W Sttg}Kx9Ǿ}{7G{$YpEZziې%P34}@ _:@ ܧ6rOmf;]PU=ז?d(A,2]>sgydՍl~]^څy~կ,Mz*+Opob'Y {V9qV66G_l`{XY`k KY4y7]ۃaQӯŁb cza;v4=sdU \]Q8AߏŢqaǎyy]~l4j6*YSW7]$ېlXbz~$R.!M=P([D[,At vUXAF/gNL-R"N$p&L߷@?[~(ēOUm:l^~X<4 #?Z(gʆ~k9D խ%_z=qnv~Xq.{E(6?Fo:FbIǗ^Gn.Z?;&Mҋq?(>DX9L]BabIw^G^,nŐׁ|Ҷ^x#^#LC8e4|u3-:aܤ'm{m`G^`(E{[Q}/ c;{_;UqgPoWww"~1wRH︔XgU.[yY0۷xe6O-/o2X?oCO_ر퇗h~8#9"b@ ]>oWf1+σ_=( rK_S{.I{Q183Gc1ϟkoeI@Ȕc tKxx 8"ǘn1 #%ΝkW<,Iۧ켼s xTmq[EpRt\ o1 ɐՎ&+4$xS4{&&obY D wlw}q֝ߺeK ;-xZ@{ y=a$xŗ# q7%ߪN%GUsΗ>岎Nݎm=\C?еD[(/}{E1/NLeN-kxBW>S߱muBy'r/AkCLd63vMoo9U־?m)s|n͜ _"[6HU&|dKfǦ٨r܀>D'{Ks^%̼o*e}?>{ gG)NZ¾m7N87LW7L;6^YoxlT:;>vbW}ɶ%x}U_r{ 2xgpCn9cf̀ Wl~/Y{x |?9:!(l5`-z֭m]xpo/.:`@~ ?@S'ɪYf)k4fe*wKM Nl_GG+o܈/pxL;GWTTWhNFprmё}v?p)w}?b_IѸ<2'IDATGwww76vI! d/{e? +:cǎ8H_߉4>bG۷wW¸'txm+89a'W:5'TGoR}ƸO5mj7~VpHe>kF8pȍS>lɅ Vm}+Fzo@!::&8NdOϣJ5B@_D#5 :O\1u#Ao*LS{ECDaQ <}k9%so8n`O$ZΩנ%Z"OJ*3ꈓҍux"("%OqvL:rEE'{);\y" I^3>#OU㯌&n):uI$0 Cue#Q?h:0#:ծaX%Ib?z}o RBMZOsFvt1Ү$Ib@n>~#B Q}7X_ $Rj53AL#?$t-\7笙r݀ф$ f]ǯ-OwFn`NfV1G3vΪS2-ukKAa;w&kp_6<*ʚxsePٍ2\KJuF|L֤f@vaz!:9k \3~{A޾e˖FCT+ZK9]Gk6֥2]q=X?j>x*^Ps I;-X 9RX^g'{١1O׌]ul]G*} pWUAYMהXWRoHStp5Pvf%һ5‹SEMv2}&{GFp[XӟrN /Vu-l!&R&]}Xtaˉs-Ԓ D7d>mhNRZZZp"Q%|2);U:Wt7v'V F:ߠZ;3QCRj/-85[$aΫ(o'}Oa< ;Iݍ^YRk#)x ۷\):{EM؇^D흢̞YTdHgXOY2Ui̯ꩢIp^M0> tre-U.݀WZRvfU]Р+)}k { VeA5vp7zFOvD;mEeZ{<=iWb8da#ͫDJ m5vpY0gMkX=,\jxmv*]C_8oOyO "6A^8<:z]mzGw{[N*z҇@:)k!eUQ"҇~۞Z^Q,^ I~% f\jj*.eۑ@瓃q1MUl$v{4}$Wxa.Nl}OMy=OQ;A/oݝi~n'jykcAn^g^=Xނ\SqArAʜjsѨvb˰,~uNf_٭z;ϋw_=YM[z䕸s ƴv*cZ[k:mm9LAzRg )ziAov'tC=Gыl T5 #zWٯV#yu~w:U{QU2w>:ʟJz5k񨬧rMU^Ӹ%-e)ZboS{O?wng)[akJUHlGu|۶5 eme />ZKL;=m׭;37=vx|&i7[2k|M{/aoIvqp8>d"=˩^붷t[h@}z}{y59vUE?g8{-j=}4ckѕZYOڟev䎩nx{[@Yu7S4zcxY7~4ϠQNwu}PA57`X']3,Sx)/b.մTTٓC U )TneZ3rs3=nl:D֝u2D7u@"{Vp,būَ[;n<纯n)Mknc%[fz_~rE\WU#չ,[(m̻trA8oatׅHˍޫIm^y,U@EshgIK<ɯ\i(徘P>*3sVʃľf3.͙l&fCI*= b. ;UujU.+^|8{n'x } |ة9=!7taߓ褄f?cof^}_gs_%-h_o+bzxp-3&tORG.7nDggBҝjս%EE{zKV}V`fWA*N6yT;8{Ѥ!zv+LG_m9E:wYOayJ|>tVn|y\0pI۠4cr !^![ iD?*)t-3ph]mv;k/]qgvjƗ5EEx;sݓgNC| gŏ j uroNު<\P[2řۺv[ݺ 즗IHCCf Eߣuϸu@76'^b.b^Q;SK2A~eĹ>>Dtg5{ߓmQ[ ɋSذ}g빴{5kFܖתB){pO~RvOEVM34{$59:l54׵t=Az3nxvK {U "b_)ocs6$o͝{_S{r0v eo^U@+4fD5>>4t ' g4׶TmѺ6}l)诳cR6`Ikoѡ1~ li]+hȩxn+AG{kSw%-N}JE.-?0k7dz]k`j !~Xܰ(g@e%oZ"~;o)W խSg=ڼfIn8WSXh2=nLF7xgi6jd_7Иj .\jW6Hn+iP1FC]灶Mz@1~oP.`СՉ'A>ckӻdv-\^C#ǒInXs׭#K1 ^]Ɣ]-l)-h^35)=hvC+}K-4i8<)ck[.NK ysWw]1n7^}(7~eMkxz G(Hʍ?t}F]k t}k8~2￳Hc/}=i0Fk=`O |3*mwѵ cDOvn\m>k:ߙ9O0E neGݭ=C#kSsiɫ->w®Vc'XnwWЃ[˱F\Яw qZЛO?3kGoذȎm-3gg-mKpMqUk_H"*E(z6M{1w4&-NziVhJ'H6<^]TwEhK58gǴm2ٓO֒wE!9 }4 $O0Sb B/[I:?cv?Et dB5׭{hɮ~G d[Wj>2S}7q=ߕ]пџ5k:36,>Tt~YYG^kzQ 7^ VԴ{ɮꮶwV_ S:t ޠ7$I]euqѦ +k#AhW{KW%;8{>^VKja{+\XQ ;ߨSC`C?:ze gQM[,% 흿_Y֖|Dmk[5(8Բ{6XnIs 7t7vPϾ݅eܜKW1$n?~|>{˘6Y]UP:Wo~p}DEMq?{߮K<0k>+ϝެ?v C}[BgnY/N(o6vowދҶ~ޝ8i^͖8z)E}nCAÒehwzEȩ< Llo_`[[w{coɶƲKW[]L˚T?sYbCE"C$~8mp }XUvWcOエfL_!{mR^%7&K'g?;YzЉK~dKm]Uml2~[oooۚ9msNίڿ7z*qlhoyTF}\{Vw^WyZC5`7V2;0'i5^Fp*1Z Q{$o1}rgPgQlR=n{gOniuvbW<._5z-} ?QsvgѬ{vsxCG5rڦ{P5Az[_ު]:6z,S7*a1N#0X{i@oD͊Q(b/<vIiGR q׮a卅e-qNxZ5ZC"1!8'ZȡLSZDᏛ]_DؤkBs_y>zo%h=nq >?UQ>څڤȲ͋y W>C \Ы*?TN7kAzxg\F&-/qzr 89imN̽)N> bPХC&~~Oolj3KTq+bz::y~7h)-M!w~߾}-$CGh6zeĪHfc\>o,Ί"} ---ɀ%%. B**--d?%u@vn} 5t}˴PB o/YʉƸ#%n/dV,tBOqĢ~iq]>J ZcnN[I/x{ouƁ{s,v9(ɤR[Tv:maaO>L'/"δwCޠj իjּҚVIENDB`workrave-1_10_10/frontend/plugin/exercises/common/share/wrist-lower-arm-desk-stretch-1.png000066400000000000000000000052421263301626300316770ustar00rootroot00000000000000PNG  IHDR2gAMA7tEXtSoftwareAdobe ImageReadyqe<PLTEٟ "IDATxb` Fh{ Fh{ Fh{ Fh{ : IV =l@ d|X p;@1{b C@χm%>~ |>@#@χm Yk ]Q>S ]:@:auurb H9^ RNAh{ x1uC5@dy}x4dB:@`e^>g r>Lh{ Fp ҽ>lf_d  z̹:|fZrlͰ^>g Ҫᴬ :Ԑ9#@*űDׇ *"2@^'c*":> " is"o-Ͱ9@`Ydž%DBQFaub vau"yeª H5^Dr`=if@1'wY@Ie4N@ !3h@sDKR׉nds }@JUXD{SIզ5@TmhSC@{>DSSE]MN&u@ 4]SD}I'.Pu)tIj :i  uFrbUNha` 3h:@"'Jp-@{k(I:@Que " r>Ӥ^ >>7@S3P5 |A~3 ^ rZ]JG~r00Z^$qԙ"0ɷ : |N|rDSV֐s@{^>h`0^ NHgh@N*e Tu  JN[tm:@Qux])l@y%`: (:2[ <ɝ q1pl NѰ` @T:SD)h 32^' D9#@u>x|@x 9#@QuRc~0 (:i'KxٻޞF:@TjRN.:y huHk0 hAj zWIuS]@mz pPmik@Q6P9- j-l@ 9 aZ@ d>@n'bi`6@yt vub?כ^ RwmR^ T2@T8~b:@1PsZ^ *G)@ﴬ8*>iubiwZJ>UYGC|Nv @ Nu@@MТO;UK+v^ VR;@ Tiu ݆:^  r hd@1Ф@M@:؛s@ :@`DI .mF*=wpdRDIENDB`workrave-1_10_10/frontend/plugin/exercises/common/src/000077500000000000000000000000001263301626300230445ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/common/src/Exercise.cc000066400000000000000000000230011263301626300251160ustar00rootroot00000000000000// Exercise.cc --- Exercises // // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_EXERCISES #include "Exercise.hh" #include "Util.hh" #include "nls.h" #include "debug.hh" #ifndef PLATFORM_OS_WIN32_NATIVE #include #endif #include #include #include #include #include struct ExerciseParser { std::list *exercises; Exercise *exercise; std::string lang; int title_lang_rank; int description_lang_rank; std::string cdata; ExerciseParser(std::list &exe); const gchar * const *i18n_languages; }; static const gchar * exercise_parse_lookup_attribute(const gchar *find, const gchar **names, const gchar **values) { const gchar *ret = NULL; if (names != NULL) { for (int i = 0; ; i++) { if (! names[i]) break; if (! strcmp(names[i], find)) { ret = values[i]; break; } } } return ret; } /* Called for open tags */ static void exercise_parser_start_element (GMarkupParseContext *, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **) { TRACE_ENTER_MSG("exercise_parser_start_element", element_name); ExerciseParser *ep = (ExerciseParser *) user_data; if (! strcmp(element_name, "exercise")) { ep->exercises->push_back(Exercise()); ep->exercise = &(ep->exercises->back()); ep->title_lang_rank = -1; ep->description_lang_rank = -1; } else if (! strcmp(element_name, "sequence")) { const gchar *duration = exercise_parse_lookup_attribute ("duration", attribute_names, attribute_values); if (duration) { ep->exercise->duration = atoi(duration); } else { ep->exercise->duration = 15; } } else if (! strcmp(element_name, "image")) { int dur = 1; const gchar *duration = exercise_parse_lookup_attribute ("duration", attribute_names, attribute_values); if (duration) { dur = atoi(duration); } const gchar *src = exercise_parse_lookup_attribute ("src", attribute_names, attribute_values); const gchar *mirrorx = exercise_parse_lookup_attribute ("mirrorx", attribute_names, attribute_values); bool mx = mirrorx != NULL && !strcmp(mirrorx, "yes"); if (src != NULL && strlen(src) > 0) { TRACE_MSG("Image src=" << src); ep->exercise->sequence.push_back(Exercise::Image(src, dur, mx)); } } else if (! strcmp(element_name, "exercises")) { } else if (! strcmp(element_name, "title") || ! strcmp(element_name, "description")) { const gchar *value = exercise_parse_lookup_attribute ("xml:lang", attribute_names, attribute_values); ep->lang = value ? value : ""; ep->cdata = ""; } else { TRACE_MSG(element_name); abort(); } TRACE_EXIT(); } /* Updates language dependent attribute */ static void exercise_parse_update_i18n_attribute(const gchar * const *languages, std::string &cur_value, int &cur_rank, const std::string &new_value, const std::string &new_lang) { if (languages != NULL) { const char *nl = new_lang.c_str(); int nl_len = strlen(nl); int r; if (! nl_len) { nl = "en"; nl_len = 2; } for (r = 0; languages[r] != NULL; r++) { const gchar *lang = (const gchar *) languages[r]; if (! strncmp(lang, nl, nl_len)) { break; } } if (languages[r] == NULL) { // Language not found... if (cur_rank < 0) { // ...and no previous value existed, so we're happy with just anything.. cur_value = new_value; cur_rank = 9999; } else if (cur_rank == 9999 && !strcmp(nl, "en")) { // ...but we really prefer to default to English cur_value = new_value; cur_rank = 9998; } } else { // Language found cur_value = new_value; cur_rank = r; } } else { // No languages, default to English (0). if (cur_rank != 0) { cur_value = new_value; if (new_lang == "" || new_lang == "en") { cur_rank = 0; } else { cur_rank = 1; } } } } /* Called for close tags */ static void exercise_parser_end_element (GMarkupParseContext *, const gchar *element_name, gpointer user_data, GError **) { TRACE_ENTER_MSG("exercise_parser_end_element", element_name); ExerciseParser *ep = (ExerciseParser *) user_data; if (! strcmp(element_name, "title")) { exercise_parse_update_i18n_attribute (ep->i18n_languages, ep->exercise->title, ep->title_lang_rank, ep->cdata, ep->lang); } else if (! strcmp(element_name, "description")) { exercise_parse_update_i18n_attribute (ep->i18n_languages, ep->exercise->description, ep->description_lang_rank, ep->cdata, ep->lang); } TRACE_EXIT(); } /* Called for character data */ /* text is not nul-terminated */ static void exercise_parser_text (GMarkupParseContext *, const gchar *text, gsize text_len, gpointer user_data, GError **) { TRACE_ENTER_MSG("exercise_parser_text", text); ExerciseParser *ep = (ExerciseParser *) user_data; ep->cdata.append(text, text_len); TRACE_EXIT(); } ExerciseParser::ExerciseParser(std::list &exe) { TRACE_ENTER("ExerciseParser::ExerciseParser"); exercises = &exe; exercise = NULL; lang = ""; i18n_languages = g_get_language_names(); TRACE_EXIT(); } void Exercise::parse_exercises(const char *file_name, std::list &exe) { FILE *stream = NULL; TRACE_ENTER_MSG("ExercisesParser::get_exercises", file_name); stream = fopen(file_name, "rb"); if (stream) { GMarkupParser parser; parser.text = exercise_parser_text; parser.start_element = exercise_parser_start_element; parser.end_element = exercise_parser_end_element; parser.text = exercise_parser_text; parser.passthrough = NULL; parser.error = NULL; ExerciseParser eparser(exe); GMarkupParseContext *context = g_markup_parse_context_new(&parser, (GMarkupParseFlags) 0, &eparser, NULL); GError *error = NULL; char buf[1024]; while (true) { int n = fread(buf, 1, sizeof(buf), stream); if (ferror(stream)) break; g_markup_parse_context_parse(context, buf, n, &error); if (feof(stream)) break; } fclose(stream); g_markup_parse_context_end_parse(context, &error); g_markup_parse_context_free(context); } #ifdef TRACING for (std::list::iterator it = exe.begin(); it != exe.end(); it++) { Exercise &ex = *it; TRACE_MSG("exercise title=" << ex.title); TRACE_MSG("exercise desc=" << ex.description); TRACE_MSG("exercise duration=" << ex.duration); TRACE_MSG("exercise seq:"); for (std::list::iterator sit = ex.sequence.begin(); sit != ex.sequence.end(); sit++) { Exercise::Image &img = *sit; TRACE_MSG("exercise seq src=" << img.image << ", dur=" << img.duration); } TRACE_MSG("exercise end seq"); } #endif TRACE_EXIT(); } std::string Exercise::get_exercises_file_name() { return Util::complete_directory ("exercises.xml", Util::SEARCH_PATH_EXERCISES); } std::list Exercise::get_exercises() { std::list exercises; std::string file_name = get_exercises_file_name(); if (file_name.length () > 0) { parse_exercises(file_name.c_str(), exercises); } return exercises; } bool Exercise::has_exercises() { std::string file_name = get_exercises_file_name(); return file_name.length() > 0; } #endif // HAVE_EXERCISES workrave-1_10_10/frontend/plugin/exercises/common/src/Exercise.hh000066400000000000000000000027241263301626300251410ustar00rootroot00000000000000// Exercise.hh --- Exercises // // Copyright (C) 2002, 2003, 2004, 2007, 2013 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EXERCISE_HH #define EXERCISE_HH #include #include struct Exercise { public: static bool has_exercises(); #ifdef HAVE_EXERCISES struct Image { std::string image; int duration; bool mirror_x; Image(const char *img, int dur, bool mx) { image = img; duration = dur; mirror_x = mx; } }; std::string title; std::string description; int duration; std::list sequence; public: static std::list get_exercises(); private: static std::string get_exercises_file_name(); static void parse_exercises(const char *file_name, std::list&); #endif // HAVE_EXERCISES }; #endif // EXERCISE_HH workrave-1_10_10/frontend/plugin/exercises/common/src/Makefile.am000066400000000000000000000003441263301626300251010ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) workrave-1_10_10/frontend/plugin/exercises/gtkmm/000077500000000000000000000000001263301626300221045ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/gtkmm/Makefile.am000066400000000000000000000002551263301626300241420ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/000077500000000000000000000000001263301626300226735ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc000066400000000000000000000030761263301626300262620ustar00rootroot00000000000000// ExercisesDialog.cc --- Exercises dialog // // Copyright (C) 2002, 2003, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_EXERCISES #include "preinclude.h" #ifdef HAVE_UNISTD_H #include #endif #include #include #include "nls.h" #include "debug.hh" #include "ExercisesDialog.hh" #include "Exercise.hh" ExercisesDialog::ExercisesDialog() : HigDialog(_("Exercises"), false, false), exercises_panel(get_action_area()) { TRACE_ENTER("ExercisesDialog::ExercisesDialog"); get_vbox()->pack_start(exercises_panel, true, true, 0); add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE); TRACE_EXIT(); } //! Destructor. ExercisesDialog::~ExercisesDialog() { TRACE_ENTER("ExercisesDialog::~ExercisesDialog"); TRACE_EXIT(); } int ExercisesDialog::run() { show_all(); return 0; } #endif // HAVE_EXERCISES workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/ExercisesDialog.hh000066400000000000000000000022701263301626300262670ustar00rootroot00000000000000// ExercisesDialog.hh --- Exercises Dialog // // Copyright (C) 2002, 2003, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EXERCISES_DIALOG_HH #define EXERCISES_DIALOG_HH #ifdef HAVE_CONFIG #include "config.h" #endif #ifdef HAVE_EXERCISES #include "preinclude.h" #include "Hig.hh" #include "ExercisesPanel.hh" class ExercisesDialog : public HigDialog { public: ExercisesDialog(); ~ExercisesDialog(); int run(); private: ExercisesPanel exercises_panel; }; #endif // HAVE_EXERCISES #endif // EXERCISES_DIALOG_HH workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc000066400000000000000000000366371263301626300261330ustar00rootroot00000000000000// ExercisesPanel.cc --- Exercises panel // // Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "config.h" #ifdef HAVE_EXERCISES #include "preinclude.h" #include #include #include #include "ExercisesPanel.hh" #include "GtkUtil.hh" #include "GUI.hh" #include "Util.hh" #include "Hig.hh" #include "nls.h" #include "SoundPlayer.hh" #include "debug.hh" // This code can be removed once the following bug is closed: // http://bugzilla.gnome.org/show_bug.cgi?id=59390 static void text_buffer_insert_markup_real (GtkTextBuffer *buffer, GtkTextIter *textiter, const gchar *markup, gint len) { PangoAttrIterator *paiter; PangoAttrList *attrlist; GtkTextMark *mark; GError *error = NULL; gchar *text; g_return_if_fail (GTK_IS_TEXT_BUFFER (buffer)); g_return_if_fail (textiter != NULL); g_return_if_fail (markup != NULL); g_return_if_fail (gtk_text_iter_get_buffer (textiter) == buffer); if (len == 0) return; if (!pango_parse_markup(markup, len, 0, &attrlist, &text, NULL, &error)) { g_warning("Invalid markup string: %s", error->message); g_error_free(error); return; } len = strlen(text); /* TODO: is this needed? */ if (attrlist == NULL) { gtk_text_buffer_insert(buffer, textiter, text, len); g_free(text); return; } /* create mark with right gravity */ mark = gtk_text_buffer_create_mark(buffer, NULL, textiter, FALSE); paiter = pango_attr_list_get_iterator(attrlist); do { PangoAttribute *attr; GtkTextTag *tag; gint start, end; pango_attr_iterator_range(paiter, &start, &end); if (end == G_MAXINT) /* last chunk */ end = strlen(text); tag = gtk_text_tag_new(NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_LANGUAGE))) g_object_set(tag, "language", pango_language_to_string(((PangoAttrLanguage*)attr)->value), NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_FAMILY))) g_object_set(tag, "family", ((PangoAttrString*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_STYLE))) g_object_set(tag, "style", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_WEIGHT))) g_object_set(tag, "weight", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_VARIANT))) g_object_set(tag, "variant", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_STRETCH))) g_object_set(tag, "stretch", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_SIZE))) g_object_set(tag, "size", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_FONT_DESC))) g_object_set(tag, "font-desc", ((PangoAttrFontDesc*)attr)->desc, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_FOREGROUND))) { GdkColor col = { 0, ((PangoAttrColor*)attr)->color.red, ((PangoAttrColor*)attr)->color.green, ((PangoAttrColor*)attr)->color.blue }; g_object_set(tag, "foreground-gdk", &col, NULL); } if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_BACKGROUND))) { GdkColor col = { 0, ((PangoAttrColor*)attr)->color.red, ((PangoAttrColor*)attr)->color.green, ((PangoAttrColor*)attr)->color.blue }; g_object_set(tag, "background-gdk", &col, NULL); } if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_UNDERLINE))) g_object_set(tag, "underline", ((PangoAttrInt*)attr)->value, NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_STRIKETHROUGH))) g_object_set(tag, "strikethrough", (gboolean)(((PangoAttrInt*)attr)->value != 0), NULL); if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_RISE))) g_object_set(tag, "rise", ((PangoAttrInt*)attr)->value, NULL); /* PANGO_ATTR_SHAPE cannot be defined via markup text */ if ((attr = pango_attr_iterator_get(paiter, PANGO_ATTR_SCALE))) g_object_set(tag, "scale", ((PangoAttrFloat*)attr)->value, NULL); gtk_text_tag_table_add(gtk_text_buffer_get_tag_table(buffer), tag); gtk_text_buffer_insert_with_tags(buffer, textiter, text+start, end - start, tag, NULL); /* mark had right gravity, so it should be * at the end of the inserted text now */ gtk_text_buffer_get_iter_at_mark(buffer, textiter, mark); } while (pango_attr_iterator_next(paiter)); gtk_text_buffer_delete_mark(buffer, mark); pango_attr_iterator_destroy(paiter); pango_attr_list_unref(attrlist); g_free(text); } static void text_buffer_insert_markup (GtkTextBuffer *buffer, GtkTextIter *iter, const gchar *markup, gint len) { text_buffer_insert_markup_real (buffer, iter, markup, len); } static void text_buffer_set_markup (GtkTextBuffer *buffer, const gchar *markup, gint len) { GtkTextIter start, end; g_return_if_fail (GTK_IS_TEXT_BUFFER (buffer)); g_return_if_fail (markup != NULL); if (len < 0) len = strlen (markup); gtk_text_buffer_get_bounds (buffer, &start, &end); gtk_text_buffer_delete (buffer, &start, &end); if (len > 0) { gtk_text_buffer_get_iter_at_offset (buffer, &start, 0); text_buffer_insert_markup (buffer, &start, markup, len); } } // (end code to be removed) int ExercisesPanel::exercises_pointer = 0; ExercisesPanel::ExercisesPanel(Gtk::ButtonBox *dialog_action_area) : Gtk::HBox(false, 6), exercises(Exercise::get_exercises()) { standalone = dialog_action_area != NULL; copy(exercises.begin(), exercises.end(), back_inserter(shuffled_exercises)); random_shuffle(shuffled_exercises.begin(), shuffled_exercises.end()); #ifdef HAVE_GTK3 progress_bar.set_orientation(Gtk::ORIENTATION_VERTICAL); #else progress_bar.set_orientation(Gtk::PROGRESS_BOTTOM_TO_TOP); #endif description_scroll.add(description_text); description_scroll.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); description_text.set_cursor_visible(false); description_text.set_wrap_mode(Gtk::WRAP_WORD); description_text.set_editable(false); image_frame.add(image); pause_button = Gtk::manage(new Gtk::Button()); Gtk::Widget *description_widget; if (dialog_action_area != NULL) { back_button = Gtk::manage(new Gtk::Button(PREVIOUS_BUTTON_ID)); forward_button = Gtk::manage(new Gtk::Button(NEXT_BUTTON_ID)); stop_button = NULL; dialog_action_area->pack_start(*back_button, false, false, 0); dialog_action_area->pack_start(*pause_button, false, false, 0); dialog_action_area->pack_start(*forward_button, false, false, 0); description_widget = &description_scroll; } else { back_button = Gtk::manage(GtkUtil::create_custom_stock_button (NULL, PREVIOUS_BUTTON_ID)); forward_button = Gtk::manage(GtkUtil::create_custom_stock_button (NULL, NEXT_BUTTON_ID)); stop_button = Gtk::manage(GtkUtil::create_custom_stock_button (NULL, CLOSE_BUTTON_ID)); stop_button->signal_clicked() .connect(sigc::mem_fun(*this, &ExercisesPanel::on_stop)); Gtk::HBox *button_box = Gtk::manage(new Gtk::HBox()); Gtk::Label *browse_label = Gtk::manage(new Gtk::Label()); string browse_label_text = ""; browse_label_text += _("Exercises player"); browse_label_text += ":"; browse_label->set_markup(browse_label_text); button_box->pack_start(*browse_label, false, false, 6); button_box->pack_start(*back_button, false, false, 0); button_box->pack_start(*pause_button, false, false, 0); button_box->pack_start(*forward_button, false, false, 0); button_box->pack_start(*stop_button, false, false, 0); Gtk::Alignment *button_align = Gtk::manage(new Gtk::Alignment(1.0, 0.0, 0.0, 0.0)); button_align->add(*button_box); Gtk::VBox *description_box = Gtk::manage(new Gtk::VBox()); description_box->pack_start(description_scroll, true, true, 0); description_box->pack_start(*button_align, false, false, 0); description_widget = description_box; } // This is ugly, but I could not find a decent way to do this otherwise. // size_group = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_BOTH); // size_group->add_widget(image_frame); // size_group->add_widget(*description_widget); image.set_size_request(250, 250); description_scroll.set_size_request(250, 200); // (end of ugly) back_button->signal_clicked() .connect(sigc::mem_fun(*this, &ExercisesPanel::on_go_back)); forward_button->signal_clicked() .connect(sigc::mem_fun(*this, &ExercisesPanel::on_go_forward)); pause_button->signal_clicked() .connect(sigc::mem_fun(*this, &ExercisesPanel::on_pause)); back_button->set_tooltip_text(_("Previous exercise")); forward_button->set_tooltip_text(_("Next exercise")); pause_button->set_tooltip_text(_("Pause exercises")); if (stop_button != NULL) { stop_button->set_tooltip_text(_("End exercises")); } pack_start(image_frame, false, false, 0); pack_start(progress_bar, false, false, 0); pack_start(*description_widget, false, false, 0); heartbeat_signal = GUI::get_instance()->signal_heartbeat() .connect(sigc::mem_fun(*this, &ExercisesPanel::heartbeat)); exercise_count = 0; reset(); } void ExercisesPanel::on_realize() { Gtk::HBox::on_realize(); #ifdef HAVE_GTK3 Glib::RefPtr style_context = get_style_context(); style_context->context_save(); style_context->set_state((Gtk::StateFlags)0); style_context->add_class(GTK_STYLE_CLASS_BACKGROUND); description_text.override_background_color(get_style_context()->get_background_color()); style_context->context_restore(); #else description_text.modify_base (Gtk::STATE_NORMAL, get_style()->get_background(Gtk::STATE_NORMAL)); #endif } ExercisesPanel::~ExercisesPanel() { TRACE_ENTER("ExercisesPanel::~ExercisesPanel"); if (heartbeat_signal.connected()) { heartbeat_signal.disconnect(); } TRACE_EXIT(); } void ExercisesPanel::reset() { int i = adjust_exercises_pointer(1); exercise_iterator = shuffled_exercises.begin(); while (i > 0) { exercise_iterator++; i--; } exercise_num = 0; paused = false; stopped = false; refresh_pause(); start_exercise(); } void ExercisesPanel::start_exercise() { if (shuffled_exercises.size() > 0) { const Exercise &exercise = *exercise_iterator; Glib::RefPtr buf = description_text.get_buffer(); std::string txt = HigUtil::create_alert_text(exercise.title.c_str(), exercise.description.c_str()); text_buffer_set_markup(buf->gobj(), txt.c_str(), txt.length()); exercise_time = 0; seq_time = 0; image_iterator = exercise.sequence.end(); refresh_progress(); refresh_sequence(); } } void ExercisesPanel::show_image() { TRACE_ENTER("ExercisesPanel::show_image"); const Exercise::Image &img = (*image_iterator); seq_time += img.duration; TRACE_MSG("image=" << img.image); string file = Util::complete_directory(img.image, Util::SEARCH_PATH_EXERCISES); if (! img.mirror_x) { image.set(file); } else { Glib::RefPtr pixbuf = Gdk::Pixbuf::create_from_file(file); Glib::RefPtr flip = GtkUtil::flip_pixbuf(pixbuf, true, false); image.set(flip); } TRACE_EXIT(); } void ExercisesPanel::refresh_sequence() { TRACE_ENTER("ExercisesPanel::refresh_sequence"); const Exercise &exercise = *exercise_iterator; if (exercise_time >= seq_time && exercise.sequence.size() > 0) { // FIXME: something is not right here... if (image_iterator == exercise.sequence.end()) { image_iterator = exercise.sequence.begin(); } else { image_iterator++; if (image_iterator == exercise.sequence.end()) { image_iterator = exercise.sequence.begin(); } } show_image(); if (exercise_time != 0) { SoundPlayer *snd = GUI::get_instance()->get_sound_player(); snd->play_sound(SOUND_EXERCISE_STEP); } } TRACE_EXIT(); } void ExercisesPanel::refresh_progress() { const Exercise &exercise = *exercise_iterator; progress_bar.set_fraction(1.0 - (double) exercise_time / exercise.duration); } void ExercisesPanel::on_stop() { if (! stopped) { stopped = true; stop_signal(); } } void ExercisesPanel::on_go_back() { adjust_exercises_pointer(-1); if (exercise_iterator == shuffled_exercises.begin()) { exercise_iterator = --(shuffled_exercises.end()); } else { exercise_iterator--; } start_exercise(); } void ExercisesPanel::on_go_forward() { adjust_exercises_pointer(1); exercise_iterator++; if (exercise_iterator == shuffled_exercises.end()) { exercise_iterator = shuffled_exercises.begin(); } start_exercise(); } void ExercisesPanel::refresh_pause() { Gtk::StockID stock_id = paused ? EXECUTE_BUTTON_ID : STOP_BUTTON_ID; const char *label = paused ? _("Resume") : _("Pause"); GtkUtil::update_custom_stock_button(pause_button, standalone ? label : NULL, stock_id); if (paused) pause_button->set_tooltip_text(_("Resume exercises")); else pause_button->set_tooltip_text(_("Pause exercises")); } void ExercisesPanel::on_pause() { paused = ! paused; refresh_pause(); } void ExercisesPanel::heartbeat() { if (paused || stopped) return; if (shuffled_exercises.size() == 0) return; const Exercise &exercise = *exercise_iterator; exercise_time++; if (exercise_time >= exercise.duration) { on_go_forward(); SoundPlayer *snd = GUI::get_instance()->get_sound_player(); exercise_num++; if (exercise_num == exercise_count) { on_stop(); } snd->play_sound(stopped ? SOUND_EXERCISES_ENDED : SOUND_EXERCISE_ENDED); } else { refresh_sequence(); refresh_progress(); } } void ExercisesPanel::set_exercise_count(int num) { exercise_count = num; } #endif // HAVE_EXERCISES workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.hh000066400000000000000000000053701263301626300261330ustar00rootroot00000000000000// ExercisesPanel.hh --- Exercises panel // // Copyright (C) 2002, 2003, 2004, 2005, 2007, 2010, 2011 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef EXERCISES_PANEL_HH #define EXERCISES_PANEL_HH #ifdef HAVE_CONFIG #include "config.h" #endif #ifdef HAVE_EXERCISES #include "preinclude.h" #include "Exercise.hh" #include #define PREVIOUS_BUTTON_ID Gtk::Stock::MEDIA_PREVIOUS #define CLOSE_BUTTON_ID Gtk::Stock::CLOSE #define NEXT_BUTTON_ID Gtk::Stock::MEDIA_NEXT #define EXECUTE_BUTTON_ID Gtk::Stock::MEDIA_PLAY #define STOP_BUTTON_ID Gtk::Stock::MEDIA_PAUSE class ExercisesPanel : public Gtk::HBox { public: ExercisesPanel(Gtk::ButtonBox *dialog_action_area); ~ExercisesPanel(); void set_exercise_count(int num); sigc::signal0 &signal_stop() { return stop_signal; } protected: void on_realize(); private: void reset(); void on_go_back(); void on_go_forward(); void on_pause(); void on_stop(); void heartbeat(); void start_exercise(); void show_image(); void refresh_progress(); void refresh_sequence(); void refresh_pause(); int adjust_exercises_pointer(int inc) { int ret = exercises_pointer; exercises_pointer += inc; if (shuffled_exercises.size() != 0) { exercises_pointer %= shuffled_exercises.size(); } return ret; } Gtk::Frame image_frame; Gtk::Image image; Gtk::ProgressBar progress_bar; Gtk::TextView description_text; Gtk::ScrolledWindow description_scroll; Gtk::Button *back_button; Gtk::Button *pause_button; Gtk::Button *forward_button; Gtk::Button *stop_button; Glib::RefPtr size_group; const std::list exercises; std::vector shuffled_exercises; std::vector::const_iterator exercise_iterator; std::list::const_iterator image_iterator; sigc::connection heartbeat_signal; int exercise_time; int seq_time; bool paused; bool stopped; sigc::signal0 stop_signal; bool standalone; int exercise_num; int exercise_count; static int exercises_pointer; }; #endif // HAVE_EXERCISES #endif // EXERCISES_PANEL_HH workrave-1_10_10/frontend/plugin/exercises/gtkmm/src/Makefile.am000066400000000000000000000003441263301626300247300ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) workrave-1_10_10/frontend/plugin/statistics/000077500000000000000000000000001263301626300211655ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/statistics/Makefile.am000066400000000000000000000002571263301626300232250ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = gtkmm workrave-1_10_10/frontend/plugin/statistics/gtkmm/000077500000000000000000000000001263301626300223045ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/statistics/gtkmm/Makefile.am000066400000000000000000000002551263301626300243420ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/plugin/statistics/gtkmm/src/000077500000000000000000000000001263301626300230735ustar00rootroot00000000000000workrave-1_10_10/frontend/plugin/statistics/gtkmm/src/Makefile.am000066400000000000000000000003441263301626300251300ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) workrave-1_10_10/frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc000066400000000000000000000552671263301626300266730ustar00rootroot00000000000000// StatisticsDialog.cc --- Statistics dialog // // Copyright (C) 2002 - 2013 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include #include #include #include "debug.hh" #include "nls.h" #include "ICore.hh" #include "CoreFactory.hh" #include "StatisticsDialog.hh" #include "Text.hh" #include "Util.hh" #include "GtkUtil.hh" #include "Locale.hh" StatisticsDialog::StatisticsDialog() : HigDialog(_("Statistics"), false, false), statistics(NULL), daily_usage_time_label(NULL), weekly_usage_time_label(NULL), monthly_usage_time_label(NULL), date_label(NULL), update_usage_real_time(false) { ICore *core = CoreFactory::get_core(); statistics = core->get_statistics(); for (int i = 0; i < 5; i++) { activity_labels[i] = NULL; } init_gui(); display_calendar_date(); } //! Destructor. StatisticsDialog::~StatisticsDialog() { } int StatisticsDialog::run() { // Periodic timer. Glib::signal_timeout().connect(sigc::mem_fun(*this, &StatisticsDialog::on_timer), 1000); show_all(); return 0; } void StatisticsDialog::init_gui() { #if !defined(PLATFORM_OS_OSX) Gtk::Notebook *tnotebook = Gtk::manage(new Gtk::Notebook()); tnotebook->set_tab_pos(Gtk::POS_TOP); #else Gtk::HBox *tnotebook= Gtk::manage(new Gtk::HBox(false, 6)); #endif // Calendar calendar = Gtk::manage(new Gtk::Calendar()); calendar->signal_month_changed().connect(sigc::mem_fun(*this, &StatisticsDialog::on_calendar_month_changed)); calendar->signal_day_selected().connect(sigc::mem_fun(*this, &StatisticsDialog::on_calendar_day_selected)); #ifdef HAVE_GTK3 calendar->set_display_options(Gtk::CALENDAR_SHOW_WEEK_NUMBERS |Gtk::CALENDAR_SHOW_DAY_NAMES |Gtk::CALENDAR_SHOW_HEADING); #else calendar->display_options(Gtk::CALENDAR_SHOW_WEEK_NUMBERS |Gtk::CALENDAR_SHOW_DAY_NAMES |Gtk::CALENDAR_SHOW_HEADING); #endif // Button box. Gtk::HBox *btnbox= Gtk::manage(new Gtk::HBox(false, 6)); first_btn = Gtk::manage(GtkUtil::create_custom_stock_button(NULL,Gtk::Stock::GOTO_FIRST)); first_btn->signal_clicked() .connect(sigc::mem_fun(*this, &StatisticsDialog::on_history_goto_first)); last_btn = Gtk::manage(GtkUtil::create_custom_stock_button(NULL,Gtk::Stock::GOTO_LAST)); last_btn->signal_clicked() .connect(sigc::mem_fun(*this, &StatisticsDialog::on_history_goto_last)); back_btn = Gtk::manage(GtkUtil::create_custom_stock_button(NULL,Gtk::Stock::GO_BACK)); back_btn->signal_clicked() .connect(sigc::mem_fun(*this, &StatisticsDialog::on_history_go_back)); forward_btn = Gtk::manage(GtkUtil::create_custom_stock_button(NULL,Gtk::Stock::GO_FORWARD)); forward_btn->signal_clicked() .connect(sigc::mem_fun(*this, &StatisticsDialog::on_history_go_forward)); btnbox->pack_start(*first_btn, true, true, 0); btnbox->pack_start(*back_btn, true, true, 0); btnbox->pack_start(*forward_btn, true, true, 0); btnbox->pack_start(*last_btn, true, true, 0); // Info box date_label = Gtk::manage(new Gtk::Label); // Navigation box HigCategoryPanel *browsebox = Gtk::manage(new HigCategoryPanel(_("Browse history"))); browsebox->add_widget(*btnbox); browsebox->add_widget(*calendar); // Delete button delete_btn = Gtk::manage( GtkUtil::create_custom_stock_button( _("Delete all statistics history"), Gtk::Stock::DELETE ) ); delete_btn->signal_clicked().connect( sigc::mem_fun( *this, &StatisticsDialog::on_history_delete_all ) ); browsebox->add_widget( *delete_btn ); // Stats box HigCategoriesPanel *navbox = Gtk::manage(new HigCategoriesPanel()); HigCategoryPanel *statbox = Gtk::manage(new HigCategoryPanel(_("Statistics"))); statbox->add_label(_("Date:"), *date_label); statbox->add_widget(*tnotebook); navbox->add(*statbox); Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 12)); hbox->pack_start(*browsebox, false, false, 0); hbox->pack_start(*navbox, true, true, 0); create_break_page(tnotebook); #if !defined(PLATFORM_OS_OSX) // No details activity statistics on OS X.. create_activity_page(tnotebook); #endif tnotebook->show_all(); #if !defined(PLATFORM_OS_OSX) tnotebook->set_current_page(0); #endif get_vbox()->pack_start(*hbox, true, true, 0); // Dialog add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE); show_all(); } void StatisticsDialog::create_break_page(Gtk::Widget *tnotebook) { Gtk::HBox *box = Gtk::manage(new Gtk::HBox(false, 3)); Gtk::Label *lab = Gtk::manage(new Gtk::Label(_("Breaks"))); box->pack_start(*lab, false, false, 0); Gtk::Table *table = Gtk::manage(new Gtk::Table(10, 5, false)); table->set_row_spacings(2); table->set_col_spacings(6); table->set_border_width(6); Gtk::Widget *unique_label = GtkUtil::create_label_with_tooltip (_("Break prompts"), _("The number of times you were prompted to break, excluding" " repeated prompts for the same break")); Gtk::Widget *prompted_label = GtkUtil::create_label_with_tooltip (_("Repeated prompts"), _("The number of times you were repeatedly prompted to break")); Gtk::Widget *taken_label = GtkUtil::create_label_with_tooltip (_("Prompted breaks taken"), _("The number of times you took a break when being prompted")); Gtk::Widget *natural_label = GtkUtil::create_label_with_tooltip (_("Natural breaks taken"), _("The number of times you took a break without being prompted")); Gtk::Widget *skipped_label = GtkUtil::create_label_with_tooltip (_("Breaks skipped"), _("The number of breaks you skipped")); Gtk::Widget *postponed_label = GtkUtil::create_label_with_tooltip (_("Breaks postponed"), _("The number of breaks you postponed")); Gtk::Widget *overdue_label = GtkUtil::create_label_with_tooltip (_("Overdue time"), _("The total time this break was overdue")); Gtk::Widget *usage_label = GtkUtil::create_label_with_tooltip (_("Usage"), ("Active computer usage")); Gtk::Widget *daily_usage_label = GtkUtil::create_label_with_tooltip (_("Daily"), _("The total computer usage for the selected day")); Gtk::Widget *weekly_usage_label = GtkUtil::create_label_with_tooltip (_("Weekly"), _("The total computer usage for the whole week of the selected day")); Gtk::Widget *monthly_usage_label = GtkUtil::create_label_with_tooltip (_("Monthly"), _("The total computer usage for the whole month of the selected day")); Gtk::HSeparator *hrule = Gtk::manage(new Gtk::HSeparator()); Gtk::VSeparator *vrule = Gtk::manage(new Gtk::VSeparator()); // Add labels to table. int y = 0; Gtk::Widget *mp_label = Gtk::manage(GtkUtil::create_label_for_break (BREAK_ID_MICRO_BREAK)); Gtk::Widget *rb_label = Gtk::manage(GtkUtil::create_label_for_break (BREAK_ID_REST_BREAK)); Gtk::Widget *dl_label = Gtk::manage(GtkUtil::create_label_for_break (BREAK_ID_DAILY_LIMIT)); y = 0; GtkUtil::table_attach_left_aligned(*table, *mp_label, 2, y); GtkUtil::table_attach_left_aligned(*table, *rb_label, 3, y); GtkUtil::table_attach_left_aligned(*table, *dl_label, 4, y); y = 1; table->attach(*hrule, 0, 5, y, y + 1, Gtk::EXPAND | Gtk::FILL, Gtk::SHRINK); table->attach(*vrule, 1, 2, 0, 9, Gtk::SHRINK, Gtk::EXPAND | Gtk::FILL); y = 2; GtkUtil::table_attach_left_aligned(*table, *unique_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *prompted_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *taken_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *natural_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *skipped_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *postponed_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *overdue_label, 0, y++); hrule = Gtk::manage(new Gtk::HSeparator()); table->attach(*hrule, 0, 5, y, y + 1, Gtk::EXPAND | Gtk::FILL, Gtk::SHRINK); y++; daily_usage_time_label = Gtk::manage(new Gtk::Label()); weekly_usage_time_label = Gtk::manage(new Gtk::Label()); monthly_usage_time_label = Gtk::manage(new Gtk::Label()); vrule = Gtk::manage(new Gtk::VSeparator()); table->attach(*vrule, 1, 2, y, y + 3, Gtk::SHRINK, Gtk::EXPAND | Gtk::FILL); GtkUtil::table_attach_right_aligned(*table, *daily_usage_label, 2, y); GtkUtil::table_attach_right_aligned(*table, *weekly_usage_label, 3, y); GtkUtil::table_attach_right_aligned(*table, *monthly_usage_label, 4, y); y++; hrule = Gtk::manage(new Gtk::HSeparator()); table->attach(*hrule, 0, 5, y, y + 1, Gtk::EXPAND | Gtk::FILL, Gtk::SHRINK); y++; GtkUtil::table_attach_left_aligned(*table, *usage_label, 0, y); GtkUtil::table_attach_right_aligned(*table, *daily_usage_time_label, 2, y); GtkUtil::table_attach_right_aligned(*table, *weekly_usage_time_label, 3, y); GtkUtil::table_attach_right_aligned(*table, *monthly_usage_time_label, 4, y); // Put the breaks in table. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { for (int j = 0; j < BREAK_STATS; j++) { break_labels[i][j] = Gtk::manage(new Gtk::Label()); GtkUtil::table_attach_right_aligned(*table, *break_labels[i][j], i + 2, j + 2); } } box->show_all(); #if !defined(PLATFORM_OS_OSX) #ifdef HAVE_GTK3 ((Gtk::Notebook *)tnotebook)->append_page(*table, *box); #else ((Gtk::Notebook *)tnotebook)->pages().push_back(Gtk::Notebook_Helpers::TabElem(*table, *box)); #endif #else ((Gtk::HBox *)tnotebook)->pack_start(*table, true, true, 0); #endif } void StatisticsDialog::create_activity_page(Gtk::Widget *tnotebook) { Gtk::HBox *box = Gtk::manage(new Gtk::HBox(false, 3)); Gtk::Label *lab = Gtk::manage(new Gtk::Label(_("Activity"))); box->pack_start(*lab, false, false, 0); Gtk::Table *table = Gtk::manage(new Gtk::Table(8, 5, false)); table->set_row_spacings(2); table->set_col_spacings(6); table->set_border_width(6); Gtk::Widget *mouse_time_label = GtkUtil::create_label_with_tooltip (_("Mouse usage:"), _("The total time you were using the mouse")); Gtk::Widget *mouse_movement_label = GtkUtil::create_label_with_tooltip (_("Mouse movement:"), _("The total on-screen mouse movement")); Gtk::Widget *mouse_click_movement_label = GtkUtil::create_label_with_tooltip (_("Effective mouse movement:"), _("The total mouse movement you would have had if you moved your " "mouse in straight lines between clicks")); Gtk::Widget *mouse_clicks_label = GtkUtil::create_label_with_tooltip (_("Mouse button clicks:"), _("The total number of mouse button clicks")); Gtk::Widget *keystrokes_label = GtkUtil::create_label_with_tooltip (_("Keystrokes:"), _("The total number of keys pressed")); int y = 0; GtkUtil::table_attach_left_aligned(*table, *mouse_time_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *mouse_movement_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *mouse_click_movement_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *mouse_clicks_label, 0, y++); GtkUtil::table_attach_left_aligned(*table, *keystrokes_label, 0, y++); for (int i = 0; i < 5; i++) { activity_labels[i] = Gtk::manage(new Gtk::Label()); GtkUtil::table_attach_right_aligned(*table, *activity_labels[i], 1, i); } box->show_all(); #ifdef HAVE_GTK3 ((Gtk::Notebook *)tnotebook)->append_page(*table, *box); #else ((Gtk::Notebook *)tnotebook)->pages().push_back(Gtk::Notebook_Helpers::TabElem(*table, *box)); #endif } void StatisticsDialog::display_statistics(IStatistics::DailyStats *stats) { IStatistics::DailyStats empty; bool is_empty; is_empty = stats == NULL; if (is_empty) { stats = ∅ } if (stats->start.tm_year == 0 /*stats->is_empty() */) { date_label->set_text("-"); } else { char date[100]; char start[100]; char stop[100]; strftime(date, sizeof(date), "%x", &stats->start); strftime(start, sizeof(start), "%X", &stats->start); strftime(stop, sizeof(stop), "%X", &stats->stop); char buf[200]; sprintf(buf, _("%s, from %s to %s"), date, start, stop); date_label->set_text(buf); } int64_t value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_ACTIVE_TIME]; daily_usage_time_label->set_text(Text::time_to_string(value)); // Put the breaks in table. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { stringstream ss; value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_UNIQUE_BREAKS]; ss.str(""); ss << value; break_labels[i][0]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_PROMPTED] - value; ss.str(""); ss << value; break_labels[i][1]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_TAKEN]; ss.str(""); ss << value; break_labels[i][2]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_NATURAL_TAKEN]; ss.str(""); ss << value; break_labels[i][3]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_SKIPPED]; ss.str(""); ss << value; break_labels[i][4]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_POSTPONED]; ss.str(""); ss << value; break_labels[i][5]->set_text(ss.str()); value = stats->break_stats[i][IStatistics::STATS_BREAKVALUE_TOTAL_OVERDUE]; break_labels[i][6]->set_text(Text::time_to_string(value)); } stringstream ss; if (activity_labels[0] != NULL) { // Label not available is OS X value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_MOVEMENT_TIME]; if (value > 24 * 60 * 60) { value = 0; } activity_labels[0]->set_text(Text::time_to_string(value)); value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_MOUSE_MOVEMENT]; ss.str(""); stream_distance(ss, value); activity_labels[1]->set_text(ss.str()); value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_CLICK_MOVEMENT]; ss.str(""); stream_distance(ss, value); activity_labels[2]->set_text(ss.str()); value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_CLICKS]; ss.str(""); ss << value; activity_labels[3]->set_text(ss.str()); value = stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_KEYSTROKES]; ss.str(""); ss << value; activity_labels[4]->set_text(ss.str()); } } void StatisticsDialog::display_week_statistics() { guint y, m, d; calendar->get_date(y, m, d); std::tm timeinfo; std::memset(&timeinfo, 0, sizeof(timeinfo)); timeinfo.tm_mday = d; timeinfo.tm_mon = m; timeinfo.tm_year = y - 1900; std::time_t t = std::mktime(&timeinfo); std::tm const *time_loc = std::localtime(&t); int offset = (time_loc->tm_wday - Locale::get_week_start() + 7) % 7; int64_t total_week = 0; for (int i = 0; i < 7; i++) { std::memset(&timeinfo, 0, sizeof(timeinfo)); timeinfo.tm_mday = d - offset + i; timeinfo.tm_mon = m; timeinfo.tm_year = y - 1900; t = std::mktime(&timeinfo); time_loc = std::localtime(&t); int idx, next, prev; statistics->get_day_index_by_date(time_loc->tm_year + 1900, time_loc->tm_mon + 1, time_loc->tm_mday, idx, next, prev); if (idx >= 0) { IStatistics::DailyStats *stats = statistics->get_day(idx); if (stats != NULL) { total_week += stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_ACTIVE_TIME]; } update_usage_real_time |= (idx == 0); } } weekly_usage_time_label->set_text(total_week > 0 ? Text::time_to_string(total_week) : ""); } void StatisticsDialog::display_month_statistics() { guint y, m, d; calendar->get_date(y, m, d); guint max_mday; if (m == 3 || m == 5 || m == 8 || m == 10) { max_mday = 30; } else if (m == 1) { bool is_leap = (y % 4 == 0 && y % 100 != 0) || (y % 400 == 0); if (is_leap) { max_mday = 29; } else { max_mday = 28; } } else { max_mday = 31; } int64_t total_month = 0; for (guint i = 1; i <= max_mday; i++) { int idx, next, prev; statistics->get_day_index_by_date(y, m + 1, i, idx, next, prev); if (idx >= 0) { IStatistics::DailyStats *stats = statistics->get_day(idx); if (stats != NULL) { total_month += stats->misc_stats[IStatistics::STATS_VALUE_TOTAL_ACTIVE_TIME]; } update_usage_real_time |= (idx == 0); } } monthly_usage_time_label->set_text(total_month > 0 ? Text::time_to_string(total_month) : ""); } void StatisticsDialog::clear_display_statistics() { date_label->set_text(""); daily_usage_time_label->set_text(""); weekly_usage_time_label->set_text(""); monthly_usage_time_label->set_text(""); // Put the breaks in table. for (int i = 0; i < BREAK_ID_SIZEOF; i++) { for (int j = 0; j <= 6; j++) { break_labels[i][j]->set_text(""); } } for (int i = 0; i <= 4; i++) { if (activity_labels[i] != NULL) { activity_labels[i]->set_text(""); } } } void StatisticsDialog::on_calendar_month_changed() { display_calendar_date(); } void StatisticsDialog::on_calendar_day_selected() { display_calendar_date(); } void StatisticsDialog::get_calendar_day_index(int &idx, int &next, int &prev) { guint y, m, d; calendar->get_date(y, m, d); statistics->get_day_index_by_date(y, m+1, d, idx, next, prev); } void StatisticsDialog::set_calendar_day_index(int idx) { IStatistics::DailyStats *stats = statistics->get_day(idx); calendar->select_month(stats->start.tm_mon, stats->start.tm_year+1900); calendar->select_day(stats->start.tm_mday); display_calendar_date(); } void StatisticsDialog::display_calendar_date() { int idx, next, prev; get_calendar_day_index(idx, next, prev); IStatistics::DailyStats *stats = NULL; if (idx >= 0) { stats = statistics->get_day(idx); display_statistics(stats); } else { clear_display_statistics(); } update_usage_real_time = false; display_week_statistics(); display_month_statistics(); forward_btn->set_sensitive(next >= 0); back_btn->set_sensitive(prev >= 0); last_btn->set_sensitive(idx != 0); first_btn->set_sensitive(idx != statistics->get_history_size()); } void StatisticsDialog::on_history_go_back() { int idx, next, prev; get_calendar_day_index(idx, next, prev); if (prev >= 0) set_calendar_day_index(prev); } void StatisticsDialog::on_history_go_forward() { int idx, next, prev; get_calendar_day_index(idx, next, prev); if (next >= 0) set_calendar_day_index(next); } void StatisticsDialog::on_history_goto_last() { set_calendar_day_index(0); } void StatisticsDialog::on_history_goto_first() { int size = statistics->get_history_size(); set_calendar_day_index(size); } void StatisticsDialog::on_history_delete_all() { /* Modal dialogs interrupt GUI input. That can be a problem if for example a break is triggered while the message boxes are shown. The user would have no way to interact with the break window without closing out the dialog which may be hidden behind it. Temporarily override operation mode to avoid catastrophe, and remove the override before any return. */ const char funcname[] = "StatisticsDialog::on_history_delete_all"; CoreFactory::get_core()->set_operation_mode_override( OPERATION_MODE_SUSPENDED, funcname ); // Confirm the user's intention string msg = HigUtil::create_alert_text( _("Warning"), _("You have chosen to delete your statistics history. Continue?") ); Gtk::MessageDialog mb_ask( *this, msg, true, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_YES_NO, false ); mb_ask.set_title( _("Warning") ); mb_ask.get_widget_for_response( Gtk::RESPONSE_NO )->grab_default(); if( mb_ask.run() == Gtk::RESPONSE_YES ) { mb_ask.hide(); // Try to delete statistics history files for( ;; ) { if( statistics->delete_all_history() ) { msg = HigUtil::create_alert_text( _("Files deleted!"), _("The files containing your statistics history have been deleted.") ); Gtk::MessageDialog mb_info( *this, msg, true, Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK, false ); mb_info.set_title( _("Info") ); mb_info.run(); break; } msg = HigUtil::create_alert_text( _("File deletion failed!"), _("The files containing your statistics history could not be deleted. Try again?") ); Gtk::MessageDialog mb_error( *this, msg, true, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_YES_NO, false ); mb_error.set_title( _("Error") ); mb_error.get_widget_for_response( Gtk::RESPONSE_NO )->grab_default(); if( mb_error.run() != Gtk::RESPONSE_YES ) break; } } // Remove this function's operation mode override CoreFactory::get_core()->remove_operation_mode_override( funcname ); } //! Periodic heartbeat. bool StatisticsDialog::on_timer() { if (update_usage_real_time) { statistics->update(); display_calendar_date(); } return true; } void StatisticsDialog::stream_distance(stringstream &stream, int64_t pixels) { char buf[64]; double mm = (double) pixels * gdk_screen_width_mm() / gdk_screen_width(); sprintf(buf, "%.02f m", mm/1000); stream << buf; } workrave-1_10_10/frontend/plugin/statistics/gtkmm/src/StatisticsDialog.hh000066400000000000000000000054761263301626300267020ustar00rootroot00000000000000// PreferencesDialog.hh --- Statistics Dialog // // Copyright (C) 2002, 2003, 2006, 2007, 2008 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef STATISTICSDIALOG_HH #define STATISTICSDIALOG_HH #include "preinclude.h" #include #include "IStatistics.hh" #include "Hig.hh" namespace Gtk { class Label; class Button; class Calendar; class Notebook; class Widget; } using namespace workrave; class StatisticsDialog : public HigDialog { public: StatisticsDialog(); ~StatisticsDialog(); static const int BREAK_STATS = 7; int run(); private: /** Stats */ IStatistics *statistics; /** Labels for break stats. */ Gtk::Label *break_labels[BREAK_ID_SIZEOF][9]; /** Labels for break stats. */ Gtk::Label *activity_labels[5]; /** Usage label */ Gtk::Label *usage_label; /** Daily time. */ Gtk::Label *daily_usage_time_label; /** Weekly time. */ Gtk::Label *weekly_usage_time_label; /** Monthly time */ Gtk::Label *monthly_usage_time_label; /** Labels indicating the start time of the visible data. */ Gtk::Label *date_label; /** Calendar */ Gtk::Calendar *calendar; /** Forward button */ Gtk::Button *forward_btn; /** Back button */ Gtk::Button *back_btn; /** Last button */ Gtk::Button *last_btn; /** First button */ Gtk::Button *first_btn; /** Delete button */ Gtk::Button *delete_btn; bool update_usage_real_time; void on_history_delete_all(); void init_gui(); void select_day(int day); void create_break_page(Gtk::Widget *tnotebook); void create_activity_page(Gtk::Widget *tnotebook); void stream_distance(std::stringstream &stream, int64_t pixels); void get_calendar_day_index(int &idx, int &next, int &prev); void set_calendar_day_index(int idx); void on_calendar_month_changed(); void on_calendar_day_selected(); void on_history_go_back(); void on_history_go_forward(); void on_history_goto_last(); void on_history_goto_first(); void display_calendar_date(); void display_statistics(IStatistics::DailyStats *stats); void clear_display_statistics(); void display_week_statistics(); void display_month_statistics(); bool on_timer(); }; #endif // STATISTICSWINDOW_HH workrave-1_10_10/frontend/text/000077500000000000000000000000001263301626300164615ustar00rootroot00000000000000workrave-1_10_10/frontend/text/Makefile.am000066400000000000000000000002631263301626300205160ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2002, 2003, 2005 Rob Caelers & Raymond Penners # MAINTAINERCLEANFILES = Makefile.in SUBDIRS = src workrave-1_10_10/frontend/text/src/000077500000000000000000000000001263301626300172505ustar00rootroot00000000000000workrave-1_10_10/frontend/text/src/BreakWindow.cc000066400000000000000000000046561263301626300220060ustar00rootroot00000000000000// BreakWindow.cc --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include "nls.h" #include #include "BreakWindow.hh" #include "IBreakResponse.hh" #include "System.hh" #include "Util.hh" //! Constructor BreakWindow::BreakWindow(BreakId break_id, bool ignorable, GUI::BlockMode mode) : block_mode(mode), ignorable_break(ignorable), break_response(NULL) { this->break_id = break_id; } //! Destructor. BreakWindow::~BreakWindow() { TRACE_ENTER("BreakWindow::~BreakWindow"); TRACE_EXIT(); } //! Break response void BreakWindow::set_response(IBreakResponse *bri) { break_response = bri; // The Break Window can use this interface to skip and postpone the break // by calling // break_response->postpone_break(break_id); // or // break_response->skip_break(break_id); } //! Starts the break. void BreakWindow::start() { TRACE_ENTER("BreakWindow::start"); // XXX: Initialize GUI // XXX: Center Window // XXX: Show Window TRACE_EXIT(); } //! Stops the break. void BreakWindow::stop() { TRACE_ENTER("BreakWindow::stop"); // XXX: Hide window TRACE_EXIT(); } //! Self-Destruct /*! * This method MUST be used to destroy the objects through the * IBreakWindow. it is NOT possible to do a delete on * this interface... */ void BreakWindow::destroy() { delete this; } //! Refresh window. void BreakWindow::refresh() { cout << "BREAK " << break_id << " : " << progress_value << "/" << progress_max_value << endl; } //! Sets the break progess. void BreakWindow::set_progress(int value, int max_value) { progress_max_value = max_value; progress_value = value; } workrave-1_10_10/frontend/text/src/BreakWindow.hh000066400000000000000000000032751263301626300220140ustar00rootroot00000000000000// BreakWindow.hh --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef BREAKWINDOW_HH #define BREAKWINDOW_HH #include #include "preinclude.h" #include "ICore.hh" #include "IBreakWindow.hh" #include "GUI.hh" namespace workrave { class IBreakResponse; } using namespace workrave; class BreakWindow : public IBreakWindow { public: BreakWindow(BreakId break_id, bool ignorable, GUI::BlockMode block_mode); virtual ~BreakWindow(); void set_response(IBreakResponse *bri); virtual void start(); virtual void stop(); virtual void destroy(); virtual void refresh(); virtual void set_progress(int value, int max_value); protected: //! Insist GUI::BlockMode block_mode; //! Ignorable bool ignorable_break; private: //! Send response to this interface. IBreakResponse *break_response; //! Break ID BreakId break_id; //! Progress int progress_value; //! Progress int progress_max_value; }; #endif // BREAKWINDOW_HH workrave-1_10_10/frontend/text/src/GUI.cc000066400000000000000000000214311263301626300202040ustar00rootroot00000000000000// TextGUI.cc --- The WorkRave GUI // // Copyright (C) 2001 - 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "nls.h" #include "debug.hh" #include #include #include #include #include #include #include #include "GUI.hh" #include "PreludeWindow.hh" #include "BreakWindow.hh" #include "IBreakWindow.hh" #include "MainWindow.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "IConfigurator.hh" #include "System.hh" #include "IBreakResponse.hh" #include "SoundPlayer.hh" #include "Util.hh" #ifdef PLATFORM_OS_WIN32 #include "crashlog.h" #endif #include GUI *GUI::instance = NULL; const string GUI::CFG_KEY_GUI_BLOCK_MODE = "gui/breaks/block_mode"; //! GUI Constructor. /*! * \param argc number of command line parameters. * \param argv all command line parameters. */ GUI::GUI(int argc, char **argv) : configurator(NULL), core(NULL), sound_player(NULL), break_window(NULL), prelude_window(NULL), main_window(NULL), response(NULL), break_window_destroy(false), prelude_window_destroy(false), active_break_id(BREAK_ID_NONE) { TRACE_ENTER("GUI:GUI"); assert(! instance); instance = this; this->argc = argc; this->argv = argv; TRACE_EXIT(); } //! Destructor. GUI::~GUI() { TRACE_ENTER("GUI:~GUI"); assert(instance); instance = NULL; delete main_window; TRACE_EXIT(); } //! Forces a restbreak. void GUI::restbreak_now() { core->force_break(BREAK_ID_REST_BREAK, true); } gboolean GUI::static_on_timer(gpointer data) { GUI *gui = (GUI*) data; gui->on_timer(); return true; } //! The main entry point. void GUI::main() { TRACE_ENTER("GUI::main"); #ifdef PLATFORM_OS_WIN32 // Enable Windows structural exception handling. __try1(exception_handler); #endif g_type_init(); init_debug(); init_core(); init_sound_player(); #ifdef PLATFORM_OS_WIN32 System::init(); #else System::init(NULL); #endif // The main status window. main_window = new MainWindow(); main_loop = g_main_loop_new(NULL, FALSE); const char *env = getenv("WORKRAVE_TEST"); if (env == NULL) { g_timeout_add(1000, static_on_timer, this); } g_main_loop_run(main_loop); g_main_loop_unref(main_loop); delete main_window; main_window = NULL; System::clear(); #ifdef PLATFORM_OS_WIN32 // Disable Windows structural exception handling. __except1; #endif TRACE_EXIT(); } //! Terminates the GUI. void GUI::terminate() { TRACE_ENTER("GUI::terminate"); CoreFactory::get_configurator()->save(); collect_garbage(); g_main_loop_quit(main_loop); TRACE_EXIT(); } //! Periodic heartbeat. bool GUI::on_timer() { if (core != NULL) { core->heartbeat(); } if (main_window != NULL) { main_window->update(); } collect_garbage(); return true; } #ifdef NDEBUG static void my_log_handler(const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer user_data) { } #endif //! Initializes the GUI void GUI::init_gui() { // The main status window. main_window = new MainWindow(); } //! Initializes messages hooks. void GUI::init_debug() { #ifdef NDEBUG char *domains[] = { NULL, "Gtk", "GLib", "Gdk", "gtkmm", "GLib-GObject" }; for (int i = 0; i < sizeof(domains)/sizeof(char *); i++) { g_log_set_handler(domains[i], (GLogLevelFlags) (G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION), my_log_handler, NULL); } #endif } //! Initializes i18n. void GUI::init_nls() { #ifdef ENABLE_NLS const char *locale_dir; #ifdef PLATFORM_OS_WIN32 string dir = Util::get_application_directory() + "\\lib\\locale"; locale_dir = dir.c_str(); #else locale_dir = "FIXME:"; #endif bindtextdomain(PACKAGE, locale_dir); bind_textdomain_codeset(PACKAGE, "UTF-8"); textdomain(PACKAGE); #endif } //! Initializes the core. void GUI::init_core() { string display_name = ""; core = CoreFactory::get_core(); core->init(argc, argv, this, display_name); core->set_core_events_listener(this); } //! Initializes the sound player. void GUI::init_sound_player() { sound_player = new SoundPlayer(); } void GUI::core_event_notify(CoreEvent event) { TRACE_ENTER_MSG("GUI::core_event_notify", event) // FIXME: HACK SoundEvent snd = (SoundEvent) event; if (sound_player != NULL) { TRACE_MSG("play"); sound_player->play_sound(snd); } TRACE_EXIT(); } void GUI::core_event_operation_mode_changed(const OperationMode m) { (void) m; } //! Returns a break window for the specified break. IBreakWindow * GUI::new_break_window(BreakId break_id, bool user_initiated) { IBreakWindow *ret = NULL; BlockMode block_mode = get_block_mode(); bool ignorable = true; (void) user_initiated; if (break_id == BREAK_ID_MICRO_BREAK) { ret = new BreakWindow(break_id, ignorable, block_mode); } else if (break_id == BREAK_ID_REST_BREAK) { ret = new BreakWindow(break_id, ignorable, block_mode); } else if (break_id == BREAK_ID_DAILY_LIMIT) { ret = new BreakWindow(break_id, ignorable, block_mode); } return ret; } void GUI::set_break_response(IBreakResponse *rep) { response = rep; } void GUI::create_prelude_window(BreakId break_id) { hide_break_window(); collect_garbage(); active_break_id = break_id; prelude_window = new PreludeWindow(break_id); prelude_window->set_response(response); } void GUI::create_break_window(BreakId break_id, BreakHint break_hint) { TRACE_ENTER("GUI::start_break_window"); hide_break_window(); collect_garbage(); active_break_id = break_id; break_window = new_break_window(break_id, ignorable); break_window->set_response(response); if (get_block_mode() != GUI::BLOCK_MODE_NONE) { /// XXX: grab keyboard and mouse } TRACE_EXIT(); } void GUI::hide_break_window() { TRACE_ENTER("GUI::hide_break_window"); active_break_id = BREAK_ID_NONE; if (prelude_window != NULL) { prelude_window->stop(); prelude_window_destroy = true; } if (break_window != NULL) { break_window->stop(); break_window_destroy = true; } // XXX: release the mouse/keyboard grab TRACE_EXIT(); } void GUI::show_break_window() { TRACE_ENTER("GUI::hide_break_window"); active_break_id = BREAK_ID_NONE; if (prelude_window != NULL) { prelude_window->start(); } if (break_window != NULL) { break_window->start(); } TRACE_EXIT(); } void GUI::refresh_break_window() { if (prelude_window != NULL) { prelude_window->refresh(); } if (break_window != NULL) { break_window->refresh(); } } void GUI::set_break_progress(int value, int max_value) { if (prelude_window != NULL) { prelude_window->set_progress(value, max_value); } if (break_window != NULL) { break_window->set_progress(value, max_value); } } void GUI::set_prelude_stage(PreludeStage stage) { if (prelude_window != NULL) { prelude_window->set_stage(stage); } } void GUI::set_prelude_progress_text(PreludeProgressText text) { if (prelude_window != NULL) { prelude_window->set_progress_text(text); } } //! Destroys the break/prelude windows, if requested. void GUI::collect_garbage() { TRACE_ENTER("GUI::collect_garbage"); if (prelude_window_destroy) { if (prelude_window != NULL) { prelude_window->destroy(); prelude_window = NULL; } prelude_window_destroy = false; } if (break_window_destroy) { if (break_window != NULL) { break_window->destroy(); break_window = NULL; } break_window_destroy = false; } TRACE_EXIT(); } GUI::BlockMode GUI::get_block_mode() { bool b; int mode; b = CoreFactory::get_configurator() ->get_value(CFG_KEY_GUI_BLOCK_MODE, mode); if (! b) { mode = BLOCK_MODE_INPUT; } return (BlockMode) mode; } void GUI::set_block_mode(BlockMode mode) { CoreFactory::get_configurator() ->set_value(CFG_KEY_GUI_BLOCK_MODE, int(mode)); } workrave-1_10_10/frontend/text/src/GUI.hh000066400000000000000000000071051263301626300202200ustar00rootroot00000000000000// GUI.hh --- The WorkRave GUI // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef GUI_HH #define GUI_HH #include "preinclude.h" #include #include "ICoreEventListener.hh" #include "IApp.hh" // Generic GUI class BreakControl; class SoundPlayer; class IBreakWindow; class PreludeWindow; class MainWindow; using namespace workrave; namespace workrave { // Core interfaces class IConfigurator; } class GUI : public IApp, public ICoreEventListener { public: GUI(int argc, char **argv); virtual ~GUI(); static GUI *get_instance(); void main(); void restbreak_now(); void terminate(); // IGUIFactory methods virtual void set_break_response(IBreakResponse *rep); virtual void create_prelude_window(BreakId break_id); virtual void create_break_window(BreakId break_id, BreakHint break_hint); virtual void hide_break_window(); virtual void show_break_window(); virtual void refresh_break_window(); virtual void set_break_progress(int value, int max_value); virtual void set_prelude_stage(PreludeStage stage); virtual void set_prelude_progress_text(PreludeProgressText text); // void core_event_notify(CoreEvent event); void core_event_operation_mode_changed(const OperationMode m); SoundPlayer *get_sound_player() const; static gboolean static_on_timer(gpointer data); enum BlockMode { BLOCK_MODE_NONE = 0, BLOCK_MODE_INPUT, BLOCK_MODE_ALL }; private: bool on_timer(); void init_gui(); void init_debug(); void init_nls(); void init_core(); void init_sound_player(); void collect_garbage(); IBreakWindow *new_break_window(BreakId break_id, bool ignorable); // Prefs static const std::string CFG_KEY_GUI_BLOCK_MODE; BlockMode get_block_mode(); void set_block_mode(BlockMode mode); private: GMainLoop *main_loop; //! The one and only instance static GUI *instance; //! The Configurator. IConfigurator *configurator; //! The Core controller ICore *core; //! The sound player SoundPlayer *sound_player; //! Interface to the break window. IBreakWindow *break_window; //! Interface to the prelude windows. PreludeWindow *prelude_window; //! MainWindow *main_window; //! Reponse interface for breaks IBreakResponse *response; //! Destroy break window on next heartbeat? bool break_window_destroy; //! Destroy prelude window on next heartbeat? bool prelude_window_destroy; //! Current active break. BreakId active_break_id; //! The number of command line arguments. int argc; //! The command line arguments. char **argv; //! Final prelude std::string progress_text; //! Progress values int progress_value; int progress_max_value; }; //! Returns the only instance of GUI inline GUI * GUI::get_instance() { return instance; } //! Returns the sound player inline SoundPlayer * GUI::get_sound_player() const { return sound_player; } #endif // GUI_HH workrave-1_10_10/frontend/text/src/IBreakWindow.hh000066400000000000000000000032011263301626300221120ustar00rootroot00000000000000// IBreakWindow.hh --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2005, 2007 Rob Caelers // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IBREAKWINDOW_HH #define IBREAKWINDOW_HH #include namespace workrave { class IBreakResponse; } using namespace workrave; class IBreakWindow { public: virtual ~IBreakWindow() {} //! Starts (i.e. shows) the break window. virtual void start() = 0; //! Stops (i.e. hides) the break window. virtual void stop() = 0; //! Refreshes the content of the break window. virtual void refresh() = 0; //! Destroys the break window. /*! \warn this will 'delete' the window, so all pointers to the * IBreakWindow will become invalid. */ virtual void destroy() = 0; //! Sets the progress to the specified value and maximum value. virtual void set_progress(int value, int max_value) = 0; //! Sets the response callback. virtual void set_response(IBreakResponse *bri) = 0; }; #endif // IBREAKWINDOW_HH workrave-1_10_10/frontend/text/src/IPreludeWindow.hh000066400000000000000000000034231263301626300224740ustar00rootroot00000000000000// IPreludeWindow.hh --- base class for the break windows // // Copyright (C) 2001, 2002, 2003, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef IPRELUDEWINDOW_HH #define IPRELUDEWINDOW_HH #include #include "IApp.hh" using namespace workrave; class IPreludeWindow { public: virtual ~IPreludeWindow() {}; //! Starts (i.e. shows) the prelude window. virtual void start() = 0; //! Stops (i.e. hides) the prelude window. virtual void stop() = 0; //! Destroys the prelude window. /*! \warn this will 'delete' the window. */ virtual void destroy() = 0; //! Refreshes the content of the prelude window. virtual void refresh() = 0; //! Sets the progress to the specified value and maximum value. virtual void set_progress(int value, int max_value) = 0; //! Sets the alert stage of the prelude window. virtual void set_stage(IApp::PreludeStage stage) = 0; //! Sets the progress text of the prelude window. virtual void set_progress_text(IApp::PreludeProgressText text) = 0; //! Sets the response callback. virtual void set_response(IBreakResponse *pri) = 0; }; #endif // IPRELUDEWINDOW_HH workrave-1_10_10/frontend/text/src/MainWindow.cc000066400000000000000000000066371263301626300216470ustar00rootroot00000000000000// MainWindow.cc --- Main info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #include "preinclude.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "nls.h" #include "debug.hh" #include #include #include "TimerBoxTextView.hh" #include "TimerBoxControl.hh" #include "MainWindow.hh" #include "GUI.hh" #include "Util.hh" #include "Text.hh" #include "CoreFactory.hh" #include "IConfigurator.hh" #include "IStatistics.hh" const string MainWindow::CFG_KEY_MAIN_WINDOW = "gui/main_window"; const string MainWindow::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP = "gui/main_window/always_on_top"; const string MainWindow::CFG_KEY_MAIN_WINDOW_START_IN_TRAY = "gui/main_window/start_in_tray"; const string MainWindow::CFG_KEY_MAIN_WINDOW_X = "gui/main_window/x"; const string MainWindow::CFG_KEY_MAIN_WINDOW_Y = "gui/main_window/y"; const string MainWindow::CFG_KEY_MAIN_WINDOW_HEAD = "gui/main_window/head"; //! Constructor. MainWindow::MainWindow() : enabled(true), timer_box_control(NULL), timer_box_view(NULL), monitor_suspended(false) { init(); } //! Destructor. MainWindow::~MainWindow() { TRACE_ENTER("MainWindow::~MainWindow"); delete timer_box_control; TRACE_EXIT(); } //! Initializes the main window. void MainWindow::init() { TRACE_ENTER("MainWindow::init"); enabled = TimerBoxControl::is_enabled("main_window"); timer_box_view = new TimerBoxTextView(); timer_box_control = new TimerBoxControl("main_window", *timer_box_view); IConfigurator *config = CoreFactory::get_configurator(); config->add_listener(TimerBoxControl::CFG_KEY_TIMERBOX + "main_window", this); TRACE_EXIT(); } //! Updates the main window. void MainWindow::update() { timer_box_control->update(); } void MainWindow::config_changed_notify(const string &key) { TRACE_ENTER_MSG("MainWindow::config_changed_notify", key); if (key != CFG_KEY_MAIN_WINDOW_HEAD && key != CFG_KEY_MAIN_WINDOW_X && key != CFG_KEY_MAIN_WINDOW_Y) { // XXX: config changed. } TRACE_EXIT(); } bool MainWindow::get_always_on_top() { bool b; bool rc; b = CoreFactory::get_configurator() ->get_value(MainWindow::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP, rc); if (! b) { rc = false; } return rc; } void MainWindow::set_always_on_top(bool b) { CoreFactory::get_configurator() ->set_value(MainWindow::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP, b); } bool MainWindow::get_start_in_tray() { bool b; bool rc; b = CoreFactory::get_configurator() ->get_value(CFG_KEY_MAIN_WINDOW_START_IN_TRAY, rc); if (! b) { rc = false; } return rc; } void MainWindow::set_start_in_tray(bool b) { CoreFactory::get_configurator() ->set_value(CFG_KEY_MAIN_WINDOW_START_IN_TRAY, b); } workrave-1_10_10/frontend/text/src/MainWindow.hh000066400000000000000000000041501263301626300216450ustar00rootroot00000000000000// MainWindow.hh --- Main info Window // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef MAINWINDOW_HH #define MAINWINDOW_HH #include "preinclude.h" #include #include "IConfiguratorListener.hh" class GUI; class TimerBoxControl; class TimerBoxTextView; using namespace workrave; class MainWindow : public IConfiguratorListener { public: MainWindow(); virtual ~MainWindow(); static bool get_always_on_top(); static void set_always_on_top(bool b); void update(); private: //! Window enabled bool enabled; //! Table containing all timer information TimerBoxControl *timer_box_control; //! Table containing all timer information TimerBoxTextView *timer_box_view; //! Is the monitoring function suspended? bool monitor_suspended; private: // void init(); void setup(); void config_changed_notify(const std::string &key); public: static void set_start_in_tray(bool b); static bool get_start_in_tray(); static void get_start_position(int &x, int &y, int &head); static void set_start_position(int x, int y, int head); static const std::string CFG_KEY_MAIN_WINDOW; static const std::string CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP; static const std::string CFG_KEY_MAIN_WINDOW_START_IN_TRAY; static const std::string CFG_KEY_MAIN_WINDOW_X; static const std::string CFG_KEY_MAIN_WINDOW_Y; static const std::string CFG_KEY_MAIN_WINDOW_HEAD; }; #endif // MAINWINDOW_HH workrave-1_10_10/frontend/text/src/Makefile.am000066400000000000000000000032521263301626300213060ustar00rootroot00000000000000# Process this file with automake to produce Makefile.in # # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2011 Rob Caelers & Raymond Penners # SUBDIRS = MAINTAINERCLEANFILES = Makefile.in if HAVE_APP_TEXT bin_PROGRAMS = workrave workrave_SOURCES = GUI.cc PreludeWindow.cc BreakWindow.cc TimerBoxTextView.cc MainWindow.cc \ main.cc workrave_CXXFLAGS = -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" -W \ -DATADIR="\"${datadir}\"" \ -I. @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ @X_CFLAGS@ \ @GTK_CFLAGS@ @DBUS_CFLAGS@ \ @GCONF_CFLAGS@ -D_XOPEN_SOURCE=600 @GNET_CFLAGS@ \ $(includeswin32) $(win32cflags) $(includesinput) $(includesosx) \ $(includesx) \ -I${DISTRIBUTION_HOME}/gtkmm/src \ -I${STATISTICS_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/common/src workrave_CFLAGS = -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" \ -I. @WR_COMMON_INCLUDES@ @WR_BACKEND_INCLUDES@ @WR_FRONTEND_COMMON_INCLUDES@ \ @X_CFLAGS@ @GTK_CFLAGS@ @DBUS_CFLAGS@ @GSTREAMER_CFLAGS@\ -D_XOPEN_SOURCE=600 \ -I${DISTRIBUTION_HOME}/gtkmm/src \ -I${STATISTICS_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/gtkmm/src \ -I${EXERCISES_HOME}/common/src \ $(win32cflags) $(bin_PROGRAMS): ${top_srcdir}/backend/src/libworkrave-backend.la \ ${top_srcdir}/common/src/libworkrave-common.la \ ${top_srcdir}/frontend/common/src/libworkrave-frontend-common.la workrave_LDFLAGS = @WR_LDFLAGS@ ${ldflags} workrave_LDADD = @WR_LDADD@ @X_LIBS@ \ @GTK_LIBS@ @GNET_LIBS@ @X_LIBS@ @GCONF_LIBS@ @GDOME_LIBS@ \ @DBUS_LIBS@ @GSTREAMER_LIBS@ \ ${X11LIBS} ${WIN32LIBS} ${OSXLIBS} ${WIN32CONSOLE} endif workrave-1_10_10/frontend/text/src/PreludeWindow.cc000066400000000000000000000077501263301626300223600ustar00rootroot00000000000000// PreludeWindow.cc // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include "nls.h" #include "Text.hh" #include "Util.hh" #include "CoreFactory.hh" #include "ICore.hh" #include "IBreakResponse.hh" #include "PreludeWindow.hh" //! Construct a new Microbreak window. PreludeWindow::PreludeWindow(BreakId break_id) : break_id(break_id), progress_value(0), progress_max_value(0), prelude_response(NULL) { // XXX: Add window initialization. switch (break_id) { case BREAK_ID_MICRO_BREAK: cout << "Time for a micro-break?" << endl; break; case BREAK_ID_REST_BREAK: cout << "You need a rest break..." << endl; break; case BREAK_ID_DAILY_LIMIT: cout << "You should stop for today..." << endl; break; default: break; } } //! Destructor. PreludeWindow::~PreludeWindow() { } //! Starts the microbreak. void PreludeWindow::start() { TRACE_ENTER("PreludeWindow::start"); // XXX: Set windows hints (ie. skip_winlist, always on top) // XXX: Show prelude window // XXX: Center prelude window TRACE_EXIT(); } //! Self-Destruct /*! * This method MUST be used to destroy the objects through the * IPreludeWindow. it is NOT possible to do a delete on * this interface... */ void PreludeWindow::destroy() { TRACE_ENTER("PreludeWindow::destroy"); delete this; TRACE_EXIT(); } //! Stops the microbreak. void PreludeWindow::stop() { TRACE_ENTER("PreludeWindow::stop"); // XXX: Hide the window TRACE_EXIT(); } //! Refresh window. void PreludeWindow::refresh() { // XXX: Show progress string s; int tminus = progress_max_value - progress_value; if (tminus >= 0) { if (tminus < 0) tminus = 0; s = progress_text + " " + Text::time_to_string(tminus); } cout << "PRELUDE " << break_id << " : " << s << endl; } //! Sets the prelude progress. void PreludeWindow::set_progress(int value, int max_value) { progress_value = value; progress_max_value = max_value; refresh(); } //! Set the progress text. void PreludeWindow::set_progress_text(IApp::PreludeProgressText text) { switch (text) { // Workrave will force a break when the prelude window is removed. // This is done after 'maximum number of prompts' in the preferences. case IApp::PROGRESS_TEXT_BREAK_IN: progress_text = "Break in"; break; // Workrave will remove the prelude window and try again later. case IApp::PROGRESS_TEXT_DISAPPEARS_IN: progress_text = "Disappears in"; break; // Workrave will remove the prelude windows and will NOT try again. // I wonder if it is still possible to configure this using the GUI. case IApp::PROGRESS_TEXT_SILENT_IN: progress_text = "Silent in"; break; } } //! Sets the prelude stage. void PreludeWindow::set_stage(IApp::PreludeStage stage) { switch(stage) { // Initial stage, 'friendly prelude' case IApp::STAGE_INITIAL: break; // Move prelude window out-of-the-way. e.g. to top of screen. case IApp::STAGE_MOVE_OUT: break; // Less friendly prelude case IApp::STAGE_WARN: break; // Even less friendly prelude. case IApp::STAGE_ALERT: break; } } workrave-1_10_10/frontend/text/src/PreludeWindow.hh000066400000000000000000000032121263301626300223570ustar00rootroot00000000000000// PreludeWindow.hh --- window for the microbreak // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PRELUDEWINDOW_HH #define PRELUDEWINDOW_HH #include "IPreludeWindow.hh" class Dispatcher; using namespace workrave; class PreludeWindow : public IPreludeWindow { public: PreludeWindow(BreakId break_id); virtual ~PreludeWindow(); void start(); void stop(); void destroy(); void refresh(); void set_progress(int value, int max_value); void set_stage(IApp::PreludeStage stage); void set_progress_text(IApp::PreludeProgressText text); void set_response(IBreakResponse *pri); private: //! BreakId break_id; //! Final prelude std::string progress_text; //! Progress values int progress_value; int progress_max_value; //! Send response to this interface. IBreakResponse *prelude_response; }; inline void PreludeWindow::set_response(IBreakResponse *pri) { prelude_response = pri; } #endif // PRELUDEWINDOW_HH workrave-1_10_10/frontend/text/src/TimerBoxTextView.cc000066400000000000000000000067551263301626300230250ustar00rootroot00000000000000// TimerBoxTextView.cc --- Timers Widgets // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include #include #include "nls.h" #include "debug.hh" #include "TimerBoxTextView.hh" #include "Util.hh" #include "Text.hh" #include "GUI.hh" #include "CoreFactory.hh" #include "IBreak.hh" //! Constructor. TimerBoxTextView::TimerBoxTextView() { TRACE_ENTER("TimerBoxTextView::TimerBoxTextView"); string sheep_file = Util::complete_directory("workrave-icon-medium.png", Util::SEARCH_PATH_IMAGES); // XXX: Initialize widgets. TRACE_EXIT(); } //! Destructor. TimerBoxTextView::~TimerBoxTextView() { } //! Indicates that break 'id' must be shown on position 'slot' void TimerBoxTextView::set_slot(BreakId id, int slot) { (void) id; (void) slot; } void TimerBoxTextView::set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_val, int primary_max, ITimeBar::ColorId secondary_color, int secondary_val, int secondary_max) { TRACE_ENTER("TimerBoxTextView::set_time_bar"); // Break for which to show the progress. TRACE_MSG(id); // Text for the break (time as string) TRACE_MSG(text); // Amount of time the user is active. TRACE_MSG(primary_val << " " << primary_max << " " << int(primary_color)); // Amount of time the user is idle TRACE_MSG(secondary_val << " " << secondary_max <<" " << int(secondary_color)); TRACE_EXIT(); } //! Sets the tooltip void TimerBoxTextView::set_tip(string tip) { // XXX: Normally, the tooltip is only shown when // the sheep is shown and no timers. (void) tip; } void TimerBoxTextView::set_icon(IconType icon) { string file; switch (icon) { case ICON_NORMAL: file = Util::complete_directory("workrave-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; case ICON_QUIET: file = Util::complete_directory("workrave-quiet-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; case ICON_SUSPENDED: file = Util::complete_directory("workrave-suspended-icon-medium.png", Util::SEARCH_PATH_IMAGES); break; } // XXX: Do something with file. (void) file; } void TimerBoxTextView::update_view() { // XXX: Update the GUI. } void TimerBoxTextView::set_geometry(Orientation orientation, int size) { (void) orientation; (void) size; } void TimerBoxTextView::set_enabled(bool enabled) { (void) enabled; // Status window disappears, no need to do anything here. } workrave-1_10_10/frontend/text/src/TimerBoxTextView.hh000066400000000000000000000031121263301626300230170ustar00rootroot00000000000000// TimerBoxtTextView.hh --- All timers // // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef TIMERBOXTEXTVIEW_HH #define TIMERBOXTEXTVIEW_HH #include "preinclude.h" #include #include "ITimerBoxView.hh" class TimerBoxTextView : public ITimerBoxView { public: TimerBoxTextView(); virtual ~TimerBoxTextView(); void set_slot(BreakId id, int slot); void set_time_bar(BreakId id, std::string text, ITimeBar::ColorId primary_color, int primary_value, int primary_max, ITimeBar::ColorId secondary_color, int secondary_value, int secondary_max); void set_tip(std::string tip); void set_icon(IconType icon); void update_view(); void set_enabled(bool enabled); void set_geometry(Orientation orientation, int size); private: }; #endif // TIMERBOXTEXTVIEW_HH workrave-1_10_10/frontend/text/src/main.cc000066400000000000000000000035201263301626300205030ustar00rootroot00000000000000// main.cc --- Main // // Copyright (C) 2001, 2002, 2003, 2007, 2008 Rob Caelers & Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "preinclude.h" #include "debug.hh" #include #include "GUI.hh" #ifdef PLATFORM_OS_WIN32 #endif extern "C" int run(int argc, char **argv); int run(int argc, char **argv) { GUI *gui = new GUI(argc, argv); #ifdef PLATFORM_OS_WIN32 dll_hell_check(); #endif gui->main(); delete gui; return 0; } #if !defined(PLATFORM_OS_WIN32) || !defined(NDEBUG) int main(int argc, char **argv) { int ret = run(argc, argv); return ret; } #else #include int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { char *argv[] = { szCmdLine }; char buf[1000]; // InnoSetup: [...] requires that you add code to your application // which creates a mutex with the name you specify in this // directive. HANDLE mtx = CreateMutex(NULL, FALSE, "WorkraveMutex"); if (mtx != NULL && GetLastError() != ERROR_ALREADY_EXISTS) { run(sizeof(argv)/sizeof(argv[0]), argv); } return (0); } #endif workrave-1_10_10/frontend/text/src/preinclude.h000066400000000000000000000020301263301626300215460ustar00rootroot00000000000000// preinclude.h --- Patch includes // // Copyright (C) 2002, 2003, 2004, 2005, 2007 Raymond Penners // All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // #ifndef PREINCLUDE_HH #define PREINCLUDE_HH #ifndef NOMINMAX #define NOMINMAX #endif #undef THREAD_PRIORITY_NORMAL #undef THREAD_PRIORITY_LOW #undef THREAD_PRIORITY_HIGH #undef THREAD_PRIORITY_URGENT #undef DELETE #undef ERROR #undef OK #endif workrave-1_10_10/m4/000077500000000000000000000000001263301626300141765ustar00rootroot00000000000000workrave-1_10_10/m4/Makefile.am000066400000000000000000000001151263301626300162270ustar00rootroot00000000000000MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = $(wildcard $(srcdir)/*.m4) workrave-1_10_10/po/000077500000000000000000000000001263301626300142745ustar00rootroot00000000000000workrave-1_10_10/po/.gitignore000066400000000000000000000000621263301626300162620ustar00rootroot00000000000000/*.gmo /.intltool-merge-cache /POTFILES /stamp-it workrave-1_10_10/po/ChangeLog000066400000000000000000000007041263301626300160470ustar00rootroot000000000000002007-06-10 gettextize * Makefile.in.in: New file, from gettext-0.16.1. * Rules-quot: New file, from gettext-0.16.1. * boldquot.sed: New file, from gettext-0.16.1. * en@boldquot.header: New file, from gettext-0.16.1. * en@quot.header: New file, from gettext-0.16.1. * insert-header.sin: New file, from gettext-0.16.1. * quot.sed: New file, from gettext-0.16.1. * remove-potcdate.sin: New file, from gettext-0.16.1. workrave-1_10_10/po/LINGUAS000066400000000000000000000002341263301626300153200ustar00rootroot00000000000000# List of available translations bg ca cs da de el eo es et eu fa fi fr ga he hr hu it ja ko lt nb nl pl pt_BR ro ru sk sl sr@latin sv te tr uk zh_CN zh_TW workrave-1_10_10/po/Makefile.in.in000066400000000000000000000157561263301626300167640ustar00rootroot00000000000000# Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # Copyright (C) 2004-2008 Rodney Dawes # # This file may be copied and used freely without restrictions. It may # be used in projects which are not available under a GNU Public License, # but which still want to provide support for the GNU gettext functionality. # # - Modified by Owen Taylor to use GETTEXT_PACKAGE # instead of PACKAGE and to look for po2tbl in ./ not in intl/ # # - Modified by jacob berkman to install # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize # # - Modified by Rodney Dawes for use with intltool # # We have the following line for use by intltoolize: # INTLTOOL_MAKEFILE GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ localedir = @localedir@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. # Until it can be supposed, use the safe fallback: mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS POTFILES = \ # This comment gets stripped out CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< .po.gmo: $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: $(GETTEXT_PACKAGE).pot: $(POTFILES) $(GENPOT) install: install-data install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$lang.gmo as" \ "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$lang.gmo.m; then \ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$lang.gmo.m ; then \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$lang.gmo.m as" \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done # Empty stubs to satisfy archaic automake needs dvi info ctags tags CTAGS TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot rm -f missing notexist srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES stamp-it rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f Makefile.in.in distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ test -f $$file || file="$(srcdir)/$$file"; \ ln $$file $(distdir) 2> /dev/null \ || cp -p $$file $(distdir); \ done update-po: Makefile $(MAKE) $(GETTEXT_PACKAGE).pot tmpdir=`pwd`; \ linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ echo "$$lang:"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ if $$result; then \ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.gmo failed!"; \ rm -f $$tmpdir/$$lang.new.po; \ fi; \ done Makefile POTFILES: stamp-it @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \ fi stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: workrave-1_10_10/po/Makevars000066400000000000000000000034351263301626300157750ustar00rootroot00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = workrave # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Rob Caelers & Raymond Penners # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = i18n@workrave.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = workrave-1_10_10/po/POTFILES.in000066400000000000000000000122011263301626300160450ustar00rootroot00000000000000[type: gettext/glade]frontend/applets/gnome3/src/v4/workrave-gnome-applet-menu.xml [type: gettext/glade]frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml backend/src/ActivityMonitor.cc backend/src/Break.cc backend/src/BreakControl.cc backend/src/Configurator.cc backend/src/ConfiguratorFactory.cc backend/src/Core.cc backend/src/CoreConfig.cc backend/src/CoreFactory.cc backend/src/DayTimePred.cc backend/src/DistributionManager.cc backend/src/DistributionSocketLink.cc backend/src/GIOSocketDriver.cc backend/src/GNetSocketDriver.cc backend/src/GSettingsConfigurator.cc backend/src/GlibIniConfigurator.cc backend/src/IdleLogManager.cc backend/src/InputMonitor.cc backend/src/InputMonitorFactory.cc backend/src/PacketBuffer.cc backend/src/SocketDriver.cc backend/src/Statistics.cc backend/src/Test.cc backend/src/TimePredFactory.cc backend/src/Timer.cc backend/src/XMLConfigurator.cc backend/src/osx/OSXConfigurator.cc backend/src/osx/OSXInputMonitor.cc backend/src/osx/OSXInputMonitorFactory.cc backend/src/unix/GConfConfigurator.cc backend/src/unix/UnixInputMonitorFactory.cc backend/src/unix/X11InputMonitor.cc backend/src/unix/dummy.c backend/src/win32/Harpoon.cc backend/src/win32/W32AlternateMonitor.cc backend/src/win32/W32Configurator.cc backend/src/win32/W32InputMonitor.cc backend/src/win32/W32InputMonitorFactory.cc backend/src/win32/W32LowLevelMonitor.cc common/bin/DBus-client-template-freedesktop.cc common/bin/DBus-template-freedesktop.cc common/bin/DBus-template-gio.cc common/src/DBus-freedesktop.cc common/src/DBus-gio.cc common/src/DBusBinding-freedesktop.cc common/src/DBusBinding-gio.cc common/src/GlibThread.cc common/src/Locale.cc common/src/StringUtil.cc common/src/Util.cc common/src/WRID.cc common/src/debug.cc common/src/win32/crashlog.c common/win32/harpoon/src/harpoon.c frontend/applets/common/src/timebar.c frontend/applets/common/src/timerbox.c frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in frontend/applets/gnome2/src/Workrave-Applet.server.in.in frontend/applets/gnome2/src/WorkraveApplet.c frontend/applets/gnome3/src/v4/WorkraveApplet.c frontend/applets/gnome3/src/v5/WorkraveApplet.c frontend/applets/gnome3/src/org.workrave.WorkraveApplet.panel-applet.in.in frontend/applets/gnome3/src/org.workrave.WorkraveApplet.panel-applet.in.in frontend/applets/indicator/src/indicator-workrave.c frontend/common/src/GstSoundPlayer.cc frontend/common/src/PulseMixer.cc frontend/common/src/SoundPlayer.cc frontend/common/src/System.cc frontend/common/src/Text.cc frontend/common/src/TimerBoxControl.cc frontend/common/src/osx/OSXSoundPlayer.cc frontend/common/src/osx/Sound.cc frontend/common/src/win32/Sound.cc frontend/common/src/win32/W32DirectSoundPlayer.cc frontend/common/src/win32/W32Mixer.cc frontend/common/src/win32/W32SoundPlayer.cc frontend/common/src/x11/Sound.cc frontend/gtkmm/src/AppletControl.cc frontend/gtkmm/src/AppletWindow.cc frontend/gtkmm/src/BreakWindow.cc frontend/gtkmm/src/DailyLimitWindow.cc frontend/gtkmm/src/DataConnector.cc frontend/gtkmm/src/EventButton.cc frontend/gtkmm/src/EventImage.cc frontend/gtkmm/src/EventLabel.cc frontend/gtkmm/src/Frame.cc frontend/gtkmm/src/GUI.cc frontend/gtkmm/src/GUIConfig.cc frontend/gtkmm/src/GenericDBusApplet.cc frontend/gtkmm/src/GnomeAppletMenu.cc frontend/gtkmm/src/GnomeAppletWindow.cc frontend/gtkmm/src/GtkUtil.cc frontend/gtkmm/src/HeadInfo.cc frontend/gtkmm/src/Hig.cc frontend/gtkmm/src/IconListCellRenderer.cc frontend/gtkmm/src/IconListNotebook.cc frontend/gtkmm/src/IndicatorAppletMenu.cc frontend/gtkmm/src/MainGtkMenu.cc frontend/gtkmm/src/MainWindow.cc frontend/gtkmm/src/Menus.cc frontend/gtkmm/src/MicroBreakWindow.cc frontend/gtkmm/src/Plug.cc frontend/gtkmm/src/PreferencesDialog.cc frontend/gtkmm/src/PreludeWindow.cc frontend/gtkmm/src/RestBreakWindow.cc frontend/gtkmm/src/Session.cc frontend/gtkmm/src/StatusIcon.cc frontend/gtkmm/src/TimeBar.cc frontend/gtkmm/src/TimeEntry.cc frontend/gtkmm/src/TimerBoxGtkView.cc frontend/gtkmm/src/TimerBoxPreferencePage.cc frontend/gtkmm/src/TimerPreferencesPanel.cc frontend/gtkmm/src/WindowHints.cc frontend/gtkmm/src/X11SystrayAppletWindow.cc frontend/gtkmm/src/main.cc frontend/gtkmm/src/osx/OSXAppletWindow.cc frontend/gtkmm/src/osx/OSXGtkMenu.cc frontend/gtkmm/src/osx/OSXUtil.cc frontend/gtkmm/src/unix/desktop-window.c frontend/gtkmm/src/win32/DesktopWindow.cc frontend/gtkmm/src/win32/W32AppletMenu.cc frontend/gtkmm/src/win32/W32AppletWindow.cc frontend/gtkmm/src/win32/W32Compat.cc frontend/gtkmm/src/win32/W32StatusIcon.cc frontend/gtkmm/src/win32/W32TrayMenu.cc frontend/gtkmm/src/win32/dll_hell.c frontend/gtkmm/src/workrave.desktop.in frontend/gtkmm/win32/setup/src/zapper.c frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc frontend/plugin/exercises/common/share/exercises.xml.in frontend/plugin/exercises/common/src/Exercise.cc frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc frontend/applets/mate/src/main.c frontend/applets/xfce/src/main.c frontend/applets/xfce/src/workrave-xfce-applet.desktop.in.in workrave-1_10_10/po/POTFILES.skip000066400000000000000000000005341263301626300164130ustar00rootroot00000000000000frontend/gtkmm/src/eggdesktopfile.c frontend/gtkmm/src/eggsmclient.c frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml frontend/gtkmm/src/gnome_applet/Workrave-Applet.server.in frontend/gtkmm/src/gnome_applet/Workrave-Applet.server.in frontend/gtkmm/src/workrave.desktop.in frontend/gtkmm/src/gtktrayicon.c frontend/gtkmm/src/gtktrayicon3.c workrave-1_10_10/po/Rules-quot000066400000000000000000000033761263301626300163100ustar00rootroot00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header workrave-1_10_10/po/bg.po000066400000000000000000001456601263301626300152400ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # # msgid "" msgstr "" "Project-Id-Version: Workrave 1.9.1\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:19+0100\n" "Last-Translator: Иван Димов \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Повторно свързване с %s." # Ние не успяхме да пуснем сървъра. А-а-х. #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Неуспешно включване на работа в мрежа." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Спиране на работа в мрежа." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Свързване с %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Премахване на клиент %s." # Затваряне на пряката връзка. #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Изключване %s." # Това е отдалечен клиент. Отбелязваме го като главен. #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Клиент %s е главен сега." # АЗ съм! #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Аз съм главен сега." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Клиент %s казва здравей." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Клиент %s се повтаря." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Клиент %s му е отказан достъп." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Клиент %s излезе." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Клиент %s ни приветствува." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Запитване за главен от %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Прекъсване (по таймаут) от клиент %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Отхвърляне на заявка за главен от клиент %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Потвърждаване на заявка за главен от клиент %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Обикновен/не-главен клиент %s отхвърли заявка за главен." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Клиент %s отхвърли заявка за главен, изчакване." # gint count = #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Клиент %s сега е новият главен." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Започна работа в мрежа." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Приет е нов клиент." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Клиент %s извърши грешка при четене, затваряне." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Клиент %s затвори връзката." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Клиент %s се свърза." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Невъзможно свързване с клиент %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Отваряне" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Конфигуриране" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Почивка" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Упражнения" # Меню Режим #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Режим" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Нормален" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Тих" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Летаргичен" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Мрежа" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Свързване..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Прекъсване" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Повторно свързване" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Показване на дневника..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Статистика" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Относно..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Изход" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave - аплет" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Тази програма подпомага при предотвратяване и възстановяване от ПИЕД - " "заболяване свързано с Продължителното Извършване на Еднотипни Движения " "(Repetitive Strain Injury - RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Относно..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Показване на _дневника" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Нормален" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Летаргичен" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "Т_их" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Напомняне за почивка" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Почивката пренебрегната" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Почивката започна" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Почивката свърши" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Микро-почивката започна" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Микро-почивката свърши" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Дневен лимит" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Упражнението приключи" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Упражненията приключиха" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Упражнението приключи" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d часа" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d минути" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d секунди" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Заключване" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Изключване" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Пропускане" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Отлагане" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Вие достигнахте дневният си лимит. Моля прекратете\n" "работата си зад компютъра. Ако работният Ви ден още\n" "не е свършил намерете си друго занимание напр.\n" "преглеждане на документи." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave - аплет" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" # ОПРАВИМЕ: повтарящ се #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Микро-почивка" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Почивка" # Меню Режим #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Режим" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Отваряне" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Предпочитания" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Упражнения" # Меню Режим #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Режим" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Мрежа" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Свързване" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Прекъсване" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Повторно свързване" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Статистика" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Относно..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Почивка" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Т_их" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Свързване" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Показване на _дневника" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Изход" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Моля отпуснете се за няколко секунди" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Следващата почивка е след %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Почивката %s е просрочена" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Дневният лимит е след %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Дневният лимит %s е просрочен" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Основни" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Звук:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Прозорец за състоянието" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Аплет" # Бележник #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Таймери" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Потребителски интерфейс" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Без блокиране" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Блокиране на вход" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Блокиране на вход и екран" # Настройки #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Конфигуриране" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Режим на блокиране:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" # Настройки #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Конфигуриране" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Без звук" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Просвирване на звуците през звуковата карта" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Просвирване на звуците през вградения високоговорител" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Звук:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Почивката и дневния лимит на едно място" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Звук:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Без звук" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Време за микро-почивка?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Вие имате нужда от почивка..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Вие трябва да приключите за днес..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Почивка след %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Изчезва след %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Замлъква след %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Почивка за %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Оползотворени естествени почивки" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Вие имате нужда от почивка..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Това е вашата почивка. Уверете се, че периодично\n" "се изправяте и се разхождате встрани от компютъра.\n" "Просто се поразходете наоколо за няколко минути,\n" "протегнете се, отпуснете се и си починете." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Следващата почивка е след %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Изчакване" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Таймерите един до друг" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Микро-почивката и почивката на едно място" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Почивката и дневния лимит на едно място" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Всички таймери на едно място" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Скриване" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Показване" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Показване само при първото изтичане на този таймер" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Показване прозореца за състоянието" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Прозореца за състояние остава винаги отгоре над др. прозорци" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Разрешаване на аплета" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Показване" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Разположение:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Време за цикъл:" # Разположение #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Микро-почивка:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Почивка:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Дневен лимит:" # Поле за отметка разрешен/забранен #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Разрешаване на таймер" # Встъпителен кадър #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Напомняне за почивка" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Напомняне преди почивка" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Максимален брой напомняния:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Показване на бутоните 'Отлагане' и 'Пропускане'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Показване на бутоните 'Отлагане' и 'Пропускане'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Спиране на таймера при неактивност" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Зачитане на микро-почивките като дейност" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Брой упражнения:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Време преди завършване:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Време между почиките:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Продължителност на почивка:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Време за отлагане:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Тази програма подпомага при предотвратяване и възстановяване от ПИЕД - " "заболяване свързано с Продължителното Извършване на Еднотипни Движения " "(Repetitive Strain Injury - RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Мрежова връзка" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Въведете името и номера на порта на мрежовия компютър\n" "с който искате да се свържете." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Име на комп.:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Порт:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Мрежови журнал" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Разрешаване на работа в мрежа" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Потребителско име:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Парола:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Настройки на сървър" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Сървърен порт:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Опити за повторно свързване:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Интервал за повторно свързване:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Допълнителни" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Следният списък указва компютрите към които\n" "Workrave се свързва при стартиране.\n" "За да ги редактирате щракнете в/у името или порта" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Компютър" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Порт" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Компютри" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Разтягане на рамената" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Дръжте едната си ръка изпъната хоризонтално пред гърдите си. Притиснете я с " "другата ръка към Вас докато почувствате леко напрежение в рамото. Задръжте " "за кратко тази позиция и после повторете упражнението с другата си ръка." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Протягане на пръстите" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Разделете и изпънете пръстите на ръцете си докато почувствате леко " "напрежение и задръжте така за 10 секунди. Отпуснете се, свийте пръсти в " "кокалчетата и задръжте отново за 10 секунди. Повторете упражнението още " "веднъж." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Накланяне и разтягане врата" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Застанете с нормално изправена глава и леко я наклонете към дясното си рамо " "за да разтегнете леко мускулите отляво на врата. Задръжте тази позиция за 5 " "секунди. После наклонете глава наляво за да разтегнете и на другата страна. " "Направете по два пъти за всяка страна." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Разтягане на рамената назад." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Сплетете пръсти зад гърба си. После внимателно завъртете лактите навътре " "леко изпъвайки ръцете. Задръжте в тази позиция от 5 до 15 секунди и " "повторете упражнеието." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Движете очите" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Погледнете към външния ръб на горния ляв ъгъл на вашият монитор. Проследете " "бавно с поглед ръба до горния десен ъгъл. Продължете към следващият ъгъл " "докато направите две обиколки. После направете упражнението и в обратна " "посока." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Тренировка за фокусиране на очите" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Вгледайте се в най-далечната точка, която можете да видите зад монитора си. " "Фокусирайте очи в отдалечената точка, после ги фокусирайте върху ръба по " "монитора. Повторете. Ако нямате достатъчно видима площ зад монитора, " "обърнете се в друга посока където имате по-далечен изглед и тогава " "прехвърляйте фокуса между отдалечен обект и писалка която държите на същото " "разстояние от очите си като монитора." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Вгледайте се в тъмнината" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Закрийте с длани очите си но така, че да можете да държите отворени " "клепачите си. Сега отворете очите си и се вгледайте в мрака във вашите " "длани. Това упражнение дава по-добро облекчение на очите Ви отколкото " "затварянето им." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Движете рамената" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Завъртете бавно дясната си ръка в кръг покрай тялото като перка на самолет. " "Направете това 4 пъти напред, 4 пъти назад и се отпуснете за няколко " "секунди. Повторете и с лявата ръка." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Движете рамената надолу-нагоре" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Седнали поставете ръце на облегалките на стола и повдигнете тялото нагоре " "докато ръцете Ви се изпънат. Опитайте се да изпънете глава още по-напред " "снишавайки раменете. Бавно седнете обратно на стола си." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Завъртете глава" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Завъртете глава наляво и задръжте така за 2 секунди. После завъртете глава " "надясно и я задръжте така за 2 секунди." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Демонстратор на упражненията" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Брой упражнения:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Брой упражнения:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Упражнения" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Продължаване" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Пауза" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Брой упражнения:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Преглед на историята" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Дата:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Почивки" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Напомняне за почивки" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "Брой напомняния за почивка без повтарящите се за същата почивка" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Повтарящи се напомняния" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Брой напомняния за почивка по няколко пъти" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Оползотворени почивки при напомняне" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Брой пъти в който сте взели почивка при напомняне" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Оползотворени естествени почивки" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Брой пъти в които сте взели почивка без напомняне" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Пропуснати почивки" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Брой почивки които сте пропуснали" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Отложени почивки" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Брой почивки които сте отложили" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Просрочено време" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Общо време за което тази почивка е просрочвана" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Дневна употреба" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Общо употеба на компютър" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Дейност" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Използване на мишка:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Общо време на използване на мишката" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Движение на мишката:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Общо придвижване на мишката по екрана" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Действително придвижване на мишката:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Общо придвижване на мишката което бихте имали ако я движехте по права линия " "между натискане на бутоните" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Натискане бутон на мишката:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Общ брой натискания на бутони на мишката" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Удари по калвиши:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Общ брой натиснати клавиши" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, от %s до %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Ориентация" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Ориентация на лентата." #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Това е вашата почивка. Уверете се, че периодично\n" #~ "се изправяте и се разхождате встрани от компютъра.\n" #~ "Просто се поразходете наоколо за няколко минути,\n" #~ "протегнете се, отпуснете се и си починете." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Замлъква след %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Не може да се определи името на Вашия компютър. Деактивиране на " #~ "разпръскването." #, fuzzy #~ msgid "Break in" #~ msgstr "Почивка след %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Изчезва след %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Замлъква след %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Невъзможно инициализирането на Bonobo" #~ msgid "Inactive" #~ msgstr "Неактивен" #~ msgid "Credits" #~ msgstr "Заслуги" #~ msgid "_Written by" #~ msgstr "_Написан от" #~ msgid "_Documented by" #~ msgstr "_Документиран от" #~ msgid "_Translated by" #~ msgstr "_Преведен от" # Добави бутона за Заслуги #~ msgid "_Credits" #~ msgstr "_Заслуги" #~ msgid "About %s" #~ msgstr "Относно %s" workrave-1_10_10/po/boldquot.sed000066400000000000000000000003311263301626300166170ustar00rootroot00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g workrave-1_10_10/po/ca.po000066400000000000000000001330341263301626300152230ustar00rootroot00000000000000# Catalan translation of Workrave. # Copyright © 2005, 2010, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the workrave package. # Jordi Mallach , 2005, 2010, 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: workrave 1.9.908\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2012-03-31 11:14+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "S'està reconnectant a %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "No s'ha pogut habilitar el funcionament en xarxa." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "S'està inhabilitant el funcionament en xarxa." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "S'està connectant a %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "S'està suprimint el client %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "S'està desconnectant a %s" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "El client %s és ara el mestre." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Ara sóc el mestre." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "El client %s diu hola." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "El client %s està duplicat." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "S'ha denegat l'accés al client %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "El client %s s'ha desconnectat." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "El client %s ens dóna la benvinguda." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "S'està demanant l'estatus de mestre a %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "S'ha exhaurit el temps d'espera per al client %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "S'està rebutjant la petició de mestre del client %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "S'està acceptant la petició de mestre del client %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "El client no mestre %s ha rebutjat una petició de mestre." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "El client %s ha rebutjat la petició de mestre, s'està ajornant." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "El client %s és ara el nou mestre." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "S'ha iniciat el funcionament en xarxa." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "S'ha acceptat el nou client." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "S'ha produït un error de lectura del client %s, s'està tancant." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "El client %s ha tancat la connexió." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "S'ha connectat el client %s." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "No s'ha pogut connectar al client %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Obre" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Preferències" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Descans" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Exercicis" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mode" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Silenciós" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Suspés" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Xarxa" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Connecta..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Desconnecta" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Reconnecta" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Mostra el registre" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Mode de lectura" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Estadístiques" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Quant a..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Surt" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Miniaplicació del Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Aquest programa ajuda a la prevenció i recuperació del mal de pressió " "repetitiva (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_Uneix-me" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "_Quant a" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "Mostra el registre" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Suspés" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Silenciós" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Petició de descans" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "S'ha omés el descans" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Inici del descans" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Final del descans" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Inici de la micropausa" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Final de la micropausa" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Límit diari" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Final de l'exercici" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Final dels exercicis" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Canvi d'exercici" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Personalitzat" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d hores" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuts" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d segons" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "Bloca" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "A_tura" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Omet" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Ajorna" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Heu arribat al vostre límit diari. Deixeu de treballar\n" "davant de l'ordinador. Si la vostra jornada laboral no ha\n" "acabat encara, trobeu alguna cosa a fer, com revisar un document." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "El Workrave encara s'està executant. Podeu accedir-hi al Workrave fent clic " "a la icona de l'ovella blanca. Feu clic en aquest globus per inhabilitar " "aquest missatge." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "No s'ha pogut iniciar el Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Potser ja està en execució?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" "El Workrave no ha pogut monitoritzar l'activitat del vostre teclat i " "ratolí.\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Assegureu-vos que l'extensió «RECORD» és habilitada al servidor X." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "El Workrave és en mode suspès. L'activitat del ratolí i teclat no es " "monitoritzarà." #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "El Workrave és en mode silenciós. No es mostraran avisos de pausa." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micropausa" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Descans" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Mode: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Obre" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Preferències" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Exercicis" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "Mode" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Xarxa" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "Connecta" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "Desconnecta" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Reconnecta" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Estadístiques" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Quant a..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Descans" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "S_ilenciós" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Connecta" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Mostra el _registre" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "Surt" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "Mode de _lectura" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Relaxeu-vos durant uns pocs segons" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "El següent descans és en %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Fa %s que hauríeu d'haver descansat" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "El límit diari és en %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Fa %s que heu arribat al vostre límit diari" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "General" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Sons" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Finestra d'estat" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Miniaplicació" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Temporitzadors" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interfície d'usuari" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "No bloques" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Bloca l'entrada" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Bloca l'entrada i la pantalla" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opcions" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Mode de bloqueig" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Predeterminat del sistema" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(tipus de lletra no disponible)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Llengua:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Inicia el Workrave en iniciar el Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Mostra la icona de la safata del sistema" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Opcions de so" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Sense so" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Reprodueix sons utilitzant la targeta de so" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Reprodueix sons utilitzant l'altaveu intern" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Volum:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "So:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Silencia els sons durant el descans i el límit diari" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Esdeveniments de so" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Tema de so:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Reprodueix" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Esdeveniment" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Seleccioneu un so" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Fitxers d'ones" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Empra un monitor alternatiu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Habiliteu aquesta opció si el Workrave no pot detectar quan esteu emprant " "l'ordinador" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "És l'hora d'una micropausa?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Necessiteu un descans..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Hauríeu d'acabar per avui" #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Descans en %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Desapareix en %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Silenciós en %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Descans de %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Descans natural" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Aquest és el vostre descans..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Aquest és el vostre descans. Assegureu-vos que us alceu i\n" "us allunyeu de l'ordinador de tant en tant. Simplement\n" "camineu durants uns minuts, estireu-vos i relaxeu-vos." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Inicia un descans ara" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Espereu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Posiciona els temporitzadors un al costat de l'altre" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Posiciona la micropausa i el descans en un lloc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Posiciona el descans i el límit diari en un lloc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Posiciona tots els temporitzadors en un lloc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Amaga" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Mostra" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Mostra" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Mostra la finestra d'estat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "La finestra d'estat es queda sempre per damunt de les altres finestres" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Miniaplicació habilitada" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Visualizació" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Ubicació:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Temps del cicle:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micropausa:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Descans:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Límit diari:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Habilita el temporitzador" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Preguntes de descansos" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Pregunta abans de descansar" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Nombre màxim de preguntes:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Mostra els botons «Ajorna» i «Omet»" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Mostra els botons «Ajorna» i «Omet»" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Suspén el temporitzador quan s'està inactiu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Compta les micropauses com a activitat" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Nombre d'exercicis:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Inicia un descans quan es bloqui la pantalla" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Temps abans del final:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Temps entre descansos:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Duració del descans:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Temps d'ajornament:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Ajuda a la prevenció i recuperació del mal de pressió repetitiva (RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Connexió a la xarxa" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Introduïu el nom i el número de port de l'ordinador\n" "de la vostra xarxa al qual voleu connectar." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Nom:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Registre de xarxa" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Habilita la xarxa" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Nom d'usuari:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Contrasenya:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Permet connexions entrants" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Paràmetres del servidor" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port del servidor:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Intents de reconnexió:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Interval entre reconnexions:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avançat" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "La llista següent especifica els ordinadors als quals es connecta el " "Workrave per a iniciar-se. Feu clic en el nom de l'ordinador o el port per a " "editar-ho." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nom" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Ordinadors" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Estirament del muscle i braç" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Mantingueu un braç estirat horitzontalment per davant del pit. Empenyeu " "aquest braç amb l'altre cap al cos fins que noteu una tensió lleugera al " "muscle. Mantingueu aquesta posició breument, i repetiu l'exercici amb " "l'altre braç." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Estirament de dits" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Separeu i estireu els dits fins que noteu una tensió lleugera, i mantingueu " "aquesta posició durant 10 segons. Relaxeu-vos i flexioneu els dits pels " "artells i mantingueu la posició durant 10 segons. Repetiu aquest exercici " "una vegada més." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Estirament lateral del coll" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Comenceu amb el cap en una posició recta i còmoda. Inclineu el cap cap al " "muscle dret per a estirar suaument els músculs del costat esquerre del coll. " "Mantingueu aquesta posició durant 5 segons. A continuació, inclineu el cap " "cap al costat esquerre per a estirar l'altre costat. Feu això dues vegades " "per a cada costat." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Estirament de muscles cap enrere" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Entrellaceu els dits per darrere de l'esquena. Gireu els colzes lleugerament " "cap a dins, mentre estireu els braços. Mantingueu aquesta posició entre 5 i " "15 segons, i repetiu l'exercici dues vegades." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Moveu els ulls" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Mireu el cantó superior esquerre del contorn exterior del vostre monitor. " "Resseguiu el contorn lentament cap al cantó superior dret. Continueu cap al " "següent cantó, fins a haver completat dues voltes. A continuació, invertiu " "l'exercici." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Entrenament del focus dels ulls" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Busqueu el punt més llunyà que pugueu veure darrere del vostre monitor. " "Enfoqueu els vostres ulls al punt remot. Després, enfoqueu el contorn del " "vostre monitor. Torneu-ho a repetir. Si no podeu mirar massa lluny del " "vostre monitor, encareu-vos cap a una altra direcció amb una vista més " "llarga. Canvieu el focus entre un objecte distant i un bolígraf mantingut a " "la mateixa distància dels vostres ulls que el monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Mireu l'oscuritat" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Cobriu-vos els ulls amb els vostres palmells de manera que encara pogueu " "obrir els parpalls. Ara obriu els ulls i mireu en la foscor dels vostres " "palmells. Aquest exercici dóna millor alleujament als vostres ulls comparat " "amb simplement tancar-los." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Moveu els muscles" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Gireu el braç dret lentament en cercles con una hèlice d'un avió, pel costat " "del cos. Feu això 4 vegades cap a davant i 4 vegades cap a enrere i relaxeu-" "vos durant uns segons. Repetiu-ho amb el braç esquerre." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Moveu els muscles amunt i avall" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Poseu les mans al reposabraços de la cadira mentre esteu asseguts i empenteu " "el vostre cos cap amunt fins que el braços estiguen rectes. Intenteu moure " "el cap més enllà encara baixant els muscles. Lentament, torneu a seure a la " "cadira." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Gireu el cap" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Gira el cap a la dreta i mantin-lo així durant 2 segons. A continuació, " "gira'l cap a la dreta i mantin-lo així altres 2 segons." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Reproductor d'exercicis" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Exercici anterior" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Exercici següent" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Posa en pausa els exercicis" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Finalitza els exercicis" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Reprén" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pausa" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Reprén els exercicis" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Navega l'historial" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Descansos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Preguntes de descansos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "El nombre de vegades que se us va demanar descansar, excloent les preguntes " "repetides per al mateix descans" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Preguntes repetides" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "El nombre de vegades que se us va demanar descansar repetidament" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Vegades que es va descansar quan es va demanar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "El nombre de vegades que us heu pres un descans quan s'us ha demanat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Descansos naturals presos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" "El número de vegades que us heu pres un descans sense que se us demanara" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Descansos omesos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "El número de desansos que heu omés" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Descansos ajornats" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "El número de descansos que heu ajornat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Temps sobrepassat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "El temps total que heu sobrepassat el límit per a aquest descans" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Ús diari" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "El temps total d'ús de l'ordinador" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Activitat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Ús del ratolí:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "El temps total que heu utilitzat el ratolí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Moviment del ratolí:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "El moviment total a la pantalla del ratolí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Moviment efectiu del ratolí:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "El moviment total del ratolí que hauríeu acumulat si l'haguereu mogut en " "línies rectes entre clics" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Clics de botó del ratolí:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "El nombre total de clics del botó del ratolí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Pulsacions de tecles:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "El nombre total de pulsacions de tecles" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, de %s a %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "u1 %s." #~ msgstr "u1 %s." #~ msgid "u2 %s." #~ msgstr "u2 %s." #~ msgid "p1 %s." #~ msgstr "p1 %s." #~ msgid "p2 %s." #~ msgstr "p2 %s." #~ msgid "Orientation" #~ msgstr "Orientació" #~ msgid "The orientation of the tray" #~ msgstr "L'orientació de la safata" #~ msgid "File is not a valid .desktop file" #~ msgstr "El fitxer no és un fitxer .desktop vàlid" #~ msgid "Unrecognized desktop file Version '%s'" #~ msgstr "No es reconeix la versió del fitxer desktop «%s»" #~ msgid "Starting %s" #~ msgstr "S'està iniciant %s" #~ msgid "Application does not accept documents on command line" #~ msgstr "L'aplicació no accepta documents a la línia d'ordres" #~ msgid "Unrecognized launch option: %d" #~ msgstr "No es reconeix l'opció de llançament: %d" #~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" #~ msgstr "" #~ "No es poden passar URI de documents a una entrada de desktop «Type=Link»" #~ msgid "Not a launchable item" #~ msgstr "No és un element llançable" #~ msgid "Disable connection to session manager" #~ msgstr "Inhabilita la connexió al gestor de sessions" #~ msgid "Specify file containing saved configuration" #~ msgstr "Especifica el fitxer que conté la configuració desada" #~ msgid "FILE" #~ msgstr "FITXER" #~ msgid "Specify session management ID" #~ msgstr "Especifica l'ID de gestió de sessió" #~ msgid "ID" #~ msgstr "ID" #~ msgid "Session management options:" #~ msgstr "Opcions de gestió de sessió:" #~ msgid "Show session management options" #~ msgstr "Mostra les opcions de gestió de la sessió" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "No es pot resoldre el nom propi. S'està inhabilitant la distribució." #~ msgid "I could not initialize Bonobo" #~ msgstr "No s'ha pogut iniciar el Bonobo" #~ msgid "Inactive" #~ msgstr "Inactiu" #~ msgid "Credits" #~ msgstr "Crèdits" #~ msgid "_Written by" #~ msgstr "_Escrit per" #~ msgid "_Documented by" #~ msgstr "_Documentat per" #~ msgid "_Translated by" #~ msgstr "_Traduït per" #~ msgid "_Credits" #~ msgstr "_Crèdits" #~ msgid "About %s" #~ msgstr "Quant al %s" workrave-1_10_10/po/cs.po000066400000000000000000001353451263301626300152540ustar00rootroot00000000000000# Czech translations for Workrave package. # Copyright (C) 2004 THE WORKRAVE'S COPYRIGHT HOLDER # This file is distributed under the same license as the Workrave package. # Juraj Kubelka , 2004, 2005. # msgid "" msgstr "" "Project-Id-Version: Workrave 1.6.2\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:20+0100\n" "Last-Translator: Juraj Kubelka \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Obnovuji spojení do %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Nemohu povolit síťové operace." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Vypínám síťové operace." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Připojuji se do %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Odstraňuji klienta %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Odpojuji %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klient %s je nyní vůdčí." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Nyní jsem vůdčí." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klient %s zdraví." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klient %s je duplikován." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Klient %s odmítl přístup." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klient %s se odhlásil." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klient %s vás vítá." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Požadavek statusu vůdce od %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Vypršení časové prodlevy klienta %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Zamítnutí požadavku statusu vůdce od klienta %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Uznán požadavek statusu vůdce od klienta %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Klient %s bez statusu vůdce odmítl požadavek na status vůdce." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s odmítl požadavek na status vůdce, prodleva." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s je nyní vůdce." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Začaly síťové operace." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Akceptován nový klient." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Chyba při čtení s klientem %s, zavírám." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klient %s uzavřel spojení." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klient %s se připojil." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Nemohu se připojit ke klientovi %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Otevřít" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Nastavení" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Přestávka" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Cvičení" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mód" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normální" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "Ne_rušící" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zastavený" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Síť" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Připojit..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Odpojit" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Obnovit spojení" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Zobrazit záznam..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Konec" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave aplet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Tento program podporuje prevenci a regeneraci opakovaných bolestivých napětí " "(RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_O..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Zobrazit _záznam" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normální" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Zastavený" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "Ne_rušící" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Upozornění na pauzu" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauza zamítnuta" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Začátek přestávky" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Konec přestávky" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Začátek mikro-pauzy" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Konec Mikro-pauzy" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Denní limit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Konec cviku" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Konec cvičení" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Konec cviku" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d hodin" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minut" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekund" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Zámek" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Vypnout" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Přeskočit" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Odložit" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Dosáhl jste svého denního limitu. Prosím přestaňte pracovat \n" "na počítači. Pokud vaše práce ještě není u konce, najděte si\n" "k práci něco jiného, například kontrolu dokumentů." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave aplet" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro-pauza" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Přestávka" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Mód" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Otevřít" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Nastavení" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Cvičení" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Mód" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Síť" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Připojit" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Odpojit" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Obnovit spojení" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Přestávka" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Ne_rušící" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Připojit" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Zobrazit _záznam" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Konec" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Prosím odpočívejte několik sekund" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Další přestávka za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Přestávka o %s opožděná" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Denní limit za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Denní limit o %s překročen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Obecné" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Stavové okno" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Aplet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Časovače" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Uživatelské rozhraní" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Neblokovat" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokovat vstupní zařízení" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokovat vstupní zařízení a obrazovku" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokující mód:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Bez zvuků" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Přehrávat zvuky za použití zvukové karty" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Přehrávat zvuky za použití zabudovaného reproduktoru" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Umístit přestávku a denní limit na jedno místo" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Bez zvuků" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Čas na mikro-pauzu?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Potřebujete přestávku..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Měl byste pro dnešek skončit..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pauza v %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Zmizí za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tichý v %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Přestávka po %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Přirozeně vykonaných pauz" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Potřebujete přestávku..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 #, fuzzy msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Toto je vaše přestávka. Ujistěte se, že vstanete\n" "a odejde od počítače na pravidelnou pauzu. Projděte\n" "se na několik minut, protáhněte se a relaxujte." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Další přestávka za %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Čekat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Umístit časovače jeden vedle druhého" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Umístit mikro-pauzu a přestávku na jedno místo" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Umístit přestávku a denní limit na jedno místo" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Umístit všechny časovače na jedno místo" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Schovat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Zobrazit" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Zobrazit pouze, když časovač vyprší jako první" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Zobrazit stavové okno" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Stavové okno obvykle umístit nad všemi dalšími okny" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Povolit aplet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Zobrazit" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Umístění:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Doba cyklu:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro-pauza:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Přestávka:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Denní limit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Povolit časovač" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Připomenutí pauzy" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Připomenout před pauzou" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maximální počet připomenutí:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Zobrazit tlačítka 'Odložit' a 'Přeskočit'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Zobrazit tlačítka 'Odložit' a 'Přeskočit'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Zastavit časovač při nečinnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Považovat mikro-pauzy za aktivitu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Počet cvičení:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Čas před koncem:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Čas mezi pauzami:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Trvání pauzy:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Čas odložení:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Tento program podporuje prevenci a regeneraci opakovaných bolestivých napětí " "(RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Síťové připojení" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Vložte jméno a číslo portu počítače v síti, ke kterému \n" "chcete připojit." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Počítač:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Síťový záznam" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Povolit připojení do sítě" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Jméno:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Heslo:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Nastavení serveru" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port serveru:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Pokusů obnovení spojení:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Interval obnovení spojení:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Pokročilé" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Následující seznam určuje počítače, ke kterým se Workrave připojí při\n" "startu. K editaci klikněte na jméno počítače nebo číslo portu." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Jméno počítače" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Počítače" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Protažení ramen a rukou" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Držte jednu ruku předpaženou před vašim hrudníkem. Tlačte tuto ruku pomocí " "druhé ruky směrem k sobě dokud nebudete cítit mírné pnutí v rameni. Chvilku " "zůstaňte v této pozici a opakujte cvičení s druhou rukou." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Protažení prstů" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Roztáhněte a napněte prsty dokud necítíte mírné pnutí a vydržte v této " "poloze po dobu deseti sekund. Odpočiňte si tak, že ohnete prsty v kloubech a " "opět zůstanete v této poloze deset sekund. Opakujte toto cvičení ještě " "jednou." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Protažení krku úklonem do strany" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Začněte s hlavou v pohodlně vzpřímené poloze. Potom pomalu naklánějte hlavu " "k pravému rameni do lehkého protažení svalů na levé straně krku. Vydržte v " "této poloze pět sekund. Potom naklánějte hlavu na levou stranu do lehkého " "protažení. Na obě strany to udělejte dvakrát." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Zadní propnutí ramen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Propleťte svoje prsty za svými zády. Následně otočte svoje lokty lehce " "dovnitř až do narovnání svých rukou. Zůstaňte v této poloze po dobu 5 až 15 " "sekunda a opakujte tento cvik dvakrát." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Pohyb očí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Dívejte se na horní levý roh vnějšího okraje svého monitoru. Sledujte okraj " "pomalu do horního pravého rohu. Pokračujte do dalšího rohu, dokud monitor " "neobejdete dvakrát. Potom opakujte cvik v obráceném směru." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Cvičení zaostřování očí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Najděte nejvzdálenější bod, který můžete za monitorem vidět. Zaostřete oči " "na tento vzdálený bod. Potom zaostřete na rám monitoru. Opakujte to. Pokud " "se nemůžete dívat velmi daleko za monitor, najděte si jiný směr s delší " "vzdáleností pohledu. Potom zaostřujte mezi vzdáleným objektem a perem " "drženým ve stejné vzdálenosti od očí jako je váš monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Pohled do tmy" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Zakryjte si oči svými dlaněmi tak, že stále můžete otevírat oči. Nyní " "otevřete oči a dívejte se do tmy vašich dlaní. Toto cvičení lépe uleví vašim " "očím než pouhé zavření." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Pohyb ramenou" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Otáčejte pravou rukou pomalu vedle těla jako letadlová vrtule. Udělejte to " "čtyřikrát dopředu, čtyřikrát dozadu a na chvíli se uvolněte. Opakujte s " "levou rukou." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Pohyb ramenou nahoru a dolů" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "V sedě položte ruce na boční opěrky křesla a vytlačte tělo nahoru až do " "narovnaných rukou. Zkuste pohnout hlavou snížením ramen. Pomalu se vracejte " "do křesla." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Otáčení hlavy" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Otočte hlavou doleva a vydržte zde dvě sekundy. Potom otočte hlavu doprava a " "vydržte zde dvě sekundy." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Cvičitel" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Počet cvičení:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Počet cvičení:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Cvičení" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Obnovit" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauza" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Počet cvičení:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Prohlížet historii" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauzy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Připomenutých pauz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Počet upozornění na pauzu, kromě opakovaných upozornění \n" "na stejnou pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Opakovaných upozornění" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Počet opakovaných upozornění na pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Upozorněných a vykonaných pauz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Počet pauz, na které jste byl upozorněn, a které jste měl" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Přirozeně vykonaných pauz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Počet pauz, které jste vykonal bez upozornění" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Přeskočených pauz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Počet pauz, které jste přeskočil" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Odložených pauz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Počet pauz, které jste odložil" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Opožděný čas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Celkový čas, o který byla pauza opožděna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Denní použití" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Celkový čas, po který byl počítač používán" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivita" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Použití myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Celkový čas, po který jste používal myš" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Pohyb myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Celkový pohyb myši po obrazovce" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Užitečný pohyb myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Celkový pohyb myši, který byste vykonal, pokud byste mezi \n" "dvěma kliknutími přesouval myš po rovné dráze" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Počet kliknutí myší:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Celkový počet kliknutí myší" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Klávesových úhozů" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Celkový počet stisknutých kláves" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientace" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orientace oznamovací ikony" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Toto je vaše přestávka. Ujistěte se, že vstanete\n" #~ "a odejde od počítače na pravidelnou pauzu. Projděte\n" #~ "se na několik minut, protáhněte se a relaxujte." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tichý v %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Nemohu rozlišit moje vlastní jméno počítače. Deaktivuji distribuci." #, fuzzy #~ msgid "Break in" #~ msgstr "Pauza v %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Zmizí za %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Tichý v %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Nemohu inicializovat Bonobo" #~ msgid "Inactive" #~ msgstr "Nečinný" #~ msgid "Credits" #~ msgstr "Kredity" #~ msgid "_Written by" #~ msgstr "_Napsali" #~ msgid "_Documented by" #~ msgstr "_Zdokumentovali" #~ msgid "_Translated by" #~ msgstr "Přeložili" #~ msgid "_Credits" #~ msgstr "_Kredity" #~ msgid "About %s" #~ msgstr "O %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Zavřete oči a vydechujte tak dlouho, jak můžete a zkuste relaxovat. " #~ "Nadechujte se opět tak pomalu, jak můžete. Zkuste pomalu počítat do osmi " #~ "pokaždé, když se nadechujete a vydechujete. Pro lepší odpočinek zavírejte " #~ "oči také při mikro pauzách." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Postavte se tváří ke stěně (nebo k něčemu) a položte ruce do výšky svých " #~ "ramen proti zdi s lokty lehce ohnutými. Zatlačte tělem do zdi bez změny " #~ "úhlu loktů. Potom odstrčte tělo zpět od stěny beze změny úhlu loktů." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Držte hlavu rovně a spodní čelist rovnoběžně s podlahou. Zakloňte hlavu " #~ "dozadu a vydržte v této poloze dvě sekundy a uvolněte. Předkloňte hlavu " #~ "dopředu, opět vydržte dvě sekundy a uvolněte." #~ msgid "Move the shoulder blades" #~ msgstr "Pohyb lopatkami" #~ msgid "Neck stretch" #~ msgstr "Protažení krku" #~ msgid "Relax the eyes" #~ msgstr "Uvolnění očí" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Stůjte u svého stolu a položte obě dlaně na stůl s prsty směrem k tělu. " #~ "Zlehka napínejte zápěstí a dolní část rukou." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Vstaňte a zkuste rukama dosáhnout na strop bez zvednutí pat. Chvíli " #~ "zůstaňte v této poloze. Potom spusťte ruce pomalu zpět k tělu, přitom je " #~ "neohýbejte v loktech. Pokračujete v pohybu směrem k podlaze ohýbáním zad " #~ "a pokuste se (pokud můžete) ruce položit před nohy. Opět se pomalu " #~ "vracejte zpět do vzpřímené polohy." #~ msgid "Stretch your back" #~ msgstr "Protažení zad" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Protažení zápěstí a spodní části rukou" #~ msgid "Restbreak" #~ msgstr "Přestávka" workrave-1_10_10/po/da.po000066400000000000000000001162651263301626300152330ustar00rootroot00000000000000# translation of da.po for Workrave # Copyright (C) 2003, 2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave product. # Christian Vejlbo , 2005 # msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-10-28 20:44+0100\n" "PO-Revision-Date: 2014-08-15 11:40+0100\n" "Last-Translator: Frederik Svarre \n" "Language-Team: http://FSLab.dk \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n !=1;\n" "X-Generator: Poedit 1.6.7\n" "X-Poedit-SourceCharset: UTF-8\n" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekunder" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutter" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d timer" #: ../frontend/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, fra %s til %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(Skrifttype ikke tilgængelig)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:209 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:107 msgid "About..." msgstr "Om..." #: ../frontend/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivitet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:112 msgid "Applet" msgstr "Applet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:142 msgid "Applet enabled" msgstr "Applet aktiveret" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Hjælper med forebyggelse og bedring af RSI syndrom (Repetetive Strain Injury)" #: ../frontend/data/exercises/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Baglæns skulderstræk" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Bloker input" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Bloker input og skærm" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokeringsindstilling:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:218 msgid "Break duration:" msgstr "Pauselængde:" #: ../frontend/gtkmm/src/PreludeWindow.cc:320 #, c-format msgid "Break in %s" msgstr "Pause om %s" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:113 msgid "Break prompting" msgstr "Pauseanmodninger" #: ../frontend/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pauseanmodninger" #: ../frontend/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauser" #: ../frontend/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Udsatte pauser" #: ../frontend/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Oversprungne pauser" #: ../frontend/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Historik" #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 msgid "Choose a sound" msgstr "Vælg en lyd" #: ../frontend/data/exercises/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Hold dine hænder op foran øjnene således, at du stadig kan åbne øjnene. Åbn " "nu øjnene og se ind i mørket i dine håndflader. Øvelsen giver bedre " "afslapning til dine øjne sammenlignet med bare at lukke dem." #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:158 msgid "Cycle time:" msgstr "Tidscyklus:" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1439 ../frontend/gtkmm/src/GtkUtil.cc:170 msgid "Daily limit" msgstr "Daglig grænse" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:270 #, c-format msgid "Daily limit %s overdue" msgstr "Daglig grænse overskredet med %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:265 #, c-format msgid "Daily limit in %s" msgstr "Daglig grænse er nået om %s" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Daily limit:" msgstr "Daglig grænse:" #: ../frontend/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Daglig brug" #: ../frontend/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Dato:" #. Delete button #: ../frontend/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "Slet al statistikhistorik" #: ../frontend/gtkmm/src/PreludeWindow.cc:324 #, c-format msgid "Disappears in %s" msgstr "Forsvinder om %s" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:148 msgid "Display" msgstr "Vis" #: ../frontend/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effektiv bevægelse af mus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:538 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Aktiver denne indstilling hvis Workrave ikke opfanger hvornår du bruger din " "computer" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:72 msgid "Enable timer" msgstr "Aktiver timer" #: ../frontend/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Afslut øvelser" #: ../frontend/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "Fejl" #: ../frontend/gtkmm/src/PreferencesDialog.cc:403 msgid "Event" msgstr "Hændelse" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:191 #: ../frontend/gtkmm/src/MainGtkMenu.cc:176 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 #: ../frontend/gtkmm/src/ExercisesDialog.cc:42 msgid "Exercises" msgstr "Øvelser" #: ../frontend/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Øvelsesafspiller" #: ../frontend/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "Sletning af filen mislykkedes!" #: ../frontend/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "Filerne er slettet!" #: ../frontend/data/exercises/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Udstrækning af fingre" #: ../frontend/gtkmm/src/PreferencesDialog.cc:99 msgid "General" msgstr "Generelt" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:116 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 msgid "Hide" msgstr "Skjul" #: ../frontend/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "Info" #: ../frontend/data/exercises/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Flet fingrene bag ryggen. Drej albuerne forsigtigt indad, mens du strækker " "dine arme. Hold stillingen i 5 til 15 sekunder. Gentag øvelsen to gange." #: ../frontend/gtkmm/src/GUI.cc:778 msgid "Is Workrave already running?" msgstr "Kører Workrave allerede?" #: ../frontend/data/exercises/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Hold den ene arm strukket lige fremad ud i luften foran din brystkasse. Med " "din anden arm skal du skubbe din fremstrakte arm mod dig, indtil du mærker " "et let stræk i din skulder. Hold strækket kortvarigt, og gentag øvelsen med " "den modsatte arm." #: ../frontend/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tastetryk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Sprog:" #: ../frontend/data/exercises/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Kig på øverste venstre hjørne af den yderste kant på din skærm. Følg kanten " "langsomt med øjnene til det øvre højre hjørne. Gentag til du når næste " "hjørne osv, indtil du er nået hele vejen rundt to gange, Gentag øvelsen den " "modsatte vej rundt." #: ../frontend/data/exercises/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Fokuser på det fjerneste punkt du kan se bagved din skærm. Efter et par " "sekunder, fokuser på kanten af din skærm. Gentag øvelsen. Brug evt. en " "kuglepen i stedet for kanten af skærmen i en anden retning end skærmen, hvis " "du har bedre afstand der." #: ../frontend/data/exercises/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Se ind i mørke" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:119 msgid "Maximum number of prompts:" msgstr "Maksimalt antal anmodninger:" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1439 ../frontend/gtkmm/src/GtkUtil.cc:170 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:55 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:180 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:278 msgid "Micro-break" msgstr "Mikropause" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:163 msgid "Micro-break:" msgstr "Mikropause:" # Mode menu item #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 msgid "Mode" msgstr "Tilstand" # Mode menu item #: ../frontend/gtkmm/src/GUI.cc:1446 ../frontend/gtkmm/src/GUI.cc:1450 msgid "Mode: " msgstr "Tilstand: " #: ../frontend/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Antal tryk på muse-knapper:" #: ../frontend/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Muse-bevægelse:" #: ../frontend/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Brug af mus:" #: ../frontend/data/exercises/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Bevæg øjnene" #: ../frontend/data/exercises/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Bevæg skuldrene" #: ../frontend/data/exercises/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Bevæg skuldrene op og ned" #: ../frontend/gtkmm/src/PreferencesDialog.cc:357 msgid "Mute sounds during rest break and daily limit" msgstr "Lydløs under pause og daglig grænse" #: ../frontend/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Naturlige pauser afholdt" #: ../frontend/gtkmm/src/RestBreakWindow.cc:207 msgid "Natural rest break" msgstr "Naturlig pause" #: ../frontend/data/exercises/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Udstrækning af nakke" #: ../frontend/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Næste øvelse" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:247 #, c-format msgid "Next rest break in %s" msgstr "Næste hvilepause om %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ingen blokering" #: ../frontend/gtkmm/src/PreferencesDialog.cc:323 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "No sounds" msgstr "Ingen lyde" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Normal" msgstr "Normal" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:172 msgid "Number of exercises:" msgstr "Antal øvelser:" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:188 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Åben" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:144 msgid "Options" msgstr "Muligheder" #: ../frontend/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Overskredet tid" #: ../frontend/gtkmm/src/ExercisesPanel.cc:480 msgid "Pause" msgstr "Pause" #: ../frontend/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/gtkmm/src/ExercisesPanel.cc:487 msgid "Pause exercises" msgstr "Sæt øvelser på pause" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place all timers in one spot" msgstr "Placer alle pauser ét sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:90 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:95 msgid "Place micro-break and rest break in one spot" msgstr "Placér mikropauser og hvilepauser ét sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place rest break and daily limit in one spot" msgstr "Placer hvilepauser og daglig grænse ét sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:89 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 msgid "Place timers next to each other" msgstr "Placér tiderne ved siden af hinanden" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:157 msgid "Placement:" msgstr "Placering:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:398 #: ../frontend/gtkmm/src/PreferencesDialog.cc:416 #: ../frontend/gtkmm/src/PreferencesDialog.cc:446 msgid "Play" msgstr "Afspil" #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 #: ../frontend/gtkmm/src/PreferencesDialog.cc:327 msgid "Play sounds using sound card" msgstr "Afspil lyde vha. lydkort" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:240 msgid "Please relax for a few seconds" msgstr "Slap venligst af i nogle sekunder" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Postpone time:" msgstr "Udsættelsestid:" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #: ../frontend/gtkmm/src/PreferencesDialog.cc:78 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "Preferences" msgstr "Indstillinger" #: ../frontend/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Tidligere øvelse" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:115 msgid "Prompt before breaking" msgstr "Anmod før afholdelse af pauser" #: ../frontend/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Anmodede pauser afholdt" #: ../frontend/data/exercises/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Tag fat på armlænene på din stol. Pres dig opad i armene indtil de er " "strakte. Forsøg at strække hovedet endnu mere opad ved at sænke skuldrene. " "Bevæg dig forsigtigt tibage på plads." #: ../frontend/gtkmm/src/MainGtkMenu.cc:148 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:85 msgid "Q_uiet" msgstr "St_ille" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1450 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:198 msgid "Quiet" msgstr "Stille" #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:126 msgid "Quit" msgstr "Luk" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:204 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:100 msgid "Reading mode" msgstr "Læsetilstand" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:162 msgid "Regard micro-breaks as activity" msgstr "Betragt mikropauser som aktiviteter" #: ../frontend/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Gentagne anmodninger" #: ../frontend/gtkmm/src/GUI.cc:1439 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:190 #: ../frontend/gtkmm/src/GtkUtil.cc:170 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:148 #: ../frontend/gtkmm/src/RestBreakWindow.cc:80 #: ../frontend/gtkmm/src/RestBreakWindow.cc:213 msgid "Rest break" msgstr "Hvilepause" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:252 #, c-format msgid "Rest break %s overdue" msgstr "Hvilepause er overskredet med %s minutter" #: ../frontend/gtkmm/src/RestBreakWindow.cc:165 #, c-format msgid "Rest break for %s" msgstr "Hvilepause i %s" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:164 msgid "Rest break:" msgstr "Hvilepause:" #: ../frontend/gtkmm/src/ExercisesPanel.cc:480 msgid "Resume" msgstr "Genoptag" #: ../frontend/gtkmm/src/ExercisesPanel.cc:485 msgid "Resume exercises" msgstr "Fortsæt øvelser" #: ../frontend/data/exercises/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Stræk og spred dine fingre undtil du kan mærke et let stræk. Hold strækket i " "10 sekunder. Slap lidt af og bør herefter dine fingre. Hold positionen i 10 " "sekunder. Gentag øvelsen igen." #: ../frontend/data/exercises/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Skulder-arm udstrækning" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:117 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:121 msgid "Show" msgstr "Vis" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:148 msgid "Show 'Postpone' button" msgstr "Vis knappen 'Udsæt'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:153 msgid "Show 'Skip' button" msgstr "Vis knappen 'Spring over'" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 msgid "Show log" msgstr "Vis log" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Show only when this timer is first due" msgstr "Vis kun første gang perioden udløber" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:131 msgid "Show status window" msgstr "Vis statusvindue" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Vis proceslinjeikon" #: ../frontend/gtkmm/src/BreakWindow.cc:333 msgid "Shut _down" msgstr "Luk _ned" #: ../frontend/gtkmm/src/PreludeWindow.cc:328 #, c-format msgid "Silent in %s" msgstr "Lydløs om %s" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:367 msgid "Sound Events" msgstr "Lydhændelser" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Lydindstillinger" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:375 msgid "Sound Theme:" msgstr "Lyd-tema:" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Sound:" msgstr "Lyd:" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:104 msgid "Sounds" msgstr "Lyde" #: ../frontend/data/exercises/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Sving langsomt højre arm rundt i store cirker helt oppe ved øret. Udfør 4 " "sving fremad, og 4 sving tilbage og slap af i et par skunder. Gentag øvelsen " "med venstre arm." #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Start Workrave når Windows startes" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:177 msgid "Start restbreak when screen is locked" msgstr "Start pause når skærmen låses" #: ../frontend/data/exercises/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Se lige frem og find en behagelig position med hovedet. Læg langsomt højre " "øre mod højre skulder, så dine muskler på venstre side af halsen strækkes. " "Hold strækket i 5 sekunder. Gentag derefter øvelsen med venstre øre mod " "venstre skulder. Udfør øvelsen to gange til hver side." #: ../frontend/gtkmm/src/GenericDBusApplet.cc:208 #: ../frontend/gtkmm/src/MainGtkMenu.cc:181 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:124 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:106 #: ../frontend/gtkmm/src/StatisticsDialog.cc:59 #: ../frontend/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistiker" #: ../frontend/gtkmm/src/PreferencesDialog.cc:108 msgid "Status Window" msgstr "Statusvindue" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1446 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Suspended" msgstr "_Suspenderet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Systemstandard" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:191 msgid "Take rest break now" msgstr "Hold pause nu" #: ../frontend/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" "Filerne indeholdende din statistikhistorik kunne ikke slettes. Vil du " "forsøge igen?" #: ../frontend/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "Filerne med din statistikhistorik er blevet slettet." #: ../frontend/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Antallet af pauser du har udsat" #: ../frontend/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Antal pauser du er sprunget over" #: ../frontend/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Antal gange du har holdt pause efter at være blevet anmodet om det" #: ../frontend/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Antal gange du har holdt pause uden at blive anmodet om det" #: ../frontend/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Antal gange du blev bedt om at holde pause, eksklusiv gentagne anmodninger " "for den samme pause" #: ../frontend/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Antal gange du er blevet bedt om at holde pause gentagne gange" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:136 msgid "The status window stays always on top of other windows" msgstr "Statusvinduet er altid øverst" #: ../frontend/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Den totale computerbrug" #: ../frontend/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Den totale musebevægelse du ville have haft, hvis du havde bevæget din mus i " "lige linier mellem klik" #: ../frontend/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Det totale antal tastetryk" #: ../frontend/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Det totale antal tryk på muse-knapper" #: ../frontend/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Den totale bevægelse af musen på skærmen" #: ../frontend/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Den totale tid denne pause har været forsinket" #: ../frontend/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Den totale tid du har brugt musen" #: ../frontend/gtkmm/src/RestBreakWindow.cc:208 msgid "This is your natural rest break." msgstr "Dette er din naturlige pause." #: ../frontend/gtkmm/src/RestBreakWindow.cc:214 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Nu har du hvilepause. Sørg for at rejse dig og\n" "gå væk fra computeren jævnligt. Gå blot rundt\n" "i nogle minutter, stræk ud og slap af." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:360 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Dette program hjælper med at forebygge RSI syndrom (Repetetive Strain " "Injury)." #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:210 msgid "Time before end:" msgstr "Tid før ophør:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:211 msgid "Time between breaks:" msgstr "Tid mellem pauser:" #: ../frontend/gtkmm/src/PreludeWindow.cc:108 msgid "Time for a micro-break?" msgstr "Tid til en mikropause?" # Notebook #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:205 msgid "Timers" msgstr "Tidstællere" #: ../frontend/data/exercises/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Træn øjen-fokusering" #: ../frontend/data/exercises/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Drej hovedet" #: ../frontend/data/exercises/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Drej hovedet mod venstre og bliv der i to sekunder. Drej derefter hovedet " "mod højre og bliv der i to sekunder." #: ../frontend/gtkmm/src/PreferencesDialog.cc:532 msgid "Use alternate monitor" msgstr "Brug en alternativ skærm" #: ../frontend/gtkmm/src/PreferencesDialog.cc:117 msgid "User interface" msgstr "Brugergrænseflade" #: ../frontend/gtkmm/src/PreferencesDialog.cc:348 msgid "Volume:" msgstr "Lydstyrke:" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:213 msgid "Wait" msgstr "Vent" #: ../frontend/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "Advarsel" #: ../frontend/gtkmm/src/PreferencesDialog.cc:431 msgid "Wavefiles" msgstr "Wave-filer" #: ../frontend/gtkmm/src/GUI.cc:776 msgid "Workrave failed to start" msgstr "Workrave kunne ikke starte" #: ../frontend/gtkmm/src/GUI.cc:1311 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrave er i tilstanden lydløs. Der vil ikke vises et pausevindue." #: ../frontend/gtkmm/src/GUI.cc:1305 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "Workrave er i tilstanden suspenderet. Mus og tastatur aktivitet vil ikke " "blive moniteret." #: ../frontend/gtkmm/src/GUI.cc:298 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave kører stadig. Du kan åbne Workrave ved at klikke på ikonet med det " "hvide får. Klik i dette felt for at deaktivere denne meddelelse" #: ../frontend/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "Du har valgt at slette din statistikhistorik. Ønsker du at fortsætte?" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Du har nået din daglige grænse. Stop venligst arbejdet \n" "ved computeren. Hvis din arbejdsdag fortsætter, så løs \n" "en anden type opgave, eksempelvis gennemlæsning af et dokument. " #: ../frontend/gtkmm/src/PreludeWindow.cc:112 msgid "You need a rest break..." msgstr "Du har brug for en hvilepause..." #: ../frontend/gtkmm/src/PreludeWindow.cc:116 msgid "You should stop for today..." msgstr "Du bør stoppe for i dag..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:186 msgid "_About" msgstr "_Om" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 msgid "_Disconnect" msgstr "_Afbryd forbindelse" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Øvelser" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_Deltag" #: ../frontend/gtkmm/src/BreakWindow.cc:310 msgid "_Lock" msgstr "_Lås" # Mode menu item #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/MainGtkMenu.cc:143 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:98 msgid "_Mode" msgstr "_Tilstand" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 msgid "_Network" msgstr "_Netværk" #: ../frontend/gtkmm/src/MainGtkMenu.cc:145 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:79 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:74 msgid "_Open" msgstr "_Åbn" #: ../frontend/gtkmm/src/BreakWindow.cc:371 msgid "_Postpone" msgstr "_Udsæt" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:171 msgid "_Preferences" msgstr "_Indstillinger" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:191 msgid "_Quit" msgstr "_Luk" #: ../frontend/gtkmm/src/MainGtkMenu.cc:154 msgid "_Reading mode" msgstr "_Læse tilstand" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 msgid "_Reconnect" msgstr "_Genopret forbindelse" #: ../frontend/gtkmm/src/MainGtkMenu.cc:102 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "_Rest break" msgstr "_Hvilepause" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Hvilepause" #: ../frontend/gtkmm/src/BreakWindow.cc:354 msgid "_Skip" msgstr "_Spring over" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistikker" #: ../frontend/gtkmm/src/MainGtkMenu.cc:151 #: ../frontend/gtkmm/src/unix/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:91 msgid "_Suspended" msgstr "_Suspenderet" #~ msgid "About %s" #~ msgstr "Om %s" #~ msgid "Accepted new client." #~ msgstr "Accepterede ny klient." #, fuzzy #~ msgid "Acknowledging master request from client %s." #~ msgstr "Bekræfter master anmodning fra klient %s." #~ msgid "Advanced" #~ msgstr "Avanceret" #~ msgid "Break ignored" #~ msgstr "Pause ignoreret" #, fuzzy #~ msgid "Break in" #~ msgstr "Pause om %s" #~ msgid "Break prompt" #~ msgstr "Pause påmindelse" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Kan ikke finde maskinens netværksnavn. Deaktiverer distribution." #, fuzzy #~ msgid "Client %s access denied." #~ msgstr "Adgang nægtet til klient %s." #, fuzzy #~ msgid "Client %s closed connection." #~ msgstr "Klient %s afbrød forbindelsen." #, fuzzy #~ msgid "Client %s connected." #~ msgstr "Klient %s tilsluttet." #, fuzzy #~ msgid "Client %s is duplicate." #~ msgstr "Klient %s er duplikat." #, fuzzy #~ msgid "Client %s is now master." #~ msgstr "Klienten %s er nu 'master'" #~ msgid "Client %s is now the new master." #~ msgstr "Klient %s er nu ny master." #, fuzzy #~ msgid "Client %s is welcoming us." #~ msgstr "Klient %s byder os velkommen." #, fuzzy #~ msgid "Client %s read error, closing." #~ msgstr "Klient %s læse-fejl, lukker." #, fuzzy #~ msgid "Client %s rejected master request, delaying." #~ msgstr "Klient %s afviste master anmodning, udsætter." #, fuzzy #~ msgid "Client %s saying hello." #~ msgstr "Klient %s siger 'hej'." #, fuzzy #~ msgid "Client %s signed off." #~ msgstr "Klient %s lukkede ned." #, fuzzy #~ msgid "Client timeout from %s." #~ msgstr "Klient timeout fra %s.." #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Luk dine øjne og ånd så dybt ud du kan mens du slapper af. Træk vejret " #~ "ind igen så langsomt som muligt. Forsøg evt. at tælle langsomt til otte " #~ "for hver gang du trækker vejret og ånder ud igen. For at slappe ekstra af " #~ "i øjnene, prøv at lukke dem i mikropauser også." #, fuzzy #~ msgid "Connect" #~ msgstr "_Forbind" #, fuzzy #~ msgid "Connecting to %s." #~ msgstr "Tilslutter til %s." #, fuzzy #~ msgid "Could not connect to client %s." #~ msgstr "Kunne ikke forbinde til klient %s." #~ msgid "Could not enable network operation." #~ msgstr "Kunne ikke aktivere netværksfunktionen." #~ msgid "Credits" #~ msgstr "Udviklere" #~ msgid "Disabling network operation." #~ msgstr "Afbryder netværksfunktionen." #, fuzzy #~ msgid "Disappears in" #~ msgstr "Forsvinder om %s" #, fuzzy #~ msgid "Disconnect" #~ msgstr "_Afbryd forbindelse" #, fuzzy #~ msgid "Disconnecting %s" #~ msgstr "Afbryder %s." #~ msgid "Enable networking" #~ msgstr "Aktiver netværk" #~ msgid "" #~ "Enter the host name and port number of a computer\n" #~ "in the network you wish to connect to." #~ msgstr "" #~ "Angiv venligst navn og portnummer for den computer på netværket\n" #~ "du ønsker at tilslutte til." #, fuzzy #~ msgid "Exercise change" #~ msgstr "Øvelse afsluttet" #~ msgid "Exercise ended" #~ msgstr "Øvelse afsluttet" #~ msgid "Exercises ended" #~ msgstr "Øvelser afsluttet" #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Stil dig med ansigtet mod en væg. Placer hænderne på væggen i " #~ "skulderhøjde med albuerne let bøjede. Skub kroppen mod væggen uden at " #~ "ændre vinklen på albuerne. Skub dig tilbage fra væggen igen uden at ændre " #~ "vinklen på albuerne" #~ msgid "Host name" #~ msgstr "Værtsnavn" #~ msgid "Host name:" #~ msgstr "Værtsnavn:" #~ msgid "Hosts" #~ msgstr "Værter" #~ msgid "I could not initialize Bonobo" #~ msgstr "Teknisk besked: Kunne ikke initialisere Bonobo" #~ msgid "I'm now master." #~ msgstr "Jeg er nu 'master'" #~ msgid "Inactive" #~ msgstr "Inaktiv" #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Hold hovedet fremad med kæben parallel med gulvet. Flyt langsome hovedet " #~ "tilbage (så du laver dobbelt-hage). Hold positionen i to sekunder. Flyt " #~ "hovedet forsigtigt fremad og slap af." #~ msgid "Micro-break ended" #~ msgstr "Mikropause afsluttet" #~ msgid "Micro-break started" #~ msgstr "Mikropause startet" #~ msgid "Move the shoulder blades" #~ msgstr "Bevæg skulderbladene" #~ msgid "Neck stretch" #~ msgstr "Nakke stræk" #~ msgid "Network" #~ msgstr "Netværk" #~ msgid "Network connect" #~ msgstr "Netværksforbindelse." #~ msgid "Network log" #~ msgstr "Netværks log" #~ msgid "Network operation started." #~ msgstr "Netværkfunktion startet" #, fuzzy #~ msgid "Non-master client %s rejected master request." #~ msgstr "Ikke-master klient %s afviste master anmodning." #~ msgid "Orientation" #~ msgstr "Orientering" #~ msgid "Password:" #~ msgstr "Adgangskode:" #~ msgid "Play sounds using built-in speaker" #~ msgstr "Afspil lyde vha. indbygget pc-højttaler" #~ msgid "Port" #~ msgstr "Port" #~ msgid "Port:" #~ msgstr "Port:" #, fuzzy #~ msgid "Reconnect" #~ msgstr "_Genopret forbindelse" #~ msgid "Reconnect attempts:" #~ msgstr "Genetableringsforsøg:" #~ msgid "Reconnect interval:" #~ msgstr "Forsøg genetablering efter:" #, fuzzy #~ msgid "Reconnecting to %s." #~ msgstr "Forsøg at genoprette til %s." #, fuzzy #~ msgid "Rejecting master request from client %s." #~ msgstr "Afviser master anmodning fra klient %s." #~ msgid "Relax the eyes" #~ msgstr "Slap af i øjnene" #, fuzzy #~ msgid "Removing client %s." #~ msgstr "Fjerner klient %s." #, fuzzy #~ msgid "Requesting master status from %s." #~ msgstr "Anmoder om master status fra %s." #~ msgid "Rest break ended" #~ msgstr "Hvilepause afsluttet" #~ msgid "Rest break started" #~ msgstr "Hvilepause startet" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Hvilepause" #~ msgid "Server port:" #~ msgstr "Serverport:" #~ msgid "Server settings" #~ msgstr "Server indstillinger" #~ msgid "Show _log" #~ msgstr "_Vis logfil" #, fuzzy #~ msgid "Silent in" #~ msgstr "Tavs om %s" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Stå ved dit bord og placer begge håndflader på bordfladen, med fingrene " #~ "pegende mod din krop. Stræk forsigtigt håndled og underarm." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Stå oprejst og ræk ud efter loftet med hænderne uden at løfte hælene fra " #~ "gulvet. Hold strækket i et par sekunder. Lad derefter en forover-rulning " #~ "i ryggen så dine hænder (næsten) rører jorden foran dine fødder. Rul " #~ "forsigtigt tlbage til oprejst position." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tavs om %s" #~ msgid "Stretch your back" #~ msgstr "Stræk ryggen" #~ msgid "Suspend timer when inactive" #~ msgstr "Suspender tidstællere ved inaktivitet" #~ msgid "" #~ "The following list specifies the hosts that Workrave connects to on\n" #~ "start-up. Click the host name or port number to edit." #~ msgstr "" #~ "Den følgende liste angiver de værtsnavne Workrave forbinder til\n" #~ "ved opstart. Klik på navn eller portnummer for at redigere. " #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orienteringen af systemområdet" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Nu har du hvilepause. Rejs dig jævnligt og gå lidt rundt\n" #~ "væk fra computeren. Slap blot lidt af i et par minutter:\n" #~ "stræk ud, slap af, tag lidt kaffe eller lignende. " #~ msgid "Username:" #~ msgstr "Brugernavn:" #~ msgid "Workrave" #~ msgstr "Workrave" #~ msgid "Workrave Applet" #~ msgstr "Workrave-Applet" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Udstrækning af håndled og underarm" #~ msgid "_About..." #~ msgstr "Om..." #~ msgid "_Connect" #~ msgstr "_Forbind" #~ msgid "_Connect..." #~ msgstr "_Opret forbindelse..." workrave-1_10_10/po/de.po000066400000000000000000001676611263301626300152450ustar00rootroot00000000000000# Johannes Rohr translation of Workrave. # Copyright (C) 2003, 2004, 2012 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave package. # Johannes Rohr , 2003. # # msgid "" msgstr "" "Project-Id-Version: Workrave 1.8.4\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2013-06-16 19:00+0200\n" "Last-Translator: Johannes Rohr \n" "Language-Team: Raymond Penners \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" # src/core/DistributionSocketLink.cc:131 #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Wiederaufnahme der Verbindung mit %s:" # src/core/DistributionSocketLink.cc:345 #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Netzwerkbetrieb konnte nicht aufgenommen werden." # src/core/DistributionSocketLink.cc:354 #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Netzwerkbetrieb wird deaktiviert." # src/core/DistributionSocketLink.cc:509 # src/core/DistributionSocketLink.cc:536 #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Verbinde mit %s." # src/core/DistributionSocketLink.cc:640 # src/core/DistributionSocketLink.cc:665 #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Entferne Client %s." # src/core/DistributionSocketLink.cc:702 #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Trenne Verbindung mit %s." # src/core/DistributionSocketLink.cc:870 #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Client %s ist jetzt Master." # src/core/DistributionSocketLink.cc:876 #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Ich bin jetzt Master." # src/core/DistributionSocketLink.cc:1205 #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Client %s sagt 'Hallo'." # src/core/DistributionSocketLink.cc:1220 # src/core/DistributionSocketLink.cc:1337 # src/core/DistributionSocketLink.cc:1573 #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Client %s ist doppelt eingetragen." # src/core/DistributionSocketLink.cc:1229 #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Zugriff für Client %s verweigert." # src/core/DistributionSocketLink.cc:1296 #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Client %s hat sich abgemeldet." # src/core/DistributionSocketLink.cc:1375 #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Client %s heißt Sie willkommen." # src/core/DistributionSocketLink.cc:1608 #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Erbitte Master-Status von %s." # src/core/DistributionSocketLink.cc:1621 #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Zeitüberschreitung von Client %s." # src/core/DistributionSocketLink.cc:1642 #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Weise Anfrage nach Master-Status durch Client %s zurück." # src/core/DistributionSocketLink.cc:1648 #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Bestätige Master-Anfrage von Client %s." # src/core/DistributionSocketLink.cc:1699 #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Client %s ohne Master-Status hat Master-Anfrage zurückgewiesen." # src/core/DistributionSocketLink.cc:1704 #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Client %s hat Master-Anfrage zurückgewiesen. Warte ab." # src/core/DistributionSocketLink.cc:1775 #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Client %s ist jetzt der neue Master." # src/core/DistributionSocketLink.cc:1894 #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Netzwerkbetrieb gestartet." # src/core/DistributionSocketLink.cc:1911 #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Akzeptiere neuen Client." # src/core/DistributionSocketLink.cc:1966 #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Lesefehler bei Client %s. Schließe Verbindung." # src/core/DistributionSocketLink.cc:1971 # src/core/DistributionSocketLink.cc:2042 #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Client %s hat Verbindung geschlossen." # src/core/DistributionSocketLink.cc:2011 #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Client %s verbunden." # src/core/DistributionSocketLink.cc:2047 #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Konnte nicht mit Client %s verbinden." # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "Ö_ffnen" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "Einstellungen" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:13 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Ruhepause" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Übungen" # src/app/gtkmm/Menus.cc:143 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Betriebsart" # src/app/gtkmm/Menus.cc:150 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:7 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:10 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "St_ill" # src/app/gtkmm/Menus.cc:157 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:16 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Angehalten" # src/app/gtkmm/Menus.cc:178 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "N_etzwerk" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Verbinden..." # src/app/gtkmm/Menus.cc:187 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Trennen" # src/app/gtkmm/Menus.cc:192 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "Verbindung _Wiederaufnehmen" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Protokoll anzeigen" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Lesemodus" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistik" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "Über..." # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Ende" # src/app/gtkmm/gnome_applet/Workrave-Applet.server.in.in.h:1 # src/app/shared/sounds/workrave.soundlist.in.h:10 #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" # src/app/gtkmm/gnome_applet/Workrave-Applet.server.in.in.h:2 #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave-Applet" # src/app/gtkmm/Menus.cc:605 #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "Dieses Programm hilft Ihnen bei der Vorbeugung des RSI-Syndroms (Repetetive Strain Injury) und unterstützt den Genesungsprozess." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "Über..." # src/app/gtkmm/Menus.cc:197 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "_Protokoll anzeigen" # src/app/gtkmm/Menus.cc:150 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:7 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "_Normal" # src/app/gtkmm/Menus.cc:157 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:16 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "_Angehalten" # src/app/gtkmm/Menus.cc:164 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "St_ill" # src/app/shared/sounds/workrave.soundlist.in.h:2 #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pausenhinweise" # src/app/shared/sounds/workrave.soundlist.in.h:1 #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pause ignoriert" # src/app/shared/sounds/workrave.soundlist.in.h:9 #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Ruhepause begonnen" # src/app/shared/sounds/workrave.soundlist.in.h:8 #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Ruhepause beendet" # src/app/shared/sounds/workrave.soundlist.in.h:7 #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikropause begonnen" # src/app/gtkmm/GtkUtil.cc:88 src/app/gtkmm/MicroPauseWindow.cc:168 # src/app/gtkmm/MicroPauseWindow.cc:204 #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikropause beendet" # src/app/gtkmm/DailyLimitWindow.cc:47 src/app/gtkmm/GtkUtil.cc:88 # src/app/shared/sounds/workrave.soundlist.in.h:3 #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Tägliches Limit" # src/app/shared/sounds/workrave.soundlist.in.h:4 #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Übung beendet" # src/app/shared/sounds/workrave.soundlist.in.h:5 #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Übungen beendet" # src/app/shared/sounds/workrave.soundlist.in.h:4 #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Übung beendet" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" # src/app/Text.cc:75 #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d Stunden" # src/app/Text.cc:79 #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d Minuten" # src/app/Text.cc:83 #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d Sekunden" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Sperren" # src/app/gtkmm/TimerBoxPreferencePage.cc:123 #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "_Herunterfahren" # src/app/gtkmm/BreakWindow.cc:327 #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Überspringen" # src/app/gtkmm/BreakWindow.cc:338 #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Aufschieben" # src/app/gtkmm/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Sie haben Ihr tägliches Limit erreicht. Bitte beenden Sie die Arbeit\n" "am Computer. Falls Ihr Arbeitstag noch nicht zu Ende ist, wechseln Sie\n" "zu einer anderen Tätigkeit, z. B. zur Durchsicht von Dokumenten." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" # src/app/gtkmm/gnome_applet/Workrave-Applet.server.in.in.h:2 #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workrave-Applet" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Läuft Workrave bereits?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" # src/app/gtkmm/GtkUtil.cc:88 src/app/gtkmm/MicroPauseWindow.cc:168 # src/app/gtkmm/MicroPauseWindow.cc:204 #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikropause" # src/app/gtkmm/GtkUtil.cc:88 src/app/gtkmm/RestBreakWindow.cc:284 #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Ruhepause" # src/app/gtkmm/Menus.cc:143 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "_Betriebsart" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Ö_ffnen" # src/app/gtkmm/PreferencesDialog.cc:49 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Einstellungen" # src/app/gtkmm/ExercisesDialog.cc:38 src/app/gtkmm/Menus.cc:234 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Übungen" # src/app/gtkmm/Menus.cc:143 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "_Betriebsart" # src/app/gtkmm/PreferencesDialog.cc:74 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Netzwerk" # src/app/gtkmm/Menus.cc:182 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "_Verbinden" # src/app/gtkmm/Menus.cc:187 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "_Trennen" # src/app/gtkmm/Menus.cc:192 # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Verbindung _Wiederaufnehmen" # src/app/gtkmm/Menus.cc:244 src/app/gtkmm/StatisticsDialog.cc:51 # src/app/gtkmm/StatisticsDialog.cc:130 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistik" # src/app/gtkmm/Menus.cc:258 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Über..." # src/app/gtkmm/Menus.cc:222 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Ruhepause" # src/app/gtkmm/Menus.cc:164 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "St_ill" # src/app/gtkmm/Menus.cc:182 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Verbinden" # src/app/gtkmm/Menus.cc:197 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Protokoll anzeigen" # src/app/gtkmm/gnome_applet/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "_Ende" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" # src/app/gtkmm/MicroPauseWindow.cc:200 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Bitte entspannen Sie sich für ein paar Sekunden" # src/app/gtkmm/MicroPauseWindow.cc:190 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Nächste Ruhepause in %s" # src/app/gtkmm/MicroPauseWindow.cc:196 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Ruhepause %s überfällig" # src/app/gtkmm/DailyLimitWindow.cc:47 src/app/gtkmm/GtkUtil.cc:88 # src/app/shared/sounds/workrave.soundlist.in.h:3 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Tageslimit in %s" # src/app/gtkmm/DailyLimitWindow.cc:47 src/app/gtkmm/GtkUtil.cc:88 # src/app/shared/sounds/workrave.soundlist.in.h:3 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Tageslimit um %s überschritten" # src/app/gtkmm/NetworkPreferencePage.cc:92 # src/app/gtkmm/PreferencesDialog.cc:57 #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Allgemein" # src/app/gtkmm/PreferencesDialog.cc:144 #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Klang:" # src/app/gtkmm/PreferencesDialog.cc:64 #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Statusfenster" # src/app/gtkmm/PreferencesDialog.cc:61 #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" # src/app/gtkmm/PreferencesDialog.cc:71 # src/app/gtkmm/TimerBoxPreferencePage.cc:167 # src/app/gtkmm/TimerPreferencesPanel.cc:195 #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Zeitmesser" # src/app/gtkmm/PreferencesDialog.cc:72 #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Benutzereinstellungen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Nichts" # src/app/gtkmm/TimerPreferencesPanel.cc:145 #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Benutzereingaben blockieren" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Alles blockieren" # src/app/gtkmm/PreferencesDialog.cc:142 # src/app/gtkmm/TimerPreferencesPanel.cc:141 #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Optionen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blockiermodus:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Systemeinstellung" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(Schriftzeichen nicht verfügbar)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Sprache:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Workrave mit Windows starten" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Taskleistensymbol zeigen" # src/app/gtkmm/PreferencesDialog.cc:142 # src/app/gtkmm/TimerPreferencesPanel.cc:141 #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Optionen" # # src/app/gtkmm/PreferencesDialog.cc:115 #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Keine Klänge" # src/app/gtkmm/PreferencesDialog.cc:117 #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Klänge mittels der Soundkarte abspielen" # src/app/gtkmm/PreferencesDialog.cc:119 #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Klänge mit dem PC-Lautsprecher abspielen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Lautstärke:" # src/app/gtkmm/PreferencesDialog.cc:144 #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Klang:" # src/app/gtkmm/TimerBoxPreferencePage.cc:96 #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Während Ruhepause und tägliches Limit stumm schalten" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # src/app/gtkmm/PreferencesDialog.cc:144 #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Klang:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Abspielen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Ereignis" # # src/app/gtkmm/PreferencesDialog.cc:115 #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Keine Klänge" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Alternativen Monitor verwenden" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" # src/app/gtkmm/PreludeWindow.cc:81 #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Zeit für eine Mikropause?" # src/app/gtkmm/PreludeWindow.cc:85 #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Sie brauchen eine Ruhepause..." # src/app/gtkmm/PreludeWindow.cc:89 #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Sie sollten für heute aufhören..." # src/app/gtkmm/PreludeWindow.cc:208 #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pause in %s" # src/app/gtkmm/PreludeWindow.cc:212 #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Verschwindet in %s" # src/app/gtkmm/PreludeWindow.cc:216 #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr " Still in %s" # src/app/gtkmm/RestBreakWindow.cc:266 #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Ruhepause für %s" # src/app/gtkmm/StatisticsDialog.cc:192 #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Natürliche Pausen" # src/app/gtkmm/PreludeWindow.cc:85 #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Sie brauchen eine Ruhepause..." # src/app/gtkmm/RestBreakWindow.cc:285 #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Dies ist Ihre Ruhepause. Achten Sie darauf, dass Sie regelmäßig\n" "aufstehen und Ihren Computerarbeitsplatz verlassen. Gehen Sie einfach\n" "ein paar Minuten umher, strecken sie sich aus und entspannen Sie\n" "sich." # src/app/gtkmm/MicroPauseWindow.cc:190 #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Nächste Ruhepause in %s" # src/app/gtkmm/TimerBox.cc:220 src/app/gtkmm/TimerBox.cc:300 #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Warten" # src/app/gtkmm/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Alle Uhren nebeneinander anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Mikropause und Ruhepause an einer Stelle anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:96 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Ruhepause und tägliches Limit an einer Stelle anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:98 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Alle Uhren an einer Stelle anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:121 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Verstecken" # src/app/gtkmm/TimerBoxPreferencePage.cc:123 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:125 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Pause nur anzeigen, wenn als nächstes fällig" # src/app/gtkmm/TimerBoxPreferencePage.cc:135 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Statusfenster anzeigen" # src/app/gtkmm/TimerBoxPreferencePage.cc:140 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Das Statusfenster bleibt immer über allen anderen Fenstern" # src/app/gtkmm/TimerBoxPreferencePage.cc:147 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet aktiviert" # src/app/gtkmm/TimerBoxPreferencePage.cc:155 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Anzeige" # src/app/gtkmm/TimerBoxPreferencePage.cc:164 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Positionierung:" # src/app/gtkmm/TimerBoxPreferencePage.cc:165 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Zeit bis zum Wechsel der Anzeige:" # src/app/gtkmm/TimerBoxPreferencePage.cc:170 #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikropause:" # src/app/gtkmm/TimerBoxPreferencePage.cc:171 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Ruhepause:" # src/app/gtkmm/TimerBoxPreferencePage.cc:172 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Tägliches Limit:" # src/app/gtkmm/TimerPreferencesPanel.cc:57 #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Zeitmesser verwenden" # src/app/gtkmm/TimerPreferencesPanel.cc:96 #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Ankündigung der Pause" # src/app/gtkmm/TimerPreferencesPanel.cc:98 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Vor der Pause Hinweis ausgeben" # src/app/gtkmm/TimerPreferencesPanel.cc:103 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maximale Anzahl von Hinweisen:" # src/app/gtkmm/TimerPreferencesPanel.cc:154 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 msgid "Show 'Postpone' button" msgstr "Knöpfe „Aufschieben“ anzeigen" # src/app/gtkmm/TimerPreferencesPanel.cc:154 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 msgid "Show 'Skip' button" msgstr "Knöpfe „Überspringen“ anzeigen" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Zeitzähler bei Untätigkeit stoppen" # src/app/gtkmm/TimerPreferencesPanel.cc:169 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Mikropausen als Aktivität betrachten" # src/app/gtkmm/TimerPreferencesPanel.cc:181 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Anzahl der Übungen" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Ruhepause starten wenn Bildschirm gesperrt wird" # src/app/gtkmm/TimerPreferencesPanel.cc:202 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Zeit bis zur Pause:" # src/app/gtkmm/TimerPreferencesPanel.cc:202 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Zeit bis zur Pause:" # src/app/gtkmm/TimerPreferencesPanel.cc:219 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Dauer der Pause:" # src/app/gtkmm/TimerPreferencesPanel.cc:236 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Dauer des Aufschubs:" # src/app/gtkmm/Menus.cc:605 #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Dieses Programm hilft Ihnen bei der Vorbeugung des RSI-Syndroms (Repetetive Strain Injury) und unterstützt den Genesungsprozess." # src/app/gtkmm/NetworkJoinDialog.cc:41 src/app/gtkmm/NetworkJoinDialog.cc:59 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Netzwerkverbindung" # src/app/gtkmm/NetworkJoinDialog.cc:60 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Geben Sie den Namen und die Portnummer eines\n" "eines Rechners im Netzwerk ein, zu dem Sie eine\n" "Verbindung aufbauen möchten." # src/app/gtkmm/NetworkJoinDialog.cc:73 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Rechnername:" # src/app/gtkmm/NetworkJoinDialog.cc:74 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" # src/app/gtkmm/NetworkLogDialog.cc:40 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Netzwerkprotokoll" # src/app/gtkmm/NetworkPreferencePage.cc:79 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Netzwerk verwenden" # src/app/gtkmm/NetworkPreferencePage.cc:86 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Benutzername:" # src/app/gtkmm/NetworkPreferencePage.cc:87 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Passwort:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Eingehende Verbindungen erlauben" # src/app/gtkmm/NetworkPreferencePage.cc:104 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Servereinstellungen" # src/app/gtkmm/NetworkPreferencePage.cc:126 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Serverport:" # src/app/gtkmm/NetworkPreferencePage.cc:127 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Versuche zur Verbindungswiederaufnahme:" # src/app/gtkmm/NetworkPreferencePage.cc:128 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Intervall zwischen den Verbindungsversuchen:" # src/app/gtkmm/NetworkPreferencePage.cc:131 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Erweitert" # src/app/gtkmm/NetworkPreferencePage.cc:148 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Die folgende Liste legt die Rechner fest, zu denen Workrave beim " "Programmstart eine \n" "Verbindung aufnimmt. Klicken Sie zum Bearbeiten auf den Rechnernamen oder " "die Portnummer." # src/app/gtkmm/NetworkPreferencePage.cc:177 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Rechnername" # src/app/gtkmm/NetworkPreferencePage.cc:185 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" # src/app/gtkmm/NetworkPreferencePage.cc:222 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Rechner im Netzwerk" # src/app/shared/exercises/exercises.xml.in.h:21 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Schulter-/Armstreckung" # src/app/shared/exercises/exercises.xml.in.h:7 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Halten Sie einen Arm horizontal ausgestreckt vor der Brust. Mit dem anderen " "Arm stoßen Sie diesen Arm zu sich hin, bis Sie eine leichte Spannung in der " "Schulter verspüren. Bleiben Sie kurz in dieser Position und wiederholen Sie " "die Übung mit dem anderen Arm." # src/app/shared/exercises/exercises.xml.in.h:4 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Finger strecken" # src/app/shared/exercises/exercises.xml.in.h:20 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Spreizen und strecken Sie die Finger, bis Sie eine leichte Spannung " "verspüren und behalten Sie die Position für zehn Sekunden bei. Entspannen " "Sie sich, danach beugen Sie die Finger an den Knöcheln und behalten Sie die " "Position wieder für zehn Sekunden bei. Wiederholen Sie diese Übung noch " "einmal." # src/app/shared/exercises/exercises.xml.in.h:17 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Den Hals beugen und dehnen" # src/app/shared/exercises/exercises.xml.in.h:25 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Beginnen Sie, indem Sie den Kopf in eine angenehme Position bringen. Dann " "neigen Sie den Kopf langsam zur rechten Schulter, um die Muskeln auf der " "linken Seite des Halses sanft zu dehnen. Behalten Sie diese Position für " "fünf Sekunden bei. Dann neigen Sie den Kopf nach links um Muskeln der " "anderen Seite zu dehnen. Wiederholen Sie dies für beide Seiten." # src/app/shared/exercises/exercises.xml.in.h:1 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Schultern rückwärts strecken" # src/app/shared/exercises/exercises.xml.in.h:6 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Legen Sie hinter dem Rücken die Finger ineinander. Dann drehen sie die " "Ellenbogen sanft einwärts, während Sie die Arme strecken. Behalten Sie diese " "Position für 5 bis 15 Sekunden bei und wiederholen Sie diese Übung zweimal." # src/app/shared/exercises/exercises.xml.in.h:12 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Die Augen bewegen" # src/app/shared/exercises/exercises.xml.in.h:9 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Schauen Sie auf die obere linke Ecke des Außenrands Ihres Bildschirms. " "Folgen Sie dem Rand langsam bis zur oberen rechten Ecke. Setzen Sie bis zur " "nächsten Ecke fort bis sie ihn zweimal umrundet haben. Dann wiederholen Sie " "die Übung in umgekehrter Richtung." # src/app/shared/exercises/exercises.xml.in.h:27 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Das Fokussieren mit den Augen üben" # src/app/shared/exercises/exercises.xml.in.h:10 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Schauen Sie den entferntesten Punkt, den Sie hinter Ihrem Bildschirm sehen " "können. Fixieren Sie den enfernten Punkt. Nach ein paar Sekunden fokussieren " "Sie den Bildschirmrand. Wiederholen Sie. Falls Sie von ihrem Bildschirm aus " "nicht sehr weit blicken können, benutzen Sie stattdessen z. B. einen Stift " "und halten Sie Ihn in Bildschirmentfernung vor das Gesicht." # src/app/shared/exercises/exercises.xml.in.h:11 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "In die Dunkelheit schauen" # src/app/shared/exercises/exercises.xml.in.h:3 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Bedecken Sie die Augen mit den Handflächen, so dass sie die Augenlider immer " "noch öffnen können. Jetzt öffnen Sie die Augen und schauen Sie in die " "Dunkelheit Ihrer Handflächen. Diese Übung bringt Ihren Augen mehr Erholung " "als wenn Sie sie einfach schließen würden." # src/app/shared/exercises/exercises.xml.in.h:14 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Die Schultern bewegen" # src/app/shared/exercises/exercises.xml.in.h:22 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Rotieren Sie den rechten Arm langsam im Kreis neben dem Körper wie einen " "Flugzeugpropeller. Machen Sie dies viermal im Uhrzeigersinn, viermal gegen " "den Uhrzeigersinn und entspannen Sie sich für ein paar Sekunden. Wiederholen " "Sie dies mit dem linken Arm." # src/app/shared/exercises/exercises.xml.in.h:15 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Die Schultern auf und ab bewegen" # src/app/shared/exercises/exercises.xml.in.h:18 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Legen Sie die Hände auf die Armlehnen Ihres Stuhls, während Sie sich " "hinsetzen und drücken Sie sich nach oben, bis Ihre Arme ganz gerade sind. " "Versuchen Sie, den Kopf noch weiter zu bewegen, indem Sie die Schultern " "fallen lassen. Bewegen Sie sich langsam zurück in den Stuhl." # src/app/shared/exercises/exercises.xml.in.h:28 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Den Kopf drehen" # src/app/shared/exercises/exercises.xml.in.h:29 #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Drehen Sie den Kopf nach links und behalten Sie ihn dort für zwei Sekunden. " "Dann drehen Sie den Kopf nach rechts und behalten Sie ihn dort für zwei " "Sekunden." # src/app/gtkmm/ExercisesDialog.cc:38 src/app/gtkmm/Menus.cc:234 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Übungsabspieler" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" # src/app/gtkmm/TimerPreferencesPanel.cc:181 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Anzahl der Übungen" # src/app/gtkmm/TimerPreferencesPanel.cc:181 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Anzahl der Übungen" # src/app/gtkmm/ExercisesDialog.cc:38 src/app/gtkmm/Menus.cc:234 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Übungen" # src/app/gtkmm/ExercisesPanel.cc:226 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Wiederaufnehmen" # src/app/gtkmm/ExercisesPanel.cc:226 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pause" # src/app/gtkmm/TimerPreferencesPanel.cc:181 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Anzahl der Übungen" # src/app/gtkmm/StatisticsDialog.cc:124 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Verlauf betrachten" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" # src/app/gtkmm/StatisticsDialog.cc:131 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" # src/app/gtkmm/StatisticsDialog.cc:166 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pausen" # src/app/gtkmm/StatisticsDialog.cc:176 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pausenhinweise" # src/app/gtkmm/StatisticsDialog.cc:177 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Wie oft Workrave Sie aufgefordert hat, eine Pause zu machen, ohne " "wiederholte Hinweise für dieselbe Pause" # src/app/gtkmm/StatisticsDialog.cc:182 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Wiederholte Hinweise" # src/app/gtkmm/StatisticsDialog.cc:183 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Wie häufig Sie mehrfach aufgefordert wurden, eine Pause zu einzulegen" # src/app/gtkmm/StatisticsDialog.cc:187 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Pausen nach vorheriger Aufforderung" # src/app/gtkmm/StatisticsDialog.cc:188 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Wie oft Sie nach einem Pausenhinweis eine Pause eingelegt haben" # src/app/gtkmm/StatisticsDialog.cc:192 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Natürliche Pausen" # src/app/gtkmm/StatisticsDialog.cc:193 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Wie oft Sie ohne Aufforderung eine Pause eingelegt haben" # src/app/gtkmm/StatisticsDialog.cc:197 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Übersprungene Pausen" # src/app/gtkmm/StatisticsDialog.cc:198 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Wie oft Sie Pausen übersprungen haben" # src/app/gtkmm/StatisticsDialog.cc:202 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Aufgeschobene Pausen" # src/app/gtkmm/StatisticsDialog.cc:203 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Anzahl der Pausen, die Sie aufgeschoben haben" # src/app/gtkmm/StatisticsDialog.cc:207 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Überfällige Zeit" # src/app/gtkmm/StatisticsDialog.cc:208 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Gesamte Zeit, die diese Pause überfällig war." # src/app/gtkmm/StatisticsDialog.cc:212 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Tägliche Nutzung" # src/app/gtkmm/StatisticsDialog.cc:213 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Gesamte Computernutzung" # src/app/gtkmm/StatisticsDialog.cc:276 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivität" # src/app/gtkmm/StatisticsDialog.cc:286 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Mausnutzung" # src/app/gtkmm/StatisticsDialog.cc:287 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Wie lange Sie die Maus insgesamt genutzt haben." # src/app/gtkmm/StatisticsDialog.cc:290 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Mausbewegung insgesamt:" # src/app/gtkmm/StatisticsDialog.cc:291 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Gesamte vom Mauszeiger zurückgelegte Strecke" # src/app/gtkmm/StatisticsDialog.cc:294 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effektive Mausbewegung:" # src/app/gtkmm/StatisticsDialog.cc:295 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Gesamte Strecke, die der Mauszeiger zurückgelegt hätte, wenn Sie Ihre\n" "Maus zwischen den Klicks in geraden Linien bewegt hätten." # src/app/gtkmm/StatisticsDialog.cc:299 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Mausklicks:" # src/app/gtkmm/StatisticsDialog.cc:300 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Gesamtzahl der Mausklicks." # src/app/gtkmm/StatisticsDialog.cc:303 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tastenanschläge:" # src/app/gtkmm/StatisticsDialog.cc:304 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Gesamtzahl der ausgeführten Tastenanschläge." # src/app/gtkmm/StatisticsDialog.cc:354 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, von %s bis %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" # src/app/gtkmm/eggtrayicon.c:118 #~ msgid "Orientation" #~ msgstr "Ausrichtung" # src/app/gtkmm/eggtrayicon.c:119 #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Ausrichtung des Benachrichtungsfeldes" # src/app/gtkmm/RestBreakWindow.cc:285 #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Dies ist Ihre Ruhepause. Achten Sie darauf, dass Sie regelmäßig\n" #~ "aufstehen und Ihren Computerarbeitsplatz verlassen. Gehen Sie einfach\n" #~ "ein paar Minuten umher, strecken sie sich aus und entspannen Sie\n" #~ "sich." # src/app/gtkmm/PreludeWindow.cc:216 #, fuzzy #~ msgid "Starting %s" #~ msgstr " Still in %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Kann eigenen Rechnernamen nicht auflösen. Netzwerkbetrieb wird " #~ "deaktiviert." # src/app/gtkmm/PreludeWindow.cc:208 #, fuzzy #~ msgid "Break in" #~ msgstr "Pause in" # src/app/gtkmm/PreludeWindow.cc:212 #, fuzzy #~ msgid "Disappears in" #~ msgstr "Verschwindet in" # src/app/gtkmm/PreludeWindow.cc:216 #, fuzzy #~ msgid "Silent in" #~ msgstr " Still in" # src/app/gtkmm/GUI.cc:676 #~ msgid "I could not initialize Bonobo" #~ msgstr "Konnte Bonobo nicht initialisieren" # src/app/gtkmm/TimerBox.cc:254 #~ msgid "Inactive" #~ msgstr "Inaktiv" # src/app/gtkmm/gnome-about.c:308 #~ msgid "Credits" #~ msgstr "Mitwirkende" # src/app/gtkmm/gnome-about.c:341 #~ msgid "_Written by" #~ msgstr "_Autoren:" # src/app/gtkmm/gnome-about.c:356 #~ msgid "_Documented by" #~ msgstr "_Dokumentation von:" # src/app/gtkmm/gnome-about.c:371 #~ msgid "_Translated by" #~ msgstr "_Übersetzer" # src/app/gtkmm/gnome-about.c:431 #~ msgid "_Credits" #~ msgstr "_Mitwirkende" # src/app/gtkmm/gnome-about.c:614 #~ msgid "About %s" #~ msgstr "Über %s" # src/app/shared/exercises/exercises.xml.in.h:2 #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Schließen Sie die Augen, atmen Sie so tief aus, wie sie können und " #~ "versuchen Sie, sich zu entspannen. Wenn Sie einatmen, tun Sie dies " #~ "ebenfalls so langsam wie möglich. Versuchen Sie bei jedem Ein- und " #~ "Ausatmen, langsam bis acht zu zählen. Um auch ihre Augen zu entspannen, " #~ "schließen Sie sie in den Mikropausen ebenfalls." # src/app/shared/exercises/exercises.xml.in.h:5 #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Stellen Sie sich mit dem Gesicht zur Wand (oder etwas ähnlichem) und " #~ "legen Sie die Hände in Schulterhöhe dagegen, wobei Ihre Ellenbogen leicht " #~ "angewinkelt sind. Stoßen Sie sich in Richtung der Wand ohne den Winkel " #~ "der Ellenbogen zu verändern. Dann stoßen Sie sich von der Wand zurück, " #~ "wieder ohne den Winkel der Ellenbogen zu verändern." # src/app/shared/exercises/exercises.xml.in.h:8 #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Halten Sie den Kopf gerade und den Unterkiefer parallel zum Fußboden. " #~ "Bewegen Sie den Kopf zurück (Machen Sie ein Doppelkinn). Bleiben Sie so " #~ "für zwei Sekunden und entspannen Sie sich. Bewegen Sie den Kopf auf " #~ "dieselbe Art vorwärts, bleiben Sie so für zwei Sekunden und entspannen " #~ "Sie sich wieder." # src/app/shared/exercises/exercises.xml.in.h:13 #~ msgid "Move the shoulder blades" #~ msgstr "Die Schulterblätter bewegen" # src/app/shared/exercises/exercises.xml.in.h:16 #~ msgid "Neck stretch" #~ msgstr "Den Hals dehnen" # src/app/shared/exercises/exercises.xml.in.h:19 #~ msgid "Relax the eyes" #~ msgstr "Die Augen entspannen" # src/app/shared/exercises/exercises.xml.in.h:23 #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Stellen Sie sich vor Ihren Schreibtisch und legen Sie die Handflächen so " #~ "auf den Tisch, dass die Finger zu Ihrem Körper zeigen. Dehnen Sie sanft " #~ "Ihre Handgelenke und Unterarme." # src/app/shared/exercises/exercises.xml.in.h:24 #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Stellen Sie sich hin und versuchen Sie, die Decke mit den Händen zu " #~ "erreichen, ohne die Hacken anzuheben. Bleiben Sie so für ein paar " #~ "Sekunden. Dann lassen Sie die Hände langsam zum Fußboden sinken, ohne die " #~ "Arme zu beugen. Bewegen Sie sie, indem Sie den Rücken langsam beugen " #~ "weiter zum Fußboden hin, bis sie sie (fast) vor ihren Schuhen aufsetzen " #~ "können. Beginnend bei den Hüften rollen sie den Rücken wieder ab, bis er " #~ "wieder gerade ist." # src/app/shared/exercises/exercises.xml.in.h:26 #~ msgid "Stretch your back" #~ msgstr "Den Rücken dehnen" # src/app/shared/exercises/exercises.xml.in.h:30 #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Dehnung des Handgelenks und des Unterarms" workrave-1_10_10/po/el.po000066400000000000000000001612751263301626300152500ustar00rootroot00000000000000# translation of el.po to # Prokopis Prokopidis , 2006. msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:21+0100\n" "Last-Translator: Prokopis Prokopidis \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.1\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Επανασύνδεση σε %s." # We did not succeed in starting the server. Arghh. #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Ενεργοποίηση του δικτύου αδύνατη." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Απενεργοποίηση του δικτύου." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Σύνδεση σε %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Αφαίρεση του πελάτη %s." # Closing direct connection. # Closing direct connection. #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Αποσύνδεση του %s." # It's a remote client. mark it master. # It's a remote client. mark it master. #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Ο πελάτης %s είναι τώρα ο κύριος υπολογιστής." # Its ME! #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Εγώ είμαι τώρα ο κύριος υπολογιστής." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Χαιρετισμός από τον πελάτη %s." # Duplicate client. inform client that it's bogus and close. # Duplicate client. inform client that it's bogus and close. #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Ο πελάτης %s υπάρχει δύο φορές στη λίστα." # Incorrect password. # Incorrect password. #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Άρνηση πρόσβασης στον πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Ο πελάτης %s αποσυνδέθηκε." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Καλωσόρισμα από τον πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Αίτηση για ανάληψη ρόλου κύριου υπολογιστή από τον πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Αποσύνδεση πελάτη από %s " #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Άρνηση αίτησης ρόλου κύριου υπολογιστή από τον πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Άναγνώριση αίτησης κύριου υπολογιστή από τον πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Άπόρριψη αίτησης ρόλου κύριου υπολογιστή από τον μη-κύριο πελάτη %s." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "" "Η αίτηση ρόλου κύριου υπολογιστή απορρίφθηκε από τον πελάτη %s. Καθυστέρηση." # gint count = #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Ο πελάτης %s είναι τώρα ο νέος κύριος υπολογιστής." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Ενεργοποίηση λειτουργίας δικτύου." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Αποδοχή νέου πελάτη." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Σφάλμα ανάγνωσης στον πελάτη %s. Διακοπή σύνδεσης." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Ο πελάτης %s διέκοψε τη σύνδεση." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Ο πελάτης %s συνδέθηκε." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Σύνδεση με τον πελάτη %s αδύνατη." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Άνοιγμα" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Προτιμήσεις" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Διάλειμμα" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Ασκήσεις" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Λειτουργία" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Κανονικό" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Σίγηση" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Απενεργοποιημένο" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Δίκτυο" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Σύνδεση..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "Α_ποσύνδεση" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Επανασύνδεση" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Εμφάνιση ημερολογίου..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Στατιστικά" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Περί......" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "Έ_ξοδος" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Αυτό το πρόγραμμα βοηθά στην πρόληψη και την θεραπεία των Κακώσεων λόγω " "Επαναλαμβανόμενης Καταπόνησης (Repetitive Strain Injury, RSI)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Περί......" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Εμφάνιση _ημερολογίου" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Κανονικό" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Απενεργοποιημένο" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "Σ_ιωπηλό" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Προτροπή σε διάλειμμα" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Διάλειμμα που αγνοήθηκε" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Αρχή διαλείμματος" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Τέλος διαλείμματος" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Αρχή μικρο-παύσης" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Τέλος μικρο-παύσης" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Ημερήσιο όριο" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Τέλος άσκησης" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Τέλος ασκήσεων" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Τέλος άσκησης" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ώρες" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d λεπτά" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d δευτερόλεπτα" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Κλείδωμα" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "Κλείσιμο" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Παράλειψη" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Αναβολή" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Έχετε φτάσει στο ημερήσιο όριό σας. Παρακαλώ σταματήστε\n" "να εργάζεστε μπροστά στον υπολογιστή. Εάν το ωράριο σας\n" "δεν έχει ακόμη λήξει, βρείτε κάτι άλλο να κάνατε, π.χ. \n" "να διαβάσετε ή να διορθώσετε ένα κείμενο." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave Applet" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Μικρο-παύση" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Διάλειμμα" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Λειτουργία" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Άνοιγμα" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Προτιμήσεις" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Ασκήσεις" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Λειτουργία" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Δίκτυο" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "Σύν_δεση" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "Α_ποσύνδεση" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Επανασύνδεση" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Στατιστικά" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Περί..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Διάλειμμα" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Σ_ιωπηλό" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "Σύν_δεση" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Εμφάνιση _ημερολογίου" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "Έ_ξοδος" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Χαλαρώστε για μερικά δευτερόλεπτα" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Το επόμενο διάλειμμα είναι σε %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Το διάλειμμα έχει καθυστερήσει κατά %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Ημερήσιο όριο σε %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Υπέρβαση του ημερήσιου ορίου κατά %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Γενικά" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Ήχος:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Παράθυρο Κατάστασης" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" # Notebook #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Χρονόμετρα" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Διεπαφή χρήστη" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Χωρίς κλείδωμα" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Κλείδωμα πληκτρολογίου και ποντικιού" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Κλείδωμα πληκτρολογίου, ποντικιού και οθόνης" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Επιλογές" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Λειτουργία κλειδώματος:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Επιλογές" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Χωρίς ήχο" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Αναπαραγωγή ήχων με την κάρτα ήχου" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Αναπαραγωγή ήχων με το ενσωματωμένο μεγάφωνο" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Ήχος:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Τοποθέτηση διαλειμμάτων και ημερήσιου ορίου στο ίδιο σημείο" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Ήχος:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Χωρίς ήχο" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Ώρα για μια μικρο-παύση;" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Χρειάζεστε διάλειμμα..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Θα πρέπει να σταματήσετε για σήμερα..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, fuzzy, c-format msgid "Break in %s" msgstr "Διάλειμμα σε" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, fuzzy, c-format msgid "Disappears in %s" msgstr "Απόκρυψη σε" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, fuzzy, c-format msgid "Silent in %s" msgstr "Σίγηση σε" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Διάλειμμα σε %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Φυσιολογικά διαλείμματα" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Χρειάζεστε διάλειμμα..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Είναι ώρα για το διάλειμμά σας. Σηκωθείτε από το\n" "κάθισμα και απομακρυνθείτε από τον υπολογιστή.\n" "Περπατήστε μερικά λεπτά, τεντωθείτε και χαλαρώστε." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Το επόμενο διάλειμμα είναι σε %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Περιμένετε" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Παράθεση του ενός χρονομέτρου δίπλα στο άλλο" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Τοποθέτηση μικρο-παύσεων και διαλειμμάτων στο ίδιο σημείο" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Τοποθέτηση διαλειμμάτων και ημερήσιου ορίου στο ίδιο σημείο" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Τοποθέτηση όλων των χρονομέτρων μαζί" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Απόκρυψη" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Εμφάνιση" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Απόκρυψη εκτός από την πρώτη εμφάνιση αυτού του χρονομέτρου" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Εμφάνιση παράθυρου κατάστασης" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Το παράθυρο κατάστασης πάντοτε πάνω από τα άλλα παράθυρα" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet ενεργό" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Εμφάνιση" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Τοποθέτηση:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Περίοδος εναλλαγής:" # Layout #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Μικρο-παύση:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Διάλειμμα:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Ημερήσιο όριο:" # Enabled/Disabled checkbox #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Ενεργοποίηση χρονομέτρου" # Prelude frame #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Προτροπή πριν το διάλειμμα" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Προτροπή πριν το διάλειμμα" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Μέγιστος αριθμός προτροπών:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Εμφάνιση κουμπιών 'Αναβολή' και 'Παράλειψη'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Εμφάνιση κουμπιών 'Αναβολή' και 'Παράλειψη'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Αναστολή χρονομέτρου όταν δεν εργάζεστε στον υπολογιστή" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Οι μικροπαύσεις να θεωρούνται δραστηριότητα" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Αριθμός ασκήσεων:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Συνολικός χρόνος εργασίας:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Χρόνος ανάμεσα σε δύο διαλείμματα:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Διάρκεια διαλειμμάτων:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Διάρκεια αναβολών:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Αυτό το πρόγραμμα βοηθά στην πρόληψη και την θεραπεία των Κακώσεων λόγω " "Επαναλαμβανόμενης Καταπόνησης (Repetitive Strain Injury, RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Σύνδεση δικτύου" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Δώστε το όνομα και μια θύρα ενός συστήματος\n" " στο δίκτυο στο οποίο επιθυμείτε να συνδεθείτε" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Όνομα συστήματος:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Θύρα:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Ημερολόγιο δικτύου" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Ενεργοποίηση δικτύου" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Όνομα χρήστη:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Κωδικός:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Ρυθμίσεις εξυπηρετητή" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Θύρα εξυπηρετητή:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Προσπάθειες επανασύνδεσης:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Διάστημα ανάμεσα σε δύο επανασυνδέσεις:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Για προχωρημένους" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Ο παρακάτω κατάλογος περιέχει τα συστήματα στα οποία συνδέεται\n" "το Workrave κατά την εκκίνηση. Πατήστε στο σύστημα ή στον αριθμό\n" "θύρας για να τα αλλάξετε." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Όνομα συστήματος" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Θύρα" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Συστήματα" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Τέντωμα ώμων και χεριών" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Κρατήστε το ένα χέρι τεντωμένο οριζόντια μπροστά από το στήθος σας. Σπρώξτε " "το τεντωμένο χέρι προς το σώμα σας με το άλλο σας χέρι, μέχρι να νιώσετε μια " "ελαφρά πίεση στον ώμο σας. Κρατήστε αυτή τη θέση για λίγο, και επαναλάβετε " "την άσκηση με το άλλο σας χέρι." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Τεντώστε τα δάκτυλα" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Χωρίστε και τεντώστε τα δάχτυλά σας μέχρι να νιώσετε μια ελαφριά πίεση, και " "διατηρήστε τα σε αυτή τη θέση για 10 δευτερόλεπτα. Χαλαρώστε, λυγίστε τις " "αρθρώσεις και περιμένετε και πάλι για 10 δευτερόλεπτα. Επαναλάβετε την " "άσκηση άλλη μία φορά." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Τέντωμα του λαιμού προς τα πλάγια" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Αρχίστε με το κεφάλι χαλαρό και όρθιο. Ύστερα περιστρέψτε το αργά προς το " "δεξιό ώμο, για να τεντώσετε απαλά τους μύες στην αριστερή πλευρά του αυχένα. " "Κρατήστε αυτή τη θέση για περίπου 5 δευτερόλεπτα. Ύστερα περιστρέψτε το " "κεφάλι προς το αριστερό ώμο, για να τεντώσετε τους μύες στην δεξιά πλευρά. " "Επαναλάβετε δύο φορές για κάθε πλευρά." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Τέντωμα των ώμων προς τα πίσω" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Ενώστε τα δάχτυλά σας πίσω από την πλάτη. Ύστερα σπρώξτε απαλά τους ώμους " "προς τα μέσα, τεντώνοντας συγχρόνως τα χέρια. Κρατήστε αυτή τη στάση για " "περίπου 5 με 15 δευτερόλεπτα, και επαναλάβετε την άσκηση δύο φορές." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Κινήστε τα μάτια" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Κοιτάξτε την άνω αριστερή γωνία του πλαισίου της οθόνης σας. Ακολουθήστε με " "το βλέμμα σας το πλαίσιο μέχρι τη δεξιά γωνία. Συνεχίστε με τον ίδιο τρόπο, " "μέχρι να \"γυρίσετε\" το πλαίσιο δύο φορές. Επαναλάβετε την άσκηση από τα " "δεξιά προς τα αριστερά." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Εστιάζοντας σε διαφορετικά σημεία" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Κοιτάξτε το πιο απομακρυσμένο σημείο πίσω από την οθόνη σας. Εστιάστε το " "βλέμμα σας πάνω του. Ύστερα εστιάστε στο πλαίσιο της οθόνης. Επαναλάβετε. Αν " "δεν μπορείτε να δείτε πολύ μακριά από την οθόνη, γυρίστε προς μια κατεύθυνση " "με πιο ανοιχτή θέα, εστιάζοντας μια στο μακρινό αντικείμενο και μια σε ένα " "στυλό που θα απέχει από τα μάτια σας όσο και η οθόνη σας όταν εργάζεστε." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Κοιτάξτε στο σκοτάδι" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Καλύψτε με τις παλάμες το πρόσωπό σας έτσι ώστε να μπορείτε να ανοίγετε τα " "μάτια σας. Ανοίξτε τα και κοιτάξτε μέσα στο σκοτάδι της κοιλότητας που έχουν " "σχηματίσει οι παλάμες σας. Με την άσκηση αυτή τα μάτια χαλαρώνουν καλύτερα " "από ό,τι αν τα κλείσετε απλώς." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Κινήστε τους ώμους" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Περιστρέψτε αργά το δεξιό σας μπράτσο σαν έλικα αεροπλάνου, κρατώντας το " "κοντά στο σώμα σας. Επαναλάβετε 4 φορές προς τα μπροστά, 4 φορές προς τα " "πίσω και χαλαρώστε για μερικά δευτερόλεπτα. Επαναλάβετε με το αριστερό χέρι." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Κινήστε τους ώμους πάνω κάτω" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ακουμπήστε τα χέρια σας στα μπράτσα της καρέκλας σας ενώ κάθεστε και πιέστε " "το σώμα σας προς τα πάνω μέχρι να τεντώσετε τα μπράτσα. Προσπαθήστε να " "σηκώσετε το κεφάλι σας ακόμα περισσότερο χαμηλώνοντας τους ώμους. " "Ξανακαθήστε σιγά σιγά στην καρέκλα σας." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Γυρίστε το κεφάλι" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Γυρίστε το κεφάλι αριστερά και κρατήστε το σε αυτή τη θέση για 2 " "δευτερόλεπτα. Επαναλάβετε με το κεφάλι δεξιά." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Οδηγός ασκήσεων" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Αριθμός ασκήσεων:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Αριθμός ασκήσεων:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Ασκήσεις" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Επαναφορά" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Παύση" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Αριθμός ασκήσεων:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Ιστορικό περιήγησης" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Ημερομηνία:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Διαλείμματα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Προτροπές σε διάλειμμα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Ο αριθμός των προτροπών του Workrave σε διάλειμμα, εξαιρουμένων των " "επαναλαμβανόμενων προτροπών για το ίδιο διάλειμμα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Επαναλαμβανόμενες προτροπές" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Ο αριθμός των επαναλαμβανόμενων προτροπών σε διάλειμμα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Διαλείμματα μετά από προτροπή" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Ο αριθμός των διαλειμμάτων που κάνατε μετά από προτροπή" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Φυσιολογικά διαλείμματα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Ο αριθμός των διαλειμμάτων που κάνατε χωρίς προτροπή" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Διαλείμματα που παραλείψατε" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Ο αριθμός των διαλειμμάτων που παραλείψατε" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Διαλείμματα που αναβάλατε" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Ο αριθμός των διαλειμμάτων που αναβάλατε" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Χρόνος καθυστέρησης" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Συνολικός χρόνος καθυστέρησης για αυτή την κατηγορία διαλειμμάτων" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Ημερήσια χρήση" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Συνολικός χρόνος χρήσης του υπολογιστή" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Δραστηριότητα" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Χρήση του ποντικιού:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Συνολικός χρόνος χρήσης του ποντικιού" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Κίνηση του ποντικιού:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Συνολική απόσταση που διένυσε ο δείκτης του ποντικιού στην οθόνη" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Ουσιαστική κίνηση του ποντικιού:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Η συνολική απόσταση που θα διένυε ο δείκτης του ποντικιού αν τον κινούσατε " "σε ευθείες γραμμές ανάμεσα σε κάθε δύο κλικ" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Κλικ με το ποντίκι:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Συνολικά κλικ με το ποντίκι" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Πληκτρισμοί:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Συνολικός αριθμός πληκτρισμών" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, από %s μέχρι %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Προσανατολισμός" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Ο προσανατολισμός του συρταριού." #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Είναι ώρα για το διάλειμμά σας. Σηκωθείτε από το\n" #~ "κάθισμα και απομακρυνθείτε από τον υπολογιστή.\n" #~ "Περπατήστε μερικά λεπτά, τεντωθείτε και χαλαρώστε." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Σίγηση σε" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Δεν μπορώ να διαγνώσω το όνομα του συστήματός μου. Απενεργοποίηση " #~ "δικτυακής λειτουργίας." #~ msgid "Break in" #~ msgstr "Διάλειμμα σε" #~ msgid "Disappears in" #~ msgstr "Απόκρυψη σε" #~ msgid "Silent in" #~ msgstr "Σίγηση σε" #~ msgid "I could not initialize Bonobo" #~ msgstr "Ανεπιτυχής προσπάθεια αρχικοποίησης του Μπονόμπο" #~ msgid "Inactive" #~ msgstr "Ανενεργό" #~ msgid "Credits" #~ msgstr "Μνεία" #~ msgid "_Written by" #~ msgstr "_Ανάπτυξη:" #~ msgid "_Documented by" #~ msgstr "_Τεκμηρίωση:" #~ msgid "_Translated by" #~ msgstr "_Μετάφραση: " # Add the credits button #~ msgid "_Credits" #~ msgstr "Μνεία" #~ msgid "About %s" #~ msgstr "Περί %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Κλείστε τα μάτια, εκπνεύστε όσο πιο πολύ μπορείτε και προσπαθήστε να " #~ "χαλαρώσετε. Εισπνεύστε όσο πιο αργά μπορείτε. Προσπαθήστε να μετρήσετε " #~ "αργά μέχρι το 8 μετά από κάθε εισπνοή-εκπνοή. Για περαιτέρω χαλάρωση των " #~ "ματιών προσπαθήστε να τα κρατάτε κλειστά και κατά τη διάρκεια των μικρο-" #~ "παύσεων." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Σταθείτε μπροστά σε έναν τοίχο και ακουμπήστε πάνω του έχοντας τα χέρια " #~ "στο ύψος των ώμων και τους αγκώνες ελαφρά λυγισμένους. Σπρώξτε το σώμα " #~ "σας προς τον τοίχο χωρίς να αλλάξετε τη γωνία των αγκώνων. Ύστερα σπρώξτε " #~ "ξανά το σώμα σας, αλλά αυτή τη φορά προς τα πίσω, χωρίς να αλλάξετε τη " #~ "γωνία των αγκώνων." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Κρατήστε το κεφάλι σας όρθιο με το σαγώνι σας παράλληλο προς το έδαφος. " #~ "Μετακινήστε το κεφάλι σας προς τα πίσω (για να κάνετε \"διπλό σαγώνι\"). " #~ "Κρατήστε αυτή τη στάση για 2 δευτερόλεπτα και χαλαρώστε. Μετακινήστε το " #~ "κεφάλι σας προς τα μπροστά με τον ίδιο τρόπο, κρατήστε αυτή τη στάση για " #~ "2 δευτερόλεπτα και χαλαρώστε πάλι." #~ msgid "Move the shoulder blades" #~ msgstr "Κινήστε τις ωμοπλάτες" #~ msgid "Neck stretch" #~ msgstr "Τέντωμα του λαιμού" #~ msgid "Relax the eyes" #~ msgstr "Χαλαρώστε τα μάτια σας" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Σηκωθείτε και τοποθετήστε και τις δύο παλάμες πάνω στο γραφείο με τα " #~ "δάχτυλα να δείχνουν προς το σώμα σας. Τεντώστε απαλά τους καρπούς και τα " #~ "κάτω μπράτσα σας." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Σηκωθείτε και προσπαθήστε να \"πιάσετε\" το ταβάνι χωρίς να σηκώσετε τις " #~ "φτέρνες. Κρατήστε αυτή τη στάση για μερικά δευτερόλεπτα. Αφήστε τα χέρια " #~ "σας να πέσουν αργά χωρίς να λυγίστε τα μπράτσα σας. Συνεχίστε να τα " #~ "κινείτε προς το πάτωμα, λυγίζοντας την πλάτη αργά μέχρι να μπορέσετε να " #~ "τα φέρετε (σχεδόν) μπροστά στα παπούτσια σας. Σηκώστε αργά την πλάτη σας, " #~ "μέχρι να έρθει και πάλι σε όρθια στάση." #~ msgid "Stretch your back" #~ msgstr "Τεντώστε την πλάτη σας" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Τέντωμα του καρπού και του κάτω βραχίονα πάνω στο γραφείο" workrave-1_10_10/po/en@boldquot.header000066400000000000000000000024711263301626300177260ustar00rootroot00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # workrave-1_10_10/po/en@quot.header000066400000000000000000000022631263301626300170640ustar00rootroot00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # workrave-1_10_10/po/eo.po000066400000000000000000001212051263301626300152400ustar00rootroot00000000000000# Esperanto translation of workrave. # Copyright (C) 2002 Rob Caelers & Raymond Penners # Eric lesh , 2002. # msgid "" msgstr "" "Project-Id-Version: workrave 1.0.0\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:21+0100\n" "Last-Translator: Eric lesh \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Rekonektaj provoj" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Konektaj detaloj" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "_Malkonektu" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 #, fuzzy msgid "_Restbreak" msgstr "_Ripozon" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modo" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normala" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 #, fuzzy msgid "_Quiet" msgstr "S_ilenta" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Interrompita" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Reto" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 #, fuzzy msgid "_Connect..." msgstr "_Konektu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Malkonektu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Rekonektu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 #, fuzzy msgid "_Show Log..." msgstr "Montru _protokolon" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 #, fuzzy msgid "_Statistics" msgstr "Statistiko" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 #, fuzzy msgid "_About..." msgstr "Pri..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 #, fuzzy msgid "_Quit" msgstr "S_ilenta" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Tiu ĉi programo helpas kun la malebligado kaj resaniĝado de Ripetada " "Trostreĉa Vundo (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "Pri..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Montru _protokolon" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normala" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Interrompita" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "S_ilenta" #: ../frontend/common/src/SoundPlayer.cc:80 #, fuzzy msgid "Break prompt" msgstr "Ripoza instigado" #: ../frontend/common/src/SoundPlayer.cc:86 #, fuzzy msgid "Break ignored" msgstr "Ĉesu en" #: ../frontend/common/src/SoundPlayer.cc:92 #, fuzzy msgid "Rest break started" msgstr "Ripozo por %s" #: ../frontend/common/src/SoundPlayer.cc:99 #, fuzzy msgid "Rest break ended" msgstr "Ripozo" #: ../frontend/common/src/SoundPlayer.cc:105 #, fuzzy msgid "Micro-break started" msgstr "Paŭzeto" #: ../frontend/common/src/SoundPlayer.cc:111 #, fuzzy msgid "Micro-break ended" msgstr "Paŭzeto" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Taglimo" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, fuzzy, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d horoj" #: ../frontend/common/src/Text.cc:82 #, fuzzy, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutoj" #: ../frontend/common/src/Text.cc:86 #, fuzzy, c-format msgid "%s%d seconds" msgstr "%s%d sekundoj" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Ŝlosu" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "Montru _protokolon" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Transsaltu" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Prokrastu" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Vi atingis vian taga limo. Bonvolu halti laboron\n" "malantaŭ via komputilo. Se via labortago ne ankoraŭ finiĝis,\n" "trovu ion alian por fari, kiel revuado de dokumento." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 #, fuzzy msgid "Micro-break" msgstr "Paŭzeto" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Ripozo" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Modo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Modo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Reto" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Konektu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Malkonektu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Rekonektu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistiko" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Pri..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Ripozon" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "S_ilenta" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Konektu" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Montru _protokolon" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "S_ilenta" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Bonvolu trankviliĝi por kelkaj sekundoj" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Sekvanta ripozo en %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, fuzzy, c-format msgid "Rest break %s overdue" msgstr "Ripozo por %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, fuzzy, c-format msgid "Daily limit in %s" msgstr "Taglimo" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, fuzzy, c-format msgid "Daily limit %s overdue" msgstr "Taglimo" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Ĝenerala" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Ne sonoj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Horloĝoj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Uzula inferfaco" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 #, fuzzy msgid "Block input" msgstr "Bloku uzulan enigon" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opcioj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Opcioj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Ne sonoj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Ludu sonojn uzante sonkarton" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Ludu sonojn uzante en-komputila laŭtparolilo" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Ne sonoj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 #, fuzzy msgid "Time for a micro-break?" msgstr "Ĉu horo por paŭzeto?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Vi bezonas ripozon..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Vi devas halti por hodiaŭ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, fuzzy, c-format msgid "Break in %s" msgstr "Ĉesu en" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, fuzzy, c-format msgid "Disappears in %s" msgstr "Malaperas en" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, fuzzy, c-format msgid "Silent in %s" msgstr "Silentiĝu en" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Ripozo por %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Ripozo" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Vi bezonas ripozon..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Tiu ĉi estas vian ripozon. Certigu ke vi starigi kaj\n" "piediri for de via komputilo regulare. Nur\n" "piediru ĉirkaŭe por iom da minutoj, streĉu, kaj\n" "trankviliĝu." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Sekvanta ripozo en %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Atendu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 #, fuzzy msgid "Show" msgstr "Montru _protokolon" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 #, fuzzy msgid "The status window stays always on top of other windows" msgstr "La ĉefa fenestro ĉiam restas antaŭ ol la aliaj fenestroj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 #, fuzzy msgid "Micro-break:" msgstr "Paŭzeto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 #, fuzzy msgid "Rest break:" msgstr "Ripozo" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 #, fuzzy msgid "Daily limit:" msgstr "Taglimo" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 #, fuzzy msgid "Enable timer" msgstr "Validigu retumadon" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Ripoza instigado" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Instigu antaŭ ol ripozi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maksimuma numero da instigoj:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Montru 'Proktrastu' kaj 'Transsaltu' butonon" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Montru 'Proktrastu' kaj 'Transsaltu' butonon" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 #, fuzzy msgid "Regard micro-breaks as activity" msgstr "Rigardu paŭzetoj kiel agado" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 #, fuzzy msgid "Time before end:" msgstr "Tempo por ripozo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 #, fuzzy msgid "Time between breaks:" msgstr "Tempo por ripozo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 #, fuzzy msgid "Break duration:" msgstr "Daŭro de paŭzo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 #, fuzzy msgid "Postpone time:" msgstr "Prokrasta tempo" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Tiu ĉi programo helpas kun la malebligado kaj resaniĝado de Ripetada " "Trostreĉa Vundo (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Rete konekti" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Enigu nomo de retnodo kaj numero de pordo de komputilo\n" "en la reto vi volas alkonteki." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 #, fuzzy msgid "Host name:" msgstr "Nomo de retnodo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 #, fuzzy msgid "Port:" msgstr "Pordo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Reta protokolo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Validigu retumadon" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 #, fuzzy msgid "Username:" msgstr "Salutnomo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 #, fuzzy msgid "Password:" msgstr "Pasvorto" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Servilaj agordoj" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 #, fuzzy msgid "Server port:" msgstr "Servila pordo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 #, fuzzy msgid "Reconnect attempts:" msgstr "Rekonektaj provoj" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 #, fuzzy msgid "Reconnect interval:" msgstr "Rekonekta intertempo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Altgrada" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "La sekvanta listo specifas la retnodoj kiu Workrave alkonektas ĉe\n" "startigo. Klaku nomon de retnodo aŭ numero de pordo por ŝanĝi." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nomo de retnodo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Pordo" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Retnodoj" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 #, fuzzy msgid "Breaks" msgstr "Ĉesu en" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 #, fuzzy msgid "Break prompts" msgstr "Ripoza instigado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 #, fuzzy msgid "Prompted breaks taken" msgstr "Ripozo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 #, fuzzy msgid "Natural breaks taken" msgstr "Ripozo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 #, fuzzy msgid "Breaks skipped" msgstr "Ĉesu en" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 #, fuzzy msgid "Breaks postponed" msgstr "Ripoza instigado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 #, fuzzy msgid "The number of breaks you postponed" msgstr "Ripoza instigado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 #, fuzzy msgid "The total time this break was overdue" msgstr "Ripozo por %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 #, fuzzy msgid "The total time you were using the mouse" msgstr "Ripozo por %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 #, fuzzy msgid "Mouse movement:" msgstr "Prokrasta tempo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 #, fuzzy msgid "The total on-screen mouse movement" msgstr "Prokrasta tempo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 #, fuzzy msgid "Effective mouse movement:" msgstr "Prokrasta tempo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 #, fuzzy msgid "Mouse button clicks:" msgstr "Prokrasta tempo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 #, fuzzy msgid "The total number of mouse button clicks" msgstr "Prokrasta tempo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 #, fuzzy msgid "Keystrokes:" msgstr "Ripozo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #, fuzzy #~ msgid "Orientation" #~ msgstr "Silentiĝu en" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Tiu ĉi estas vian ripozon. Certigu ke vi starigi kaj\n" #~ "piediri for de via komputilo regulare. Nur\n" #~ "piediru ĉirkaŭe por iom da minutoj, streĉu, kaj\n" #~ "trankviliĝu." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Silentiĝu en" #, fuzzy #~ msgid "Break in" #~ msgstr "Ĉesu en" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Malaperas en" #, fuzzy #~ msgid "Silent in" #~ msgstr "Silentiĝu en" #~ msgid "Inactive" #~ msgstr "Neaktiva" #~ msgid "Credits" #~ msgstr "Kreditoj" #~ msgid "_Written by" #~ msgstr "_Verkita de" #~ msgid "_Documented by" #~ msgstr "_Dokumentita de" #~ msgid "_Translated by" #~ msgstr "_Tradukita de" #~ msgid "_Credits" #~ msgstr "_Kreditoj" #~ msgid "About %s" #~ msgstr "Pri %s" #, fuzzy #~ msgid "Restbreak" #~ msgstr "Ripozo" #~ msgid "Connect at start-up" #~ msgstr "Konektu je startigo" #, fuzzy #~ msgid "Resets at:" #~ msgstr "Reŝargas je" #, fuzzy #~ msgid "Timer ignores activity" #~ msgstr "Rigardu paŭzetoj kiel agado" #, fuzzy #~ msgid "Micro-pause ended" #~ msgstr "Paŭzeto" #~ msgid "Force break after maximum exceeded" #~ msgstr "Devigu ripzon post maksimumo superita" #~ msgid "Hide main window at start-up" #~ msgstr "Kaŝu ĉefan fenestron ĉe startigo" #~ msgid "Identity" #~ msgstr "Identeco" #~ msgid "You can configure the user interface related settings from here." #~ msgstr "Vi povas konfiguri la uzulajn inferfacajn agordojn de tie ĉi." #~ msgid "" #~ "This dialog allows you to change the settings of the timers. Each unit\n" #~ "of time is broken down into hours, minutes and seconds (also known as\n" #~ "the \"hh:mm:ss\" format). These can all be controlled individually." #~ msgstr "" #~ "Tiu ĉi dialogo permesas vin ŝanĝi agordojn de horloĝoj. Ĉiu unuo\n" #~ "de tempo estas dispecigita al horoj, minutoj, kaj sekundoj (ankaŭ konata\n" #~ "kiel \"hh:mm:ss\" formato). Tiuj ĉi ĉiu povas esti kontrolata individue." #, fuzzy #~ msgid "You can configure the applet related settings from here." #~ msgstr "Vi povas konfiguri la uzulajn inferfacajn agordojn de tie ĉi." #~ msgid "" #~ "You can connect several instances of Workrave in a network. All " #~ "connected\n" #~ "instances share the same timer information, meaning you will be reminded\n" #~ "of your breaks even if you switch computers." #~ msgstr "" #~ "Vi povas konekti kelkajn aliajn aperoj de Workrave en reto. Ĉiu " #~ "konektita\n" #~ "apero uzas la saman horloĝan informon, signifante ke vi estos " #~ "rememorigita\n" #~ "de ripozoj eĉ se vi komutas komputilojn." #, fuzzy #~ msgid "Breaks taken" #~ msgstr "Ĉesu en" #, fuzzy #~ msgid "Total breaks" #~ msgstr "Ripozo" #, fuzzy #~ msgid "Total mouse time:" #~ msgstr "Prokrasta tempo" #, fuzzy #~ msgid "Show break at position:" #~ msgstr "Ripoza instigado" #, fuzzy #~ msgid "Default break:" #~ msgstr "Ripozo" #, fuzzy #~ msgid "Break visible:" #~ msgstr "Ĉesu en" #, fuzzy #~ msgid "Skipped" #~ msgstr "Transsaltu" #, fuzzy #~ msgid "Postponsed" #~ msgstr "Prokrastu" #~ msgid "Overdue rest break in %s" #~ msgstr "Malfrua ripozo en %s" workrave-1_10_10/po/es.po000066400000000000000000001221101263301626300152400ustar00rootroot00000000000000# Spanish translation for Workrave 1.8. # Copyright (C) 2005 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave package. # Pablo Rodríguez, 2005. # cyphra , 2015. msgid "" msgstr "" "Project-Id-Version: Workrave 1.8\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2008-08-30 09:41+0200\n" "PO-Revision-Date: 2015-03-18 19:43+0100\n" "Last-Translator: Francisco Serrador \n" "Language-Team: OpenShine \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.7.5\n" #: ../backend/src/DistributionSocketLink.cc:130 #, c-format msgid "Reconnecting to %s:%d." msgstr "Reconectar a %s:%d:" #: ../backend/src/DistributionSocketLink.cc:346 msgid "Cannot resolve my own hostname. Deactivating distribution." msgstr "No puedo resolver el nombre de mi servidor. Desactivando distribución." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:384 msgid "Could not enable network operation." msgstr "No se ha podido realizar la conexión de red." #: ../backend/src/DistributionSocketLink.cc:393 msgid "Disabling network operation." msgstr "Desactivando la conexión de red." #: ../backend/src/DistributionSocketLink.cc:548 #: ../backend/src/DistributionSocketLink.cc:576 #, c-format msgid "Connecting to %s:%d." msgstr "Conectando con %s:%d." #: ../backend/src/DistributionSocketLink.cc:683 #: ../backend/src/DistributionSocketLink.cc:710 #, c-format msgid "Removing client %s:%d." msgstr "Quitando cliente %s:%d." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:749 #, c-format msgid "Disconnecting %s:%d." msgstr "Desconectando de %s:%d." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:919 #, c-format msgid "Client %s:%d is now master." msgstr "El cliente %s:%d es ahora amo." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:926 msgid "I'm now master." msgstr "Ahora yo soy el administrador." #: ../backend/src/DistributionSocketLink.cc:1257 #, c-format msgid "Client %s:%d saying hello." msgstr "El cliente %s:%d dice 'Hola'." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1273 #: ../backend/src/DistributionSocketLink.cc:1403 #: ../backend/src/DistributionSocketLink.cc:1644 #, c-format msgid "Client %s:%d is duplicate." msgstr "El cliente %s:%d está duplicado." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1283 #, c-format msgid "Client %s:%d access denied." msgstr "Acceso denegado al cliente %s:%d." #: ../backend/src/DistributionSocketLink.cc:1353 #, c-format msgid "Client %s:%d signed off." msgstr "El cliente %s:%d se ha desconectado." #: ../backend/src/DistributionSocketLink.cc:1442 #, c-format msgid "Client %s:%d is welcoming us." msgstr "El cliente %s:%d le da la bienvenida." #: ../backend/src/DistributionSocketLink.cc:1681 #, c-format msgid "Requesting master status from %s:%d." msgstr "Solicitando el estado de administrador a %s:%d." #: ../backend/src/DistributionSocketLink.cc:1695 #, c-format msgid "Client timeout from %s:%d." msgstr "Tiempo del cliente %s agotado:%d." #: ../backend/src/DistributionSocketLink.cc:1717 #, c-format msgid "Rejecting master request from client %s:%d." msgstr "Denegada la solicitud del administrador %s:%d." #: ../backend/src/DistributionSocketLink.cc:1723 #, c-format msgid "Acknowledging master request from client %s:%d." msgstr "Confirmado petición de administrador desde el cliente %s:%d." #: ../backend/src/DistributionSocketLink.cc:1774 #, c-format msgid "Non-master client %s:%d rejected master request." msgstr "El cliente %s:%d ha rechazado la solicitud del administrador." #: ../backend/src/DistributionSocketLink.cc:1779 #, c-format msgid "Client %s:%d rejected master request, delaying." msgstr "El cliente %s:%d ha rechazado la petición del administrador. Espere." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1850 #, c-format msgid "Client %s is now the new master." msgstr "El cliente %s es ahora el nuevo administrador." #: ../backend/src/DistributionSocketLink.cc:1972 msgid "Network operation started." msgstr "Inicializada la actividad en red." #: ../backend/src/DistributionSocketLink.cc:1989 msgid "Accepted new client." msgstr "Cliente nuevo aceptado." #: ../backend/src/DistributionSocketLink.cc:2055 #, c-format msgid "Client %s:%d read error, closing." msgstr "Error de lectura en el cliente %s:%d, cerrando conexión." #: ../backend/src/DistributionSocketLink.cc:2061 #: ../backend/src/DistributionSocketLink.cc:2135 #, c-format msgid "Client %s:%d closed connection." msgstr "Conexión cerrada por el cliente %s:%d." #: ../backend/src/DistributionSocketLink.cc:2102 #, c-format msgid "Client %s:%d connected." msgstr "Cliente %s:%d conectado" #: ../backend/src/DistributionSocketLink.cc:2142 #, c-format msgid "Could not connect to client %s:%d." msgstr "No pudo conectarse con el cliente %s:%d." #: ../frontend/common/share/sounds/workrave.soundlist.in.h:1 #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break ignored" msgstr "Descanso ignorado" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:2 #: ../frontend/common/src/SoundPlayer.cc:74 msgid "Break prompt" msgstr "Aviso de descanso" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:3 #: ../frontend/common/src/SoundPlayer.cc:111 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:50 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:58 #: ../frontend/gtkmm/src/GUI.cc:1384 ../frontend/gtkmm/src/GtkUtil.cc:163 msgid "Daily limit" msgstr "Límite diario" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:4 #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercise change" msgstr "Cambio del ejercicio" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:5 #: ../frontend/common/src/SoundPlayer.cc:117 msgid "Exercise ended" msgstr "Fin del ejercicio" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:6 #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercises ended" msgstr "Fin de los ejercicios" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:7 #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break ended" msgstr "Fin de la micro-pausa" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:8 #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Micro-break started" msgstr "Inicio de micro-pausa" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:9 #: ../frontend/common/src/SoundPlayer.cc:93 msgid "Rest break ended" msgstr "Fin del descanso" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:10 #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Rest break started" msgstr "Comienzo del descanso" #: ../frontend/common/share/sounds/workrave.soundlist.in.h:11 #: ../frontend/gtkmm/src/gnome_applet/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/common/src/SoundPlayer.cc:561 msgid "Custom" msgstr "Predeterminado" #: ../frontend/common/src/Text.cc:80 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d horas" #: ../frontend/common/src/Text.cc:84 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutos" #: ../frontend/common/src/Text.cc:88 #, c-format msgid "%s%d seconds" msgstr "%s%d segundos" #: ../frontend/gtkmm/src/BreakWindow.cc:287 msgid "Lock" msgstr "Bloquear" #: ../frontend/gtkmm/src/BreakWindow.cc:306 msgid "Shut down" msgstr "Apagar" #: ../frontend/gtkmm/src/BreakWindow.cc:323 msgid "Skip" msgstr "Saltar" #: ../frontend/gtkmm/src/BreakWindow.cc:336 msgid "Postpone" msgstr "Aplazar" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:59 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Ha alcanzado su límite diario. Por favor, no siga trabajando\n" "con el ordenador. En caso de que su horario de trabajo todavía\n" "no haya terminado, cambie de actividad, como por ejemplo,\n" "revisar documentos." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1384 ../frontend/gtkmm/src/GtkUtil.cc:163 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:56 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:176 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:274 msgid "Micro-break" msgstr "Micro-pausa" #: ../frontend/gtkmm/src/GUI.cc:1384 ../frontend/gtkmm/src/GtkUtil.cc:163 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:149 #: ../frontend/gtkmm/src/RestBreakWindow.cc:78 #: ../frontend/gtkmm/src/RestBreakWindow.cc:211 msgid "Rest break" msgstr "Descanso" #: ../frontend/gtkmm/src/MainGtkMenu.cc:98 #: ../frontend/gtkmm/src/MainGtkMenu.cc:171 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:91 msgid "_Rest break" msgstr "_Descanso" #: ../frontend/gtkmm/src/MainGtkMenu.cc:141 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "_Mode" msgstr "_Modo" #: ../frontend/gtkmm/src/MainGtkMenu.cc:143 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:7 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:94 msgid "_Normal" msgstr "_Normal" #: ../frontend/gtkmm/src/MainGtkMenu.cc:146 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:16 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:100 msgid "_Suspended" msgstr "_Suspendido" #: ../frontend/gtkmm/src/MainGtkMenu.cc:149 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:106 msgid "Q_uiet" msgstr "_Detener" #. Networking menu #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:131 msgid "_Network" msgstr "_Red" #: ../frontend/gtkmm/src/MainGtkMenu.cc:154 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:115 msgid "_Connect" msgstr "_Conectar" #: ../frontend/gtkmm/src/MainGtkMenu.cc:156 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Disconnect" msgstr "_Desconectar" #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:122 msgid "_Reconnect" msgstr "_Reconectar" #: ../frontend/gtkmm/src/MainGtkMenu.cc:160 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:125 msgid "Show _log" msgstr "Mostrar _registro" #: ../frontend/gtkmm/src/MainGtkMenu.cc:180 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:43 msgid "Exercises" msgstr "Ejercicios" #: ../frontend/gtkmm/src/MainGtkMenu.cc:184 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:133 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:62 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:150 msgid "Statistics" msgstr "Estadística" #: ../frontend/gtkmm/src/Menus.cc:345 #: ../frontend/gtkmm/src/gnome_applet/WorkraveApplet.c:359 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Este programa le ayuda en la prevención y recuperación de lesiones por " "esfuerzo repetitivo (LER)." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:236 msgid "Please relax for a few seconds" msgstr "Por favor, relájese unos segundos" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:243 #, c-format msgid "Next rest break in %s" msgstr "Próximo descanso en %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:248 #, c-format msgid "Rest break %s overdue" msgstr "Descanso retrasado %s minutos" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:261 #, c-format msgid "Daily limit in %s" msgstr "Límite diario en %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:266 #, c-format msgid "Daily limit %s overdue" msgstr "Límite diario %s sobrepasado" #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:90 msgid "Preferences" msgstr "Preferencias" #: ../frontend/gtkmm/src/PreferencesDialog.cc:86 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:113 msgid "General" msgstr "General" #: ../frontend/gtkmm/src/PreferencesDialog.cc:91 msgid "Sounds" msgstr "Sonidos" #: ../frontend/gtkmm/src/PreferencesDialog.cc:95 msgid "Status Window" msgstr "Ventana de estado" #: ../frontend/gtkmm/src/PreferencesDialog.cc:99 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:107 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:194 msgid "Timers" msgstr "Temporizadores" #: ../frontend/gtkmm/src/PreferencesDialog.cc:108 msgid "User interface" msgstr "Interfaz de usuario" #: ../frontend/gtkmm/src/PreferencesDialog.cc:110 msgid "Network" msgstr "Red" #: ../frontend/gtkmm/src/PreferencesDialog.cc:161 msgid "No blocking" msgstr "No impedir" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 msgid "Block input" msgstr "Bloquear teclado y ratón" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 msgid "Block input and screen" msgstr "Bloquear teclado, ratón y pantalla" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:184 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:139 msgid "Options" msgstr "Opciones" #: ../frontend/gtkmm/src/PreferencesDialog.cc:186 msgid "Block mode:" msgstr "Modo de bloqueo" #: ../frontend/gtkmm/src/PreferencesDialog.cc:206 msgid "System default" msgstr "Valores por omisión del sistema" #: ../frontend/gtkmm/src/PreferencesDialog.cc:246 msgid "(font not available)" msgstr "(tipografía no disponible)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:271 msgid "Language:" msgstr "Idioma:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:275 msgid "Start Workrave on Windows startup" msgstr "Iniciar Workrave al iniciar Windows" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:298 msgid "Sound Options" msgstr "Opciones de sonido" #: ../frontend/gtkmm/src/PreferencesDialog.cc:306 msgid "No sounds" msgstr "Sin sonidos" #: ../frontend/gtkmm/src/PreferencesDialog.cc:308 msgid "Play sounds using sound card" msgstr "Sonido por tarjeta" #: ../frontend/gtkmm/src/PreferencesDialog.cc:310 msgid "Play sounds using built-in speaker" msgstr "Sonidos por el altavoz integrado" #: ../frontend/gtkmm/src/PreferencesDialog.cc:334 msgid "Volume:" msgstr "Volumen:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:337 msgid "Sound:" msgstr "Sonido:" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:343 msgid "Sound Events" msgstr "Eventos de sonido" #: ../frontend/gtkmm/src/PreferencesDialog.cc:353 msgid "Sound Theme:" msgstr "Tema de sonidos:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:376 #: ../frontend/gtkmm/src/PreferencesDialog.cc:394 #: ../frontend/gtkmm/src/PreferencesDialog.cc:416 msgid "Play" msgstr "Reproducir" #: ../frontend/gtkmm/src/PreferencesDialog.cc:381 msgid "Event" msgstr "Suceso" #: ../frontend/gtkmm/src/PreferencesDialog.cc:397 msgid "Choose a sound" msgstr "Elija un sonido" #: ../frontend/gtkmm/src/PreferencesDialog.cc:405 msgid "Wavefiles" msgstr "Ficheros de sonido" #: ../frontend/gtkmm/src/PreludeWindow.cc:112 #: ../frontend/text/src/PreludeWindow.cc:53 msgid "Time for a micro-break?" msgstr "¿Es tiempo de una micro-pausa?" #: ../frontend/gtkmm/src/PreludeWindow.cc:116 #: ../frontend/text/src/PreludeWindow.cc:57 msgid "You need a rest break..." msgstr "Necesitas un descanso..." #: ../frontend/gtkmm/src/PreludeWindow.cc:120 #: ../frontend/text/src/PreludeWindow.cc:61 msgid "You should stop for today..." msgstr "Debería terminar por hoy..." #: ../frontend/gtkmm/src/PreludeWindow.cc:320 #, c-format msgid "Break in %s" msgstr "Descanse en %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:324 #, c-format msgid "Disappears in %s" msgstr "Desaparece en %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:328 #, c-format msgid "Silent in %s" msgstr "Silencioso en %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:173 #, c-format msgid "Rest break for %s" msgstr "Descanse por %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:212 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Éste es su tiempo de descanso. Debe levantarse, caminar\n" "y alejarse un rato del lugar del equipo. Sencillamente\n" "ande unos minutos, realice estiramientos y relájese." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:189 msgid "Take rest break now" msgstr "Tómese un descanso ahora" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:211 msgid "Wait" msgstr "Espere" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place timers next to each other" msgstr "Pon los temporizadores siguientes a cada otro" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:100 msgid "Place micro-break and rest break in one spot" msgstr "Tómese una micro-pausa y el resto del descanso a la vez" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:102 msgid "Place rest break and daily limit in one spot" msgstr "Tómese el resto del descanso y límite diario a la vez" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:104 msgid "Place all timers in one spot" msgstr "Tómese todos los tiempos de descanso a la vez" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Hide" msgstr "Ocultar" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:126 msgid "Show" msgstr "Mostrar" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:128 msgid "Show only when this timer is first due" msgstr "Muestra solo cuando este tiempo es el primero que se haya cumplido" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:136 msgid "Show status window" msgstr "Mostrar la ventana de estado" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:141 msgid "The status window stays always on top of other windows" msgstr "La ventana de estado está siempre encima de las demás ventanas" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:147 msgid "Applet enabled" msgstr "Applet activado" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:153 msgid "Display" msgstr "Pantalla" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 msgid "Placement:" msgstr "Posición:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:163 msgid "Cycle time:" msgstr "Tiempo del ciclo:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:168 msgid "Micro-break:" msgstr "Micro-pausa:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:169 msgid "Rest break:" msgstr "Descanso:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:170 msgid "Daily limit:" msgstr "Límite diario:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:67 msgid "Enable timer" msgstr "Activar temporizador" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:108 msgid "Break prompting" msgstr "Aviso de interrupción" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:110 msgid "Prompt before breaking" msgstr "Avisar antes de la interrupción" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:114 msgid "Maximum number of prompts:" msgstr "Número máximo de avisos:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:143 msgid "Show 'Postpone' and 'Skip' button" msgstr "Mostrar botones de 'Aplazar' y 'Saltar'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:148 msgid "Suspend timer when inactive" msgstr "Suspender el reloj cuando esté inactivo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Regard micro-breaks as activity" msgstr "Considerar las micro-pausas como actividad" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:170 msgid "Number of exercises:" msgstr "Número de ejercicios:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:199 msgid "Time before end:" msgstr "Tiempo antes del final:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:200 msgid "Time between breaks:" msgstr "Tiempo entre descansos:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:207 msgid "Break duration:" msgstr "Duración del descanso:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:222 msgid "Postpone time:" msgstr "Tiempo del aplazamiento:" #: ../frontend/gtkmm/src/gtktrayicon.c:106 msgid "Orientation" msgstr "Orientación" #: ../frontend/gtkmm/src/gtktrayicon.c:107 msgid "The orientation of the tray" msgstr "La orientación de la bandeja" #: ../frontend/gtkmm/src/workrave.desktop.in.in.h:1 msgid "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Este programa le asiste en la prevención y recuperación de lesiones por " "esfuerzo repetitivo (RSI/LER)." #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:1 msgid "_About..." msgstr "Acerca _de..." #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:2 msgid "_Connect..." msgstr "_Conectar..." #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:4 msgid "_Exercises" msgstr "_Ejercicios" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:8 msgid "_Open" msgstr "_Abrir" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:9 msgid "_Preferences" msgstr "_Preferencias" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Quiet" msgstr "_Relajarse" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:11 msgid "_Quit" msgstr "_Salir" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Restbreak" msgstr "_Descansar" #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:14 msgid "_Show Log..." msgstr "_Mostrar registro..." #: ../frontend/gtkmm/src/gnome_applet/GNOME_WorkraveApplet.xml.in.h:15 msgid "_Statistics" msgstr "_Estadística" #: ../frontend/gtkmm/src/gnome_applet/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Mini-aplicación de Workrave" #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:134 msgid "About..." msgstr "Acerca de..." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:52 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:71 msgid "Network connect" msgstr "Conexión a red" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:72 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Introduzca el nombre y número de puerto del equipo\n" "en la red al que desea conectarse." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:84 msgid "Host name:" msgstr "Nombre del servidor:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:85 msgid "Port:" msgstr "Puerto:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:46 msgid "Network log" msgstr "Registro de la red" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:93 msgid "Enable networking" msgstr "Activar la conexión en red" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:100 msgid "Username:" msgstr "Usuario:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:101 msgid "Password:" msgstr "Contraseña:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:108 msgid "Allow incoming connections" msgstr "Permitir conexiones entrantes" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:126 msgid "Server settings" msgstr "Configuración del servidor" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:148 msgid "Server port:" msgstr "Puerto del servidor:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:149 msgid "Reconnect attempts:" msgstr "Intentos de reconexión:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:150 msgid "Reconnect interval:" msgstr "Intervalo de reconexiones:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Advanced" msgstr "Avanzado" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:170 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "La siguiente lista especifica los servidores a los que Workrave se\n" "conecta al inicio del programa. Pinchando en el nombre del servidor\n" "o el número de puerto para cambiarlos." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:199 msgid "Host name" msgstr "Servidor" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:207 msgid "Port" msgstr "Puerto" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:244 msgid "Hosts" msgstr "Servidores" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Backward shoulder stretch" msgstr "Estiramiento hacia atrás de hombros" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Cubra los ojos con las palmas de la manos de manera que pueda abrir los " "párpados. Abra los ojos y mire la oscuridad de sus palmas. Este ejercicio " "alivia más sus ojos que sólo cerrarlos." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Estiramiento de dedos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently inward, " "while straightening your arms. Hold this position for 5 to 15 seconds, and " "repeat this exercise twice." msgstr "" "Entrelace los dedos de las manos por detrás de la espalda. Después mueva los " "codos hacia dentro mientras extiende los brazos. Manténgase en esta posición " "durante 5 a 15 segundos y repita el ejercicio dos veces." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Ponga un brazo extendido horizontalmente delante del pecho. Empuje este brazo " "con el otro brazo hasta que sienta una tensión suave en el hombro. Mantenga " "brevemente esta posición y repita el ejercicio con el otro brazo." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Mire a la esquina superior izquierda del borde externo de su monitor. Siga el " "borde lentamente hasta la esquina superior derecha. Siga hasta la esquina " "siguiente, hasta que haya dado dos vueltas. Haga este ejercicio en sentido " "contrario." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Mire al punto más lejano que pueda alcanzar tras su monitor. Enfoque la vista " "en ese punto lejano. Después de unos segundos, enfoque en el borde del " "monitor. Repítalo. Si no puede ver mucho más allá de su monitor, use por " "ejemplo un bolígrafo y manténgalo a la misma distancia que el monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "Look into the darkness" msgstr "Mire en la oscuridad" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Mueva los ojos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "Move the shoulders" msgstr "Mueva de hombros" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Move the shoulders up and down" msgstr "Mueva los hombros arriba y abajo" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "Neck tilt stretch" msgstr "Estire el cuello a los dos lados" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ponga las manos en los apoya-brazos de su silla mientras está sentado y " "empuje su cuerpo hacia arriba hasta que sus brazos estén totalmente " "extendidos. Intente mover la cabeza más arriba bajando los hombros. Vuelva " "lentamente a sentarse en la silla." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold this " "for 10 seconds. Relax, then bend your fingers at the knuckles, and hold again " "for 10 seconds. Repeat this exercise once more." msgstr "" "Estire los dedos separándolos hasta que sienta una ligera tensión y " "manténgalos así durante 10 segundos. Relájese, luego doble los nudillos de " "los dedos y manténgalos así durante 10 segundos. Repita este ejercicio una " "vez más." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Shoulder-arm stretch" msgstr "Estiramiento de hombros y brazos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Gire su brazo derecho lentamente como la hélice de un avión. Hágalo 4 veces " "en el sentido de las agujas del reloj, 4 en sentido contrario, y descanse " "unos segundos. Repítalo con el brazo izquierdo." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Comience poniendo la cabeza cómodamente en posición erguida. Después incline " "su cabeza lentamente hacia el hombro derecho, estirando suavemente los " "músculos del lado izquierdo del cuello. Mantenga esa posición durante 5 " "segundos. Incline entonces la cabeza hacia el lado izquierdo para estirar el " "lado derecho. Haga esto dos veces en cada lado." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "Train focusing the eyes" msgstr "Entrenamiento del enfoque de los ojos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Giros de su cabeza" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Gire la cabeza a la izquierda y déjela en esa posición durante 2 segundos. " "Entonces gire la cabeza hacia la derecha y manténgala así por 2 segundos." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:262 msgid "Exercises player" msgstr "Tanda de ejercicios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Previous exercise" msgstr "Ejercicio anterior" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 msgid "Next exercise" msgstr "Ejercicio siguiente" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:300 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:476 msgid "Pause exercises" msgstr "Pausa de ejercicios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:301 msgid "End exercises" msgstr "Fin de los ejercicios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:468 msgid "Resume" msgstr "Continuar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:468 msgid "Pause" msgstr "Pausar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:474 msgid "Resume exercises" msgstr "Continuar ejercicios" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:144 msgid "Browse history" msgstr "Ver historial" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Date:" msgstr "Fecha:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:187 msgid "Breaks" msgstr "Descansos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:197 msgid "Break prompts" msgstr "Avisos de descanso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:198 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Número de veces que fue avisado, sin contar avisos repetidos para la misma " "interrupción" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:203 msgid "Repeated prompts" msgstr "Avisos repetidos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "The number of times you were repeatedly prompted to break" msgstr "El número de veces que se le avisó repetidamente para hacer un descanso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:208 msgid "Prompted breaks taken" msgstr "Descansos pedidos y tomados" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:209 msgid "The number of times you took a break when being prompted" msgstr "El número de veces que tomó un descanso cuando fue pedido." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:213 msgid "Natural breaks taken" msgstr "Descanso natural tomados" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:214 msgid "The number of times you took a break without being prompted" msgstr "El número de veces que hizo un descanso sin que se le haya pedido" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:218 msgid "Breaks skipped" msgstr "Descansos saltados" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:219 msgid "The number of breaks you skipped" msgstr "El número de descansos que ha saltado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:223 msgid "Breaks postponed" msgstr "Descansos aplazados" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:224 msgid "The number of breaks you postponed" msgstr "El número de descansos que ha aplazado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:228 msgid "Overdue time" msgstr "Tiempo retrasado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:229 msgid "The total time this break was overdue" msgstr "El tiempo total para este descaso fue retrasado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:233 msgid "Daily usage" msgstr "Uso diario" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:234 msgid "The total computer usage" msgstr "La utilización total del equipo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:302 msgid "Activity" msgstr "Actividad" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:312 msgid "Mouse usage:" msgstr "Uso del ratón:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "The total time you were using the mouse" msgstr "El tiempo total que ha utilizado con el ratón" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:316 msgid "Mouse movement:" msgstr "Movimiento del ratón:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:317 msgid "The total on-screen mouse movement" msgstr "La distancia total recorrida con el ratón" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:320 msgid "Effective mouse movement:" msgstr "Movimiento efectivo del ratón:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:321 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "La distancia total que el ratón habría recorrido, si hubiese trazado líneas " "rectas entre la pulsación de las pulsaciones" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:325 msgid "Mouse button clicks:" msgstr "Pulsaciones del ratón:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:326 msgid "The total number of mouse button clicks" msgstr "El número total de pulsaciones de los botones del ratón" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:329 msgid "Keystrokes:" msgstr "Pulsaciones de teclas:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:330 msgid "The total number of keys pressed" msgstr "El número total de teclas pulsadas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:380 #, c-format msgid "%s, from %s to %s" msgstr "%s, de %s a %s" #: ../frontend/text/src/PreludeWindow.cc:155 msgid "Break in" msgstr "Descanso" #: ../frontend/text/src/PreludeWindow.cc:160 msgid "Disappears in" msgstr "Desaparece en" #: ../frontend/text/src/PreludeWindow.cc:166 msgid "Silent in" msgstr "Silencioso en" #~ msgid "I could not initialize Bonobo" #~ msgstr "No se puede inicializar Bonobo" #~ msgid "Inactive" #~ msgstr "Inactivo" #~ msgid "Credits" #~ msgstr "Colaboradores" #~ msgid "_Written by" #~ msgstr "_Autores:" #~ msgid "_Documented by" #~ msgstr "_Documentación:" #~ msgid "_Translated by" #~ msgstr "_Traductores:" #~ msgid "_Credits" #~ msgstr "_Colaboradores:" #~ msgid "About %s" #~ msgstr "Acerca de %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Cierre los ojos, expire todo lo que pueda y trate de relajarse. Cuando " #~ "inspire, vuélvalo hacer lo más lentamente posible. Intente contar " #~ "lentamente hasta 8 cada vez que inspire y expire. Para descansar sus ojos, " #~ "trate de cerrarlos también durante las micropausas." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Póngase en frente a una pared (o de algo) y coloque las manos en la pared " #~ "a la altura de los hombros, con los codos ligeramente flexionados. Empuje " #~ "su cuerpo contra la pared, sin cambiar la flexión de los codos. Entonces " #~ "empuje su cuerpo en sentido contrario a la pared, sin cambiar la flexión " #~ "de los codos." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. Move " #~ "your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Mantenga la cabeza erguida y la mandíbula inferior paralela al suelo. " #~ "Mueva la cabeza hacia atrás, haciendo papada. Mantenga esta posición " #~ "durante 2 segundos y descanse. Mueva la cabeza del mismo modo hacia " #~ "delante, esté así durante dos segundos y vuelva a descansar." #~ msgid "Move the shoulder blades" #~ msgstr "Movimiento de omóplatos" #~ msgid "Neck stretch" #~ msgstr "Estiramiento de cuello" #~ msgid "Relax the eyes" #~ msgstr "Relajamiento de ojos" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Póngase de pie a un lado de la mesa y apoye las palmas en la mesa, con los " #~ "dedos apuntando hacia su cuepro. Estire suavemente sus muñecas y " #~ "antebrazos." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting your " #~ "heels. Hold that for a few seconds. Then let your hands slowly go to the " #~ "floor, without bending your arms. Keep them moving to the floor by bending " #~ "you back slowly until you can (almost) place them in front of your shoes. " #~ "Slowly roll your back up straight from your hips up, until it is straight " #~ "up again." #~ msgstr "" #~ "Levántese y trate de tocar el techo con las manos sin levantar los " #~ "talones. Manténgase así durante unos segundos. Entonces baje las manos " #~ "lentamente hacia el suelo sin doblar sus brazos. Téngalos en movimiento " #~ "mientras se dobla lentamente hasta que pueda colocarlos casi delante de " #~ "sus zapatos. Vuelva a erguirse lentamente desde la cadera, hasta volver a " #~ "estar totalmente derecho." #~ msgid "Stretch your back" #~ msgstr "Estiramiento de espalda" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Estiramiento de muñecas y antebrazos" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Descanso" #~ msgid "Connect at start-up" #~ msgstr "Conectar al comienzo del programa" #~ msgid "Resets at:" #~ msgstr "Restablecer después de:" #, fuzzy #~ msgid "Timer ignores activity" #~ msgstr "Considerar las micropausas como actividad" #~ msgid "Micro-pause ended" #~ msgstr "Fin de la micropausa" #~ msgid "None" #~ msgstr "Ninguno" #~ msgid "Block all" #~ msgstr "Impedir todo" #~ msgid "Force break after maximum exceeded" #~ msgstr "Forzar interrupción, si se supera el máximo" workrave-1_10_10/po/et.po000066400000000000000000001251161263301626300152520ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Workrave 1.9.0\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:22+0100\n" "Last-Translator: Marko Väljaots \n" "Language-Team: Marko Väljaots \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Estonian\n" "X-Poedit-Country: ESTONIA\n" "X-Poedit-SourceCharset: utf-8\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Taasühendamine %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Võrguoperatsiooni polnud võimalik käivitada." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Võrguoperatsiooni väljalülitamine." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Ühendamine %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Kliendi %s eemaldamine" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Ühenduse katkestamine %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klient %s on nüüd juht." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Ma olen nüüd juht." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klient %s tervitab." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klient %s on duplikaat." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Kliendile %s ligipääs keelatud." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klient %s logis välja." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klient %s tervitab meid." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Juhi staatuse küsimine %s käest." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Kliendi timeout %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Juhi staatuse andmisest keeldumine kliendile %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Kliendi %s juhi staatuse küsimise teadvustamine." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Juhiks mitteolev klient %s lükkas tagasi juhi staatuse päringu." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s lükkas tagasi juhi staatuse päringu, viivitus." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s on nüüd uus juht." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Võrguoperatsioon on alustatud." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Uus klient vastuvõetud." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Kliendi %s lugemise viga, sulgemine." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klient %s sulges ühenduse." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klient %s on ühendatud." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Ei saanud luua ühendust kliendiga %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Ava" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Seaded" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Puhkepaus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Harjutused" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Olek" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Tavaline" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Vaikne" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Peatatud" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Võrk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Ühenda..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Katkesta ühendus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Taasühenda" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Näita Logi..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Teave..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Välju" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "See programm aitab hoiduda ja taastuda ülekoormusvigastustest (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Teave..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Näita logi" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Tavaline" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Peatatud" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Vaikne" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pausi küsimine" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Paus ignoreeritud" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Puhkepaus algas" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Puhkepaus lõppes" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Lühipaus algas" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Lühipaus lõppes" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Päevalimiit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Harjutus lõppes" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Harjutused lõppesid" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Harjutuse muutus" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Muudetud" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Lukusta" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Lülita välja" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Jäta vahele" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "Lükka _edasi" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Sa oled ületanud oma päevase limiidi. Palun lõpeta tänaseks arvutiga\n" "töötamine.Kui su tööpäev pole veel lõppenud, otsi endale mõni muu\n" "tegevus, näiteks paberdokumentide läbivaatamine." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Stardi Workrave automaatselt" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Lühipaus" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Puhkepaus" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Olek:" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Ava" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Seaded" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Harjutused" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Olek" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Võrk" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Ühenda" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Katkesta ühendus" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Taasühenda" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Teave..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Puhkepaus" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Vaikne" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Ühenda" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Näita logi" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Välju" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Palun lõdvestu mõneks sekundiks" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Järgmine puhkepaus on %s pärast" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Puhkepaus on üle läinud %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Päevalimiit on %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Päevalimiit on üle läinud %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Üldine" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Helid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Oleku aken" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Taimerid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Kasutajaliides" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Blokeerimine puudub" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokeeri sisendid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokeeri sisendid ja ekraan" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Valikud" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokeerimise moodus:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Süsteemi algseadistus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(kirjastiil pole saadaval)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Keel:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Stardi Workrave automaatselt" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Heli sätted" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Helide väljalülitamine" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Mängi helisid kasutades helikaarti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Mängi helisid kasutades sisseehitatud kõlarit" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Helitugevus:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Heli:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Paiguta puhkepaus ja päevalimiit ühte kohta" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Heli Toimingud" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Helitaust:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Mängi" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Toiming" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Vali heli" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Helidokumendid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Aeg teha lühipaus?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Sa vajad puhkepausi..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Sa peaksid tänaseks lõpetama..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Paus %s jooksul" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Haihtub %s pärast" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Vaikne %s pärast" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Puhkepaus %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Juhuslikke pause võetud" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Sa vajad puhkepausi..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Su puhkepaus on käes. Tõuse üles ja \n" "jaluta oma arvutist eemale. Lihtsalt \n" "liigu ringi mõned minutid, tee venitusi ja lõdvestu." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Tee puhkepaus" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Oota" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Paiguta taimerid üksteise lähedale" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Paiguta lühipaus ja puhkepaus ühte kohta" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Paiguta puhkepaus ja päevalimiit ühte kohta" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Paiguta kõik taimerid ühte kohta" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Peida" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Näita" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Näita taimerit ainult esimesel korral" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Näita oleku akent" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Oleku aken on üle teiste akende" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet lubatud" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Ekraan" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Paigutus:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tsükli aeg:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Lühipaus:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Puhkepaus:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Päevalimiit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Luba taimerid" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pausi küsimine" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Küsi luba enne pausi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Küsimise maksimaalne arv:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Näita 'Lükka edasi' ja 'Jäta vahele' nuppu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Näita 'Lükka edasi' ja 'Jäta vahele' nuppu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Peata taimer kui arvuti pole kasutuses" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Käsitle lühipause kui tegevust" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Harjutuste arv:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Aega enne lõppu:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Aeg pauside vahel:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Pausi kestvus:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Edasilükkamise aeg:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Aitab hoiduda ja taastuda ülekoormusvigastustest (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Võrguühendus" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Sisesta masina nimi ja pordi number\n" "kuhu sa soovid ühenduda." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Masina nimi:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Võrgu logi" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Luba võrguliiklus" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Kasutajanimi:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Parool:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Luba sissetulevad ühendused" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Serveri seaded" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Serveri port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Taasühendamise katsed:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Taasühendamise intervall:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Muud" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Järgmine nimekiri määrab masinad kuhu Workrave ühendub\n" "üles startides. Muutmiseks klõpsa masina nimel või pordil." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Masina nimi" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Masinad" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Õla ja käsivarre venitamine" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Hoia ühte kätt horisontaalselt enda ees. Tõmba seda kätt oma teise käega " "enda poole kuni sa tunned kerget pinget õlas. Hoia seda asendit mõneks " "hetkeks, siis korda samat harjutust oma teise käega." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Näppute venitamine" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Venita sõrmesid ajades need harali nii, et oleks tunda kerget pinget. Hoia " "neid nii 10 sekundit, seejärel lõdvestu, kõverda sõrmed ja hoia jälle 10 " "sekundit. Korda harjutust üks kord veel." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Venita kaela kallutades pead" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Hoia pead sirgena, seejärel alusta aeglaselt pea kallutamist paremale, et " "kergelt venitada oma vasakpoolseid kaelalihaseid. Hoia seda asendit 5 " "sekundit. Nüüd kalluta pead vasakule poole, et venitada parempoolseid " "kaelalihaseid. Tee harjutust kaks korda." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Tahapoole õlgade venitus" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Pane käed selja taha nii, et näpud oleks põimitud. Nüüd liiguta oma õlgasid " "kergelt ettepoole, samal ajal oma käsi sirgemaks lükates. Hoia seda asendit " "5 kuni 15 sekundit ja niiviisi kaks korda." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Liiguta silmasid" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Vaata oma monitori vasaku ääre ülemist nurka. Liiguta pilku aeglaselt parema " "ülemise ääre suunas. Jätka samamoodi järgmise nurga suunas, kuni oled teinud " "kaks ringi. Seejärel korda sama harjutust muutes liikumise suunda." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Harjuta silmade fokusseerimist" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Vaata kaugeimasse punkti, mida sa näed enda monitori taga. Fokusseeri oma " "pilk sellele punktile. Seejärel liiguta pilk tagasi oma monitori servale. " "Korda harjutust. Kui monitori taga pole piisavalt pikka ruumi, keera nägu " "teise suunda, kus on parem vaateväli. Seejärel liiguta oma pilku kõige " "kaugemal asetsevale objektile ning siis enda silmade ette, monitoriga " "võrdsele kaugusele tõstetud pliaatsile," #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Vaata pimedusse" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Kata oma silmad kätega nii, et sul oleks võimalik oma laugusid liigutada. " "Nüüd ava silmad ja vaata peopesadesse tekkinud pimedusse. See harjutus annab " "paremaid tulemusi kui lihtsalt silmade sulgemine." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Liiguta õlgasid" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Keeruta oma paremat kätt aeglaselt keha kõrval ringi nagu lennuki " "propellerit. Tee seda 4 korda edaspidi ja 4 korda tagurpidi ning lõdvestu " "mõneks sekundiks. Korda harjutust vasaku käega." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Liiguta õlgasid ülesse ja alla" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Pane käed tooli käetugedele ja tõsta oma keha üles nii, et käed oleksid " "sirged. Samuti siruta oma kaela, tõmmates õlgu allapoole. Seejärel lasku " "aegamisi tagasi oma tooli." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Keera oma pead" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Keera oma pead vasakule ja hoia seda nii 2 sekundit. Seejärel keera pea " "paremale ja hoia seda niimoodi 2 sekundit." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Harjutuste mängija" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Eelmine harjutus" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Järgmine harjutus" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Peata harjutused" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Lõpeta harjutused" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Jätka" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Peata" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Jätka harjutusi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Sirvimise ajalugu" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Kuupäev:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pausid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Soovitatud pausid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Mitu korda pausi soovitati, jättes välja sama pausi kohta käivad korduvad " "soovitused" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Korduvad soovitused" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Mitmel juhul sul soovitati teha korduvalt paus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Soovituslike pauside tegemise arv" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Mitu korda sa tegid pausi, kui sulle seda soovitati" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Juhuslikke pause võetud" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Mitu korda sa võtsid pausi nii, et seda oleks palutud" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Vahele jäetud pausid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Pausid, mis sa oled vahele jätnud" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Edasilükatud pausid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Sinu poolt edasilükatud pauside arv" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Üleläinud aeg" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Selle pausi võtmiseks üleläinud aeg kokku" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Päevane kasutus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Arvuti kasutamine kokku" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Tegevus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Hiire kasutus:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Hiire kasutamise aeg kokku" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Hiire liikumine:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Ekraanil toimunud hiire liikumine kokku" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Efektiivne hiire liikumine:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Kogu hiireliikumine, mis oleks saavutatud, kui hiir oleks liikunud mööda " "sirgjoont erinevate klikkide vahel." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Hiirenupu vajutused" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Hiirenupu vajutuste koguarv" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Nupuvajutused:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Vajutatud nuppude koguarv" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, alates %s kuni %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Asetus" #~ msgid "The orientation of the tray" #~ msgstr "Riba asetus" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Su puhkepaus on käes. Tõuse üles ja \n" #~ "jaluta oma arvutist eemale. Lihtsalt \n" #~ "liigu ringi mõned minutid, tee venitusi ja lõdvestu." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Vaikne %s pärast" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Ei suuda tuvastada enda ühenduse nime. Distributsiooni deaktiveerimine." workrave-1_10_10/po/eu.po000066400000000000000000001336111263301626300152520ustar00rootroot00000000000000# translation of workrave.po to Euskara (Basque) by Jon Otegi # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Thomas Basset , 2004. # msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:22+0100\n" "Last-Translator: Thomas Basset \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "%s-rekin birkonektatzen" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Ezin dut sare eragiketa gaitu" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Sare eragiketa desgaitzen" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "%s-rekin konektatzen" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "%s bezeroa kentzen." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "%s deskonektatzen." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Orain %s bezeroa maisua da." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Orain neu naiz maisua" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "%s bezeroa agurtzen." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "%s bezeroa bikoiztuta dago." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "%s bezeroa ezin da atzitu." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "%s bezeroak alde egin du." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "%s bezeroak ongi etorria eman digu." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "%s-tik maisu egoeraz galdetzen." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "%s bezeroaren denbora amaitu da." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "%s bezerotik maisutasun eskaerari uko." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "%s bezeroaren maisutasun eskaera onartzen." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "%s bezero ez-maisuari maisutasun eskaera ukatuta." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "%s bezeroari maisutasun eskaera utzia, atzeratzen." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "%s bezeroa maisu berria da orain." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Sare eragiketa hasita." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Bezero berria onartuta." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "%s bezeroaren irakurketa akatsa, ixten." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "%s bezeroak konexioa itxia." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "%s bezeroa konektatuta." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Ezin dut %s bezeroarekin konektatu." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Ireki" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Hobespenak" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Atsedena" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Ariketak" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modua" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Arrunta" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Geldirik" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Eseki" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Sarea" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Konektatu..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Deskonektatu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Birkonektatu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Loga Erakutsi..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Estatistikak" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Zerari buruz..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Irten" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Appleta" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Programa honek Ahalegin Errepikarkorrek eragindako Kalteak (AEK) prebenitzen " "eta sendatzen laguntzen du." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Zerari buruz..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "_Log-a erakutsi" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Arrunta" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Eseki" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "I_silik" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Etendura eskaera" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Etendura baztertua" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Atsedena hasita" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Atsedena amaituta" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikro-atsedena hasita" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikro-atsedena amaituta" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Eguneko muga" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Ariketa amaituta" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Ariketak amaituta" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Ariketa amaituta" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ordu" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutu" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d segundu" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Blokeatu " #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Itzali" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Jauzi" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Atzeratu" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Eguneko mugara iritsi zara. Ordenagailuarekin lan\n" "egiteari utzi, mesedez. Zure lan txanda amaitu ez baduzu\n" "beste zerbaitetan hasi, dokumentuak birpasatzea adibidez." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave Appleta" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro-atsedena " #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Atsedena" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Modua" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Ireki" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Hobespenak" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Ariketak" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Modua" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Sarea" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Konektatu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Deskonektatu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Birkonektatu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Estatistikak" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "...(r)i buruz" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Atsedena" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "I_silik" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Konektatu" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Log-a erakutsi" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Irten" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Lasaitu segundu batzuk mesedez" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Hurrengo atsedena %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Atsedena %s minutuz atzeratu da" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Eguneko mugarako %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Eguneko muga %s atzeratuta" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Orokorra" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Soinua:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Egoera Lehioa" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Appleta" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Kontagailuak" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Erabiltzaile interfaza" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Blokerorik ez" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Erablitzailearen lana blokeatu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Sarrerak eta pantaia blokeatu" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Aukerak" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokeo modua:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Aukerak" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Soinurik ez" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Soinuak jo soinu txartela erabiliz " #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Soinuak jo barruko bozgorailua erabiliz" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Soinua:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Atsedena eta eguneko muga toki berean jarri" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Soinua:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Soinurik ez" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Mikro-atsedentxoa hartuko?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Atsedena behar duzu ba..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Gaurkoz gelditu beharko zenuke ba..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Atsedena: %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Desagertuko da %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Isilunea: %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Atseden denbora: %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Hartutako atseden naturalak" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Atsedena behar duzu ba..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Zure atseden garaian zaude. Altxa zaitez eta ordenagailuaren\n" "inguruan ibiltzea duzu onena. Minutu batzutan ibili, luzaketak egin\n" "eta lasaitu." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Hurrengo atsedena %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Itxaron" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Kontagailuak bata bestearen atzean jarri" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Mikro-atsedena eta atsedena toki berean jarri" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Atsedena eta eguneko muga toki berean jarri" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Kontagailu guztiak toki bakarrean jarri" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Ezkutatu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Erakutsi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Soilik kontagailu hau betetakoan erakutsi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Egoera lehioa erakutsi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Egoera lehioa gainontzeko lehioen gainean jarri beti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Appleta gaitu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Erakutsi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Kokagunea:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Zikloaren denbora:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro-atsedena:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Atsedena:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Eguneko muga:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Kontagailua gaitu" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Etenduraren jakinarazpena" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Eten aurretik jakinarazi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Jakinarazpen gehienezko kopurua:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "'Atzeratu' eta 'Jauzi' botoiak erakutsi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "'Atzeratu' eta 'Jauzi' botoiak erakutsi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Inaktibo dagoenean kontagailua eseki" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Mirko-atsedenak jardueratzat hartu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Ariketa kopurua:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Amaitzeko denbora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Etenduren arteko denbora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Atsedenaren iraupena:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Atzerapenaren iraupena:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Programa honek Ahalegin Errepikarkorrek eragindako Kalteak (AEK) prebenitzen " "eta sendatzen laguntzen du." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Sare konexioa" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Konektatu nahi duzun sareko ordenagailuaren host izena\n" "eta ataka zenbakia sartu." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Host izena:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Ataka:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Sarearen loga" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Sare lana gaitu" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Erabiltzaile izena:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Pasahitza:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Zerbitzariaren ezarpenak" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Zerbitzariaren ataka " #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Birkonexio saiakerak:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Birkonexio tartea:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Aurreratua" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Hurrengo zerrendak Workrave hasterakoan konektatzen den\n" "host-ak adierazten du. Editatzeko host izen edo ataka zenbakian egin klik." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Host izena" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Ataka" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Host-ak" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Sorbalda eta beso luzaketak" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Beso bat bularraren aurrean luza ezazu. Beso hau bestearekin bultzatu " "sorbaldan tentsio txiki bat nabaritu arte. Piska batean egon horrela eta " "beste besoarekin errepika ezazu ariketa." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Atz luzaketak" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Hatzak bereiz eta luza itzazu tentsio xume bat nabaritu arte, eta hamar " "segundutan mantendu. Lasaitu, hatz-koxkorrak bildu eta beste hamar " "segundutan egon. Ariketa berriro errepikatu." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Lepoa zeharka luzatu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Burua egoera tente eta erosoan duzula hasi. Burua orduan poliki eskuineko " "sorbaldarantz eraman lepoaren ezkerraldea luzatzen dela nabaritzen duzula. " "Bost segunduz horrela egon. Burua ezkerralderantz eraman beste aldea " "luzatzen delarik. Alde bakoitza birritan egin." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Sorbaldak atzerantz luzatu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Eskuetako hatzak ahurren atzetik korapilatu. Eraman ukondoak barrurantz " "besoak luzatzen dituzun heinean. 5-15 segundu bitartean egon horrela eta " "ariketa bi aldiz errepikatu." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Begiak mugitu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Monitorearen goiko ezkerreko ertzari begiratu. Poliki poliki begirada " "eskuineko ertzeraino eraman, eta horrela ertz guztiak birritan pasatu arte. " "Gero ariketa alderantziz egin." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Begien enfokea trebatu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Monitorearengandik urrunen egon daitekeen puntura begira ezazu. Begiak " "urrutiko puntu hartara enfokatu. Gero zure monitorearen ertzari enfokatu. " "Errepikatu. Monitoretik urrunago ezin baduzu begiratu, boligrafo bat erabili " "eta monitorearen distantzian eduki." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Iluntasunari begira" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Estal itzazu eskuekin zure begiak irekita edukitzeko moduan. Gero begiak " "irekita, eskuen barruko iluntasunari begira egon. Ariketa honek begiei " "atseden handiagoa ematen die ixte soilak baino." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Sorbaldak mugitu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Eskuin besoa biratu, hegazkinaren helizea bezala. Egin ezazu hau lau aldiz " "aurreraka eta beste lau atzeraka, eta segundu batzutan lasaitu. Ezkerreko " "besoarekin errepikatu." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Sorbaldak gora eta behera mugitu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Eskuak aulkiaren heldulekuetan jarri eserita zaudela, eta gorputza gorantz " "bultzatu harik eta besoak luzaturik gelditu arte. Burua are gorago eramaten " "saiatu sorbaldak beherantz eramanez. Eser zaitez berriro poliki poliki." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Burua biratu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Burua ezkerrera biratu eta bi segundutan egon. Orduan eskuinera biratu eta " "eduki hor beste bi segundutan." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Ariketa txanda" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Ariketa kopurua:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Ariketa kopurua:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Ariketak" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Berrekin" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Gelditu" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Ariketa kopurua:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Historia ikusi" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Etendurak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Etendura eskaerak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Atsedena hartzeko eskatu izan zaizun aldi kopurua, etendura berdinarentzako " "errepikatutakoak ezik." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Errepikatutako eskaerak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Atsedena hartzeko eskaerak errepikatu diren kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Egindako atsedenak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Eskatutakoan hartutako atseden kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Hartutako atseden naturalak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Eskatu gabe hartu duzun atseden kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Jauzi egindako etendurak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Jauzi egin duzun etendura kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Atzeratutako etendurak" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Atzeratu duzun etendura kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Atzerapenen denbora" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Atseden honen atzerapenaren denbora osoa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Eguneko erabilpena" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Ordenagailuaren erabilpen osoa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Jardunean" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Saguaren erabilpena:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Sagua erabili duzun denbora" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Saguaren mugimendua:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Saguaren mugimendu osoa pantaian" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Saguaren mugimendu eraginkorra:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Klikatzeen artean lerro zuzenak marraztu ezkero saguaren mugimendu osoa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Saguaren klik kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Saguaren botoien klik kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tekla pultsazioak:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Sakatutako tekla kopurua" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, %s-etatik %s-etara" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientazioa " #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Oharen lehioaren orientazioa " #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Zure atseden garaian zaude. Altxa zaitez eta ordenagailuaren\n" #~ "inguruan ibiltzea duzu onena. Minutu batzutan ibili, luzaketak egin\n" #~ "eta lasaitu." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Isilunea: %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Neure host izena ezin dut asmatu. Banaketa desgaitzen." #, fuzzy #~ msgid "Break in" #~ msgstr "Atsedena: %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Desagertuko da %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Isilunea: %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Ezin da Bonobo hasi" #~ msgid "Inactive" #~ msgstr "Geldirik" #~ msgid "Credits" #~ msgstr "Lan taldea" #~ msgid "_Written by" #~ msgstr "_Egileak: " #~ msgid "_Documented by" #~ msgstr "_Dokumentazioa: " #~ msgid "_Translated by" #~ msgstr "_Itzultzaileak: " #~ msgid "_Credits" #~ msgstr "_Lan taldea: " #~ msgid "About %s" #~ msgstr "%s-ri buruz" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Itxi begiak, aire guztia bota ezazu eta lasaitzen saiatu. Airea ahalik " #~ "eta polikien hartu. Saia zaitez 8ra arte poliki-poliki zenbatzen airea " #~ "hartu eta botatzen duzunean. Begiak are gehiago lasaitzearren mikro-" #~ "atsedenetan ere itxi itzazu." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Horma baten aurrean jar zaitez eta eskuak sorbalden parean jarri , " #~ "ukondoak piska bat malguturik. Gorputza hormaren aurka bultzatu ukondoen " #~ "angelua aldatu gabe. Ukondoak horrela ere hormaren beste aldera eraman " #~ "gorputza." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Burua tente eta masaila lurrarekin paraleloan mantendu. Burua atzera bota " #~ "kokospea ateraz. Bi segundutan egon eta lasaitu. Burua era berdinean " #~ "aurrera bota, beste bi segundutan egon eta berriro lasaitu." #~ msgid "Move the shoulder blades" #~ msgstr "Omoplatoak mugitu" #~ msgid "Neck stretch" #~ msgstr "Lepoa luzatu" #~ msgid "Relax the eyes" #~ msgstr "Begiak lasaitu" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Mahaiaren ondoan zutitu eta esku-ahurrak bertan jarri hatzak zeure " #~ "gorputzari apuntatuz. Eskumuturrak eta besaurreak poliki poliki luzatu." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Zutitu eta orpoak altxatu gabe eskuekin sabaia ukitzen saiatu. Segundu " #~ "batzutan horrela egon. Gero eskuak piskanaka zorurantz eraman besoak " #~ "tolestu gabe. Segi mugitzen eskuak oinetakoen aurrean ia jarri arte " #~ "makurtuz. Hasi zuzentzen, gerritik hasi eta lepoarekin amaituz tente " #~ "amaitu arte." #~ msgid "Stretch your back" #~ msgstr "Bizkarra luzatu" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Eskumuturrak eta besaurreak luzatu" workrave-1_10_10/po/fa.po000066400000000000000000001403221263301626300152240ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-04-16 13:23+0330\n" "Last-Translator: Moein Gh \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Persian\n" "X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n" # كلاينت #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "اتصال مجدد به %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "نمی توان بهره برداری از شبکه را فعال کرد" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "در حال قطع شدن از شبکه..." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "در حال اتصال به %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "در حال حذف کلاینت %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "در حال قطع کردن %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "کلاینت %s اکنون برجسته است" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "من اکنون برجسته هستم" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "کلاینت %s به شما خوش آمد می گوید" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "کلاینت %s تکثیر می شود" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "کلاینت %s دسترسی امکان پذیر نیست" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "کلاینت %s خارج شد." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "کلاینت %s به ما خوشامد می گوید." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "درخواست وضعیت برجسته از %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "وقفه کلاینت از %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "در حال رد کردن درخواست برجسته از کلاینت %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "در حال تصدیق کردن درخواست برجسته از کلاینت %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "کلاینت نامشخص %s درخواست برجسته را رد کرد" #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "کلاینت %s درخواست برجسته را رد کرد، تاخیر." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr ".اکنون %s کلاینت برجسته ی جدید است" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "گردش شبکه آغاز شد." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "کلاینت جدید پذیرفته شد." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "کلاینت %s اشتباه خواند، بسته می شود." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "کلاینت %s اتصال را قطع کرد." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "کلاینت %s وصل شد." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "نمی توان به کلاینت %s متصل شد." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_باز کردن" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_ترجیحات" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_استراحت" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_نرمش ها" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_حالت" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_عادی" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_خاموش" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_موکول" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_شبکه" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_اتصال..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_قطع اتصال" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_اتصال مجدد" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_نمایش عملکرد" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "حالت خواندن" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_آمار" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_درباره..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_خروج" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "این برنامه کمک می کند به پیشگیری و بهبودی آسیب های فیزیکی مکرر." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_پیوستن" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "_درباره" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "نمایش گزارش" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "عادی" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "موکول" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "خاموش" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "قطع سریع" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Break ignored" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "استراحت تجدید نیرو شروع شد" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "استراحت تجدید نیرو پایان یافت" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "استراحت کوتاه شروع شد" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "استراحت کوتاه پایان یافت" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "محدودیت روزانه" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "نرمش پایان یافت" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "نرمش ها پایان یافت" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "تغییر نرمش" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "عادت" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ساعت ها" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d دقیقه ها" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d ثانیه ها" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_قفل" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "خاتمه دادن" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_پرش" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_به بعد موکول کردن" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "محدودیت روزانه ی شما تمام شد. لطفاً کارکردن با کامپیوتر را متوقف کنید. اگر " "روز کاری شما هنوز به پایان نرسیده، لطفاً کارهای دیگری انجام دهید، مانند بررسی " "یک متن یا سند." #: ../frontend/gtkmm/src/GUI.cc:301 #, fuzzy msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "WorkRave هنوز در حال اجراست. شما می توانید با کلیک کردن روی آیکن گوسفند سفید " "به آن دسترسی پیدا کنید." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "WorkRave موفق به شروع نشد" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "آیا WorkRave هنوز در حال اجراست؟" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "WorkRave نمی تواند فعالیت صفحه کلید و ماوس شما را ضبط کند.\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Make sure that the RECORD extension is enabled in the X server." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "WorkRave در حالت موکول است. فعالیت موس و کیبرد نمی تواند ضبط شود." #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" "WorkRave در حالت خاموش قرار دارد. هیچ پنجره ی استراحتی پدیدار نخواهد شد." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "میکرو استراحت!" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "استراحت" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "حالت:" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_باز کردن" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "ترجیحات" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "نرمش ها" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_حالت" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "شبکه" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_اتصال" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_قطع اتصال" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_اتصال مجدد" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "آمار" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "درباره..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_استراحت" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Q_uiet" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_اتصال" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Show _log" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_خروج" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_حالت خواندن" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "لطفاً برای چند ثانیه ریلکس باشید" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "استراحت بعدی در %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "استراحت %s سر رسیده" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "محدودیت روزانه در %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "محدودیت روزانه %s سر رسیده" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "عمومی" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "صداها" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "پنجره ی وضعیت" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "تایمرها" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "رابط کاربری" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "No blocking" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Block input" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Block input and screen" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "تنظیمات" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Block mode:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "پیشفرض سیستم" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(فونت در دسترس نیست)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "زبان:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "WorkRave هنگام بالا آمدن ویندوز بلافاصله اجرا شود" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "آیکن سینی ویندوز را نشان بده" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "تنظیمات صدا" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "بدون صداها" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "پخش شدن صداها با استفاده از کارت صدا" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "پخش شدن صداها با استفاده از بلندگوی داخلی" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "درجه صدا:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "صدا:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "صداها را در طول استراحت و محدودیت روزانه قطع کن" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "صدای حوادث" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "زمینه ی صدا:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "پخش" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "رخداد" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "یک صدا انتخاب کنید" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "فایل های صوتی" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "زمانی برای یک استراحت کوتاه؟" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "شما به یک استراحت نیاز دارید..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "برای امروز کافیست..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Break in %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "ناپدید شدن در %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "خاموش شدن در %s." #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "استراحت برای %s." #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "استراحت عادی" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "این استراحت عادی شماست" #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "این استراحت شماست. بلند شوید و از کامپیوتر چند قدم دور شوید. فقط برای دقایقی " "کوتاه قدم بزنید، حرکات کششی انجام دهید و عضلات را شل (ریلکس) کنید." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "اکنون استراحت کنید" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "منتظر باشید" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "تایمرها را یکی پس از دیگری قرار دهید." #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "میکرو-استراحت! و استراحت را در یک مکان قرار دهید" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "استراحت و محدودیت روزانه را در یک مکان قرار دهید" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "همه ی تایمرها را در یک مکان قرار دهید" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "مخفی کردن" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "نمایش دادن" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "فقط زمانی نمایش بده که ابتدا این تایمر سر برسد" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "نمایش پنجره ی وضعیت" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "پنجره ی وضعیت همیشه جلوی بقیه ی پنجره ها باشد" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet فعال شد" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "نمایش" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "امتحان:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "زمان چرخه:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "میکرو استراحت!:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "استراحت:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "محدودیت روزانه:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "فعال کردن تایمر" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "برانگیختن برای استراحت" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "برانگیختن قبل از استراحت" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "بیش ترین تعداد وادار کننده ها:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "نمایش دکمه های \"به تعویق انداختن\" و \"پرش\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "نمایش دکمه های \"به تعویق انداختن\" و \"پرش\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "موقوف کردن زمان سنج زمانی که غیرفعال است" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "نگاه کردن به میکرو استراحت! به عنوان یک فعالیت" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "تعداد نرمش ها:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 #, fuzzy msgid "Start restbreak when screen is locked" msgstr "شروع استراحت عادی زمانی که صفحه نمایش قفل شده" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "زمان قبل از پایان:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "زمان بین استراحت ها:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "مدت استراحت:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "زمان به تعویق انداختن:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "کمک به پیشگیری و بهبودی آسیب های فیزیکی مکرر" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "اتصال شبکه" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "نام هاست و شماره ی پورت یک کامپیوتر/n در شبکه ای که می خواهید به آن متصل " "شوید وارد کنید." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "نام هاست:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "پورت:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "گزارش شبکه" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "فعال کردن شبکه" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "نام کاربری:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "گذرواژه:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "اجازه بده به اتصال های ورودی" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "تنظیمات سرور" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "پورت سرور:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "جستجو برای اتصال مجدد:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "وقفه ی اتصال مجدد:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "پیشرفته" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "لیست زیرین هاستی را که WorkRave به آن متصل می شود تعیین می کند.برای ویرایش " "روی نام هاست یا شماره ی پورت کلیک کنید." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "نام هاست" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "پورت" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "هاست ها" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "کشیدن شانه_بازو" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "یکی از بازوهایتان را به صورت افقی در جلوی سینه تان نگه دارید. با دست دیگرتان " "این دست را فشار دهید تا زمانی که یک کشیدگی ملایم در شانه تان احساس کنید. این " "حالت را چند ثانیه نگه دارید، و همین تمرین را برای دست دیگرتان انجام دهید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "کشش انگشت" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "انگشت هایتان را از هم جدا کنید و بکشید تا زمانی که یک کشیدگی ملایم را احساس " "کنید، و این وضعیت را برای 10 ثانیه نگه دارید. شل کنید، و سپس انگشت هایتان را " "از قسمت بندها خم کنید، و این حالت را نیز برای 10 ثانیه نگه دارید. این تمریم " "را یک بار دیگر تکرار کنید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "کشیدن گردن به یک سمت" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" " تمرین را با سر خود در یک موقعیت راحت و مستقیم شروع کنید. سپس، به آرامی سر " "خود را به طرف شانه ی سمت راست خم کنید تا یک کشیدگی ملایم در ماهیچه های سمت " "چپ گردنتان حس شود. این حالت را برای 5 ثانیه نگه دارید. سپس، سر را به طرف " "شانه ی سمت چپ خم کنید تا ماهیچه های سمت راست گردنتان کشیده شود. این تمرین را " "دوبار برای هر سمت انجام دهید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Backward shoulder stretch" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "انگشت هایتان را در پشتتان به هم بپیچانید. سپس آرنج هایتان را به آرامی به " "درون بپیچانید، در حالی که بازوهایتان را راست می کنید. این حالت را 5 تا 15 " "ثانیه نگه دارید، و این تمرین را دو بار انجام دهید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "چشم ها را حرکت دهید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "به گوشه ی بالایی سمت چپ لبه ی خارجی مانیتورتان نگاه کنید. لبه را به آرامی تا " "گوشه ی سمت راست دنبال کنید. ادامه دهید برای گوشه ی بعدی، هنگامی که دوبار دور " "آن را دنبال کرده باشید. سپس، تمرین را تا دفعه ی بعد کنار بگذارید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "متمرکز کردن چشم ها را تمرین کنید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "نگاه کنید برای دورترین نقطه ای که پشت مانیتورتان می توانید ببینید. چشم " "هایتان را روی نقطه ی دور متمرکز کنید. سپس روی لبه ی مانیتور تمرکز کنید. آن " "را تکرار کنید. اگر شما نمی توانید خیلی دورتر از مانیتورتان را ببینید، رو به " "روی یک مسیر با نمای طولانی تر بایستید. سپس تمرکزتان را بین یک شیء دورتر و یک " "خودکار در فاصله ی چشم هایتان تا مانیتور تغییر دهید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "به تاریکی نگاه کنید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "با دست هایتان چشم ها را بپوشانید به نحوی که همچنان بتوانید پلک ها را باز نگه " "دارید. اکنون چشم هایتان را باز کنید و به تاریکی کف دستتان نگاه کنید.این کار " "در مقایسه با بستن چشم ها، تسکین بیش تری به چشم هایتان می دهد." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "شانه ها را حرکت دهید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "بازوی راستتان را به آرامی در کنار بدنتان بچرخانید (درست مانند پروانه ی " "هواپیما). این حرکت را 4 بار به سمت جلو و 4 بار به سمت عقب انجام دهید و برای " "چند ثانیه عضلات را شل کنید. سپس همین تمرین را برای دست چپ تکرار کنید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "شانه ها را بالا و پایین ببرید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "در حالی که روی صندلی نشسته اید دست هایتان را روی دسته ی صندلی قرار دهید و " "بدنتان را به بالا فشار دهید تا جایی که آرنج هایتان راست می شود. با پایین " "آوردن شانه هایتان برای حرکت سرتان تلاش کنید. سپس به آرامی به صندلی تان " "برگردید." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "سر خود را بچرخانید" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "سر خود را به سمت چپ بچرخانید و این حالت را برای 2 ثانیه نگه دارید. سپس سر " "خود را به سمت راست بچرخانید و باز هم برای 2 ثانیه نگه دارید." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "اجرا کننده ی نرمش ها" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "نرمش قبلی" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "نرمش بعدی" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "توقف کوتاه نرمش ها" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "پایان نرمش ها" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "ادامه" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "توقف کوتاه" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "ادامه ی نرمش ها" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "تاریخچه ی جست و جو" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "تاریخ:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "توقف ها (استراحت ها)" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "وادار کننده های استراحت" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "تعداد دفعاتی که شما وادار به استراحت شده اید، بدون احتساب وادار کننده های " "تکراری برای یک نرمش یکسان " #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "وادار کننده های تکراری" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "تعداد دفعاتی که شما به طور مکرر برای استراحت وادار شده اید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "وادار کننده های استراحت گرفته شده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "تعداد دفعاتی که شما استراحت (نرمش) کرده اید زمانی که وادار شده اید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "استراحت های عادی گرفته شده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "تعداد دفعاتی که شما استراحت (نرمش) کرده اید بدون وادار شدن" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "استراحت های نادیده گرفته شده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "تعداد استراحت هایی (نرمش هایی) که شما نادیده گرفته اید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "استراحت های به بعد موکول شده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "تعداد استراحت هایی که شما به بعد موکول کرده اید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "زمان سر رسیده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "تعداد کل دفعاتی که این استراحت سر رسیده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "استفاده ی روزانه" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "کل میزان استفاده از کامپیوتر" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "فعالیت" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "میزان استفاده از ماوس:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "کل زمانی که شما از ماوس استفاده کرده اید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "حرکت ماوس:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "کل جابه جایی شدن های ماوس روی صفحه نمایش" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "جابه جایی های مفید ماوس:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "کل تعداد جابه جایی های ماوس که شما داشته بودید اگر ماوس را مستقیماً در یک خط " "راست بین کلیک ها جا به جا می کردید" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "تعداد کلیک های ماوس" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "تعداد کل کلیک های دکمه ماوس" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "ضربه های وارد شده به صفحه کلید:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "تعداد کل دفعاتی که دکمه های صفحه کلید فشار داده شده" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, از %s به %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "گرایش" #~ msgid "The orientation of the tray" #~ msgstr "گرایش سینی ویندوز" workrave-1_10_10/po/fi.po000066400000000000000000001363341263301626300152440ustar00rootroot00000000000000# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2012-07-30 03:49+0300\n" "Last-Translator: Jyri-Petteri Paloposki \n" "Language-Team: Finnish <>\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Yhdistetään uudelleen osoitteeseen %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Verkkotoiminnan käyttöönotto epäonnistui." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Poistetaan verkkotoiminta käytöstä." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Yhdistetään osoitteeseen %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Poistetaan asiakas %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Katkaistaan yhteys osoitteeseen %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Asiakas %s on nyt isäntä." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Olen nyt isäntä." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Asiakas %s tervehtii." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Asiakas %s on duplikaatti." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Asiakkaan %s pääsy estetty." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Asiakas %s kirjautui ulos." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Asiakas %s toivottaa meidät tervetulleeksi." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Pyydetään isäntätilaa asiakkaalta %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Asiakkaan %s yhteys katkesi." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Hylätään isännyyspyyntö asiakkaalta %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Kuitataan isännyyspyyntö asiakkaalta %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Ei-isäntäasiakas %s hylkäsi isännyyspyynnön." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Asiakas %s hylkäsi isäntäpyynnön, viivästetään." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Asiakas %s on uusi isäntä." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Verkkotoiminnot käynnistetty." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Hyväksytty uusi asiakas." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Asiakas %s lukuvirhe, suljetaan yhteys." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Asiakas %s sulki yhteyden." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Asiakas %s yhdistetty." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Yhdistäminen asiakkaaseen %s epäonnistui." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Avaa" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "A_setukset" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "L_epotauko" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Harjoitteet" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Tila" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normaali" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Hiljainen" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Keskeytetty" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Verkko" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Yhdistä..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "K_atkaise yhteys" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "Yhdistä _uudelleen" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Näytä loki" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "阅读模式" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "T_ilastot" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Tietoja..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Lopeta" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave-sovelma" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Tämä ohjelma auttaa rasitusvammojen (RSI) ehkäisyssä ja niistä toipumisessa." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "加入" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "_Tietoja" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "Näytä loki" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "Normaali" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Keskeytetty" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Hiljainen" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Taukokehote" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Tauko hylätty" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Lepotauko alkoi" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Lepotauko päättyi" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikrotauko alkoi" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikrotauko päättyi" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Päiväraja" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Harjoite päättyi" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Harjoitteet päättyivät" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Harjoitteen vaihto" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Mukautettu" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d tuntia" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuuttia" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekuntia" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Lukitse" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "Sammuta" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Ohita" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Lykkää" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Olet saavuttanut päivärajoituksesi. Lopeta työskenteleminen\n" "tietokoneella. Jos työpäiväsi ei ole vielä ohi,\n" "etsi muuta tekemistä, kuten asiakirjan lukeminen." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave 仍在运行。您可以通过点击白绵羊图表打开 Workrave。点击这个气球以不再" "显示本消息" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workraven käynnistäminen epäonnistui" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Workrave 还在运行吗?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave 无法监视您的键盘和鼠标活动。\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "请确保 X 服务器启用了 RECORD 扩展。" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "Workrave 处于暂停模式。鼠标和键盘活动不会被监视。" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrave 处于离开模式。不会弹出休息窗口。" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikrotauko" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Lepotauko" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Tila " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Avaa" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Asetukset" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Harjoitteet" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "Tila" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Verkko" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "Yhdistä" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "Katkaise yhteys" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Yhdistä uudelleen" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Tilastoja" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Tietoja..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Lepotauko" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Hiljainen" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Yhdistä" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Näytä loki" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "Lopeta" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "阅读模式(_R)" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Rentoudu muutaman sekunnin ajaksi" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Seuraavaan lepotaukoon aikaa %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Lepotauko myöhässä %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Päivärajoitukseen aikaa %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Päivärajoitus ylittynyt %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Yleiset" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Äänet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Tilaikkuna" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Sovelma" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Ajastimet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Käyttöliittymä" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ei estoa" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Estä syötteet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Estä syötteet ja näyttö" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Asetukset" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Estotila" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Järjestelmän oletus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(fontti ei saatavilla)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Kieli" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Käynnistä Workrave Windowsin käynnistyessä" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Näytä kuvake järjestelmätarjottimessa" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Ääniasetukset" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Ei ääniä" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Soita äänet äänikortilla" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Soita äänet sisäänrakennetulla kaiuttimella" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Äänenvoimakkuus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Ääni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Vaimenna äänet lepotauon ja päivittäisen rajoituksen aikana" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Äänitapahtumat" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Ääniteema" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Soita" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Tapahtuma" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Valitse ääni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Aaltotiedosto" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "使用另一个监视器" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Valitse tämä vaihtoehto jos Workrave ei tunnista milloin käytät " "tietokonettasi" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Aika mikrotauolle?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Tarvitset lepotauon..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Sinun pitäisi lopettaa tältä päivältä..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Taukoon aikaa %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Häviämiseen aikaa %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Hiljaisuuteen aikaa %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Lepotauon pituus %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Luonnollinen tauko" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Tämä on luonnollinen lepotaukosi." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Tämä on lepotaukosi. Varmista että nouset ylös ja\n" "kävelet pois koneeltasi säännöllisesti. Kävele vain ympäri\n" "muutaman minuutin ajan, venyttele ja rentoudu." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Pidä lepotauko nyt" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Odota" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Sijoita ajastimet vierekkäin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Sijoita mikrotauko ja lepotauko yhteen paikkaan" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Sijoita lepotauko ja päivärajoitus yhteen paikkaan" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Sijoita kaikki ajastimet yhteen paikkaan" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Piilota" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Näytä" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Näytä vain kun tämä ajastin laukeaa ensimmäisenä" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Näytä tilaikkuna" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Tilaikkuna pysyy aina muiden ikkunoiden yläpuolella" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Sovelma otettu käyttöön" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Näytä" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Sijainti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Vaihtoaika" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikrotauko" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Lepotauko" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Päivärajoitus" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Ota ajastin käyttöön" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Taukokehotus" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Näytä kehote ennen taukoa" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Kehotteiden enimmäismäärä" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Näytä Lykkää- ja Ohita-painikkeet" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Näytä Lykkää- ja Ohita-painikkeet" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Keskeytä ajastin kun ei aktiivinen" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Laske mikrotauot toiminnaksi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Harjoitteiden määrä" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "当屏幕锁定时开始休息" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Aika ennen loppumista" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Aika taukojen välissä" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Tauon kesto" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Lykkäysaika" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Auttaa rasitusvammojen (RSI) ehkäisyssä ja niistä toipumisessa" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Verkkoyhteyden avaus" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Syötä isäntänimi ja portti verkkotietokoneeseen\n" "johon haluat yhdistää." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Isäntänimi" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Portti" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Verkkoloki" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Ota verkkotoiminnot käyttöön" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Käyttäjätunnus" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Salasana" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Salli tulevat yhteydet" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Palvelinasetukset" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Palvelimen portti" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Uudelleenyhdistysyritykset" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Uudelleenyhdistyksen väli" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Edistyneet" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Seuraava lista määrittää tietokoneet joihin Workrave yhdistää\n" "käynnistyessään. Klikkaa isäntänimeä tai porttinumeroa muokataksesi." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Isäntänimi" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Portti" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Isäntiä" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Käsivarren ja olkapään venytys" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Pidä toinen käsivarsi vaakatasossa venytettynä rintakehäsi edessä. Työnnä " "tätä käsivartta toisella käsivarrellasi kunnes tunnet lievän jännityksen " "olkapäässäsi. Pidä asento hetken, ja toista harjoitus toiselle kädellesi." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Sormien venytys" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Erota ja venytä sormiasi kunnes tunnet miedon jännityksen, ja pidä asento " "kymmenen sekunnin ajan. Rentoudu, sitten taivuta sormiasi rystysistä ja pidä " "taas kymmenen sekunnin ajan. Toista harjoite vielä kerran." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Niskankallistusvenytys" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Aloita siten, että pääsi on mukavassa pystyasennossa. Kallista sitten " "päätäsi oikeaa olkapäätäsi kohti venyttääksesi hellästi lihaksia kaulasi " "vasemmalla puolella. Pidä asento viisi sekuntia. Kallista sitten päätäsi " "vasemmalle puolelle venyttääksesi toista puolta. Tee kaksi toistoa " "molemmille puolille." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Olkapään venytys taaksepäin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Limitä sormesi selkäsi takana. Käännä sitten kyynärpääsi varoen sisäänpäin " "suoristaen käsivarsiasi. Pidä tämä asento viidestä 15:een sekuntia ja toista " "harjoite kahdesti." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Liikuta silmiä" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Katso näyttösi reunuksen vasempaan yläkulmaan. Seuraa reunusta oikeaan " "yläkulmaan. Jatka aina seuraavaan kulmaan kunnes olet kiertänyt reunuksen " "kahdesti. Tee sitten harjoite toiseen suuntaan." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Harjoittele katseesi tarkentamista" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Katso kauimmaiseen pisteeseen näyttösi takana. Tarkenna silmäsi kaukaiseen " "kaukaiseen pisteeseen. Tarkenna sitten näyttösi reunukseen. Toista. Jos et " "pysty katsomaan kovin kauas näytöstäsi, käänny toiseen suuntaan jonne näet " "pidemmälle. Vaihda tarkennustasi sitten kaukaisen esineen ja kynän välillä, " "jota pidät samalla etäisyydellä kuin näyttöäsi." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Katso pimeyteen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Peitä silmäsi kämmenilläsi niin että voit vielä avata silmäluomesi. Avaa nyt " "silmäsi ja katso kämmentesi pimeyteen. Tämä harjoite rentouttaa silmiäsi " "paremmin verrattuna pelkkään niiden sulkemiseen." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Liikuta olkapäitä" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Pyöritä oikeaa käsivarttasi ympäri, kuin lentokoneen propelli, vartalosi " "vieressä. Tee tämä neljä kertaa eteen, neljä kertaa taakse ja rentoudu " "muutaman sekunnin ajan. Toista vasemmalla käsivarrella." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Liikuta olkapäitä ylös ja alas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Laita kätesi tuolisi käsinojille kun olet istumassa ja paina vartaloasi " "ylöspäin kunnes käsivartesi ovat suorat. Yritä siirtää päätäsi vielä " "kauemmaksi liikuttamalla olkapäitäsi alemmas. Laskeudu hitaasti takaisin " "tuoliisi." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Käännä päätäsi" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Käännä päätäsi vasemmalle ja pidä se siellä kaksi sekuntia. Käännä sitten " "päätäsi oikealle ja pidä se siellä kaksi sekuntia." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Harjoitesoitin" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Edellinen harjoite" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Seuraava harjoite" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Keskeytä harjoitteet" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Päätä harjoitteet" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Jatka" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Keskeytä" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Jatka harjoitteita" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Selaa historiaa" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "Poista koko tilastohistoria" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Aika" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Taukoja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Taukokehotteita" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Kerrat, kun sinua kehotettiin pitämään tauko, poisluettuna toistetut " "kehotteet samasta tauosta" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Toistetut kehotteet" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Kerrat, kun sinua kehotettiin toistuvasti pitämään tauko" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Kehotettuja taukoja pidetty" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Kerrat, kun pidit tauon kehotteesta" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Luonnollisia taukoja pidetty" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Kerrat, kun pidit tauon ilman kehotetta" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Ohitetut tauot" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Ohitettujen taukojen määrä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Lykätyt tauot" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Lykättyjen taukojen määrä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Yliaika" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Kokonaisaika jonka tämä tauko oli yli" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Päivittäinen käyttö" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Tietokoneen käyttö yhteensä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Toiminta" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Hiiren käyttö" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Kokonaisaika jonka käytit hiirtä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Hiiren liike" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Hiiren liike näytöllä yhteensä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Tehokas hiiren liike" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Hiiren liike, joka olisi tarvittu jos olisit siirtänyt hiiresi suorassa " "linjassa klikkausten välissä." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Hiiren klikkaukset" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Hiiren klikkausten yhteismäärä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Näppäinpainallukset" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Näppäinpainallusten yhteismäärä" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s %s–%s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "Varoitus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "Olet poistamassa koko tilastohistoriaasi. Oletko varma?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "Tiedostot poistettu!" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "Tilastohistoriasi sisältävät tiedostot on poistettu." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "Info" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "Tiedoston poistaminen epäonnistui!" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" "Tilastohistoriatiedostojen poistaminen epäonnistui. Yritetäänkö uudelleen?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "Virhe" #, fuzzy #~ msgid "Starting %s" #~ msgstr "沉默" #~ msgid "I could not initialize Bonobo" #~ msgstr "无法启动 Bonobo" #~ msgid "Inactive" #~ msgstr "静止" #~ msgid "Credits" #~ msgstr "信用" #~ msgid "_Written by" #~ msgstr "开发(_W)" #~ msgid "_Documented by" #~ msgstr "文件(_D)" #~ msgid "_Translated by" #~ msgstr "翻译(_T)" #~ msgid "_Credits" #~ msgstr "感谢(_C)" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "闭上双眼并深呼吸,直到您可以放鬆。当呼吸吸入空气时,尽可能放慢速度。试著在" #~ "每次呼吸时慢慢的计算到 8。要更放松您的双眼,试着在暂停休息时也闭上双眼。" #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "面对一面墙,然后把您的手放于高于肩膀之上,让您的胳膊轻微的弯曲。将您的身体" #~ "推向墙,而不改变您的胳膊角度。然后将身体推离墙面,一样不改变胳膊的角度。" #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "保持您的头笔直,然后让您的下巴与地板平行。把您的头转回来(做双下巴的动作)。" #~ "保持两秒鐘并放松。然后用同一个方法做下个动作,再保持两秒并放松。" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "坐在您的桌子前面,并在桌面上张开手掌,让手指头指向自己的身体。轻轻的伸展您" #~ "的手脕与下臂。" #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "站起来,并试着不垫脚的让您的手碰到天花板。保持这个姿势一段时间。然后不弯曲" #~ "手臂,慢慢的让您的手指向地板。慢慢的弯腰让您的手(几乎)可以碰触到您的鞋子前" #~ "缘。然后慢慢的挺直您的背,直到再一次站直。" #~ msgid "Stretch your back" #~ msgstr "伸展您的背部" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "手腕关节与下手臂伸展" #~ msgid "Connect at start-up" #~ msgstr "在启动时自动连接" #~ msgid "Resets at:" #~ msgstr "重置:" #~ msgid "Orientation" #~ msgstr "Suunta" #~ msgid "The orientation of the tray" #~ msgstr "Kuvakealueen suunta" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Tämä on lepotaukosi. Varmista että nouset ylös ja\n" #~ "kävelet pois koneeltasi säännöllisesti. Kävele vain ympäri\n" #~ "muutaman minuutin ajan, venyttele ja rentoudu." #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Oman isäntänimen selvittäminen epäonnistui. Poistetaan jakelu käytöstä." #, fuzzy #~ msgid "Break in" #~ msgstr "Taukoon aikaa %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Häviämiseen aikaa %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Hiljaisuuteen aikaa %s" #, fuzzy #~ msgid "About %s" #~ msgstr "Tietoja..." #, fuzzy #~ msgid "Move the shoulder blades" #~ msgstr "Liikuta olkapäitä" #, fuzzy #~ msgid "Neck stretch" #~ msgstr "Niskankallistusvenytys" #, fuzzy #~ msgid "Relax the eyes" #~ msgstr "Liikuta silmiä" #, fuzzy #~ msgid "Restbreak" #~ msgstr "L_epotauko" workrave-1_10_10/po/fr.po000066400000000000000000001401621263301626300152470ustar00rootroot00000000000000msgid "" msgstr "" "Project-Id-Version: Workrave 1.6.0\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:23+0100\n" "Last-Translator: Benjamin Siband \n" "Language-Team: Franais \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Reconnexion %s." # We did not succeed in starting the server. Arghh. #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Impossible d'activer le fonctionnement en rseau." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Annulation du fonctionnement en rseau." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Connexion %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Retrait du client %s de la liste." # Closing direct connection. # Closing direct connection. #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Dconnexion de %s." # It's a remote client. mark it master. # It's a remote client. mark it master. #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Le client %s est maintenant le matre." # Its ME! #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Je suis maintenant le matre." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Le client %s dit bonjour." # Duplicate client. inform client that it's bogus and close. # Duplicate client. inform client that it's bogus and close. #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Le client %s existe dj." # Incorrect password. # Incorrect password. #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Accs refus au client %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Le client %s s'est dconnect." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Le client %s nous souhaite la bienvenue." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Requte matre auprs de %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Le client %s ne rpond pas." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Requte matre du client %s refuse." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Requte matre du client %s accepte." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Le client non matre %s a refus la requte matre." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Le client %s a refus la requte matre, requte reporte." # gint count = #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Le client %s est dsormais le nouveau matre." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Fonctionnement en rseau activ." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Nouveau client accept." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Erreur de lecture client %s, fermeture." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Le client %s a ferm la connexion." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Client %s connect." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Impossible de se connecter au client %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Ouvrir" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Prfrences" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "Pause pr_olonge" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Exercices" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mode" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Silencieux" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Interrompu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Rseau" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Connexion..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Dconnexion" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Reconnexion" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Afficher le journal..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistiques" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_ propos de..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Quitter" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Applet Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ce programme aide viter les Troubles Musculo-Squelettiques (TMS) ou " "s'en remettre." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_ propos de..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "_Afficher le journal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Interrompu" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "S_ilencieux" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pause recommande" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pause ignore" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Dbut de pause prolonge" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Fin de la pause prolonge" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Dbut de micro-pause" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Fin de la micro-pause" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Limite journalire" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Fin de l'exercice" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Fin des exercices" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Fin de l'exercice" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d heures" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutes" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d secondes" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Verrouiller" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_teindre" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Ignorer" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Reporter" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Vous avez atteint votre limite journalire. Vous devriez\n" "arrter de travailler sur votre ordinateur. Si votre journe\n" "de travail n'est pas termine, vous devriez trouver\n" "quelque chose d'autre faire, par exemple relire un document." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Applet Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micro-pause" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Pause prolonge" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Mode" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Ouvrir" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Prfrences" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Exercices" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Mode" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Rseau" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Connexion" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Dconnexion" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Reconnexion" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistiques" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr " propos de..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "Pause pr_olonge" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "S_ilencieux" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Connexion" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Afficher le journal" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Quitter" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Dtendez-vous quelques instants" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Prochaine pause prolonge dans %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Pause prolonge en retard de %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Limite journalire dans %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Limite journalire en retard de %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Gnral" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Son:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Fentre d'tat" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" # Notebook #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Minuteries" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interface utilisateur" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Pas de verrouillage" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Verrouiller les priphriques de saisie" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Verrouiller les priphriques de saisie et l'cran" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Options" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Verrouillage:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Options" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Pas de son" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Utiliser la carte son" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Utiliser le haut-parleur interne" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Son:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Regrouper la pause prolonge et la limite journalire" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # panel->add(*start_in_tray_cb); # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Son:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Pas de son" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Une petite micro-pause ?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Vous devriez prendre une pause prolonge..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Vous devriez vous arrter pour aujourd'hui..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pause dans %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Disparition dans %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Silencieux dans %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "En pause prolonge pour encore %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Pauses prises spontanment" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Vous devriez prendre une pause prolonge..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Il est temps de prendre votre pause prolonge. Faites en\n" "sorte de vous lever et de vous loigner de votre ordinateur\n" "rgulirement. Marchez quelques minutes, tirez-vous et\n" "dtendez-vous." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Prochaine pause prolonge dans %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Veuillez patienter" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Placer les minuteries les unes ct des autres" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Regrouper la micro-pause et la pause prolonge" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Regrouper la pause prolonge et la limite journalire" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Regrouper toutes les minuteries" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Masquer" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Afficher" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "N'afficher qu' la premire chance de cette minuterie" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Afficher la fentre d'tat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "La fentre d'tat reste au-dessus de toutes les autres fentres" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet active" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Affichage" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Disposition:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Intervalle de rotation:" # Layout #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micro-pause:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Pause prolonge:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Limite journalire:" # Enabled/Disabled checkbox #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Activer cette minuterie" # Prelude frame #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Recommandation de pause" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Faire une recommandation avant la pause" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Nombre maximum de recommandations" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Afficher les boutons 'Reporter' et 'Ignorer'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Afficher les boutons 'Reporter' et 'Ignorer'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Interrompre la minuterie quand il n'y a pas d'activit" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Compter les micro-pauses comme de l'activit" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Nombre d'exercices:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Temps restant:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Intervalle entre deux pauses:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Dure de la pause:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Temps de report de pause:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Aide viter les Troubles Musculo-Squelettiques (TMS) ou s'en remettre" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Connexion au rseau" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Indiquez le nom de l'hte et le numro de port de l'ordinateur du rseau\n" "auquel vous souhaitez vous connecter." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Nom d'hte:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Journal rseau" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Activer le support rseau" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Nom d'utilisateur:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Mot de passe:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Configuration du serveur" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port du serveur:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Tentatives de reconnexion:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Intervalle entre deux reconnexions:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avanc" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "La liste ci-dessous contient les htes auxquels Workrave se connecte\n" "au dmarrage. Cliquez sur le nom de 'hte ou sur le numro de port\n" "pour l'diter." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nom de l'hte" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Htes" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "tirement paules-bras" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "tendez un bras l'horizontale devant votre poitrine. Poussez ce bras vers " "vous avec l'autre bras jusqu' sentir une lgre tension dans l'paule. " "Maintenez cette position quelques instants, et recommencez avec l'autre bras." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "tirement des doigts" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "cartez les doigts et tirez-les jusqu' sentir une lgre tension, et " "maintenez cette position 10 secondes. Relchez, puis pliez les doigts la " "premire phalange, et maintenez cette position 10 secondes galement. " "Rptez l'exercice." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "tirement latral du cou" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Commencez avec la tte droite dans une position confortable. Penchez alors " "lentement la tte vers votre paule droite afin d'tirer gentiment les " "muscles gauche de votre cou. Maintenez cette position 5 secondes. Penchez " "alors lentement la tte vers votre paule gauche afin d'tirer gentiment les " "muscles de l'autre ct. Recommencez l'exercice deux fois de chaque ct." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "tirement d'paule arrire" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Croisez les mains derrire le dos. Tournez lgrement les coudes vers " "l'intrieur tout en tendant les bras. Maintenez cette position pendant 5 " "15 secondes, puis recommencez." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Bougez les yeux" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Regardez le coin en haut gauche de votre cran. Puis suivez lentement des " "yeux la bordure suprieure de votre cran jusqu'au coin en haut droite. " "Faites le tour complet de l'cran en allant aux autres coins. Faites le tour " "de l'cran deux fois dans un sens, puis deux fois dans le sens inverse." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Focalisation" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Fixez le point le plus loign derrire votre moniteur quelques secondes. " "Faites ensuite le point sur le bord de votre moniteur quelques secondes. " "Recommencez. S'il ne vous est pas possible de regarder loin derrire votre " "moniteur, utilisez un stylo, par exemple, et gardez-le la mme distance " "que votre moniteur." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Regardez dans le noir" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Couvrez-vous les yeux avec les mains, de manire pouvoir quand mme les " "ouvrir. Ouvrez les yeux et regardez dans la pnombre cre par vos mains. " "Cet exercice repose davantage les yeux que si vous vous contentez de les " "fermer." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Bougez les paules" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Faites lentement tourner un bras sur le ct, comme une hlice. Faites 4 " "tours vers l'avant, puis 4 tours vers l'arrire. Relchez quelques secondes. " "Recommencez avec l'autre bras." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Montez et descendez les paules" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Assis, posez les mains sur les accoudoirs de votre fauteuil et soulevez-vous " "jusqu' ce que vos bras soient droits. Essayez de monter la tte encore " "davantage en abaissant les paules. Laissez-vous lentement redescendre dans " "votre fauteuil." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Tournez la tte" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Tournez la tte gauche et gardez cette position pendant deux secondes. " "Puis faites de mme en tournant la tte vers la droite." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Gestionnaire d'exercices" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Nombre d'exercices:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Nombre d'exercices:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Exercices" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Reprendre" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pause" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Nombre d'exercices:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Parcourir l'historique" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Date:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauses" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pauses recommandes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Le nombre de fois o le programme vous a suggr de prendre une pause (les " "recommandations pour une mme pause ne sont comptes qu'une seule fois)" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Recommandations rptes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "" "Le nombre de fois o il vous a t recommand plusieurs reprises de " "prendre une pause" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Recommandations suivies" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "" "Le nombre de fois o vous avez suivi\n" "une pause recommande" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Pauses prises spontanment" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" "Nombre de fois o vous avez pris une pause spontanment, sans que le " "logiciel vous le recommande" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Pauses ignores" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Le nombre de pauses que vous avez ignores" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Pauses reportes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Nombre de pauses que vous avez reportes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Dure de dpassement" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "La dure totale de dpassement de cette pause" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Utilisation journalire" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Dure totale d'utilisation de l'ordinateur" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Activit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Utilisation de la souris:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Dure totale d'utilisation de la souris" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Mouvements de la souris:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Distance totale parcourue par la souris" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Mouvements utiles:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Distance totale que vous auriez parcourue si vous aviez dplac votre souris " "en ligne droite entre deux clics" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Clics de souris:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Nombre total de clics de souris" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Frappes clavier:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Nombre de touches frappes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, de %s %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientation" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "L'orientation de la zone de notification." #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Il est temps de prendre votre pause prolonge. Faites en\n" #~ "sorte de vous lever et de vous loigner de votre ordinateur\n" #~ "rgulirement. Marchez quelques minutes, tirez-vous et\n" #~ "dtendez-vous." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Silencieux dans %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Impossible de rsoudre mon propre nom d'hte. Distribution dsactive." #, fuzzy #~ msgid "Break in" #~ msgstr "Pause dans %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Disparition dans %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Silencieux dans %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Impossible d'initialiser Bonobo" #~ msgid "Inactive" #~ msgstr "Inactif" #~ msgid "Credits" #~ msgstr "Crdits" #~ msgid "_Written by" #~ msgstr "_crit par" #~ msgid "_Documented by" #~ msgstr "_Document par" #~ msgid "_Translated by" #~ msgstr "_Traduit par" # Add the credits button #~ msgid "_Credits" #~ msgstr "_Crdits" #~ msgid "About %s" #~ msgstr " propos de %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Fermez les yeux, et expirez aussi profondment que possible pour vous " #~ "dtendre. Inspirez le plus lentement possible. Essayez de compter " #~ "lentement jusqu' 8 sur chaque expiration et inspiration. Pour reposer " #~ "davantage vos yeux, essayez de les fermer aussi pendant les micro-pauses." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Tenez-vous face un mur (ou autre endroit appropri) et posez les mains " #~ " hauteur d'paules sur le mur, en pliant lgrement les coudes. Poussez " #~ "avec votre corps vers le mur, sans changer l'angle de vos coudes. Poussez " #~ "ensuite votre corps loin du mur, toujours sans changer l'angle de vos " #~ "coudes." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Tenez-vous la tte droite avec la mchoire infrieure horizontale. " #~ "Reculez la tte (de faon faire un \"double menton\"). Maintenez cette " #~ "position 2 secondes, puis relchez. De la mme faon, avancez la tte, " #~ "maintenez la position 2 secondes, puis relchez nouveau." #~ msgid "Move the shoulder blades" #~ msgstr "Bougez les omoplates" #~ msgid "Neck stretch" #~ msgstr "tirement du cou" #~ msgid "Relax the eyes" #~ msgstr "Relaxez vos yeux" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Tenez-vous debout devant votre bureau, et posez vos deux mains plat sur " #~ "le bureau, les doigts vers vous. tirez lgrement vos poignets et avants-" #~ "bras." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Levez-vous et essayez de toucher le plafond sans lever les talons. " #~ "Maintenez cette position pendant quelques secondes. Laissez vos mains " #~ "redescendre lentement, sans plier les bras. Continuez le mouvement " #~ "descendant en arrondissant le dos jusqu' pouvoir (presque) poser les " #~ "mains sur le sol devant vos pieds. Droulez alors lentement le dos " #~ "partir de la taille, jusqu' tre nouveau droit." #~ msgid "Stretch your back" #~ msgstr "tirement du dos" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "tirement poignet-avant-bras sur le bureau" workrave-1_10_10/po/ga.po000066400000000000000000001266431263301626300152370ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:23+0100\n" "Last-Translator: Seanán Ó Coistín \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Ag nascadh arís le %s. " #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Níorbh fhéidir oibríocht líonra a chumasú." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Ag díchumasú oibríocht líonra." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Ag nascadh le %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Ag baint an cliant %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Ag dínascadh %s" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Tá an cliant %s i gceannas anois." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Táim i gceannas anois." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Tá an cliant %s ag rá 'Hóra!'" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Is dúblach é an cliant %s." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Diúltaíodh rochtain don cliant %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Dínasc an cliant %s." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Tá an cliant %s ag fearadh fáilte dúinn." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Ag lorg cead bheith i gceannas ó %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Tá an t-am istigh don cliant ar %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "" "Diúltaigh an cliant neamhcheannasach %s don iarratas bheith i gceannas." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Ag admháil an t-iarratas bheith i gceanna ón gcliant %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "" "Diúltaigh an cliant neamhcheannasach %s don iarratas bheith i gceannas." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Diúltaigh an cliant %s don iarratas bheith i gceannas. Fan." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Tá an cliant %s i gceannas anois." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Tosaíodh oibríocht líonra." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Glacadh leis an gcliant nua." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Bhí botún sa léamh ag an gcliant %s. Tá sé á dúnadh." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Dún an cliant %s an ceangail." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Tá an cliant %s ceangailte." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Níorbh fhéidir nascadh leis an gcliant %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Oscail" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Sainroghanna" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Sos" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Cleachtaí" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mód" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Gnáth" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Ciúin" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Curtha ar fionraí" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Líonra" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Ceangail..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Dícheangail" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Athcheangail" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Taispeáin an tOireas..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Mód léitheoireachta" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Staidreamh" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Maidir le..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Scoir" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Feidhmchláirín Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Cabhraíonn an ríomhchlár seo le Gortú Athstraidhneála a sheachaint agus " "biseach a fháil uaidh." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Maidir le..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Taispeáin an t-oireas" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Gnáth" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Curtha ar fionraí" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Ciúin" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Leid an tsosa" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Rinneadh neamhaird den sos" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Tosaíodh an sos" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Críochnaíodh an sos" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Tosaíodh an mionshos" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Críochnaíodh an mionshos" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Teorainn laethúil" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Críochnaíodh an cleachtadh" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Críochnaíodh na cleachtaí" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Athrú cleachtadh" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Saincheaptha" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d uaire" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d nóiméid" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d soicind" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Glasaigh" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Múch" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Ná bac leis" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Iarchuir" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Sroich tú do theorainn laethúil. Stad ag obair taobh\n" "thiar do do ríomhaire le do thoil. Mura bhfuil do lá oibre\n" "críochnaithe go fóill, déan rud éigin eile, ar nós cáipéis a léamh." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Tosaigh Workrave nuair a thosaíonn Windows" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mionshos" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Sos" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Mód: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Oscail" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Sainroghanna" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Cleachtaí" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Mód" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Líonra" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Ceangail" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Dícheangail" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Athcheangail" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Staidreamh" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Maidir le..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Sos" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Ci_úin" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Ceangail" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Taispeáin an t-oireas" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Scoir" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_Mód léitheoireachta" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Lig do scíth ar feadh tamaillín" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Beidh an chéad shos eile i gceann %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Tá sos %s i ndiaidh ama" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Teorainn laethúil i gceann %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Tá an teorainn laethúil %s i ndiaidh ama" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Coiteann" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Fuaimeanna" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Treofhuinneog" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Feidhmchláirín" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Uaineadóirí" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Comhéadan" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Gan bac" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Coisc ionchur" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Coisc ionchur agus scáileán" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Roghanna" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Mód " #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Réamhshocrú an chórais" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(níl an chlófhoireann sin ar fáil)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Teanga:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Tosaigh Workrave nuair a thosaíonn Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Taispeáin deilbhín tráidire an chórais" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Roghanna Fuaime" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Gan fuaimeanna" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Seinn fuaimeanna ag baint feidhm as an gcárta fuaime" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Seinn fuaimeanna trí na callairí ionsuite" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Airde:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Fuaim:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "" "Balbhaigh fuaimeanna i rith na sosanna agus nuair a shroichtear an teorainn " "laethúil" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Teagmhais Fuaime" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Téama Fuaime:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Seinn:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Teagmhas" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Roghnaigh fuaim" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Comhaid .wav" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Tóg mionshos?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Tá mionshos de dhíth uait..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Ba chóir duit éirí as d'obair i gcóir inniu..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Beidh sos i gceann %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Imíonn sé as radharc i gceann %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Ciúin i gceann %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Sos ar feadh %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Sos óraice" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Seo é do shos óraice." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Seo é do shos. Déan cinnte go seasann tú agus\n" "siúl ó do ríomhaire go rialta. Siúl ar feadh tamaillín, sín,\n" "agus lig do scíth." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Tóg sos anois" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Fan" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Cuir na huaineadóirí le hais a chéile" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Cuir an mionshos agus an sos in aon áit amháin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Cuir an sos agus an teorainn laethúil in aon áit amháin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Cuir na huaineadóirí in aon áit amháin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Folaigh" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Taispeáin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Taispeáin amháin nuair atá an t-uaineadóir seo dlite ar dtús" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Taispeáin an threofhuinneog" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Fanann an threofhuinneog ar mhullach fuinneoga eile i gcónaí" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Cumasaíodh an feidhmchláirín" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Taispeáint" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Ionadú:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Aga an timthrialla:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mionshos:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Sos:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Teorainn laethúil:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Cumasaigh uaineadóir" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Leideanna do shosanna" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Tabhair leid roimh shos" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Uaslíon na leideanna:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Taispeáin na cnaipí 'Iarchuir' agus 'Ná bac leis'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Taispeáin na cnaipí 'Iarchuir' agus 'Ná bac leis'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Cuir an t-uaineadóir ar fionraí nuair atá sé neamhghníomhach" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Caith le mionshos mar gur ghníomhaíocht é" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Líon na gcleachtaí:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Am roimh an deireadh:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Am idir shosanna:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Aga an tsosa:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Aga ar fionraí:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Cabhraíonn sé le Gortú Athstraidhneála a sheachaint agus biseach a fháil " "uaidh" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Ceangail leis an líonra" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Cuir isteach ainm an óstaigh agus uimhir phoirt ríomhaire\n" "sa líonra ar mian leat ceangailt le." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Ainm an óstaigh:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Oireas an líonra" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Cumasaigh líonrú" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Ainm úsáideora:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Focal faire:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Ceadaigh naisc isteach" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Socruithe an fhreastalaí" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port an fhreastalaí" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Iarrachtaí athnascadh:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Aga idir athnascadh:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Ardroghanna" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Sonraítear thíos na freastalaithe a cheanglaíonn Workrave chuig nuair\n" "a thosaíonn sé. Brú ainm an óstaigh nó uimhir an phoirt chun eagarthóireacht " "a dhéanamh orthu." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Ainm an óstaigh" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Óstaigh" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Síneadh guaillí agus lámha" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Coinnigh lámh amháin sínte go cothrománach os comhair do chliabhrach. Brú an " "lámh seo chugat le do lámh eile go dtí go mbraitheann tú teannas bog i do " "ghualainn. Coinnigh mar sin ar feadh tamaillín, agus déan an cleachtadh arís " "do do lámh eile." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Méarshíneadh" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Scar do mhéara óna chéile agus sín iad go dtí go mbraitear teannas bog, agus " "coinnigh mar sin iad ar feadh 10 soicind. Lig do scíth, ansin lúb do mhéara " "ag na hailt, agus coinnigh mar sin iad ar feadh 10 soicind. Déan an " "cleachtadh seo in athuair." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Síneadh muineál claonadh" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Bíodh do cheann díreach suas agus sócúlach agat. Ansin, claon do cheann go " "réidh mall chuig do ghualainn ar dheis chun na matáin ar an taobh clé do do " "mhuinéail a shíneadh go réidh. Fan mar sin ar feadh 5 shoicind. Ansin, claon " "do cheann ar chlé chun an taobh eile a shíneadh. Déan seo faoi dhó don dá " "thaobh." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Siarshíneadh na nguaillí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Comáil do mhéara taobh thiar do do dhroim. Ansin cas d'uillinneacha go réidh " "isteach agus dírigh do lámha. Fan mar sin ar feadh 5 go dtí 15 shoicind, " "agus déan an cleachtadh seo dhá uair." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Bog na súile" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Féach ar an gcúinne ar barr an taobh clé d'imeall an scáileán agat. Lean an " "t-imeall go mall le do shúile go dtí an cúinne ar barr an taobh deas. Lean " "ar aghaidh go dtí an chéad chúinne eile go dtí go bhfuil sé leanta agat dhá " "uaire. Ansin, déan arís é ach ag dul an treo eile." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Oil do shúile díriú ar áit amháin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Aimsigh an áit is faide uait lastall scáileán do ríomhaire. Dírigh do shúile " "ar an áit i gcéin. Ansin dírigh do shúile ar imeall an scáileáin. Déan arís " "é. Mura féidir leat breathnú ar rudaí i bhfad ó do ríomhaire, tabhair " "aghaidh ar threo eile ina bhfuil radharc níos faide ar fáil. Ansin " "malartaigh do radharc idir réad i gcéin agus peann atá an fad céanna ó do " "shúile is atá do scáileán." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Féach ar an ndorchadas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Clúdaigh do shúile le do bhosa i gcaoi gur féidir leat do mhogaill súile fós " "a oscailt. Anois oscail do shúile agus féach ar an ndorchadas i do bhosa. " "Tugann an cleachtadh seo faoiseamh níos fearr do do shúile ná iad a dhúnadh " "amháin." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Bog na guaillí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Cas do dheasóg go mall amhail gurb lián eitleáin é le hais do cholainn. Déan " "seo 4 uaire ar aghaidh, 4 uaire ar gcúl agus ansin lig do scíth ar feadh " "tamaillín. Déan an rud céanna le do chiotóg." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Bog na guaillí suas agus síos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Leag do lámha ar thacaí uillinne do chathaoir agus tú i do shuí agus brú do " "chorp suas go dtí go bhfuil do lámha díreach. Déan iarracht do cheann a " "bhogadh níos faide chun cinn trí do ghuaillí a ísliú. Tuirling go mall i do " "chathaoir arís." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Cas do cheann" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Cas do cheann ar chlé agus coinnigh ansin é ar feadh 2 shoicind. Ansin cas " "do cheann ar dheis agus coinnigh ansin é ar feadh 2 shoicind." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Seinnteoir na gcleachtaí" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "An cleachtadh roimhe" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "An cleachtadh ar aghaidh" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Cuir na cleachtaí ar sos" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Críochnaigh na cleachtaí" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Atosaigh" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Cuir ar sos" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Lean ar aghaidh leis na gcleachtaí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Breathnaigh ar an oireas" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Dáta:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Sosanna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Leideanna do shosanna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "An líon uaireanta a tugadh leid duit sos a ghlacadh, seachas leideanna arís " "agus arís eile don sos céanna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Leideanna athtugtha" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Líon na n-uaireanta a thugadh leid duit sos a ghlacadh" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Sosanna a ghlacadh nuair a thugadh leideanna duit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Líon na n-uaireanta a ghlac tú sos nuair a thugadh leid duit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Sosanna a ghlacadh" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Líon na n-uaireanta a ghlac tú sos gan leid a fháil" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Sosanna nár bhacadh leo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Líon na sosanna nár bhac tú leo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Sosanna a cuireadh ar fionraí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Líon na sosanna a chuir tú ar fionraí" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "An méid ama a bhí sé i ndiaidh ama" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "An t-am iomlán a bhí an sos seo i ndiaidh ama" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Gnáthaíocht laethúil" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Gnáthaíocht iomlán an ríomhaire" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Gníomhaíocht" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Gnáthaíocht na luchóige:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "An t-am iomlán a bhí tú ag baint feidhm as an luchóg" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Gluaiseacht na luchóige:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Gluaiseacht iomlán na luchóige ar an scáileán" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Gluaiseacht na luchóige feidhmiúil:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Gluaiseacht iomlán na luchóige a bheadh agat dá bhogfá do luchóg i dtreonna " "díreacha idir bhrú" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Brú cnaipí na luchóige:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Líon na n-uaireanta a bhrúdh cnaipí na luchóige" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Cnaipe-bhuillí:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Líon na gcnaipe a bhrúdh" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, ó %s go %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Treoshuíomh" #~ msgid "The orientation of the tray" #~ msgstr "Treoshuíomh an tráidire" #, fuzzy #~ msgid "Reading Mode" #~ msgstr "Mód léitheoireachta" workrave-1_10_10/po/he.po000066400000000000000000001425471263301626300152450ustar00rootroot00000000000000# Hebrew translation of Workrave. # Copyright (C) 2005 THE Workrave'S COPYRIGHT HOLDER # This file is distributed under the same license as the Workrave package. # Haggai Eran , 2005. # # msgid "" msgstr "" "Project-Id-Version: Workrave cvs\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:23+0100\n" "Last-Translator: Haggai Eran \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "התחברות מחדש אל %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "לא ניתן להפעיל פעילות רשת." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "מבטל פעילות רשת." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "מתחבר אל %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "מסיר לקוח %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "מנתק %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "הלקוח .%s הוא כעת השליט." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "כעת אני השליט." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "הלקוח %s אומר שלום." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "הלקוח %s הוא כפיל." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "גישה נדחתה ללקוח %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "הלקוח %s התנתק." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "הלקוח %s מברך אותנו." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "מבקש מצב שליט מ-%s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "זמן ההמתנה ללקוח %s עבר." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "דוחה בקשת שליט מלקוח %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "מאשר בקשת שליט מלקוח %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "לקוח שאינו שליט %s דחה את בקשת השליט." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "הלקוח %s דחה את בקשת השליט, ממתין." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "הלקוח %s הוא השליט החדש." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "פעולת רשת התחילה." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "התקבל לקוח חדש." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "שגיאה בקריאה מן הלקוח %s, סוגר." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "הלקוח %s סגר את החיבור." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "הלקוח %s התחבר." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "לא ניתן להתחבר ללקוח %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_פתיחה" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_העדפות" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_הפסקת מנוחה" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_תרגילים" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_מצב" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_רגיל" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_שקט" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_השעיה" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_רשת" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_התחבר..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_התנתק" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_התחבר מחדש" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_הצגת היומן..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "מצב קריאה" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_סטטיסטיקה" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_אודות..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_יציאה" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "ישומון Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "תוכנית זו מסייעת במניעה והחלמה מפגיעת מתח חוזרת (Repetitive Strain Injury - " "RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_אודות..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "הצגת _יומן" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_רגיל" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_השעיה" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_שקט" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "שאלה לפני הפסקה" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "התעלמת מן ההפסקה" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "התחלת הפסקת מנוחה" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "סוף הפסקת מנוחה" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "התחלה הפסקה זעירה" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "סוף ההפסקה הזעירה" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "מגבלה יומית" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "סוף התרגיל" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "סוף התרגילים" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "סוף התרגיל" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d שעות" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d דקות" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d שניות" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_נעילה" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_כיבוי" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_דילוג" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_דחייה" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "הגעת למגבלה היומית שלך. אנא הפסק לעבוד\n" "לפני המחשב. אם יום העבודה שלך עוד לא הסתיים\n" "מצא דבר אחר לעשות, כמו למשל לסקור מסמך כלשהו." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "ישומון Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "הפסקה זעירה" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "הפסקת מנוחה" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_מצב" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_פתיחה" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "העדפות" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "תרגילים" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_מצב" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "רשת" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_התחבר" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_התנתק" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_התחבר מחדש" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "סטטיסטיקה" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "אודות ..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "הפסקת _מנוחה" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_שקט" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_התחבר" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "הצגת _יומן" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_יציאה" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "אנא הרגע לכמה שניות" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "הפסקת המנוחה הבאה בעוד %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "הפסקת המנוחה באיחור של %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "המגבלה היומית בעוד %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "המגבלה היומית באיחור של %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "כללי" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "צליל:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "חלון המצב" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "ישומון" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "שעונים" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "ממשק משתמש" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "ללא חסימה" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "חסום קלט" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "חסום קלט ומסך" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "אפשרויות" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "מצב חסימה:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "אפשרויות" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "ללא צלילים" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "נגן צלילים בעזרת כרטיס קול" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "נגן צלילים בעזרת הרמקול הפנימי" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "צליל:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "מקם את הפסקות המנוחה את המגבלה היומית באותה נקודה" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "צליל:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "ללא צלילים" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "זמן להפסקה זעירה?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "אתה זקוק להפסקת מנוחה..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "אתה צריך להפסיק להיום..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "הפסקה בעוד %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "יעלם בעוד %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "שקט בעוד %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "הפסקת מנוחה ל-%s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "הפסקות טבעיות" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "אתה זקוק להפסקת מנוחה..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "זוהי הפסקת המנוחה שלך. קום/י על הרגלים\n" "והתרחק מן המחשב באופן סדיר. רק התהלך\n" "סביב לכמה דקות, התמתח והרגע." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "צא להפסקת מנוחה עכשיו" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "המתנה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "מקם את השעונים אחד ליד השני" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "מקם את ההפסקות הזעירות ואת הפסקות המנוחה באותה נקודה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "מקם את הפסקות המנוחה את המגבלה היומית באותה נקודה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "מקם את כל השעונים באותה נקודה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "הסתר" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "הצג" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "הצג רק כאשר השעון מתקרב לקיצו בפעם הראשונה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "הצג חלון מצב" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "חלון המצב נשאר תמיד מעל שאר החלונות" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "ישומון מופעל" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "תצוגה" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "מיקום:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "זמן מחזור:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "הפסקה זעירה:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "הפסקת מנוחה:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "מגבלה יומית:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "הפעל שעון" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "שאלה לפני הפסקה" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "שאל לפני הפסקה" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "מספר מירבי של שאלות:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "הצג כפתורי 'דחיה' ו'דילוג'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "הצג כפתורי 'דחיה' ו'דילוג'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "השעה את השעון כאשר לא פעיל" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "התיחס להפסקות זעירות כאל פעילות" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "מספר התרגילים:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "זמן לפני הסוף:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "זמן בין הפסקות:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "משך ההפסקה:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "זמן הדחיה:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "תכנית זו מסייעת במניעה והחלמה מפגיעת מתח חוזרת (Repetitive Strain Injury - " "RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "התחברות לרשת" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "הכנס את שם המחשב ומספר הפורט של המחשב ברשת שאליו ברצונך להתחבר." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "שם המחשב:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "פורט:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "יומן רשת" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "הפעלת רשת" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "שם משתמש:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "סיסמה:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "אפשור חיבורים נכנסים" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "הגדרות שרת" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "פורט השרת:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "נסיונות התחברות מחדש:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "זמן בין נסיונות התחברות:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "מתקדם" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "הרשימה הבאה מכילה את המחשבים אליהם תנסה Workrave להתחבר\n" "בעת ההפעלה. לחץ על שם מחשב או פורט על מנת לערוך." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "שם המחשב" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "פורט" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "מחשבים" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "מתיחת כתף-זרוע" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "החזק יד אחת מאוזנת מתוחה לפני החזה. דחוף את היד עם היד השניה לעברך עד שתרגיש " "מתיחה קלה בכתף. השאר המצב זה לזמן קצר, וחזור על התרגיל עם היד השניה." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "מתיחת אצבעות" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "הפרד ומתח את האצבעות שלך עד שתרגיש מתיחה קלה, ואז השאר במצב זה למשך 10 " "שניות. הרגע, כופף את האצבעות במפרקים, והשאר כך למשך 10 שניות נוספות. חזור על " "התרגיל פעם נוספת." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "סיבוב הצוואר" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "התחל כאשר הראש בתנוחה נוחה. אז הטה את הראש באיטיות לעבר כתף ימין למתיחה " "עדינה של השרירים שבצד שמאל של צווארך. השאר במצב זה למשך 5 שניות. לאחר מכן " "הטה את ראשך לצד שמאל למתיחת הצד השני. חזור פעמיים על כך צד." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "מתיחת כתף אחורית" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "שלב את אצבעותיך מאחרי הגב. אחר כך סובב בעדינות את המרפקים פנימה, תוך כדי " "ישור הידים. השאר במצב זה למשך 5 עד 15 שניות, ואז חזור על התרגיל פעמים." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "הזזת העיניים" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "התבונן בפינה השמאלית העליונה של המסגרת החיצונית של הצג. עקוב אחר המסגרת " "באיטיות עד לפינה הימנית העליונה. המשך לפינה הבאה, עד שתעשה שני סיבובים. לאחר " "מכן הפוך את כיוון התרגיל." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "אימון התמקדות העיניים" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "התבונן לעבר הנקודה הרחוקה ביותר שאתה יכול לראות מאחורי הצג. מקד את העיניים " "באותה נקודה רחוקה. כעת התמקד במסגרת הצג. חזור על כך. אם אינך יכול להתבונן " "הרחק מעבר לצג, פנה לכיוון אחר עם נוף רחוק יותר. אז שנה את המוקד בין עצם " "מרוחק לבין עט המוחזק באותו המרחק שבו צג שלך נמצא ביחס לעיניך." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "התבוננות אל תוך החשיכה" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "כסה את עיניך בכפות הידים באופן שיאפשר לך להשאיר את העפעפיים פתוחים. כעת " "הסתכל אל תוך החשכה שבידיך. תרגיל זה נותן מנוחה טובה יותר לעיניים מאשר עצימתן." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "הזזת הכתפיים" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "סובב את ידך הימנית לאט כמו מדחף של מטוס לצד הגוף. עשה זאת 4 פעמים קדימה, 4 " "פעמים לאחור, ואז הרגע למשך מספר שניות. חזור על התרגיל עם היד השמאלית." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "הזזת הכתפיים מעלה ומטה" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "שים את ידיך על משענות הכסא שאתה יושב עליו, ודחוף את גופך כלפי מעלה עד שידיך " "יתיישרו. נסה להעלות את ראשך עוד יותר על ידי הורדת הכתפיים. חזור לכסא באיטיות." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "סיבוב הראש" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "סובב את הראש שמאלה והשאר כך למשך 2 שניות. לאחר מכך סובב את הראש ימינה והשאר " "כך למשך 2 שניות." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "מציג התרגילים" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "התרגיל הקודם" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "מספר התרגילים:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "מספר התרגילים:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "תרגילים" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "המשך" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "הפסק" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "מספר התרגילים:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "עיון בהיסטוריה" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "תאריך:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "הפסקות" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "שאלות לפני הפסקה" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "מספר הפעמים בהם נשאלת לפני הפסקה, פרט לשאלות חוזרות לגבי אותה הפסקה" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "שאלות חוזרות" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "מספר הפעמים בהם נשאלת באופן חוזר לפני הפסקה" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "הפסקות שנלקחו" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "מספר הפעמים שלקחת הפסקה לאחר שנשאלת" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "הפסקות טבעיות" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "מספר הפעמים בהן לקחת הפסקה מבלי שנשאלת לכך" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "הפסקות שדולגו" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "מספר ההפסקות עליהן דילגת" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "הפסקות שנדחו" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "מספר ההפסקות שדחית" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "זמן איחור" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "הזמן הכולל של דחיית הפסקה זו" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "שימוש יומי" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "השימוש הכולל במחשב" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "פעילות" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "שימוש בעכבר:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "הזמן הכולל בו השתמשת בעכבר" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "תזוזת עכבר:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "סך התנועות של העכבר על המסך" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "תזוזת עכבר אפקטיבית:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "סך התזוזת של העכבר שהיית עושה לו הזזת את העכבר בקווים ישרים בין לחיצות" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "לחיצות עכבר" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "מספר הפעמים הכולל של לחיצות על כפתורי העכבר" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "הקשות מקשים:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "המספר הכולל של המקשים שהוקשו" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, מ- %s עד %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "כיוון" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "כיוון המגש" #, fuzzy #~ msgid "Reading Mode" #~ msgstr "מצב קריאה" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "זוהי הפסקת המנוחה שלך. קום/י על הרגלים\n" #~ "והתרחק מן המחשב באופן סדיר. רק התהלך\n" #~ "סביב לכמה דקות, התמתח והרגע." #~ msgid "Starting %s" #~ msgstr "שקט בעוד %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "לא יכול לתרגם את שם המחשב שלי. מבטל הפצה." #~ msgid "Break in" #~ msgstr "הפסקה בעוד %s" #~ msgid "Disappears in" #~ msgstr "יעלם בעוד %s" #~ msgid "Silent in" #~ msgstr "שקט בעוד %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "לא ניתן לאתחל את Bonobo" #~ msgid "Inactive" #~ msgstr "לא פעיל" #~ msgid "Credits" #~ msgstr "תודות" #~ msgid "_Written by" #~ msgstr "_נכתב ע\"י" #~ msgid "_Documented by" #~ msgstr "_תועד ע\"י" #~ msgid "_Translated by" #~ msgstr "_תורגם ע\"י" #~ msgid "_Credits" #~ msgstr "תו_דות" #~ msgid "About %s" #~ msgstr "אודות %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "סגור את העיניים ונשום זמן ארוך ככל שתוכל. נסה להרגע. כאשר אתה שואף, עשה " #~ "זאת לאט ככל שתוכל. נסה לספור באיטיות עד שמונה בכל פעם שאתה נושם פנימה " #~ "והחוצה. על מנת להרגיע את העיניים, נסה לעצום אותם בהפסקות זעירות." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "לך ועמוד עם הפנים לקיר ושים את ידיך עליו כך שיהיו בגובה הכתף , עם המרפקים " #~ "מכופפים מעט. דחוף את הגוף לעבר הקיר, ללא שינוי הזווית של המרפקים. אחר כך " #~ "דחוף את הגוף בחזרה מן הקיר שוב ללא שינוי הזווית של המרפקים." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "החזק את הראש ישר ואת הלסת מקבילה לרצפה. הטה את הראש לאחור (תוך יצירת סנטר " #~ "כפול). השאר במצב זה למשך 2 שניות והרגע. הטה את הראש באותו האופן קדימה, " #~ "השאר במצב זה למשך 2 שניות והרגע שוב." #~ msgid "Move the shoulder blades" #~ msgstr "הזזת העצם הבריח" #~ msgid "Neck stretch" #~ msgstr "מתיחת הצוואר" #~ msgid "Relax the eyes" #~ msgstr "הרגעת העיניים" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "עמוד ליד השולחן ומקם את שתי כפות ידך על השולחן עם האצבעות מופנות כלפי " #~ "הגוף. מתח בעדינות את מפרק כף היד ואת האמות." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "עמוד ונסה להגיע לתקרה עם הידיים בלי להרים את העקבים. השאר כך מספר שניות. " #~ "לאחר מכן הורד את הידיים באיטיות לכיוון הרצפה, מבלי לכופף את הזרועות. המשך " #~ "את התנועה לעבר הרצפה על ידי כיפוף הגב באיטיות עד שתוכל (כמעט) להניח אותם " #~ "לפני הנעליים שלך. התישר באיטיות על ידי הרמת הגב מן המותניים ומעלה." #~ msgid "Stretch your back" #~ msgstr "מתיחת הגב" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "מתיחת מפרק כף היד והאמה" workrave-1_10_10/po/hr.po000066400000000000000000001265531263301626300152610ustar00rootroot00000000000000# Slovenian translation for workrave # Copyright (c) 2006 Rosetta Contributors and Canonical Ltd 2006 # This file is distributed under the same license as the workrave package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-04-24 12:07+0100\n" "Last-Translator: Ivan \n" "Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Rosetta-Export-Date: 2007-03-28 09:38+0000\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Ponovno se povezujem s %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Mrežna operacija se ne može omogućiti." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Onemogućavam mrežne usluge." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Povezujem se s %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Mičem klijenta %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Raskidam vezu %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Klijent %s je sada glavni." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Sada sam ja glavni." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Klijent %s pozdravlja." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Klijent %s je dvojnik." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Klijentu %s je odbijen pristup." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Klijent %s se odjavio." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Klijent %s nas dočekuje." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Zahtijevam status glavnoga od %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Istek vremena klijenta sa %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Odbija se zahtjev klijenta %s da bude glavni." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Prihvaćanje zahtjeva klijenta %s da bude master." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Klijent %s koji nije galvni je odbio zahtjev. " #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Klijent %s je odbio zahtjev, odgađam." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klijent %s je sada novi glavni." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Započet rad na mreži." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Prihvaćen novi klijent." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Greška prilikom čitanja klijenta %s, zatvaram." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Klijent %s je zatvorio vezu." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Klijent %s je povezan." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Ne može se ostvariti veza sa klijentom %s. " #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Otvori" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Svojstva" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Odmor" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Vježbe" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Način" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Uobičajeno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tiho" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Mreža" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Poveži se ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Prekini vezu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Ponovno se poveži" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Pokaži dnevnik ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Načina rada - čitanje" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O programu ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Izlaz" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Program Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ovaj program pomaže pri prevenciji i oporavku od ozljeda koje nastaju pri " "učestalom ponavljanju istih radnji. (RSI)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_O programu ..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Pokaži _dnevnik" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Uobičajeno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "_Tiho" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Poziv na pauzu." #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauza ignorirana. " #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Početak pauze za odmor" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Kraj pauze za odmor" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Početak mikro vježbe" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Kraj mikro pauze" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dnevni limit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Kraj vježbe" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Kraj vježbi" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Promjena vježbe" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Ručno uređivanje" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d sati" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minute" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekunda" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Zaključaj" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "_Ugasi" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Preskoči" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Odgodi" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Dosegli ste svoj dnevni limit. Molim Vas da prestanete \n" "raditi na računalu. Ukoliko Vaš radni dan još nije gotov, \n" "nađite nešto drugo za raditi npr. pregledajte neki dokument." #: ../frontend/gtkmm/src/GUI.cc:301 #, fuzzy msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave još uvijek radi. Workrave-u možete pristupiti klikom na ikonu " "bijele ovce." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workrave se nije uspio pokrenuti" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Da li se Workrave već izvodi?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave ne može pratiti aktivnost vaše tipkovnice i miša. \n" #: ../frontend/gtkmm/src/GUI.cc:946 #, fuzzy msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Pazite da je ekstenzija RECORD omogućena na X serveru." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro pauza" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Pauza za odmor" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "_Način" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Otvori" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Svojstva" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Vježbe" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Način" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Mreža" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Prekini vezu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Ponovno se poveži" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O programu..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Pauza za odmor" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Tiho" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Pokaži _dnevnik" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Izlaz" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "Način rada - čitanje." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Opustite se na nekoliko sekundi." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Sljedeća pauza za odmor za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Pauza za odmor sa %s zakašnjenjem" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Dnevni limit za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Dnevni limit sa %s zakašnjenjem" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Općenito" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Zvukovi" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Prozor stanja" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Program" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Satovi" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Korisničko sučelje" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ne blokiraj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokiraj unos" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokiraj unos i ekran" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Mogućnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Način blokiranja:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Tvorničke postavke" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(font nije dostupan)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Jezik:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Pokreni Workrave sa Windowsima" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Prikaži sistemsku ikonu" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Zvučne mogućnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Bez zvukova" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Izvodi zvukove koristeći zvučnu karticu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Izvodi zvukove koristeći ugrađeni zvučnik" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Jačina zvuka:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Ugasi zvukove za vrijeme pauze i dnevnog limita" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Zvučni događaji" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Zvučna tema: " #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Kreni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Događaj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Biraj zvuk" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Wave datoteke" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Vrijeme za mikro pauzu?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Vi trebate pauzu za odmor ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Morali bi prekinuti za danas ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Odmor za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Nestaje za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tiho za %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Odmor za %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Prirodni odmor" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Ovo je vaš prirodni odmor." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Ovo je Vaša pauza za odmor. Obavezno se ustanite \n" "i svakako odmaknite od računala. Jednostavno se \n" "prošetajte nekoliko minuta, protegnite i opustite. " #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Sada napravi pauzu" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Čekaj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Postavi satove jedan do drugoga" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Postavi mikro pauzu i pauzu za odmor na jedno mjesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Postavi mikro pauzu i dnevni limit na jedno mjesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Stavi sve satove na jedno mjesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Sakrij" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Prikaži" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Pokaži samo kada je ovaj sat prvi pri isteku" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Pokaži prozor statusa" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Prozor statusa prikazuj ispred svih drugih prozora" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Program omogućen" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Prikaz" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Smještaj:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Vrijeme ciklusa:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro pauza:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Odmor:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dnevni limit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Uključi odbrojavanje" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Prikaz upozorenja za odmor" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Prikaži upozorenje prije odmora" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maksimalan broj upozorenja" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Pokaži dugme \"Odgodi\" i \"Preskoči\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Pokaži dugme \"Odgodi\" i \"Preskoči\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Zaustavi sat za vrijeme neaktivnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Mikro pauze računaj kako aktivnost" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Broj vježbi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 #, fuzzy msgid "Start restbreak when screen is locked" msgstr "Započni prirodni odmor kada je ekran zaključan" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Vrijeme do kraja:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Vrijeme između odmora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Trajanje odmora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Odgodi za:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Pomaže u prevenciji i oporavku od Repetitive Strain Injury (RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Poveži s mrežom" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Upišite ime računala i broj porta računala \n" "u mreži na koji se želite spojiti." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Ime računala:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Dnevnik mreže" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Omogući mrežu" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Korisničko ime:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Lozinka:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Dozvoli dolazne veze" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Postavke servera" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port servera:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Broj ponovnih pokušaja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Vrijeme između ponovnih pokušaja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Napredno" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Ova lista sadrži popis poslužitelja na koje se workrave povezuje prilikom " "pokretanja.\n" "Kliknite na ime poslužitelja ili broj porta za editiranje. " #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Ime računala" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Računala (hostovi)" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Istezanje ramena i ruke" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Ispružite jednu ruku horizontalno ispred sebe. Drugom rukom povlačite " "ispruženu ruku prema sebi dok u ramenu ne osjetite napetost. Kratko zadržite " "taj položaj i ponovite vježbu s drugom rukom." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Istezanje prstiju" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Razdvojite i istegnite prste dok ne osjetite lagano istezanje i zadržite " "tako 10 sekundi. Opustite prste i savijte ih u šaku te držite tako 10 " "sekundi. Ponovite vježbu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Istezanje vrata" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Krenite sa glavom iz nultog položaja. Polagano nagnite glavu udesno prema " "ramenu da se istegnu mišići vrata s lijeve strane. Zadržite položaj nekoliko " "sekundi. Zatim, nagnite glavu prema lijevom ramenu i osjetite istezanje " "mišića vrata desne strane. Ponovite vježbu nekoliko puta. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Istezanje ramena unazad" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Isprepletite prste iza leđa. Sada lagano pomaknite laktove prema unutra dok " "istovremeno ispružate ruke od sebe. Zadržite položaj 5 do 15 sekundi, te " "ponovite vježbu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Pomičite oči" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Usmjerite pogled u gornji lijevi kut monitora. Polagano pratite rub monitora " "do gornjeg desnog kuta. Nastavite do sljedećeg kuta dok ne napravite dva " "puna kruga. Zatim ponovite u drugu stranu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Treniranje fokusiranja očiju" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Pogledajte u najudaljeniju točku koju možete vidjeti iza svog monitora. " "Fokusirajte pogled na udaljenu točku. Sada fokusirajte pogled na rub " "monitora. Ako ne možete gledati daleko iza monitora, okrenite se u smjeru " "najudaljenije točke od vas u prostoriji. Mijenjajte fokus između udaljenog " "objekta i olovke koju držite na udaljenost sličnoj kao što je udaljen " "monitor dok radite. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Pogledajte u tamu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Pokrijte oči dlanovim na način da još uvijek možete podignuti kapke. Sada " "otvorite oči i gledajte u tamu svojih dlanova. Ova vježba bolje odmara vaše " "oči nego da ste ih samo zatvorili." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Pomičite ramena" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Kružite desnom rukom kao propeler pored tijela. Ponovite nekoliko puta prema " "naprijed, zatim prema nazad i opustite ruku nekoliko sekundi. Zatim ponovite " "vježbu lijevom rukom." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Pomičite ramena gore i dolje" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Oslonite dlanove na sjedište te ispružite ruke tako da osjetite istezanje " "duž cijele kralježnice, pokuštajte rukama podignuti tijelo od podloge. " "Polagano se vratite na stolac. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Okrenite glavu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Okrenite glavu ulijevo i držite ju tako 2 sekunde. Sada okrenite glavu " "udesno i držite tako dvije sekunde." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Prikaz vježbi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Prethodna vježba" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Sljedeća vježba" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Zaustavi vježbe" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Završi vježbe" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Nastavi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauza" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Nastavi vježbe" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Pregledaj povijest" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Odmori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pozivi za odmor" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Broj koliko ste puta bili upozoreni za pauzu, ne uključujući ponovljena " "upozorenja za istu pauzu." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Ponovljena upozorenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Broj koliko ste puta bili ponovno upozoreni na pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Broj odmora prema upozorenju" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Broj koliko puta ste uzeli pauzu kada ste bili upozoreni" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Broj prirodnih pauza" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Broj koliko puta ste uzeli odmor bez upozorenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Preskočeni odmori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Broj pauza koje ste preskočili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Broj preskočenih pauza" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Broj pauza koje ste odgodili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Vrijeme kašnjenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Ukupno vrijeme koliko ste kasnili s ovom pauzom" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Dnevno korištenje" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Ukupna upotreba računala" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivnost" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Upotreba miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Ukupno vrijeme koliko ste koristili miša" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Pomicanje miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Ukupno micanje miša po ekranu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Učinkovito pomicanje miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Ukupno pomicanje miša koje bi imali da ste miša pomicali ravno imeđu klikova." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Klikovi mišem:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Ukupan broj klikova mišem" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Udarci po tipkovnici:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Ukupan broj udaraca po tipkovnici" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orijentacija" #~ msgid "The orientation of the tray" #~ msgstr "Orijentacija sistemskog tray-a" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Čas je za počitek. Občasno vstanite in odidite \n" #~ "od računalnika. Nekaj minut hodite naokrog, \n" #~ "razgibajte se in se sprostite." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tiho čez %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Ni mogoče spoznati lastnega gostiteljskega imena. Razdeljevanje je " #~ "onemogočeno." #~ msgid "Break in" #~ msgstr "Premor čez" #~ msgid "Disappears in" #~ msgstr "Izgine čez" #~ msgid "Silent in" #~ msgstr "Tiho čez" #~ msgid "Too many alias levels for a locale, may indicate a loop" #~ msgstr "Preveč stopenj vzdevkov za locale, lahko kaže na zanko" #~ msgid "I could not initialize Bonobo" #~ msgstr "Ni mogoče inicializirati Bonoba" #, fuzzy #~ msgid "An exception occurred '%s'" #~ msgstr "Prišlo je do napake '%s'" #~ msgid "Inactive" #~ msgstr "Nedejaven" #, fuzzy #~ msgid "About %s" #~ msgstr "O programu..." workrave-1_10_10/po/hu.po000066400000000000000000001335041263301626300152560ustar00rootroot00000000000000# Translation of workrave to Hungarian. # This file is distributed under the same license as the workrave package. # # Mate Ory , 2006. # Gabor Kelemen , 2006, 2010, 2012. msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2012-02-08 02:54+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Magyar \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Újrakapcsolódás ehhez: %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Nem engedélyezhetőek a hálózati műveletek." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Hálózati műveletek tiltása." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Kapcsolódás: %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "%s kliens eltávolítása." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "%s kapcsolatának bontása" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "A következő kliens az elsődleges: %s." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Én vagyok az elsődleges." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "%s kliens „hello”-t küldött." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "A következő kliens többször szerepel: %s." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "%s kliens hozzáférése megtagadva." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "%s kliens kijelentkezett." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "%s kliens üdvözöl minket." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Elsődleges állapot igénylése a következőtől: %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "%s kliens túllépte az időkorlátot." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "%s kliens elsődlegességi kérelme elutasítva." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "%s kliens elsődlegességi kérelme elfogadva." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "%s nem elsődleges kliens elutasította elsődlegességi kérelmét." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "%s kliens elutasította elsődlegességi kérelmét, késleltetés." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "%s kliens az elsődleges." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Hálózati műveletek elkezdve." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Új kliens elfogadva." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "%s kliensen olvasási hiba történt, befejezés." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "%s kliens befejezte a kapcsolatot." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "%s kliens kapcsolódott." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Sikertelen kapcsolódás %s klienshez." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Megnyitás" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Beállítások" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Pihenőidő tartása" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Gyakorlatok" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mód" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Általános" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Csendes" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Felfüggesztett" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Hálózat" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Csatlakozás…" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Kapcsolat bontása" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "Ú_jracsatlakozás" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Nap_ló..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Olvasási mód" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statisztika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Névjegy…" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Kilépés" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave kisalkalmazás" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ez a program segít az ismétlődő mozgásból eredő izomhúzódás (RSI – " "repetitive strain injury) megelőzésében és az abból való felépülésben." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_Csatlakozás" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "_Névjegy" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "Napló megjelenítése" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "Általános" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Felfüggesztett" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Csendes" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Felszólítás szünetre" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Szünet figyelmen kívül hagyása" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Pihenőidő kezdete" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Pihenőidő vége" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Rövid pihenő kezdete" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Rövid pihenő vége" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Napi korlátozás" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Gyakorlat vége" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Gyakorlatok vége" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Új gyakorlat" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Egyéb" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d óra, %02d perc és %02d másodperc" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d perc és %02d másodperc" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d másodperc" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Zárolás" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "_Leállítás" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Kihagyás" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Elhalasztás" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Elérte a napi engedélyezett számítógép-használatának maximumát.\n" "Kérem, hagyja abba a számítógépes munkát. Ha nincs még vége a\n" "munkaidejének, keressen valami más tennivalót, például nézzen át\n" "egy iratot." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "A Workrave továbbra is fut. A Workravet elérheti a fehér bárány ikonra " "kattintással. Ezen üzenet kikapcsolásához kattintson erre a buborékra." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "A Workrave indítása sikertelen" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "A Workrave már fut?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "A Workrave nem tudta figyelni a billentyűzet- és egéraktivitást.\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" "Győződjön meg róla, hogy a RECORD kiterjesztés engedélyezett az X " "kiszolgálón." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "A Workrave felfüggesztett módban van. Az egér- és billentyűzetaktivitás nem " "lesz figyelve." #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "A Workrave csendes módban van. Nem jelennek meg a szünet ablakok." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Rövid pihenő" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Pihenőidő" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Mód: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Megnyitás" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Beállítások" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Gyakorlatok" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "Mód" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Hálózat" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "Kapcsolódás" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "Leválasztás" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Újracsatlakozás" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statisztika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Névjegy…" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Pihenőidő" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Csendes" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "C_satlakozás" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Nap_ló" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "Kilépés" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_Olvasási mód" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Kérem, lazítson pár másodpercig" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "A következő pihenőidő %s múlva lesz" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "A pihenőidő %s késésben van" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "A napi korlátozásból %s van hátra" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "A napi korlátozás %s túllépésben van" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Általános" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Hangok" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Állapotjelző ablak" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Kisalkalmazás" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Időzítők" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Felhasználói felület" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Korlátozás nélkül" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "A bemenetek tiltása" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "A bemenetek és a képernyő tiltása" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opciók" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Korlátozás:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Rendszer alapértelmezése" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(nem érhető el a betűtípus)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Nyelv:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Workrave indítása a Windows elindulásakor" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Tálcaikon megjelenítése" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Hangbeállítások" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Hangok nélkül" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Hangok lejátszása a hangkártyán keresztül" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Hangok lejátszása a beépített hangszórón" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Hangerő:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Hang:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Hangok némítása a pihenőidő és a napi korlátozás során" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Hangesemények" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Hangtéma:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Lejátszás" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Esemény" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Válasszon hangot" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Hangfájlok" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Másik monitor használata" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 #, fuzzy msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Engedélyezze ezt a beállítást, ha a Workrave nem ismeri fel, hogy mikor " "használja a számítógépet." #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Van ideje egy rövid pihenőre?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Tartson pihenőt…" #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Be kellene fejezni a számítógépes munkát mára…" #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Szünet ennyi idő múlva: %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Eltűnik ennyi idő múlva: %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Csend ennyi idő múlva: %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Még %s van hátra a pihenőidőből" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Természetes szünet" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Ez az Ön természetes pihenője." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Ez az Ön pihenőideje. Álljon föl, sétáljon el a számítógéptől.\n" "Lazítson, nyújtózzon, sétáljon pár percig." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Tartson pihenőt" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Várakozás" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Időzítők egymás után helyezése" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "A rövid pihenő és a pihenőidő kijelzőinek összevonása" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "A pihenőidő és a napi korlátozás kijelzőjének összevonása" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Az összes időzítő kijelzőjének összevonása" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Elrejtés" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Megjelenítés" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Csak akkor mutassa, ha ez lesz a következő megszakítás" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Állapotjelző ablak megjelenítése" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Az állapotjelző ablak mindig a többi ablak fölött helyezkedik el" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Kisalkalmazás engedélyezve" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Kijelzés" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Elhelyezés:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Ciklusidő: (másodpercben)" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Rövid pihenő:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Pihenőidő:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Napi korlátozás:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Időzítés engedélyezése" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Felszólítás szünet tartására" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Felszólítás a szünet előtt" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Felszólítások maximális száma:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "„Elhalasztás” és „Kihagyás” gombok megjelenítése" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "„Elhalasztás” és „Kihagyás” gombok megjelenítése" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Időzítés felfüggesztése, ha a felhasználó inaktív" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Rövid pihenők tekintése aktivitásnak" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Gyakorlatok száma:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Pihenőidő megkezdése a képernyő zárolásakor" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Napi géphasználati korlát:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Szünetek közti idő:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Szünet időtartama:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Elhalasztás hossza:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Ez a program segít az ismétlődő mozgásból eredő izomhúzódás (RSI – " "repetitive strain injury) megelőzésében és az abból való felépülésben" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Hálózati csatlakozás" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Adja meg annak a számítógépnek az adatait,\n" "amelyhez csatlakozni szeretne." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Gépnév:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Hálózati napló" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Hálózatkezelés engedélyezése" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Felhasználónév:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Jelszó:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Bejövő kapcsolatok engedélyezése" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Kiszolgálóbeállítások" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Kiszolgáló portja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Újracsatlakozási próbálkozások száma:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Újracsatlakozási próbálkozások közti várakozás:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Haladó" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "A következő felsorolás azokat a gépeket tartalmazza, amelyekhez a Workrave\n" "csatlakozik induláskor. Kattintson a gépnévre vagy a portra a módosításhoz." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Gépnév" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Gépek" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Váll-kar nyújtás" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Egyik karját tegye vízszintesen nyújtva a mellkasa elé. Nyomja ezt a karját " "a másik kezével maga felé amíg nem érzi, hogy válla gyengén megfeszül. " "Tartsa így rövid ideig karját és ismételje meg a gyakorlatot a másik " "karjával." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Ujjnyújtás" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Távolítsa el egymástól és nyújtsa ki ujjait amíg nem érzi, hogy " "megfeszülnek. Tartsa ezt az állapotot 10 másodpercig. Lazítson, majd " "hajlítsa be ujjait az ízületeknél és tartsa ezt a helyzetet is 10 " "másodpercig. Ismételje meg a gyakorlatot." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Fejkörzés" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Tartsa fejét egy kényelmes, egyenes pozícióban. Lassan hajtsa fejét a jobb " "vállára, hogy enyhén megfeszüljenek bal vállának izmai. Tartsa ezt a " "helyzetet 5 másodpercig. Ezután hajtsa fejét balra a másik oldal " "nyújtásához. Mindkét oldalra kétszer végezze el a gyakorlatot." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Hátsó vállnyújtás" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Kulcsolja össze ujjait a háta mögött. Ezután óvatosan közelítse egymáshoz " "könyökeit, amíg ki nem egyenesednek karjai. Tartsa ezt a helyzetet 5–15 " "másodpercig, majd ismételje meg a gyakorlatot kétszer." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Szemkörzés" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Nézze a képernyő kávájának bal felső sarkát. Lassan kövesse szemével – feje " "mozgatása nélkül – a keretet a jobb felső sarokig. Folytassa ezt az óra " "járásának irányában két körön keresztül. Ezután végezze el a gyakorlatot " "visszafelé." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "A szemek edzése fókuszálással" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Keresse meg a monitora mögött a lehető legtávolabbi pontot és fókuszáljon rá " "szemével. Ezután fókuszáljon a képernyő kávájára. Ismételje meg. Ha nem tud " "elég messze nézni a képernyőtől, válasszon egy másik irányt és váltogassa a " "fókuszt a távoli alak és egy a monitor távolságában tartott toll között." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Pillantás a sötétségbe" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Takarja el a tenyerével a szemeit úgy, hogy még ki tudja nyitni azokat. Most " "nyissa ki a szemeit és nézze a tenyerei sötétségét. Ez a módszer jobban " "nyugtatja szemeit, mintha csak egyszerűen becsukná őket." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Vállkörzés" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Végezzen négy-négy lassú malomkörzést előre és hátra, mindkét kezével. A " "gyakorlat felénél lazíthat egyet." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Függőleges vállmozgatás" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ülő helyzetben tegye kezeit a széke karfáira. Nyomja testét fölfele, amíg " "karja ki nem nyúlik. Próbálja fejét jobban kinyújtani vállai leeresztésével. " "Lassan ereszkedjen vissza a székébe." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Fejfordítás" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Fordítsa balra a fejét és tartsa úgy két másodpercig. Ezután fordítsa jobbra " "és tartsa úgy két másodpercig." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Feladatok" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Előző gyakorlat" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Gyakorlatok száma:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Gyakorlatok szüneteltetése" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Gyakorlatok befejezése" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Folytatás" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Szünet" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Gyakorlatok folytatása" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Történet böngészése" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Dátum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Szünetek" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Felszólítások" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "A pihenésre való felszólítások száma, kivéve az egyazon szünetre való " "többszöri felszólításokat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Ismételt felszólítások" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Ismételt felszólítások száma szünet tartására" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Megtartott kért szünetek" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "" "Azoknak az eseteknek a száma, amikor Ön a felszólításra szünetet tartott" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Természetes szünetek" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" "Azoknak az eseteknek a száma, amikor Ön felszólítás nélkül tartott szünetet" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Kihagyott szünetek" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Kihagyott szünetek száma" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Elhalasztott szünetek" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Elhalasztott szünetek száma" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Késés" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "A szünetfajta adott napon történt összes késése" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Napi használat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "A teljes számítógép-használat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivitás" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Egérhasználat:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Az összes egérhasználattal töltött idő" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Egérmozgás:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "A teljes (képernyőn mért) egérmozgatás" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effektív egérmozgás:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Az az egérmozgás, ami akkor történt volna, ha a kattintások közt egyenesen " "mozgatja az egeret" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Egérkattintások:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Az egérkattintások száma" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Leütések:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "A lenyomott billentyűk száma" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, ettől: %s eddig: %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Tájolás" #~ msgid "The orientation of the tray" #~ msgstr "A panel tájolása" #, fuzzy #~ msgid "Reading Mode" #~ msgstr "Olvasási mód" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Ez az Ön pihenőideje. Álljon föl, sétáljon el a számítógéptől.\n" #~ "Lazítson, nyújtózzon, sétáljon pár percig." #~ msgid "File is not a valid .desktop file" #~ msgstr "A fájl nem egy érvényes .desktop fájl" #~ msgid "Unrecognized desktop file Version '%s'" #~ msgstr "Ismeretlen .desktop fájl verzió: „%s”" #~ msgid "Starting %s" #~ msgstr "%s indítása" #~ msgid "Application does not accept documents on command line" #~ msgstr "Az alkalmazás nem fogad el dokumentumokat a parancssorban" #~ msgid "Unrecognized launch option: %d" #~ msgstr "Ismeretlen indítási kapcsoló: %d" #~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" #~ msgstr "" #~ "Nem adhatók dokumentum-URI címek egy „Type=Link” asztali bejegyzésnek" #~ msgid "Not a launchable item" #~ msgstr "Nem futtatható elem" #~ msgid "Disable connection to session manager" #~ msgstr "A munkamenet-kezelőhöz való csatlakozás tiltása" #~ msgid "Specify file containing saved configuration" #~ msgstr "A mentett beállításokat tartalmazó fájl megadása" #~ msgid "FILE" #~ msgstr "FÁJL" #~ msgid "Specify session management ID" #~ msgstr "A munkamenet-kezelő azonosítójának megadása" #~ msgid "ID" #~ msgstr "Azonosító" #~ msgid "Session management options:" #~ msgstr "Munkamenet-kezelés kapcsolói:" #~ msgid "Show session management options" #~ msgstr "Munkamenet-kezelési kapcsolók megjelenítése" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Nem oldható fel a saját gépnév. A hálózati műveletek felfüggesztésre " #~ "kerültek." workrave-1_10_10/po/insert-header.sin000066400000000000000000000012401263301626300175360ustar00rootroot00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } workrave-1_10_10/po/it.po000066400000000000000000001363141263301626300152600ustar00rootroot00000000000000# Italian translation for Workrave 1.8. # This file is distributed under the same license as the Workrave package. # Eraldo Girardi # # msgid "" msgstr "" "Project-Id-Version: Workrave 1.8\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:24+0100\n" "Last-Translator: Eraldo Girardi \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Italian\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Riconnessione tra %s:" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Impossibile abilitare la connessione in rete." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Disattivo la connessione in rete." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Connessione a %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Rimozione client %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Disconnessione %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Il client %s è adesso il master." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Adesso sono il master." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Il client %s dice 'Ciao'." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Il client %s è duplicato." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Accesso negato al client %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Il client %s si é disconnesso." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Il client %s ci dà il benvenuto." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Richiedo lo stato di master a %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Tempo scaduto per il client %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Rifiuto dello stato di master dal client %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Conferma della richiesta di master dal client %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Il client %s (non è master) ha rifiutato la richiesta di master." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Il client %s ha rifiutato la richiesta di master, ritardando." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Il client %s é ora il nuovo master." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Attività di rete avviata." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Nuovo client accettato." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Errore di lettura nel client %s, chiusura connessione." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Connessione chiusa per il client %s." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Client %s connesso." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Impossibile connettersi al client %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Apri" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Preferenze" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Riposo" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Esercizi" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modalità" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normale" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Silenzioso" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Sospeso" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Rete" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Connetti..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Disconnetti" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Riconnetti" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Mostra Log" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistiche" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "Info..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Esci" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Applet di Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Questo programma assiste nella prevenzione e recupero delle lesioni da " "sforzo ripetuto (Repetitive Strain Injury - RSI)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "Info..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Mostra _log" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normale" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Sospeso" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Silenzioso" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Avviso di pausa" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pausa ignorata" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Riposo iniziato" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Riposo terminato" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Micropausa iniziata" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Micropausa terminata" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Limite giornaliero" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Esercizio terminato" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Esercizi terminati" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Esercizio terminato" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ore" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuti" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d secondi" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Blocca" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "Spegni" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Salta" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Posponi" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Hai raggiunto il tuo limite giornaliero. Interrompi il tuo\n" "lavoro al computer. Se la tua giornata lavorativa non è ancora\n" "terminata trova qualcos'altro da fare, come " #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Applet di Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micropausa" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Riposo" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Modalità" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Apri" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Preferenze" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Esercizi" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Modalità" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Rete" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Connetti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Disconnetti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Riconnetti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistiche" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Info..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Riposo" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Silenzioso" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Connetti" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Mostra _log" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Esci" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Rilassati per alcuni secondi" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Prossimo riposo tra %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Riposo posticipato di %s minuti" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Limite giornaliero tra %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Limite giornaliero %s superato" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Generale" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Suoni:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Finestra di Stato" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Timer" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interfaccia" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "No blocco" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blocca input" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blocca input e schermo" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opzioni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blocco:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Opzioni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "No suoni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Riproduci suoni con la scheda audio" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Riproduci suoni usando gli altoparlanti integrati" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Suoni:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Posiziona riposo e limite giornaliero insieme" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Suoni:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "No suoni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Tempo per una micropausa?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Hai bisogno di un po' di riposo..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Dovresti fermarti per oggi..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, fuzzy, c-format msgid "Break in %s" msgstr "In pausa" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, fuzzy, c-format msgid "Disappears in %s" msgstr "Scompare tra" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, fuzzy, c-format msgid "Silent in %s" msgstr "Silenzioso" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Riposo per %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Pause spontanee" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Hai bisogno di un po' di riposo..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Questo è il tuo riposo. Alzati in piedi e cammina lontano\n" "dal tuo computer. Fai giusto due passi lì intorno per qualche\n" "minuto, stiracchiati, e rilassati." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Prossimo riposo tra %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Attendere" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Posiziona i timer uno accanto all'altro" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Posiziona micropausa e riposo insieme" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Posiziona riposo e limite giornaliero insieme" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Mostra tutti i timer insieme" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Nascondi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Mostra" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Mostra solo quando questo timer è scaduto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Mostra la finestra di stato" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Mostra la finestra di stato sempre in primo piano" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet attivata" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Visualizza" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Posizione:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tempo ciclico per la visualizzazione:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micropausa:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Riposo:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Limite giornaliero:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Abilita timer" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Avviso di pausa" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Avvisa prima della pausa" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Massimo numero di avvisi:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Mostra i pulsanti 'Posponi' e 'Salta'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Mostra i pulsanti 'Posponi' e 'Salta'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Sospendi il timer quando inattivo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Considera la micropausa come attività" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Numero di esercizi:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Tempo prima dell'interruzione:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Tempo tra le interruzioni:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Durata pausa:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Posponi di:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Questo programma assiste nella prevenzione e recupero delle lesioni da " "sforzo ripetuto (Repetitive Strain Injury - RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Conneti alla Rete" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Inserisci il nome dell'host e il numero di porta del\n" "computer al quale vuoi connetterti." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Host:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Porta:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Log di Rete" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Abilita Rete" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Nome Utente:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Password:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Impostazioni Server" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Porta del Server:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Tentativi di connessione:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Intervallo tra i tentativi:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avanzate" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Il seguente elenco specifica gli host al quale Workrave si connette\n" "all'avvio. Clicca sull'host o sulla porta per modificare." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nome host" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Porta" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Hosts" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Stretch spalla-braccio" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Tieni il braccio sinistro ad angolo retto orizzontalmente davanti al petto, " "con il polso poggiato nell'incavo del braccio destro anche questo piegato ad " "angolo retto ma verticalmente. Ora spingi con il sinistro contro il destro " "fino a che non senti una leggera tensione nella spalla sinistra. Mantieni " "per qualche istante questa posizione, e ripeti l'esercizio scambiando le " "braccia." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Stretching delle dita" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Separa e stira le dita fino a sentire una certa tensione e mantieni per 10 " "secondi. Rilassati, poi piega le dita verso le nocche e mantieni per altri " "10 secondi. Ripeti l'esercizio una volta." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Stira il collo inclinandolo" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Comincia con la testa nella normale posizione diritta. Quindi inclinala " "lentamente verso la spalla destra per stirare delicatamente i muscoli sul " "lato sinistro del collo. Mantieni per 5 secondi. Ora inclina la testa verso " "sinistra per stirare l'altro lato. Ripeti 2 volte per ogni lato." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Stretching delle spalle all'indietro" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Intreccia le dita dietro la schiena. Poi ruota delicatamente i gomiti verso " "l'interno, mentre stiri le braccia. Tieni questa posizione da 5 a 15 " "secondi, e ripeti l'esercizio 2 volte." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Muovi gli occhi" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Guarda l'angolo in alto a sinistra del bordo esterno del monitor. Segui il " "bordo lentamente fino all'angolo destro. Continua fino allo spigolo " "successivo, fino a completare il giro 2 volte. Poi, inverti l'esercizio." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Allenamento della messa a fuoco degli occhi" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Cerca il punto più lontano che puoi trovare oltre il tuo monitor. Focalizza " "lo sguardo su quel punto. Poi metti a fuoco il bordo del monitor. Ripeti. Se " "non hai niente che sia molto lontano dal monitor, prova in un'altra " "direzione. Quindi sposta la messa a fuoco da un oggeto a distanza ad una " "penna mantenuta alla distanza occhi-monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Guarda nel buio" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Copriti gli occhi con le mani in modo da lasciare aperte le palpebre. Ora " "apri gli occhi e guarda nel buio del palmo delle tue mani. Questo esercizio " "dà maggior sollievo agli occhi della semplice chiusura delle palpebre." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Muovi le spalle" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Stendi in basso il braccio destro e muovilo lentamente come un pendolo al " "lato del corpo. Fallo 4 volte in avanti e 4 volte all'indietro e rilassati " "per pochi secondi. Ripeti con il braccio sinistro." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Muovi su e giù le spalle" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Poggia le mani sui braccioli della sedia e spingi il corpo verso l'alto fino " "a stendere le braccia. Prova a sollevare ancora la testa abbassando le " "spalle. Torna lentamente a sedere." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Ruota la testa" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Gira la testa a sinistra e mantieni per 2 secondi. Poi gira la testa a " "destra e mantieni per altri 2 secondi." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Turno di esercizi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Numero di esercizi:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Numero di esercizi:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Esercizi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Riprendi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pausa" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Numero di esercizi:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Sfoglia cronologia" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pause" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Avvisi di pausa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Numero di volte in cui hai ricevuto un avviso di pausa, escluso gli avvisi " "ripetuti per la stessa pausa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Avvisi ripetuti" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Numero di avvisi mostrati ripetutamente per la stessa pausa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Pause efettuate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Numero di volte in cui hai fatto la pausa quando hai ricevuto l'avviso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Pause spontanee" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" "Numero di volte in cui hai fatto una pausa senza aver ricevuto l'avviso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Pause saltate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Numero di pause che hai saltato" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Pause posposte" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Numero di pause che hai posposto" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Tempo di ritardo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Tempo totale in cui questa pausa è stata ritardata" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Utilizzo giornaliero" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Utilizzo totale del computer" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Attività" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Utilizzo Mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Tempo totale in cui hai utilizzato il mouse" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Movimento del mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Distanza totale percorsa con il mouse sullo schermo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Movimento effettivo del mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Distanza totale che avresti percorso con il mouse se avessi compiuto " "movimenti rettilinei tra un click e l'altro" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Click:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Numero totale di click del mouse" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tasti premuti:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Numero totale di tasti premuti sulla tastiera" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, dalle %s alle %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientamento" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orientamento della traybar" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Questo è il tuo riposo. Alzati in piedi e cammina lontano\n" #~ "dal tuo computer. Fai giusto due passi lì intorno per qualche\n" #~ "minuto, stiracchiati, e rilassati." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Silenzioso" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Non posso risolvere il nome del mio server. Disattivo la distribuzione." #~ msgid "Break in" #~ msgstr "In pausa" #~ msgid "Disappears in" #~ msgstr "Scompare tra" #~ msgid "Silent in" #~ msgstr "Silenzioso" #~ msgid "I could not initialize Bonobo" #~ msgstr "Impossibile inizializzare Bonobo" #~ msgid "Inactive" #~ msgstr "Inattivo" #~ msgid "Credits" #~ msgstr "Credits" #~ msgid "_Written by" #~ msgstr "_Autore:" #~ msgid "_Documented by" #~ msgstr "_Documentazione di:" #~ msgid "_Translated by" #~ msgstr "_Traduttori:" #~ msgid "_Credits" #~ msgstr "_Credits" #~ msgid "About %s" #~ msgstr "Info su %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Chiudi gli occhi, espira il più possibile e prova a rilassarti. Quando " #~ "inspiri fallo il più lentamente possibile. Prova a contare lentamente " #~ "fino a 8 ogni volta che inspiri ed espiri. Per rilassare ulteriormente " #~ "gli occhi, cerca di chiuderli anche nelle micro pause." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Poniti di fronte ad un muro (o qualcosa del genere) e poggiaci le mani " #~ "tenendole all'altezza delle spalle, con i gomiti leggermente piegati. " #~ "Spingi il corpo verso il muro, senza cambiare l'angolo dei gomiti. Poi " #~ "spingilo di nuovo lontano dal muro sempre senza cambiare l'angolo dei " #~ "gomiti." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Tieni la testa diritta con la mndibola parallela al suolo. Muovi la testa " #~ "all'indietro, facendo doppio mento. Mantieni 2 secondi e rilassati. Ora " #~ "muovi la testa in avanti allo stesso modo, mantieni 2 secondi e rilassati " #~ "ancora." #~ msgid "Move the shoulder blades" #~ msgstr "Muovi le scapole" #~ msgid "Neck stretch" #~ msgstr "Stira il collo" #~ msgid "Relax the eyes" #~ msgstr "Rilassa gli occhi" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Stai in piedi davanti alla tua scrivania e poggia il palmo delle mani sul " #~ "piano con le dita rivolte verso di te. Delicatamente stira i polsi e gli " #~ "avambracci." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "In piedi, prova a raggiungere il soffitto con le mani tenendo i talloni a " #~ "terra. Mantieni pochi secondi. Quindi lascia andare lentamente le mani " #~ "verso il pavimento, senza piegare le braccia. Continua a muoverti verso " #~ "il pavimento curvando lentamente la schiena fino a posizionare le mani " #~ "(quasi) davanti ai piedi. Ora ruota piano la schiena verso l'alto sulle " #~ "anche, fino a tornare in posizione eretta." #~ msgid "Stretch your back" #~ msgstr "Stretching della schiena" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Stretching di polsi e avambracci sulla scrivania" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Descanso" #~ msgid "Connect at start-up" #~ msgstr "Conectar al comienzo del programa" #~ msgid "Resets at:" #~ msgstr "Restablecer después de:" #, fuzzy #~ msgid "Timer ignores activity" #~ msgstr "Considerar las micropausas como actividad" #~ msgid "Micro-pause ended" #~ msgstr "Fin de la micropausa" #~ msgid "None" #~ msgstr "Ninguno" #~ msgid "Block all" #~ msgstr "Impedir todo" #~ msgid "Force break after maximum exceeded" #~ msgstr "Forzar interrupción, si se supera el máximo" workrave-1_10_10/po/ja.po000066400000000000000000001333711263301626300152360ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Workrave Japanese\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:24+0100\n" "Last-Translator: Masanobu Yokota \n" "Language-Team: Masanobu Yokota \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Japanese\n" "X-Poedit-Country: JAPAN\n" "X-Poedit-SourceCharset: utf-8\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "%s に再接続中。" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "ネットワークオペレーションを起動できません。" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "ネットワークオペレーションを停止中。" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "%s に接続中。" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "クライアント %s を削除中。" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "%s を切断中。" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "クライアント %s がマスター。" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "私がマスター。" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "クライアント %s が呼んでいる。" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "クライアント %s が重複。" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "クライアント %s 接続拒否。" #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "クライアント %s サインオフ。" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "クライアント %s 応答。" #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "%s からマスターステータスの要求。" #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "%s からクライアントタイムアウト。" #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "クライアント %s からのマスターリクエストを拒否。" #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "クライアント %s からの マスターリクエストを承認" #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "マスターでないクライアント %s がマスターリクエストは拒否。" #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "クライアント %s がマスターリクエストを拒否、延期中。" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "クライアント %s が新しいマスターになった。" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "ネットワークオペレーション開始。" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "新しいクライアント承認。" #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "クライアント %s 読み取りエラー、終了中。" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "クライアント %s 接続終了。" #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "クライアント %s 接続。" #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "クライアント %s 接続不可。" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "開く(_O)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "設定(_P)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "休憩(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "体操(_E)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "モード(_M)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "通常モード(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "静粛(_Q)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "一時停止(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "ネットワーク(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "接続(_C)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "切断(_D)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "再接続(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "ログ表示(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "統計(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "workrave(仕事に夢中?)について(_A)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "終了(_Q)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave(仕事に夢中?)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave(仕事に夢中?) アプレット" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Workrave(仕事に夢中?)は反復運動過多損傷 (RSI:Repetitive Strain Injury)を予" "防し回復を促します。" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "workrave(仕事に夢中?)について(_A)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "ログ(_l)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "通常モード(_N)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "一時停止(_S)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "静粛モード(_u)" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "休憩のきっかけ" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "休憩無視" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "休憩開始" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "休憩終了" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "小休止開始" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "小休止終了" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "一日の制限時間" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "体操終了" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "体操終了" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "体操終了" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d 時間 %02d 分 %02d 秒" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d 分 %02d 秒" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d 秒" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_ロック" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_シャットダウン" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_とばす" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_延期" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "一日の制限時間になりました。コンピュータの使用をやめてください。\n" "まだ、勤務時間が残っているのでしたら、書類調べなどのほかの仕事を\n" "してください。" #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave(仕事に夢中?) アプレット" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "小休止" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "休憩" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "モード(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "開く(_O)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "設定" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "体操" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "モード(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "ネットワーク" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "接続(_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "切断(_D)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "再接続(_R)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "統計" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "workrave(仕事に夢中?)について" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "休憩(_R)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "静粛モード(_u)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "接続(_C)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "ログ(_l)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "終了(_Q)" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "少しの間リラックスしてください" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "次の休憩まで %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "休憩時間の遅延は %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "一日の制限時間まで %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "一日の制限時間の超過は %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "一般" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "サウンド:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "ステータス・ウィンドウ" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "アプレット" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "タイマー" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "ユーザーインターフェース" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "ブロックなし" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "インプットをブロック" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "インプットとスクリーンをブロック" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "オプション" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "ブロック(操作禁止)モード:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "オプション" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "サウンドなし" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "サウンドカードを使って音を出す" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "内蔵スピーカを使って音を出す" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "サウンド:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "休憩と一日の制限時間を交互に表示" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "サウンド:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "サウンドなし" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "小休止の時間?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "休憩が必要です..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "今日はもうやめましょう..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "休憩まで %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "消えるまで %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "音が消えるまで %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "休憩時間の残り %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "自発的休憩" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "休憩が必要です..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "残りの休憩時間。\n" "コンピュータから離れて歩きましょう。\n" "しばらくの間、周りを歩き回って、伸びをしてリラックスしましょう。" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "次の休憩まで %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "ウェイト" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "タイマーを並べて表示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "小休止と休憩を交互に表示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "休憩と一日の制限時間を交互に表示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "すべてのタイマーを一箇所に交互に表示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "隠す" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "表示する" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "このタイマーの初めての期限の時だけ表示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "ステータスウィンドウを表示する" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "ステータスウィンドウを常に最前面に表示する" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "アプレットを動作可能にする" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "ディスプレイ" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "配置方法:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "交互に表示する周期:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "小休止:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "休憩:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "一日の制限時間:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "タイマー作動" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "休憩のきっかけ" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "休憩の前にきっかけ表示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "きっかけの最大数:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "「延期」「とばす」ボタン表示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "「延期」「とばす」ボタン表示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "不動作時にタイマーを停止" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "小休止を操作とみなす" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "体操の回数:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "終了までの時間:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "休憩までの時間:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "休憩時間:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "延期時間:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Workrave(仕事に夢中?)は反復運動過多損傷 (RSI:Repetitive Strain Injury)を予" "防し回復を促します。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "ネットワーク接続" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "接続したいコンピュータのホスト名と\n" "ポート番号を入力。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "ホスト名:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "ポート:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "ネットワークログ" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "ネットワーク作動" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "ユーザ名:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "パスワード:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "サーバー設定" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "サーバーポート:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "再接続:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "再接続間隔:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "高度な設定" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "以下のリストは Workrave(仕事に夢中?) が起動時に接続するホスト名です。\n" "修正はホスト名またはポート番号をクリックする。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "ホスト名" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "ポート" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "ホスト" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "肩と腕のストレッチ" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "あなたの胸の前に片方の腕を水平にして伸ばしてください。もう片方の腕で、肩をス" "トレッチするように、胸の方向に押してください。この状態で少し時間を置き、反対" "の腕も同じように繰り返してください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "指を伸ばす" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "軽いストレッチを感じられるまで、指を離して伸ばし、10秒間保持してください。リ" "ラックスして、指の関節を曲げて、10秒間保持してください。これをもう一度繰り返" "してください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "首のストレッチ" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "先ず、頭をまっすぐにしてください。次に、首の左側の筋肉を伸ばすように、右肩へ" "頭をゆっくり傾けてください。5秒間保持してください。次に、反対側を伸ばすために" "左側への頭を傾けてください。各々これを2度繰り返してください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "肩を後ろにストレッチ" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "背の後ろで指を組み合わせてください。次に、腕を真っすぐにしたまま、肘をゆっく" "りと内側に動かしてください。5~15秒間保持します。これを2度繰り返してください" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "目の運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "モニターの外側の上左隅を見てください。上右隅までゆっくりと視線を移してくださ" "い。同じように次の隅まで視線を移し、2回転してください。次に反対まわりで同じよ" "うに行ってください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "目の焦点合わせ運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "モニターの向こう側で見ることができる最も遠い場所を捜してください。その場所に" "目の焦点を合わせてください。次に、モニターの境目を注視してください。それを繰" "り返してください。モニターの向こう側であまり遠くを見ることができなければ、他" "の方向で探してください。遠くの場所とモニターと同じくらいの距離に置いた手とを" "交互に見てください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "暗い場所を見る" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "まぶたを開けたまま手のひらで目を覆ってください。手のひらの中で目を開けて暗い" "手のひらの中を見てください。この方法は、まぶたを閉じる方法よりも、より、目を" "休めることが出来ます。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "肩を動かす" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "右腕を身体に沿わせて、プロペラのようにゆっくり円形にまわしてください。前に4" "回、後ろに4回まわしたら、数秒間リラックスしてください。左の腕でも同じように繰" "り返してください。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "肩の上下運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "座ったまま、いすの肘掛に腕を置いて、腕がまっすぐになるまで、身体を押しあげて" "ください。肩を伸ばして頭をさらに上にあげてください。ゆっくり椅子に戻ってくだ" "さい。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "頭を回す" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "顔を左に向け2秒保持してください。次に、顔を右に向け2秒保持してください。" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "体操の回数:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "体操の回数:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "再開" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "一時停止" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "体操の回数:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "履歴を見る" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "日付:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "休憩" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "休憩のきっかけ" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "同じ休憩のために繰り返されたきっかけを除く、きっかけの回数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "繰り返しきっかけ" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "繰り返された休憩のきっかけの数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "休憩が取られたきっかけ" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "きっかけの後で取られた休憩の数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "自発的休憩" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "きっかけ無しに取られた休憩の数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "とばされた休憩" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "とばされた休憩の数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "延期された休憩" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "延期された休憩の数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "遅延(超過)時間" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "この休憩の遅延(超過)時間の合計" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "一日の使用時間" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "コンピュータ使用時間の合計" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "操作" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "マウス使用時間:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "マウスを使用した時間の合計" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "マウス移動距離:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "スクリーン上のマウス移動距離の合計" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "実効マウス移動距離:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "クリックの間に直線距離を移動したと考えた場合の、マウスの移動距離" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "マウスクリック回数:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "マウスボタンの押された回数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "キーストローク:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "キーが押された回数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, %s から %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "方向" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "トレイの方向。" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "残りの休憩時間。\n" #~ "コンピュータから離れて歩きましょう。\n" #~ "しばらくの間、周りを歩き回って、伸びをしてリラックスしましょう。" #, fuzzy #~ msgid "Starting %s" #~ msgstr "音が消えるまで %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "自分のホスト名が解決できません。分散処理を停止します。" #, fuzzy #~ msgid "Break in" #~ msgstr "休憩まで %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "消えるまで %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "音が消えるまで %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Bonobo の初期化不可能" #~ msgid "Inactive" #~ msgstr "動作停止" #~ msgid "Credits" #~ msgstr "クレジット" #~ msgid "_Written by" #~ msgstr "著作者(_W) " #~ msgid "_Documented by" #~ msgstr "ドキュメント作者(_D) " #~ msgid "_Translated by" #~ msgstr "翻訳者(_T) " #~ msgid "_Credits" #~ msgstr "クレジット(_C)" #~ msgid "About %s" #~ msgstr "%s について" #~ msgid "Fist roll" #~ msgstr "拳を回す" #~ msgid "" #~ "Put your underarm on a table and make a fist. Roll your fist away from " #~ "your body untill it rests on your nuckles. Keep it for 2 seconds and roll " #~ "it back. Repeat this 5 times for each hand. If the muscle is stretched to " #~ "much, let your fingers rest on the table while rolling." #~ msgstr "" #~ "腕を机の上において、拳を握ります。指の(第一)関節が机に接するまで、拳を外" #~ "側に倒します。そのままで2秒保持し戻します。両手を5回ずつ繰り返します。もし" #~ "筋肉を伸ばし過ぎているようでしたら、外側に回したときに指を伸ばして休めま" #~ "す。" workrave-1_10_10/po/ko.po000066400000000000000000001300011263301626300152400ustar00rootroot00000000000000msgid "" msgstr "" "Project-Id-Version: workrave 1.9.2\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:24+0100\n" "Last-Translator: softwant\n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Korean\n" "X-Poedit-Country: Korea\n" "X-Poedit-SourceCharset: utf-8\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "%에 대한 다시 연결 중" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "네트워크 작업을 할 수 없음" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "네트워크 작업을 사용중지 중." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "%s에 연결 중" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "클라이언트 %s를 제거 중" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "%s 연결을 끊는 중" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "클라이언트 %s는 현재 마스터임 " #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "내가 주인장." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "클라이언트 %s 인사를 전합니다" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "클라이언트 %s가 중복임" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "클라이언트 %s의 접근이 차단됨" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "클라이언트 %s 탈퇴하였습니다" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "클라이언트 %s가 우리를 환영하고 있습니다." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "%s로 부터 주인장 상태 요청 중." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "%s부터 클라이언트 종료" #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "클라이언트 %s로 부터 주인장 요청 거부" #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "고개 %s의 요청을 확인중입니다." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "주인장이 아닌 클라이언트 %s가 아니면 주인장 요청을 거부하였슴" #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "클라이언트 %s가 주인장 요청을 거부하였습니다, 거부중" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "클라이언트 %s는 현재 새로운 마스터임" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "네트워크 작업이 시작됨" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "새로운 클라언트 " #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "클라이언트 %s 읽기 오류, 닫는 중" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "클라이언트 %s의 연결이 끊어짐" #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "클라이언트 %s가 연결됨." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "클라이언트 %s에 연결할 수 없음 " #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "열기(_O)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "환경설정(_P)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "휴식(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "운동(_E)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "작업방식(_M)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "보통(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "조용(_Q)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "일시중지(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "네트워크(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "연결(_C)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "끊기(_D)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "다시 연결(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "기록 표시(_S)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "읽기방식" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "통계(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "정보(_A)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "끝내기(_Q)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave 애플릿" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "이 프로그램은 반복 긴장성 손상 증후군(RSI)을 방지하고 회복하는 데 도움을 제공" "합니다." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "정보(_A)..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "로그표시(_l)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "보통(_N)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "일시중지" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "조용" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "휴식 알림" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "무시된 휴식 " #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "휴식 시작됨" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "정규 휴식 끝남" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "잠깐 휴식 시작됨" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "잠깐의 휴식이 끝남" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "일일 제한" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "운동 종료됨" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "운동이 종료됨" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "운동 바꾸기" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "사용자 설정" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d 시간 %02d 분 %02d 초" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d 분 %02d 초" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d 초" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_잠금" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_종료" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_건너뛰기" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_연기시킴" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "일일 제한에 도달하였습니다. 컴퓨터를 뒤로 하고\n" "작업을 중단해주세요. 작업시간은 아직 끝나지 않았지만\n" "다른 일을 찾아보세요. 예를 들어, 문서 검토같은..." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "윈도우즈 시작시 Workrave 시작" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "잠깐 휴식" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "정규 휴식" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "작업 방식: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "열기(_O)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "환경설정" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "운동" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "작업방식(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "네트워크" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "연결(_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "끊기(_D)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "다시 연결(_R)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "통계" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "제품정보..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "휴식 취하기(_R)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "조~용(_u)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "연결(_C)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "로그표시(_l)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "끝내기(_Q)" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "읽기방식(_R)" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "잠시동안 긴장을 푸세요." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "다음 휴식은 %s 후입니다" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "%s 초과 휴식" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "%s으로 일간 제한" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "일간 제한 %s를 넘어섬" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "일반" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "소리" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "상태 창" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "애플릿" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "시간 조절(기)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "사용자 화면" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "차단하지 않음" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "입력 차단" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "입력과 화면 차단" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "선택사항" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "차단 방식" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "시스템 설정 사용" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(글꼴을 사용할 수 없음)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "언어:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "윈도우즈 시작시 Workrave 시작" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "시계표시줄에 아이콘 표시" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "소리 선택사항" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "소리사용 안함" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "사운드카드를 사용하여 소리 재생" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "내장 스피커를 사용하여 소리 재생" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "소리 크기:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "소리:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "정규 휴식과 일일 제한 동안에는 소리 죽이기" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "소리 효과" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "소리 테마:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "재생" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "활동" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "소리 선택" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Wav 파일" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "잠깐의 휴식 어때요 ?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "휴식이 필요해요..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "오늘은 그만해야 해요..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "%s 경과 후 휴식" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "%s 후에 사라짐" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "%s 경과 후 잠잠잠" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "%s 동안 휴식" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "자연스런 휴식" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "이것은 여러분이 선택한 휴식입니다." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "휴식시간입니다. 규칙적으로 일어나서 컴퓨터에서\n" "떨어지세요. 몇 분이라도 주변을 걷고, 몸을 뻗어서\n" "긴장을 푸세요." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "지금 휴식 취하기" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "기다려" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "시간 조절(기)를 서로 옆에 둠" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "잠깐 휴식과 정규 휴식을 한 곳에 둠" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "정규 휴식과 일일 제한은 한 곳에 둠" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "모든 시간 조절기를 한 곳에 둠" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "숨기기" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "보이기" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "시간조절(기)가 처음 설정된 때만 표시" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "상태 창에 표시" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "상태 창은 다른 창 위에 항상 표시함" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "애플릿 사용" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "표시" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "위치 :" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "시간 주기:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "잠깐 휴식:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "휴식:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "일간 제한:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "시간 조절기 사용" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "휴식 알림" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "휴식 전 알림" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "최대 알림 수:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "'연기시킴'과 '건너뛰기' 버튼 보이기" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "'연기시킴'과 '건너뛰기' 버튼 보이기" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "사용 안할 땐 시간조절(기) 일시중지" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "잠깐 휴식을 활동으로 간주" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "운동 횟수:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "전에 :" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "휴식 간 시간:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "휴식 시간:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "연기 시간:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "반복 긴장성 손상 증후군(RSI)을 방지하고 회복하는 데 도움을 줍니다" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "네트워크 연결" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "연결하고자 하는 네트워크에 있는\n" "컴퓨터의 호스트명과 포트 숫자를 입력하세요." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "호스트명:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "포트:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "네트워크 기록" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "네트워킹 사용" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "사용자명:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "비밀번호:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "들어오는 연결 허용" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "서버 설정" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "서버 포트:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "다시 연결 시도:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "다시 연결 간격:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "고급설정" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "다음 목록은 Workrave가 다음 시 시작시 연결하려는 호스트를 지정합니다.\n" "편집할 호스트 명과 포트 숫자를 누릅니다." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "호스트명" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "포트" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "호스트" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "어깨-팔 펴기" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "가슴 앞으로 한 팔을 수평으로 뻗은 상태에서 다른 쪽 팔을 여러분 쪽으로 밀는 " "데, 어깨에 약간의 긴장을 느낄 정도까지 합니다. 이 동작은 짦게 하면서, 교대로 " "운동을 합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "손가락을 뻗습니다" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "약간의 긴장이 느껴질 때까지 손가락을 펼칩니다. 그리고 10초 동안 유지합니다. " "긴장을 풀고서, 손가락을 구부리고 다시 10 초 동안 누르고 있습니다. 이 운동을 " "한번 더 반복합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "목을 기울여 뻗어줍니다" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "머리를 편안한 방향으로 뻗습니다. 그리고 느리게 머리를 오른쪽 어깨 쪽으로 기" "울여 목의 왼쪽 근육을 부드럽게 뻗을 수 있게 합니다. 이 동작을 5초 동안 유지합" "니다. 그리고, 머리를 왼쪽으로 기울여 반대쪽으로 뻗습니다. 이 동작을 각각 2번 " "합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "뒤쪽으로 어깨를 뻗습니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "손가락을 등 뒤로 꼽니다. 그리고나서 팔꿈치를 부드럽게 안쪽으로 돌리고, 그러면" "서 팔을 뻗습니다. 이 동작을 5-15초 동안 유지하고, 이 운동을 두번 반복합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "눈을 움직입니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "모니터 바깥 왼쪽 상단 구석을 바라봅니다. 바깥을 따라서 느리게 위로하여 오른" "쪽 구석으로 이동합니다. 다음 구석까지 계속하여, 2바뀌 돌 때까지 합니다. 그리" "고 반대로 운동합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "눈 응시 훈련" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "모니터에서 가능한 먼 곳을 찾습니다. 눈을 먼 곳에 집중합니다. 그리고 모니터 바" "깥 쪽에 응시합니다. 이것을 반복합니다. 모니터 먼 곳을 볼 수 없다면 먼 곳을 " "볼 수 있는 곳을 찾습니다. 그리고 모니터에서 가까운 곳과 먼 사물 사이의 바꾸" "어 가며 응시합니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "어둠 속을 바라 봅니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "손바닥으로 눈을 덮는 데, 눈꺼풀이 뜰 수 있는 정도로 말이죠. 이제 눈을 뜨고서 " "손바닥의 어둠을 응시합니다. 이런 훈련은 단순히 눈을 감는 것과 비교하여 여러분" "에게 보다 높은 안정감을 줍니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "어깨를 움직입니다" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "오른쪽 팔을 느리게 몸의 옆으로 비행기 프로펠러처럼 돌립니다. 이것을 앞 쪽으" "로 4회 하고, 뒤쪽으로 4회 합니다. 그리고 잠깐 긴장을 풀고. 왼쪽 팔로 반복합니" "다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "어깨를 위 아래로 움직입니다" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "앉아서 의자 팔거리에 손을 높고서 팔을 주욱 펴서 몸을 위로 올립니다. 어깨를 낮" "추어서 머리가 보다 위로 가게 합니다. 느리게 의자로 돌아옵니다." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "머리를 돌립니다" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "머리를 왼쪽으로 돌려서 2초 동안 그대로 유지합니다. 그리고 오른쪽으로 돌려서 2" "초 동안 유지합니다." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "운동 연습자" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "이전 운동" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "다음 운동" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "운동 잠시 중지" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "운동 종료" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "다시 시작" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "잠시 대기" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "운동 다시 시작" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "탐색 기록" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "날짜:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "휴식" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "휴식 알림" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "동일한 휴식에 대해 반복된 알림을 제외한, 휴식을 알린 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "반복된 알림" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "반복적으로 휴식을 알린 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "알림으로 취한 휴식" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "알림을 받았을 때 취한 휴식 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "자연스럽게 취한 휴식" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "알림없이 취한 휴식횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "건너뛴 휴식" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "건너뛴 휴식 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "연기된 휴식" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "연기한 휴식 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "경과된 시간" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "이번 휴식이 경과된 총 시간" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "일일 사용량" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "총 컴퓨터 사용량" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "활동" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "마우스 사용량:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "마우스를 사용한 총 시간" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "마우스 동작:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "화면상에서 마우스 움직임 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "의미있는 마우스 움직임:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "누름 사이에 직선으로 마우스를 움직인 경우 전체 마우스 움직임" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "마우스 버튼 누름:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "마우스 버튼을 누른 총 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "키입력:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "키를 누른 총 횟수" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, %s 부터 %s 까지" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "방향" #~ msgid "The orientation of the tray" #~ msgstr "시계표시줄의 방향" #, fuzzy #~ msgid "Reading Mode" #~ msgstr "읽기방식" #~ msgid "Application does not accept documents on command line" #~ msgstr "프로그램이 명령줄에서 문서를 접수하지 못하였습니다" #~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" #~ msgstr "문서 URL을 'Type=Link' desktop 엔트리로 넘길 수 없습니다." #~ msgid "Disable connection to session manager" #~ msgstr "세션 관리자에 대한 연결을 사용중지합니다" #~ msgid "FILE" #~ msgstr "파일" #~ msgid "File is not a valid .desktop file" #~ msgstr "파일은 유효한 .데스크탑 파일이 아닙니다" #~ msgid "ID" #~ msgstr "ID" #~ msgid "Not a launchable item" #~ msgstr "실행할 수 있는 항목이 아님" #~ msgid "Session management options:" #~ msgstr "세션 관리 선택사항:" #~ msgid "Show session management options" #~ msgstr "세션 관리 선택사항 표시" #~ msgid "Specify file containing saved configuration" #~ msgstr "저장된 환경설장 파일 지정" #~ msgid "Specify session management ID" #~ msgstr "세션 관리 ID 지정" #~ msgid "Starting %s" #~ msgstr "%s 시작 중" #~ msgid "Unrecognized desktop file Version '%s'" #~ msgstr "미확인 데스크탑 파일 버전 '%s'" #~ msgid "Unrecognized launch option: %d" #~ msgstr "미확인 실행 선택사항 : %d" workrave-1_10_10/po/lt.po000066400000000000000000001365641263301626300152720ustar00rootroot00000000000000# Workrave # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Workrave 1.6.2\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:24+0100\n" "Last-Translator: Artūras Šlajus \n" "Language-Team: Artūras Šlajus \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Vėl jungiamasi prie %s." # We did not succeed in starting the server. Arghh. #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Negaliu įjungti tinklo veiklos." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Išjungiamas tinklo veiksnumas." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Jungiamasi prie %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Pašaliname klientą %s." # Closing direct connection. #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Atjungiame %s." # It's a remote client. mark it master. #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klientas %s dabar yra mūsų šeiminkas." # Its ME! #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Aš dabar esu šeiminkas." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klientas %s sveikinasi." # Duplicate client. inform client that it's bogus and close. #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klientas %s kartojasi." # Incorrect password. #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Klientui %s uždraustas priejimas." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klientas %s atsijungė." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klientas %s sveikina mus." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Prašome šeiminko statuso iš %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Klientui %s baigėsi laiko limitas." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Atmetame šeiminko prašymą iš kliento %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Patvirtiname šeiminko prašyma iš kliento %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Klientas %s, kuris nėra šeiminkas, atmetė šeiminko prašymą." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klientas %s atmetė šeiminko prašymą, delsiame." # gint count = #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klientas %s yra naujasis šeimininkas." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Tinklo veiksnumas įjungtas." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Priėmėme naują klientą." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Kliento %s nuskaitymo klaida, uždarome." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klientas %s uždarė susijungimą." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klientas %s prisijungė." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Nepavyko prisijungti prie kliento %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Atidaryti" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Parinktys" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "Poilsio pe_rtrauka" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Pratimai" # Mode menu item #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "Reži_mas" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normalus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tylus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Sustabdytas" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "Ti_nklas" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "Prisijun_gti..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "A_tsijungti" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "P_risijungti iš naujo" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Par_odyti žurnalą" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Apie..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Išeiti" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave priedas" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ši programa padeda išvengti ir atsistatyti po Pakartotinės Jėgos Žalos (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Apie..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Parodyti žurna_lą" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normalus" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Sustabdytas" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "Tyl_us" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pertaukos užklausa" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pertauka ignoruota" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Poilsio pertrauka pradėta" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Poilsio pertrauka baigta" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikro-pertraukėlė pradėta" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikro-pertraukėlė baigta" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dienos limitas" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Pratimas baigtas" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Pratimai baigti" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Pratimas baigtas" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d valandos" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutės" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekundės" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Užrakinti" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Išjungti" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Praleisti" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Atidėti" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Tu pasiekei savo dienos limitą. Baik dirbti su kompiuteriu. \n" "Jei tavo darbo diena dar nepasibaigė, susirask kokį nors \n" "kitą darba, pavyzdžiui peržiūrėk dokumentus." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave priedas" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro-pertraukėlė" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Poilsio pertrauka" # Mode menu item #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "Reži_mas" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Atidaryti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Parinktys" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Pratimai" # Mode menu item #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "Reži_mas" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Tinklas" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "Prisi_jungti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "A_tsijungti" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "P_risijungti iš naujo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Apie..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "Poilsio pe_rtauka" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "Tyl_us" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "Prisi_jungti" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Parodyti žurna_lą" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Išeiti" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Atsipalaiduokite kelioms sekundėms" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Iki kitos poilsio pertaukos liko %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Poilsio pertrauka %s praleista" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, fuzzy, c-format msgid "Daily limit in %s" msgstr "Dienos limitas" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, fuzzy, c-format msgid "Daily limit %s overdue" msgstr "Dienos limitas" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Bendra" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Garsas:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Būsenos langas" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 #, fuzzy msgid "Applet" msgstr "Priedas" # Notebook #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Laikmačiai" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Vartotojo sąsaja" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Be blokavimo" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Užblokuoti įvestį" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Užblokutoi įvestį ir ekraną" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Parinktys" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokavimo režimas:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Parinktys" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Be garsų" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Groti garsus per garso plokšte" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Groti garsus per vidinį garsiakalbį" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Garsas:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Patalpinti poilsio pertrauka ir dienos limitą į vieną vietą" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Garsas:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Be garsų" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Laikas mikro-pertraukėlei?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Tau reikia poilsio pertraukos..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Šiandien jau turėtum baigti..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pertauka po %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Išnyks po %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tylus po %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Iki poilsio pertraukos pabaigos liko %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Natūralios pertraukos" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Tau reikia poilsio pertraukos..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Tai tavo poilsio pertrauka. Atsistok ir nueik nuo kompiuterio\n" "kuriam laiko tarpui. Tiesiog pasivaikščiok kelias minutes, \n" "pasiražyk ir atsipalaiduok." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Iki kitos poilsio pertaukos liko %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Laukti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Patalpinti laikmačius šalia" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Patalpinti mikro-pertraukėlę ir poilsio pertrauką į vieną vietą" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Patalpinti poilsio pertrauka ir dienos limitą į vieną vietą" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Patalpinti visus laikmačius į vieną vietą" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Paslėpti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Parodyti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 #, fuzzy msgid "Show only when this timer is first due" msgstr "Parodyti tik tada, kai šis laikmatis pasirodo pirmą kartą" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Rodyti būsenos langą" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Būsenos langas visuomet būna virš kitų langų" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Priedas įjungtas" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Rodyti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Patalpinimo vieta:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Ciklo laikas:" # Layout #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro-pertraukėlė:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Poilsio pertrauka:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dienos limitas:" # Enabled/Disabled checkbox #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Įjungti laikmatį" # Prelude frame #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pertraukų užklausimas" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Paklausti prieš pertraukiant" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Didžiausias užklausų skaičius:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Rodyti 'Atidėti' ir 'Praleisti' mygtukus" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Rodyti 'Atidėti' ir 'Praleisti' mygtukus" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Sustabdyti laikmatį, kai neaktyvus" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Mikro-pertraukėles laikyti aktyvumu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Pratimų kiekis:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Laikas iki pabaigos:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Laikas tarp pertraukų:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Pertraukų trukmė:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Atidėjimo laikas:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Ši programa padeda išvengti ir atsistatyti po Pakartotinės Jėgos Žalos (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Tinklo prisijungimas" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Įveskite vardą ir prievado numerį to kompiuterio, \n" "prie kurio tu nori jungtis." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Kompiuterio vardas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Prievadas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Tinklo žurnalas" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Įjungti tinklo palaikymą" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Vartotojo vardas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Slaptažodis:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Serverio nustatymai" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Serverio prievadas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 #, fuzzy msgid "Reconnect attempts:" msgstr "Bandyta prisijungti iš naujo:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Prisijungimo iš naujo intervalas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Išsamiau" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Šiame sąraše surašyti kompiuteriai, prie kurių Workrave jungiasi po\n" "starto. Spragtelkite pele ant kompiuterio vardo arba prievado numerio,\n" "jog redaguotumėte įrašą." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Kompiuterio vardas" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Prievadas" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Kompiuteriai" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Peties-rankos įtempimas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Laikyk vieną ranką horizontaliai ištiestą priekyje savo krūtinės. Stumk šia " "ranką su kita savo ranka link savęs, kol pajusi švelnų įtemptimą savo " "petyje. Pabūk tokio pozoje trumpam, tada pakartok šį pratima su kita ranka." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Pirštų įtempimas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Išskėsk savo pirštus kol pajausi švelnią įtempą ir palaikyk juos taip 10-" "čiai sekundžių. Atsipalaiduok, tada sulenk savo pištus per piršto sąnarius " "ir palaikyk taip 10 sekundžių. Pakartok šį pratimą dar kartą." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Pakreipto kaklo ištempimas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Pradėk laikydamas savo galvą patogioje pozicijoje. Tada lėtai palenk galvą " "link dešinio peties, jog išsitemptų kairios kaklo pusės raumenys. Pabūk " "šioje pozoje 5-ias sekundes. Tada palenk galvą link kairio peties, taip " "įtempdamas dešinės pusės kaklo raumenis. Pakartok šį pratimą du kartus " "kiekvienai pusei." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Atbulinis pečių įtempimas" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Sunerk savo pirštus už nugaros. Tada švelniai pasuk savo alkūnes į vidų " "tiesindamas savo rankas. Pabūk tokioje pozoje nuo 5 iki 15 sekundžių. " "Pakartok šį pratimą du kartus." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Pajudink akis" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Žiūrėk į viršutinį dešinį savo vaizduoklio korpuso kampą. Lėtai sek akimis " "jo remeliu į viršutinį kairį kampą. Tesk iki kito kampo, kol apsuksi du " "ratus. Tada pakeisk kryptį ir tęsk pratimą." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Pasitreniruok fokusuoti akis" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Žiūrėk į tolimiausią tašką, kurį tu matai už savo vaizduoklio. Į jį sutelk " "žvilgsnį. Tada žvilgsnį perkelk į vaizduoklio remelį. Pakartok pratimą. Jei " "negali matyti labai toli nuo savo monitoriaus - pasisuk ten, kur toliausiai " "matai. Tada kėlinėk žvilgsnį tarp tolimo daikto ir tušinuko, laikomo tame " "pačiame tolyje kaip ir tavo vaizduoklis." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Pažvelk į tamsą" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Uždenk akis savo delnais taip, jog vis dar galėtum atsimerkti. Dabar " "atsimerk ir žiūrėk į savo delnų tamsą. Šis pratimas suteikia didesnį " "palengvėjimą, nei paprasčiausiai jas užmerkus." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Pajudink pečius" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Lėtai suk savo dešinę ranką kaip lėktuvo propelerį ratu šalia savo kūno. " "Pasuk 4 kartus į priekį, 4 kartus atgal ir keliom sekundėm atsipalaiduok. " "Pakartok su kairia ranka." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Pajudink pečius aukštyn ir žemyn" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Padėk savo rankas ant kedės rankų atlošų. Tada pasikelk ant rankų, kol šios " "taps tiesios. Pabandyk iškelti savo galvą į viršų. Lėtai nusileisk į savo " "kėdę." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Pasuk galvą" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Pasuk galvą kairėn ir palaikyk 2 sekundes. Tada pasuk galvą dešinėn ir " "palaikyk 2 sekundes." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Pratimų grotuvas" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Pratimų kiekis:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Pratimų kiekis:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Pratimai" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Pratęsti" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pristabdyti" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Pratimų kiekis:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Naršyti istoriją" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pertaukos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pertraukų užklausos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Užklausų pertraukoms skaičius, įskaičiuojant ir tas pakartotas užklausas tai " "pačiai pertaukai." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Pakartotos užklausos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Pakartotų užklausų (tai pačiai pertaukai) kiekis" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Pasiūlytos pertraukos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Skaičius pasiūlytų ir priimtų pertraukų" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Natūralios pertraukos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Pertaukų skaičius, kai tu pats jas darei" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Praleistos pertraukos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Praleistų pertraukų skaičius" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Atidėtos pertraukos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Atidėtų pertraukų skaičius" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Pasivėlinęs laikas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 #, fuzzy msgid "The total time this break was overdue" msgstr "Visas laikas, kai ši pertrauka vėlavo" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Kasdieninis vartojimas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Visas kompiuterio vartojimas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktyvumas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Pelės vartojimas:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Visas pelės vartojimo laikas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Pelės judėjimas:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Visas pelės judėjimas ekrane" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Efektyvus pelės judėjimas:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Visas numanomas pelės judėjimas, jeigu tu būtum judėjęs tiesiomis linijomis " "tarp pelės paspaudimų" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Pelės paspaudimų kiekis:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Visas pelės paspaudimų kiekis" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Klavišų nuspaudimai:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Visas nuspaustų klavišų skaičius" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, nuo %s iki %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientacija" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Skydelio orientacija" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Tai tavo poilsio pertrauka. Atsistok ir nueik nuo kompiuterio\n" #~ "kuriam laiko tarpui. Tiesiog pasivaikščiok kelias minutes, \n" #~ "pasiražyk ir atsipalaiduok." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tylus po %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Negaliu išspręsti savo kompiuterio vardo. Išjungiu platinimą." #, fuzzy #~ msgid "Break in" #~ msgstr "Pertauka po %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Išnyks po %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Tylus po %s" #~ msgid "Inactive" #~ msgstr "Neaktyvus" #~ msgid "I could not initialize Bonobo" #~ msgstr "Nepavyko inicializuoti Bonobo" #~ msgid "Credits" #~ msgstr "Padėkos" #~ msgid "_Written by" #~ msgstr "_Parašė" #~ msgid "_Documented by" #~ msgstr "_Aprašė" #~ msgid "_Translated by" #~ msgstr "Išver_tė" # Add the credits button #~ msgid "_Credits" #~ msgstr "_Padėkos" #~ msgid "About %s" #~ msgstr "Apie %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Užsimerki ir iškvėpk taip ilgai, kaip gali, bei pasistenk atsipalaiduoti. " #~ "Įkvepiant daryk tai kuo galima lėčiau. Pabandyk suskaičiuoti iki 8 " #~ "kiekvieną kartą, kai įkvėpi ar iškvėpi. Kad atpalaiduoti savo akis dar " #~ "labiau, užmerk jas ir mikro-pertaukėlių metu." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Atistok veidu į sieną (ar kažką panašaus) ir padėk savo delnus ant sienos " #~ "pečių lygyje taip, jog tavo alkūnės būtų truputį sulenktos. Pristumk savo " #~ "kūną prie sienos nekeisdamas alkūnių kampo. Tada atsistumk nuo sienos " #~ "taipogi nekeisdamas alkūnių kampo." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Laikyk savo galvą tiesiai ir apatinį žandikaulį parareliai su grindimis. " #~ "Atlošk galvą atgal (padarydamas dvigubą smakrą). Pabūk šioje pozoje 2 " #~ "sekundes ir atsipalaiduok. Taip pat nulenk galvą į priekį, pabūk taip 2 " #~ "sekundes ir vėl atsipalaiduok." #~ msgid "Move the shoulder blades" #~ msgstr "Pajudink pečių ašmenis" #~ msgid "Neck stretch" #~ msgstr "Kaklo ištempimas" #~ msgid "Relax the eyes" #~ msgstr "Atpalaiduok akis" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Atsistok šalia stalo ir padėk abu delnus ant jo paviršiaus taip, jog " #~ "pirštai rodytų į tave. Švelniai įtempk savo riešus ir apatines rankų " #~ "dalis." #, fuzzy #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Atsistok ir pabandyk pasiekti lubas nepakėlęs savo kulnų. Pabūk taip " #~ "kelias sekundes. Tada lėtai leisk rankoms nusileisti nesulenkiant jų. " #~ "Judink jas toliau link grindų lenkdamasis kol galėsi (beveik) pasiekti " #~ "savo grindis. Lėtai kelk jas auštai nuo savo klubų, kol jos vėl bus " #~ "tiesios." #~ msgid "Stretch your back" #~ msgstr "Įtempk savo nugarą" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Riešo ir apatinės rankos dalies stalo įtempimas" #, fuzzy #~ msgid "Restbreak" #~ msgstr "Poilsio pe_rtrauka" workrave-1_10_10/po/nb.po000066400000000000000000001347511263301626300152460ustar00rootroot00000000000000# Translation of no.po (Norwegian) for Workrave # Copyright (C) 2003, 2004, 2005 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave product. # Translation by Morten Lunde # Last updated 2005-05-12 (translation version #3) # msgid "" msgstr "" "Project-Id-Version: no\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:25+0100\n" "Last-Translator: Morten Lunde \n" "Language-Team: >\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Gjenopprett tilkobling til %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Kunne ikke aktivere nettverksfunksjonen." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Avbryter nettverksfunksjonen." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Kobler til %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Fjerner klient %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Avbryter %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klienten %s er nå 'master'" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Jeg er nå 'master'" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klient %s sier 'hei'." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klient %s er duplikat." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Klient %s nektet adgang." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klient %s logget av." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klient %s ønsker oss velkommen." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Anmodning om master status fra %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Klient tidsavbrudd fra %s.." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Avviser master anmodning fra klient %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Bekrefter master anmodning fra klient %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Ikke-master klient %s avviste master anmodning." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s avviste master anmodning, utsetter." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s er nå ny master." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Nettverksfunksjon startet" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Aksepterte ny klient." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Klient %s lesefeil, lukker." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klient %s avbrøt forbindelsen." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klient %s tilkoblet." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Kunne ikke koble til klient %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "Å_pne" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Innstillinger" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Hvilepause" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Øvelser" # Mode menu item #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "St_ille" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Suspendert" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Nettverk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Koble til..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Frakoble" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Gjenopprett forbindelse" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Vis historikk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistikk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "Om..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Avslutt" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave-Tilleggsprogram" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Dette programmet hjelper til med å forebygge RSI syndrom (Repetetive Strain " "Injury)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "Om..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "_Vis loggfil" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Suspendert" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "St_ille" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pause påminnelse" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pause ignoreret" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Hvilepause startet" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Hvilepause avsluttet" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikropause startet" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikropause avsluttet" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Daglig grense" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Øvelse avsluttet" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Øvelser avsluttet" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Øvelse avsluttet" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d timer" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutter" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekunder" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Lås" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Steng" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Hopp over" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Utsett" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Du har nådd din daglige grense. Vennligst stopp arbeidet \n" "ved datamaskinen. Hvis din arbeidsdag ikke er slutt, finn \n" "på noe annet å gjøre, som gjennomlesning av et dokument." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave-Tilleggsprogram" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikropause" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Hvilepause" # Mode menu item #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Modus" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "Å_pne" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Innstillinger" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Øvelser" # Mode menu item #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Modus" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Nettverk" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Tilkoble" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Frakoble" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Gjenopprett forbindelse" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistikk" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Om..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Hvilepause" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "St_ille" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Tilkoble" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Vis loggfil" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Avslutt" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Benytt denne pausen til å slappe av litt." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Neste hvilepause om %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Tidspunktet for hvilepause er overskredet med %s minutter" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Daglig grense om %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Daglig grense overskredet med %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Generelt" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Lyd:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Statusvindu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Tilleggsprogram" # Notebook #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Tidtakere" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Brukergrensesnitt" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ingen blokkering" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokker tastatur/mus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokker tastatur/mus og skjerm" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Alternativer" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokkering:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" # Options #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Alternativer" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Ingen lyd" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Spill av lyd gjennom lydkortet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Spill av lyd med den innebygde høytaleren" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Lyd:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Plasser hvilepauser og daglig grense på samme sted" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" # panel->add(*start_in_tray_cb); #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Lyd:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Ingen lyd" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Tid til en mikropause?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Du trenger en hvilepause..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Du bør stoppe for i dag..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pause om %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Forsvinner om %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Stille om %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Hvilepause i %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Naturlige pauser avholdt" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Du trenger en hvilepause..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Du har nå hvilepause. Husk å reise deg opp og gå vekk \n" "fra datamaskinen regelmessig. Bare gå litt rundt i et \n" "par minutter, strekk ut og slapp av." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Neste hvilepause om %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Vent" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Plasser tidene ved siden av hverandre" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Plasser mikropauser og hvilepauser på samme sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Plasser hvilepauser og daglig grense på samme sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Plasser alle pauser på samme sted" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Skjul" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Vis" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Vis kun første gang perioden utløper" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Vis statusvindu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Statusvinduet er altid øverst" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Tilleggsprogram aktiveret" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Vis" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Plassering:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tidssyklus:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikropause:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Hvilepause:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Daglig grense:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Aktiver tidtaker" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pausepåminnelser" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Påminnelse før pauser" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maks antall påminnelser:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Vis knappene 'Utsett' og 'Hopp over'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Vis knappene 'Utsett' og 'Hopp over'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Utsett tidtakere ved inaktivitet" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Anse mikropauser som aktiviteter" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Antall øvelser:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Tid før slutt:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Tid mellom pauser:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Pauselengde:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Utsettetelsesperiode:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Dette programmet hjelper til med å forebygge RSI syndrom (Repetetive Strain " "Injury)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Nettverksforbindelse" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Oppgi navn og portnummer til en datamaskin i \n" "nettverket som du ønsker å koble deg til." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Vertsnavn:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Netteverkslogg" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Aktiver nettverk" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Brukernavn:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Passord:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Server innstillinger" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Serverport:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Tilknytningsforsøk:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Tilknytningsintervall:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avansert" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Følgende liste viser de vertsnavnene Workrave kobler seg til ved \n" "oppstart. Klikk på vertsnavn eller portnummer for å redigere." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Vertsnavn" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Vertssystem" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Skulder-/arm-utstrekking" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Strekk ut en arm rett ut foran brystkassen. Dytt denne armen med den andre " "mot deg inntil du merker en lett strekk i skulderen. Hold denne posisjonen " "en kort stund og gjenta hele øvelsen med den andre armen." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Fingerutstrekning" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Strekk ut og spre fingrene til du merker en lett strekk. Hold i 10 sekunder. " "Slapp av og knyt så sammen fingrene og hold igjen for 10 sekunder. Gjenta " "øvelsen en gang til." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Utstrekking av nakken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Se rett frem og finn en behagelig posisjon med hodet. Legg så høyre øre " "sakte mot høyre skulder slik at du forsiktig strekker musklene på venstre " "side av nakken. Hold i 5 sekunder. Gjenta så hele øvelsen med venstre øre " "mot venstre skulder. Gjenta begge øvelsene 2 ganger til hver side." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Bakover skulderstrekk" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Flett fingrene bak ryggen. Drei albuene forsiktig innover, mens du strekker " "armene. Hold denne stillingen i 5 til 15 sekunder. Gjenta øvelsen 2 ganger." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Beveg øynene" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Se på øverste venstre hjørne av den ytterste kanten på skjermen din. Følg " "kanten langsomt med øynene til det øvre høyre hjørnet. Gjenta til du når " "neste hjørne osv, inntil du har nådd rundt hele veien to ganger. Gjenta " "øvelsen den motsatte veien rundt." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Tren øye fokusering" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Fokuser på det fjerneste punktet du kan se bak skjermen din. Etter et par " "sekunder, fokuser på kanten av skjermen. Hvis du ikke kan se noe særlig bak " "skjermen din, snu deg i en annen retning med bedre utsikt og bytt fokus " "mellom et fjernt objekt og en penn holdt i samme avstand som mellom øynene " "og skjermen din." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Se inn i mørket" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Skjul øynene dine med håndflatene slik at du fortsatt kan åpne øyelokkene. " "Åpne nå øynene og se inn i mørket i håndflatene. Denne øvelsen gir bedre " "avlastning for øyene sammenlignet med bare å lukke de." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Beveg skuldrene" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Sving langsomt høyre arm rundt i store sirkler som en propell på et fly. " "Gjørdette 4 ganger forover, 4 ganger bakover og slapp av i noen sekunder. " "Gjenta så det hele med venstre arm." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Beveg skuldrene opp og ned" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ta tak i armlenene på stolen din mens du sitter og press kroppen opp inntil " "armene er strukket. Forsøk å flytte hodet enda lenger ved å senke skuldrene. " "Beveg deg sakte tilbake på plass i stolen." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Snu hodet" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Snu hodet mot venstre og hold det der i 2 sekunder. Snu deretter hodet mot " "høyre og hold det der i 2 sekunder." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Øvelser" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Antall øvelser:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Antall øvelser:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Øvelser" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Fortsett" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pause" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Antall øvelser:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Se gjennom historikk" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Dato:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauser" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pause anmodninger" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Antall ganger du ble anmodet om å ta hvilepauser, untatt repeterende " "anmodninger for den samme pausen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Repeterende anmodninger" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Antall ganger anmodninger om pauser ble repetert" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Anmodede pauser avhold" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Antall ganger pauser ble avholdt ved anmoding" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Naturlige pauser avholdt" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Antall ganger pauser ble avholdt uten anmodning" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Pauser hoppet over" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Antall pauser som ble hoppet over" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Pauser utsatt" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Antall pauser du har utsatt" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Overskredet tid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Den totale tiden denne pausen har vært forsinket" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Daglig bruk" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Total datamaskinbruk" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivitet" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Bruk av mus:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Den totale tiden du har brukt musen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Musbevegelser:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Den totale bevegelse av musen på skjermen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effektiv musbeveglese:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Den totale musbevegelse du ville hatt dersom du hadde flyttet musen i en " "rett linje mellom klikkene" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Klikk på musknapper:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Totalt antall klikk på musknapper" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tastetrykk:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Totalt antall tastetrykk" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, fra %s til %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientering" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orienteringen av systemområdet" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Du har nå hvilepause. Husk å reise deg opp og gå vekk \n" #~ "fra datamaskinen regelmessig. Bare gå litt rundt i et \n" #~ "par minutter, strekk ut og slapp av." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Stille om %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Kan ikke finne maskinens nettverksnavn. Deaktiverer distribusjon." #, fuzzy #~ msgid "Break in" #~ msgstr "Pause om %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Forsvinner om %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Stille om %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Feil: Kunne ikke initialisere Bonobo" #~ msgid "Inactive" #~ msgstr "Inaktiv" #~ msgid "Credits" #~ msgstr "Utviklere" #~ msgid "_Written by" #~ msgstr "_Skrevet av" #~ msgid "_Documented by" #~ msgstr "_Dokumentasjon av:" #~ msgid "_Translated by" #~ msgstr "_Oversatt av" # Add the credits button #~ msgid "_Credits" #~ msgstr "_Krediteringer" #~ msgid "About %s" #~ msgstr "Om %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Lukk øynene og pust ut så lenge du kan og forsøk å slappe av. Når du " #~ "puster inn igjen, gjør det så sakte som mulig. Forsøk å telle sakte til 8 " #~ "for hver gang du puster ut og inn. For å slappe ekstra av i øynene, " #~ "forsøk å lukke dem i mikropauser også." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Still deg med ansiktet mot en vegg. Plasser hendene på veggen i " #~ "skulderhøyde med albuene lett bøyd. Skyv kroppem mot veggen uten å endre " #~ "vinkel på albuene. Skyv deg tilbake fra veggen igjen uten å endre vinkel " #~ "på albuene" #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Hold hodet fremover og kjeven parallelt med gulvet. Flytt langsomt hodet " #~ "tilbake (så du lager dobbelthake). Hold posisjonen i 2 sekunder og slapp " #~ "av. Flytt hodet rolig samme vei forover, hold posisjonen i 2 sekunder og " #~ "slapp av igjen." #~ msgid "Move the shoulder blades" #~ msgstr "Beveg skulderbladene" #~ msgid "Neck stretch" #~ msgstr "Strekk nakken" #~ msgid "Relax the eyes" #~ msgstr "Slapp av i øynene" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Still deg ved skrivebordet og plasser begge håndflatene på bordplaten, " #~ "med fingrene pekende mot kroppen. Strekk forsiktig håndleddene og " #~ "underarmene." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Stå oppreist og forsøk å ta i taket med hendene uten å løfte hælene fra " #~ "gulvet. Hold i noen sekunder. La så hendene synke sakte mot gulvet uten å " #~ "bøye armene. Fortsett å la hendene synke mot gulvet ved å sakte bøye " #~ "ryggen forover helt til du (nesten) kan plassere de foran skoene dine. " #~ "Rett sakte opp ryggen fra hoften til du står oppreist igjen." #~ msgid "Stretch your back" #~ msgstr "Strekk ryggen" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Utstrekking av håndledd og underarm" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Hvilepause" #~ msgid "Block inndata og skjerm" #~ msgstr "Blokker alt" workrave-1_10_10/po/nl.po000066400000000000000000001501711263301626300152520ustar00rootroot00000000000000# Workrave # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2011 Rob Caelers & Raymond Penners # Raymond Penners , 2002. # msgid "" msgstr "" "Project-Id-Version: workrave 1.8.0\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2013-05-25 20:45+0200\n" "Last-Translator: Raymond Penners \n" "Language-Team: Raymond Penners \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Opnieuw aan het verbinden met cliënt %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Kon netwerkfuncties niet activeren." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Netwerkfuncties uitgezet." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Aan het verbinden met %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Cliënt %s verwijderd." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Verbinding verbroken met %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Cliënt %s is nu de leider." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Ik ben nu de leider." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Cliënt %s zegt hallo." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Cliënt %s komt vaker voor." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Cliënt %s krijgt geen toegang." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Cliënt %s heeft zich afgemeld." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Cliënt %s heet ons welkom." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Leiderschapsaanvraag ingediend bij %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Cliënt reageerde niet op tijd vanaf %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Verzoek tot leiderschap van cliënt %s gewijgerd." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Leiderschapsoverdracht van cliënt %s bevestigd." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Niet-leidende cliënt %s weigert leiderschapsverzoek." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Cliënt %s weigerde leiderschapsverzoek, uitgesteld." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Cliënt %s is nu de nieuwe leider." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Netwerkfuncties gestart." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Nieuwe cliënt geaccepteerd." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Leesfout van cliënt %s, verbinding gesloten." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Cliënt %s heeft de connectie gesloten." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Cliënt %s heeft verbinding gemaakt." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Kon niet verbinden met cliënt %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Open" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "Voorkeuren" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Rustpauze" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "Oefeningen" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normaal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Stil" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Uitgeschakeld" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Netwerk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "Maak verbinding..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "Verbreek verbinding" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "Opnieuw verbinden" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Toon _logboek" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Lees modus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "Statistieken" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "Info..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Beeeindigen" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Dit programma helpt bij het voorkomen en genezen van Repetitive Strain " "Injury (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "Toetreden" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "Info..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "Toon _logboek" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "_Normaal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Uitgeschakeld" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Stil" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Verzoek tot pauze" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauze genegeerd" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Begin rustpauze" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Einde rustpauze" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Begin micro-pauze" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Einde micro-pauze" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dagelijkse limiet" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Einde oefening" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Einde oefeningen" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Volgende stap in oefening" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Persoonlijk" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d uur" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuten" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d seconden" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Vergrendelen" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "Uit_schakelen" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Overslaan" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Uitstellen" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Je hebt je dagelijkse limiet bereikt. Stop met werken\n" "achter de computer. Als je werkdag nog niet voorbij is,\n" "ga dan iets anders doen, bv. documenten reviewen." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave draait op de achtergrond. Klik op het witte schaap om\n" "Workrave te bereiken." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workrave kon niet gestart worden" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Is Workrave al gestart?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave kon geen toetsenbord en muis activiteit monitoren.\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Zorg ervoor dat de RECORD extensie in de X server ingeschakeld is." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "Workrave is in uitgeschakelde modus. Muis en toetsenbord activiteit\n" "wordt niet gemonitord." #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrave is in stille modus. Pauze vensters zullen niet getoond worden." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micro-pauze" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Rustpauze" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Modus" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "_Open" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Voorkeuren" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Oefeningen" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "_Modus" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Netwerk" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "Maak verbinding" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "Verbreek verbinding" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Opnieuw verbinden" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistieken" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Info..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "Rustpauze" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Stil" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "Maak verbinding" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Toon _logboek" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "_Beeeindigen" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_Lees modus" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Ontspan gedurende enkele seconden" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Rustpauze over %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Rustpauze %s te laat" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Dagelijkse limiet over %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "%s over dagelijkse limiet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Algemeen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Geluiden" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Statusvenster" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Tijden" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Gebruikers interface" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Geen blokkering" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokkeer invoer" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokkeer invoer en scherm" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opties" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokkeer modus:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Systeem standaard" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "Lettertype niet beschikbaar" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Taal:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Start Workrave wanneer Windows start" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Toon het notificatie icoon" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Geluid opties" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Geen geluid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Speel geluiden met behulp van de geluidskaart" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Speel geluiden met behulp van de ingebouwde speaker" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Volume:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Geluid:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Schakel geluid uit tijdens rustpauze en dagelijkse limiet" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Geluiden:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Geluid thema:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Afspelen" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Gebeurtenis" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Kies aa geluid" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Geluid bestanden" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Gebruik alternatieve activiteitmonitor" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Activeer deze optie indien Workrave niet correct muis en toetsenbord\n" "gebruik monitort." #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Tijd voor een micro-pauze?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Je bent toe aan een rustpauze..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Genoeg voor vandaag..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pauze over %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Verdwijnt over %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Stil over %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Rustpauze gedurende %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Zelfstandig genomen pauzes" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Dit is een zelfstandig genomen pauze..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Dit is je rustpauze. Zorg ervoor dat je regelmatig\n" "opstaat en wegloopt van de computer. Wandel enkele\n" "minuten rond, strek, en ontspan." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Neem nu een rustpauze" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Wacht" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Plaats de klokken naast elkaar" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Plaats micro-pauze en rustpauze op één plek" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Plaats rustpauze en dagelijkse limiet op één plek" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Plaats alle klokken op dezelfde plek" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Verberg" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Toon" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Toon alleen als deze als eerste afloopt" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Toon statusvenster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Het statusvenster blijft boven alle andere vensters" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet actief" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Weergave" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Plaatsing:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tijd tussen pauzewissel:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micro-pauze:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Rustpauze:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dagelijkse limiet:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Activeer klok" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Verzoek tot pauze" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Vraag alvorens te pauzeren" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Max. aantal verzoeken:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 msgid "Show 'Postpone' button" msgstr "Toon 'Uitstellen'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 msgid "Show 'Skip' button" msgstr "Toon 'Overslaan'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Stop de klok tijdens inactiviteit" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Micro-pauzes tellen als werktijd" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Aantal oefeningen:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Start rustpauze zodra het scherm vergrendeld wordt" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Werktijd:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Werktijd:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Pauze tijdsduur:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Uitstel tijd:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Dit programma helpt bij het voorkomen en genezen van Repetitive Strain " "Injury (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Netwerk verbinding" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Geef de machine naam en poort nummer van een\n" "computer uit het netwerk op." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Machine naam:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Poort:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Netwerk logboek" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Activeer netwerk ondersteuning" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Gebruikersnaam:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Wachtwoord:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Sta inkomende verbindingen toe" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Server instellingen" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Server poort:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Aantal pogingen tot verbinding:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Interval tussen pogingen:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Geavanceerd" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "De volgende lijst is een lijst van machines waarheen Workrave een\n" "verbinding maakt tijdens het opstarten. Klik op de machine naam\n" "of poort nummer om deze te bewerken." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Machine naam" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Poort" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Machines" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Schouder-arm strekken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Hou een arm horizontaal uitgestrekt voor je borstkas. Druk deze met de " "andere arm naar je toe totdat je voelt dat je schouder iets gespannen is. " "Hou dit even vol, en herhaal daarna de oefening voor de andere arm." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Vingers strekken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Strek je vingers uit elkaar totdat je een lichte spanning voelt, en hou deze " "positie 10 seconden vast. Ontspan nu, en buig daarna je vingers bij de " "knokkels, en hou dit weer 10 seconden vast. Herhaal deze oefening." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Nek strekken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Begin met je hoofd in een comfortabele rechte positie. Kantel dan langzaam " "je hoofd naar je rechter schouder toe, en strek daarme de spieren aan de " "linkerkant van je nek. Hou deze positie 5 seconden vast. Daarna kantel je je " "hoofd naar de linker schouder toe om de rechter nekspieren te strekken. " "Herhaal deze oefening twee keer voor elke kant." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Achterwaarts schouders strekken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Kruis je vingers achter je rug. Draai je ellebogen naar binnen toe terwijl " "je je armen strekt. Hou deze positie 5 tot 15 seconden vast. Herhaal deze " "oefening." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Beweeg de ogen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Kijk naar de hoek links-boven van de buitenrand van je monitor. Volg " "langzaam met je ogen de buitenrand van de monitor naar de hoek rechts-boven. " "Vervolg de beweging naar de volgende hoek, totdat je twee keer rond geweest " "bent. Herhaal daarna de beweging in tegengestelde richting." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Train het focussen van de ogen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Zoek naar het verste punt dat je kan zien achter je monitor. Focus je ogen " "op dit punt. Na een paar seconden focus je op de rand van je monitor. " "Herhaal dit. Als je niet ver achter je monitor kunt kijken, gebruik dan een " "pen en zoek een ander punt." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Kijken in de duisternis" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Bedek je ogen met je handpalmen zodanig dat je wel nog je ogen kunt openen. " "Open nu je ogen en kijk in de duisternis van je handpalmen. Deze oefening " "geeft meer rust dan dat je je ogen alleen maar sluit." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Beweeg de schouders" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Draai je rechterarm langzaam rond als een vliegtuig propellor naast je " "lichaam. Doe dit 4 keer voorwaarts, 4 keer achterwaarts en ontspan een paar " "seconden. Herhaal dit voor de linkerarm." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Beweeg de schouders op en neer" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Zet je handen op de leuning van je stoel als je zit en duw je lichaam omhoog " "totdat je armen gestrekt zijn. Probeer met je hoofd nog verder omhoog te " "komen door je schouders te laten zakken. Laat je daarna langzaam weer terug " "in je stoel zakken." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Draai je hoofd" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Draai je hoofd naar links en houdt dat 2 seconden vast. Draai daarna je " "hoofd naar rechts en houdt dat 2 seconden vast." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Oefeningen" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Vorige oefening" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Volgende oefening:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Pauzeer oefeningen:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Stop oefeningen" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Ga verder" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauzeer" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Vervolg oefeningen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Bladeren" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "Verwijder alle statistiek geschiedenis" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauzes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Verzoeken tot pauze" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Het aantal keren dat je verzocht werd te pauzeren, exclusief herhaalde " "verzoeken voor dezelfde pauze" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Herhaalde verzoeken" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Het aantal keren dat je meermaals verzocht werd te pauzeren" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Opgevolgde pauzes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "" "Het aantal keren dat je een pauze nam toen je verzocht werd te pauzeren" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Zelfstandig genomen pauzes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" "Het aantal keren dat je een pauze nam zonder dat je hiertoe verzocht werd" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Overgeslagen pauzes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Het aantal pauzes dat je hebt overgeslagen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Uitgestelde pauzes" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Het aantal pauzes dat je hebt uitgesteld" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Overtijd" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "De totale tijd die je overtijd was" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Dagelijks gebruik" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Het totale computer gebruik" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Activiteit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Muisgebruik:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "De tijdsduur gedurende welke je de muis gebruikte" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Muisbeweging:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "De totale muisbeweging gemeten op het scherm" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effectieve muisbeweging:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "De totale muisbeweging die je gehad zou hebben als je in rechte lijnen " "tussen muiskliks zou bewegen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Muiskliks:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Het totaal aantal muiskliks" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Toetsaanslagen:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Het totaal aantal toetsen ingedrukt" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, van %s tot %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "Waarschuwing" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "De gehele statistiek geschiedenis wordt gewist. Doorgaan?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "Bestanden gewist!" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "De statistiek geschiedenis bestanden zijn gewist." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "Informatie" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "Bestanden konden niet gewist worden." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" "De bestanden met de statistiek geschiedenis konden niet gewist worden.\n" "Nogmaals proberen?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "Fout" #~ msgid "Orientation" #~ msgstr "Oriëntatie" #~ msgid "The orientation of the tray" #~ msgstr "De oriëntatie van het systeemvak." #~ msgid "Reading Mode" #~ msgstr "Lees modus" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Dit is je rustpauze. Zorg ervoor dat je regelmatig\n" #~ "opstaat en wegloopt van de computer. Wandel enkele\n" #~ "minuten rond, strek, en ontspan." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Stil over %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Kan computernaam niet achterhalen, netwerkfuncties gedeactiveerd." #~ msgid "Break in" #~ msgstr "Pauze over" #~ msgid "Disappears in" #~ msgstr "Verdwijnt over" #~ msgid "Silent in" #~ msgstr "Stil over" #~ msgid "I could not initialize Bonobo" #~ msgstr "Bonobo kon niet geïnitialiseerd worden" #~ msgid "Inactive" #~ msgstr "Inactief" #~ msgid "Credits" #~ msgstr "Credits" #~ msgid "_Written by" #~ msgstr "Geschreven door" #~ msgid "_Documented by" #~ msgstr "Documentatie door" #~ msgid "_Translated by" #~ msgstr "Vertaald door" #~ msgid "_Credits" #~ msgstr "_Credits" #~ msgid "About %s" #~ msgstr "Over %s" #~ msgid "Fist roll" #~ msgstr "Vuist rollen" #~ msgid "" #~ "Put your underarm on a table and make a fist. Roll your fist away from " #~ "your body untill it rests on your nuckles. Keep it for 2 seconds and roll " #~ "it back. Repeat this 5 times for each hand. If the muscle is stretched to " #~ "much, let your fingers rest on the table while rolling." #~ msgstr "" #~ "Leg je onderarm op tafel en maak een vuist. Rol je vuist nu van je af, " #~ "totdat deze op de knokkels steunt. Houd je arm 2 seconden vast en laat " #~ "hem terug rollen. Herhaal dit 5 keer voor elke hand. Als de spanning van " #~ "de spier te groot is, laat je vingers dan op de tafel rusten bij het " #~ "rollen." #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Sluit je ogen en adem langzaam zo lang mogelijk, maar ontspannen uit. " #~ "Adem langzaam in. Probeer voor elke keer in- of uitademen tot 8 te " #~ "tellen. Om je ogen vaker te ontspannen kun je de oefening ook in een " #~ "micropauze doen." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Ga met je gezicht naar de muur staan en plaats je handen op schouder " #~ "hoogte tegen de muur met licht gebogen ellebogen. Duw je lichaam naar de " #~ "muur toe zonder de hoek van de ellebogen te veranderen. Duw daarna je " #~ "lichaam van de muur af zonder de hoek van de ellebogen te veranderen." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Houd je hoofd recht en je onderkaak evenwijdig aan de vloer. Beweeg je " #~ "hoofd naar achteren (maak een dubbele kin). Houd dit 2 seconden vast en " #~ "ontspan. Beweeg je hoofd op dezelfde manier naar voren en houd dat 2 " #~ "seconden vast en ontspan opnieuw." #~ msgid "Move the shoulder blades" #~ msgstr "Beweeg de schouderbladen" #~ msgid "Neck stretch" #~ msgstr "Rekken van de nek" #~ msgid "Relax the eyes" #~ msgstr "Ontspan de ogen" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Ga naast je bureau staan en plaats beide handpalmen op het bureau zodanig " #~ "dat je vingers naar je lichaam toe wijzen. Strek voorzichtig je polsen en " #~ "je onderarmen." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Ga staan en probeer met je handen het plafond te raken zonder je hakken " #~ "op te lichten. Houd dat een paar seconden vast. Laat dan je handen " #~ "langzaam en gestrekt naar de grond zakken. Maak de beweging af door je " #~ "rug te buigen, totdat je je handen (bijna) voor je schoenen op de grond " #~ "kunt plaatsen. Rol je rug weer langzaam recht, te beginnen bij je heupen, " #~ "totdat je weer rechtop staat." #~ msgid "Stretch your back" #~ msgstr "Rek je rug" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Pols en onderarm strekken" #~ msgid "Restbreak" #~ msgstr "Rustpauze" #~ msgid "Connect at start-up" #~ msgstr "Maak verbinding bij opstarten" #~ msgid "Resets at:" #~ msgstr "Herstart om:" #~ msgid "Timer ignores activity" #~ msgstr "Micro-pauzes tellen als werktijd" #~ msgid "Micro-pause ended" #~ msgstr "Einde micro-pauze" #~ msgid "None" #~ msgstr "Geen" #~ msgid "Block all" #~ msgstr "Blokkeer alles" #~ msgid "Force break after maximum exceeded" #~ msgstr "Forceer pauze na maximum" #~ msgid "Hide main window at start-up" #~ msgstr "Verberg het hoofdvenster tijdens het opstarten" #~ msgid "Identity" #~ msgstr "Identiteit" #~ msgid "You can configure the user interface related settings from here." #~ msgstr "" #~ "In dit scherm kun je instellingen die betrekking hebben tot het\n" #~ "gebruikers interface wijzigen." #~ msgid "" #~ "This dialog allows you to change the settings of the timers. Each unit\n" #~ "of time is broken down into hours, minutes and seconds (also known as\n" #~ "the \"hh:mm:ss\" format). These can all be controlled individually." #~ msgstr "" #~ "In dit scherm kun je de instellingen van de klokken wijzigen. De tijd\n" #~ "wordt gespecificeerd in uren, minuten en seconden (ook wel bekend\n" #~ "als het \"uu:mm:ss\" formaat). Deze kunnen afzonderlijk aangepast worden." #~ msgid "You can configure the applet related settings from here." #~ msgstr "" #~ "In dit scherm kun je instellingen die betrekking hebben tot de\n" #~ "applet wijzigen." #~ msgid "" #~ "You can connect several instances of Workrave in a network. All " #~ "connected\n" #~ "instances share the same timer information, meaning you will be reminded\n" #~ "of your breaks even if you switch computers." #~ msgstr "" #~ "Het is mogelijk om meerdere instanties van het programma in een\n" #~ "netwerk met elkaar te verbinden en de pauze informatie te delen." #~ msgid "Total breaks" #~ msgstr "Aantal pauzes" #~ msgid "Total mouse time:" #~ msgstr "Muis gebruik:" #~ msgid "Show break at position:" #~ msgstr "Toon pauze op plek:" #~ msgid "Show only when first:" #~ msgstr "Toon alleen als eerste pauze:" #~ msgid "Show only when imminent in:" #~ msgstr "Toon alleen als pauze begint binnen:" #~ msgid "Show exclusively:" #~ msgstr "Toon pauze exclusief:" #~ msgid "Default break:" #~ msgstr "Standaard pauze:" #~ msgid "" #~ "When multiple breaks are shown on a certain position, this value " #~ "indicates the time each break is shown." #~ msgstr "" #~ "De tijdsduur gedurende welke de pauze getoond wordt wanneer meerdere " #~ "pauzes dezelfde plek delen." #~ msgid "If set, this break will be shown in the applet." #~ msgstr "Toon de pauze in de applet." #~ msgid "Layout" #~ msgstr "Layout" #, fuzzy #~ msgid "History" #~ msgstr "Historie:" #, fuzzy #~ msgid "Start time:" #~ msgstr "Start tijd:" #~ msgid "Break visible:" #~ msgstr "Pauze zichtbaar:" #, fuzzy #~ msgid "Skipped" #~ msgstr "Overslaan" #, fuzzy #~ msgid "Postponsed" #~ msgstr "Uitstellen" #~ msgid "Monitoring" #~ msgstr "Activiteit detectie" #~ msgid "Monitoring preset" #~ msgstr "Detectie type" #~ msgid "Preset" #~ msgstr "Standaard instelling" #~ msgid "Noise time (ms)" #~ msgstr "Ruis (ms)" #~ msgid "Idle time (ms)" #~ msgstr "Inactieve tijd (ms)" #~ msgid "" #~ "The timers are started if, during the 'Activity\n" #~ "time', there was no inactivitiy for longer than\n" #~ "'Noise time'. When 'Noise time' exceeds 'Activity\n" #~ "time', the timers are started if the time between\n" #~ "two events is greater then 'Activity time' but\n" #~ "smaller then 'Noise time'." #~ msgstr "" #~ "De klokken worden gestart als gedurende 'Actieve\n" #~ "tijd' geen inactiviteit langer dan 'Ruis' optreedt.\n" #~ "Voor 'Ruis' waarden groter dan 'Actieve tijd'\n" #~ "starten de klokken als de tijd tussen twee\n" #~ "gebeurtenissen groter is dan 'Actieve tijd' maar\n" #~ "kleiner dan 'Ruis'." #~ msgid "Custom settings" #~ msgstr "Eigen instellingen" #~ msgid "" #~ "Activity and idle time detection can be fine-tuned by the monitor\n" #~ "settings. You can choose from various presets, or define your own\n" #~ "custom settings." #~ msgstr "" #~ "In dit paneel kun je de activiteit detectie instellen. Je hebt de\n" #~ "keuze uit enkele standaard instellingen, of je kunt je eigen " #~ "instellingen\n" #~ "kiezen." workrave-1_10_10/po/pl.po000066400000000000000000001365021263301626300152560ustar00rootroot00000000000000# translation of workrave.po to Polish # translation of pl.po to # This file is distributed under the same license as the PACKAGE package. # mikolaj <mikolaj@localhost>, 2004. # Copyright (C) YEAR Rob Caelers & Raymond Penners. # Mikolaj Machowski , 2005. # s120801-translate , 2012. msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2013-05-25 19:34+0200\n" "Last-Translator: s120801-translate \n" "Language-Team: s120801-translate\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Ponowne łączenie z %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Operacje w sieci są niemożliwe." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Wyłączanie operacji sieciowych." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Łączenie z %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Usuwanie klienta %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Rozłączanie z %s" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Klient %s jest teraz nadrzędny." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Jestem nadrzędny." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Klient %s pozdrawia." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Klient %s jest duplikatem." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Dostęp do klienta %s niemożliwy." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Klient %s odłączony." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Klient %s wita." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Żądanie przejęcia roli nadrzędnego od %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Przekroczenie czasu przez %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Odrzucenie żądania nadrzędnego przez klienta %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Akceptacja żądanie nadrzędnego przez klienta %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Zwykły klient %s odrzucił żądanie nadrzędnego." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s odrzucił żądanie nadrzędnego, opóźnienie." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s jest teraz nadrzędny." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Rozpoczęcie operacji w sieci." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Nowy klient zaakceptowany." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "%s - błąd odczytu, zamykam." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Klient %s zamknął połączenie." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Klient %s jest połączony." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Nie można połączyć się z klientem %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Otwórz" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Preferencje" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Odpoczynek" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "Ćwicz_enia" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Tryb" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normalny" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "Cich_o" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zawieszony" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Sieć" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Połączenie..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Rozłącz" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "P_ołącz znowu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Pokaż log..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Tryb czytania" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statystyki" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O programie..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Zakończ" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Aplet Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Program pomaga w zapobieganiu urazom na skutek chronicznego przeciążenia\n" "- RSI (Repetitive Strain Injury) oraz wspomaga rekonwalescencję." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_Dołącz" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "_O programie" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 msgid "Show log" msgstr "Pokaż log" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "Normalny" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "Zawieszony" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "Cichy" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Zachęta do przerwy" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Przerwa zignorowana" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Odpoczynek rozpoczęty" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Odpoczynek zakończony" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikroprzerwa rozpoczęta" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikroprzerwa zakończona" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dzienny limit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Ćwiczenie zakończone" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Ćwiczenia zakończone" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Zmiana ćwiczenia" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Własne" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d godzin" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minut" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekund" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Zablokuj" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "_Wyłącz" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Pomiń" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Opóźnij" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Osiągnąłeś swój dzienny limit. Lepiej nie siedź już\n" "przed komputerem. Jeśli Twój dzień pracy jeszcze się nie skończył\n" "znajdź coś innego do roboty, np. przeglądanie dokumentów." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave dalej pracuje. Możesz uzyskać dostęp do Workrave klikając na ikonę " "białej owieczki. Kliknij ten dymek, aby wyłączyć tę wiadomość" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Nie udało się uruchomić Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Czy Workrave jest już uruchomiony?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave nie może monitorować aktywność klawiatury i myszy.\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Upewnij się, że rozszerzenie RECORD jest włączone w X serwerze." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "Workrave jest w trybie zawieszenia. Aktywność myszy i klawiatury nie będą " "monitorowane." #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrace jest w trybie cichym. Okno przerw nie będzie się pojawiać." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikroprzerwa" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Odpoczynek" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "Tryb: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Otwórz" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Preferencje" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Ćwiczenia" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "Tryb" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Sieć" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 msgid "Connect" msgstr "Połącz" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 msgid "Disconnect" msgstr "Rozłącz" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "Połącz ponownie" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statystyki" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O programie..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Odpoczynek" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Cichy" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Połącz" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Pokaż log" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "Zamknij" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_Tryb czytania" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Zrelaksuj się parę sekund" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Następny odpoczynek za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Zalegasz z odpoczynkiem %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Dzienny limit upłynie za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Dzienny limit został przekroczony o %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Ogólne" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Dźwięki" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Okno statusu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Aplet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Zegary" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interfejs użytkownika" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Nic nie blokuj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Zablokuj możliwość wprowadzania" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokuj wszystko" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opcje" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Tryb blokowania:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Domyślny systemu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(czcionka niedostępna)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Język:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Uruchom Workrave podczas uruchamiana systemu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Pokaż ikonę na pasku zadań" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Opcje dźwięku" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Bez dźwięku" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Przy pomocy karty dźwiękowej" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Za pomocą głośniczka w komputerze" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Głośność:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Dźwięk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Wycisz dźwięki podczas przerwy na odpoczynek i dziennego limitu" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Dźwięki zdarzeń" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Motyw dźwiękowy:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Odtwórz" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Zdarzenie" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Wybór dźwięku" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Pliki wave" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Użyj alternatywnego monitora" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 #, fuzzy msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Włącz tą opcję jeśli Workrave błędnie wykrywa kiedy pracujesz na komputerze" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Czas na mikroprzerwę?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Potrzebujesz odpoczynku..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Powninieneś skończyć na dzisiaj..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Przerwa za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Znika za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Cisza za %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Odpoczynek potrwa %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Naturalnych odpoczynków" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "To jest twój naturalny odpoczynek." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Czas na odpoczynek. Wstawaj od komputera w regularnych\n" "odstępach czasu. Pochodź przez kilka minut, wykonaj\n" "kilka prostych ćwiczeń, rozciągnij się, zrelaksuj." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Rozpocznij przerwę teraz" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Czekaj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Umieść zegary jeden obok drugiego" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Umieść mikroprzerwę i odpoczynek w jednym miejscu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Umieść odpoczynek i limit dzienny w jednym miejscu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Umieść wszystkie zegary w jednym miejscu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Ukryj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Pokaż" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Pokaż tylko jeśli ten typ przerwy jest następny" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Pokaż okno statusu" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Okno statusu zawsze nad innymi oknami" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Uaktywnij aplet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Wyświetlanie" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Rozmieszczenie:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Czas cyklu:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikroprzerwa:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Odpoczynek:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dzienny limit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Pokaż zegary" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Zachęta do przerwy" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Zachęta przed przerwą" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maksymalna liczba zachęt:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Pokaż przyciski 'Opóźnij' i 'Pomiń'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Pokaż przyciski 'Opóźnij' i 'Pomiń'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Wstrzymaj zegar kiedy nieaktywny" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Uważaj mikroprzerwy za aktywność" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Liczba ćwiczeń:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Rozpocznij przerwę kiedy ekran jest zablokowany" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Czas do końca:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Czas między przerwami:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Czas trwania przerwy:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Opóźnienie trwa:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Pomaga w zapobieganiu urazom na skutek chronicznego przeciążenia- RSI " "(Repetitive Strain Injury) oraz wspomaga rekonwalescencję" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Połączenie z siecią" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Podaj nazwę hosta i numer portu komputera\n" "w sieci, z którym chcesz się połączyć." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Nazwa hosta:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Log połączenia sieciowego" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Pozwól na pracę w sieci" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Użytkownik:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Hasło:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Zezwól na przychodzące połączenia" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Ustawienia serwera" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port serwera:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Próbuję się połączyć:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Czas między próbami połączenia:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Zaawansowane" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Ta lista przedstawia komputery, do których Workrave łączy się w czasie\n" "startu. Kliknij na nazwę hosta lub numer portu do edycji." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nazwa komputera" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Komputery w sieci" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Rozciąganie ramienia" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Jedno ramię wyprostuj przed klatką piersiową. Pociągnij to ramię drugim " "dopóki nie poczujesz napięcia w barku. Wytrzymaj tak przez moment i powtórz " "ćwiczenie z drugim ramieniem." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Rozciąganie palców" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Rozdziel i wyprostuj palce tak aż poczujesz napięcie, wytrzymaj 10 sekund. " "Rozluźnij dłonie a następnie zegnij palce w kostkach na 10 sekund. Powtórz " "ćwiczenie jeszcze raz." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Rozciąganie szyi" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Zacznij z głową wygodnie wyprostowaną. Natępnie powoli pochyl głowę na prawy " "bark by delikatnie napiąć mieśnie lewej strony szyi. Wytrzymaj 5 sekund. " "Potem pochyl głowę na lewą stronę by napiąć mięśnie z drugiej strony. " "Powtórz to dwa razy dla każdej strony." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Rozciąganie barków za plecami" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Spleć palce za plecami. Zegnij delikatnie łokcie do wnętrza jednocześnie " "wyprostowując ramiona. Wytrzymaj w tej pozycji 5 do 15 sekund i powtórz " "ćwiczenie dwa razy." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Poruszanie oczami" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Spójrz na górny lewy róg monitora. Powoli przesuwaj wzrok do górnego prawego " "rogu. Kontynuuj do następnego rogu dopóki nie okrążysz w ten sposób monitora " "dwukrotnie. Następnie odwróć kierunek ćwiczenia." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Trening akomodacji" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Spójrz na najdalszy punkt jaki możesz zobaczyć za monitorem i skup na nim " "zwrok. Po paru sekundach zogniskuj wzrok na krawędzi monitora. Powtórz to. " "Jeśli nie możesz patrzeć daleko za monitorem obróć się w stronę z najdłuższą " "perspektywą. Następnie przeność wzrok między odległym punktem i np. ołówkiem " "trzymanym w takiej samej odległości od oczu co twój monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Spojrzenie w ciemność" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Zakryj oczy dłońmi tak żebyś mógł otworzyć oczy, ale jednocześnie nie " "docierało do nich światło. Teraz otwórz oczy i spójrz w ciemność. To " "ćwiczenie przynosi większą ulgę niż zwykłe zamknięcie oczu." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Rozluźnianie barków" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Zrób prawym ramieniem powolny ruch tak jakby śmigłem samolotu. Powtórz to 4 " "razy zgodnie z ruchem wskazówek zegara, 4 razy w przeciwnym kierunku i " "rozluźnij się na parę sekund. Powtórz ćwiczenie z lewym ramieniem." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Poruszanie barkami w górę i w dół" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Siedząc, umieść ręce na podłokietnikach Twojego fotela. Wyprostuj je tak aż " "się uniesiesz. Spróbuj unieść głowę jeszcze wyżej obniżając barki. Powoli " "wróć do pozycji siedzącej." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Obroty głowy" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Obróć głowę w lewo i trzymaj tak 2 sekundy. Następnie obróć głowę w prawo i " "też wytrzymaj 2 sekundy." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Ćwiczenia" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Poprzednie ćwiczenie" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Następne ćwiczenie" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Wstrzymaj ćwiczenia" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Zakończ ćwiczenia" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Wznów" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Wstrzymaj" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Wznów ćwiczenia" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Przejrzyj historię" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Przerwy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Zachęt do przerwy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Ile razy byłeś zachęcany do przerwy, wyłączając powtarzające się zachęty" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Powtórzonych zachęt" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Ile razy pod rząd byłeś zachęcany do przerwy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Zaakceptowanych przerw" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Ile razy odpocząłeś po zachęcie" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Naturalnych przerw" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Ile razy odpocząłeś bez zachęty" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Pominiętych przerw" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Ile przerw zostało pominiętych" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Przerw opóźnionych" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Ile przerw zostało opóźnionych" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Opóźnienia w sumie" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Całkowity czas kiedy przerwa była opóźniona" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Dzienne użycie" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Całkowity czas używania komputera" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktywność" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Użycie myszy:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Całkowity czas używania myszy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Ruch myszy:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Całkowity ruch myszy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Efektywny ruch myszy:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "Całkowity ruch myszy gdyby poruszała się prosto między kliknięciami" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Liczba kliknięć myszą:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Całkowita liczba kliknięć myszą" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Naciśnięć klawiszy:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Całkowita liczba naciśnięć klawiszy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Położenie" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Położenie tacki systemowej." #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Czas na odpoczynek. Wstawaj od komputera w regularnych\n" #~ "odstępach czasu. Pochodź przez kilka minut, wykonaj\n" #~ "kilka prostych ćwiczeń, rozciągnij się, zrelaksuj." #~ msgid "Starting %s" #~ msgstr "Cisza za %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Nie mogę rozwiązać własnej nazwy. Dezaktywacja dystrybucji." #~ msgid "Break in" #~ msgstr "Przerwa za %s" #~ msgid "Disappears in" #~ msgstr "Znika za %s" #~ msgid "Silent in" #~ msgstr "Cisza za %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Nie mogę zainicjować Bonobo" #~ msgid "Inactive" #~ msgstr "Nieaktywny" #~ msgid "Credits" #~ msgstr "Autorzy" #~ msgid "_Written by" #~ msgstr "_Autorzy:" #~ msgid "_Documented by" #~ msgstr "_Dokukumentacja:" #~ msgid "_Translated by" #~ msgstr "_Tłumaczenie:" #~ msgid "_Credits" #~ msgstr "A_utorzy" #~ msgid "About %s" #~ msgstr "O %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Zamknij oczy, zrób wydech tak długi jak potrafisz i spróbuj się " #~ "zrelaksować. Robiąc wdech rób to tak długo jak to możliwe. Spróbuj liczyć " #~ "do 8 z każdym wdechem i wydechem. Żeby dodatkowo odpoczęły oczy próbuj je " #~ "zamykać przy każdej mikroprzerwie." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Stań naprzeciw ściany (lub czegoś podobnego) i oprzyj się umieszczając " #~ "dłonie na wysokości barków, zegnij lekko łokcie. Napieraj ciałem na " #~ "ścianę nie zmieniając kąta ugięcia łokci. Następnie odepchnij się od " #~ "ściany nie zmieniając kąta ugięcia łokci." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Trzymaj głowę wyprostowaną, tak że dolna szczęka jest równolegle do " #~ "podłogi. Rusz głową do tyłu cały czas trzymając szczękę poziomo (robiąc " #~ "podwójny podbródek). Wytrzymaj 2 sekundy i rozluźnij się. Porusz głową do " #~ "przodu w ten sam sposób, wytrzymaj 2 sekundy i rozluźnij się." #~ msgid "Move the shoulder blades" #~ msgstr "Rozluźnianie łopatek" #~ msgid "Neck stretch" #~ msgstr "Napinanie szyi" #~ msgid "Relax the eyes" #~ msgstr "Odpoczynek dla oczu" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Stań obok biurka i umieść obie dłonie na biurku palcami w swoją stronę. " #~ "Delikatnie rozciągnij nadgarstki i przedramiona." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Wstań i spróbuj sięgnąć sufitu nie odrywając pięt od podłogi. Wytrzymaj " #~ "parę sekund. Opuść dłonie powoli nie zginając rąk. Kontynuuj ruch do " #~ "podłogi zginając plecy dopóki prawie dotkniesz podłogi przed stopami. " #~ "Powoli wyprostuj plecy od bioder w górę dopóki się nie wyprostujesz " #~ "całkowicie." #~ msgid "Stretch your back" #~ msgstr "Napinanie mięśni pleców" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Rozciąganie nadgarstków i przedramienia o biurko" workrave-1_10_10/po/pt_BR.po000066400000000000000000001375711263301626300156600ustar00rootroot00000000000000# Brazilian Portuguese translation for Workrave 1.6. # Copyright (C) 2004, 2007 Claudio Ferreira Filho - filhocf@yahoo.com.br # This file is distributed under the same license as the Workrave package. # msgid "" msgstr "" "Project-Id-Version: Workrave 1.6\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:25+0100\n" "Last-Translator: , Renato " "Botelho \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Reconectando a %s:" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Não foi possível habilitar a operação de rede." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Desativando a operação de rede." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Conectando a %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Removendo cliente %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Desconectando de %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "O cliente %s é mestre agora." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Sou mestre agora." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "O cliente %s disse 'Olá'." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "O cliente %s está duplicado." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Acceso negado ao cliente %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "O cliente %s sinalizou desligamento." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "O cliente %s lhe dá boas vindas." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Solicitando o status de mestre a %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Tempo excedido do cliente %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Rejeitando a solicitação de mestre do cliente %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Confirmando solicitação de mestre do cliente %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "O cliente %s sem status de mestre recusou solicitação de mestre." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "O cliente %s recusou a solicitação de mestre. Aguarde." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "O cliente %s é agora o novo mestre." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Inicializada a atividade na rede." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Novo cliente aceito." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Erro de leitura do cliente %s, fechando conexão." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Conexão fechada pelo cliente %s." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Cliente %s conectado." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Não foi possível conectar ao cliente %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Abrir" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Preferências" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Descanso" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Exercícios" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Modo" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Quieto" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Suspenso" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Rede" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Conectar..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Desconectar" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Reconectar" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Mostrar registro" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Modo leitura" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Estatísticas" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Sobre..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Sair" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Miniaplicativo Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Este programa lhe ajuda na prevenção e cura de lesões por esforço repetitivo " "(LER)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Sobre..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "_Mostrar registro" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Suspenso" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Quieto" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Aviso de descanso" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Descanso ignorado" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Início do descanso" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Fim do descanso" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Micropausa iniciada" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Fim da micropausa" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Limite diário" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Fim do exercício" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Fim dos exercícios" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Mudança de exercício" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Personalizado" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d horas" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minutos" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d segundos" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Bloquear" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Desligar" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Pular" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Atrasar" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Você atingiu seu limite diário. Por favor, pare de trabalhar\n" "com o computador. No caso de seu horário de trabalho não ter\n" "terminado, troque de atividade, como por exemplo,\n" "revisar documentos." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Iniciar Workrave na inicialização do Windows" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micropausa" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Descanso" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Modo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Abrir" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Preferências" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Exercícios" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Modo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Rede" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Conectar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Desconectar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Reconectar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Estatísticas" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Sobre..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Descanso" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Quieto" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Conectar" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Mostrar registro" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Sair" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "Modo _leitura" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Por favor, relaxe por alguns segundos" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Próximo descanso em %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Descanso atrasado em %s minutos" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, fuzzy, c-format msgid "Daily limit in %s" msgstr "Limite diário em %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, fuzzy, c-format msgid "Daily limit %s overdue" msgstr "Limite diário ultrapassado em %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Geral" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Som" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Janela de status" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Miniaplicativo" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Temporizadores" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interface do usuário" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Nenhum" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Bloquear dispositivos de entrada" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Bloquear dispositivos de entrada e tela" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opções" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Modo de impedimento:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Padrão do sistema" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(fonte não disponível)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Idioma:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Iniciar Workrave na inicialização do Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Mostrar ícone na bandeja do sistema" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Opções de Som" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Sem sons" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Som pela placa de som" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Sons pelo auto-falante integrado" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Volume:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Som:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Ficar mudo durante descanso e limite diário" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Eventos sonoros" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Tema sonoro:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Tocar" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Evento" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Escolha um som" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Arquivos .wav" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Uma micropausa?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Você necessita de um descanso..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Deveria terminar por hoje..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Descanso em %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Desaparece em %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Silencioso em %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Descanso de %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Interrupções espontâneas" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Você necessita de um descanso..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Esta é sua pausa para descanso. Certifique-se de se\n" "levantar e de se afastar do computador. Basta dar\n" "uma volta por alguns minutos, alongar-se e relaxar." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Próximo descanso em %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Espere" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Mostrar os temporizadores juntos" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Mostrar micropausa e descanso no mesmo espaço" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Mostrar descanso e limite diário no mesmo espaço" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Mostrar todos os temporizadores no mesmo espaço" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Ocultar" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Mostrar" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Mostrar somente quando este temporizador terminou" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Mostrar a janela de status" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "A janela de status fica sempre acima das demais janelas" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Miniaplicativo ativado" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Visualização" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Posição:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tempo de ciclo:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micropausa:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Descanso:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Limite diário:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Usar temporizador" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Aviso de interrupção" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Avisar antes da interrupção" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Número máximo de avisos:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Mostrar botões de 'Adiar' e 'Pular'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Mostrar botões de 'Adiar' e 'Pular'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Suspender o relógio quando estiver inativo" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Considerar as micropausas como atividade" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Número de exercícios:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Tempo antes do fim:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Tempo entre pausas:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Duração da pausa:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Duração do adiamento:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Este programa lhe ajuda na prevenção e cura de lesões por esforço repetitivo " "(LER)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Conexão à rede" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Insira o nome e número da porta do computador\n" "na rede que deseja se conectar." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Nome do servidor:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Porta:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Arq. de registro da rede" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Habilitar a conexão na rede" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Nome do usuário:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Senha:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Permitir conexões a este computador" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Configuração do servidor" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Porta do servidor:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Tentativas de conexão:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Intervalo entre as tentativas:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avançado" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "A seguinte lista especifica os servidores que o Workrave se conecta\n" "no início do programa. Clique no nome do servidor ou número da porta\n" "para editar." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Nome do servidor" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Porta" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Servidores" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Alongamento de ombros e braços" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Mantenha um braço extendido horizontalmente diante do peito. Puxe este braço " "em sua direção com o outro braço até que sinta uma tensão suave no ombro. " "Mantenha brevemente esta posição e repita o exercício com o outro braço." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Alongamento de dedos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Estique os dedos separando-os até que sinta uma ligeira tensão e mantenha-os " "assim durante 10 segundos. Relaxe, depois dobre as articulações dos dedos e " "mantenha-os assim durante 10 segundos. Repita este exercício uma vez." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Alongamento de inclinação de pescoço" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Comece com a cabeça comodamente em posição ereta. Incline sua cabeça " "lentamente até o ombro direito, esticando suavemente os músculos do lado " "esquerdo do pescoço. Mantenha essa posição durante 5 segundos. Então, " "incline a cabeça para o lado esquerdo para esticar o lado direito. Faça este " "movimento duas vezes para cada lado." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Alongamento atrás dos ombros" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Entrelace os dedos atrás das costas. Mova os cotovelos para dentro " "extendendo os braços. Mantenha-se nesta posição durante 5 a 15 segundos e " "repita o exercício duas vezes." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Mova os olhos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Olhe o canto superior esquerdo da borda externa do seu monitor. Siga a borda " "lentamente até o canto superior direito. Siga até o canto seguinte, até que " "tenha dado duas voltas. Faça este exercício no sentido contrário." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Treinamento de foco dos olhos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Olhe no ponto mais distante o possível atrás de seu monitor. Foque o olhar " "neste ponto distante. Depois foque na borda do monitor. Repita. Se não pode " "ver muito longe de seu monitor, olhe em outra direção com uma vista mais " "ampla. Então mude o foco entre um objeto distante e uma caneta à mesma " "distância dos seus olhos que o monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Olhando no escuro" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Cubra os olhos com as palmas das mãos de maneira que você ainda possa abrir " "as pálpebras. Abra os olhos e olhe o escuro de suas palmas. Este exercício " "dá mais alívio aos seus olhos que somente fechá-los." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Mova os ombros" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Gire seu braço direito lentamente como a hélice de um avião. Gire-o 4 vezes " "no sentido horário, 4 no sentido contrário, e descanse alguns segundos. " "Repita com o braço esquerdo." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Mova os ombros para cima e para baixo" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ponha as mãos nos apoios de braços da cadeira que está sentado e empurre seu " "corpo para cima até que seus braços estejam totalmente esticados. Tente " "esticar mais ainda a cabeça, baixando os ombros. Volte lentamente a se " "sentar na cadeira." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Giros de cabeça" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Gire a cabeça para a esquerda e deixe-a nesta posição durante 2 segundos. " "Então gire a cabeça até a direita e a mantenha assim 2 segundos." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Mostrador de exercícios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Exercício anterior" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Próximo exercício" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Pausar exercícios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Fim dos exercícios" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Retomar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pausar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Retomar exercícios:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Ver histórico" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Interrupções" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Avisos de interrupção" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Número de vezes que foi avisado para pausar, sem contar avisos repetidos " "para a mesma pausa" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Avisos repetidos" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "" "Número de vezes que lhe avisou repetidamente para fazer uma interrupção" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Interrupções realizadas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Número de vezes que fez uma interrupção ao ser avisado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Interrupções espontâneas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Número de vezes que fez uma interrupção sem que tivesse sido avisado" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Interrupções puladas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Número de interrupções que se pulou" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Interrupções atrasadas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Número de interrupções que foram atrasadas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Tempo de reatraso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Tempo total de reatraso deste descanso" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Uso diário" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Uso total do computador" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Atividade" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Uso do mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Tempo total de uso do mouse" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Movimento do mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Distância total percorrida com o mouse" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Movimento efetivo do mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Distância total que o mouse percorreu, se tivesse traçado linhas retas entre " "os cliques" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Cliques do mouse:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Número total de cliques dos botões do mouse" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Pressionamento de teclas:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Número total de teclas pressionadas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, de %s para %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientação" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orientação da bandeja" #, fuzzy #~ msgid "Reading Mode" #~ msgstr "Modo leitura" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Esta é sua pausa para descanso. Certifique-se de se\n" #~ "levantar e de se afastar do computador. Basta dar\n" #~ "uma volta por alguns minutos, alongar-se e relaxar." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Silencioso em %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Não posso resolver o nome do meu servidor. Desativando distribuição." #, fuzzy #~ msgid "Break in" #~ msgstr "Descanso em %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Desaparece em %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Silencioso em %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Não foi possível inicializar o Bonobo" #~ msgid "Inactive" #~ msgstr "Inativo" #~ msgid "Credits" #~ msgstr "Colaboradores" #~ msgid "_Written by" #~ msgstr "_Autores:" #~ msgid "_Documented by" #~ msgstr "_Documentação:" #~ msgid "_Translated by" #~ msgstr "_Tradutores:" #~ msgid "_Credits" #~ msgstr "_Colaboradores:" #~ msgid "About %s" #~ msgstr "Sobre o %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Feche os olhos, expire tudo que puder e tente relaxar. Quando inspirar, " #~ "faça o mais lentamente possível. Tente contar lentamente até 8 (oito) " #~ "cada vez que inspirar e expirar. Para descansar também seus olhos, trate " #~ "de fechá-los também durante as micropausas." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Fique de frente a uma parede (ou algo do tipo) e coloque as mãos na " #~ "parede na altura dos ombros, com os cotovelos levemente flexionados. " #~ "Empurre seu corpo contra a parede, sem mudar a flexão dos cotovelos. " #~ "Então empurre seu corpo no sentido contrário da parede, sem trocar a " #~ "flexão dos cotovelos." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Mantenha a cabeça erguida e a mandíbula inferior paralela ao solo. " #~ "Incline a cabeça para atrás. Mantenha esta posição durante 2 segundos e " #~ "descanse. Mova a cabeça do mesmo modo para frente, fique assim durante 2 " #~ "segundos e volte a descansar." #~ msgid "Move the shoulder blades" #~ msgstr "Movimento de omoplatas" #~ msgid "Neck stretch" #~ msgstr "Alongamento de pescoço" #~ msgid "Relax the eyes" #~ msgstr "Relaxamento de olhos" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Ponha-se de pé de um lado da mesa e apoie as palmas na mesa, com os dedos " #~ "apontando para seu corpo. Estique suavemente seus pulsos e antebraços." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Levante-se e tente tocar o teto com as mãos sem levantar os calcanhares. " #~ "Mantenha-se assim durante alguns segundos. Então baixe as mãos lentamente " #~ "até o solo sem dobrar seus braços. Mantenha o movimento lentamente até " #~ "que possa quase colocar as mãos na frente dos pés. Volte a se erguer " #~ "lentamente até voltar a estar com as costas totalmente eretas." #~ msgid "Stretch your back" #~ msgstr "Alongamento das costas" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Alongamento de pulsos e ante-braços" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Descanso" #~ msgid "Connect at start-up" #~ msgstr "Conectar na inicialização" #~ msgid "Resets at:" #~ msgstr "Reiniciar em:" #, fuzzy #~ msgid "Timer ignores activity" #~ msgstr "Temporazidor ignora atividades" #~ msgid "Micro-pause ended" #~ msgstr "Fim da micropausa" #~ msgid "None" #~ msgstr "Nenhum" #~ msgid "Block all" #~ msgstr "Bloquear tudo" #~ msgid "Force break after maximum exceeded" #~ msgstr "Forçar interrupção depois de exceder o máximo" workrave-1_10_10/po/quot.sed000066400000000000000000000002311263301626300157550ustar00rootroot00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g workrave-1_10_10/po/remove-potcdate.sin000066400000000000000000000006601263301626300201070ustar00rootroot00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } workrave-1_10_10/po/ro.po000066400000000000000000001306571263301626300152700ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:28+0100\n" "Last-Translator: alexxed \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Narro 0.9.2 on http://tradu.softwareliber.ro\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Reconectare la %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Nu se poate activa lucrul în rețea." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Se dezactivează lucrul în rețea." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Conectare la %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Se elimină clientul %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Se deconectează %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Clientul %s este acum clientul principal." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Acum sunt clientul principal." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Clientul %s salută." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Clientul %s este duplicat." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Acces interzis pentru clientul %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Clientul %s s-a deconectat." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Clientul %s ne întâmpină." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Se cere statutul de client principal de la %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Timpul de așteptare după clientul %s a expirat." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Se respinge cererea de a deveni client principal clientului %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Se acceptă cererea de a deveni client principal clientului %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "S-a respins cererea de a deveni client principal clientului %s." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Clientul %s a respins cererea de client principal, se amână." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Clientul %s e acum clientul principal." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "S-a pornit lucrul în rețea." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "S-a acceptat un client nou." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Eroare de citire de la clientul %s, închidere." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Clientul %s a închis conexiunea." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Clientul %s s-a conectat." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Nu se poate efectua conexiunea cu clientul %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Deschide" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Preferințe" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Pauză de odihnă" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Exerciții" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Mod" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Silențios" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Suspendat" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Rețea" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Conectare..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Deconectare" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Reconectare" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Arată jurnalul..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistici" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Despre..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Închide" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Applet Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "Acest program vă asistă la prevenirea Repetitive Strain Injury (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Despre..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Arată jurna_lul" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Suspendat" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Silențios" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pauză sugerată" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauză ignorată" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Pauza de odihnă a început" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Pauza de odihnă s-a încheiat" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Micropauza a început" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Micropauza s-a încheiat" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Limită zilnică" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Exercițiul s-a încheiat" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Exercițiile s-au încheiat" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Schimbare de exercițiu" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Particularizat" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ore" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minute" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d secunde" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Blochează" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Închidere" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Sari peste" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Amână" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Ați atins limita dumneavoastră zilnică.\n" "Ar trebui să încetați lucrul pe calculator.\n" "Dacă ziua de lucru nu s-a încheiat încă, găsiți altceva de făcut, cum ar fi " "revizuirea unui document." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Pornește Workrave odată cu Windows" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Micropauză" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Pauză de odihnă" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Mod" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Deschide" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Preferințe" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Exerciții" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Mod" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Rețea" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Conectare" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Deconectare" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Reconectare" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistici" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Despre..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Pauză de odihnă" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Silențios" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Conectare" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Arată jurna_lul" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Închide" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Relaxați-vă pentru câteva secunde" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Următoarea pauză de odihnă în %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Pauză de odihnă amânată cu %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Limita zilnică în %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Limita zilnică amânată cu %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "General" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Sunete" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Fereastra de stare" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Cronometre" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Interfața cu utilizatorul" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Fără blocare" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blochează dispozitivele de intrare" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blochează dispozitivele de intrare și ecranul" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Opțiuni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Mod de blocare:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Definit de sistem" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(font indisponibil)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Limbă:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Pornește Workrave odată cu Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Opțiuni legate de sunet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Fără sunete" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Redă sunetele folosind placa de sunet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Redă sunetele folosind difuzorul integrat" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Volum:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Sunet:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Plasează pauza de odihnă și limita zilnică în același loc" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Evenimente sonore" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Tema sunetelor:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Redare" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Eveniment" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Alegeți un sunet" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Fișiere wav" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "E timpul pentru o micropauză?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Aveți nevoie de o pauză de odihnă..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Ar trebui să încheiați pe ziua de azi..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Pauză în %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Dispare în %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Silețions în %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Pauză de odihnă pentru %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Pauze naturale luate" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Aveți nevoie de o pauză de odihnă..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Aceasta e pauza dumneavoastră de odihnă.\n" "Ridicați-vă în picioare și îndepărtați-vă de calculator.\n" "Pur și simplu plimbați-vă câteva minute, întindeți-vă mâinile, picioarele și " "gâtul; relaxați-vă." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Luați o pauză de odihnă acum" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Așteaptă" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Plasează cronometrele unul lângă altul" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Plasează micropauza și pauza de odihnă în același loc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Plasează pauza de odihnă și limita zilnică în același loc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Plasează toate cronometrele în același loc" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Ascunde" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Arată" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Arată numai când cronometrul acesta e primul care expiră" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Arată fereastra de stare" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Fereastra de stare stă întotdeauna deasupra celorlalte ferestre" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Applet activat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Afișare" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Plasament:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Timp ciclic:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Micropauză:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Pauză de odihnă:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Limită zilnică:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Activează cronometrul" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Sugerarea pauzei" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Sugerează înainte de pauză" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Numărul maxim de sugerări:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Arată butoanele „Amână” și „Sari peste”" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Arată butoanele „Amână” și „Sari peste”" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Suspendă cronometrul când e inactiv" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Tratează micropauzele ca activitate" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Numărul de exerciții:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Timp de terminare:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Timp între pauze:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Durata pauzei:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Amânare cu:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Vă asistă în prevenirea Repetitive Strain Injury (RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Conectare la rețea" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Introduceți numele gazdei și numărul portului calculatorului\n" "din rețea la care doriți să vă conectați." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Numele gazdei:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Jurnal de rețea" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Activează lucrul cu rețeaua" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Nume de utilizator:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Parolă:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Permite conexiunile din exterior" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Setări legate de server" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Portul serverului:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Încercări de reconectare:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Interval de reconectare:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avansat" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Lista următoare specifică gazdele la care Workrave se conectează la " "pornire.\n" "Clic pe numele gazdei sau numărul portului pentru a le schimba." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Numele gazdei" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Gazde" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Întindeți umărul și cotul" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Țineți un braț întins orizontal în fața dumneavoastră. Împingeți acest braț " "cu celălalt spre dumneavoastră până când simțiți o ușoară tensiune în umăr. " "Mențineți această poziție pentru scurt timp și repetați exercițiul pentru " "celălalt braț." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Întindeți-vă degetele" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Îndepărtați-vă degetele unul de altul și întindeți-le până când simțiți o " "tensiune ușoară. Mențineți această poziție a lor pentru 10 secunde. Relaxați-" "vă, apoi îndoiți-vă degetele spre podul palmei și mențineți această poziție " "a lor timp de 10 secunde. Repetați exercițiul încă o dată." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Înclinați capul pentru întinderea gâtului" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Începeți prin a găsi o poziție confortabilă a capului. Apoi, înclinați capul " "încet spre umărul drept pentru a întinde ușor mușchii de pe partea stânga a " "gâtului dumneavoastră. Mențineți poziția pentru 5 secunde. Apoi, înclinați " "ușor capul spre umărul stâng pentru a întinde cealaltă parte. Faceți acest " "lucru de două ori pentru fiecare parte." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Întindeți umerii în spate" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Împreunați-vă mâinile la spate cu degetele întrețesute. Apoi întoarceți-vă " "coatele ușor spre interior în timp ce vă îndreptați mâinile. Mențineți " "această poziție pentru 5 până la 15 secunde și repetați exercițiul de două " "ori." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Mișcați-vă ochii" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Priviți la colțul din stânga sus al marginii monitorului. Urmăriți marginea " "încet către colțul din dreapta sus. Continuați la celălalt colț până când " "înconjurați monitorul cu privirea de două ori. Apoi repetați exercițiul în " "direcția inversă." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Exersați privitul într-un punct fix" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Priviți la cel mai îndepărtat punct pe care-l puteți vedea în spatele " "monitorului. Fixați privirea pe acel punct de la distanță. Apoi fixați " "privirea pe marginea monitorului. Repetați. Dacă nu puteți privi departe de " "monitor, priviți în altă parte ce vă permite o vedere mai depărtată. Fixați " "privirea pe un obiect aflat la distanță și apoi pe un stilou ținut la " "aceeași distanță de dumneavoastră ca și monitorul." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Priviți în întuneric" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Acoperiți-vă ochii cu palmele în așa fel încât să puteți să vă puteți mișca " "pleoapele. Acum deschideți ochii și priviți în întunericul creat de palmele " "dumneavoastră. Acest exercițiu vă relaxează ochii mai mult decât dacă i-ați " "ține închiși." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Mișcați-vă umerii" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Rotiți brațul drept ca o elice în dreptul corpului. Faceți asta de 4 ori " "înainte și de 4 ori înapoi după care relaxați-vă pentru câteva secunde. " "Repetați cu brațul stâng." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Mișcați-vă umerii în sus și în jos" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Puneți-vă mâinile pe mânerele scaunului dumneavoastră când stați jos și " "ridicați-vă corpul în mâini până când brațele dumneavoastră sunt drepte. " "Încercați să vă ridicați capul lăsând în același timp umerii în jos. " "Reveniți încet înapoi pe scaun." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Întoarceți capul" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Întoarceți-vă capul spre stânga și țineți-l așa 2 secunde. Apoi întoarceți-" "vă capul spre dreapta și țineți-l așa 2 secunde." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Program de redare a exercițiilor" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Exercițiul precedent" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Următorul exercițiu" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Pune exercițiile pe pauză" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Încheie exercițiile" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Continuă" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauză" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Reia exercițiile" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Răsfoiește istoricul" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Data:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauze" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Sugestii de pauză" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "De câte ori vi s-a sugerat o pauză, cu excepția sugestiilor repetate pentru " "aceeași pauză" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Sugestii repetate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "De câte ori vi s-a sugerat repetate să luați o pauză" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Pauze sugerate care au fost luate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "De câte ori ați luat o pauză când vi s-a sugerat" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Pauze naturale luate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "De câte ori ați luat o pauză fără a vi se sugera" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Pauze peste care s-a sărit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Peste câte pauze ați sărit" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Pauze amânate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Numărul de pauze amânate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Timp de amânare" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Timpul total consumat de amânări" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Uz zilnic" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Totalul folosirii calculatorului" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Activitate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Folosirea mausului:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Timpul total în care ați folosit mausul" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Mișcarea mausului:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Totalul mișcării pe ecran a mausului" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Mișcarea efectivă a mausului:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Numărul total de mișcări de maus pe care le-ați fi făcut dacă ați fi mișcat " "mausul în linii drepte între clicuri" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Clicuri de butoane ale mausului:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Numărul total de clicuri de butoane ale mausului" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Taste apăsate:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Numărul total de taste apăsate" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, de la %s la %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientare" #~ msgid "The orientation of the tray" #~ msgstr "Orientarea zonei de notificare" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Aceasta e pauza dumneavoastră de odihnă.\n" #~ "Ridicați-vă în picioare și îndepărtați-vă de calculator.\n" #~ "Pur și simplu plimbați-vă câteva minute, întindeți-vă mâinile, picioarele " #~ "și gâtul; relaxați-vă." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Silețions în %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Nu se poate determina numele gazdei proprii. Se dezactivează distribuția." #~ msgid "Break in" #~ msgstr "Pauză în" #~ msgid "Disappears in" #~ msgstr "Dispare în" #~ msgid "Silent in" #~ msgstr "Silențiozitate în" workrave-1_10_10/po/ru.po000066400000000000000000001543411263301626300152720ustar00rootroot00000000000000# Workrave # Copyright (C) 2002, 2003, 2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave package. # Sergey Kirkinsky , 2004 # Andrey Bondrov , 2012 # msgid "" msgstr "" "Project-Id-Version: workrave 1.10.8\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2015-10-25 03:52+0300\n" "PO-Revision-Date: 2015-10-27 02:59+0300\n" "Last-Translator: Denis Nikolaenko \n" "Language-Team: Andrey Bondrov \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.4\n" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:1 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:305 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 #: ../frontend/applets/mate/src/main.c:262 msgid "_Open" msgstr "_Открыть" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:2 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:321 #: ../frontend/applets/mate/src/main.c:278 msgid "_Restbreak" msgstr "_Перерыв на отдых" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:3 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:317 #: ../frontend/applets/mate/src/main.c:274 msgid "_Exercises" msgstr "_Упражнения" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:4 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:309 #: ../frontend/applets/mate/src/main.c:266 msgid "_Statistics" msgstr "_Статистика" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:5 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:325 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:100 #: ../frontend/applets/mate/src/main.c:282 msgid "_Mode" msgstr "_Режим" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:6 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:367 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #: ../frontend/applets/mate/src/main.c:324 msgid "Normal" msgstr "Обычный" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:7 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/GUI.cc:1508 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:198 #: ../frontend/applets/mate/src/main.c:328 msgid "Suspended" msgstr "Приостановлен" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:8 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:375 #: ../frontend/gtkmm/src/GUI.cc:1512 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:200 #: ../frontend/applets/mate/src/main.c:332 msgid "Quiet" msgstr "Тихо" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:9 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:329 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:119 #: ../frontend/applets/mate/src/main.c:286 msgid "_Network" msgstr "_Сеть" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:10 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:333 #: ../frontend/applets/mate/src/main.c:290 msgid "_Join" msgstr "_Присоединиться" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:11 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:337 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:106 #: ../frontend/applets/mate/src/main.c:294 msgid "_Disconnect" msgstr "_Разорвать" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:12 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:341 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:110 #: ../frontend/applets/mate/src/main.c:298 msgid "_Reconnect" msgstr "_Пересоединиться" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:13 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:356 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:211 #: ../frontend/applets/mate/src/main.c:313 msgid "Show log" msgstr "Показать _журнал" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:14 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:360 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:217 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:121 #: ../frontend/applets/mate/src/main.c:317 msgid "Reading mode" msgstr "Режим чтения" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:15 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:313 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 #: ../frontend/applets/mate/src/main.c:270 msgid "_Preferences" msgstr "_Настройки" #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:16 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:345 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #: ../frontend/applets/mate/src/main.c:302 msgid "_About" msgstr "_О программе..." #: ../frontend/applets/gnome3/src/v5/workrave-gnome-applet-menu.xml.h:17 #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:349 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 #: ../frontend/applets/mate/src/main.c:306 msgid "_Quit" msgstr "_Выход" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Пересоединение с %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Сетевые операции недоступны." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Отмена сетевых операций." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Соединение с %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Удаление клиента %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Отсоединение от %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Клиент %s теперь главный." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Теперь я главный." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Клиент %s говорит привет." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Клиент %s не уникален." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Доступ клиенту %s запрещён." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Клиент %s ушёл." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Клиент %s приглашает нас." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Запрос состояния ведущего от %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Клиентский таймаут от %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Отклонение главного запроса от клиента %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Подтверждение главного запроса от клиента %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Неглавный клиент %s отклонил главный запрос." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Клиент %s отклонил главный запрос, задержка." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Клиент %s теперь главный." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Сетевая операция начата." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Принят новый клиент." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Ошибка чтения у клиента %s, закрытие." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Клиент %s разорвал соединение." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Клиент %s соединился." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Не могу соединиться с клиентом %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:81 msgid "_Normal" msgstr "_Обычный" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Тихо" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:93 msgid "_Suspended" msgstr "_Приостановлен" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Соединить..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Показать _журнал..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_О программе..." #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 #: ../frontend/applets/xfce/src/workrave-xfce-applet.desktop.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Апплет Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/v4/WorkraveApplet.c:208 #: ../frontend/applets/gnome3/src/v5/WorkraveApplet.c:219 #: ../frontend/gtkmm/src/Menus.cc:376 ../frontend/applets/mate/src/main.c:206 #: ../frontend/applets/xfce/src/main.c:291 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Эта программа помогает в предупреждении и лечении туннельного синдрома " "запястья и снятии общего мышечного напряжения." #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Напоминание о перерыве" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Игнорировать перерыв" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Перерыв на отдых начат" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Перерыв на отдых окончен" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Микроперерыв начат" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Микроперерыв закончен" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1501 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Дневной предел" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Упражнение закончено" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Упражнения закончены" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Смена упражнения" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Собственные" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d часов" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d минут" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d секунд" #: ../frontend/gtkmm/src/BreakWindow.cc:317 msgid "Lock..." msgstr "Блокировать..." #: ../frontend/gtkmm/src/BreakWindow.cc:321 msgid "Lock" msgstr "Заблокировать" #: ../frontend/gtkmm/src/BreakWindow.cc:325 msgid "Shutdown" msgstr "Выключение" #: ../frontend/gtkmm/src/BreakWindow.cc:329 msgid "Suspend" msgstr "Ждущий режим" #: ../frontend/gtkmm/src/BreakWindow.cc:333 msgid "Hibernate" msgstr "Спящий режим" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Suspend hybrid" msgstr "Гибридный режим" #: ../frontend/gtkmm/src/BreakWindow.cc:482 msgid "_Skip" msgstr "_Пропустить" #: ../frontend/gtkmm/src/BreakWindow.cc:499 msgid "_Postpone" msgstr "_Отложить" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Вы превысили Ваш дневной предел. Пожалуйста, перестаньте работать\n" "за компьютером. Если Ваш рабочий день ещё не закончился,\n" "то найдите себе другое занятие, например, просмотр документов." #: ../frontend/gtkmm/src/GUI.cc:311 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave всё ещё запущен. Вы можете получить доступ к Workrave, нажав на " "иконку с белой овцой. Нажмите на это сообщение, чтобы его выключить" #: ../frontend/gtkmm/src/GUI.cc:843 ../frontend/gtkmm/src/GUI.cc:958 msgid "Workrave failed to start" msgstr "Workrave не смог запуститься" #: ../frontend/gtkmm/src/GUI.cc:845 msgid "Is Workrave already running?" msgstr "Workrave все ещё запущен?" #: ../frontend/gtkmm/src/GUI.cc:953 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave не может отследить ваши действия с клавиатурой и мышкой..\n" #: ../frontend/gtkmm/src/GUI.cc:956 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Убедитесь, что расширение RECORD включено в X-сервере." #: ../frontend/gtkmm/src/GUI.cc:1367 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" "Workrave приостановлен. Действия с клавиатурой и мышкой не будут " "отслеживаться." #: ../frontend/gtkmm/src/GUI.cc:1373 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrave в режиме тишины. Уведомления о перерыве не будут появляться." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1501 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Микроперерыв" #: ../frontend/gtkmm/src/GUI.cc:1501 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "Rest break" msgstr "Перерыв на отдых" #: ../frontend/gtkmm/src/GUI.cc:1508 ../frontend/gtkmm/src/GUI.cc:1512 msgid "Mode: " msgstr "Режим: " #: ../frontend/gtkmm/src/GenericDBusApplet.cc:190 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "_Открыть" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:191 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:80 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "Preferences" msgstr "Настройки" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:79 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Упражнения" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:204 msgid "Mode" msgstr "_Режим" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:214 #: ../frontend/gtkmm/src/PreferencesDialog.cc:125 msgid "Network" msgstr "Сеть" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:208 msgid "Connect" msgstr "С_оединить" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:209 msgid "Disconnect" msgstr "_Разорвать" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:210 msgid "Reconnect" msgstr "_Пересоединить" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:221 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:62 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:164 msgid "Statistics" msgstr "Статистика" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:222 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:128 msgid "About..." msgstr "О программе..." #: ../frontend/gtkmm/src/GenericDBusApplet.cc:223 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 msgid "Quit" msgstr "_Выход" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 msgid "_Rest break" msgstr "_Перерыв на отдых" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:87 msgid "Q_uiet" msgstr "_Тихо" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:103 msgid "_Connect" msgstr "С_оединить" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:113 msgid "Show _log" msgstr "Показать _журнал" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "_Режим чтения" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Пожалуйста, расслабьтесь на несколько секунд" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Следующий перерыв на отдых через %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Перерыв на отдых запоздал на %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Дневной предел через %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Дневной предел превышен на %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Общие" #: ../frontend/gtkmm/src/PreferencesDialog.cc:106 msgid "Sounds" msgstr "Звуки" #: ../frontend/gtkmm/src/PreferencesDialog.cc:110 msgid "Status Window" msgstr "Окно состояния" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "Applet" msgstr "Апплет" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:122 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:235 msgid "Timers" msgstr "Таймеры" #: ../frontend/gtkmm/src/PreferencesDialog.cc:123 msgid "User interface" msgstr "Пользовательский интерфейс" #: ../frontend/gtkmm/src/PreferencesDialog.cc:172 #: ../frontend/gtkmm/src/PreferencesDialog.cc:176 msgid "No blocking" msgstr "Без блокировки" #: ../frontend/gtkmm/src/PreferencesDialog.cc:173 #: ../frontend/gtkmm/src/PreferencesDialog.cc:177 msgid "Block input" msgstr "Блокировать ввод" #: ../frontend/gtkmm/src/PreferencesDialog.cc:174 #: ../frontend/gtkmm/src/PreferencesDialog.cc:178 msgid "Block input and screen" msgstr "Блокировать ввод и экран" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:198 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Параметры" #: ../frontend/gtkmm/src/PreferencesDialog.cc:200 msgid "Block mode:" msgstr "Режим блокировки:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:220 msgid "System default" msgstr "Настройки по умолчанию" #: ../frontend/gtkmm/src/PreferencesDialog.cc:264 msgid "(font not available)" msgstr "(шрифт недоступен)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:289 msgid "Language:" msgstr "Язык:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:303 msgid "Start Workrave on logon" msgstr "Запускать Workrave при входе" #: ../frontend/gtkmm/src/PreferencesDialog.cc:318 msgid "Show system tray icon" msgstr "Отображать значок в системнем трее" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:336 msgid "Sound Options" msgstr "Параметры звука" #: ../frontend/gtkmm/src/PreferencesDialog.cc:342 #: ../frontend/gtkmm/src/PreferencesDialog.cc:346 msgid "No sounds" msgstr "Без звуков" #: ../frontend/gtkmm/src/PreferencesDialog.cc:343 #: ../frontend/gtkmm/src/PreferencesDialog.cc:347 msgid "Play sounds using sound card" msgstr "Проигрывать звуки, используя звуковую карту" #: ../frontend/gtkmm/src/PreferencesDialog.cc:344 #: ../frontend/gtkmm/src/PreferencesDialog.cc:348 msgid "Play sounds using built-in speaker" msgstr "Проигрывать звуки, используя встроенный динамик" #: ../frontend/gtkmm/src/PreferencesDialog.cc:373 msgid "Volume:" msgstr "Громкость:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:376 msgid "Sound:" msgstr "Звук:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:382 msgid "Mute sounds during rest break and daily limit" msgstr "Отключить звук во время перерыва на отдых и дневного предела" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:392 msgid "Sound Events" msgstr "Звуковые события" #: ../frontend/gtkmm/src/PreferencesDialog.cc:400 msgid "Sound Theme:" msgstr "Звуки:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:423 #: ../frontend/gtkmm/src/PreferencesDialog.cc:441 #: ../frontend/gtkmm/src/PreferencesDialog.cc:471 msgid "Play" msgstr "Проиграть" #: ../frontend/gtkmm/src/PreferencesDialog.cc:428 msgid "Event" msgstr "Событие" #: ../frontend/gtkmm/src/PreferencesDialog.cc:444 msgid "Choose a sound" msgstr "Выберите звук" #: ../frontend/gtkmm/src/PreferencesDialog.cc:456 msgid "Wavefiles" msgstr "Звуковые файлы" #: ../frontend/gtkmm/src/PreferencesDialog.cc:557 msgid "Use alternate monitor" msgstr "Использовать другой монитор" #: ../frontend/gtkmm/src/PreferencesDialog.cc:563 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" "Включите этот параметр, если Workrave неправильно определяет, используете ли " "вы компьютер" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "Time for a micro-break?" msgstr "Время для микроперерыва?" #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You need a rest break..." msgstr "Вам нужен перерыв на отдых..." #: ../frontend/gtkmm/src/PreludeWindow.cc:119 msgid "You should stop for today..." msgstr "Сегодня вы должны уже остановиться..." #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Break in %s" msgstr "Перерыв через %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Disappears in %s" msgstr "Исчезнет через %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:331 #, c-format msgid "Silent in %s" msgstr "Тишина через %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:178 #, c-format msgid "Rest break for %s" msgstr "Перерыв на %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "Natural rest break" msgstr "Естественные перерывы на отдых" #: ../frontend/gtkmm/src/RestBreakWindow.cc:221 msgid "This is your natural rest break." msgstr "Это Ваш естественный перерыв на отдых." #: ../frontend/gtkmm/src/RestBreakWindow.cc:227 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Это Ваш перерыв на отдых. Встаньте и отойдите ненадолго от \n" "компьютера. Просто прогуляйтесь несколько минут,\n" "потянитесь и расслабьтесь." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Сделайте сейчас перерыв на отдых" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Ожидание" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Разместить таймеры рядом друг с другом" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Разместить микроотдых и перерыв вместе" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Разместить перерыв на отдых и дневной предел вместе" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Разместить все таймеры вместе" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Скрыть" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Показать" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Показывать только когда этот таймер первый на очереди" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Показать окно состояния" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Окно состояния всегда поверх других окон" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Апплет включён" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Экран" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Размещение:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Время цикла:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Микроперерыв:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Перерыв на отдых:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Дневной предел:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Включить таймер" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Напоминание о перерыве" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Напоминание до перерыва" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Максимальное количество напоминаний" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 msgid "Show 'Postpone' button" msgstr "Показывать кнопку 'Отложить'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 msgid "Show 'Skip' button" msgstr "Показывать кнопку 'Пропустить'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Приостановить таймер, когда неактивно" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Относить микроперерывы к активности" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Количество упражнений:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "Начать перерыв на отдых, когда экран заблокирован" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:197 msgid "Enable shutting down the computer from the rest screen" msgstr "Добавить выключение компьютера с экрана отдыха" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Time before end:" msgstr "Времени до конца:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:241 msgid "Time between breaks:" msgstr "Времени между перерывами:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:248 msgid "Break duration:" msgstr "Продолжительность перерыва:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:263 msgid "Postpone time:" msgstr "Отложить на:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Эта программа помогает в предупреждении и лечении туннельного синдрома " "запястья и снятии общего мышечного напряжения." #: ../frontend/gtkmm/src/workrave.desktop.in.h:2 msgid "typing;break;timer;wrists;health;rsi;" msgstr "набор на клавиатуре;перерыв;таймер;запястья;здоровье;rsi" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Сетевое соединение" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "Введите имя и порт компьютера в сети, с которым вы хотите соединиться." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Имя компьютера:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Порт:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Сетевой журнал" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Сделать сеть доступной" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Имя пользователя:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Пароль:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Разрешить входящие соединения" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Параметры сервера" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Порт сервера:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Попыток повторного соединения:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Интервал между соединениями:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Дополнительно" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Этот список содержит компьютеры, с которыми соединяется Workrave при\n" "запуске. Щёлкните мышью на имени компьютера или номере порта, чтобы\n" "исправить" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Имя компьютера" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Порт" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Компьютеры" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Потягивание предплечья" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Одну руку расположите горизонтально груди. Прижмите её другой рукой к себе " "пока не почувствуете небольшое напряжение в плечах. Немного подержите руки в " "таком положении и повторите упражнение для другой руки." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Потягивание пальцев" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Расставьте и потяните пальцы пока не почувствуете лёгкого напряжения и " "подержите так 10 секунд. Расслабьтесь, затем согните в суставах и подержите " "так 10 секунд. Повторите упражнение ещё раз." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Потягивание шеи наклонами" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Сделайте голову прямо. Затем, медленно наклоните голову к правому плечу, " "чтобы мягко растянуть мускулы на левой стороне шеи. Задержитесь в этом " "положение в течение 5 секунд. Затем, наклоните голову к левой стороне, чтобы " "растянуть мышцы на другой стороне. Сделайте это дважды для каждой стороны." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Обратное потягивание плеча" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Переплетите пальцы позади спины. Затем, медленно выгните локти внутрь, " "выпрямляя руки. Задержитесь в таком положении от 5 до 15 секунд и повторите " "упражнение дважды." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Движение глазами" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Посмотрите на левый верхний угол корпуса монитора. Медленно переместите " "взгляд к правому верхнему углу. И так далее, пока не обведёте монитор " "взглядом два раза. Повторите упражнения перемещая взгляд в обратном " "направлении." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Потренируйтесь фокусировать глаза" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Посмотрите на самую дальнюю точку, которые вы можете увидеть за своим " "монитором. Сфокусируйте взгляд на этой точке. После нескольких секунд " "сфокусируйтесь на мониторе. Повторите. Если вы не можете смотреть очень " "далеко от монитора используйте, например, ручку держа её на том же " "расстоянии,что и монитор." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Посмотрите в темноту" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Закройте глаза ладонями так, чтобы веки могли открываться. Теперь откройте " "глаза и посмотрите в темноту ваших ладоней. Это упражнение лучше помогает " "вашим глазам по сравнению с простым их закрытием." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Движение плечами" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Вращайте правую руку возле корпуса как винт самолёта. Сделайте это 4 раза по " "часовой стрелке, 4 раза против часовой и расслабьтесь на несколько секунд. " "Повторите упражнение с левой рукой." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Движение плечами вверх и вниз" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Положите руки на подлокотники кресла, на котором вы сидите, и поднимите " "себя, выпрямив руки. Попытайтесь откинуть голову назад опуская плечи. " "Медленно сядьте обратно на стул." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Поверните голову" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Поверните голову налево и подержите так 2 секунды. Затем, поверните голову " "направо и подержите так 2 секунды." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Управление упражнениями" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Предыдущее упражнение" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Следующее упражнение" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:494 msgid "Pause exercises" msgstr "Приостановить упражнения" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Закончить упражнения" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:487 msgid "Resume" msgstr "Продолжить" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:487 msgid "Pause" msgstr "Приостановить" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:492 msgid "Resume exercises" msgstr "Продолжить упражнения" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:153 msgid "Browse history" msgstr "Просмотр истории" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Delete all statistics history" msgstr "Удалить всю историю" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:165 msgid "Date:" msgstr "Дата:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:196 msgid "Breaks" msgstr "Перерывы" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:206 msgid "Break prompts" msgstr "Напоминания о перерыве" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:207 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Количество напоминаний о перерыве, исключая повторные напоминания для одного " "перерыва" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:212 msgid "Repeated prompts" msgstr "Повторенные напоминания" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:213 msgid "The number of times you were repeatedly prompted to break" msgstr "Количество раз, когда вам напоминали о перерыве" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:217 msgid "Prompted breaks taken" msgstr "Принятые напоминания о перерывах" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:218 msgid "The number of times you took a break when being prompted" msgstr "Количество раз, когда вы взяли перерыв после напоминания" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:222 msgid "Natural breaks taken" msgstr "Естественные взятые перерывы" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:223 msgid "The number of times you took a break without being prompted" msgstr "Количество раз, когда вы взяли перерыв без напоминания" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:227 msgid "Breaks skipped" msgstr "Перерывов пропущено" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:228 msgid "The number of breaks you skipped" msgstr "Количество перерывов, которые Вы пропустили" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:232 msgid "Breaks postponed" msgstr "Перерывов отложено" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:233 msgid "The number of breaks you postponed" msgstr "Количество перерывов, которые вы отложили" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:237 msgid "Overdue time" msgstr "Время опоздания" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:238 msgid "The total time this break was overdue" msgstr "Общее время запоздания этого перерыва" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:242 msgid "Usage" msgstr "Использование" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:247 msgid "Daily" msgstr "Дневное" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:248 msgid "The total computer usage for the selected day" msgstr "Суммарное активное использование компьютера для выбранного дня" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:252 msgid "Weekly" msgstr "Недельное" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:253 msgid "The total computer usage for the whole week of the selected day" msgstr "" "Суммарное активное использование компьютера для целой недели с выбранным днем" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:257 msgid "Monthly" msgstr "Месячное" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:258 msgid "The total computer usage for the whole month of the selected day" msgstr "" "Суммарное активное использование компьютера для целого месяца с выбранным " "днем" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:344 msgid "Activity" msgstr "Активность" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:354 msgid "Mouse usage:" msgstr "Использование мыши:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:355 msgid "The total time you were using the mouse" msgstr "Общее время использования мыши" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:358 msgid "Mouse movement:" msgstr "Перемещение мыши:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:359 msgid "The total on-screen mouse movement" msgstr "Общее время перемещения мыши по экрану" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:362 msgid "Effective mouse movement:" msgstr "Полезное перемещение мыши:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:363 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Общее перемещение мыши, которое бы было, если бы вы двигали её по прямым " "линиям между щелчками" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:367 msgid "Mouse button clicks:" msgstr "Щелчков кнопкой мыши:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:368 msgid "The total number of mouse button clicks" msgstr "Общее количество щелчков кнопкой мыши" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:371 msgid "Keystrokes:" msgstr "Нажатия клавиш:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:372 msgid "The total number of keys pressed" msgstr "Общее количество нажатых клавиш" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:422 #, c-format msgid "%s, from %s to %s" msgstr "%s, с %s по %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:726 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:730 msgid "Warning" msgstr "Предупреждение" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:727 msgid "You have chosen to delete your statistics history. Continue?" msgstr "Вы удаляете всю статистическую историю. Продолжить?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:742 msgid "Files deleted!" msgstr "Файлы удалены!" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:743 msgid "The files containing your statistics history have been deleted." msgstr "Файлы со статистической историей были удалены." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:746 msgid "Info" msgstr "Информация" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:752 msgid "File deletion failed!" msgstr "Удаление файлов не удалось!" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:753 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "Файлы со статистической историей не были удалены. Попробовать снова?" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:756 msgid "Error" msgstr "Ошибка" #~ msgid "_Lock" #~ msgstr "_Блокировать" #~ msgid "Shut _down" #~ msgstr "_Завершить" #~ msgid "Start Workrave on Windows startup" #~ msgstr "Запускать Workrave при запуске Windows" #~ msgid "Daily usage" #~ msgstr "Ежедневное использование" #~ msgid "The total computer usage" #~ msgstr "Общее использование компьютера" #~ msgid "Orientation" #~ msgstr "Расположение" #~ msgid "The orientation of the tray" #~ msgstr "Расположение в системном трее" workrave-1_10_10/po/sk.po000066400000000000000000001347421263301626300152640ustar00rootroot00000000000000# Slovak translations for Workrave package. # Copyright (C) 2004 THE WORKRAVE'S COPYRIGHT HOLDER # This file is distributed under the same license as the Workrave package. # Peter Tuharsky , 2004, 2005, 2006. # msgid "" msgstr "" "Project-Id-Version: Workrave 1.6.2\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:51+0100\n" "Last-Translator: Peter Tuharsky \n" "Language-Team: Slovak \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Obnovujem spojenie ku %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Nepodarilo sa zapnúť sieťové operácie." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Vypínam sieťové operácie." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Pripájam sa k %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Odstraňujem klienta %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Odpájam %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klient %s je teraz vedúci." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Teraz som vedúci." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klient %s zdraví." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klient %s je duplikovaný." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Klient %s odmietol prístup." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klient %s sa odhlásil." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klient %s nás víta." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Požiadavka vedúceho stavu od %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Vypršal čas klienta %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Zamieta sa požiadavka vedúceho stavu od klienta %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Uznáva sa požiadavka vedúceho stavu od klienta %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Klient %s nie je vedúci a odmietol požiadavku na vedúci stav." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s odmietol požiadavku na vedúci stav, čakám." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s je teraz vedúci." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Začali sieťové operácie." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Akceptovaný nový klient." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Chyba pri čitania s klientom %s, ukončujem." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klient %s ukončil spojenie." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klient %s sa pripojil." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Nepodarilo sa pripojiť ku klientovi %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Otvoriť" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Nastavenia" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Prestávka" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Cvičenia" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Režim" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normálny" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tichý" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zastavený" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Sieť" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Pripojiť..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Odpojiť" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Obnovit spojenie" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Zobraziť záznam..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Štatistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Koniec" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave aplet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Tento program pomáha pri prevencii a regenerácii opakovaných bolestivých " "napätí (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_O..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Zobraziť _záznam" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normálny" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Zastavený" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "T_ichý" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Upozornenie na pauzu" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauza ignorovaná" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Začiatok prestávky" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Koniec prestávky" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Začiatok mikro-pauzy" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Koniec Mikro-pauzy" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Denný limit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Koniec cviku" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Koniec cvičenia" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Koniec cviku" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d hodín" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minút" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekúnd" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Zámka" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Vypnúť" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Preskočiť" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Odložiť" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Dosiahli ste svoj denný limit. Prosím prestaňte pracovať \n" "na počítači. Ak sa Váš pracovný deň ešte nekončí, nájdite si\n" "nejakú inú pracovnú činnosť, napríklad kontrolu dokumentov." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave aplet" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro-pauza" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Prestávka" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Režim" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Otvoriť" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Nastavenia" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Cvičenia" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Režim" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Sieť" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Pripojiť" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Odpojiť" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Obnovit spojenie" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Štatistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Prestávka" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "T_ichý" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Pripojiť" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Zobraziť _záznam" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Koniec" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Prosím oddýchnite si niekoľko sekúnd" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Ďalšia prestávka bude o %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Prestávka o %s sa oneskoruje" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Denný limit o %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Prekračujete denný limit o %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Všeobecné" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Stavové okno" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Aplet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Časovače" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Používateľské rozhranie" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Neblokovať" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokovať vstupné zariadenia" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokovať vstupné zariadenia a obrazovku" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blokovací režim:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Bez zvukov" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Prehrávať zvuky pomocou zvukovej karty" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Prehrávať zvuky pomocou zabudovaného reproduktoru" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Umiestniť prestávku a denný limit dohromady" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Bez zvukov" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Čas na mikro-pauzu?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Potrebujete prestávku..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Na dnes už stačilo..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, fuzzy, c-format msgid "Break in %s" msgstr "Pauza o" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, fuzzy, c-format msgid "Disappears in %s" msgstr "Zmizne o" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, fuzzy, c-format msgid "Silent in %s" msgstr "Tichý v" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Prestávka po %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Prirodzene vykonaných páuz" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Potrebujete prestávku..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 #, fuzzy msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Nadišiel čas Vašej prestávky. Rozhodne nezostaňte\n" "sedieť -vstaňte, rozhýbte sa, choďte na chvíľu preč\n" "od počítača. Venujte niekoľko minút oddychu." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Ďalšia prestávka bude o %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Čakať" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Umiestniť časovače vedľa seba" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Umiestniť mikro-pauzu a prestávku dohromady" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Umiestniť prestávku a denný limit dohromady" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Umiestniť všetky časovače dohromady" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Skryť" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Zobraziť" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Zobraziť len ak tento časovač vyprší ako prvý" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Zobraziť stavové okno" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Stavové okno vždy umiestniť nad ostatné okná" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Povoliť aplet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Zobraziť" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Umiestnenie:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Trvanie cyklu:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro-pauza:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Prestávka:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Denný limit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Povoliť časovač" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pripomenutie pauzy" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Pripomenúť pred pauzou" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maximálny počet pripomenutí:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Zobraziť tlačítka 'Odložiť' a 'Preskočiť'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Zobraziť tlačítka 'Odložiť' a 'Preskočiť'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Zastaviť časovač pri nečinnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Považovať mikro-pauzy za aktivitu" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Počet cvičení:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Čas pred koncom:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Čas mezi pauzami:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Dĺžka pauzy:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Čas odloženia:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Tento program pomáha pri prevencii a regenerácii opakovaných bolestivých " "napätí (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Sieťové pripojenie" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Zadajte názov počítača v sieti, ku ktorému sa chcete pripojiť, \n" "a jeho číslo portu." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Názov počítača:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Sieťový záznam" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Povoliť sieťové pripojenie" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Meno:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Heslo:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Nastavenia serveru" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port serveru:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Pokusov o obnovu spojenia:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Interval obnovy spojenia:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Pokročilé" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Nasledujúci zoznam určuje počítače, ku ktorým sa Workrave pripojí\n" "počas štartu. Ak chcete niektorý upraviť, kliknite na názov alebo port." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Názov počítača" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Počítače" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Ponaťahovanie pliec a ramien" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Držte jednu ruku predpaženú pred sebou vo výške hrudníka. Tlačte túto ruku k " "sebe pomocou druhej ruky, pokým nepocítite mierne pnutie v pleci. Chvíľu " "vydržte v tejto pozícii, potom zopakujte toto cvičenie s druhou rukou." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Ponaťahovanie prstov" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Roztiahnite a napnite prsty, pokým začnete cítiť mierne pnutie. Vydržte " "takto 10 sekúnd. Odpočiňte si a ohnite prsty v kĺboch. Potom znovu vystrite " "na 10 sekúnd. Cvičenie ešte raz zopakujte." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Ponaťahovanie krku bočným úklonom" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Začnite s hlavou pohodlne vzpriamenou. Pomaly ju nakláňajte k pravému plecu, " "aby ste mierne natiahli svaly na ľavej strane krku. Vydržte takto 5 sekúnd. " "Potom nakláňajte hlavu k ľavému plecu, čím natiahnete svaly napravo. Urobte " "to 2x pre obe strany." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Zadné ponaťahovanie pliec" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Prepleťte si prsty za chrbtom. Otočte si lakte zľahka dovnútra až po " "narovnanie rúk. Zostaňte tak 5 až 15 sekúnd. Opakujte cvik 2x." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Pohyb očí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Dívejte sa na ľavý horný roh monitora, vonkajší okraj. Sledujte okraj pomaly " "doprava až do pravého horného rohu. Pokračujte do ďalšieho rohu, až kým celý " "monitor neobídete 2x. Potom cvik zopakujte v opačnom smere." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Cvik pre zaostrovanie očí" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Pozrite sa na najvzdialenejší bod za Vaším monitorom. Na tento bod zaostrite " "svoj zrak. Potom zaostrite na rám monitoru. Opakujte to. Ak za monitorom " "nemáte dosť vzdialený bod, najdite si iný smer, kde môžete zaostrovať do " "diaľky. Potom zaostrujte medzi vzdialeným objektom, a perom ktoré podržíte v " "rovnakej vzdialenosti od očí ako je váš monitor." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Pohľad do tmy" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Zakryte si oči dlaňami tak, aby ste oči mohli ešte stále otvárať. Potom " "otvorte oči a dívajte sa do tmy vašich dlaní. Toto cvičenie uľaví Vašim " "očiam viac, než obyčajné zatvorenie." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Pohyb ramien" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Otáčajte pravou rukou pomaly vedľa tela, ako vrtuľa na lietadle.4x dopredu, " "4x dozadu, potom chvíľu oddychujte. Opakujte s ľavou rukou." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Pohyb pliec hore a dole" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "V sede položte ruky na bočné opierky kresla a vytlačte telo hore až kým sú " "Vaše ruky vystreté. Skúste zdvihnúť hlavu ešte vyššie tým, že stlačíte " "plecia dole. Pomaly se vráťte do kresla." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Otáčanie hlavy" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Otočte hlavu doľava a vydržte 2 sekundy. Potom ju otočte doprava a vydržte 2 " "sekundy." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Cvičiteľ" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Počet cvičení:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Počet cvičení:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Cvičenia" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Obnoviť" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauza" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Počet cvičení:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Prehliadať históriu" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Dátum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauzy" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pripomenutých páuz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Počet upozornení na pauzu, okrem opakovaných upozornení \n" "na tú istú pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Opakovaných upozornení" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Počet opakovaných upozornení na pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Upozornených a vykonaných páuz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Počet páuz, na ktoré ste boli upozornení, a ktoré jste mali" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Prirodzene vykonaných páuz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Počet páuz, ktoré jste vykonali bez upozornenia" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Preskočených páuz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Počet páuz, ktoré ste preskočili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Odložených páuz" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Počet páuz, ktoré ste odložili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Čas meškania" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Celkový čas, o ktorý pauza meškala" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Denné použitie" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Celkový čas používania počítača" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivita" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Použitie myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Celkový čas používania myši" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Pohyb myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Celkový pohyb myši po obrazovke" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Užitočný pohyb myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Celkový pohyb myši, ktorý by ste vykonali, keby ste medzi \n" "dvoma kliknutiami vždy presúvali myš po rovnej dráhe" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Počet kliknutí myši:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Celkový počet kliknutí myši" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Stlačení kláves:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Celkový počet stlačení kláves" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientácia" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Orientácia oznamovacej ikony" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Nadišiel čas Vašej prestávky. Rozhodne nezostaňte\n" #~ "sedieť -vstaňte, rozhýbte sa, choďte na chvíľu preč\n" #~ "od počítača. Venujte niekoľko minút oddychu." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tichý v" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Neviem zistiť môj vlastný názov počítača. Deaktivujem distribúciu." #~ msgid "Break in" #~ msgstr "Pauza o" #~ msgid "Disappears in" #~ msgstr "Zmizne o" #~ msgid "Silent in" #~ msgstr "Tichý v" #~ msgid "I could not initialize Bonobo" #~ msgstr "Nepodarilo sa inicializovať Bonobo" #~ msgid "Inactive" #~ msgstr "Nečinný" #~ msgid "Credits" #~ msgstr "Kredity" #~ msgid "_Written by" #~ msgstr "_Napísali" #~ msgid "_Documented by" #~ msgstr "_Zdokumentovali" #~ msgid "_Translated by" #~ msgstr "Preložili" #~ msgid "_Credits" #~ msgstr "_Kredity" #~ msgid "About %s" #~ msgstr "O %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Zatvorte oči a vydychujte tak dlho ako dokážete a skúste relaxovať. " #~ "Nadychujte sa tak pomaly, ako dokážete. Skúste počítať pomaly do 8 vždy, " #~ "keď sa nadychujete a vydychujete. Pro ešte lepší odpočinok, zatvárajte " #~ "oči aj pri mikro pauzách." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Postavte sa tvárou ku stene (alebo niečomu) a položte ruky do výšky pliec " #~ "proti stene, lakte sú mierne ohnuté. Zatlačte telom proti stene, bez " #~ "zmeny uhla lakťov. Potom odstrčte telo naspäť od steny, bez zmeny uhla " #~ "lakťov." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Držte hlavu rovno, spodnú čeľusť rovnobežne s podlahou. Zakloňte hlavu " #~ "dozadu, vydržte 2 sekundy a uvolnite sa. Predkloňte hlavu dopredu, opäť " #~ "vydržte 2 sekundy a uvolnite sa." #~ msgid "Move the shoulder blades" #~ msgstr "Pohyb lopatkami" #~ msgid "Neck stretch" #~ msgstr "Ponaťahovanie krku" #~ msgid "Relax the eyes" #~ msgstr "Uvolnenie očí" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Postavte sa ku stolu a položte naň svoje dlane tak, aby prsty smerovalik " #~ "telu. Jemne napínajte zápästia a dolnú časť rúk." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Vstaňte a skúste rukami dosiahnuť na strop, päty nezdvíhajte. Vydržte " #~ "niekoľko sekúnd. Potom pomaly spustite ruky k telu, ale neohýbajte ich v " #~ "lakti. Pokračujete v pohybu smerom k podlahe ohýbaním chrbta, a ak " #~ "môžete, dotknite sa rukami podlahy. Pomaly sa vystierajte späť do " #~ "vzpriamenej polohy." #~ msgid "Stretch your back" #~ msgstr "Ponaťahovanie chrbta" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Ponaťahovanie zápästí a predlaktí" #~ msgid "Restbreak" #~ msgstr "Přestávka" workrave-1_10_10/po/sl.po000066400000000000000000001256211263301626300152610ustar00rootroot00000000000000# Slovenian translation for workrave # Copyright (c) 2006 Rosetta Contributors and Canonical Ltd 2006 # This file is distributed under the same license as the workrave package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:51+0100\n" "Last-Translator: Vanja Cvelbar \n" "Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Rosetta-Export-Date: 2007-03-28 09:38+0000\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Ponovno se povezujem z %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Ni mogoče omogočiti omrežnih dejavnosti." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Omrežne operacije so nemogočene." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Povezujem se z %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Odstanjujem odjemalca %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Prekinjam povezavo %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Odjemalec %s je zdaj gospodar." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Jaz sem zdaj gospodar." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Odjemalec %s pozdravlja." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Odjemalec %s je dvojnik." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Odjemalcu %s je prepovedan dostop." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Odjemalec %s se je odključil." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Odjemalec %s nam daje dobodošlico." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "%s zahteva status gospodarja" #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Odjemalec %s se je zakasnil" #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Za odjemalca %s je zahteva po statusu gospodarja zavrnjena" #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Za odjemalca %s je zahteva po statusu gospodarja potrjena" #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Odjemalec %s ki ni gospodar je zavrnil zahtevo po statusu gospodarja." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Odjemalec %s je odbil prošnjo po statusu gospodarja, zakasnjujem." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Odjemalec %s je zdaj novi gospodar." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Omrežne operacije so začele." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Spejet je nov odjemalec." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Napaka pri branju odjemalca %s, zapiram." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Odjemalec %s je zaprl povezavo." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Odjemalec %s se je povezal." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Z odjemalcem %s se ni mogoče povezati." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Odpri" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Nastavitve" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Počitek" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Vaje" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Način" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Običajno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tiho" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Omrežje" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Poveži se ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Prekini povezavo" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "Po_novno se poveži" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Pokaži dnevnik ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O programu ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Končaj" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Vstavek Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "Ta program pomaga pri preprečevanju in zdravljenju sindroma RSI" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_O programu ..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Pokaži _dnevnik" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Običajno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Tiho" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Poziv k premoru" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Neupoštevani premor" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Začetek počitka" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Konec počitka" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Začetek odmora" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Konec odmora" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dnevna omejitev" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Konec vaje" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Konec vaj" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Konec vaje" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d ur" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minut" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekund" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Zakleni" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Ugasni" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Preskoči" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Odloži" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Dosegli ste svojo dnevno omejitev. Prosim, da nehate\n" "delati za računalnikom. Če se vam delovni dan ni še\n" "zaključil si najdite kako drugo zaposlitev, kot npr. \n" "pregledovanje kakega dokumenta." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Vstavek Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Odmor" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Počitek" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Način" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Odpri" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Nastavitve" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Vaje" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Način" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Mreža" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Prekini povezavo" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "Po_novno se poveži" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O programu..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Počitek" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Tiho" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Pokaži _dnevnik" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Končaj" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Par sekund se prosim sprostite" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Naslednji počitek čez %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Počitek %s zapadel" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Dnevna omejitev čez %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Dnevna omejitev %s zapadla" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Splošno" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Zvok:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Statusno okno" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Vstavek" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Ure" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Uporabniški vmesnik" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ne zaklepaj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Onemogoči vnos" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Onemogoči vnos in zaslon" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Način zaklepanja:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Možnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Brez zvoka" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Predvajaj zvok preko zvočne kartice" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Predvajaj zvok preko vgrajenega zvočnika" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Zvok:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Postavi počitek in dnevno omejitev na isto mesto" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Zvok:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Brez zvoka" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Čas za odmor?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Rabite počitek ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Morali bi prekiniti za danes ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Odmor čez %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Izgine čez %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tiho čez %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Počitek še %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Naravni premori" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Rabite počitek ..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Čas je za počitek. Občasno vstanite in odidite \n" "od računalnika. Nekaj minut hodite naokrog, \n" "razgibajte se in se sprostite." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Naslednji počitek čez %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Počakajte" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Postavi ure eno k drugi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Postavi odmor in počitek na isto mesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Postavi počitek in dnevno omejitev na isto mesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Postavi vse ure na isto mesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Skrij" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Pokaži" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Pokaži samo ko je ta ura prva na vrsti" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Pokaži statusno okno" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Statusno okno je vedno nad ostalimi okni" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Programček je vključen" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Pokaži" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Postavitev:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Takt:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Odmor:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Počitek:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dnevna omejitev" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Vključi uro" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pozivanje k premoru" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Opozori preden prekineš" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Največ pozivov:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Pokaži gumba 'Odloži' in 'Preskoči'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Pokaži gumba 'Odloži' in 'Preskoči'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Ustavi uro ko ni dejavnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Seštej odmore k dejavnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Število vaj" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Čas do konca:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Čas med premori:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Trajanje premora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Odloži za:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Ta program pomaga pri preprečevanju in zdravljenju sindroma RSI" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Omrežna povezava" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Vpišite ime in številko vrat gostitelja na omrežju\n" "s katerim se želite povezati." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Ime gostitelja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Vrata:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Dnevnik mreže" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Omogoči omrežje" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Uporabnik:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Geslo:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Nastavitve strežnika" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Vrata strežnika:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Poskusi ponovne povezave:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Čas med poskusi ponovne povezave:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Napredno" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Na sledečem spisku so gostitelji na katere se Workrave poveže ob zagonu.\n" "Če jih želite spremeniti kliknite na ime gostitelja ali na njegova vrata." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Ime gostitelja" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Vrata" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Gostitelji" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Pregib rame in roke" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Roko postavite vodoravno pred prsi. To roko zdaj potisnite proti sebi z " "drugo, dokler ne začutite srednje močne napetosti v rami. Ostanite tako za " "kratek čas in ponovite vajo z drugo roko." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Pretegovanje prstov" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Razdelite in raztegnite prste, dokler ne začutite srednje močnega pritiska " "in zadržite to 10 sekund. Sprostite se in nato skrčite prste v sklepih in " "spet zadržite 10 sekund. Še enkrat ponovite vajo." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Pretegnite vrat z nagibom" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Začnite z glavo v udobni pokončni poziciji. Nato počasi nagnite glavo proti " "svoji desni rami, tako, da se raztegnejo mišice na levi strani vrata. " "Ostanite v tem položaju 5 sekund. Nato nagnite glavo proti levi, da " "raztegnete še drugo stran. To izvedite dvakrat za vsako stran." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Pretegovanje ramen v nazaj" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Spletite prste za hrbtom. Obrnite komolce rahlo navznoter medtem ko stegnete " "roke. Zadržite to pozicijo za 5 do 15 sekund in ponovite vajo dvakrat." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Premikajte oči" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Poglejte v zgornji levi kot zunanjega roba monitorja. Počasi sledite robu do " "zgornjega desnega kota. Nadaljujte do naslednjega kota, dokler ne greste " "okoli zaslona dvakrat. Nato ponovite vajo v obratni smeri." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Vadite izostrovanje z očmi" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Poglejte v najbolj oddaljeno točko, ki jo vidite za svojim zaslonom. " "Izostrite pogled na to oddaljeno točko. Nato izostrite na rob monitorja. " "Ponovite še enkrat. Če ne morete gledati zelo daleč za zaslonom, se obrnite " "v drugo smer, kjer imate širši pogled. Izostrite pogled med oddaljenim " "predmetom in peresom, ki ga držite na isti razdalji od oči kot je vaš zaslon." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Poglejte v temo" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Pokrijte si oči z dlanmi na tak način, da še lahko odprete veke. Zdaj glejte " "v temo svojih dlani. Ta vaja veliko bolj pomaga očem kot pa da enostavno " "zaprete oči." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Premikajte ramena" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Vašo desno roko počasi vrtite ob sebi, kot letalski propeler. To storite 4 " "krat naprej, 4 krat nazaj in se potem sprostite par sekund. Ponovite z levo " "roko." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Premikajte ramena gor in dol" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Postavite roke na naslonjala stola kjer sedite in dvignite telo, dokler niso " "roke ravne. Skušajte potegniti glavo še više s tem, da nižate ramena. Počasi " "se spet spustite na stol." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Obrnite glavo" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Obrnite glavo na levo in ostanite tako 2 sekundi. Nato obrnite glavo še " "desno in ostanite tako 2 sekundi." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Predvajalnik vaj" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Število vaj" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Število vaj" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Vaje" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Nadaljuj" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Prekini" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Število vaj" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Prebrskaj zgodovino" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Premori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Pozivi k premoru" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Kolikokrat ste bili pozvani k premoru, z izjemo ponovljenih pozivov pri isti " "prekinitvi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Ponovljeni pozivi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Kolikokrat ste bili ponovno pozvani k premoru" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Premori po pozivu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Kolikokrat ste počivali ko ste bili pozvani k temu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Naravni premori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Število premorov na katere niste biil opozorjeni" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Preskočeni premori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Število premorov, ki ste jih preskočili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Preloženi premori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Število premorov, ki ste jih preložili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Zapadli čas" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Čas od kadar je ta premor zapadel" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Dnevna uporaba" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Celotna uporaba računalnika" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Dejavnost" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Uporaba miške:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Seštevek časa, ko ste uporabljali miško" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Premik miške:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Celoten premik miške po zaslonu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Dejanski premik miške:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Celoten premik miške, če bi premikali miško v ravni črti med enim in drugim " "klikom" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Kliki miškinih gumbov:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Seštevek vseh klikov z miškinimi gumbi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Udarci po tipkovnici:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Seštevek vseh pritisnjenih tipk" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Postavitev" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Postavitev pladnja" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Čas je za počitek. Občasno vstanite in odidite \n" #~ "od računalnika. Nekaj minut hodite naokrog, \n" #~ "razgibajte se in se sprostite." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tiho čez %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Ni mogoče spoznati lastnega gostiteljskega imena. Razdeljevanje je " #~ "onemogočeno." #~ msgid "Break in" #~ msgstr "Premor čez" #~ msgid "Disappears in" #~ msgstr "Izgine čez" #~ msgid "Silent in" #~ msgstr "Tiho čez" #~ msgid "Too many alias levels for a locale, may indicate a loop" #~ msgstr "Preveč stopenj vzdevkov za locale, lahko kaže na zanko" #~ msgid "I could not initialize Bonobo" #~ msgstr "Ni mogoče inicializirati Bonoba" #, fuzzy #~ msgid "An exception occurred '%s'" #~ msgstr "Prišlo je do napake '%s'" #~ msgid "Inactive" #~ msgstr "Nedejaven" #, fuzzy #~ msgid "About %s" #~ msgstr "O programu..." workrave-1_10_10/po/sr@latin.po000066400000000000000000001271651263301626300164240ustar00rootroot00000000000000# Serbian translation for Workrave # This file is distributed under the same license as the workrave package. # GORAN MARICIC , 2012. # msgid "" msgstr "" "Project-Id-Version: Workrave Srbija\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2012-04-05 12:58+0100\n" "Last-Translator: Goran Maricic \n" "Language-Team: Tehpro Serbian \n" "Language: RS\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Rosetta-Export-Date: 2007-03-28 09:38+0000\n" "X-Poedit-Language: Serbian\n" "X-Poedit-Country: SERBIA\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Ponovno se povezujem s %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Mrežna operacija se ne može omogućiti." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Onemogućavam mrežne usluge." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "Povezujem se s %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Uklanjam klijenta %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Prekidam vezu %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Klijent %s je sada glavni." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Sada sam ja glavni." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Klijent %s pozdravlja." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Klijent %s je dvojnik." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Klijentu %s je odbijen pristup." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Klijent %s se odjavio." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Klijent %s nas dočekuje." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Zahtevam status glavnoga od %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Istek vremena klijenta sa %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Odbija se zahtev klijenta %s da bude glavni." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Prihvatanje zahteva klijenta %s da bude glavni." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Klijent %s koji nije glavni je odbio zahtev. " #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Klijent %s je odbio zahtjev, odgađam." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klijent %s je sada novi glavni." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Započet rad na mreži." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Prihvaćen novi klijent." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Greška prilikom čitanja klijenta %s, zatvaram." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Klijent %s je zatvorio vezu." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Klijent %s je povezan." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Ne može se ostvariti veza sa klijentom %s. " #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Otvori" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Svojstva" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Odmor" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Vežbe" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Način" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Uobičajeno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tiho" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Mreža" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Poveži se ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Prekini vezu" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Ponovno se poveži" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Pokaži dnevnik ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Načina rada - čitanje" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistika" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_O programu ..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Izlaz" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Program Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ovaj program služi da pomogne pri prevenciji i oporavku od povreda koje " "nastaju pri učestalom ponavljanju istih radnji. (RSI)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "_Priključi se" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_O programu ..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Pokaži _dnevnik" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Uobičajeno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "_Zaustavljeno" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "_Tiho" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Poziv na pauzu." #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Pauza ignorisana. " #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Početak pauze za odmor" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Kraj pauze za odmor" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Početak mikro vežbe" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Kraj mikro pauze" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Dnevni limit" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Kraj vežbe" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Kraj vežbi" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Promena vežbe" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Ručno uređivanje" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d sati" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuta" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekundi" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Zaključaj" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "_Ugasi" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Preskoči" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Odloži" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Ostvarili ste svoj dnevni limit. Molim Vas da prestanete \n" "raditi na računaru. Ukoliko Vaš radni dan još nije gotov, \n" "nađite nešto drugo da radite npr. pregledajte neki dokument." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave još uvek radi. Workrave-u možete pristupiti klikom na ikonu bele " "ovce." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workrave se nije pokrenuo" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Da li je Workrave već pokrenut?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave ne može pratiti aktivnost vaše tastature i miša. \n" #: ../frontend/gtkmm/src/GUI.cc:946 #, fuzzy msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Pazite da je ekstenzija RECORD omogućena na X serveru." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "Program je suspendovan. Aktivnost miša i tastature neće biti praćena. " #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" "Program je u tihom režimu. Nikakvi prozori upozorenja neće biti prikazivani." #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikro pauza" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Pauza za odmor" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "_Način" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "Otvori" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Svojstva" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Vežbe" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "_Način rada" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Mreža" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Prekini vezu" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 msgid "Reconnect" msgstr "_Ponovo se poveži" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistika" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "O programu..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Pauza za odmor" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Tiho" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Poveži se" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Pokaži _dnevnik" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Izlaz" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "Način rada - čitanje." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Opustite se na nekoliko sekundi." #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Sledeća pauza za odmor za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Pauza za odmor sa %s zakašnjenjem" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Dnevni limit za %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Dnevni limit sa %s zakašnjenjem" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Opšte" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Zvukovi" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Prozor stanja" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Program" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Merači" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Korisničko sučelje" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ne blokiraj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blokiraj unos" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blokiraj unos i ekran" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Mogućnosti" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Način blokiranja:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Fabrička podešavanja" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(font nije dostupan)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Jezik:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Pokreni Workrave sa Windowsom" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Prikaži sistemsku ikonu" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Podešavanja zvuka" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Bez zvuka" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Pusti zvuke koristeći zvučnu karticu" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Pusti zvuke koristeći ugrađeni zvučnik" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Jačina zvuka:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Zvuk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Ugasi zvuke za vreme pauze i dnevnog limita" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Zvučni događaji" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Zvučna tema: " #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Kreni" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Događaj" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Biraj zvuk" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Wave datoteke" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "Koristite alternativni monitor" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 #, fuzzy msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "Uključite ovu opciju ako Workrave ne detektuje da koristite računar" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Vreme za mikro pauzu?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Trebalo bi da napravite pauzu za odmor ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Trebalo bi da završite za danas ..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Odmor za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Nestaje za %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tiho za %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Odmor za %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Prirodni odmor" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Ovo je vaš prirodni odmor." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Ovo je Vaša pauza za odmor. Obavezno ustanite \n" "i odmaknite se od računara. Jednostavno se prošetajte \n" " nekoliko minuta, protegnite se i opustite. " #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Sada napravi pauzu" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Čekaj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Postavi merače jedan do drugoga" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Postavi mikro pauzu i pauzu za odmor na jedno mesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Postavi mikro pauzu i dnevni limit na jedno mesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Stavi sve merače na jedno mjesto" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Sakrij" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Prikaži" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Pokaži samo kada ovaj merač ističe prvi" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Pokaži prozor statusa" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Prozor statusa prikazuj ispred svih drugih prozora" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Program omogućen" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Prikaz" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Smeštaj:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Vreme ciklusa:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikro pauza:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Odmor:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Dnevni limit:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Uključi odbrojavanje" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Prikaz upozorenja za odmor" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Prikaži upozorenje pre odmora" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maksimalan broj upozorenja" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Pokaži dugme \"Odloži\" i \"Preskoči\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Pokaži dugme \"Odloži\" i \"Preskoči\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Zaustavi merač za vrijeme neaktivnosti" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Mikro pauze računaj kako aktivnost" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Broj vežbi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 #, fuzzy msgid "Start restbreak when screen is locked" msgstr "Započni prirodni odmor kada je ekran zaključan" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Vreme do kraja:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Vreme između odmora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Trajanje odmora:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Odloži za:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Pomaže u prevenciji i oporavku od Repetitive Strain Injury (RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Poveži s mrežom" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Upišite ime računara i broj porta računara \n" "u mreži na koji želite da se povežete." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Ime računara:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Dnevnik mreže" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Omogući mrežu" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Korisničko ime:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Lozinka:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Dozvoli dolazne veze" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Postavke servera" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Port servera:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Broj ponovnih pokušaja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Vreme između ponovnih pokušaja:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Napredno" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Ova lista sadrži popis servera na koje se workrave povezuje prilikom " "pokretanja.\n" "Kliknite na ime servera ili broj porta da izmenite podatke. " #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Ime računara" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Računari (hostovi)" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Istezanje za ramena i ruke" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Ispružite jednu ruku horizontalno ispred sebe. Drugom rukom povlačite " "ispruženu ruku prema sebi dok u ramenu ne osetite napetost. Kratko zadržite " "taj položaj i ponovite vežbu s drugom rukom." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Istezanje prstiju" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Razdvojite i istegnite prste dok ne osetite lagano istezanje i zadržite tako " "10 sekundi. Opustite prste i savijte ih u šaku i držite tako 10 sekundi. " "Ponovite vežbu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Istezanje vrata" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Krenite sa glavom iz uspravnog položaja. Polako nagnite glavu udesno prema " "ramenu da se istegnu mišići vrata s leve strane. Zadržite položaj nekoliko " "sekundi. Zatim, polako nagnite glavu prema levom ramenu da osetite istezanje " "mišića vrata desne strane. Ponovite vežbu nekoliko puta. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Istezanje ramena unazad" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Isprepletite prste iza leđa. Sada lagano pomerite laktove prema unutra dok " "istovremeno ispružate ruke od sebe. Zadržite položaj 5 do 15 sekundi, pa " "ponovite vežbu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Pomerajte oči" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Usmerite pogled u gornji levi ugao monitora. Polako pogledom pratite ivicu " "monitora do gornjeg desnog ugla. Nastavite do sledećeg ugla dok ne napravite " "dva puna kruga. Zatim ponovite u drugu stranu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Treniranje fokusiranja očiju" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Pogledajte u najudaljeniju tačku koju možete videti iza svog monitora. " "Fokusirajte pogled na udaljenu tačku. Sada fokusirajte pogled na ivicu " "monitora. Ako ne možete gledati daleko iza monitora, uzmite olovku i " "okrenite se u smeru najudaljenije tačke od vas u prostoriji. Menjajte fokus " "između udaljenog objekta i olovke držeći je na sličnoj udaljenosti kao što " "je između vas i monitora. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Gledajte u tamu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Pokrijte oči dlanovim tako da još uvek možete podićii kapke. Sada otvorite " "oči i gledajte u tamu svojih dlanova. Ova vežba bolje odmara vaše oči nego " "da ste ih samo zatvorili." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Pomerajte ramena" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Kružite desnom rukom pored tela kao propeler. Ponovite nekoliko puta " "unapred, zatim unazad i opustite ruku nekoliko sekundi. Zatim ponovite vežbu " "levom rukom." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Pomerajte ramena gore i dole" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Oslonite dlanove na rukodržače vaše stolicu dok sedite i pokuštajte rukama " "da podignete telo od podloge. Pokušaje da pomerate glavu još dalje " "spuštajući ramena. Polako se vratite na stolicu. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Okrenite glavu" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Okrenite glavu levo i držite tako 2 sekunde. Sada okrenite glavu desno i " "držite tako dve sekunde." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Prikaz vežbi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Prethodna vežba" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Sledeća vežba" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Zaustavi vežbe" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Završi vežbe" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Nastavi" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Pauza" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Nastavi vežbe" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Pregledaj istoriju" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Odmori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Upozorenja za odmor" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Broj koliko ste puta bili upozoreni za pauzu, ne uključujući ponovljena " "upozorenja za istu pauzu." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Ponovljena upozorenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Broj koliko ste puta bili ponovno upozoreni na pauzu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Broj prihvaćenih odmora prema upozorenju" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Broj koliko puta ste uzeli pauzu kada ste bili upozoreni" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Broj prirodnih pauza" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Broj koliko puta ste uzeli odmor bez upozorenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Preskočeni odmori" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Broj pauza koje ste preskočili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Broj preskočenih pauza" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Broj pauza koje ste odložili" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Vreme kašnjenja" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Ukupno vreme koliko ste kasnili s ovom pauzom" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Dnevno korišćenje" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Ukupna upotreba računara" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivnost" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Upotreba miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Ukupno vreme koliko ste koristili miša" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Pomeranje miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Ukupno pomeranje miša po ekranu" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Efektivno pomeranje miša:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Ukupno pomeranje miša koje bi imali da ste između klikova miša pomerali " "ravno." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Klikovi mišem:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Ukupan broj klikova mišem" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Otkucaja na tastaturi:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Ukupan broj otkucaja na tastaturi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, od %s do %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orijentacija" #~ msgid "The orientation of the tray" #~ msgstr "Orijentacija sistemskog tray-a" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Čas je za počitek. Občasno vstanite in odidite \n" #~ "od računalnika. Nekaj minut hodite naokrog, \n" #~ "razgibajte se in se sprostite." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tiho čez %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Ni mogoče spoznati lastnega gostiteljskega imena. Razdeljevanje je " #~ "onemogočeno." #~ msgid "Break in" #~ msgstr "Premor čez" #~ msgid "Disappears in" #~ msgstr "Izgine čez" #~ msgid "Silent in" #~ msgstr "Tiho čez" #~ msgid "Too many alias levels for a locale, may indicate a loop" #~ msgstr "Preveč stopenj vzdevkov za locale, lahko kaže na zanko" #~ msgid "I could not initialize Bonobo" #~ msgstr "Ni mogoče inicializirati Bonoba" #, fuzzy #~ msgid "An exception occurred '%s'" #~ msgstr "Prišlo je do napake '%s'" #~ msgid "Inactive" #~ msgstr "Nedejaven" #, fuzzy #~ msgid "About %s" #~ msgstr "O programu..." workrave-1_10_10/po/sv.po000066400000000000000000001401171263301626300152700ustar00rootroot00000000000000# Swedish translation of Workrave. # Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the workrave package. # Daniel Nylander , 2006, 2007, 2008, 2009. # msgid "" msgstr "" "Project-Id-Version: workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:51+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "Återansluter till %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Kunde inte aktivera nätverksfunktionen." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Inaktiverar nätverksfunktion." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "Ansluter till %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "Tar bort klient %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "Kopplar ner %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "Klient %s är nu master." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Jag är nu master." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "Klient %s säger hej." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "Klient %s är en dubblett." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "Klient %s åtkomst nekas." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "Klient %s loggade av." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "Klient %s välkomnar oss." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "Begär masterstatus från %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "Timeout för klient från %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "Avvisar begäran om master från klient %s: %d." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "Bekräftar begäran om master från klient %s: %d." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Icke-master-klient %s avvisade begäran om master." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "Klient %s avvisade begäran om master, fördröjer." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Klient %s är nu ny master." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Nätverksfunktion startad." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Accepterade ny klient." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "Klient %s läsfel, stänger." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "Klient %s stängde anslutning." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "Klient %s ansluten." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "Kunde inte ansluta till klient %s: %d." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Öppna" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Inställningar" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Vilopaus" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Övningar" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Läge" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Tyst" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "V_iloläge" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Nätverk" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Anslut..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Koppla ned" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Återanslut" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Visa logg..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Statistik" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Om..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Avsluta" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave-panelprogram" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Detta program hjälper till att förebygga och återhämta sig från musarm (RSI)." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Om..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Visa _logg" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "V_iloläge" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Tyst" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Pausuppmaning" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Paus ignorerad" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Vilopaus påbörjad" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Vilopaus avslutad" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Mikropaus påbörjad" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Mikropaus avslutad" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Daglig gräns" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Övning avslutad" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Övningar avslutade" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Övning ändrad" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Anpassad" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d timmar" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d minuter" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d sekunder" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Lås" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_Stäng ner" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Hoppa över" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Flytta fram" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Du har nått din dagliga gräns. Sluta arbeta med datorn.\n" "Om din arbetsdag ännu inte är över, hitta på något\n" "annat att göra, såsom granska ett dokument." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Starta Workrave vid uppstart av Windows" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Mikropaus" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Vilopaus" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "_Läge" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Öppna" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Inställningar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Övningar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Läge" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Nätverk" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Anslut" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Koppla ned" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Återanslut" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Statistik" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Om..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Vilopaus" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Tyst" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Anslut" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Visa _logg" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Avsluta" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Slappna av i ett par sekunder" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Nästa vilopaus om %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Tidspunkt för vilopaus har överskridits med %s minuter" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Daglig gräns på %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Daglig gräns överskriden med %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Allmänt" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Ljud" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Statusfönster" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Panelprogram" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Tidtagare" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Användargränssnitt" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Ingen blockering" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Blockera tangentbord/mus" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Blockera tangentbord/mus och skärm" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Alternativ" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Blockeringsläge:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "Systemstandard" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(typsnitt inte tillgängligt)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Språk:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Starta Workrave vid uppstart av Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Ljudalternativ" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Inga ljud" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Spela upp ljud med ljudkort" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Spela upp ljud med den inbyggda högtalaren" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Volym:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Ljud:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "Placera vilopaus och daglig gräns på samma ställe" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Ljudhändelser" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Ljudtema:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Spela upp" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Händelse" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Välj ett ljud" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Wave-filer" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Dags för en mikropaus?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Du behöver ta en vilopaus..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Du bör sluta för idag..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Paus om %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Försvinner om %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Tyst om %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Vilopaus i %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Naturliga pauser tagna" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Du behöver ta en vilopaus..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Detta är din vilopaus. Se till att du ställer dig upp och går\n" "bort från din dator på en regelbunden basis. Gå bara\n" "runt i några minuter, stretcha och slappna av." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Ta en vilopaus nu" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Vänta" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Placera tiderna bredvid varandra" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Placera mikropauser och vilopauser på samma ställe" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Placera vilopaus och daglig gräns på samma ställe" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Placera alla pauser på samma ställe" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Dölj" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Visa" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Visa endast första gången perioden går ut" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Visa statusfönster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Statusfönstret är alltid överst" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Panelprogram aktiverat" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Visa" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Placering:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Tidscykler:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Mikropaus:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Vilopaus:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Daglig gräns:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Aktivera tidtagare" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Pausuppmaningar" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Uppmaning före pauser" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Maximalt antal uppmaningar:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Visa knappar för \"Flytta fram\" och \"Hoppa över\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Visa knappar för \"Flytta fram\" och \"Hoppa över\"" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Suspendera tidtagare vid inaktivitet" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Anse mikropaus vara en aktivitet" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Antal övningar:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Tid före slut:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Tid mellan pauser:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Längd på paus:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Flytta fram tid:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "Hjälper till att förebygga och återhämta sig från musarm (RSI)." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Nätverksanslutning" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Ange värdnamnet och portnummer till en dator på nätverket\n" "som du önskar att ansluta till." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Värdnamn:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Port:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Nätverkslogg" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Aktivera nätverk" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Användarnamn:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Lösenord:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Tillåt inkommande anslutningar" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Serverinställningar" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Serverport:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Återanslutningsförsök:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Återanslutningsintervall:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Avancerat" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Följande lista anger de värdar som Workrave ansluter till vid uppstart.\n" "Klicka på värdnamnet eller portnumret för att redigera." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Värdnamn" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Port" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Värdar" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Utsträckning av skuldror och armar" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Sträck ut en arm horisonellt framför bröstkorgen. Tryck denna arm med din " "andra arm mot dig tills du känner en lätt sträckning i skuldran. Håll kvar i " "denna position en kort stund och upprepa övningen för din andra arm." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Sträck ut fingrarna" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Sträck ut och räta på fingrarna tills du märker en lätt sträckning. Håll " "kvar i 10 sekunder. Slappna av och knyt fingrarna och håll kvar i 10 " "sekunder. Upprepa övningen en gång till." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Utsträckning av nacken" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Se rakt fram och hitta en behaglig position med huvudet. Lägg sedan högra " "örat mot högra skuldran så att du försiktigt sträcker musklerna på vänstra " "sidan av nacken. Håll kvar i 5 sekunder. Upprepa hela övningen med vänster " "öra mot vänster skuldra. Upprepa båda övningarna 2 gånger till på varje sida." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Sträck ut skuldrorna bakåt" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Fläta fingrarna bakom ryggen. Vrid dina armbågar försiktigt innåt, samtidigt " "som du sträcker på armarna. Håll kvar i denna position mellan 5 och 15 " "sekunder, och upprepa denna övning två gånger." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Rör på ögonen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Se på översta vänstra hörnet på den yttersta kanten på din skärm. Följ " "kanten långsamt med ögonen till det övre högra hörnet. Fortsätt till nästa " "hörna tills du har gått runt två gånger. Upprepa övningen fast det motsatta " "hållet." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Träna fokusering med ögonen" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Se på den punkt som är längst bort bakom din skärm. Fokusera dina ögon på " "punkten. Fokusera sedan på kanten av din skärm. Upprepa det. Om du inte kan " "se speciellt långt bakom din skärm, vänd dig mot en annan riktning med " "längre utsikt. Byt fokus mellan en objekt långt bort och en penna som hålls " "på samma avstånd från dina ögon som din skärm." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Se in i mörkret" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Täck för dina ögon med dina handflator på så sätt att du fortfarande kan " "öppna dina ögonlock. Öppna nu ögonen och se in i mörkret i handflatorna. " "Denna övning ger bättre avlastning för ögonen jämfört med att bara stänga " "dem." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Rör på skuldrorna" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Pendla din högra arm långsamt runt som en flygplanspropeller. Gör detta 4 " "gånger framåt, 4 gånger bakåt och slappna av ett par sekunder. Upprepa med " "vänstra armen." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Rör på skuldrorna upp och ner" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Ta tag i armstöden på din stol när du sitter ner och tryck din kropp uppåt " "tills dina armar är raka. Försök att flytta ditt huvud längre genom att " "sänka skuldrorna. Rör dig sakta tillbaka till stolen." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Vrid på huvudet" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Vrid på huvudet åt vänster och håll det kvar där i 2 sekunder. Vrid sedan " "ditt huvud åt höger och håll det där i 2 sekunder." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Övningar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Föregående övning" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Nästa övning" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Pausa övningar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Avsluta övningar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Återuppta" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Paus" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Återuppta övningar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Bläddra i historik" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Datum:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Pauser" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Uppmanade pauser" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Antalet gånger du blev uppmanad att ta en paus, undantaget upprepade " "uppmaningar för samma paus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Upprepade uppmaningar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Antalet gånger du blev upprepningsvis uppmanad att ta en paus" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Uppmanade pauser tagna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Antalet gånger du tog en paus när du blev uppmanad" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Naturliga pauser tagna" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Antalet gånger du tog en paus utan att bli uppmanad" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Överhoppade pauser" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Antalet pauser du har hoppat över" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Framflyttade pauser" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Antalet pauser du har flyttat fram" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Överskriden tid" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Den totala tiden som denna paus var fördröjd" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Daglig användning" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Total användning av datorn" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Aktivitet" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Musanvändning:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Den totala tiden du har använt musen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Musrörelser:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "De totala musrörelserna på skärmen" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Effektiva musrörelser:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "De totala musrörelserna du skulle haft om du har rört musen i en rak linje " "mellan olika klick" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Klick på musknappar:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Totalt antal musknappsklick" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tangenttryckningar:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Totalt antal tangenter tryckta" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, från %s till %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Orientering" #~ msgid "The orientation of the tray" #~ msgstr "Lådans orientering" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Detta är din vilopaus. Se till att du ställer dig upp och går\n" #~ "bort från din dator på en regelbunden basis. Gå bara\n" #~ "runt i några minuter, stretcha och slappna av." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Tyst om %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "Kan inte slå upp mitt egna värdnamn. Inaktiverar distribution." #~ msgid "Shared secret:" #~ msgstr "Delad hemlighet:" #~ msgid "Repeat:" #~ msgstr "Upprepa:" #~ msgid "Configuration conflict" #~ msgstr "Konflikt i konfigurationen" #~ msgid "" #~ "A connection has been established with a remote Workrave.\n" #~ "This Workrave uses different break setting. Please resolve.." #~ msgstr "" #~ "En anslutning har etablerats med en fjärrinstans av Workrave.\n" #~ "Denna Workrave använder andra pausinställningar. Lös problemet.." #~ msgid "Break in" #~ msgstr "Paus om" #~ msgid "Disappears in" #~ msgstr "Försvinner om" #~ msgid "Silent in" #~ msgstr "Tyst om" #~ msgid "Too many alias levels for a locale, may indicate a loop" #~ msgstr "För många aliasnivåer för en lokal, kan indikera en slinga" #~ msgid "I could not initialize Bonobo" #~ msgstr "Jag kunde inte initiera Bonobo" #~ msgid "An exception occurred '%s'" #~ msgstr "Ett undantag inträffade \"%s\"" #~ msgid "Inactive" #~ msgstr "Inaktiv" #~ msgid "Credits" #~ msgstr "Tack till" #~ msgid "_Written by" #~ msgstr "_Skrivet av" #~ msgid "_Documented by" #~ msgstr "_Dokumenterat av" #~ msgid "_Translated by" #~ msgstr "_Översatt av" #~ msgid "_Credits" #~ msgstr "_Tack till" #~ msgid "About %s" #~ msgstr "Om %s" #~ msgid "Fist roll" #~ msgstr "Vrid handen" #~ msgid "" #~ "Put your underarm on a table and make a fist. Roll your fist away from " #~ "your body untill it rests on your nuckles. Keep it for 2 seconds and roll " #~ "it back. Repeat this 5 times for each hand. If the muscle is stretched to " #~ "much, let your fingers rest on the table while rolling." #~ msgstr "" #~ "Lägg din underarm på ett bord och knyt handen. Vrid dina hand bort från " #~ "kroppen tills den vilar på dina knogar. Håll den där i 2 sekunder och " #~ "vrid den tillbaka. Upprepa denna övning 5 gånger för varje hand. Om " #~ "muskeln sträcks ut för mycket, låt din fingrar vila på bordet under tiden " #~ "du vrider." #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Stäng dina ögon och andas ut så länge du kan och försök att slappna av. " #~ "När du andas in igen, gör det så sakta som möjligt. Försök att räkna " #~ "sakta till 8 för varje gång du andas ut och in. För att slappna av extra " #~ "mycket i ögonen, försök att stänga dem i mikropauser." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Ställ dig med ansiktet mot en vägg (eller liknande). Placera händerna på " #~ "väggen i skulderhöjd med armbågarna lätt böjda. Tryck kroppen mot väggen " #~ "utan att ändra vinkel på armbågarna. Tryck dig tillbaka från väggen igen " #~ "utan att ändra vinkel på armbågarna." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Håll huvudet rakt och käken parallellt med golvet. Flytta långsamt " #~ "huvudet bakåt (så att du skapar en dubbelhaka). Håll kvar denna position " #~ "i 2 sekunder och slappna av. Flytta huvudet på samma sätt framåt, håll " #~ "kvar i 2 sekunder och slappna av igen." #~ msgid "Move the shoulder blades" #~ msgstr "Rör på skulderbladen" #~ msgid "Neck stretch" #~ msgstr "Utsträckning av nacken" #~ msgid "Relax the eyes" #~ msgstr "Slappna av med ögonen" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Ställ dig vid skrivbordet och placera båda handflatorna på bordet med " #~ "fingrarna pekandes mot din kropp. Sträck försiktigt handlederna och " #~ "underarmarna." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Stå upprest och försök att ta tag i taket med händerna utan att lyfta " #~ "hälarna från golvet. Håll kvar i några sekunder. Låt händerna sjunka " #~ "sakta mot golvet utan att böja armarna. Fortsätt att låta händerna sjunka " #~ "mot golvet genom att sakta böja på ryggen framåt helt tills du (nästan) " #~ "kan placera de framför dina skor. Räta sakta upp ryggen från höften tills " #~ "du står upprest igen." #~ msgid "Stretch your back" #~ msgstr "Strekk ryggen" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Sträck ut handled och underarm" #~ msgid "Restbreak" #~ msgstr "Vilopaus" workrave-1_10_10/po/te.po000066400000000000000000001151241263301626300152500ustar00rootroot00000000000000# Esperanto translation of workrave. # Copyright (C) 2002 Rob Caelers & Raymond Penners # Eric lesh , 2002. # Veeven , 2010. msgid "" msgstr "" "Project-Id-Version: Workrave\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:50+0100\n" "Last-Translator: Veeven \n" "Language-Team: e-Telugu Localization Team\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.5.2\n" "X-Poedit-Language: Telugu\n" "X-Poedit-Country: INDIA\n" "X-Poedit-SourceCharset: UTF-8\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "%s కి అనుసంధానిస్తున్నాం." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "" #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "" #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "అభిరుచులు (_P)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "విశ్రాంతివిరామం (_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "గణాంకాలు (_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "గురించి (_A)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "చాలించు (_Q)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "వర్క్‌రేవ్" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "గురించి (_A)..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "చూపించు" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 msgid "Normal" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "విరామాన్ని పట్టించుకోలేదు" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "విశ్రాంతి విరామం మొదలైంది" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "విశ్రాంతి విరామం ముగిసింది" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "సూక్ష్మ-విరామం మొదలైంది" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "సూక్ష్మ-విరామం ముగిసింది" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "రోజువారీ పరిమితి" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "అభిమత" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d గంటలు" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d నిమిషాలు" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d క్షణాలు" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_తాళంవేయి" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "_నిలివివేయి" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_దాటవేయి" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_వాయిదావేయి" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "విండోస్ మొదలవుతున్నప్పుడే వర్క్‌రేవ్‌ని కూడా ప్రారంభించు" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "సూక్ష్మ-విరామం" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "విశ్రాంతి విరామం" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "అభిరుచులు" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 msgid "Mode" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "అనుసంధానించు (_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "అనుసంధానించు (_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "అనుసంధానించు (_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "గణాంకాలు" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "గురించి..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "విశ్రాంతి విరామం (_R)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "అనుసంధానించు (_C)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "చాలించు (_Q)" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "దయచేసి కొన్ని క్షణాలు విరమించండి" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "తర్వాతి విశ్రాంతి విరామం %s లో" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "%s లో రోజువారీ పరిమితి" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "సాధారణ" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "ధ్వనులు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "స్థితి కిటికీ" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "వాడుకరి ముఖాంతరం" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "నిరోధం లేదు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "ఎంపికలు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "నిరోధపు రీతి:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "వ్యవస్థ అప్రమేయం" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(ఖతి అందుబాటులో లేదు)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "భాష:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "విండోస్ మొదలవుతున్నప్పుడే వర్క్‌రేవ్‌ని కూడా ప్రారంభించు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "ధ్వని ఎంపికలు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "ధ్వనులు లేవు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "ధ్వని ఘటనలు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "ఆడించు" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "ఘటన" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "ఒక ధ్వనిని ఎంచుకోండి" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "ఒక సూక్ష్మ-విరామానికి సమయమా?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "మీకు విశ్రాంతి విరామం కావాలి..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "మీరు ఈ రోజుకి ఇక ఆపివేయాలి..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "%s లో విరామం" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "సహజ విశ్రాంతి విరామం" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "ఇది మీ సహజ విశ్రాంతి విరామం." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "ఇప్పుడు విశ్రాంతి విరామం తీసుకోండి" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "ఆగు" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "దాచు" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "చూపించు" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "స్థితి కిటికీని చూపించు" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "సూక్ష్మ-విరామం:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "విశ్రాంతి విరామం:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "రోజువారీ పరిమితి:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 msgid "Show 'Postpone' button" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 msgid "Show 'Skip' button" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "విరామపు నిడివి:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "వాయిదా సమయం:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "వాడుకరిపేరు:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "సంకేతపదం:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "లోనికివచ్చు సంధానాలను అనుమతించు" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "సేవకి అమరికలు" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "ఉన్నత" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "కళ్ళని కదపండి" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "చీకటి లోనికి చూడండి" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "భుజాలని కదపండి" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "భుజాలని పైకి మరియు క్రిందికి కదల్చండి" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "మీ తలని తిప్పండి" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "కొనసాగించు" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "నిలుపు" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "చరిత్రని చూడండి" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "తేదీ:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "విరామాలు" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "సహజంగా తీసుకున్న విరామాలు" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "వదిలివేసిన విరామాలు" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "వాయిదావేసిన విరామాలు" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "రోజువారీ వాడకం" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "కార్యకలాపం" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "మూషికపు వాడుక:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "మూషిక కదలిక:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "దిశ" workrave-1_10_10/po/tr.po000066400000000000000000001314011263301626300152610ustar00rootroot00000000000000# Turkish translation of Workrave. # Copyright (C) 2002, 2003, 2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave package. # Enver ALTIN , 2006. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: Workrave 1.8.3\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-02-16 19:50+0100\n" "Last-Translator: Enver ALTIN \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, fuzzy, c-format msgid "Reconnecting to %s." msgstr "%s adresine yeniden bağlanılıyor." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Ağ işlevi etkinleştirilemedi." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Ağ işlevi hizmet dışı bırakılıyor." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, fuzzy, c-format msgid "Connecting to %s." msgstr "%s adresine bağlanılıyor." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, fuzzy, c-format msgid "Removing client %s." msgstr "%s istemcisi listeden çıkarılıyor." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, fuzzy, c-format msgid "Disconnecting %s" msgstr "%s bağlantısı kesiliyor." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, fuzzy, c-format msgid "Client %s is now master." msgstr "%s istemcisi asıl sunucu oldu." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Bu istemci şimdi asıl sunucu oldu." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, fuzzy, c-format msgid "Client %s saying hello." msgstr "%s istemcisi merhaba diyor." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, fuzzy, c-format msgid "Client %s is duplicate." msgstr "%s istemcisi bir kopya." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, fuzzy, c-format msgid "Client %s access denied." msgstr "%s istemcisinin erişimi reddedildi." #: ../backend/src/DistributionSocketLink.cc:1410 #, fuzzy, c-format msgid "Client %s signed off." msgstr "%s istemcisi bağlantıyı kesti." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, fuzzy, c-format msgid "Client %s is welcoming us." msgstr "%s istemcisi bağlantıya davet ediyor." #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "%s adresinden asıl sunucu durumu isteniyor." #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "%s istemcisinin bağlantısı zaman aşımına uğradı." #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "%s istemcisinden gelen asıl sunucu isteği reddedildi." #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "%s istemcisinin asıl sunucu isteği yanıtlanıyor." #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "Asıl olmayan istemci %s asıl sunucu isteğini reddetti." #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "%s istemcisi asıl sunucu isteğini reddetti, bekleniyor." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "%s istemcisi yeni asıl sunucu oldu." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Ağ işlemi başlatıldı." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Yeni istemci kabul edildi." #: ../backend/src/DistributionSocketLink.cc:2132 #, fuzzy, c-format msgid "Client %s read error, closing." msgstr "%s istemcisinden veri okunurken hatası oluştu, bağlantı kesiliyor." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, fuzzy, c-format msgid "Client %s closed connection." msgstr "%s istemcisi bağlantıyı kesti." #: ../backend/src/DistributionSocketLink.cc:2179 #, fuzzy, c-format msgid "Client %s connected." msgstr "%s istemcisi bağlandı." #: ../backend/src/DistributionSocketLink.cc:2217 #, fuzzy, c-format msgid "Could not connect to client %s." msgstr "%s istemcisine bağlanılamadı." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Aç" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Tercihler" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Dinlenme molası" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Alıştırmalar" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "Çalış_ma biçimi" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Normal" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Sessiz" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Duraklat" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Ağ" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_Bağlan..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "Bağlantıyı _kes" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Yeniden bağlan" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "_Günlüğü göster" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "İ_statistikler" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Hakkında..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "Çı_k" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave panel takısı" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Bu uygulama tekrar eden eklem incinmesinin (RSI) engellenmesi ve tedavisine " "yardımcı olur." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Hakkında..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "_Günlüğü göster" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Normal" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "_Duraklat" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "_Rahatsız etme" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Mola istemi" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Mola gözardı edildi" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Dinlenme molası başladı" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Dinlenme molası bitti" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Kısa-mola başladı" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Kısa-mola bitti" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Günlük sınır" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Alıştırma bitti" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Alıştırma hareketleri bitti" #: ../frontend/common/src/SoundPlayer.cc:135 #, fuzzy msgid "Exercise change" msgstr "Alıştırma bitti" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d saat" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d dakika" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d saniye" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "_Kilitle" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "Kapat" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "_Atla" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "_Ertele" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Günlük sınırınıza ulaştınız. Lütfen çalışmayı bilgisayarın\n" "başında çalışmayı bırakın. Eğer çalışma gününüz bitmediyse,\n" "yapacak belge incelemek gibi başka bir iş bulun." #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "Workrave panel takısı" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Kısa-mola" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Dinlenme molası" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "Çalış_ma biçimi" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "_Aç" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Tercihler" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Alıştırmalar" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "Çalış_ma biçimi" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Ağ" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_Bağlan" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "Bağlantıyı _kes" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Yeniden bağlan" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "İstatistikler" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Workrave hakkında..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Dinlenme molası" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Rahatsız etme" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_Bağlan" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "_Günlüğü göster" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "Çı_k" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Birkaç saniye için rahatlayın" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Sonraki dinlenme molası %s sonra" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Dinlenme molası %s gecikti" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "%s içerisinde günlük sınır" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Günlük sınırı %s önce aştınız" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Genel" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 #, fuzzy msgid "Sounds" msgstr "Ses:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Durum penceresi" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Panel takısı" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Zamanlayıcılar" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Kullanıcı arayüzü" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Engelleme" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Giriş aygıtlarını engelle" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Giriş aygıtlarını ve ekranı engelle" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Seçenekler" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Engelleme kipi:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 #, fuzzy msgid "Sound Options" msgstr "Seçenekler" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Ses çıkarma" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Ses üretmek için ses kartı kullan" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Ses üretmek için dahili hoparlörü kullan" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Ses:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 #, fuzzy msgid "Mute sounds during rest break and daily limit" msgstr "" "Dinlenme molası ve günlük sınır zamanlayıcılarını tek kutuda sırayla göster" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 #, fuzzy msgid "Sound Theme:" msgstr "Ses:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 #, fuzzy msgid "Choose a sound" msgstr "Ses çıkarma" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Kısa bir mola verelim mi?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Bir dinlenme molasına ihtiyacınız var..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Bugün için artık durmalısınız..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "%s sonra ara." #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "%s sonra kaybolacak" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "%s sonra sessiz olacak." #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "%s için dinlenme molası" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "Kendiliğinden verilen molalar" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 #, fuzzy msgid "This is your natural rest break." msgstr "Bir dinlenme molasına ihtiyacınız var..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Bu sizin dinlenme molanız. Düzenli olarak ayağa kalkmalı\n" "ve bilgisayarınızdan uzaklaşmalısınız. Sadece birkaç\n" "dakika etrafta dolaşın, gerinin ve rahatlayın." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 #, fuzzy msgid "Take rest break now" msgstr "Sonraki dinlenme molası %s sonra" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Bekle" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Zamanlayıcıları yanyana yerleştir" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "" "Kısa-mola ve dinlenme molası zamanlayıcılarını tek kutuda sırayla göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "" "Dinlenme molası ve günlük sınır zamanlayıcılarını tek kutuda sırayla göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Tüm zamanlayıcıları tek kutuda sırayla göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Gizle" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Bu zamanlayıcıyı yalnızca geciktiği zaman göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Durum penceresini göster" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Durum penceresi her zaman diğer tüm pencerelerin üzerinde olsun" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Panel takısı etkin" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Görüntüle" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Yerleşim:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Döngü süresi:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Kısa-mola:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Dinlenme molası:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Günlük sınır:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Zamanlayıcıyı etkinleştir" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Mola istemi" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Mola vermeden önce hatırlatarak onay al" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "En fazla onay isteği:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "'Ertele' ve 'Atla' düğmelerini göster" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "'Ertele' ve 'Atla' düğmelerini göster" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Hareketsiz olduğunda zamanlayıcıyı duraklat" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Kısa-molaları çalışma olarak algıla" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Alıştırma sayısı:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Bitmeden önceki süre:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Molalar arasındaki süre:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Mola süresi:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Erteleme süresi:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 #, fuzzy msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Bu uygulama tekrar eden eklem incinmesinin (RSI) engellenmesi ve tedavisine " "yardımcı olur." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Ağ bağlantısı kur" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "" "Ağ üzerinde bağlanmak istediğiniz bilgisayarın adını\n" "ve bağlantı noktası numarasını belirtin." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Sunucu adresi:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Bağlantı noktası:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Ağ günlüğü" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Ağ bağlantısı desteğini etkinleştir" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Kullanıcı adı:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Şifre:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Sunucu ayarları" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Sunucu bağlantı noktası:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Yeniden bağlanma denemesi:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Yeniden bağlanma aralığı:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Gelişmiş" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Aşağıdaki liste Workrave'in başlangıçta bağlanacağı sunucuları\n" "belirtir. Değişiklik yapmak için listedeki bir sunucu adını veya\n" "bağlantı noktasını tıklayın." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Sunucu adı" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Bağlantı noktası" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Sunucular" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Omuz-kol uzatma" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Bir kolunuzu göğsünüzün önünde yatay olarak uzatın. Bu kolunuzu diğer " "kolunuzla kendinize doğru omzunuzda hafif bir gerilme oluşana kadar itin. " "Kısa süre bu konumda kalın, sonra alıştırmayı diğer kolunuz için tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Parmakları germe" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Parmaklarınızı ayırıp hafif bir gerilme hissedene kadar uzatın ve 10 saniye " "kadar bu konumda kalın. Rahatlayın, sonra parmak eklemlerinizi bükün ve bu " "konumda da 10 saniye kadar kalın. Bu alıştırmayı bir kez daha tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Boynu eğip uzatma" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Bu alıştırmaya başınız düz ve rahat bir konumdayken başlayın. Sonra başınızı " "sağ omzunuza doğru eğin ve ensenizin sol tarafındaki kasları gerin. Bu " "konumda 5 saniye kadar kaldıktan sonra başınızı diğer tarafı germek için " "sol tarafa doğru eğin. Bu alıştırmayı her iki taraf için ikişer kez " "tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Omuz arkası kaslarını germe" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Parmaklarınızı arkanızda kavuşturun, sonra dirseklerinizi yumuşakça içeriye " "doğru döndürün ve bu sırada kollarınızı düz biçimde uzatın. 5 ila 15 saniye " "kadar bu konumda kalın ve alıştırmayı iki kez tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Gözleri hareket ettirin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Monitörünüzün dış çerçevesinin sol üst köşesine bakın. Çerçeveyi yavaşça sağ " "üst köşeye kadar gözünüzle izleyin. Sonra sağ alttaki köşeye ve sonunda sol " "alttaki köşeye kadar devam edin. Çerçeve üzerinde iki kez döndükten sonra " "aynı alıştırmayı tersi yönünde iki kez daha tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Gözleri odaklamaya alıştırın" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Monitörünüzün arkasında görebildiğiniz en uzak noktaya bakın. Gözlerinizi en " "uzaktaki noktaya odaklayın ve sonra bunu tekrarlayın. Eğer monitörünüzden " "çok uzağa bakamıyorsanız daha geniş görüşü olan bir başka yöne dönün ve " "gözlerinizi uzaktaki bir nesneye ve sonra monitör uzaklığında tuttuğunuz bir " "kaleme odaklamaya çalışın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Karanlığa bakın" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Gözlerinizi avuçlarınızla gözkapaklarınızı açabileceğiniz kadar kapatın, " "gözlerinizi açın ve avuçlarınızdaki karanlığa bakın. Bu alıştırma " "gözlerinizi basitçe kapatmaktan daha iyi bir rahatlama sağlar." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Omuzları hareket ettirin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Sağ kolunuzu yavaşça ve pervane gibi yuvarlak hareketlerle gövdenizin " "yanında döndürün. Bu hareketi 4 kez öne, 4 kez arkaya doğru tekrarlayın ve " "birkaç saniye rahatlayın. Sonra aynı alıştırmayı sol kolunuzla tekrarlayın." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Omuzlarınızı yukarı ve aşağı hareket ettirin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Otururken ellerinizi koltuğunuzun kol desteklerine yerleştirin ve gövdenizi " "kollarınız düz olana kadar yukarıya doğru itin. Başınızı daha da yukarıya " "kaldırmak için omuzlarınızı indirin. Yavaşça tekrar koltuğunuza oturun." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Başınızı çevirin" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "Başınızı sola çevirip 2 saniye bekleyin, sonra başınızı sağa çeviripiki " "saniye bekleyin." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Alıştırma öğretici" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 #, fuzzy msgid "Next exercise" msgstr "Alıştırma sayısı:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 #, fuzzy msgid "Pause exercises" msgstr "Alıştırma sayısı:" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 #, fuzzy msgid "End exercises" msgstr "Alıştırmalar" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Sürdür" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Duraklat" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 #, fuzzy msgid "Resume exercises" msgstr "Alıştırma sayısı:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Gözatma geçmişi" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Tarih:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Molalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Mola hatırlatmaları" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "" "Tekrarlanan hatırlatmalar hariç mola vermeniz için yapılan hatırlatmaların " "toplam sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Tekrarlanan hatırlatmalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "" "Mola vermeniz için ardarda birkaç kez yapılan hatırlatmaların toplam sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Hatırlatılarak verdiğiniz molalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Hatırlatılarak verdiğiniz molaların toplam sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Kendiliğinden verilen molalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Hatırlatmaya gerek kalmadan kendi verdiğiniz molaların sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Atlanan molalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Atladığınız molaların toplam sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Ertelenen molalar" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Ertelediğiniz molaların sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Gecikme süresi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Bu molanın geciktiği toplam süre" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Günlük kullanım" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Toplam bilgisayar kullanımı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Etkinlik" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Fare kullanımı:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Fare kullandığınız toplam süre" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Fare hareketi:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Toplam ekran-üzerindeki fare hareketi" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Etkin fare hareketi:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Eğer tıklamalar arasında fareyi düz çizgiler haline hareket " "ettirmişolsaydınız katetmiş olacağınız toplam yol." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Fare düğmesi tıklaması:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Toplam fare düğmesi tıklaması sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Tuş vuruşları:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Toplam tuş vuruşu sayısı" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%2$s'den %3$s'ye kadar %1$s." #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Yönelim" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "Tepsinin yönelimi" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Bu sizin dinlenme molanız. Düzenli olarak ayağa kalkmalı\n" #~ "ve bilgisayarınızdan uzaklaşmalısınız. Sadece birkaç\n" #~ "dakika etrafta dolaşın, gerinin ve rahatlayın." #, fuzzy #~ msgid "Starting %s" #~ msgstr "%s sonra sessiz olacak." #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Bu istemci kendi kendisinin adını çözemedi, dağıtım işlevi kapatılıyor." #, fuzzy #~ msgid "Break in" #~ msgstr "%s sonra ara." #, fuzzy #~ msgid "Disappears in" #~ msgstr "%s sonra kaybolacak" #, fuzzy #~ msgid "Silent in" #~ msgstr "%s sonra sessiz olacak." #~ msgid "I could not initialize Bonobo" #~ msgstr "Bonobo başlatılamadı" #~ msgid "Inactive" #~ msgstr "Hareketsiz" #~ msgid "Credits" #~ msgstr "Katkıda bulunanlar" #~ msgid "_Written by" #~ msgstr "_Geliştirenler" #~ msgid "_Documented by" #~ msgstr "_Belgeleyenler" #~ msgid "_Translated by" #~ msgstr "_Yerelleştirenler" #~ msgid "_Credits" #~ msgstr "_Katkıda bulunanlar" #~ msgid "About %s" #~ msgstr "%s hakkında" workrave-1_10_10/po/uk.po000066400000000000000000001527621263301626300152700ustar00rootroot00000000000000# Workrave # Copyright (C) 2002, 2003, 2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the Workrave package. # Sergey Kirkinsky , 2004 # msgid "" msgstr "" "Project-Id-Version: workrave 1.6.0\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-05-15 15:37+0200\n" "Last-Translator: Mykola Rykov \n" "Language-Team: Sergey Kirkinsky \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "Повторне з'єднання з %s." #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "Мережеві операції недоступні." #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "Скасування мережевих операцій." #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "З'єднання з %s." #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "Видалення клієнта %s." #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "Роз'єднання %s." #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "Клієнт%s тепер є ведучим." #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "Тепер ви ведучий." #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "Клієнт %s вітається." #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "Клієнт %s не є унікальним." #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "Заборонено доступ для клієнта %s." #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "Клієнт %s вийшов." #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "Нас запрошує клієнт %s." #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "Запит стану ведучого від %s." #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "Клієнтський таймаут від %s." #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "Відхилення запиту на роль ведучого від клієнта %s." #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "Підтвердження запиту на роль ведучого від клієнта %s." #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "Клієнт %s, який не є ведучим, відхилив запит на роль ведучого." #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "Клієнт %s відхилив запит на роль ведучого. Зачекайте..." #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "Клієнт %s тепер ведучий." #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "Розпочато мережеву операцію." #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "Прийнятий новий клієнт." #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "Помилка \tзчитування у клієнта %s, закриття." #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "Клієнт %s розірвав з'єднання." #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "Клієнт %s з'єднався." #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "Помилка з'єднання з клієнтом %s." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "_Відкрити" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "_Налаштування" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "_Перерва" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "_Вправи" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "_Режим" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "_Звичайний" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "_Тихо" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "_Призупинено" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "_Мережа" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "_З'єднатися..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "_Роз'єднатися" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "_Перез'єднатися" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "Показати _журнал..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "Режим читання" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "_Статистика" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "_Про програму..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "_Вихід" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Аплет Workrave" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "Ця програма допомагає у попередженні та лікуванні тунельного синдрому " "зап'ястя та знятті загального напруження м'язів." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "_Про програму..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "Показати _журнал" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "_Звичайний" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "_Призупинено" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "_Тихо" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "Нагадування про перерву" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "Перерву проігноровано" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "Розпочато перерву" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "Перерву завершено" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "Розпочато мінівідпочинок" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "Мінівідпочинок завершено" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "Денний ліміт" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "Вправу завершено" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "Вправи завершені" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "Вправу завершено" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "Інше" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d годин" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d хвилин" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d секунд" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "_Заблокувати" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "В_имкнути" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "_Пропустити" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "_Відкласти" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "Ви перевищили ваш денний ліміт. Бідь-ласка, припиніть працювати\n" "з комп'ютером. Якщо ваш робочий день ще не закінчився,\n" "знайдіть собі інше заняття, наприклад, перегляд документів." #: ../frontend/gtkmm/src/GUI.cc:301 #, fuzzy msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave працює. Щоб відкрити меню, клацніть на піктограмі з білою овечкою." #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Не вдалося запустити Workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Workrave вже запущено?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave не може відстежувати активність вашої клавіатури та миші. \n" #: ../frontend/gtkmm/src/GUI.cc:946 #, fuzzy msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "Перевірте, що розширення RECORD активне на X сервері." #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "Мінівідпочинок" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "Перерва" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "_Режим:" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "_Відкрити" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "Налаштування" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "Вправи" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "_Режим" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "Мережа" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "_З'єднатися" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "_Роз'єднатися" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "_Перез'єднатися" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "Статистика" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "Про програму..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "_Перерва" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "_Тихо" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "_З'єднатися" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "Показати _журнал" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "_Вихід" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "Режим _читання" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "Будь-ласка, розслабтесь на кілька секунд" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "Наступна перерва через %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "Перерву затримано на %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "Денний ліміт %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "Денний ліміт перевищено на %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "Загальні" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "Звуки" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "Вікно статусу" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Аплет" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "Таймери" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "Інтерфейс користувача" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "Не блокувати" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "Блокувати введення" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "Блокувати введення та екран" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "Параметри" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "Режим блокування:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "За замовчуванням" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(шрифт недоступний)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "Мова:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Запускати Workrave разом із Windows" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "Показувати піктограму в системному лотку" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "Параметри звуку" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "Без звуку" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "Використовувати звукову карту для відтворення звуків" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "Відтворювати звуки, використовуючи вбудований динамік" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "Гучність:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "Звуки:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "Вимкнути звуки протягом перерви та денного ліміту" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "Звуки подій" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "Звуки:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "Грати" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "Подія" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "Виберіть звук" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Файли" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "Час для мінівідпочинку?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "Вам потрібна перерва..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "Сьогоднішній денний ліміт вичерпано..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "Перерва через %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "Зникне через %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "Тихо через %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "Перерва на %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "Взяті перерви" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "Вам потрібна перерва." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "Це — ваша перерва. Просто встаньте і прогуляйтеся кілька хвилин, " "відпочиньте, розслабтесь та потягніться." #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "Взяти перерву зараз" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "Очікування" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "Розмістити таймери поруч" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "Розмістити мінівідпочинок та перерву поруч" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "Розмістити перерву та денний ліміт поруч" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "Розмістити всі таймери поруч" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "Приховати" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "Показати" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "Показувати лише коли цей таймер перший за чергою" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "Показати вікно статусу" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "Вікно статусу завжди над іншими вікнами" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "Аплет увімкнено" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "Екран" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "Розміщення:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "Тривалість циклу:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "Мінівідпочинок:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "Перерва:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "Денний ліміт:" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "Увімкнути таймер" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "Нагадування про перерву" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "Запитувати перед перервою" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "Максимальна кількість нагадувань:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "Показувати кнопки 'Відкласти' та 'Пропустити'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "Показувати кнопки 'Відкласти' та 'Пропустити'" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "Призупинити таймер, коли немає активності" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "Віднести мінівідпочинок до активності" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "Кількість вправ:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 #, fuzzy msgid "Start restbreak when screen is locked" msgstr "Розпочати перерву, коли буде заблоковано екран" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "Часу до кінця:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "Часу між перервами:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "Тривалість перерви:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "Відкласти на:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "" "Ця програма допомагає у попередженні та лікуванні тунельного синдрому " "зап'ястя та знятті загального напруження м'язів." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "Мережеве з'єднання" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "Введіть ім'я та порт комп'ютера в мережі, з яким ви хочете з'єднатися." #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "Ім'я комп'ютера:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "Порт:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "Мережевий журнал" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "Активувати мережеві з'єднання" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "Ім'я користувача:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "Пароль:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "Дозволити вхідні з'єднання" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "Налаштування сервера" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "Порт сервера:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "Кількість спроб з'єднання:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "Інтервал між з'єднаннями:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "Додатково" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "" "Цей перелік містить комп'ютери, з якими з'єднується Workrave при\n" "завантаженні. Для редагування клацніть мишею на імені комп'ютера або номері " "порта." #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "Ім'я комп'ютера" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "Порт" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "Комп'ютери" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "Розтягування передпліччя" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "Простягніть одну руку горизонтально перед грудьми. Іншою рукою потягніть її " "на себе, поки не відчуєте м'яку напругу у плечі. Затримайтеся ненадовго і " "повторіть вправу для іншої руки." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "Розтягування пальців" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "Розчепірте і потягніть пальці доти, доки не відчуєте легке напруження, і " "потримайте так 10 секунд. Розслабтесь, потім зігніть у суглобах і потримайте " "так теж 10 секунд. Повторіть вправу ще раз." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "Розтягування шиї нахилами" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "Розпочніть вправу, розмістивши голову прямо. Потім повільно нахиліть її до " "правого плеча, щоб м'яко розтягнути м'язи на лівій стороні шиї. Затримайтеся " "у цьому положенні протягом 5 секунд. Після цього нахиліть голову до лівої " "сторони, щоб розтягнути м'язи на іншій стороні. " #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "Зворотнє розтягування плечей" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "Сплетіть пальці за спиною. Потім повільно вигніть лікті всередину, " "випрямляючи руки. Затримайтеся в такому положенні від 5 до 15 секунд і " "повторіть вправу двічі." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "Рух очима" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "Подивіться на лівий верхній кут корпуса монітора. Повільно перемістіть " "погляд до правого верхнього кута. Продовжуйте, доки не обійдете поглядом всі " "кути монітора двічі. Повторіть вправу, переміщуючи погляд у зворотньому " "напрямку." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "Тренування фокусування очей" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "Подивіться на найвіддаленішу точку, яку ви можете бачити за вашим монітором. " "Сфокусуйте погляд на цій точці. Після кількох секунд сфокусуйтесь на " "моніторі.Повторіть вправу. Якщо ви не можете дивитися далеко від монітора, " "використовуйте, наприклад, ручку, тримаючи її на тій самій відстані, що й " "монітор." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "Дивитися у темряву" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "Закрийте очі долонями так, щоб повіки могли відкриватися. Тепер відкрийте " "очі та подивіться у темряву ваших долонь. Ця вправа краще допомагає вашим " "очам, ніж коли ви просто їх заплющуєте." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "Рух плечима" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "Обертайте праву руку біля тулуба, наче гвинт літака. Зробіть так 4 рази за " "годинниковою стрілкою, 4 рази - проти і розслабтесь на кілька секунд. " "Повторіть вправу з лівою рукою." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "Рух плечима вгору і вниз" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "Стисніть руків'я стільця, на якому ви сидите, і підніміть себе, випрямивши " "руки. Спробуйте відкинути голову назад, опускаючи плечі. Потім повільно " "сядьте на стілець." #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "Поверніть голову" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "Поверніть голову наліво і потримайте так 2 секунди, потім - направо." #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "Переглядач вправ" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "Попередня вправа" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "Наступна вправа" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "Призупинити вправи" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "Завершити вправи" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "Продовжити" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "Пауза" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "Продовжити вправи" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "Перегляд історії" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "Дата:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "Перерви" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "Нагадування про перерви" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "Кількість нагадувань про перерву (крім повторних для однієї)" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "Повторені нагадування" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "Скільки разів підряд з'являвся запит на перерву" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "Прийняті нагадування про перерву" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "Кількість перерв, взятих одразу після нагадування" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "Взяті перерви" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "Кількість перерв, узятих без нагадування" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "Пропущено перерв" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "Кількість перерв, які ви пропустили" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "Відкладено перерв" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "Кількість перерв, які ви відклали" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "Час запізнення" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "Загальний час запізнення цієї перерви" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "Використання за день" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "Загальне використання комп'ютера" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "Активність" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "Використання миші:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "Загальний час використання миші" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "Переміщення миші:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "Загальний час переміщення миші по екрану" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "Корисне переміщення миші:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "" "Загальне переміщення миші, яке було б, якби між кліками ви рухали б її по " "прямим лініям" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "Кліків кнопкою миші:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "Загальна кількість кліків кнопкою миші" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "Натиснення клавіш:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "Загальна кількість натиснених клавіш" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, з %s до %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "Розміщення" #~ msgid "The orientation of the tray" #~ msgstr "Розташування у системній панелі" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "Это Ваш перерыв. Встаньте и отойдите ненадолго от компьютера. Просто " #~ "прогуляйтесь несколько минут, потянитесь и расслабьтесь." #, fuzzy #~ msgid "Starting %s" #~ msgstr "Тишина через %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "" #~ "Не могу разрешить свое собственное имя компьютера. Выполнение прекращено." #, fuzzy #~ msgid "Break in" #~ msgstr "Перерыв в %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "Исчезнет через %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "Тишина через %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "Не могу инициализировать Bonobo" #~ msgid "Inactive" #~ msgstr "Неактивно" #~ msgid "Credits" #~ msgstr "Список участников" #~ msgid "_Written by" #~ msgstr "_Разработчики" #~ msgid "_Documented by" #~ msgstr "_Документация" #~ msgid "_Translated by" #~ msgstr "_Перевод" #~ msgid "_Credits" #~ msgstr "_Список участников" #~ msgid "About %s" #~ msgstr "О %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "Закройте ваши глаза и сделайте, насколько можете, долгий выдох. Затем, " #~ "вдохните, опять же насколько можете медленно. Попытайтесь считать до 8 " #~ "каждый раз, когда вдыхаете и выдыхаете. Для лучшего расслабления глаз, " #~ "попытайтесь также закрывать их во время миниотдыха." #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "Встаньте лицом к стене (или чему-нибудь) и вытяните руки на ширине плеч " #~ "немного согнув в локтях. Толкните тело на стену не сгибая локти. Затем, " #~ "вернитесь в исходное положение, также не разгибая локти." #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "Держите голову прямо и нижнюю челюсть параллельно полу. Наклоните голову " #~ "вперёд (чтобы получился двойной подбородок). Подержите 2 секунды и " #~ "расслабьтесь. Откиньте голову назад, подержите 2 секунды и опять " #~ "расслабьтесь." #~ msgid "Move the shoulder blades" #~ msgstr "Движение лопатками" #~ msgid "Neck stretch" #~ msgstr "Потягивание шеи" #~ msgid "Relax the eyes" #~ msgstr "Расслабьте глаза" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "Встаньте возле стола и положите на него обе ладони, чтобы пальцы " #~ "указывали на вас. Осторожно потяните ваши запястья и руки." #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "Встаньте и попробуйте потянуться руками, не отрывая пятки от пола. " #~ "Постойте так несколько секунд. Затем, расслабьте кисти не сгибая руки. " #~ "Продолжайте их опускать, медленно сгибаясь, пока Вы не сможете (или почти " #~ "не сможете) коснуться ваших ботинок. Медленно выпрямитесь до " #~ "вертикального положения" #~ msgid "Stretch your back" #~ msgstr "Потяните спину" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "Потягивание запястья" #, fuzzy #~ msgid "Restbreak" #~ msgstr "_Перерыв" workrave-1_10_10/po/zh_CN.po000066400000000000000000001330051263301626300156370ustar00rootroot00000000000000# Chinese/Simplified translation of WorkRave. # Copyright (C) 2001-2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the WorkRave package. # Rex Tsai , 2004-2005 # Alick Zhao , 2012 # The Simplified translation is based on the traditional translation by Rex Tsai # # msgid "" msgstr "" "Project-Id-Version: WorkRave 1.8\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2012-08-23 23:03+0800\n" "Last-Translator: Alick Zhao \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "重新连接到 %s。" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "无法启用网络功能" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "停用网络功能。" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "连接到 %s。" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "移除用户端 %s。" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "断开连接 %s" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "客户端 %s 现在是主控。" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "我是新主控端。" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "客户端 %s 打招呼。" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "客户端 %s 重复。" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "客户端 %s 拒绝访问。" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "客户端 %s 离线。" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "客户端 %s 欢迎我们。" #: ../backend/src/DistributionSocketLink.cc:1741 #, fuzzy, c-format msgid "Requesting master status from %s." msgstr "向 %s 要求主控端状态。" #: ../backend/src/DistributionSocketLink.cc:1755 #, fuzzy, c-format msgid "Client timeout from %s." msgstr "客户端 %s 超时。" #: ../backend/src/DistributionSocketLink.cc:1777 #, fuzzy, c-format msgid "Rejecting master request from client %s." msgstr "拒绝来自客户端 %s 的主控要求" #: ../backend/src/DistributionSocketLink.cc:1783 #, fuzzy, c-format msgid "Acknowledging master request from client %s." msgstr "确认来自客户端 %s 的主控要求。" #: ../backend/src/DistributionSocketLink.cc:1834 #, fuzzy, c-format msgid "Non-master client %s rejected master request." msgstr "非主控客户端 %s 拒绝主控要求。" #: ../backend/src/DistributionSocketLink.cc:1839 #, fuzzy, c-format msgid "Client %s rejected master request, delaying." msgstr "客户端 %s 拒绝主控要求,延迟中。" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "客户端 %s 现在是新的主控端。" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "网络功能启动" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "接受新客户端" #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "客户端 %s 读取错误,关闭中。" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "客户端 %s 关闭连接。" #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "连接到用户端 %s。" #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "无法连接到用户端 %s。" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "打开(_O)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "首选项(_P)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "休息(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "体操(_E)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "模式(_M)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "一般(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "安静(_Q)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "暂停(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "网络(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "连接(_C)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "中断连接(_D)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "重新连接(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "显示纪录(_S)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "阅读模式" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "统计(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "关于(_A)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "离开(_Q)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "" "本软件有助于预防重复使力伤害症(Repetitive Strain Injury, RSI)或从中恢复。" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "加入" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 msgid "_About" msgstr "关于(_A)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "显示日志(_l)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "一般(_N)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 #, fuzzy msgid "Suspended" msgstr "暂停(_S)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 #, fuzzy msgid "Quiet" msgstr "离开(_u)" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "休息提示" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "忽略休息" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "休息开始" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "休息停止" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "暂停开始" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "暂停结束" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "每日限制" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "体操结束" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "全部体操结束" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "体操改变" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "自定义" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d 时" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d 分" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d 秒" #: ../frontend/gtkmm/src/BreakWindow.cc:314 msgid "_Lock" msgstr "锁定(_L)" #: ../frontend/gtkmm/src/BreakWindow.cc:337 msgid "Shut _down" msgstr "关闭(_d)" #: ../frontend/gtkmm/src/BreakWindow.cc:358 msgid "_Skip" msgstr "略过(_S)" #: ../frontend/gtkmm/src/BreakWindow.cc:375 msgid "_Postpone" msgstr "延后(_P)" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "您已经达到每日限制量。请停止在电脑前工作工作。\n" "如果您尚未下班,找些其他的事情来做,例如审阅文档。" #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" "Workrave 仍在运行。您可以通过点击白绵羊图表打开 Workrave。点击这个气球以不再" "显示本消息" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 msgid "Workrave failed to start" msgstr "Workrave 启动失败" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "Workrave 还在运行吗?" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "Workrave 无法监视您的键盘和鼠标活动。\n" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "请确保 X 服务器启用了 RECORD 扩展。" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "Workrave 处于暂停模式。鼠标和键盘活动不会被监视。" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "Workrave 处于离开模式。不会弹出休息窗口。" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "暂停" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "休息" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 #, fuzzy msgid "Mode: " msgstr "模式(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 #, fuzzy msgid "Open" msgstr "打开(_O)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "首选项" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "体操" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "模式(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "网络" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "连接(_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "中断连接(_D)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "重新连接(_R)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "统计" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "关于..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "休息(_R)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "离开(_u)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "连接(_C)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "显示日志(_l)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "离开(_Q)" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "阅读模式(_R)" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "请放松几秒" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "下次休息时间 %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "休息 %s 超时" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "每日限制 %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "每日限制超过 %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "一般" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "状态窗口" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "计时器" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "使用者界面" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "不屏蔽" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "屏蔽输入" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "屏蔽输入和屏幕" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "选项" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "屏蔽模式:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "系统默认" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(字体不可用)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "语言:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "Windows 启动时开启 Workrave" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "显示系统托盘图标" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "声音选项" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "无音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "使用声卡播放音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "使用内建扬声器播放音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "音量:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "音效:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "在休息与每日限制期间静音" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "音效事件" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "音效主题:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "播放" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "事件" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "选择音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "Wav 文件" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "使用另一个监视器" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 #, fuzzy msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "如果 Workrave 没能检测到您何时在使用电脑,请启用本选项" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "暂停一下?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "您需要休息一下..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "今天应该到此为止了..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, fuzzy, c-format msgid "Break in %s" msgstr "休息" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, fuzzy, c-format msgid "Disappears in %s" msgstr "自动消失 " #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, fuzzy, c-format msgid "Silent in %s" msgstr "沉默" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "休息 %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 #, fuzzy msgid "Natural rest break" msgstr "自行休息次数" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "您这次是自行休息。" #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "这是您的休息时间。确认您至少站起来,并走离您的电脑。\n" "只要稍微走一走,伸展筋骨并放松几分钟。" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "现在休息" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "等待" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "并排计时器" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "将暂停与休息放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "将休息与日限制放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "将所有的计时器放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "隐藏" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "显示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "只在第一次计时器到时显示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "显示状态视窗" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "状态视窗永远保持在最上层" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "启动 Applet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "显示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "配置" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "周期:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "暂停:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "重置休息:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "每日限制" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "启动计时器" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "休息提示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "休息前显示提示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "最多提示次数" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "显示 '延后' 与 '略过' 按钮" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "显示 '延后' 与 '略过' 按钮" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "未活动时暂停计时器" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "将暂停视为活动" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "体操次数" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "当屏幕锁定时开始休息" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "结束时限:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "休息间隔:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "休息时长:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "延后时间:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "帮助预防重复使力伤害症(Repetitive Strain Injury, RSI)或从中恢复。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "网络连接" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "请输入您想连接的电脑主机名称与连接端口。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "主机名称:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "端口:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "网络日志" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "启用网络连接" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "使用者名称:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "密码:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "允许进入的连接" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "服务器设定" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "服务器端口:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "尝试重新连接:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "重新连接间隔:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "高级" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "以下列表指定在启动时自动连结的主机。点选主机名或端口进行编辑。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "主机名" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "端口" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "主机" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "肩膀手臂拉伸运动" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "保持一只手臂水平伸直于胸前。将另外一只手臂放在这只上,直到您在肩膀上感觉轻微" "的压力。稍微保持这个姿势,然后在另外一只手臂重复这个动作。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "指头伸展" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "分开并伸展您的手指头,直到感受到张力,然后保持这个姿势十秒钟。放松,然后弯曲" "手指头关节,保持姿势十秒钟。再重复一次这个动作。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "倾斜脖子运动" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "开始时您的头处于舒适的笔直状态。然后,缓慢的将头倾斜在右肩上,轻轻的拉伸您脖" "子左边的肌肉,保持这个姿势五秒钟。然后,慢慢的将头倾斜到左肩,以伸展另外一" "边。每边各做两次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "后肩伸展" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "在您的背后交叉手指。然后将胳膊肘轻轻地往里收,将手臂伸直。保持这个姿势五到十" "五秒,然后重复这个动作两次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "眼球运动" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "注视您的屏幕左上角的边框。沿着边框注视到右上角。继续到下个角落直到环绕两次。" "然后反向进行。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "训练眼球焦点" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "注视荧幕后面最远的那一点。将焦点放置在远端那点。几秒后将焦点放在荧幕的边缘。" "重复这个动作。如果您无法注视荧幕之后遥远的距离,可以用一只笔取代,并让它保持" "与荧幕一样远的距离。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "注视黑暗" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "用您的手掌遮住双眼,要使得可以继续睁开眼睛。现在睁开双眼,并注视手掌中的黑" "暗。相比于直接闭上双眼,这样可以让您的眼睛得到更好的休息。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "肩膀运动" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "慢慢像螺旋桨一样在您身体一侧旋转您的右手臂。顺时针做四次,逆时针做四次然后放" "松几秒。用左手臂重复做一次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "上下运动肩膀" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "坐在椅子上时将您的手放在椅子的扶手上,并用力举起身体,直到您的手臂挺直。放低" "您的肩膀试着让您的头移动得更远。缓缓的坐回椅子。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "转动您的头" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "把您的头转向左边,并停在那里两秒钟。然后将您的头转到右边,并也停在那边两秒" "钟。" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "体操播放" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "上一个体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "下一个体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "暂停体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "结束体操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "继续" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "暂停" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "继续体操" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "浏览历史记录" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "日期:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "休息" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "休息提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "这个数目是您被提示休息的次数,不含同一次休息的重复提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "重复提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "被重复提示休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "休息提示次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "经休息提示后休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "自行休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "未经休息提示自行休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "略过休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "略过休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "休息延后次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "延后休息次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "超时时间" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "这次休息的总共时间超时" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "日使用量" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "总电脑使用时间" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "活动" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "鼠标使用:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "统计鼠标使用时间" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "鼠标移动距离:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "总计鼠标在屏幕上的移动距离" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "有效鼠标移动距离:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "鼠标移动距离是纪录两次鼠标点击间的直线距离" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "鼠标点击次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "总鼠标点击次数" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "键次:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "键盘输入的次数统计" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, 从 %s 到 %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "方向" #, fuzzy #~ msgid "The orientation of the tray" #~ msgstr "托盘方向" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "这是您的休息时间。确认您至少站起来,并走离您的电脑。\n" #~ "只要稍微走一走,伸展筋骨并放松几分钟。" #, fuzzy #~ msgid "Starting %s" #~ msgstr "沉默" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "无法解析本身主机名称。停止分散式计算。" #~ msgid "Break in" #~ msgstr "休息" #~ msgid "Disappears in" #~ msgstr "自动消失 " #~ msgid "Silent in" #~ msgstr "沉默" #~ msgid "I could not initialize Bonobo" #~ msgstr "无法启动 Bonobo" #~ msgid "Inactive" #~ msgstr "静止" #~ msgid "Credits" #~ msgstr "信用" #~ msgid "_Written by" #~ msgstr "开发(_W)" #~ msgid "_Documented by" #~ msgstr "文件(_D)" #~ msgid "_Translated by" #~ msgstr "翻译(_T)" #~ msgid "_Credits" #~ msgstr "感谢(_C)" #~ msgid "About %s" #~ msgstr "关于 %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "闭上双眼并深呼吸,直到您可以放松。当呼吸吸入空气时,尽可能放慢速度。试着在" #~ "每次呼吸时慢慢的计算到 8。要更放松您的双眼,试着在暂停休息时也闭上双眼。" #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "面对一面墙,然后把您的手放于高于肩膀之上,让您的胳膊轻微的弯曲。将您的身体" #~ "推向墙,而不改变您的胳膊角度。然后将身体推离墙面,一样不改变胳膊的角度。" #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "保持您的头笔直,然后让您的下巴与地板平行。把您的头转回来(做双下巴的动作)。" #~ "保持两秒钟并放松。然后用同一个方法做下个动作,再保持两秒并放松。" #~ msgid "Move the shoulder blades" #~ msgstr "肩胛骨运动" #~ msgid "Neck stretch" #~ msgstr "脖子伸展" #~ msgid "Relax the eyes" #~ msgstr "放松眼球" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "坐在您的桌子前面,并在桌面上张开手掌,让手指头指向自己的身体。轻轻的伸展您" #~ "的手脕与下臂。" #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "站起来,并试着不垫脚的让您的手碰到天花板。保持这个姿势一段时间。然后不弯曲" #~ "手臂,慢慢的让您的手指向地板。慢慢的弯腰让您的手(几乎)可以碰触到您的鞋子前" #~ "缘。然后慢慢的挺直您的背,直到再一次站直。" #~ msgid "Stretch your back" #~ msgstr "伸展您的背部" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "手腕关节与下手臂伸展" #~ msgid "Restbreak" #~ msgstr "休息" #~ msgid "Connect at start-up" #~ msgstr "在启动时自动连接" #~ msgid "Resets at:" #~ msgstr "重置:" workrave-1_10_10/po/zh_TW.po000066400000000000000000001315221263301626300156730ustar00rootroot00000000000000# Chinese/Traditional translation of WorkRave. # Copyright (C) 2001-2004 Rob Caelers & Raymond Penners # This file is distributed under the same license as the WorkRave package. # Rex Tsai , 2004-2005 # # msgid "" msgstr "" "Project-Id-Version: WorkRave 1.8\n" "Report-Msgid-Bugs-To: i18n@workrave.org\n" "POT-Creation-Date: 2013-05-25 20:31+0200\n" "PO-Revision-Date: 2011-03-12 11:19+0800\n" "Last-Translator: Daniel YC Lin \n" "Language-Team: Chinese/Traditional \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../backend/src/DistributionSocketLink.cc:131 #, c-format msgid "Reconnecting to %s." msgstr "重新連接到 %s" #. We did not succeed in starting the server. Arghh. #: ../backend/src/DistributionSocketLink.cc:432 msgid "Could not enable network operation." msgstr "無法啟用網路功能" #: ../backend/src/DistributionSocketLink.cc:441 msgid "Disabling network operation." msgstr "停用網路功能。" #: ../backend/src/DistributionSocketLink.cc:557 #: ../backend/src/DistributionSocketLink.cc:594 #, c-format msgid "Connecting to %s." msgstr "連接到 %s" #: ../backend/src/DistributionSocketLink.cc:712 #: ../backend/src/DistributionSocketLink.cc:745 #, c-format msgid "Removing client %s." msgstr "移除用戶端 %s" #. Closing direct connection. #: ../backend/src/DistributionSocketLink.cc:794 #, c-format msgid "Disconnecting %s" msgstr "斷線中 %s" #. It's a remote client. mark it master. #: ../backend/src/DistributionSocketLink.cc:964 #, c-format msgid "Client %s is now master." msgstr "客戶端 %s 現在是主控。" #. Its ME! #: ../backend/src/DistributionSocketLink.cc:971 msgid "I'm now master." msgstr "我是新主控端。" #. gchar *name = #. int port = #: ../backend/src/DistributionSocketLink.cc:1316 #, c-format msgid "Client %s saying hello." msgstr "客戶端 %s 說嗨。" #. Duplicate client. inform client that it's bogus and close. #: ../backend/src/DistributionSocketLink.cc:1331 #: ../backend/src/DistributionSocketLink.cc:1461 #: ../backend/src/DistributionSocketLink.cc:1705 #, c-format msgid "Client %s is duplicate." msgstr "客戶端 %s 重複。" #. Incorrect password. #: ../backend/src/DistributionSocketLink.cc:1341 #, c-format msgid "Client %s access denied." msgstr "客戶端 %s 拒絕存取。" #: ../backend/src/DistributionSocketLink.cc:1410 #, c-format msgid "Client %s signed off." msgstr "客戶端 %s 離線。" #. gint port = #: ../backend/src/DistributionSocketLink.cc:1500 #, c-format msgid "Client %s is welcoming us." msgstr "客戶端 %s 歡迎我們。" #: ../backend/src/DistributionSocketLink.cc:1741 #, c-format msgid "Requesting master status from %s." msgstr "向 %s 要求主控端狀態。" #: ../backend/src/DistributionSocketLink.cc:1755 #, c-format msgid "Client timeout from %s." msgstr "客戶端 %s 逾時。" #: ../backend/src/DistributionSocketLink.cc:1777 #, c-format msgid "Rejecting master request from client %s." msgstr "拒絕來自客戶端 %s 的主控要求" #: ../backend/src/DistributionSocketLink.cc:1783 #, c-format msgid "Acknowledging master request from client %s." msgstr "確認來自客戶端 %s 的主控要求。" #: ../backend/src/DistributionSocketLink.cc:1834 #, c-format msgid "Non-master client %s rejected master request." msgstr "非主控客戶端 %s 拒絕主控要求。" #: ../backend/src/DistributionSocketLink.cc:1839 #, c-format msgid "Client %s rejected master request, delaying." msgstr "客戶端 %s 拒絕主控要求,延遲中。" #. gint count = #: ../backend/src/DistributionSocketLink.cc:1910 #, c-format msgid "Client %s is now the new master." msgstr "客戶端 %s 現在是新的主控端。" #: ../backend/src/DistributionSocketLink.cc:2037 msgid "Network operation started." msgstr "網路功能啟動" #: ../backend/src/DistributionSocketLink.cc:2058 msgid "Accepted new client." msgstr "接受新客戶端" #: ../backend/src/DistributionSocketLink.cc:2132 #, c-format msgid "Client %s read error, closing." msgstr "客戶端 %s 讀取錯誤,關閉中。" #: ../backend/src/DistributionSocketLink.cc:2138 #: ../backend/src/DistributionSocketLink.cc:2211 #, c-format msgid "Client %s closed connection." msgstr "客戶端 %s 關閉連線。" #: ../backend/src/DistributionSocketLink.cc:2179 #, c-format msgid "Client %s connected." msgstr "連線到用戶端 %s。" #: ../backend/src/DistributionSocketLink.cc:2217 #, c-format msgid "Could not connect to client %s." msgstr "無法連線到用戶端 %s。" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:1 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:617 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:75 msgid "_Open" msgstr "開啟(_O)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:2 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:625 #: ../frontend/gtkmm/src/MainGtkMenu.cc:183 msgid "_Preferences" msgstr "偏好(_P)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:3 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:633 msgid "_Restbreak" msgstr "休息(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:4 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:629 msgid "_Exercises" msgstr "體操(_E)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:5 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:637 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:117 #: ../frontend/gtkmm/src/MainGtkMenu.cc:142 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:99 msgid "_Mode" msgstr "模式(_M)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:6 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:119 #: ../frontend/gtkmm/src/MainGtkMenu.cc:144 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:80 msgid "_Normal" msgstr "一般(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:7 msgid "_Quiet" msgstr "靜止(_Q)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:8 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:121 #: ../frontend/gtkmm/src/MainGtkMenu.cc:150 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:92 msgid "_Suspended" msgstr "暫停(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:9 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:641 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:123 #: ../frontend/gtkmm/src/MainGtkMenu.cc:158 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:118 msgid "_Network" msgstr "網路(_N)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:10 msgid "_Connect..." msgstr "連線(_C)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:11 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:649 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:126 #: ../frontend/gtkmm/src/MainGtkMenu.cc:161 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:105 msgid "_Disconnect" msgstr "中斷連線(_D)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:12 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:653 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:127 #: ../frontend/gtkmm/src/MainGtkMenu.cc:163 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:109 msgid "_Reconnect" msgstr "重新連線(_R)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:13 msgid "_Show Log..." msgstr "顯示紀錄(_S)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:14 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:672 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:202 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:130 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:120 msgid "Reading mode" msgstr "讀取模式" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:15 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:621 msgid "_Statistics" msgstr "統計(_S)" #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:16 msgid "_About..." msgstr "關於(_A)..." #: ../frontend/applets/gnome2/src/GNOME_WorkraveApplet.xml.in.h:17 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:661 #: ../frontend/gtkmm/src/MainGtkMenu.cc:203 msgid "_Quit" msgstr "離開(_Q)" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:1 msgid "Workrave" msgstr "Workrave" #: ../frontend/applets/gnome2/src/Workrave-Applet.server.in.in.h:2 msgid "Workrave Applet" msgstr "Workrave Applet" #: ../frontend/applets/gnome2/src/WorkraveApplet.c:360 #: ../frontend/applets/gnome3/src/WorkraveApplet.c:371 #: ../frontend/gtkmm/src/Menus.cc:374 msgid "" "This program assists in the prevention and recovery of Repetitive Strain " "Injury (RSI)." msgstr "這個軟體是協助預防與復原重複性壓力傷害 (Repetitive Strain Injury RSI)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:645 msgid "_Join" msgstr "" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:657 #: ../frontend/gtkmm/src/MainGtkMenu.cc:198 #, fuzzy msgid "_About" msgstr "關於(_A)..." #: ../frontend/applets/gnome3/src/WorkraveApplet.c:668 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:196 #, fuzzy msgid "Show log" msgstr "顯示紀錄(_L)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:679 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:181 #, fuzzy msgid "Normal" msgstr "一般(_N)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:683 #: ../frontend/gtkmm/src/GUI.cc:1498 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:183 msgid "Suspended" msgstr "暫停(_S)" #: ../frontend/applets/gnome3/src/WorkraveApplet.c:687 #: ../frontend/gtkmm/src/GUI.cc:1502 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:185 msgid "Quiet" msgstr "安靜(_u)" #: ../frontend/common/src/SoundPlayer.cc:80 msgid "Break prompt" msgstr "休息提示" #: ../frontend/common/src/SoundPlayer.cc:86 msgid "Break ignored" msgstr "忽略休息" #: ../frontend/common/src/SoundPlayer.cc:92 msgid "Rest break started" msgstr "休息開始" #: ../frontend/common/src/SoundPlayer.cc:99 msgid "Rest break ended" msgstr "休息停止" #: ../frontend/common/src/SoundPlayer.cc:105 msgid "Micro-break started" msgstr "暫停開始" #: ../frontend/common/src/SoundPlayer.cc:111 msgid "Micro-break ended" msgstr "暫停結束" #: ../frontend/common/src/SoundPlayer.cc:117 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:48 #: ../frontend/gtkmm/src/DailyLimitWindow.cc:56 #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 msgid "Daily limit" msgstr "每日限制" #: ../frontend/common/src/SoundPlayer.cc:123 msgid "Exercise ended" msgstr "體操停止" #: ../frontend/common/src/SoundPlayer.cc:129 msgid "Exercises ended" msgstr "體操停止" #: ../frontend/common/src/SoundPlayer.cc:135 msgid "Exercise change" msgstr "體操變更" #: ../frontend/common/src/SoundPlayer.cc:606 msgid "Custom" msgstr "調整" #: ../frontend/common/src/Text.cc:78 #, c-format msgid "%s%d:%02d:%02d hours" msgstr "%s%d:%02d:%02d 時" #: ../frontend/common/src/Text.cc:82 #, c-format msgid "%s%d:%02d minutes" msgstr "%s%d:%02d 分" #: ../frontend/common/src/Text.cc:86 #, c-format msgid "%s%d seconds" msgstr "%s%d 秒" #: ../frontend/gtkmm/src/BreakWindow.cc:314 #, fuzzy msgid "_Lock" msgstr "鎖定" #: ../frontend/gtkmm/src/BreakWindow.cc:337 #, fuzzy msgid "Shut _down" msgstr "關閉" #: ../frontend/gtkmm/src/BreakWindow.cc:358 #, fuzzy msgid "_Skip" msgstr "略過" #: ../frontend/gtkmm/src/BreakWindow.cc:375 #, fuzzy msgid "_Postpone" msgstr "延後" #: ../frontend/gtkmm/src/DailyLimitWindow.cc:57 msgid "" "You have reached your daily limit. Please stop working\n" "behind the computer. If your working day is not over yet,\n" "find something else to do, such as reviewing a document." msgstr "" "您已經達到每日限制量。請停止在電腦前工作工作。\n" "如果您尚未下班,找些其他的事情來做,例如檢閱文件。" #: ../frontend/gtkmm/src/GUI.cc:301 msgid "" "Workrave is still running. You can access Workrave by clicking on the white " "sheep icon. Click on this balloon to disable this message" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:833 ../frontend/gtkmm/src/GUI.cc:948 #, fuzzy msgid "Workrave failed to start" msgstr "當系統啟動時自動啟動 workrave" #: ../frontend/gtkmm/src/GUI.cc:835 msgid "Is Workrave already running?" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:943 msgid "Workrave could not monitor your keyboard and mouse activity.\n" msgstr "" #: ../frontend/gtkmm/src/GUI.cc:946 msgid "Make sure that the RECORD extension is enabled in the X server." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1357 msgid "" "Workrave is in suspended mode. Mouse and keyboard activity will not be " "monitored." msgstr "" #: ../frontend/gtkmm/src/GUI.cc:1363 msgid "Workrave is in quiet mode. No break windows will appear." msgstr "" #. FIXME: duplicate #: ../frontend/gtkmm/src/GUI.cc:1491 ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:54 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:179 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:277 msgid "Micro-break" msgstr "暫停" #: ../frontend/gtkmm/src/GUI.cc:1491 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:177 #: ../frontend/gtkmm/src/GtkUtil.cc:168 #: ../frontend/gtkmm/src/MicroBreakWindow.cc:147 #: ../frontend/gtkmm/src/RestBreakWindow.cc:82 #: ../frontend/gtkmm/src/RestBreakWindow.cc:225 msgid "Rest break" msgstr "休息" #: ../frontend/gtkmm/src/GUI.cc:1498 ../frontend/gtkmm/src/GUI.cc:1502 msgid "Mode: " msgstr "模式(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:175 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:112 msgid "Open" msgstr "開啟(_O)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:176 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:113 #: ../frontend/gtkmm/src/PreferencesDialog.cc:71 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:76 msgid "Preferences" msgstr "偏好" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:178 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:115 #: ../frontend/gtkmm/src/MainGtkMenu.cc:188 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:78 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesDialog.cc:44 msgid "Exercises" msgstr "體操" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:179 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:189 #, fuzzy msgid "Mode" msgstr "模式(_M)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:192 #: ../frontend/gtkmm/src/GenericDBusApplet.cc:199 #: ../frontend/gtkmm/src/PreferencesDialog.cc:116 msgid "Network" msgstr "網路" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:193 #, fuzzy msgid "Connect" msgstr "連線(_C)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:194 #, fuzzy msgid "Disconnect" msgstr "中斷連線(_D)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:195 #, fuzzy msgid "Reconnect" msgstr "重新連線(_R)" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:206 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:131 #: ../frontend/gtkmm/src/MainGtkMenu.cc:193 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:126 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:58 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:157 msgid "Statistics" msgstr "統計" #: ../frontend/gtkmm/src/GenericDBusApplet.cc:207 #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:132 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:127 msgid "About..." msgstr "關於..." #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:114 #: ../frontend/gtkmm/src/MainGtkMenu.cc:101 #: ../frontend/gtkmm/src/MainGtkMenu.cc:177 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:77 msgid "_Rest break" msgstr "休息(_R)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:120 #: ../frontend/gtkmm/src/MainGtkMenu.cc:147 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:86 msgid "Q_uiet" msgstr "暫停(_u)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:125 #: ../frontend/gtkmm/src/MainGtkMenu.cc:159 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:102 msgid "_Connect" msgstr "連線(_C)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:128 #: ../frontend/gtkmm/src/MainGtkMenu.cc:165 #: ../frontend/gtkmm/src/win32/W32AppletMenu.cc:112 msgid "Show _log" msgstr "顯示紀錄(_L)" #: ../frontend/gtkmm/src/IndicatorAppletMenu.cc:133 #, fuzzy msgid "Quit" msgstr "離開(_Q)" #: ../frontend/gtkmm/src/MainGtkMenu.cc:153 msgid "_Reading mode" msgstr "讀取模式(_R)" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:239 msgid "Please relax for a few seconds" msgstr "請放鬆幾秒" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:246 #, c-format msgid "Next rest break in %s" msgstr "下次休息時間 %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:251 #, c-format msgid "Rest break %s overdue" msgstr "休息 %s 逾時" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:264 #, c-format msgid "Daily limit in %s" msgstr "每日限制 %s" #: ../frontend/gtkmm/src/MicroBreakWindow.cc:269 #, c-format msgid "Daily limit %s overdue" msgstr "每日限制逾時 %s" #: ../frontend/gtkmm/src/PreferencesDialog.cc:92 #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:116 msgid "General" msgstr "一般" #: ../frontend/gtkmm/src/PreferencesDialog.cc:97 msgid "Sounds" msgstr "音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:101 msgid "Status Window" msgstr "狀態視窗" #: ../frontend/gtkmm/src/PreferencesDialog.cc:105 msgid "Applet" msgstr "Applet" #. Notebook #: ../frontend/gtkmm/src/PreferencesDialog.cc:113 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:162 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:227 msgid "Timers" msgstr "計時器" #: ../frontend/gtkmm/src/PreferencesDialog.cc:114 msgid "User interface" msgstr "使用者介面" #: ../frontend/gtkmm/src/PreferencesDialog.cc:163 #: ../frontend/gtkmm/src/PreferencesDialog.cc:167 msgid "No blocking" msgstr "不封鎖" #: ../frontend/gtkmm/src/PreferencesDialog.cc:164 #: ../frontend/gtkmm/src/PreferencesDialog.cc:168 msgid "Block input" msgstr "封鎖輸入" #: ../frontend/gtkmm/src/PreferencesDialog.cc:165 #: ../frontend/gtkmm/src/PreferencesDialog.cc:169 msgid "Block input and screen" msgstr "封鎖輸入與螢幕" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:189 #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:147 msgid "Options" msgstr "選項" #: ../frontend/gtkmm/src/PreferencesDialog.cc:191 msgid "Block mode:" msgstr "封鎖模式:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:211 msgid "System default" msgstr "系統內定值" #: ../frontend/gtkmm/src/PreferencesDialog.cc:255 msgid "(font not available)" msgstr "(找不到字型檔)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:280 msgid "Language:" msgstr "語言:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:284 msgid "Start Workrave on Windows startup" msgstr "當系統啟動時自動啟動 workrave" #: ../frontend/gtkmm/src/PreferencesDialog.cc:296 msgid "Show system tray icon" msgstr "顯示小圖示到工作列" #. Options #: ../frontend/gtkmm/src/PreferencesDialog.cc:314 msgid "Sound Options" msgstr "音效選項" #: ../frontend/gtkmm/src/PreferencesDialog.cc:320 #: ../frontend/gtkmm/src/PreferencesDialog.cc:324 msgid "No sounds" msgstr "無音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:321 #: ../frontend/gtkmm/src/PreferencesDialog.cc:325 msgid "Play sounds using sound card" msgstr "使用音效卡播放" #: ../frontend/gtkmm/src/PreferencesDialog.cc:322 #: ../frontend/gtkmm/src/PreferencesDialog.cc:326 msgid "Play sounds using built-in speaker" msgstr "使用內建揚聲器播放" #: ../frontend/gtkmm/src/PreferencesDialog.cc:351 msgid "Volume:" msgstr "音量:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:354 msgid "Sound:" msgstr "音效:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:360 msgid "Mute sounds during rest break and daily limit" msgstr "當休息時關掉音效" #. Sound themes #: ../frontend/gtkmm/src/PreferencesDialog.cc:370 msgid "Sound Events" msgstr "音效事件" #: ../frontend/gtkmm/src/PreferencesDialog.cc:378 msgid "Sound Theme:" msgstr "音效主題:" #: ../frontend/gtkmm/src/PreferencesDialog.cc:401 #: ../frontend/gtkmm/src/PreferencesDialog.cc:419 #: ../frontend/gtkmm/src/PreferencesDialog.cc:449 msgid "Play" msgstr "播放(_P)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:406 msgid "Event" msgstr "事件" #: ../frontend/gtkmm/src/PreferencesDialog.cc:422 msgid "Choose a sound" msgstr "選擇一個音效" #: ../frontend/gtkmm/src/PreferencesDialog.cc:434 msgid "Wavefiles" msgstr "音效檔(.wav)" #: ../frontend/gtkmm/src/PreferencesDialog.cc:530 msgid "Use alternate monitor" msgstr "" #: ../frontend/gtkmm/src/PreferencesDialog.cc:536 msgid "" "Enable this option if Workrave fails to detect when you are using your " "computer" msgstr "" #: ../frontend/gtkmm/src/PreludeWindow.cc:107 msgid "Time for a micro-break?" msgstr "暫停一下?" #: ../frontend/gtkmm/src/PreludeWindow.cc:111 msgid "You need a rest break..." msgstr "您需要休息一下..." #: ../frontend/gtkmm/src/PreludeWindow.cc:115 msgid "You should stop for today..." msgstr "今天應該到此為止了..." #: ../frontend/gtkmm/src/PreludeWindow.cc:319 #, c-format msgid "Break in %s" msgstr "休息 %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:323 #, c-format msgid "Disappears in %s" msgstr "自動消失 %s" #: ../frontend/gtkmm/src/PreludeWindow.cc:327 #, c-format msgid "Silent in %s" msgstr "沉默 %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:177 #, c-format msgid "Rest break for %s" msgstr "休息 %s" #: ../frontend/gtkmm/src/RestBreakWindow.cc:219 msgid "Natural rest break" msgstr "自行休息次數" #: ../frontend/gtkmm/src/RestBreakWindow.cc:220 msgid "This is your natural rest break." msgstr "您需要休息一下..." #: ../frontend/gtkmm/src/RestBreakWindow.cc:226 msgid "" "This is your rest break. Make sure you stand up and\n" "walk away from your computer on a regular basis. Just\n" "walk around for a few minutes, stretch, and relax." msgstr "" "這是您的休息時間。確認您至少站起來,並走離您的電腦。\n" "只要稍微走一走,伸展筋骨並放鬆幾分鐘。" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:190 msgid "Take rest break now" msgstr "下次休息時間 %s" #: ../frontend/gtkmm/src/TimerBoxGtkView.cc:212 msgid "Wait" msgstr "等待" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:91 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:96 msgid "Place timers next to each other" msgstr "並排計時器" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:92 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:97 msgid "Place micro-break and rest break in one spot" msgstr "將暫停與休息放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:93 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:98 msgid "Place rest break and daily limit in one spot" msgstr "將休息與日限制放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:94 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:99 msgid "Place all timers in one spot" msgstr "將所有的計時器放在一起" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:118 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:122 msgid "Hide" msgstr "隱藏" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:119 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:123 msgid "Show" msgstr "顯示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:120 #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:124 msgid "Show only when this timer is first due" msgstr "只在第一次計時器到時顯示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:133 msgid "Show status window" msgstr "顯示狀態視窗" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:138 msgid "The status window stays always on top of other windows" msgstr "狀態視窗永遠保持在最上層" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:144 msgid "Applet enabled" msgstr "啟動 Applet" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:150 msgid "Display" msgstr "顯示" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:159 msgid "Placement:" msgstr "配置" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:160 msgid "Cycle time:" msgstr "週期:" #. Layout #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:165 msgid "Micro-break:" msgstr "暫停:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:166 msgid "Rest break:" msgstr "重置休息:" #: ../frontend/gtkmm/src/TimerBoxPreferencePage.cc:167 msgid "Daily limit:" msgstr "日限制" #. Enabled/Disabled checkbox #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:75 msgid "Enable timer" msgstr "啟動計時器" #. Prelude frame #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:116 msgid "Break prompting" msgstr "休息提示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:118 msgid "Prompt before breaking" msgstr "休息前顯示提示" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:122 msgid "Maximum number of prompts:" msgstr "最多提示次數" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:151 #, fuzzy msgid "Show 'Postpone' button" msgstr "顯示 '延後' 與 '略過' 按鈕" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:156 #, fuzzy msgid "Show 'Skip' button" msgstr "顯示 '延後' 與 '略過' 按鈕" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:161 msgid "Suspend timer when inactive" msgstr "未活動時暫停計時器" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:176 msgid "Regard micro-breaks as activity" msgstr "將暫停視為活動" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:185 msgid "Number of exercises:" msgstr "體操次數" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:190 msgid "Start restbreak when screen is locked" msgstr "" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:232 msgid "Time before end:" msgstr "工作時間限制:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:233 msgid "Time between breaks:" msgstr "間隔多久休息:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:240 msgid "Break duration:" msgstr "休息時間:" #: ../frontend/gtkmm/src/TimerPreferencesPanel.cc:255 msgid "Postpone time:" msgstr "延後時限:" #: ../frontend/gtkmm/src/workrave.desktop.in.h:1 msgid "" "Assists in the prevention and recovery of Repetitive Strain Injury (RSI)" msgstr "這個軟體是協助預防與復原重複性壓力傷害 (Repetitive Strain Injury RSI)" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:55 #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:79 msgid "Network connect" msgstr "網路連線" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:80 msgid "" "Enter the host name and port number of a computer\n" "in the network you wish to connect to." msgstr "請輸入您想連接的電腦主機名稱與連接埠號。" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:92 msgid "Host name:" msgstr "主機名稱:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkJoinDialog.cc:93 msgid "Port:" msgstr "連接埠:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:50 #: ../frontend/plugin/distribution/gtkmm/src/NetworkLogDialog.cc:52 msgid "Network log" msgstr "網路紀錄" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:96 msgid "Enable networking" msgstr "啟動網路連結" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:103 msgid "Username:" msgstr "使用者名稱:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:104 msgid "Password:" msgstr "密碼:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:111 msgid "Allow incoming connections" msgstr "允許網路連線進來" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:129 msgid "Server settings" msgstr "伺服器設定" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:151 msgid "Server port:" msgstr "伺服器連線埠:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:152 msgid "Reconnect attempts:" msgstr "嘗試重新連接:" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:153 msgid "Reconnect interval:" msgstr "重新連接間隔" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:156 msgid "Advanced" msgstr "進階" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:173 msgid "" "The following list specifies the hosts that Workrave connects to on\n" "start-up. Click the host name or port number to edit." msgstr "以下的列表指定在啟動時自動連結的主機點選主機名稱或連接埠進行編輯" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:201 msgid "Host name" msgstr "主機名稱" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:210 msgid "Port" msgstr "連接埠" #: ../frontend/plugin/distribution/gtkmm/src/NetworkPreferencePage.cc:250 msgid "Hosts" msgstr "主機" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:1 msgid "Shoulder-arm stretch" msgstr "肩膀肌肉延伸運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:2 msgid "" "Keep one arm horizontally stretched in front of your chest. Push this arm " "with your other arm towards you until you feel a mild tension in your " "shoulder. Hold this position briefly, and repeat the exercise for your other " "arm." msgstr "" "保持一隻手水平伸直於胸前。將另外一隻手放在這隻手上,直到您在肩膀上感覺輕微的" "壓力。稍微保持這個姿勢,然後在另外一隻手重複這個動作。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:3 msgid "Finger stretch" msgstr "指頭伸展" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:4 msgid "" "Separate and stretch your fingers until a mild tension is felt, and hold " "this for 10 seconds. Relax, then bend your fingers at the knuckles, and hold " "again for 10 seconds. Repeat this exercise once more." msgstr "" "分開並伸展您的手指頭,直到感受到張力,然後保持這個姿勢十秒鐘。放鬆,然後彎曲" "手指頭關節,保持姿勢十秒鐘。重複這個動作。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:5 msgid "Neck tilt stretch" msgstr "傾斜脖子運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:6 msgid "" "Start with your head in a comfortable straight position. Then, slowly tilt " "your head to your right shoulder to gently stretch the muscles on the left " "side of your neck. Hold this position for 5 seconds. Then, tilt your head to " "the left side to stretch your other side. Do this twice for each side." msgstr "" "開始時您的頭處於舒適的筆直狀態。然後,緩慢的將頭傾斜在右肩上,輕輕的伸展您的" "左邊脖子,保持這個姿勢五秒鐘。然後,慢慢的將頭傾斜到左肩,以伸展另外一邊的脖" "子。每邊各做兩次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:7 msgid "Backward shoulder stretch" msgstr "後肩伸展" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:8 msgid "" "Interlace your fingers behind your back. Then turn your elbows gently " "inward, while straightening your arms. Hold this position for 5 to 15 " "seconds, and repeat this exercise twice." msgstr "" "在您的背後交叉手指頭。然後將胳膊輕微的往前,以弄直手臂。保持這個姿勢五到十五" "秒。然後重複這個動作兩次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:9 msgid "Move the eyes" msgstr "眼球運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:10 msgid "" "Look at the upper left corner of the outside border of your monitor. Follow " "the border slowly to the upper right corner. Continue to the next corner, " "until you got around it two times. Then, reverse the exercise." msgstr "" "注視您的螢幕左上角落的邊框。沿著邊框注視到右上腳略。繼續到下個角落直到重複兩" "次。然後反向進行。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:11 msgid "Train focusing the eyes" msgstr "訓練眼球焦點" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:12 msgid "" "Look for the furthest point you can see behind your monitor. Focus your eyes " "on the remote point. Then focus on your monitor border. Repeat it. If you " "can't look very far from your monitor, face another direction with a longer " "view. Then switch your focus between a distant object and a pen held at the " "same distance from your eyes as your monitor." msgstr "" "注視螢幕後面最遠的那一點。將焦點放置在遠端那點。幾秒後將焦點放在螢幕的邊緣。" "重複這個動作。如果您無法注視螢幕之後遙遠的距離,可以用一枝筆取代,並讓它保持" "與螢幕一樣遠的距離。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:13 msgid "Look into the darkness" msgstr "注視黑暗" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:14 msgid "" "Cover your eyes with your palms in such way that you can still open your " "eyelids. Now open your eyes and look into the darkness of your palms. This " "exercise gives better relief to your eyes compared to simply closing them." msgstr "" "用您的手掌蓋住雙眼,這樣一來您可以繼續張開眼皮。現在打開雙眼,並注視手掌中的" "黑暗。將較於直接閉上雙眼,這樣可以讓您的眼睛得到比較好的休息。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:15 msgid "Move the shoulders" msgstr "肩膀運動" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:16 msgid "" "Spin your right arm slowly round like a plane propeller beside your body. Do " "this 4 times forwards, 4 times backwards and relax for a few seconds. Repeat " "with the left arm." msgstr "" "慢慢像螺旋槳一樣在身體旋轉您的右手。順時針做四次,逆時針做四次然後放鬆幾秒。" "用左手重複做一次。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:17 msgid "Move the shoulders up and down" msgstr "上下運動肩膀" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:18 msgid "" "Put your hands on the armrests of your chair when you are sitting down and " "press your body up until your arms are straight. Try to move your head even " "further by lowering your shoulders. Slowly move back into your chair." msgstr "" "坐在椅子上時將您的手放在椅子的扶手上,並使力舉起身體,直到您的手臂 挺直。試著" "讓您的頭不低於肩膀。緩緩的坐回椅子。" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:19 msgid "Turn your head" msgstr "轉動您的頭" #: ../frontend/plugin/exercises/common/share/exercises.xml.in.h:20 msgid "" "Turn your head left and keep it there for 2 seconds. Then turn your head " "right and keep it there for 2 seconds." msgstr "" "把您的頭轉向左邊,並停在那裡兩秒鐘。然後將您的頭轉回右邊,並也停在那邊兩秒" "鐘。" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:263 msgid "Exercises player" msgstr "體操播放" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:297 msgid "Previous exercise" msgstr "前一個體操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:298 msgid "Next exercise" msgstr "下一個體操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:299 #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:488 msgid "Pause exercises" msgstr "暫停體操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:303 msgid "End exercises" msgstr "結束體操" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Resume" msgstr "回復" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:481 msgid "Pause" msgstr "暫停" #: ../frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc:486 msgid "Resume exercises" msgstr "恢復體操" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:146 msgid "Browse history" msgstr "瀏覽歷史紀錄" #. Delete button #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:151 msgid "Delete all statistics history" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:158 msgid "Date:" msgstr "日期:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:194 msgid "Breaks" msgstr "休息" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:204 msgid "Break prompts" msgstr "休息提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:205 msgid "" "The number of times you were prompted to break, excluding repeated prompts " "for the same break" msgstr "這個數目是您休息的次數,不含重複同一次休息的重複提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:210 msgid "Repeated prompts" msgstr "重複提示" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:211 msgid "The number of times you were repeatedly prompted to break" msgstr "被重複提示休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:215 msgid "Prompted breaks taken" msgstr "休息提示次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:216 msgid "The number of times you took a break when being prompted" msgstr "經休息提示後休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:220 msgid "Natural breaks taken" msgstr "自行休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:221 msgid "The number of times you took a break without being prompted" msgstr "未經休息提示自行休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:225 msgid "Breaks skipped" msgstr "略過休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:226 msgid "The number of breaks you skipped" msgstr "略過休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:230 msgid "Breaks postponed" msgstr "休息延後次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:231 msgid "The number of breaks you postponed" msgstr "延後休息次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:235 msgid "Overdue time" msgstr "逾時時間" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:236 msgid "The total time this break was overdue" msgstr "這次休息的總共時間逾時" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:240 msgid "Daily usage" msgstr "日使用量" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:241 msgid "The total computer usage" msgstr "總電腦使用時間" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:313 msgid "Activity" msgstr "活動" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:323 msgid "Mouse usage:" msgstr "滑鼠使用:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:324 msgid "The total time you were using the mouse" msgstr "統計滑鼠使用時間" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:327 msgid "Mouse movement:" msgstr "滑鼠移動距離:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:328 msgid "The total on-screen mouse movement" msgstr "總記滑鼠於螢幕移動距離" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:331 msgid "Effective mouse movement:" msgstr "有效滑鼠移動距離:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:332 msgid "" "The total mouse movement you would have had if you moved your mouse in " "straight lines between clicks" msgstr "滑鼠移動距離是紀錄兩次滑鼠點擊間的直線距離" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:336 msgid "Mouse button clicks:" msgstr "滑鼠點擊次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:337 msgid "The total number of mouse button clicks" msgstr "總滑鼠點擊次數" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:340 msgid "Keystrokes:" msgstr "鍵次:" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:341 msgid "The total number of keys pressed" msgstr "鍵盤輸入的次數統計" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:396 #, c-format msgid "%s, from %s to %s" msgstr "%s, 從 %s 到 %s" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:602 #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:606 msgid "Warning" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:603 msgid "You have chosen to delete your statistics history. Continue?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:618 msgid "Files deleted!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:619 msgid "The files containing your statistics history have been deleted." msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:622 msgid "Info" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:628 msgid "File deletion failed!" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:629 msgid "" "The files containing your statistics history could not be deleted. Try again?" msgstr "" #: ../frontend/plugin/statistics/gtkmm/src/StatisticsDialog.cc:632 msgid "Error" msgstr "" #~ msgid "Orientation" #~ msgstr "方向" #~ msgid "The orientation of the tray" #~ msgstr "小圖示方向" #, fuzzy #~ msgid "" #~ "This is your natural rest break. Make sure you stand up and\n" #~ "walk away from your computer on a regular basis. Just\n" #~ "walk around for a few minutes, stretch, and relax." #~ msgstr "" #~ "這是您的休息時間。確認您至少站起來,並走離您的電腦。\n" #~ "只要稍微走一走,伸展筋骨並放鬆幾分鐘。" #, fuzzy #~ msgid "Starting %s" #~ msgstr "沉默 %s" #~ msgid "Cannot resolve my own hostname. Deactivating distribution." #~ msgstr "無法解析本身主機名稱。停止分散式計算。" #, fuzzy #~ msgid "Break in" #~ msgstr "休息 %s" #, fuzzy #~ msgid "Disappears in" #~ msgstr "自動消失 %s" #, fuzzy #~ msgid "Silent in" #~ msgstr "沉默 %s" #~ msgid "I could not initialize Bonobo" #~ msgstr "無法啟動 Bonobo" #~ msgid "Inactive" #~ msgstr "靜止" #~ msgid "Credits" #~ msgstr "功勳" #~ msgid "_Written by" #~ msgstr "開發(_W)" #~ msgid "_Documented by" #~ msgstr "文件(_D)" #~ msgid "_Translated by" #~ msgstr "翻譯(_T)" #~ msgid "_Credits" #~ msgstr "功勳(_C)" #~ msgid "About %s" #~ msgstr "關於 %s" #~ msgid "" #~ "Close your eyes and breathe out as long as you can and try to relax. When " #~ "breathing in, again do it as slowly as possible. Try to count slowly to 8 " #~ "for each time you breathe in and out. To extra relax your eyes, try " #~ "closing them in micro pauses too." #~ msgstr "" #~ "闔上雙眼並深呼吸,直到您可以放鬆。當呼吸吸入空氣時,盡可能放慢速度。試著在" #~ "每次呼吸時慢慢的計算到 8。要更放鬆您的雙眼,試著在暫停休息時也闔上雙眼。" #~ msgid "" #~ "Go stand face to a wall (or something) and put your hands at shoulder " #~ "height against it with your elbows slightly bended. Push your body to the " #~ "wall, without changing the angle of your elbows. Then push your body back " #~ "from the wall again without changing the angle of the elbows." #~ msgstr "" #~ "面對一面牆,然後把您的手放於高於肩膀之上,讓您的胳膊輕微的彎曲。將您的身體" #~ "推向牆,而不改變您的胳膊角度。然後將身體推離牆面,一樣不改變胳膊的角度。" #~ msgid "" #~ "Keep your head straight and your lower jaw parallel to the floor. Move " #~ "your head back (making a double chin). Keep this 2 seconds and relax. " #~ "Move your head the same way forward, keep this 2 seconds and relax again." #~ msgstr "" #~ "保持您的頭筆直,然後讓您的下巴與地板平行。把您的頭轉回來(做雙下巴的動作)。" #~ "保持兩秒鐘並放鬆。然後用同一個方法做下個動作,再保持兩秒並放鬆。" #~ msgid "Move the shoulder blades" #~ msgstr "肩胛骨運動" #~ msgid "Neck stretch" #~ msgstr "脖子伸展" #~ msgid "Relax the eyes" #~ msgstr "放鬆眼球" #~ msgid "" #~ "Stand by your desk and place both your palms on the desk with the fingers " #~ "pointing toward your body. Gently stretch your wrists and lower arms." #~ msgstr "" #~ "坐在您的桌子前面,並在桌面上張開手掌,讓手指頭指向自己的身體。輕輕的伸展您" #~ "的手脕與下臂。" #~ msgid "" #~ "Stand up and try to reach the ceiling with your hands without lifting " #~ "your heels. Hold that for a few seconds. Then let your hands slowly go to " #~ "the floor, without bending your arms. Keep them moving to the floor by " #~ "bending you back slowly until you can (almost) place them in front of " #~ "your shoes. Slowly roll your back up straight from your hips up, until it " #~ "is straight up again." #~ msgstr "" #~ "站起來,並試著不墊腳的讓您的手碰到天花板。保持這個姿勢一段時間。然後不彎曲" #~ "手臂,慢慢的讓您的手指向地板。慢慢的彎腰讓您的手(幾乎)可以碰觸到您的鞋子前" #~ "緣。然後慢慢的挺直您的背,直到再一次站直。" #~ msgid "Stretch your back" #~ msgstr "伸展您的背部" #~ msgid "Wrist and lower arm desk stretch" #~ msgstr "手腕關節與下手臂伸展" #~ msgid "Restbreak" #~ msgstr "休息" #~ msgid "Connect at start-up" #~ msgstr "在啟動時自動連接" #~ msgid "Resets at:" #~ msgstr "重置:" workrave-1_10_10/testconf.py000066400000000000000000000024071263301626300160600ustar00rootroot00000000000000#!/usr/bin/python import os; import sys; options = [ "gconf", "xml", "gnome3", "indicator", "distribution", "gstreamer", "dbus", "exercises", "pulse", "debug", "x11-monitoring-fallback", "tracing"] sys.stdout.write("Q=@\n\n") sys.stdout.write("all:\n\n") for i in range(0, 1024) : d = "" conf = ""; for j in range(0, 10) : if i & (1 << j) : conf = conf + "--disable-" + options[j] + " " d = d + "1" else : conf = conf + "--enable-" + options[j] + " " d = d + "0" dir = "testconf/" + d sys.stdout.write("all: " + d + "\n"); sys.stdout.write(".PHONY: " + d + "\n"); sys.stdout.write(d + ":\n"); sys.stdout.write("\t-$(Q)rm -rf " + dir + "*\n") sys.stdout.write("\t$(Q)mkdir -p " + dir + "\n") sys.stdout.write("\t$(Q)(cd " + dir + " && ../../configure " + conf + ") > " + dir + "-conf.log 2>&1\n"); sys.stdout.write("\t$(Q)date +\"%y-%m-%d %H:%M:%S " + conf + "\"\n") sys.stdout.write("\t$(Q)$(MAKE) -C " + dir + " > " + dir + "-make.log 2>&1\n") sys.stdout.write("\t-$(Q)rm -rf " + dir + "*\n") sys.stdout.write("\n")